#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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 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 VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // AchRewardInfo struct AchRewardInfo_t359019997; // ActiveAnimation struct ActiveAnimation_t3475256642; // IgnoreTimeScale struct IgnoreTimeScale_t3381352907; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Animation struct Animation_t3648466861; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // UnityEngine.AnimationState struct AnimationState_t1108360407; // System.String struct String_t; // UnityEngine.Behaviour struct Behaviour_t1437897464; // System.Action`1 struct Action_1_t3647724237; // System.Action`1 struct Action_1_t3252573759; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Component struct Component_t1923634451; // UIPanel[] struct UIPanelU5BU5D_t1463265784; // System.Object[] struct ObjectU5BU5D_t2843939325; // UIPanel struct UIPanel_t1716472341; // ActivityMenberRenewController struct ActivityMenberRenewController_t222386189; // IMonoCtrllor struct IMonoCtrllor_t1427182583; // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Logic.CWndController struct CWndController_t749709641; // MemberManager struct MemberManager_t2979457932; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // AllClothesListView struct AllClothesListView_t3567130420; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Transform struct Transform_t3600365921; // DMListView struct DMListView_t512231514; // DMCore.Logic.CHandbookAllClothesCfg struct CHandbookAllClothesCfg_t703745743; // DMCore.Logic.CHandBookManager struct CHandBookManager_t2716637598; // System.Collections.Generic.List`1 struct List_1_t2092179787; // System.Collections.Generic.List`1 struct List_1_t257213610; // AmountWnd struct AmountWnd_t1885830546; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // UILabel struct UILabel_t3248798549; // UITexture struct UITexture_t3471168817; // UISprite struct UISprite_t194114938; // AmountWnd/OnConfirmAmount struct OnConfirmAmount_t1847612891; // AmountWnd/OnCancelAndExit struct OnCancelAndExit_t18917141; // AmountWnd/OnConfirmBuyAmount struct OnConfirmBuyAmount_t1541777540; // DMCore.Logic.CurrencyUnit struct CurrencyUnit_t374561803; // UIAtlas struct UIAtlas_t3195533529; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // UnityEngine.Texture struct Texture_t3661962703; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // AnimatedAlpha struct AnimatedAlpha_t1840762679; // UIWidget struct UIWidget_t3538521925; // AnimatedColor struct AnimatedColor_t3276574810; // AnimSequence struct AnimSequence_t2739646792; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // AnimXulie struct AnimXulie_t2518634758; // UnityEngine.MeshRenderer struct MeshRenderer_t587009260; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.Material struct Material_t340375123; // AwardItemCell struct AwardItemCell_t2030284737; // DMCore.Logic.CShopManager struct CShopManager_t754298620; // AwardListItem struct AwardListItem_t2103844205; // DMListViewItem struct DMListViewItem_t3648257704; // System.Action`1 struct Action_1_t3123413348; // UIEventListener struct UIEventListener_t1665237878; // System.Action`1 struct Action_1_t1286104214; // 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; // BalanceWnd struct BalanceWnd_t506785226; // ScenePersonalWndShop/OnClickMsgCallBack struct OnClickMsgCallBack_t2526724959; // DMCore.Logic.CShopConfig struct CShopConfig_t202154353; // DMCore.Logic.CShopConfig/GoodsConfig struct GoodsConfig_t1565846780; // BlessListCell struct BlessListCell_t2163504691; // BlessListData struct BlessListData_t1352115146; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // BMFont struct BMFont_t2757936676; // System.Collections.Generic.List`1 struct List_1_t521991992; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2233597877; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // BMGlyph struct BMGlyph_t3344884546; // System.Collections.Generic.List`1 struct List_1_t128053199; // BMSymbol struct BMSymbol_t1586058841; // UIAtlas/Sprite struct Sprite_t2895597119; // BoneLinkBone struct BoneLinkBone_t3083848224; // btnLogin_account_login struct btnLogin_account_login_t1896501404; // CLogin struct CLogin_t728508773; // CLogin/_OnRegisterLoginUserAccResult struct _OnRegisterLoginUserAccResult_t314615006; // UICheckbox struct UICheckbox_t2276134195; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.CAccManager struct CAccManager_t1454736772; // logicLogin_main_page struct logicLogin_main_page_t116642790; // BuglyAgent struct BuglyAgent_t2834163709; // System.Action`3 struct Action_3_t844242923; // System.Func`1> struct Func_1_t1062453635; // System.Exception struct Exception_t; // System.Delegate struct Delegate_t1188392813; // UnityEngine.Application/LogCallback struct LogCallback_t3588208630; // System.AppDomain struct AppDomain_t1571427825; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Action`3 struct Action_3_t626214215; // System.UnhandledExceptionEventArgs struct UnhandledExceptionEventArgs_t2886101344; // System.Type struct Type_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Diagnostics.StackTrace struct StackTrace_t1598645457; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.Match struct Match_t3408321083; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // System.Text.RegularExpressions.Capture struct Capture_t2232016050; // BuglyCallback struct BuglyCallback_t749338883; // BuglyInit struct BuglyInit_t1666824102; // ByteReader struct ByteReader_t1539670756; // System.Byte[] struct ByteU5BU5D_t4116647657; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Text.Encoding struct Encoding_t1523322056; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // CAchievementMedalCfg struct CAchievementMedalCfg_t1489202100; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1914713242; // CAchievementMedalCfg/MedalInfo struct MedalInfo_t3025999911; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlElement struct XmlElement_t561603118; // CAchievementNewCfg struct CAchievementNewCfg_t3177975818; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3512355514; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3477736492; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3477735814; // CAchievementNewCfg/AchOuterInfo struct AchOuterInfo_t328674887; // CAchievementNewCfg/AchInnerInfo struct AchInnerInfo_t294055187; // System.Collections.Generic.List`1 struct List_1_t1766130607; // DMCore.Logic.CAchievementManager struct CAchievementManager_t5352954; // CAchievementNewCfg/AchInterInfo struct AchInterInfo_t294055865; // System.Collections.Generic.List`1 struct List_1_t1766129929; // System.Collections.Generic.List`1 struct List_1_t1831094739; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite/CSkeletonSnap struct CSkeletonSnap_t2156242323; // BetterList`1 struct BetterList_1_t2419161419; // BetterList`1 struct BetterList_1_t2235126482; // BetterList`1 struct BetterList_1_t3563600241; // CSkeletonSite struct CSkeletonSite_t1178137573; // CAnimSite/stAnimInfo struct stAnimInfo_t3264141101; // UnityEngine.TrackedReference struct TrackedReference_t1199777556; // BetterList`1 struct BetterList_1_t1002471007; // BetterList`1 struct BetterList_1_t1473526305; // CAnimSite/stAnimBaseInfo struct stAnimBaseInfo_t113612627; // System.Collections.Generic.List`1 struct List_1_t441248547; // CardScrollView struct CardScrollView_t798858080; // CardScrollViewItem struct CardScrollViewItem_t4220360527; // CardScrollView/stTransOrg struct stTransOrg_t967933370; // uiChooseCardItem struct uiChooseCardItem_t1601743264; // CAutoUpdate struct CAutoUpdate_t511563099; // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // CAutoUpdate/CPkgVersionCheckMsg struct CPkgVersionCheckMsg_t2257513204; // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312; // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034; // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025; // DMCore.Framework.Plugin.CAutoUpdatePlugin struct CAutoUpdatePlugin_t3199557684; // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544; // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682; // CAwardItemCell struct CAwardItemCell_t1814535141; // DMCore.Logic.CBookReservationConfig struct CBookReservationConfig_t3541798465; // DMCore.Logic.CBookReservationConfig/CBookReservationInfo struct CBookReservationInfo_t4147366020; // DMCore.Logic.CBookReservationManager struct CBookReservationManager_t2709920264; // DMCore.Logic.CBookReservationManager/COwnerInfo struct COwnerInfo_t868562171; // DMCore.Logic.logicCardManager struct logicCardManager_t2956095708; // cbCouple/OnRefreshIsLover struct OnRefreshIsLover_t1807964166; // CoupleInfo struct CoupleInfo_t1105442132; // CoupleCardManager struct CoupleCardManager_t1858373668; // DMCore.CMsgManager struct CMsgManager_t455955613; // System.Collections.Generic.List`1 struct List_1_t4100575959; // LoveHisData struct LoveHisData_t2628501217; // cbCouple/CCompareTime struct CCompareTime_t389177739; // System.Collections.Generic.IComparer`1 struct IComparer_1_t3882766696; // System.Collections.Generic.IComparer`1 struct IComparer_1_t39404347; // DMCore.Logic.CLoveHisManager struct CLoveHisManager_t4094175723; // System.TimeZone struct TimeZone_t2038656743; // cbCoupleWall struct cbCoupleWall_t4084469120; // CDataModelList struct CDataModelList_t1133308508; // DMCore.Logic.CoupleWallInfoUnit struct CoupleWallInfoUnit_t2257658563; // DMCore.Logic.CoupleWallManager struct CoupleWallManager_t3934997805; // IDataModel struct IDataModel_t653005279; // DMCore.Logic.MessageLogInfoUnit struct MessageLogInfoUnit_t4080848674; // CBillBoard struct CBillBoard_t4180992375; // UnityEngine.Camera[] struct CameraU5BU5D_t1709987734; // UnityEngine.Camera struct Camera_t4157153871; // System.Collections.Generic.List`1 struct List_1_t1208796635; // FashionInfo struct FashionInfo_t4031689189; // System.Collections.Generic.List`1 struct List_1_t296433643; // RewardInfo struct RewardInfo_t3119326197; // HandBookCfg struct HandBookCfg_t3398685571; // HandBookCfg/SuitInfo struct SuitInfo_t4135687472; // CSuitDetailCtr struct CSuitDetailCtr_t2341865762; // CHandBookCtr struct CHandBookCtr_t4285066741; // CHandBookCtr/SuitNum struct SuitNum_t1199413730; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t88127061; // System.Collections.Generic.List`1 struct List_1_t2007141648; // System.Collections.Generic.List`1 struct List_1_t4145945798; // CHandBookCtr/PriseInfo struct PriseInfo_t2673871056; // CHandBookCtr/GiftInfo struct GiftInfo_t535066906; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t895854979; // CHandBookCtr/SucessInfo struct SucessInfo_t51707834; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3235388461; // cbSweep struct cbSweep_t3611869675; // System.Collections.Generic.List`1 struct List_1_t3319525431; // DMCore.Logic.PveSweepManager struct PveSweepManager_t2545045145; // CConstellationManager struct CConstellationManager_t2532336838; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // CConstellationManager/ChangeStarSin struct ChangeStarSin_t3703845707; // CDataModelAny struct CDataModelAny_t3819624005; // CEventChangeOne struct CEventChangeOne_t3209287255; // IDataEvent struct IDataEvent_t1799629657; // IEventDispatcher struct IEventDispatcher_t2294365884; // IEventBase struct IEventBase_t1130231758; // CDataModelBool struct CDataModelBool_t2269476966; // CDataModelFloat struct CDataModelFloat_t1314209436; // CDataModelInt struct CDataModelInt_t3463393640; // CEventAddOne struct CEventAddOne_t265969249; // CEventChangeAll struct CEventChangeAll_t836503194; // CEventRemoveAll struct CEventRemoveAll_t615414916; // System.Comparison`1 struct Comparison_1_t2855037343; // CDataModelMap struct CDataModelMap_t1093164792; // CDataModelNetMsg struct CDataModelNetMsg_t3113596870; // CDataModelNetProperty struct CDataModelNetProperty_t1403229243; // System.Action`1 struct Action_1_t2019918284; // System.Action`2 struct Action_2_t319610619; // CDataModelProperty struct CDataModelProperty_t3423063225; // DMCore.CDataProperty struct CDataProperty_t2806246268; // System.Action`2 struct Action_2_t2799970140; // CDataModelString struct CDataModelString_t3714869824; // CDebugInv struct CDebugInv_t1719435658; // UnityEngine.Coroutine struct Coroutine_t3829159415; // System.Collections.Generic.List`1 struct List_1_t148696733; // CDebugInv/stChannelVal struct stChannelVal_t2971589287; // DMCore.Framework.CModuleManager struct CModuleManager_t4250936907; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MethodBase struct MethodBase_t; // UnityEngine.GUISkin struct GUISkin_t1244372282; // UnityEngine.GUIStyle struct GUIStyle_t3956901511; // CDebugInv/c__Iterator0 struct U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546; // CUIResWWW struct CUIResWWW_t153014691; // CUIResWWW/CUrlLabor struct CUrlLabor_t1679613458; // UIGameStarter struct UIGameStarter_t3167157668; // System.IO.FileStream struct FileStream_t4292183065; // UnityEngine.WWW struct WWW_t3688466362; // System.NotSupportedException struct NotSupportedException_t1314879016; // CDownloadPlayTips struct CDownloadPlayTips_t1871773776; // UnityEngine.Texture2D struct Texture2D_t3840446185; // IEntityBase struct IEntityBase_t3866625305; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2755338636; // CEventAddRange struct CEventAddRange_t2605741470; // CFashionTagCtr struct CFashionTagCtr_t1928095552; // CGameController struct CGameController_t2711137428; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Net.CNetLink_IOS struct CNetLink_IOS_t2636358992; // System.Action struct Action_t1264377477; // CGameController/c__Iterator0 struct U3CdelayFunU3Ec__Iterator0_t3590996484; // DMCore.Logic.CFCMConfig struct CFCMConfig_t130793684; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // DMCore.Logic.CChatManager struct CChatManager_t1988186574; // DMCore.CGameSetting struct CGameSetting_t2678036671; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208; // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940; // UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251; // CGameDancing struct CGameDancing_t3256271692; // CGameDancing/stComboArea struct stComboArea_t2266499608; // CGameDancing/stScoreArea struct stScoreArea_t3872884956; // System.Collections.Generic.List`1 struct List_1_t777473367; // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991; // CQualifyingManager struct CQualifyingManager_t954001806; // DMCore.DanceMode.CBeatKeySwingCtrollor struct CBeatKeySwingCtrollor_t4230979690; // DMCore.Framework.CSceneEffectManager struct CSceneEffectManager_t793970061; // System.Action`1 struct Action_1_t1569734369; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // DMCore.Logic.CSystemBroadCast struct CSystemBroadCast_t3934508125; // uiSysBroadcast/OnSysBroadcastEnd struct OnSysBroadcastEnd_t3794690773; // DMCore.Logic.CMusicManager struct CMusicManager_t3263666357; // DMCore.Logic.CMusicDescription struct CMusicDescription_t2126213410; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.Movie.CAnimSequence struct CAnimSequence_t1119714129; // DMCore.Framework.Movie.CAnimNode struct CAnimNode_t3327376431; // CGameMain struct CGameMain_t2202161662; // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909; // DMCore.Logic.IdleActionManager struct IdleActionManager_t2375494644; // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651; // DMCore.ILogicBase struct ILogicBase_t2190831891; // DMCore.DanceMode.CDanceMode struct CDanceMode_t1520520494; // DMCore.DanceMode.CBeatKeyCtrlNode struct CBeatKeyCtrlNode_t1019706062; // System.Collections.Generic.List`1 struct List_1_t1666189680; // DMCore.ISoundManager struct ISoundManager_t434164892; // UnityEngine.AudioClip struct AudioClip_t3680889665; // UserGuideManager struct UserGuideManager_t2771698115; // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237; // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // DMCore.Logic.CPveStage struct CPveStage_t850204332; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // UnityEngine.AudioSource struct AudioSource_t3935305588; // DMCore.DanceMode.CDanceMode/OnRoleAnimEnd struct OnRoleAnimEnd_t3559497459; // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778; // DMCore.Framework.Movie.CCameraUnityAnim struct CCameraUnityAnim_t1956596822; // DMCore.DanceMode.ClassicalKeyLogic struct ClassicalKeyLogic_t2839086845; // DMCore.Framework.Resource.IResHelp struct IResHelp_t377823252; // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275; // DMCore.Logic.CTrystManager struct CTrystManager_t3257589335; // CGameMain/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t13710564; // System.Collections.Generic.List`1 struct List_1_t2340636913; // System.Collections.Generic.List`1 struct List_1_t1221203580; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2578695322; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1382638365; // UnityEngine.AnimationClip[] struct AnimationClipU5BU5D_t1636626578; // CAnimSite/stAnimInfo[] struct stAnimInfoU5BU5D_t3796798848; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1306535103; // DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn struct FreshCoupleWallPublishVoiceBtn_t2594402265; // DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn struct FreshCoupleWallExpressVoiceBtn_t1937708699; // DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack struct OnCoupleWallPublishVoiceCallBack_t73764237; // DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack struct OnCoupleWallExpressVoiceCallBack_t773215007; // uiCouples struct uiCouples_t1921665265; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // LoveHisData[] struct LoveHisDataU5BU5D_t3111169148; // uiLoveHis struct uiLoveHis_t842804495; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // CSkeletonSite/stSkeltonTrans[] struct stSkeltonTransU5BU5D_t2773511002; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // CAchievementMedalCfg/MedalInfo[] struct MedalInfoU5BU5D_t251811678; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4151117818; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Diagnostics.StackFrame[] struct StackFrameU5BU5D_t1997726418; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_t1880820351; // CAchievementNewCfg/AchInterInfo[] struct AchInterInfoU5BU5D_t3100386628; // CAchievementNewCfg/AchInnerInfo[] struct AchInnerInfoU5BU5D_t4177581378; // AchRewardInfo[] struct AchRewardInfoU5BU5D_t3260542480; // DMCore.Framework.Misc.CTimeStamp_Game struct CTimeStamp_Game_t111337065; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t2571361770; // CAnimSite/stAnimBaseInfo[] struct stAnimBaseInfoU5BU5D_t2950232578; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // CAchievementNewCfg/AchOuterInfo[] struct AchOuterInfoU5BU5D_t1660126398; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1264465242; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2704725472; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3781920222; // FashionInfo[] struct FashionInfoU5BU5D_t629610728; // System.Collections.Generic.List`1 struct List_1_t504483877; // DMCore.Framework.Movie.CAnimTrack struct CAnimTrack_t1608933299; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2735467829; // System.Collections.Generic.List`1 struct List_1_t3662906633; // 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; // System.Comparison`1 struct Comparison_1_t679686977; // UISprite[] struct UISpriteU5BU5D_t1415066463; // System.Collections.Generic.List`1 struct List_1_t3326345499; // CQualifyingManager/CallBack struct CallBack_t4012644998; // System.Collections.Generic.List`1 struct List_1_t4281599118; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4066855417; // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760; // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256; // System.Collections.Generic.List`1 struct List_1_t318665914; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Comparison`1 struct Comparison_1_t2216417410; // System.Collections.Generic.List`1> struct List_1_t3041809111; // System.Collections.Generic.List`1 struct List_1_t913674750; // System.Collections.Generic.List`1 struct List_1_t4139125132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1411863853; // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768; // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t2089880993; // System.Collections.Generic.List`1 struct List_1_t427342430; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // DMCore.Net.CNetReceiver struct CNetReceiver_t1076104922; // DMCore.Net.ILinkListener struct ILinkListener_t2747206916; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3250266723; // System.Collections.Generic.List`1 struct List_1_t1538660838; // DMCore.DanceMode.ClassicalKeyQueue struct ClassicalKeyQueue_t335011495; // System.Predicate`1 struct Predicate_1_t2672744813; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3796910518; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3731248982; // System.Collections.Generic.List`1 struct List_1_t107704651; // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091; // CHandBookCtr/SucessInfo[] struct SucessInfoU5BU5D_t7239711; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3906545851; // CBetterSet`1> struct CBetterSet_1_t1416977057; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3069365425; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2673704269; // RewardInfo[] struct RewardInfoU5BU5D_t132172952; // CHandBookCtr/SuitNum[] struct SuitNumU5BU5D_t2726799447; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2331138291; // CHandBookCtr/GiftInfo[] struct GiftInfoU5BU5D_t4168748351; // CHandBookCtr/PriseInfo[] struct PriseInfoU5BU5D_t2010851825; // IEntityBase[] struct IEntityBaseU5BU5D_t3528470116; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3132808960; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2591502567; // BetterList`1 struct BetterList_1_t2996838064; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4209139644; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CBetterSet`1> struct CBetterSet_1_t2134195988; // CDebugInv/stChannelVal[] struct stChannelValU5BU5D_t3604527838; // DMCore.Framework.IModuleBase struct IModuleBase_t3872726543; // System.Collections.ArrayList struct ArrayList_t2718874744; // BMGlyph[] struct BMGlyphU5BU5D_t3228577143; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2832915987; // System.Collections.Generic.List`1 struct List_1_t3149535657; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t133775218; // DMCore.Logic.CShopGroupBuyingData struct CShopGroupBuyingData_t1345810626; // DMCore.Logic.CShopManager/CShopItemGroup struct CShopItemGroup_t1245061887; // DMCore.Logic.CardHandBookItemData[] struct CardHandBookItemDataU5BU5D_t2750362040; // System.Action`1 struct Action_1_t1368688201; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Comparison`1 struct Comparison_1_t395036224; // DMCore.Logic.CChangeGameManager/OnShopListChanged struct OnShopListChanged_t2987809885; // System.Collections.Generic.List`1 struct List_1_t3454575947; // System.Collections.Generic.List`1 struct List_1_t3768009848; // System.Collections.Generic.List`1 struct List_1_t3330140190; // System.Collections.Generic.List`1 struct List_1_t2959980932; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1848694263; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2125489543; // System.Collections.Generic.List`1 struct List_1_t2386912134; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4098518019; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3580830742; // System.Collections.Generic.List`1 struct List_1_t4158936807; // DMCore.Logic.ThemeInfo struct ThemeInfo_t1099106658; // System.Collections.Generic.List`1 struct List_1_t3369058668; // System.Collections.Generic.List`1 struct List_1_t2330697225; // System.Collections.Generic.List`1 struct List_1_t589903178; // System.Collections.Generic.List`1 struct List_1_t1151801416; // System.Collections.Generic.List`1 struct List_1_t4056803065; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1014926741; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077746168; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4033884959; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3693168236; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3770330557; // System.Comparison`1 struct Comparison_1_t907937207; // System.Collections.Generic.List`1 struct List_1_t2491780804; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3213771897; // BetterList`1 struct BetterList_1_t1515500177; // DMCore.DanceMode.CBeatKeySequenceInfo struct CBeatKeySequenceInfo_t1686169301; // DMCore.DanceMode.RevenueDetailData struct RevenueDetailData_t1092030774; // System.Action`1 struct Action_1_t1192173657; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t980893118; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1165792132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3311957831; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1550011832; // System.Collections.Generic.List`1 struct List_1_t1324473466; // System.Predicate`1 struct Predicate_1_t677692848; // BetterList`1 struct BetterList_1_t3256166455; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // DMCore.Net.CNetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2947363969; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394; // System.Void struct Void_t1185182177; // DMCore.Net.INetLink struct INetLink_t2717826932; // System.Collections.Generic.List`1 struct List_1_t3594922530; // BetterList`1 struct BetterList_1_t289316694; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3261532576; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // 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_t454560111; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t104342236; // System.Collections.Generic.List`1 struct List_1_t1441398424; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.DelegateData struct DelegateData_t1677132599; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // DMCore.Framework.Misc.CEncrptHelp_Int struct CEncrptHelp_Int_t51280996; // 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.Collections.Generic.Dictionary`2> struct Dictionary_2_t3022086574; // System.Func`2 struct Func_2_t4154244306; // System.Collections.Generic.List`1 struct List_1_t2585711361; // 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; // DMCore.DanceMode.CDanceMode_Normal struct CDanceMode_Normal_t3148057993; // DMCore.DanceMode.CDanceMode_Heart struct CDanceMode_Heart_t1287841595; // DMCore.DanceMode.CDanceMode_Score struct CDanceMode_Score_t129366621; // DMCore.DanceMode.CDanceMode_Battle struct CDanceMode_Battle_t3921573432; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // DMCore.Framework.Scene.CWalkRange struct CWalkRange_t2357921041; // DMCore.Framework.Scene.CInteractionRange struct CInteractionRange_t868014233; // BetterList`1 struct BetterList_1_t2891587622; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2275110594; // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3385622220; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3999618383; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2479807821; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3411842347; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3677221115; // System.Collections.Generic.List`1 struct List_1_t1288323943; // UnityEngine.GUIStyleState struct GUIStyleState_t1397964415; // UnityEngine.RectOffset struct RectOffset_t1369453676; // UnityEngine.Font struct Font_t1956802104; // CVersionIssue struct CVersionIssue_t3008599312; // DMCore.Framework.Web.FitfunWebHelp struct FitfunWebHelp_t2909657851; // DMCore.Framework.Zip.FitfunZip struct FitfunZip_t870197698; // CUIResWWW/CRemoteHotInfo struct CRemoteHotInfo_t1542281948; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t411754135; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // System.Predicate`1 struct Predicate_1_t562016017; // uiPveSweep struct uiPveSweep_t639168811; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t863209702; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3625702484; // System.Collections.Generic.List`1 struct List_1_t25523635; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3209204262; // DMCore.Logic.privateMsgArriva struct privateMsgArriva_t1101012311; // System.Collections.Generic.List`1 struct List_1_t1546864881; // DMCore.Logic.CChatGroup struct CChatGroup_t2712975719; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3775615503; // DMCore.Logic.CChannelInfo struct CChannelInfo_t1750800799; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // 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; // DMCore.IDataUnit struct IDataUnit_t677250155; // UnityEngine.GUIStyle[] struct GUIStyleU5BU5D_t2383250302; // UnityEngine.GUISettings struct GUISettings_t1774757634; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3742157810; // UnityEngine.GUISkin/SkinChangedDelegate struct SkinChangedDelegate_t1143955295; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; // System.Collections.Generic.List`1 struct List_1_t72704565; // UISimpleMsgBox struct UISimpleMsgBox_t1300709986; // CStreamingPreImpl struct CStreamingPreImpl_t3531164551; // 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; // BetterList`1 struct BetterList_1_t1563739553; // System.Comparison`1 struct Comparison_1_t3313453104; // System.Action`1 struct Action_1_t269755560; // UIAnchor struct UIAnchor_t2527798900; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // UIButtonMessage struct UIButtonMessage_t952534536; // DMCore.Logic.CGuideSubStep struct CGuideSubStep_t1332708913; // CLogin/_OnRegisterAccResult struct _OnRegisterAccResult_t3470219112; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596; // DMProcessBar struct DMProcessBar_t1457963892; // 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; // UIGeometry struct UIGeometry_t1059483952; // uiAwardcell[] struct uiAwardcellU5BU5D_t3191484015; // CardScrollViewItem[] struct CardScrollViewItemU5BU5D_t856059542; // CardScrollView/stTransOrg[] struct stTransOrgU5BU5D_t3423224351; // UnityEngine.Shader struct Shader_t4151988712; // UIFont struct UIFont_t2766063701; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* AnimationState_t1108360407_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t ActiveAnimation_get_isPlaying_m498039959_MetadataUsageId; extern const uint32_t ActiveAnimation_Reset_m1691954015_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* NGUITools_t1206951095_il2cpp_TypeInfo_var; extern const RuntimeMethod* Action_1_Invoke_m107833379_RuntimeMethod_var; extern const uint32_t ActiveAnimation_Update_m3649775956_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t ActiveAnimation_Play_m2066186773_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisUIPanel_t1716472341_m2476359708_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisActiveAnimation_t3475256642_m3757932823_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisActiveAnimation_t3475256642_m513002695_RuntimeMethod_var; extern const uint32_t ActiveAnimation_Play_m2479515133_MetadataUsageId; extern RuntimeClass* ActivityMenberRenewController_t222386189_il2cpp_TypeInfo_var; extern const uint32_t ActivityMenberRenewController_GetInstance_m134191520_MetadataUsageId; extern RuntimeClass* CActivityManager_t1081296145_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern const RuntimeMethod* ActivityMenberRenewController_CloseMessageBox_m2669992_RuntimeMethod_var; extern const uint32_t ActivityMenberRenewController_TryShowCloth_m718592620_MetadataUsageId; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern const uint32_t ActivityMenberRenewController_CloseMessageBox_m2669992_MetadataUsageId; extern const uint32_t ActivityMenberRenewController_ShowUI_m1353888891_MetadataUsageId; extern const uint32_t ActivityMenberRenewController_HideUI_m3467583140_MetadataUsageId; extern RuntimeClass* MemberManager_t2979457932_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t ActivityMenberRenewController_OnClickRenew_m3803755395_MetadataUsageId; extern const uint32_t ActivityMenberRenewController_OnClickUpgrade_m2084402473_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var; extern const uint32_t AllClothesListView_Start_m2789666643_MetadataUsageId; extern RuntimeClass* CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m722541930_RuntimeMethod_var; extern const uint32_t AllClothesListView_Update_m273077365_MetadataUsageId; extern RuntimeClass* TransformU5BU5D_t807237628_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var; extern String_t* _stringLiteral3942613011; extern String_t* _stringLiteral1837187918; extern String_t* _stringLiteral897942938; extern String_t* _stringLiteral3235407498; extern String_t* _stringLiteral2354212373; extern String_t* _stringLiteral2009204763; extern String_t* _stringLiteral620200006; extern String_t* _stringLiteral170407151; extern String_t* _stringLiteral30805583; extern String_t* _stringLiteral983553266; extern String_t* _stringLiteral1386837793; extern String_t* _stringLiteral419232044; extern String_t* _stringLiteral1639201110; extern String_t* _stringLiteral3170687929; extern String_t* _stringLiteral4057658656; extern String_t* _stringLiteral2491574715; extern const uint32_t AmountWnd_OnPageInit_m721007046_MetadataUsageId; extern RuntimeClass* CurrencyGetManager_t971236882_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const RuntimeMethod* AmountWnd_OnComfirBuyUseDimond_m3017589032_RuntimeMethod_var; extern String_t* _stringLiteral2582004551; extern const uint32_t AmountWnd_OnConfirm_m1558196157_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var; extern const uint32_t AmountWnd__GetAtlas_m1136442789_MetadataUsageId; extern String_t* _stringLiteral1394295823; extern String_t* _stringLiteral3714156164; extern String_t* _stringLiteral1334167863; extern String_t* _stringLiteral985907064; extern String_t* _stringLiteral1733013957; extern const uint32_t AmountWnd_OpenWnd_m2875226612_MetadataUsageId; extern const uint32_t AmountWnd_OpenWnd_m3453569599_MetadataUsageId; extern String_t* _stringLiteral3975411948; extern String_t* _stringLiteral2794229550; extern String_t* _stringLiteral1844754799; extern const uint32_t AmountWnd_OpenWnd_m801922637_MetadataUsageId; extern const uint32_t AmountWnd_SetPayWayPointActive_m1175264245_MetadataUsageId; extern const uint32_t AmountWnd_OnClkDimond_m344396095_MetadataUsageId; extern const uint32_t AmountWnd_OnClkBindDimond_m1789004747_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern const uint32_t AmountWnd_LoadTexture_m3040646004_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t OnConfirmAmount_BeginInvoke_m3177572789_MetadataUsageId; extern const uint32_t OnConfirmBuyAmount_BeginInvoke_m3392220983_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUIWidget_t3538521925_m555478364_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var; extern const uint32_t AnimatedAlpha_Awake_m2523501867_MetadataUsageId; extern const uint32_t AnimatedAlpha_Update_m4183354007_MetadataUsageId; extern const uint32_t AnimatedColor_Awake_m1433629726_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var; extern String_t* _stringLiteral3408766274; extern const uint32_t AnimSequence_PlayNext_m2341923788_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisMeshRenderer_t587009260_m2899624428_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185_RuntimeMethod_var; extern String_t* _stringLiteral4081442380; extern const uint32_t AnimXulie_Start_m4037507829_MetadataUsageId; extern const uint32_t AnimXulie_OnDestroy_m2287757928_MetadataUsageId; extern const uint32_t AnimXulie_Update_m3126707111_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var; extern String_t* _stringLiteral222907311; extern String_t* _stringLiteral88648756; extern String_t* _stringLiteral145421085; extern const uint32_t AwardItemCell_Awake_m852858443_MetadataUsageId; extern RuntimeClass* CShopManager_t754298620_il2cpp_TypeInfo_var; extern const uint32_t AwardItemCell_Update_m665276098_MetadataUsageId; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614648; extern const uint32_t AwardItemCell_SetInfo_m3226680184_MetadataUsageId; extern const uint32_t AwardItemCell_OnClickItem_m3219338185_MetadataUsageId; extern RuntimeClass* Action_1_t3123413348_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var; extern const RuntimeMethod* AwardListItem_OnIndexChanged_m3925019428_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4058363731_RuntimeMethod_var; extern const uint32_t AwardListItem_Awake_m2323524148_MetadataUsageId; extern RuntimeClass* Action_1_t1286104214_il2cpp_TypeInfo_var; extern RuntimeClass* uiAwardcellU5BU5D_t3191484015_il2cpp_TypeInfo_var; extern const RuntimeMethod* AwardListItem_OnClkPre_m3120917095_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2622589598_RuntimeMethod_var; extern const RuntimeMethod* AwardListItem_OnClkNext_m1027665495_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 AwardListItem_InitUI_m3621199470_MetadataUsageId; extern const uint32_t AwardListItem_Update_m806255313_MetadataUsageId; extern RuntimeClass* CChangeGameManager_t2081989347_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1390418432; extern String_t* _stringLiteral2374227340; extern String_t* _stringLiteral408326466; extern const uint32_t AwardListItem_OnIndexChanged_m3925019428_MetadataUsageId; extern String_t* _stringLiteral2204971362; extern String_t* _stringLiteral3232544634; extern String_t* _stringLiteral1264345284; extern String_t* _stringLiteral645242967; extern String_t* _stringLiteral1963871786; extern String_t* _stringLiteral875127485; extern String_t* _stringLiteral3604010840; extern String_t* _stringLiteral2037926899; extern String_t* _stringLiteral3140484509; extern String_t* _stringLiteral4107169300; extern String_t* _stringLiteral2450560272; extern String_t* _stringLiteral1437809635; extern String_t* _stringLiteral38930607; extern String_t* _stringLiteral2829895733; extern String_t* _stringLiteral492622257; extern const uint32_t BalanceWnd_OnPageInit_m4215878357_MetadataUsageId; extern String_t* _stringLiteral3967592439; extern String_t* _stringLiteral2093257848; extern String_t* _stringLiteral3598431358; extern String_t* _stringLiteral4075350727; extern String_t* _stringLiteral957090050; extern String_t* _stringLiteral3608364013; extern String_t* _stringLiteral2972767694; extern const uint32_t BalanceWnd_OpenWnd_m1467145181_MetadataUsageId; extern const uint32_t BalanceWnd_OnClkOK_m2208089184_MetadataUsageId; extern const uint32_t BalanceWnd_OnClkCancel_m1007613399_MetadataUsageId; extern String_t* _stringLiteral1061797383; extern String_t* _stringLiteral3875507433; extern String_t* _stringLiteral3167261506; extern String_t* _stringLiteral309418073; extern String_t* _stringLiteral3167261537; extern String_t* _stringLiteral309418104; extern String_t* _stringLiteral3923321062; extern String_t* _stringLiteral4218144813; extern String_t* _stringLiteral4218150370; extern String_t* _stringLiteral2896931876; extern String_t* _stringLiteral2896932041; extern const uint32_t BlessListCell_OnPageInit_m2753935146_MetadataUsageId; extern RuntimeClass* CVipManager_t269477008_il2cpp_TypeInfo_var; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2374226348; extern String_t* _stringLiteral3502150264; extern String_t* _stringLiteral2342388883; extern const uint32_t BlessListCell_Init_m2694794699_MetadataUsageId; extern const uint32_t BlessListCell_Update_m2128201475_MetadataUsageId; extern RuntimeClass* List_1_t521991992_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2233597877_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2818691425_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200760697_RuntimeMethod_var; extern const uint32_t BMFont__ctor_m3555254907_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1292435543_RuntimeMethod_var; extern const uint32_t BMFont_get_isValid_m753448775_MetadataUsageId; extern const uint32_t BMFont_get_glyphCount_m2424794343_MetadataUsageId; extern RuntimeClass* BMGlyph_t3344884546_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_get_Count_m403413757_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2023298665_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2299864123_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1563681293_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1414219337_RuntimeMethod_var; extern const uint32_t BMFont_GetGlyph_m1952435058_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3614375616_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m795218151_RuntimeMethod_var; extern const uint32_t BMFont_Clear_m2365351251_MetadataUsageId; extern const uint32_t BMFont_Trim_m3422210135_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const uint32_t BMGlyph_GetKerning_m286618052_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const RuntimeMethod* List_1_set_Item_m2256214292_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const uint32_t BMGlyph_SetKerning_m2151423149_MetadataUsageId; extern const uint32_t BMSymbol_Validate_m4153457856_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t BoneLinkBone_OnAfterAnim_m2267749399_MetadataUsageId; extern RuntimeClass* _OnRegisterLoginUserAccResult_t314615006_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisUILabel_t3248798549_m3939638177_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var; extern const RuntimeMethod* btnLogin_account_login_OnResult_m4066136268_RuntimeMethod_var; extern String_t* _stringLiteral630126639; extern String_t* _stringLiteral3760468472; extern String_t* _stringLiteral917982364; extern const uint32_t btnLogin_account_login_OnClick_m2826373862_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisUICheckbox_t2276134195_m2808817120_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TislogicLogin_main_page_t116642790_m785967240_RuntimeMethod_var; extern String_t* _stringLiteral2802297796; extern String_t* _stringLiteral2438122144; extern const uint32_t btnLogin_account_login_OnResult_m4066136268_MetadataUsageId; extern RuntimeClass* BuglyAgent_t2834163709_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3492326398; extern String_t* _stringLiteral1253190018; extern const uint32_t BuglyAgent_InitWithAppId_m124808292_MetadataUsageId; extern String_t* _stringLiteral1740068093; extern const uint32_t BuglyAgent_EnableExceptionHandler_m1036637300_MetadataUsageId; extern String_t* _stringLiteral1736434752; extern const uint32_t BuglyAgent_RegisterLogCallback_m2708184726_MetadataUsageId; extern String_t* _stringLiteral2733568858; extern const uint32_t BuglyAgent_SetLogCallbackExtrasHandler_m2907663673_MetadataUsageId; extern String_t* _stringLiteral3245485829; extern const uint32_t BuglyAgent_ReportException_m817399051_MetadataUsageId; extern String_t* _stringLiteral1670221455; extern const uint32_t BuglyAgent_ReportException_m3603358238_MetadataUsageId; extern String_t* _stringLiteral4093768951; extern const uint32_t BuglyAgent_UnregisterLogCallback_m24705475_MetadataUsageId; extern String_t* _stringLiteral3311652547; extern const uint32_t BuglyAgent_SetUserId_m1474752477_MetadataUsageId; extern String_t* _stringLiteral179282578; extern const uint32_t BuglyAgent_SetScene_m635037433_MetadataUsageId; extern String_t* _stringLiteral3364204321; extern const uint32_t BuglyAgent_AddSceneData_m4262506663_MetadataUsageId; extern String_t* _stringLiteral1963419682; extern String_t* _stringLiteral3928533906; extern String_t* _stringLiteral855128550; extern const uint32_t BuglyAgent_ConfigDebugMode_m2220911515_MetadataUsageId; extern const uint32_t BuglyAgent_ConfigAutoQuitApplication_m3709677150_MetadataUsageId; extern const uint32_t BuglyAgent_ConfigAutoReportLogLevel_m641268479_MetadataUsageId; extern String_t* _stringLiteral1508785759; extern const uint32_t BuglyAgent_ConfigDefault_m4200879642_MetadataUsageId; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2468825765; extern const uint32_t BuglyAgent_DebugLog_m618041714_MetadataUsageId; extern const uint32_t BuglyAgent_PrintLog_m451996820_MetadataUsageId; extern const uint32_t BuglyAgent_EnableDebugMode_m2696753976_MetadataUsageId; extern RuntimeClass* Action_3_t844242923_il2cpp_TypeInfo_var; extern const uint32_t BuglyAgent_add__LogCallbackEventHandler_m3687269688_MetadataUsageId; extern const uint32_t BuglyAgent_remove__LogCallbackEventHandler_m2777846524_MetadataUsageId; extern const uint32_t BuglyAgent_get_PluginVersion_m3838537236_MetadataUsageId; extern const uint32_t BuglyAgent_get_IsInitialized_m3162492208_MetadataUsageId; extern const uint32_t BuglyAgent_get_AutoQuitApplicationAfterReport_m3768275762_MetadataUsageId; extern RuntimeClass* LogCallback_t3588208630_il2cpp_TypeInfo_var; extern RuntimeClass* UnhandledExceptionEventHandler_t3101989324_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* BuglyAgent__OnLogCallbackHandler_m2266434193_RuntimeMethod_var; extern const RuntimeMethod* BuglyAgent__OnUncaughtExceptionHandler_m1196417577_RuntimeMethod_var; extern String_t* _stringLiteral2853390790; extern const uint32_t BuglyAgent__RegisterExceptionHandler_m2751220235_MetadataUsageId; extern String_t* _stringLiteral381576735; extern const uint32_t BuglyAgent__UnregisterExceptionHandler_m2713206275_MetadataUsageId; extern const RuntimeMethod* Action_3_Invoke_m1223873058_RuntimeMethod_var; extern String_t* _stringLiteral2532190414; extern const uint32_t BuglyAgent__OnLogCallbackHandler_m2266434193_MetadataUsageId; extern const RuntimeType* Exception_t_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1359029427; extern const uint32_t BuglyAgent__OnUncaughtExceptionHandler_m1196417577_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* StackTrace_t1598645457_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2564152668; extern String_t* _stringLiteral112877610; extern String_t* _stringLiteral41840781; extern String_t* _stringLiteral3451041664; extern String_t* _stringLiteral380657706; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3450517383; extern String_t* _stringLiteral2854236355; extern String_t* _stringLiteral3452614644; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral728801176; extern String_t* _stringLiteral65051873; extern String_t* _stringLiteral2284710273; extern const uint32_t BuglyAgent__HandleException_m2117176679_MetadataUsageId; extern RuntimeClass* StackTraceUtility_t3465565809_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3159092532; extern String_t* _stringLiteral4133716451; extern String_t* _stringLiteral3465467621; extern String_t* _stringLiteral4281820866; extern String_t* _stringLiteral3326773572; extern String_t* _stringLiteral2553479886; extern String_t* _stringLiteral2217234305; extern String_t* _stringLiteral3452614550; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral628085470; extern String_t* _stringLiteral97441395; extern String_t* _stringLiteral696594398; extern const uint32_t BuglyAgent__reportException_m1161814778_MetadataUsageId; extern RuntimeClass* LogSeverity_t3776021818_il2cpp_TypeInfo_var; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1401350042; extern String_t* _stringLiteral3647016353; extern String_t* _stringLiteral2618906327; extern String_t* _stringLiteral587217172; extern String_t* _stringLiteral2301041623; extern String_t* _stringLiteral3113685463; extern String_t* _stringLiteral853018199; extern String_t* _stringLiteral388868374; extern String_t* _stringLiteral3571236878; extern String_t* _stringLiteral722520877; extern String_t* _stringLiteral731054790; extern String_t* _stringLiteral3452614566; extern String_t* _stringLiteral1435361725; extern String_t* _stringLiteral2450202187; extern String_t* _stringLiteral3882770474; extern String_t* _stringLiteral2602781513; extern String_t* _stringLiteral471496547; extern String_t* _stringLiteral3032626445; extern String_t* _stringLiteral3458185088; extern String_t* _stringLiteral2336773619; extern String_t* _stringLiteral2564899413; extern const uint32_t BuglyAgent__HandleException_m1693205556_MetadataUsageId; extern String_t* _stringLiteral2637421693; extern const uint32_t BuglyAgent__cctor_m2259576765_MetadataUsageId; extern String_t* _stringLiteral2173446356; extern const uint32_t BuglyInit_Awake_m4237510503_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t ByteReader_ReadLine_m268564914_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m187286838_RuntimeMethod_var; extern const uint32_t ByteReader_ReadDictionary_m2362209223_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1914713242_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1360890984_RuntimeMethod_var; extern String_t* _stringLiteral4107481896; extern const uint32_t CAchievementMedalCfg__ctor_m1961783044_MetadataUsageId; extern RuntimeClass* CAchievementMedalCfg_t1489202100_il2cpp_TypeInfo_var; extern const uint32_t CAchievementMedalCfg_GetInstance_m1816441677_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m553817714_RuntimeMethod_var; extern const uint32_t CAchievementMedalCfg_GetMedalInfoByID_m2984421051_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m4224015718_RuntimeMethod_var; extern const uint32_t CAchievementMedalCfg_Clear_m4265757488_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* MedalInfo_t3025999911_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3141978203_RuntimeMethod_var; extern String_t* _stringLiteral3237481178; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral3220737639; extern String_t* _stringLiteral700648555; extern const uint32_t CAchievementMedalCfg_OnLoad_m3720020515_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3512355514_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3477736492_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3477735814_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1702633497_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3471597227_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2666159483_RuntimeMethod_var; extern String_t* _stringLiteral4221868821; extern const uint32_t CAchievementNewCfg__ctor_m768563319_MetadataUsageId; extern RuntimeClass* CAchievementNewCfg_t3177975818_il2cpp_TypeInfo_var; extern const uint32_t CAchievementNewCfg_GetInstance_m1705798897_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m4204309974_RuntimeMethod_var; extern const uint32_t CAchievementNewCfg_get_AchievementCount_m717573796_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m2114147124_RuntimeMethod_var; extern const uint32_t CAchievementNewCfg_get_AchievementInterCount_m2597639491_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m300178353_RuntimeMethod_var; extern const uint32_t CAchievementNewCfg_GetOuterInfoByID_m3055266919_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m117513998_RuntimeMethod_var; extern const uint32_t CAchievementNewCfg_GetInnerInfoByID_m1461948882_MetadataUsageId; extern RuntimeClass* List_1_t1766130607_il2cpp_TypeInfo_var; extern RuntimeClass* AchOuterInfo_t328674887_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m207032346_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2076153196_RuntimeMethod_var; extern const uint32_t CAchievementNewCfg_GetOutInfoAll_m31363534_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1945832797_RuntimeMethod_var; extern const uint32_t CAchievementNewCfg_GetInterInfoByID_m1170886589_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1228749010_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3281386778_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m2475949676_RuntimeMethod_var; extern const uint32_t CAchievementNewCfg_Clear_m641054415_MetadataUsageId; extern RuntimeClass* List_1_t1766129929_il2cpp_TypeInfo_var; extern RuntimeClass* AchInnerInfo_t294055187_il2cpp_TypeInfo_var; extern RuntimeClass* AchInterInfo_t294055865_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m314623807_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3529938260_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2000278246_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4206511075_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m364072457_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2702825800_RuntimeMethod_var; extern String_t* _stringLiteral1323583723; extern String_t* _stringLiteral2928279771; extern String_t* _stringLiteral3940799246; extern String_t* _stringLiteral1084049820; extern const uint32_t CAchievementNewCfg_OnLoad_m3349741233_MetadataUsageId; extern RuntimeClass* List_1_t1831094739_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3134303520_RuntimeMethod_var; extern const uint32_t AchInnerInfo__ctor_m1883499260_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3451667729_RuntimeMethod_var; extern const uint32_t AchInnerInfo_get_RewardCount_m1969485241_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1932901463_RuntimeMethod_var; extern const uint32_t AchInterInfo_get_InnerCount_m859745657_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3399829959_RuntimeMethod_var; extern const uint32_t AchOuterInfo_get_InterCount_m1056338174_MetadataUsageId; extern RuntimeClass* CSkeletonSnap_t2156242323_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t2419161419_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t3563600241_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m3174022346_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m4029091568_RuntimeMethod_var; extern const uint32_t CAnimSite__ctor_m929762818_MetadataUsageId; extern const uint32_t CAnimSite_SetIdleAnim_m2919088148_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m3605527122_RuntimeMethod_var; extern const uint32_t CAnimSite_PauseAnim_m521609244_MetadataUsageId; extern const uint32_t CAnimSite_PlayAnimOnce_m1204976410_MetadataUsageId; extern const uint32_t CAnimSite_PlayAnim_m1239780366_MetadataUsageId; extern RuntimeClass* stAnimInfo_t3264141101_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m3065781169_RuntimeMethod_var; extern const uint32_t CAnimSite_PlayAnimClip_m2670366768_MetadataUsageId; extern const uint32_t CAnimSite_FitCurAnimTime_m2441902213_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m1068839046_RuntimeMethod_var; extern const uint32_t CAnimSite_ClearAnimCached_m2770422380_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Release_m2785092524_RuntimeMethod_var; extern const uint32_t CAnimSite_StopAnim_m744227390_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m3937775778_RuntimeMethod_var; extern const uint32_t CAnimSite_OnDestroy_m1564647853_MetadataUsageId; extern const uint32_t CAnimSite_OnLateUpdate_m2851510144_MetadataUsageId; extern RuntimeClass* CAnimSite_t233742424_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Clear_m2539858282_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m1285147616_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m509005318_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m154076240_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m1397742623_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m2307190224_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_RemoveAt_m3405385083_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m3235205186_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_set_Item_m3984794631_RuntimeMethod_var; extern const uint32_t CAnimSite__CheckDirtyAnim_m2422570967_MetadataUsageId; extern RuntimeClass* List_1_t441248547_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2421623137_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1999418217_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2518380025_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Remove_m3456311881_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m661414947_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m1367775186_RuntimeMethod_var; extern const uint32_t CAnimSite__DoAnimation_m3938700310_MetadataUsageId; extern RuntimeClass* stAnimBaseInfo_t113612627_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m4259671038_RuntimeMethod_var; extern String_t* _stringLiteral1457403802; extern String_t* _stringLiteral820956036; extern String_t* _stringLiteral3165156309; extern const uint32_t CAnimSite_DoPlayAnimClip_m2999281537_MetadataUsageId; extern const uint32_t CAnimSite_FindExistAnimByName_m2294962155_MetadataUsageId; extern const uint32_t CAnimSite_FindExistAnimByClip_m1045687506_MetadataUsageId; extern RuntimeClass* BetterList_1_t1002471007_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t1473526305_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m2325346993_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m268868903_RuntimeMethod_var; extern const uint32_t CAnimSite__cctor_m1254968428_MetadataUsageId; extern const uint32_t stAnimBaseInfo__ctor_m4043044947_MetadataUsageId; extern RuntimeClass* CardScrollViewItemU5BU5D_t856059542_il2cpp_TypeInfo_var; extern RuntimeClass* stTransOrgU5BU5D_t3423224351_il2cpp_TypeInfo_var; extern RuntimeClass* stTransOrg_t967933370_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisCardScrollViewItem_t4220360527_m3367654906_RuntimeMethod_var; extern String_t* _stringLiteral298762043; extern const uint32_t CardScrollView_OnPageInit_m3134160659_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisuiChooseCardItem_t1601743264_m1921508517_RuntimeMethod_var; extern const uint32_t CardScrollView_Init_m3336417134_MetadataUsageId; extern String_t* _stringLiteral1203054989; extern const uint32_t CardScrollView_MoveOneTick_m1346436327_MetadataUsageId; extern const uint32_t CardScrollView_OnReset_m2440371441_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisuiChooseCardItem_t1601743264_m3272458855_RuntimeMethod_var; extern String_t* _stringLiteral126034998; extern const uint32_t CardScrollView__OnItemsMove_m3826811159_MetadataUsageId; extern RuntimeClass* CInputHelp_t1757450660_il2cpp_TypeInfo_var; extern const uint32_t CardScrollView__OnCheckSlidItemsArea_m661553419_MetadataUsageId; extern String_t* _stringLiteral3606779639; extern const uint32_t CardScrollView__OnSetLogicActiveIndex_m2960838800_MetadataUsageId; extern String_t* _stringLiteral1491195644; extern String_t* _stringLiteral3197631421; extern const uint32_t CardScrollView__OnFillUI_m1555844510_MetadataUsageId; extern String_t* _stringLiteral1331099311; extern const uint32_t CardScrollViewItem_SetLogicIndex_m1029237377_MetadataUsageId; extern const uint32_t CardScrollViewItem_SetMaxItemCount_m2272242850_MetadataUsageId; extern String_t* _stringLiteral3696591256; extern const uint32_t CAutoUpdate_OnPageInit_m693395008_MetadataUsageId; extern RuntimeClass* CSystemTool_t575361936_il2cpp_TypeInfo_var; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern RuntimeClass* CPkgVersionCheckMsg_t2257513204_il2cpp_TypeInfo_var; extern String_t* _stringLiteral201333861; extern const uint32_t CAutoUpdate_CheckUpdate_m3399589843_MetadataUsageId; extern String_t* _stringLiteral860686472; extern const uint32_t CAutoUpdate_OnStartFullUpdateImpl_m3795726601_MetadataUsageId; extern String_t* _stringLiteral1779734043; extern String_t* _stringLiteral2291802207; extern String_t* _stringLiteral3324345719; extern const uint32_t CAutoUpdate_OnContinueUpdate_m1453931367_MetadataUsageId; extern String_t* _stringLiteral317823888; extern String_t* _stringLiteral578875201; extern String_t* _stringLiteral3198105206; extern const uint32_t CAutoUpdate_WaitforInstall_m4026275664_MetadataUsageId; extern String_t* _stringLiteral320346683; extern String_t* _stringLiteral238470198; extern const uint32_t CAutoUpdate_DownloadProgress_m3632835528_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const RuntimeMethod* CAutoUpdate_OnContinueUpdate_m1453931367_RuntimeMethod_var; extern String_t* _stringLiteral259293089; extern String_t* _stringLiteral2915728526; extern const uint32_t CAutoUpdate_CheckResult_m453299335_MetadataUsageId; extern const RuntimeMethod* CAutoUpdate_OnContinueGame_m3034085709_RuntimeMethod_var; extern String_t* _stringLiteral2252333759; extern String_t* _stringLiteral2299168034; extern const uint32_t CAutoUpdate_UpdateError_m1078817356_MetadataUsageId; extern String_t* _stringLiteral2604932564; extern const uint32_t CAutoUpdate_UpdateFinish_m3013825412_MetadataUsageId; extern const uint32_t CAutoUpdate_CallCheckEnd_m2072457836_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral648757844; extern String_t* _stringLiteral3865552840; extern String_t* _stringLiteral3452614643; extern const uint32_t CPkgVersionCheckMsg_OnEndExcute_m467117360_MetadataUsageId; extern String_t* _stringLiteral2568768431; extern const uint32_t CAwardItemCell_Awake_m2352538733_MetadataUsageId; extern const uint32_t CAwardItemCell_Update_m1555903140_MetadataUsageId; extern const uint32_t CAwardItemCell_SetData_m3373067666_MetadataUsageId; extern RuntimeClass* CBookReservationConfig_t3541798465_il2cpp_TypeInfo_var; extern RuntimeClass* CBookReservationManager_t2709920264_il2cpp_TypeInfo_var; extern const uint32_t cbBookReservation_OnBookReservationData_m2948036759_MetadataUsageId; extern const uint32_t cbBookReservation_OnBookReservationSingleData_m2612882645_MetadataUsageId; extern RuntimeClass* COwnerInfo_t868562171_il2cpp_TypeInfo_var; extern const uint32_t cbBookReservation_OnBookReservationRanking_m3073907216_MetadataUsageId; extern RuntimeClass* cbCouple_t1980970727_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3943228968; extern const uint32_t cbCouple_OnResponseIsLover_m3072174711_MetadataUsageId; extern RuntimeClass* CoupleInfo_t1105442132_il2cpp_TypeInfo_var; extern const uint32_t cbCouple_OnCoupleInfo_m2169781336_MetadataUsageId; extern String_t* _stringLiteral871221405; extern const uint32_t cbCouple_OnWaterInfo_m3654884694_MetadataUsageId; extern String_t* _stringLiteral1111017469; extern String_t* _stringLiteral4241022663; extern const uint32_t cbCouple_OnReliveLoverInfo_m2652455305_MetadataUsageId; extern RuntimeClass* List_1_t4100575959_il2cpp_TypeInfo_var; extern RuntimeClass* LoveHisData_t2628501217_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* CCompareTime_t389177739_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m463316007_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3132629135_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m3866280427_RuntimeMethod_var; extern const uint32_t cbCouple_OnLoveLog_m2564786909_MetadataUsageId; extern RuntimeClass* TimeZone_t2038656743_il2cpp_TypeInfo_var; extern const uint32_t cbCouple_ConvertDateTimeInt_m3342711473_MetadataUsageId; extern RuntimeClass* CDataModelList_t1133308508_il2cpp_TypeInfo_var; extern RuntimeClass* CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var; extern RuntimeClass* CoupleWallManager_t3934997805_il2cpp_TypeInfo_var; extern const uint32_t cbCoupleWall_OnReceiveCoupleWallInfo_m705876410_MetadataUsageId; extern const uint32_t cbCoupleWall_OnReceivePublishInfoResult_m3050991755_MetadataUsageId; extern const uint32_t cbCoupleWall_OnReceiveDeleteInfoResult_m1598496727_MetadataUsageId; extern RuntimeClass* MessageLogInfoUnit_t4080848674_il2cpp_TypeInfo_var; extern const uint32_t cbCoupleWall_OnReceiveMessageLogInfo_m3134906645_MetadataUsageId; extern const uint32_t cbCoupleWall_OnReceiveExpressWork_m2765040482_MetadataUsageId; extern const uint32_t cbCoupleWall_OnReceiveClearAlreadyMessageLog_m2712313691_MetadataUsageId; extern const uint32_t cbCoupleWall_OnReceiveExpressResultData_m4120613800_MetadataUsageId; extern const uint32_t cbCoupleWall_OnFocusPlayerInCoupleWall_m674959523_MetadataUsageId; extern const uint32_t CBillBoard_Update_m1101971466_MetadataUsageId; extern const uint32_t CBillBoard_ReBindCamera_m850060845_MetadataUsageId; extern const RuntimeType* EnumSuitReward_t4037878222_0_0_0_var; extern RuntimeClass* List_1_t1208796635_il2cpp_TypeInfo_var; extern RuntimeClass* FashionInfo_t4031689189_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t296433643_il2cpp_TypeInfo_var; extern RuntimeClass* RewardInfo_t3119326197_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* EnumSuitReward_t4037878222_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2368277165_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3014112368_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1455105620_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1833166294_RuntimeMethod_var; extern String_t* _stringLiteral393950684; extern String_t* _stringLiteral2803402757; extern String_t* _stringLiteral3155112072; extern const uint32_t cbSuitInfo_OnGetSuitInfo_m4027106680_MetadataUsageId; extern String_t* _stringLiteral2321613654; extern const uint32_t cbSuitInfo_OnGetRewardResult_m2951836589_MetadataUsageId; extern RuntimeClass* SuitNum_t1199413730_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1165357600_RuntimeMethod_var; extern const uint32_t cbSuitInfo_OnGetSuitNum_m2957636493_MetadataUsageId; extern RuntimeClass* List_1_t2007141648_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t4145945798_il2cpp_TypeInfo_var; extern RuntimeClass* PriseInfo_t2673871056_il2cpp_TypeInfo_var; extern RuntimeClass* GiftInfo_t535066906_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4293249418_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m924521014_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1004994270_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m211016047_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4262077811_RuntimeMethod_var; extern const uint32_t cbSuitInfo_OnGetTujianProgress_m1951109422_MetadataUsageId; extern RuntimeClass* SucessInfo_t51707834_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2177106778_RuntimeMethod_var; extern const uint32_t cbSuitInfo_OnGetTujianSuccess_m396604445_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern String_t* _stringLiteral3668421212; extern String_t* _stringLiteral3452614641; extern const uint32_t cbSweep_OnResponseSweep_m819302616_MetadataUsageId; extern RuntimeClass* CConstellationManager_t2532336838_il2cpp_TypeInfo_var; extern const uint32_t CConstellationManager_getInstance_m3895647922_MetadataUsageId; extern String_t* _stringLiteral1062148084; extern const uint32_t CConstellationManager_OpenStarPage_m2789745112_MetadataUsageId; extern const uint32_t CConstellationManager_OnDestroyUI_m1090739292_MetadataUsageId; extern const uint32_t ChangeStarSin_BeginInvoke_m129563481_MetadataUsageId; extern RuntimeClass* CEventChangeOne_t3209287255_il2cpp_TypeInfo_var; extern const uint32_t CDataModelAny_set_Data_m2429302818_MetadataUsageId; extern const uint32_t CDataModelBool_set_Data_m838892248_MetadataUsageId; extern const uint32_t CDataModelFloat_set_Data_m1471886701_MetadataUsageId; extern const uint32_t CDataModelInt_set_Data_m3794751788_MetadataUsageId; extern RuntimeClass* List_1_t257213610_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2321703786_RuntimeMethod_var; extern const uint32_t CDataModelList__ctor_m3914079479_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2934127733_RuntimeMethod_var; extern const uint32_t CDataModelList_GetCount_m2680738349_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2287542950_RuntimeMethod_var; extern const uint32_t CDataModelList_GetValue_m2300688861_MetadataUsageId; extern const RuntimeMethod* List_1_set_Item_m1979164443_RuntimeMethod_var; extern const uint32_t CDataModelList_Set_m4251133707_MetadataUsageId; extern RuntimeClass* CEventAddOne_t265969249_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3338814081_RuntimeMethod_var; extern const uint32_t CDataModelList_Add_m2675322066_MetadataUsageId; extern RuntimeClass* CEventChangeAll_t836503194_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_RemoveAt_m2730968292_RuntimeMethod_var; extern const uint32_t CDataModelList_RemoveAt_m2716366326_MetadataUsageId; extern RuntimeClass* CEventRemoveAll_t615414916_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m3697625829_RuntimeMethod_var; extern const uint32_t CDataModelList_Clear_m3060359967_MetadataUsageId; extern const RuntimeMethod* List_1_Insert_m814893238_RuntimeMethod_var; extern const uint32_t CDataModelList_Insert_m1202932652_MetadataUsageId; extern const RuntimeMethod* List_1_Sort_m116019857_RuntimeMethod_var; extern const uint32_t CDataModelList_Sort_m1581137243_MetadataUsageId; extern RuntimeClass* Dictionary_2_t132545152_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m518943619_RuntimeMethod_var; extern const uint32_t CDataModelMap__ctor_m2240469843_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m2424847318_RuntimeMethod_var; extern const uint32_t CDataModelMap_GetCount_m4159681203_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m183483489_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1170170947_RuntimeMethod_var; extern const uint32_t CDataModelMap_GetValue_m2959219901_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m3474379962_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2387223709_RuntimeMethod_var; extern const uint32_t CDataModelMap_Set_m186491749_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m1399450161_RuntimeMethod_var; extern const uint32_t CDataModelMap_Remove_m2629582452_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1951681556_RuntimeMethod_var; extern const uint32_t CDataModelMap_Clear_m1358677540_MetadataUsageId; extern const uint32_t CDataModelNetMsg_Clear_m3453851636_MetadataUsageId; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern const RuntimeMethod* CDataModelNetProperty__OnEndChanged_m2448474252_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const uint32_t CDataModelNetProperty_Bind_m3144271635_MetadataUsageId; extern const uint32_t CDataModelNetProperty_Clear_m406596013_MetadataUsageId; extern const uint32_t CDataModelNetProperty__OnEndChanged_m2448474252_MetadataUsageId; extern const RuntimeMethod* CDataModelProperty__OnEndChanged_m816318858_RuntimeMethod_var; extern const uint32_t CDataModelProperty_Attach_m342258411_MetadataUsageId; extern const uint32_t CDataModelProperty_Clear_m3192748949_MetadataUsageId; extern const uint32_t CDataModelProperty__OnEndChanged_m816318858_MetadataUsageId; extern const uint32_t CDataModelString_set_Data_m1784437890_MetadataUsageId; extern RuntimeClass* CDebugInv_t1719435658_il2cpp_TypeInfo_var; extern String_t* _stringLiteral668298911; extern const uint32_t CDebugInv_Start_m1979714119_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* CModuleManager_t4250936907_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m2374459357_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3796169703_RuntimeMethod_var; extern String_t* _stringLiteral386520490; extern String_t* _stringLiteral4247157265; extern String_t* _stringLiteral3648252482; extern String_t* _stringLiteral1462107287; extern String_t* _stringLiteral3265744085; extern String_t* _stringLiteral3222463383; extern String_t* _stringLiteral547868706; extern const uint32_t CDebugInv_OnLoadedEnd_m4288963117_MetadataUsageId; extern RuntimeClass* GUI_t1624858472_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3201879158; extern String_t* _stringLiteral1930555842; extern const uint32_t CDebugInv_OnGUI_m1763763160_MetadataUsageId; extern RuntimeClass* U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546_il2cpp_TypeInfo_var; extern const uint32_t CDebugInv_OnLoadChannelCfg_m1816839546_MetadataUsageId; extern RuntimeClass* stChannelVal_t2971589287_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2419685934_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1260835387_RuntimeMethod_var; extern String_t* _stringLiteral3239436300; extern String_t* _stringLiteral1354932569; extern String_t* _stringLiteral539004199; extern String_t* _stringLiteral897338709; extern const uint32_t CDebugInv_ParseChannelCfg_m1670714364_MetadataUsageId; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2227265170; extern String_t* _stringLiteral2799476833; extern String_t* _stringLiteral99308088; extern String_t* _stringLiteral989826585; extern String_t* _stringLiteral1031388914; extern String_t* _stringLiteral3784379369; extern const uint32_t CDebugInv_ClearAllCache_m1604016406_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUIGameStarter_t3167157668_m3287468323_RuntimeMethod_var; extern const uint32_t CDebugInv_ChooseInv_m3861630379_MetadataUsageId; extern String_t* _stringLiteral2644232025; extern const uint32_t CDebugInv_LoadChannelFlag_m3030093918_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern const uint32_t CDebugInv_SaveChannelFlag_m2403103237_MetadataUsageId; extern RuntimeClass* List_1_t148696733_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1337318351_RuntimeMethod_var; extern const uint32_t CDebugInv__cctor_m3728284855_MetadataUsageId; extern RuntimeClass* WWW_t3688466362_il2cpp_TypeInfo_var; extern String_t* _stringLiteral532819789; extern const uint32_t U3COnLoadChannelCfgU3Ec__Iterator0_MoveNext_m1990609068_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3COnLoadChannelCfgU3Ec__Iterator0_Reset_m2879128353_RuntimeMethod_var; extern const uint32_t U3COnLoadChannelCfgU3Ec__Iterator0_Reset_m2879128353_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern const RuntimeMethod* CDownloadPlayTips_OnClkSpriteMmd_m4213238264_RuntimeMethod_var; extern String_t* _stringLiteral2431027298; extern String_t* _stringLiteral2863639176; extern String_t* _stringLiteral3987835854; extern const uint32_t CDownloadPlayTips_Start_m343412768_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const uint32_t CDownloadPlayTips_OnClkSpriteMmd_m4213238264_MetadataUsageId; extern RuntimeClass* CEntityHelp_t1491713186_il2cpp_TypeInfo_var; extern const RuntimeMethod* CModuleManager_CreateInstance_TisIEntityBase_t3866625305_m3387990450_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m408666813_RuntimeMethod_var; extern const uint32_t CEntityHelp_Create_m1511037034_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2651968169_RuntimeMethod_var; extern const uint32_t CEntityHelp_Find_m1282338744_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m4165888886_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2964170110_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3827074526_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3718802272_RuntimeMethod_var; extern const uint32_t CEntityHelp_Find_m475400506_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m3444610563_RuntimeMethod_var; extern const uint32_t CEntityHelp_Delete_m3498792095_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m4195879963_RuntimeMethod_var; extern const uint32_t CEntityHelp_DeleteAll_m1393177228_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2755338636_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4152924350_RuntimeMethod_var; extern const uint32_t CEntityHelp__cctor_m988133543_MetadataUsageId; extern RuntimeClass* CDataModelInt_t3463393640_il2cpp_TypeInfo_var; extern const uint32_t CFashionTagCtr__ctor_m3031466928_MetadataUsageId; extern RuntimeClass* CFashionTagCtr_t1928095552_il2cpp_TypeInfo_var; extern const uint32_t CFashionTagCtr_GetInstance_m3958063695_MetadataUsageId; extern const uint32_t CFashionTagCtr_ShowPage_m1407537383_MetadataUsageId; extern const uint32_t CFashionTagCtr_HidePage_m1664503587_MetadataUsageId; extern const uint32_t CGameController_OnFitfunNetReceiveMsg_m1119161706_MetadataUsageId; extern String_t* _stringLiteral3452614544; extern const uint32_t CGameController_OnFitfunNetLinkResult_m2157868754_MetadataUsageId; extern RuntimeClass* U3CdelayFunU3Ec__Iterator0_t3590996484_il2cpp_TypeInfo_var; extern const uint32_t CGameController_delayFun_m2105782877_MetadataUsageId; extern const uint32_t CGameController_OnChangeScene_m2000820294_MetadataUsageId; extern RuntimeClass* CFCMConfig_t130793684_il2cpp_TypeInfo_var; extern RuntimeClass* CUpdateInterface_t2239046830_il2cpp_TypeInfo_var; extern RuntimeClass* CChatManager_t1988186574_il2cpp_TypeInfo_var; extern String_t* _stringLiteral840214861; extern String_t* _stringLiteral3811860389; extern String_t* _stringLiteral1608166844; extern String_t* _stringLiteral3452614543; extern const uint32_t CGameController_Update_m1044403000_MetadataUsageId; extern RuntimeClass* CGameController_t2711137428_il2cpp_TypeInfo_var; extern const uint32_t CGameController_LateUpdate_m377449992_MetadataUsageId; extern const RuntimeMethod* CGameController_OnQuitConfirmProc_m2869059381_RuntimeMethod_var; extern String_t* _stringLiteral3034262102; extern const uint32_t CGameController_OnShowQuitConfirmMsgBox_m2064429447_MetadataUsageId; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern const uint32_t CGameController_OnQuitConfirmProc_m2869059381_MetadataUsageId; extern RuntimeClass* CGameSetting_t2678036671_il2cpp_TypeInfo_var; extern RuntimeClass* CRecentInteractiveObj_t3091204042_il2cpp_TypeInfo_var; extern RuntimeClass* CTimerManager_t4186675208_il2cpp_TypeInfo_var; extern RuntimeClass* CInputStatistics_t4182964798_il2cpp_TypeInfo_var; extern const uint32_t CGameController_OnApplicationQuit_m3463508655_MetadataUsageId; extern RuntimeClass* WaitForSeconds_t1699091251_il2cpp_TypeInfo_var; extern const uint32_t U3CdelayFunU3Ec__Iterator0_MoveNext_m1318019145_MetadataUsageId; extern const RuntimeMethod* U3CdelayFunU3Ec__Iterator0_Reset_m196229473_RuntimeMethod_var; extern const uint32_t U3CdelayFunU3Ec__Iterator0_Reset_m196229473_MetadataUsageId; extern RuntimeClass* stComboArea_t2266499608_il2cpp_TypeInfo_var; extern RuntimeClass* stScoreArea_t3872884956_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t777473367_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2885667311_RuntimeMethod_var; extern const uint32_t CGameDancing__ctor_m241163460_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var; extern String_t* _stringLiteral803787917; extern String_t* _stringLiteral515034769; extern String_t* _stringLiteral644009623; extern String_t* _stringLiteral3258544179; extern String_t* _stringLiteral594073270; extern String_t* _stringLiteral2869350977; extern String_t* _stringLiteral2235345990; extern String_t* _stringLiteral4213823138; extern String_t* _stringLiteral3708979930; extern String_t* _stringLiteral4125187729; extern String_t* _stringLiteral836756931; extern String_t* _stringLiteral2585327019; extern String_t* _stringLiteral1512031223; extern String_t* _stringLiteral2430228144; extern String_t* _stringLiteral2245783680; extern String_t* _stringLiteral3534185453; extern String_t* _stringLiteral2918823845; extern String_t* _stringLiteral565836111; extern String_t* _stringLiteral2586772096; extern String_t* _stringLiteral2586837632; extern String_t* _stringLiteral2123462511; extern String_t* _stringLiteral2123462512; extern String_t* _stringLiteral915726516; extern String_t* _stringLiteral2313135279; extern String_t* _stringLiteral728988320; extern String_t* _stringLiteral1788543996; extern String_t* _stringLiteral1474228174; extern String_t* _stringLiteral3412005497; extern String_t* _stringLiteral594493488; extern String_t* _stringLiteral2278406246; extern String_t* _stringLiteral885431865; extern String_t* _stringLiteral387784528; extern const uint32_t CGameDancing_OnPageInit_m3012253259_MetadataUsageId; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern RuntimeClass* CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var; extern RuntimeClass* CSceneEffectManager_t793970061_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t1569734369_il2cpp_TypeInfo_var; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern const RuntimeMethod* CGameDancing_OnDefaultEffect_m1757336150_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4059354831_RuntimeMethod_var; extern const RuntimeMethod* CGameDancing_OnShowTime_m4065739985_RuntimeMethod_var; extern const uint32_t CGameDancing_Start_m3388338500_MetadataUsageId; extern const uint32_t CGameDancing_SetActiveDanceMode_m3441301906_MetadataUsageId; extern const uint32_t CGameDancing_OnDefaultEffect_m1757336150_MetadataUsageId; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern const RuntimeMethod* CGameDancing_OnUIShowTimeStart_m2187850686_RuntimeMethod_var; extern const uint32_t CGameDancing_OnShowTime_m4065739985_MetadataUsageId; extern const RuntimeMethod* CGameDancing_OnUIShowTimeEnd_m2573526252_RuntimeMethod_var; extern const uint32_t CGameDancing_OnUIShowTimeStart_m2187850686_MetadataUsageId; extern const uint32_t CGameDancing_OnUIShowTimeEnd_m2573526252_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m1256867375_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4073477735_RuntimeMethod_var; extern const uint32_t CGameDancing_AddBroadTransform_m119267303_MetadataUsageId; extern RuntimeClass* CGameDancing_t3256271692_il2cpp_TypeInfo_var; extern RuntimeClass* OnSysBroadcastEnd_t3794690773_il2cpp_TypeInfo_var; extern RuntimeClass* WaitingRoomHelper_t1026959434_il2cpp_TypeInfo_var; extern const RuntimeMethod* CGameDancing_OnCallSystemBroadCastEnd_m677712096_RuntimeMethod_var; extern String_t* _stringLiteral2913039261; extern const uint32_t CGameDancing_OnInit_m3690361762_MetadataUsageId; extern String_t* _stringLiteral1211210949; extern String_t* _stringLiteral1412169936; extern const uint32_t CGameDancing_OnClkEnableScene_m3225104036_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisCGameMain_t2202161662_m2680494473_RuntimeMethod_var; extern String_t* _stringLiteral3170030842; extern String_t* _stringLiteral3696623800; extern const uint32_t CGameDancing_OnClkEnableCamera_m2342451765_MetadataUsageId; extern String_t* _stringLiteral1086423010; extern const uint32_t CGameDancing_OnSectionResult_m2703524249_MetadataUsageId; extern const RuntimeMethod* CGameDancing_OnQuitConfirmCallBack_m106086402_RuntimeMethod_var; extern String_t* _stringLiteral400406481; extern const uint32_t CGameDancing_OnReturnToLobbyBtClick_m840964479_MetadataUsageId; extern const uint32_t CGameDancing_OnQuitConfirmCallBack_m106086402_MetadataUsageId; extern const uint32_t CGameDancing_OnSpeedReduce_m1701525757_MetadataUsageId; extern const uint32_t CGameDancing_OnSpeedPlus_m2546953729_MetadataUsageId; extern String_t* _stringLiteral4248988930; extern String_t* _stringLiteral1789026951; extern const uint32_t CGameDancing_OnCallSystemBroadCastEnd_m677712096_MetadataUsageId; extern const uint32_t CGameDancing_OnSystemBroadCastEnd_m3411054676_MetadataUsageId; extern const uint32_t CGameDancing_UpdateSystemBroadCast_m2528437644_MetadataUsageId; extern RuntimeClass* IdleActionManager_t2375494644_il2cpp_TypeInfo_var; extern RuntimeClass* CPetActionConfig_t1976691651_il2cpp_TypeInfo_var; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const uint32_t CGameDancing_Update_m526168838_MetadataUsageId; extern RuntimeClass* CBeatKeyManager_t1395295909_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1732937732; extern String_t* _stringLiteral16340778; extern String_t* _stringLiteral170854902; extern String_t* _stringLiteral3512975299; extern const uint32_t CGameDancing_UpdateMusicSection_m3045104418_MetadataUsageId; extern const uint32_t CGameDancing_UpdateMyCombo_m3735483909_MetadataUsageId; extern const uint32_t CGameDancing_ChangeSpritePos_m716554268_MetadataUsageId; extern const uint32_t CGameDancing_ChangeSpriteScale_m5959959_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3022113929_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3787308655_RuntimeMethod_var; extern const uint32_t CGameDancing__AdjustScoreBarPos_m1114565182_MetadataUsageId; extern const uint32_t CGameDancing__cctor_m3536744577_MetadataUsageId; extern String_t* _stringLiteral3700421729; extern String_t* _stringLiteral360870613; extern String_t* _stringLiteral3294680492; extern String_t* _stringLiteral1570679840; extern String_t* _stringLiteral1595200775; extern String_t* _stringLiteral1595135239; extern String_t* _stringLiteral1595069703; extern String_t* _stringLiteral1595004167; extern const uint32_t stComboArea_InitUI_m232284300_MetadataUsageId; extern const uint32_t stComboArea_ShowUI_m2579276832_MetadataUsageId; extern const uint32_t stComboArea_ShowRateRoot_m1542089466_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2624239596; extern String_t* _stringLiteral1594153191; extern String_t* _stringLiteral1473211760; extern String_t* _stringLiteral3451566046; extern String_t* _stringLiteral3452614622; extern String_t* _stringLiteral3452614617; extern String_t* _stringLiteral3452614640; extern String_t* _stringLiteral3452614625; extern const uint32_t stComboArea_OnUpdate_m250611237_MetadataUsageId; extern RuntimeClass* List_1_t1666189680_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1679529104_RuntimeMethod_var; extern const uint32_t stScoreArea__ctor_m4147518194_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2778281004_RuntimeMethod_var; extern String_t* _stringLiteral4282003717; extern const uint32_t stScoreArea_InitUI_m297117005_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m995996543_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1663248861_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisUISprite_t194114938_m299858934_RuntimeMethod_var; extern String_t* _stringLiteral1244387367; extern const uint32_t stScoreArea_OnUpdate_m203011684_MetadataUsageId; extern const uint32_t CGameFuncAdapter_OnInitEnvironment_m1980186220_MetadataUsageId; extern const uint32_t CGameFuncAdapter_PlayAudio_m2071343842_MetadataUsageId; extern const uint32_t CGameFuncAdapter_PlayAudioClip_m2627292588_MetadataUsageId; extern const uint32_t CGameFuncAdapter_IsHighQuality_m3603971840_MetadataUsageId; extern const uint32_t CGameFuncAdapter_AddRootChild_m2376160336_MetadataUsageId; extern RuntimeClass* UserGuideManager_t2771698115_il2cpp_TypeInfo_var; extern const uint32_t CGameFuncAdapter_OnLevelChange_m2211879296_MetadataUsageId; extern RuntimeClass* CWalkManager_t3228361237_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3500937908; extern const uint32_t CGameFuncAdapter_OnLevelLoadBefore_m3041654731_MetadataUsageId; extern RuntimeClass* CMonoCtrllorManager_t57721319_il2cpp_TypeInfo_var; extern const uint32_t CGameFuncAdapter_OnLevelLoadEnd_m272814675_MetadataUsageId; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern RuntimeClass* CImageHelp_t3694350091_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var; extern String_t* _stringLiteral671433250; extern String_t* _stringLiteral309324792; extern String_t* _stringLiteral59090590; extern String_t* _stringLiteral2833084525; extern String_t* _stringLiteral3548628297; extern String_t* _stringLiteral789984009; extern String_t* _stringLiteral2502039926; extern String_t* _stringLiteral1251628735; extern String_t* _stringLiteral3168018958; extern String_t* _stringLiteral649975346; extern String_t* _stringLiteral1225903039; extern String_t* _stringLiteral217883487; extern String_t* _stringLiteral3164635854; extern String_t* _stringLiteral1271716953; extern String_t* _stringLiteral4195950112; extern const uint32_t CGameMain_Start_m3583895451_MetadataUsageId; extern RuntimeClass* OnRoleAnimEnd_t3559497459_il2cpp_TypeInfo_var; extern const RuntimeMethod* CGameMain_OnRoleAnimEnd_m4045582277_RuntimeMethod_var; extern String_t* _stringLiteral1697462016; extern const uint32_t CGameMain_OnBeforeMusicShowRoles_m119396732_MetadataUsageId; extern const uint32_t CGameMain_ResumeCameraStartState_m2528795411_MetadataUsageId; extern RuntimeClass* CPropEquipManager_t729741778_il2cpp_TypeInfo_var; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern RuntimeClass* CCameraUnityAnim_t1956596822_il2cpp_TypeInfo_var; extern RuntimeClass* ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3487312659; extern String_t* _stringLiteral2512396214; extern String_t* _stringLiteral3249829647; extern String_t* _stringLiteral3941088982; extern String_t* _stringLiteral403571131; extern String_t* _stringLiteral1362697702; extern String_t* _stringLiteral4157990518; extern String_t* _stringLiteral2037568315; extern String_t* _stringLiteral2708045721; extern String_t* _stringLiteral3457660801; extern String_t* _stringLiteral3451500529; extern String_t* _stringLiteral1590299467; extern const uint32_t CGameMain_OnStartDanceGame_m936066626_MetadataUsageId; extern RuntimeClass* CPhotoManager_t704993275_il2cpp_TypeInfo_var; extern RuntimeClass* CTrystManager_t3257589335_il2cpp_TypeInfo_var; extern RuntimeClass* CGameMain_t2202161662_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* _stringLiteral1305446639; extern const uint32_t CGameMain_Update_m530192859_MetadataUsageId; extern RuntimeClass* U3CLoadResourceU3Ec__Iterator0_t13710564_il2cpp_TypeInfo_var; extern const uint32_t CGameMain_LoadResource_m2294700151_MetadataUsageId; extern const uint32_t CGameMain_LateUpdate_m264142200_MetadataUsageId; extern const uint32_t CGameMain_OnDestroy_m1737858868_MetadataUsageId; extern String_t* _stringLiteral73945996; extern const uint32_t CGameMain_OnPlayReady_m1475227834_MetadataUsageId; extern String_t* _stringLiteral1776769073; extern const uint32_t CGameMain_OnPlayGo_m2132852420_MetadataUsageId; extern const uint32_t CGameMain_OnMusicInfoEnd_m1455622940_MetadataUsageId; extern const RuntimeMethod* CGameMain_OnPlayReady_m1475227834_RuntimeMethod_var; extern const RuntimeMethod* CGameMain_OnPlayGo_m2132852420_RuntimeMethod_var; extern const RuntimeMethod* CGameMain_OnMusicInfoEnd_m1455622940_RuntimeMethod_var; extern const RuntimeMethod* CCustomMsgProc__StartGame_m859414082_RuntimeMethod_var; extern String_t* _stringLiteral3835209016; extern const uint32_t CGameMain_OnRoleAnimEnd_m4045582277_MetadataUsageId; extern const uint32_t CGameMain_SpecialStopQualifyingGame_m3279166440_MetadataUsageId; struct GUIStyleState_t1397964415_marshaled_pinvoke; struct GUIStyleState_t1397964415_marshaled_com; struct RectOffset_t1369453676_marshaled_com; struct UIPanelU5BU5D_t1463265784; struct CharU5BU5D_t3528271667; struct StringU5BU5D_t1281789340; struct TransformU5BU5D_t807237628; struct AnimationClipU5BU5D_t1636626578; struct uiAwardcellU5BU5D_t3191484015; struct ObjectU5BU5D_t2843939325; struct ParameterInfoU5BU5D_t390618515; struct ByteU5BU5D_t4116647657; struct CardScrollViewItemU5BU5D_t856059542; struct stTransOrgU5BU5D_t3423224351; struct CameraU5BU5D_t1709987734; struct TypeU5BU5D_t3940880105; struct Texture2DU5BU5D_t149664596; #ifndef U3CMODULEU3E_T692745561_H #define U3CMODULEU3E_T692745561_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745561 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745561_H #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 CAUTOUPDATEPLUGIN_T3199557684_H #define CAUTOUPDATEPLUGIN_T3199557684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CAutoUpdatePlugin struct CAutoUpdatePlugin_t3199557684 : public RuntimeObject { public: public: }; struct CAutoUpdatePlugin_t3199557684_StaticFields { public: // DMCore.Framework.Plugin.CAutoUpdatePlugin DMCore.Framework.Plugin.CAutoUpdatePlugin::s_Instance CAutoUpdatePlugin_t3199557684 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CAutoUpdatePlugin_t3199557684_StaticFields, ___s_Instance_0)); } inline CAutoUpdatePlugin_t3199557684 * get_s_Instance_0() const { return ___s_Instance_0; } inline CAutoUpdatePlugin_t3199557684 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CAutoUpdatePlugin_t3199557684 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAUTOUPDATEPLUGIN_T3199557684_H #ifndef CBBOOKRESERVATION_T4023400882_H #define CBBOOKRESERVATION_T4023400882_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cbBookReservation struct cbBookReservation_t4023400882 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBBOOKRESERVATION_T4023400882_H #ifndef CBOOKRESERVATIONINFO_T4147366020_H #define CBOOKRESERVATIONINFO_T4147366020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CBookReservationConfig/CBookReservationInfo struct CBookReservationInfo_t4147366020 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CBookReservationConfig/CBookReservationInfo::Id int32_t ___Id_0; // System.String DMCore.Logic.CBookReservationConfig/CBookReservationInfo::name String_t* ___name_1; // System.Int32 DMCore.Logic.CBookReservationConfig/CBookReservationInfo::sex int32_t ___sex_2; // System.String DMCore.Logic.CBookReservationConfig/CBookReservationInfo::getPath String_t* ___getPath_3; // System.String DMCore.Logic.CBookReservationConfig/CBookReservationInfo::imaPath String_t* ___imaPath_4; // System.Boolean DMCore.Logic.CBookReservationConfig/CBookReservationInfo::bowner bool ___bowner_5; // System.Int32 DMCore.Logic.CBookReservationConfig/CBookReservationInfo::loverId int32_t ___loverId_6; // System.Int32 DMCore.Logic.CBookReservationConfig/CBookReservationInfo::ownedAmount int32_t ___ownedAmount_7; // System.Int32 DMCore.Logic.CBookReservationConfig/CBookReservationInfo::actionId int32_t ___actionId_8; // System.Collections.Generic.List`1 DMCore.Logic.CBookReservationConfig/CBookReservationInfo::items List_1_t128053199 * ___items_9; // System.Collections.Generic.List`1 DMCore.Logic.CBookReservationConfig/CBookReservationInfo::ownItems List_1_t128053199 * ___ownItems_10; public: inline static int32_t get_offset_of_Id_0() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___Id_0)); } inline int32_t get_Id_0() const { return ___Id_0; } inline int32_t* get_address_of_Id_0() { return &___Id_0; } inline void set_Id_0(int32_t value) { ___Id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_sex_2() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___sex_2)); } inline int32_t get_sex_2() const { return ___sex_2; } inline int32_t* get_address_of_sex_2() { return &___sex_2; } inline void set_sex_2(int32_t value) { ___sex_2 = value; } inline static int32_t get_offset_of_getPath_3() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___getPath_3)); } inline String_t* get_getPath_3() const { return ___getPath_3; } inline String_t** get_address_of_getPath_3() { return &___getPath_3; } inline void set_getPath_3(String_t* value) { ___getPath_3 = value; Il2CppCodeGenWriteBarrier((&___getPath_3), value); } inline static int32_t get_offset_of_imaPath_4() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___imaPath_4)); } inline String_t* get_imaPath_4() const { return ___imaPath_4; } inline String_t** get_address_of_imaPath_4() { return &___imaPath_4; } inline void set_imaPath_4(String_t* value) { ___imaPath_4 = value; Il2CppCodeGenWriteBarrier((&___imaPath_4), value); } inline static int32_t get_offset_of_bowner_5() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___bowner_5)); } inline bool get_bowner_5() const { return ___bowner_5; } inline bool* get_address_of_bowner_5() { return &___bowner_5; } inline void set_bowner_5(bool value) { ___bowner_5 = value; } inline static int32_t get_offset_of_loverId_6() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___loverId_6)); } inline int32_t get_loverId_6() const { return ___loverId_6; } inline int32_t* get_address_of_loverId_6() { return &___loverId_6; } inline void set_loverId_6(int32_t value) { ___loverId_6 = value; } inline static int32_t get_offset_of_ownedAmount_7() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___ownedAmount_7)); } inline int32_t get_ownedAmount_7() const { return ___ownedAmount_7; } inline int32_t* get_address_of_ownedAmount_7() { return &___ownedAmount_7; } inline void set_ownedAmount_7(int32_t value) { ___ownedAmount_7 = value; } inline static int32_t get_offset_of_actionId_8() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___actionId_8)); } inline int32_t get_actionId_8() const { return ___actionId_8; } inline int32_t* get_address_of_actionId_8() { return &___actionId_8; } inline void set_actionId_8(int32_t value) { ___actionId_8 = value; } inline static int32_t get_offset_of_items_9() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___items_9)); } inline List_1_t128053199 * get_items_9() const { return ___items_9; } inline List_1_t128053199 ** get_address_of_items_9() { return &___items_9; } inline void set_items_9(List_1_t128053199 * value) { ___items_9 = value; Il2CppCodeGenWriteBarrier((&___items_9), value); } inline static int32_t get_offset_of_ownItems_10() { return static_cast(offsetof(CBookReservationInfo_t4147366020, ___ownItems_10)); } inline List_1_t128053199 * get_ownItems_10() const { return ___ownItems_10; } inline List_1_t128053199 ** get_address_of_ownItems_10() { return &___ownItems_10; } inline void set_ownItems_10(List_1_t128053199 * value) { ___ownItems_10 = value; Il2CppCodeGenWriteBarrier((&___ownItems_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBOOKRESERVATIONINFO_T4147366020_H #ifndef CBOOKRESERVATIONMANAGER_T2709920264_H #define CBOOKRESERVATIONMANAGER_T2709920264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CBookReservationManager struct CBookReservationManager_t2709920264 : public RuntimeObject { public: // DMCore.Logic.CBookReservationConfig/CBookReservationInfo DMCore.Logic.CBookReservationManager::m_info CBookReservationInfo_t4147366020 * ___m_info_1; // System.Collections.Generic.List`1 DMCore.Logic.CBookReservationManager::m_list List_1_t2340636913 * ___m_list_2; // CDataModelBool DMCore.Logic.CBookReservationManager::m_bOwnerDataReady CDataModelBool_t2269476966 * ___m_bOwnerDataReady_3; // CDataModelBool DMCore.Logic.CBookReservationManager::m_bSingleDataReady CDataModelBool_t2269476966 * ___m_bSingleDataReady_4; // CDataModelBool DMCore.Logic.CBookReservationManager::m_bRefreshProgress CDataModelBool_t2269476966 * ___m_bRefreshProgress_5; public: inline static int32_t get_offset_of_m_info_1() { return static_cast(offsetof(CBookReservationManager_t2709920264, ___m_info_1)); } inline CBookReservationInfo_t4147366020 * get_m_info_1() const { return ___m_info_1; } inline CBookReservationInfo_t4147366020 ** get_address_of_m_info_1() { return &___m_info_1; } inline void set_m_info_1(CBookReservationInfo_t4147366020 * value) { ___m_info_1 = value; Il2CppCodeGenWriteBarrier((&___m_info_1), value); } inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(CBookReservationManager_t2709920264, ___m_list_2)); } inline List_1_t2340636913 * get_m_list_2() const { return ___m_list_2; } inline List_1_t2340636913 ** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(List_1_t2340636913 * value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } inline static int32_t get_offset_of_m_bOwnerDataReady_3() { return static_cast(offsetof(CBookReservationManager_t2709920264, ___m_bOwnerDataReady_3)); } inline CDataModelBool_t2269476966 * get_m_bOwnerDataReady_3() const { return ___m_bOwnerDataReady_3; } inline CDataModelBool_t2269476966 ** get_address_of_m_bOwnerDataReady_3() { return &___m_bOwnerDataReady_3; } inline void set_m_bOwnerDataReady_3(CDataModelBool_t2269476966 * value) { ___m_bOwnerDataReady_3 = value; Il2CppCodeGenWriteBarrier((&___m_bOwnerDataReady_3), value); } inline static int32_t get_offset_of_m_bSingleDataReady_4() { return static_cast(offsetof(CBookReservationManager_t2709920264, ___m_bSingleDataReady_4)); } inline CDataModelBool_t2269476966 * get_m_bSingleDataReady_4() const { return ___m_bSingleDataReady_4; } inline CDataModelBool_t2269476966 ** get_address_of_m_bSingleDataReady_4() { return &___m_bSingleDataReady_4; } inline void set_m_bSingleDataReady_4(CDataModelBool_t2269476966 * value) { ___m_bSingleDataReady_4 = value; Il2CppCodeGenWriteBarrier((&___m_bSingleDataReady_4), value); } inline static int32_t get_offset_of_m_bRefreshProgress_5() { return static_cast(offsetof(CBookReservationManager_t2709920264, ___m_bRefreshProgress_5)); } inline CDataModelBool_t2269476966 * get_m_bRefreshProgress_5() const { return ___m_bRefreshProgress_5; } inline CDataModelBool_t2269476966 ** get_address_of_m_bRefreshProgress_5() { return &___m_bRefreshProgress_5; } inline void set_m_bRefreshProgress_5(CDataModelBool_t2269476966 * value) { ___m_bRefreshProgress_5 = value; Il2CppCodeGenWriteBarrier((&___m_bRefreshProgress_5), value); } }; struct CBookReservationManager_t2709920264_StaticFields { public: // DMCore.Logic.CBookReservationManager DMCore.Logic.CBookReservationManager::s_Instance CBookReservationManager_t2709920264 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CBookReservationManager_t2709920264_StaticFields, ___s_Instance_0)); } inline CBookReservationManager_t2709920264 * get_s_Instance_0() const { return ___s_Instance_0; } inline CBookReservationManager_t2709920264 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CBookReservationManager_t2709920264 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBOOKRESERVATIONMANAGER_T2709920264_H #ifndef COWNERINFO_T868562171_H #define COWNERINFO_T868562171_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CBookReservationManager/COwnerInfo struct COwnerInfo_t868562171 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CBookReservationManager/COwnerInfo::userId int64_t ___userId_0; // System.Int32 DMCore.Logic.CBookReservationManager/COwnerInfo::userSex int32_t ___userSex_1; // System.Int64 DMCore.Logic.CBookReservationManager/COwnerInfo::userPhotoId int64_t ___userPhotoId_2; // System.String DMCore.Logic.CBookReservationManager/COwnerInfo::userName String_t* ___userName_3; // System.Int32 DMCore.Logic.CBookReservationManager/COwnerInfo::fashion int32_t ___fashion_4; public: inline static int32_t get_offset_of_userId_0() { return static_cast(offsetof(COwnerInfo_t868562171, ___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_userSex_1() { return static_cast(offsetof(COwnerInfo_t868562171, ___userSex_1)); } inline int32_t get_userSex_1() const { return ___userSex_1; } inline int32_t* get_address_of_userSex_1() { return &___userSex_1; } inline void set_userSex_1(int32_t value) { ___userSex_1 = value; } inline static int32_t get_offset_of_userPhotoId_2() { return static_cast(offsetof(COwnerInfo_t868562171, ___userPhotoId_2)); } inline int64_t get_userPhotoId_2() const { return ___userPhotoId_2; } inline int64_t* get_address_of_userPhotoId_2() { return &___userPhotoId_2; } inline void set_userPhotoId_2(int64_t value) { ___userPhotoId_2 = value; } inline static int32_t get_offset_of_userName_3() { return static_cast(offsetof(COwnerInfo_t868562171, ___userName_3)); } inline String_t* get_userName_3() const { return ___userName_3; } inline String_t** get_address_of_userName_3() { return &___userName_3; } inline void set_userName_3(String_t* value) { ___userName_3 = value; Il2CppCodeGenWriteBarrier((&___userName_3), value); } inline static int32_t get_offset_of_fashion_4() { return static_cast(offsetof(COwnerInfo_t868562171, ___fashion_4)); } inline int32_t get_fashion_4() const { return ___fashion_4; } inline int32_t* get_address_of_fashion_4() { return &___fashion_4; } inline void set_fashion_4(int32_t value) { ___fashion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COWNERINFO_T868562171_H #ifndef CBCOUPLE_T1980970727_H #define CBCOUPLE_T1980970727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cbCouple struct cbCouple_t1980970727 : public RuntimeObject { public: public: }; struct cbCouple_t1980970727_StaticFields { public: // cbCouple/OnRefreshIsLover cbCouple::onRefeshIslover OnRefreshIsLover_t1807964166 * ___onRefeshIslover_0; public: inline static int32_t get_offset_of_onRefeshIslover_0() { return static_cast(offsetof(cbCouple_t1980970727_StaticFields, ___onRefeshIslover_0)); } inline OnRefreshIsLover_t1807964166 * get_onRefeshIslover_0() const { return ___onRefeshIslover_0; } inline OnRefreshIsLover_t1807964166 ** get_address_of_onRefeshIslover_0() { return &___onRefeshIslover_0; } inline void set_onRefeshIslover_0(OnRefreshIsLover_t1807964166 * value) { ___onRefeshIslover_0 = value; Il2CppCodeGenWriteBarrier((&___onRefeshIslover_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBCOUPLE_T1980970727_H #ifndef CTHREADMANAGER_T1155338034_H #define CTHREADMANAGER_T1155338034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Thread.CThreadManager::m_listTID List_1_t1221203580 * ___m_listTID_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Thread.CThreadManager::m_listIOS Dictionary_2_t2578695322 * ___m_listIOS_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Thread.CThreadManager::m_list Dictionary_2_t1382638365 * ___m_list_2; public: inline static int32_t get_offset_of_m_listTID_0() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_listTID_0)); } inline List_1_t1221203580 * get_m_listTID_0() const { return ___m_listTID_0; } inline List_1_t1221203580 ** get_address_of_m_listTID_0() { return &___m_listTID_0; } inline void set_m_listTID_0(List_1_t1221203580 * value) { ___m_listTID_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTID_0), value); } inline static int32_t get_offset_of_m_listIOS_1() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_listIOS_1)); } inline Dictionary_2_t2578695322 * get_m_listIOS_1() const { return ___m_listIOS_1; } inline Dictionary_2_t2578695322 ** get_address_of_m_listIOS_1() { return &___m_listIOS_1; } inline void set_m_listIOS_1(Dictionary_2_t2578695322 * value) { ___m_listIOS_1 = value; Il2CppCodeGenWriteBarrier((&___m_listIOS_1), value); } inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_list_2)); } inline Dictionary_2_t1382638365 * get_m_list_2() const { return ___m_list_2; } inline Dictionary_2_t1382638365 ** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(Dictionary_2_t1382638365 * value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } }; struct CThreadManager_t1155338034_StaticFields { public: // DMCore.Framework.Thread.CThreadManager DMCore.Framework.Thread.CThreadManager::s_Instance CThreadManager_t1155338034 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CThreadManager_t1155338034_StaticFields, ___s_Instance_3)); } inline CThreadManager_t1155338034 * get_s_Instance_3() const { return ___s_Instance_3; } inline CThreadManager_t1155338034 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CThreadManager_t1155338034 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADMANAGER_T1155338034_H #ifndef STANIMBASEINFO_T113612627_H #define STANIMBASEINFO_T113612627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAnimSite/stAnimBaseInfo struct stAnimBaseInfo_t113612627 : public RuntimeObject { public: // UnityEngine.AnimationClip CAnimSite/stAnimBaseInfo::_clip AnimationClip_t2318505987 * ____clip_0; // System.String CAnimSite/stAnimBaseInfo::_animName String_t* ____animName_1; public: inline static int32_t get_offset_of__clip_0() { return static_cast(offsetof(stAnimBaseInfo_t113612627, ____clip_0)); } inline AnimationClip_t2318505987 * get__clip_0() const { return ____clip_0; } inline AnimationClip_t2318505987 ** get_address_of__clip_0() { return &____clip_0; } inline void set__clip_0(AnimationClip_t2318505987 * value) { ____clip_0 = value; Il2CppCodeGenWriteBarrier((&____clip_0), value); } inline static int32_t get_offset_of__animName_1() { return static_cast(offsetof(stAnimBaseInfo_t113612627, ____animName_1)); } inline String_t* get__animName_1() const { return ____animName_1; } inline String_t** get_address_of__animName_1() { return &____animName_1; } inline void set__animName_1(String_t* value) { ____animName_1 = value; Il2CppCodeGenWriteBarrier((&____animName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STANIMBASEINFO_T113612627_H #ifndef BETTERLIST_1_T1002471007_H #define BETTERLIST_1_T1002471007_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_t1002471007 : public RuntimeObject { public: // T[] BetterList`1::buffer StringU5BU5D_t1281789340* ___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_t1002471007, ___buffer_0)); } inline StringU5BU5D_t1281789340* get_buffer_0() const { return ___buffer_0; } inline StringU5BU5D_t1281789340** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(StringU5BU5D_t1281789340* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1002471007, ___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_T1002471007_H #ifndef BETTERLIST_1_T1473526305_H #define BETTERLIST_1_T1473526305_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_t1473526305 : public RuntimeObject { public: // T[] BetterList`1::buffer AnimationClipU5BU5D_t1636626578* ___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_t1473526305, ___buffer_0)); } inline AnimationClipU5BU5D_t1636626578* get_buffer_0() const { return ___buffer_0; } inline AnimationClipU5BU5D_t1636626578** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(AnimationClipU5BU5D_t1636626578* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1473526305, ___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_T1473526305_H #ifndef LIST_1_T441248547_H #define LIST_1_T441248547_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_t441248547 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stAnimInfoU5BU5D_t3796798848* ____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_t441248547, ____items_1)); } inline stAnimInfoU5BU5D_t3796798848* get__items_1() const { return ____items_1; } inline stAnimInfoU5BU5D_t3796798848** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stAnimInfoU5BU5D_t3796798848* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t441248547, ____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_t441248547, ____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_t441248547_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stAnimInfoU5BU5D_t3796798848* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t441248547_StaticFields, ___EmptyArray_4)); } inline stAnimInfoU5BU5D_t3796798848* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stAnimInfoU5BU5D_t3796798848** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stAnimInfoU5BU5D_t3796798848* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T441248547_H #ifndef ITHREADMSG_T995202025_H #define ITHREADMSG_T995202025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Thread.IThreadMsg::m_bSuccess bool ___m_bSuccess_0; public: inline static int32_t get_offset_of_m_bSuccess_0() { return static_cast(offsetof(IThreadMsg_t995202025, ___m_bSuccess_0)); } inline bool get_m_bSuccess_0() const { return ___m_bSuccess_0; } inline bool* get_address_of_m_bSuccess_0() { return &___m_bSuccess_0; } inline void set_m_bSuccess_0(bool value) { ___m_bSuccess_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITHREADMSG_T995202025_H #ifndef CSYSTEMTOOL_T575361936_H #define CSYSTEMTOOL_T575361936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936 : public RuntimeObject { public: public: }; struct CSystemTool_t575361936_StaticFields { public: // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::s_instance CSystemTool_t575361936 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSystemTool_t575361936_StaticFields, ___s_instance_0)); } inline CSystemTool_t575361936 * get_s_instance_0() const { return ___s_instance_0; } inline CSystemTool_t575361936 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSystemTool_t575361936 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMTOOL_T575361936_H #ifndef 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 LOGICCARDMANAGER_T2956095708_H #define LOGICCARDMANAGER_T2956095708_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicCardManager struct logicCardManager_t2956095708 : public RuntimeObject { public: // System.Int64 DMCore.Logic.logicCardManager::k__BackingField int64_t ___U3CRoomInfoHostU3Ek__BackingField_0; // System.Int32 DMCore.Logic.logicCardManager::k__BackingField int32_t ___U3CRoomIDU3Ek__BackingField_1; // System.Int32 DMCore.Logic.logicCardManager::k__BackingField int32_t ___U3CRoomTypeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.logicCardManager::k__BackingField bool ___U3CNeedPasswordU3Ek__BackingField_3; // System.Int32 DMCore.Logic.logicCardManager::k__BackingField int32_t ___U3CMainRoomTypeU3Ek__BackingField_4; // System.Boolean DMCore.Logic.logicCardManager::k__BackingField bool ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5; // System.Boolean DMCore.Logic.logicCardManager::m_IsNeedRepainMenu bool ___m_IsNeedRepainMenu_6; // System.Boolean DMCore.Logic.logicCardManager::m_bMyself bool ___m_bMyself_7; // System.Int64 DMCore.Logic.logicCardManager::m_UserID int64_t ___m_UserID_8; // System.Boolean DMCore.Logic.logicCardManager::m_Changed bool ___m_Changed_9; // System.Boolean DMCore.Logic.logicCardManager::m_bIsInEdit bool ___m_bIsInEdit_10; // System.Boolean DMCore.Logic.logicCardManager::m_ChangedEditCard bool ___m_ChangedEditCard_11; // System.Boolean DMCore.Logic.logicCardManager::isNeedChangeName bool ___isNeedChangeName_12; // System.Int32 DMCore.Logic.logicCardManager::mIsLover int32_t ___mIsLover_13; // System.Boolean DMCore.Logic.logicCardManager::NeedFreshIsLover bool ___NeedFreshIsLover_14; // System.String DMCore.Logic.logicCardManager::newName String_t* ___newName_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.logicCardManager::m_CardArray Dictionary_2_t1306535103 * ___m_CardArray_16; public: inline static int32_t get_offset_of_U3CRoomInfoHostU3Ek__BackingField_0() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CRoomInfoHostU3Ek__BackingField_0)); } inline int64_t get_U3CRoomInfoHostU3Ek__BackingField_0() const { return ___U3CRoomInfoHostU3Ek__BackingField_0; } inline int64_t* get_address_of_U3CRoomInfoHostU3Ek__BackingField_0() { return &___U3CRoomInfoHostU3Ek__BackingField_0; } inline void set_U3CRoomInfoHostU3Ek__BackingField_0(int64_t value) { ___U3CRoomInfoHostU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CRoomIDU3Ek__BackingField_1() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CRoomIDU3Ek__BackingField_1)); } inline int32_t get_U3CRoomIDU3Ek__BackingField_1() const { return ___U3CRoomIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CRoomIDU3Ek__BackingField_1() { return &___U3CRoomIDU3Ek__BackingField_1; } inline void set_U3CRoomIDU3Ek__BackingField_1(int32_t value) { ___U3CRoomIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CRoomTypeU3Ek__BackingField_2() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CRoomTypeU3Ek__BackingField_2)); } inline int32_t get_U3CRoomTypeU3Ek__BackingField_2() const { return ___U3CRoomTypeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CRoomTypeU3Ek__BackingField_2() { return &___U3CRoomTypeU3Ek__BackingField_2; } inline void set_U3CRoomTypeU3Ek__BackingField_2(int32_t value) { ___U3CRoomTypeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CNeedPasswordU3Ek__BackingField_3() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CNeedPasswordU3Ek__BackingField_3)); } inline bool get_U3CNeedPasswordU3Ek__BackingField_3() const { return ___U3CNeedPasswordU3Ek__BackingField_3; } inline bool* get_address_of_U3CNeedPasswordU3Ek__BackingField_3() { return &___U3CNeedPasswordU3Ek__BackingField_3; } inline void set_U3CNeedPasswordU3Ek__BackingField_3(bool value) { ___U3CNeedPasswordU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CMainRoomTypeU3Ek__BackingField_4() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CMainRoomTypeU3Ek__BackingField_4)); } inline int32_t get_U3CMainRoomTypeU3Ek__BackingField_4() const { return ___U3CMainRoomTypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CMainRoomTypeU3Ek__BackingField_4() { return &___U3CMainRoomTypeU3Ek__BackingField_4; } inline void set_U3CMainRoomTypeU3Ek__BackingField_4(int32_t value) { ___U3CMainRoomTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIsCardRoomInfoChangedU3Ek__BackingField_5() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5)); } inline bool get_U3CIsCardRoomInfoChangedU3Ek__BackingField_5() const { return ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsCardRoomInfoChangedU3Ek__BackingField_5() { return &___U3CIsCardRoomInfoChangedU3Ek__BackingField_5; } inline void set_U3CIsCardRoomInfoChangedU3Ek__BackingField_5(bool value) { ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_IsNeedRepainMenu_6() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_IsNeedRepainMenu_6)); } inline bool get_m_IsNeedRepainMenu_6() const { return ___m_IsNeedRepainMenu_6; } inline bool* get_address_of_m_IsNeedRepainMenu_6() { return &___m_IsNeedRepainMenu_6; } inline void set_m_IsNeedRepainMenu_6(bool value) { ___m_IsNeedRepainMenu_6 = value; } inline static int32_t get_offset_of_m_bMyself_7() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_bMyself_7)); } inline bool get_m_bMyself_7() const { return ___m_bMyself_7; } inline bool* get_address_of_m_bMyself_7() { return &___m_bMyself_7; } inline void set_m_bMyself_7(bool value) { ___m_bMyself_7 = value; } inline static int32_t get_offset_of_m_UserID_8() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_UserID_8)); } inline int64_t get_m_UserID_8() const { return ___m_UserID_8; } inline int64_t* get_address_of_m_UserID_8() { return &___m_UserID_8; } inline void set_m_UserID_8(int64_t value) { ___m_UserID_8 = value; } inline static int32_t get_offset_of_m_Changed_9() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_Changed_9)); } inline bool get_m_Changed_9() const { return ___m_Changed_9; } inline bool* get_address_of_m_Changed_9() { return &___m_Changed_9; } inline void set_m_Changed_9(bool value) { ___m_Changed_9 = value; } inline static int32_t get_offset_of_m_bIsInEdit_10() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_bIsInEdit_10)); } inline bool get_m_bIsInEdit_10() const { return ___m_bIsInEdit_10; } inline bool* get_address_of_m_bIsInEdit_10() { return &___m_bIsInEdit_10; } inline void set_m_bIsInEdit_10(bool value) { ___m_bIsInEdit_10 = value; } inline static int32_t get_offset_of_m_ChangedEditCard_11() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_ChangedEditCard_11)); } inline bool get_m_ChangedEditCard_11() const { return ___m_ChangedEditCard_11; } inline bool* get_address_of_m_ChangedEditCard_11() { return &___m_ChangedEditCard_11; } inline void set_m_ChangedEditCard_11(bool value) { ___m_ChangedEditCard_11 = value; } inline static int32_t get_offset_of_isNeedChangeName_12() { return static_cast(offsetof(logicCardManager_t2956095708, ___isNeedChangeName_12)); } inline bool get_isNeedChangeName_12() const { return ___isNeedChangeName_12; } inline bool* get_address_of_isNeedChangeName_12() { return &___isNeedChangeName_12; } inline void set_isNeedChangeName_12(bool value) { ___isNeedChangeName_12 = value; } inline static int32_t get_offset_of_mIsLover_13() { return static_cast(offsetof(logicCardManager_t2956095708, ___mIsLover_13)); } inline int32_t get_mIsLover_13() const { return ___mIsLover_13; } inline int32_t* get_address_of_mIsLover_13() { return &___mIsLover_13; } inline void set_mIsLover_13(int32_t value) { ___mIsLover_13 = value; } inline static int32_t get_offset_of_NeedFreshIsLover_14() { return static_cast(offsetof(logicCardManager_t2956095708, ___NeedFreshIsLover_14)); } inline bool get_NeedFreshIsLover_14() const { return ___NeedFreshIsLover_14; } inline bool* get_address_of_NeedFreshIsLover_14() { return &___NeedFreshIsLover_14; } inline void set_NeedFreshIsLover_14(bool value) { ___NeedFreshIsLover_14 = value; } inline static int32_t get_offset_of_newName_15() { return static_cast(offsetof(logicCardManager_t2956095708, ___newName_15)); } inline String_t* get_newName_15() const { return ___newName_15; } inline String_t** get_address_of_newName_15() { return &___newName_15; } inline void set_newName_15(String_t* value) { ___newName_15 = value; Il2CppCodeGenWriteBarrier((&___newName_15), value); } inline static int32_t get_offset_of_m_CardArray_16() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_CardArray_16)); } inline Dictionary_2_t1306535103 * get_m_CardArray_16() const { return ___m_CardArray_16; } inline Dictionary_2_t1306535103 ** get_address_of_m_CardArray_16() { return &___m_CardArray_16; } inline void set_m_CardArray_16(Dictionary_2_t1306535103 * value) { ___m_CardArray_16 = value; Il2CppCodeGenWriteBarrier((&___m_CardArray_16), value); } }; struct logicCardManager_t2956095708_StaticFields { public: // DMCore.Logic.logicCardManager DMCore.Logic.logicCardManager::s_Instance logicCardManager_t2956095708 * ___s_Instance_17; public: inline static int32_t get_offset_of_s_Instance_17() { return static_cast(offsetof(logicCardManager_t2956095708_StaticFields, ___s_Instance_17)); } inline logicCardManager_t2956095708 * get_s_Instance_17() const { return ___s_Instance_17; } inline logicCardManager_t2956095708 ** get_address_of_s_Instance_17() { return &___s_Instance_17; } inline void set_s_Instance_17(logicCardManager_t2956095708 * value) { ___s_Instance_17 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICCARDMANAGER_T2956095708_H #ifndef CBCOUPLEWALL_T4084469120_H #define CBCOUPLEWALL_T4084469120_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cbCoupleWall struct cbCoupleWall_t4084469120 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBCOUPLEWALL_T4084469120_H #ifndef COUPLEWALLINFOUNIT_T2257658563_H #define COUPLEWALLINFOUNIT_T2257658563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallInfoUnit struct CoupleWallInfoUnit_t2257658563 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CoupleWallInfoUnit::userID int64_t ___userID_0; // System.String DMCore.Logic.CoupleWallInfoUnit::userName String_t* ___userName_1; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::voice_length int32_t ___voice_length_2; // System.String DMCore.Logic.CoupleWallInfoUnit::voice_url String_t* ___voice_url_3; // System.String DMCore.Logic.CoupleWallInfoUnit::context String_t* ___context_4; // System.Int64 DMCore.Logic.CoupleWallInfoUnit::restTime int64_t ___restTime_5; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::cashType int32_t ___cashType_6; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::highFlag int32_t ___highFlag_7; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::userLevel int32_t ___userLevel_8; // System.Int64 DMCore.Logic.CoupleWallInfoUnit::photoID int64_t ___photoID_9; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::sexID int32_t ___sexID_10; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::vipLevel int32_t ___vipLevel_11; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::memberLevel int32_t ___memberLevel_12; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::state int32_t ___state_13; // System.Boolean DMCore.Logic.CoupleWallInfoUnit::bExpress bool ___bExpress_14; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___userID_0)); } inline int64_t get_userID_0() const { return ___userID_0; } inline int64_t* get_address_of_userID_0() { return &___userID_0; } inline void set_userID_0(int64_t value) { ___userID_0 = value; } inline static int32_t get_offset_of_userName_1() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___userName_1)); } inline String_t* get_userName_1() const { return ___userName_1; } inline String_t** get_address_of_userName_1() { return &___userName_1; } inline void set_userName_1(String_t* value) { ___userName_1 = value; Il2CppCodeGenWriteBarrier((&___userName_1), value); } inline static int32_t get_offset_of_voice_length_2() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___voice_length_2)); } inline int32_t get_voice_length_2() const { return ___voice_length_2; } inline int32_t* get_address_of_voice_length_2() { return &___voice_length_2; } inline void set_voice_length_2(int32_t value) { ___voice_length_2 = value; } inline static int32_t get_offset_of_voice_url_3() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___voice_url_3)); } inline String_t* get_voice_url_3() const { return ___voice_url_3; } inline String_t** get_address_of_voice_url_3() { return &___voice_url_3; } inline void set_voice_url_3(String_t* value) { ___voice_url_3 = value; Il2CppCodeGenWriteBarrier((&___voice_url_3), value); } inline static int32_t get_offset_of_context_4() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___context_4)); } inline String_t* get_context_4() const { return ___context_4; } inline String_t** get_address_of_context_4() { return &___context_4; } inline void set_context_4(String_t* value) { ___context_4 = value; Il2CppCodeGenWriteBarrier((&___context_4), value); } inline static int32_t get_offset_of_restTime_5() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___restTime_5)); } inline int64_t get_restTime_5() const { return ___restTime_5; } inline int64_t* get_address_of_restTime_5() { return &___restTime_5; } inline void set_restTime_5(int64_t value) { ___restTime_5 = value; } inline static int32_t get_offset_of_cashType_6() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___cashType_6)); } inline int32_t get_cashType_6() const { return ___cashType_6; } inline int32_t* get_address_of_cashType_6() { return &___cashType_6; } inline void set_cashType_6(int32_t value) { ___cashType_6 = value; } inline static int32_t get_offset_of_highFlag_7() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___highFlag_7)); } inline int32_t get_highFlag_7() const { return ___highFlag_7; } inline int32_t* get_address_of_highFlag_7() { return &___highFlag_7; } inline void set_highFlag_7(int32_t value) { ___highFlag_7 = value; } inline static int32_t get_offset_of_userLevel_8() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___userLevel_8)); } inline int32_t get_userLevel_8() const { return ___userLevel_8; } inline int32_t* get_address_of_userLevel_8() { return &___userLevel_8; } inline void set_userLevel_8(int32_t value) { ___userLevel_8 = value; } inline static int32_t get_offset_of_photoID_9() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___photoID_9)); } inline int64_t get_photoID_9() const { return ___photoID_9; } inline int64_t* get_address_of_photoID_9() { return &___photoID_9; } inline void set_photoID_9(int64_t value) { ___photoID_9 = value; } inline static int32_t get_offset_of_sexID_10() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___sexID_10)); } inline int32_t get_sexID_10() const { return ___sexID_10; } inline int32_t* get_address_of_sexID_10() { return &___sexID_10; } inline void set_sexID_10(int32_t value) { ___sexID_10 = value; } inline static int32_t get_offset_of_vipLevel_11() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___vipLevel_11)); } inline int32_t get_vipLevel_11() const { return ___vipLevel_11; } inline int32_t* get_address_of_vipLevel_11() { return &___vipLevel_11; } inline void set_vipLevel_11(int32_t value) { ___vipLevel_11 = value; } inline static int32_t get_offset_of_memberLevel_12() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___memberLevel_12)); } inline int32_t get_memberLevel_12() const { return ___memberLevel_12; } inline int32_t* get_address_of_memberLevel_12() { return &___memberLevel_12; } inline void set_memberLevel_12(int32_t value) { ___memberLevel_12 = value; } inline static int32_t get_offset_of_state_13() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___state_13)); } inline int32_t get_state_13() const { return ___state_13; } inline int32_t* get_address_of_state_13() { return &___state_13; } inline void set_state_13(int32_t value) { ___state_13 = value; } inline static int32_t get_offset_of_bExpress_14() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___bExpress_14)); } inline bool get_bExpress_14() const { return ___bExpress_14; } inline bool* get_address_of_bExpress_14() { return &___bExpress_14; } inline void set_bExpress_14(bool value) { ___bExpress_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COUPLEWALLINFOUNIT_T2257658563_H #ifndef COUPLEWALLMANAGER_T3934997805_H #define COUPLEWALLMANAGER_T3934997805_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallManager struct CoupleWallManager_t3934997805 : public RuntimeObject { public: // DMCore.Logic.CoupleWallInfoUnit DMCore.Logic.CoupleWallManager::k__BackingField CoupleWallInfoUnit_t2257658563 * ___U3CCurCheckedPublicDetailU3Ek__BackingField_0; // DMCore.Logic.MessageLogInfoUnit DMCore.Logic.CoupleWallManager::k__BackingField MessageLogInfoUnit_t4080848674 * ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CoupleWallManager::k__BackingField int32_t ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2; // System.Int64 DMCore.Logic.CoupleWallManager::k__BackingField int64_t ___U3CcurExpressTargetUserIDU3Ek__BackingField_3; // DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn DMCore.Logic.CoupleWallManager::k__BackingField FreshCoupleWallPublishVoiceBtn_t2594402265 * ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4; // DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn DMCore.Logic.CoupleWallManager::k__BackingField FreshCoupleWallExpressVoiceBtn_t1937708699 * ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5; // DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack DMCore.Logic.CoupleWallManager::k__BackingField OnCoupleWallPublishVoiceCallBack_t73764237 * ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6; // DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack DMCore.Logic.CoupleWallManager::k__BackingField OnCoupleWallExpressVoiceCallBack_t773215007 * ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7; // CDataModelMap DMCore.Logic.CoupleWallManager::m_coupleWallDataMap CDataModelMap_t1093164792 * ___m_coupleWallDataMap_9; // CDataModelList DMCore.Logic.CoupleWallManager::m_messgaeLogDataList CDataModelList_t1133308508 * ___m_messgaeLogDataList_10; // CDataModelBool DMCore.Logic.CoupleWallManager::m_needFreshCoupleWallUI CDataModelBool_t2269476966 * ___m_needFreshCoupleWallUI_11; // CDataModelBool DMCore.Logic.CoupleWallManager::m_needFreshMessageLogUI CDataModelBool_t2269476966 * ___m_needFreshMessageLogUI_12; public: inline static int32_t get_offset_of_U3CCurCheckedPublicDetailU3Ek__BackingField_0() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurCheckedPublicDetailU3Ek__BackingField_0)); } inline CoupleWallInfoUnit_t2257658563 * get_U3CCurCheckedPublicDetailU3Ek__BackingField_0() const { return ___U3CCurCheckedPublicDetailU3Ek__BackingField_0; } inline CoupleWallInfoUnit_t2257658563 ** get_address_of_U3CCurCheckedPublicDetailU3Ek__BackingField_0() { return &___U3CCurCheckedPublicDetailU3Ek__BackingField_0; } inline void set_U3CCurCheckedPublicDetailU3Ek__BackingField_0(CoupleWallInfoUnit_t2257658563 * value) { ___U3CCurCheckedPublicDetailU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CCurCheckedPublicDetailU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1)); } inline MessageLogInfoUnit_t4080848674 * get_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1() const { return ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1; } inline MessageLogInfoUnit_t4080848674 ** get_address_of_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1() { return &___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1; } inline void set_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1(MessageLogInfoUnit_t4080848674 * value) { ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2)); } inline int32_t get_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2() const { return ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2() { return &___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2; } inline void set_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2(int32_t value) { ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CcurExpressTargetUserIDU3Ek__BackingField_3() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CcurExpressTargetUserIDU3Ek__BackingField_3)); } inline int64_t get_U3CcurExpressTargetUserIDU3Ek__BackingField_3() const { return ___U3CcurExpressTargetUserIDU3Ek__BackingField_3; } inline int64_t* get_address_of_U3CcurExpressTargetUserIDU3Ek__BackingField_3() { return &___U3CcurExpressTargetUserIDU3Ek__BackingField_3; } inline void set_U3CcurExpressTargetUserIDU3Ek__BackingField_3(int64_t value) { ___U3CcurExpressTargetUserIDU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4)); } inline FreshCoupleWallPublishVoiceBtn_t2594402265 * get_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4() const { return ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4; } inline FreshCoupleWallPublishVoiceBtn_t2594402265 ** get_address_of_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4() { return &___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4; } inline void set_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4(FreshCoupleWallPublishVoiceBtn_t2594402265 * value) { ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5)); } inline FreshCoupleWallExpressVoiceBtn_t1937708699 * get_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5() const { return ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5; } inline FreshCoupleWallExpressVoiceBtn_t1937708699 ** get_address_of_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5() { return &___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5; } inline void set_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5(FreshCoupleWallExpressVoiceBtn_t1937708699 * value) { ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CCurPublishVoiceCallBackU3Ek__BackingField_6() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6)); } inline OnCoupleWallPublishVoiceCallBack_t73764237 * get_U3CCurPublishVoiceCallBackU3Ek__BackingField_6() const { return ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6; } inline OnCoupleWallPublishVoiceCallBack_t73764237 ** get_address_of_U3CCurPublishVoiceCallBackU3Ek__BackingField_6() { return &___U3CCurPublishVoiceCallBackU3Ek__BackingField_6; } inline void set_U3CCurPublishVoiceCallBackU3Ek__BackingField_6(OnCoupleWallPublishVoiceCallBack_t73764237 * value) { ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CCurPublishVoiceCallBackU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CCurExpressVoiceCallBackU3Ek__BackingField_7() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7)); } inline OnCoupleWallExpressVoiceCallBack_t773215007 * get_U3CCurExpressVoiceCallBackU3Ek__BackingField_7() const { return ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7; } inline OnCoupleWallExpressVoiceCallBack_t773215007 ** get_address_of_U3CCurExpressVoiceCallBackU3Ek__BackingField_7() { return &___U3CCurExpressVoiceCallBackU3Ek__BackingField_7; } inline void set_U3CCurExpressVoiceCallBackU3Ek__BackingField_7(OnCoupleWallExpressVoiceCallBack_t773215007 * value) { ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CCurExpressVoiceCallBackU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_m_coupleWallDataMap_9() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_coupleWallDataMap_9)); } inline CDataModelMap_t1093164792 * get_m_coupleWallDataMap_9() const { return ___m_coupleWallDataMap_9; } inline CDataModelMap_t1093164792 ** get_address_of_m_coupleWallDataMap_9() { return &___m_coupleWallDataMap_9; } inline void set_m_coupleWallDataMap_9(CDataModelMap_t1093164792 * value) { ___m_coupleWallDataMap_9 = value; Il2CppCodeGenWriteBarrier((&___m_coupleWallDataMap_9), value); } inline static int32_t get_offset_of_m_messgaeLogDataList_10() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_messgaeLogDataList_10)); } inline CDataModelList_t1133308508 * get_m_messgaeLogDataList_10() const { return ___m_messgaeLogDataList_10; } inline CDataModelList_t1133308508 ** get_address_of_m_messgaeLogDataList_10() { return &___m_messgaeLogDataList_10; } inline void set_m_messgaeLogDataList_10(CDataModelList_t1133308508 * value) { ___m_messgaeLogDataList_10 = value; Il2CppCodeGenWriteBarrier((&___m_messgaeLogDataList_10), value); } inline static int32_t get_offset_of_m_needFreshCoupleWallUI_11() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_needFreshCoupleWallUI_11)); } inline CDataModelBool_t2269476966 * get_m_needFreshCoupleWallUI_11() const { return ___m_needFreshCoupleWallUI_11; } inline CDataModelBool_t2269476966 ** get_address_of_m_needFreshCoupleWallUI_11() { return &___m_needFreshCoupleWallUI_11; } inline void set_m_needFreshCoupleWallUI_11(CDataModelBool_t2269476966 * value) { ___m_needFreshCoupleWallUI_11 = value; Il2CppCodeGenWriteBarrier((&___m_needFreshCoupleWallUI_11), value); } inline static int32_t get_offset_of_m_needFreshMessageLogUI_12() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_needFreshMessageLogUI_12)); } inline CDataModelBool_t2269476966 * get_m_needFreshMessageLogUI_12() const { return ___m_needFreshMessageLogUI_12; } inline CDataModelBool_t2269476966 ** get_address_of_m_needFreshMessageLogUI_12() { return &___m_needFreshMessageLogUI_12; } inline void set_m_needFreshMessageLogUI_12(CDataModelBool_t2269476966 * value) { ___m_needFreshMessageLogUI_12 = value; Il2CppCodeGenWriteBarrier((&___m_needFreshMessageLogUI_12), value); } }; struct CoupleWallManager_t3934997805_StaticFields { public: // DMCore.Logic.CoupleWallManager DMCore.Logic.CoupleWallManager::s_instance CoupleWallManager_t3934997805 * ___s_instance_8; public: inline static int32_t get_offset_of_s_instance_8() { return static_cast(offsetof(CoupleWallManager_t3934997805_StaticFields, ___s_instance_8)); } inline CoupleWallManager_t3934997805 * get_s_instance_8() const { return ___s_instance_8; } inline CoupleWallManager_t3934997805 ** get_address_of_s_instance_8() { return &___s_instance_8; } inline void set_s_instance_8(CoupleWallManager_t3934997805 * value) { ___s_instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COUPLEWALLMANAGER_T3934997805_H #ifndef MESSAGELOGINFOUNIT_T4080848674_H #define MESSAGELOGINFOUNIT_T4080848674_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MessageLogInfoUnit struct MessageLogInfoUnit_t4080848674 : public RuntimeObject { public: // System.Int64 DMCore.Logic.MessageLogInfoUnit::userID int64_t ___userID_0; // System.String DMCore.Logic.MessageLogInfoUnit::userName String_t* ___userName_1; // System.String DMCore.Logic.MessageLogInfoUnit::context String_t* ___context_2; // System.Int32 DMCore.Logic.MessageLogInfoUnit::voice_length int32_t ___voice_length_3; // System.String DMCore.Logic.MessageLogInfoUnit::voice_url String_t* ___voice_url_4; // System.Int32 DMCore.Logic.MessageLogInfoUnit::process int32_t ___process_5; // System.Int32 DMCore.Logic.MessageLogInfoUnit::userLevel int32_t ___userLevel_6; // System.Int64 DMCore.Logic.MessageLogInfoUnit::photoID int64_t ___photoID_7; // System.Int32 DMCore.Logic.MessageLogInfoUnit::sexID int32_t ___sexID_8; // System.Int32 DMCore.Logic.MessageLogInfoUnit::vipLevel int32_t ___vipLevel_9; // System.Int32 DMCore.Logic.MessageLogInfoUnit::state int32_t ___state_10; // System.Int64 DMCore.Logic.MessageLogInfoUnit::restTime int64_t ___restTime_11; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___userID_0)); } inline int64_t get_userID_0() const { return ___userID_0; } inline int64_t* get_address_of_userID_0() { return &___userID_0; } inline void set_userID_0(int64_t value) { ___userID_0 = value; } inline static int32_t get_offset_of_userName_1() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___userName_1)); } inline String_t* get_userName_1() const { return ___userName_1; } inline String_t** get_address_of_userName_1() { return &___userName_1; } inline void set_userName_1(String_t* value) { ___userName_1 = value; Il2CppCodeGenWriteBarrier((&___userName_1), value); } inline static int32_t get_offset_of_context_2() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___context_2)); } inline String_t* get_context_2() const { return ___context_2; } inline String_t** get_address_of_context_2() { return &___context_2; } inline void set_context_2(String_t* value) { ___context_2 = value; Il2CppCodeGenWriteBarrier((&___context_2), value); } inline static int32_t get_offset_of_voice_length_3() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___voice_length_3)); } inline int32_t get_voice_length_3() const { return ___voice_length_3; } inline int32_t* get_address_of_voice_length_3() { return &___voice_length_3; } inline void set_voice_length_3(int32_t value) { ___voice_length_3 = value; } inline static int32_t get_offset_of_voice_url_4() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___voice_url_4)); } inline String_t* get_voice_url_4() const { return ___voice_url_4; } inline String_t** get_address_of_voice_url_4() { return &___voice_url_4; } inline void set_voice_url_4(String_t* value) { ___voice_url_4 = value; Il2CppCodeGenWriteBarrier((&___voice_url_4), value); } inline static int32_t get_offset_of_process_5() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___process_5)); } inline int32_t get_process_5() const { return ___process_5; } inline int32_t* get_address_of_process_5() { return &___process_5; } inline void set_process_5(int32_t value) { ___process_5 = value; } inline static int32_t get_offset_of_userLevel_6() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___userLevel_6)); } inline int32_t get_userLevel_6() const { return ___userLevel_6; } inline int32_t* get_address_of_userLevel_6() { return &___userLevel_6; } inline void set_userLevel_6(int32_t value) { ___userLevel_6 = value; } inline static int32_t get_offset_of_photoID_7() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___photoID_7)); } inline int64_t get_photoID_7() const { return ___photoID_7; } inline int64_t* get_address_of_photoID_7() { return &___photoID_7; } inline void set_photoID_7(int64_t value) { ___photoID_7 = value; } inline static int32_t get_offset_of_sexID_8() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___sexID_8)); } inline int32_t get_sexID_8() const { return ___sexID_8; } inline int32_t* get_address_of_sexID_8() { return &___sexID_8; } inline void set_sexID_8(int32_t value) { ___sexID_8 = value; } inline static int32_t get_offset_of_vipLevel_9() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___vipLevel_9)); } inline int32_t get_vipLevel_9() const { return ___vipLevel_9; } inline int32_t* get_address_of_vipLevel_9() { return &___vipLevel_9; } inline void set_vipLevel_9(int32_t value) { ___vipLevel_9 = value; } inline static int32_t get_offset_of_state_10() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___state_10)); } inline int32_t get_state_10() const { return ___state_10; } inline int32_t* get_address_of_state_10() { return &___state_10; } inline void set_state_10(int32_t value) { ___state_10 = value; } inline static int32_t get_offset_of_restTime_11() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___restTime_11)); } inline int64_t get_restTime_11() const { return ___restTime_11; } inline int64_t* get_address_of_restTime_11() { return &___restTime_11; } inline void set_restTime_11(int64_t value) { ___restTime_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGELOGINFOUNIT_T4080848674_H #ifndef CBSUITINFO_T648377023_H #define CBSUITINFO_T648377023_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cbSuitInfo struct cbSuitInfo_t648377023 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBSUITINFO_T648377023_H #ifndef FASHIONINFO_T4031689189_H #define FASHIONINFO_T4031689189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionInfo struct FashionInfo_t4031689189 : public RuntimeObject { public: // System.Int32 FashionInfo::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String FashionInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_1; // System.Boolean FashionInfo::k__BackingField bool ___U3CActiveU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(FashionInfo_t4031689189, ___U3CIdU3Ek__BackingField_0)); } inline int32_t get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(int32_t value) { ___U3CIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CDescU3Ek__BackingField_1() { return static_cast(offsetof(FashionInfo_t4031689189, ___U3CDescU3Ek__BackingField_1)); } inline String_t* get_U3CDescU3Ek__BackingField_1() const { return ___U3CDescU3Ek__BackingField_1; } inline String_t** get_address_of_U3CDescU3Ek__BackingField_1() { return &___U3CDescU3Ek__BackingField_1; } inline void set_U3CDescU3Ek__BackingField_1(String_t* value) { ___U3CDescU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CDescU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CActiveU3Ek__BackingField_2() { return static_cast(offsetof(FashionInfo_t4031689189, ___U3CActiveU3Ek__BackingField_2)); } inline bool get_U3CActiveU3Ek__BackingField_2() const { return ___U3CActiveU3Ek__BackingField_2; } inline bool* get_address_of_U3CActiveU3Ek__BackingField_2() { return &___U3CActiveU3Ek__BackingField_2; } inline void set_U3CActiveU3Ek__BackingField_2(bool value) { ___U3CActiveU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASHIONINFO_T4031689189_H #ifndef 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 TIMEZONE_T2038656743_H #define TIMEZONE_T2038656743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeZone struct TimeZone_t2038656743 : public RuntimeObject { public: public: }; struct TimeZone_t2038656743_StaticFields { public: // System.TimeZone System.TimeZone::currentTimeZone TimeZone_t2038656743 * ___currentTimeZone_0; // System.Object System.TimeZone::tz_lock RuntimeObject * ___tz_lock_1; // System.Int64 System.TimeZone::timezone_check int64_t ___timezone_check_2; public: inline static int32_t get_offset_of_currentTimeZone_0() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___currentTimeZone_0)); } inline TimeZone_t2038656743 * get_currentTimeZone_0() const { return ___currentTimeZone_0; } inline TimeZone_t2038656743 ** get_address_of_currentTimeZone_0() { return &___currentTimeZone_0; } inline void set_currentTimeZone_0(TimeZone_t2038656743 * value) { ___currentTimeZone_0 = value; Il2CppCodeGenWriteBarrier((&___currentTimeZone_0), value); } inline static int32_t get_offset_of_tz_lock_1() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___tz_lock_1)); } inline RuntimeObject * get_tz_lock_1() const { return ___tz_lock_1; } inline RuntimeObject ** get_address_of_tz_lock_1() { return &___tz_lock_1; } inline void set_tz_lock_1(RuntimeObject * value) { ___tz_lock_1 = value; Il2CppCodeGenWriteBarrier((&___tz_lock_1), value); } inline static int32_t get_offset_of_timezone_check_2() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___timezone_check_2)); } inline int64_t get_timezone_check_2() const { return ___timezone_check_2; } inline int64_t* get_address_of_timezone_check_2() { return &___timezone_check_2; } inline void set_timezone_check_2(int64_t value) { ___timezone_check_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMEZONE_T2038656743_H #ifndef COUPLEINFO_T1105442132_H #define COUPLEINFO_T1105442132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CoupleInfo struct CoupleInfo_t1105442132 : public RuntimeObject { public: // System.Int64 CoupleInfo::UserId1 int64_t ___UserId1_0; // System.String CoupleInfo::Name1 String_t* ___Name1_1; // System.Int32 CoupleInfo::Vip1 int32_t ___Vip1_2; // System.Int64 CoupleInfo::Photo1 int64_t ___Photo1_3; // System.Int32 CoupleInfo::Sex1 int32_t ___Sex1_4; // System.Int32 CoupleInfo::MemeberLevel_1 int32_t ___MemeberLevel_1_5; // System.Int32 CoupleInfo::HeadBox1 int32_t ___HeadBox1_6; // System.Int64 CoupleInfo::UserId2 int64_t ___UserId2_7; // System.String CoupleInfo::Name2 String_t* ___Name2_8; // System.Int32 CoupleInfo::Vip2 int32_t ___Vip2_9; // System.Int64 CoupleInfo::Photo2 int64_t ___Photo2_10; // System.Int32 CoupleInfo::Sex2 int32_t ___Sex2_11; // System.Int32 CoupleInfo::MemeberLevel_2 int32_t ___MemeberLevel_2_12; // System.Int32 CoupleInfo::HeadBox2 int32_t ___HeadBox2_13; // System.Int32 CoupleInfo::LoverLevel int32_t ___LoverLevel_14; // System.Int32 CoupleInfo::Qinmidu int32_t ___Qinmidu_15; // System.Int32 CoupleInfo::QinmiduDay int32_t ___QinmiduDay_16; // System.Int32 CoupleInfo::QinmiDayMax int32_t ___QinmiDayMax_17; // System.String CoupleInfo::LoveDay String_t* ___LoveDay_18; // System.Int32 CoupleInfo::LoveTag int32_t ___LoveTag_19; // System.Int32 CoupleInfo::GiftMax int32_t ___GiftMax_20; // System.Int32 CoupleInfo::QinmiMax int32_t ___QinmiMax_21; // System.Int32 CoupleInfo::RemoveTime int32_t ___RemoveTime_22; // System.Int32 CoupleInfo::TreeTag int32_t ___TreeTag_23; // System.Int32 CoupleInfo::mGiftTag int32_t ___mGiftTag_24; // System.Int32 CoupleInfo::GiftDetail1 int32_t ___GiftDetail1_25; // System.Int32 CoupleInfo::num1 int32_t ___num1_26; // System.Int32 CoupleInfo::awardType1 int32_t ___awardType1_27; // System.Int32 CoupleInfo::GiftDetail2 int32_t ___GiftDetail2_28; // System.Int32 CoupleInfo::num2 int32_t ___num2_29; // System.Int32 CoupleInfo::awardType2 int32_t ___awardType2_30; // System.Int32 CoupleInfo::GiftDetail3 int32_t ___GiftDetail3_31; // System.Int32 CoupleInfo::num3 int32_t ___num3_32; // System.Int32 CoupleInfo::awardType3 int32_t ___awardType3_33; // System.Int64 CoupleInfo::FirstRemoveUserId int64_t ___FirstRemoveUserId_34; // System.Int32 CoupleInfo::fruit int32_t ___fruit_35; // System.String CoupleInfo::partnerDay String_t* ___partnerDay_36; // System.Int32 CoupleInfo::canMarriage int32_t ___canMarriage_37; public: inline static int32_t get_offset_of_UserId1_0() { return static_cast(offsetof(CoupleInfo_t1105442132, ___UserId1_0)); } inline int64_t get_UserId1_0() const { return ___UserId1_0; } inline int64_t* get_address_of_UserId1_0() { return &___UserId1_0; } inline void set_UserId1_0(int64_t value) { ___UserId1_0 = value; } inline static int32_t get_offset_of_Name1_1() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Name1_1)); } inline String_t* get_Name1_1() const { return ___Name1_1; } inline String_t** get_address_of_Name1_1() { return &___Name1_1; } inline void set_Name1_1(String_t* value) { ___Name1_1 = value; Il2CppCodeGenWriteBarrier((&___Name1_1), value); } inline static int32_t get_offset_of_Vip1_2() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Vip1_2)); } inline int32_t get_Vip1_2() const { return ___Vip1_2; } inline int32_t* get_address_of_Vip1_2() { return &___Vip1_2; } inline void set_Vip1_2(int32_t value) { ___Vip1_2 = value; } inline static int32_t get_offset_of_Photo1_3() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Photo1_3)); } inline int64_t get_Photo1_3() const { return ___Photo1_3; } inline int64_t* get_address_of_Photo1_3() { return &___Photo1_3; } inline void set_Photo1_3(int64_t value) { ___Photo1_3 = value; } inline static int32_t get_offset_of_Sex1_4() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Sex1_4)); } inline int32_t get_Sex1_4() const { return ___Sex1_4; } inline int32_t* get_address_of_Sex1_4() { return &___Sex1_4; } inline void set_Sex1_4(int32_t value) { ___Sex1_4 = value; } inline static int32_t get_offset_of_MemeberLevel_1_5() { return static_cast(offsetof(CoupleInfo_t1105442132, ___MemeberLevel_1_5)); } inline int32_t get_MemeberLevel_1_5() const { return ___MemeberLevel_1_5; } inline int32_t* get_address_of_MemeberLevel_1_5() { return &___MemeberLevel_1_5; } inline void set_MemeberLevel_1_5(int32_t value) { ___MemeberLevel_1_5 = value; } inline static int32_t get_offset_of_HeadBox1_6() { return static_cast(offsetof(CoupleInfo_t1105442132, ___HeadBox1_6)); } inline int32_t get_HeadBox1_6() const { return ___HeadBox1_6; } inline int32_t* get_address_of_HeadBox1_6() { return &___HeadBox1_6; } inline void set_HeadBox1_6(int32_t value) { ___HeadBox1_6 = value; } inline static int32_t get_offset_of_UserId2_7() { return static_cast(offsetof(CoupleInfo_t1105442132, ___UserId2_7)); } inline int64_t get_UserId2_7() const { return ___UserId2_7; } inline int64_t* get_address_of_UserId2_7() { return &___UserId2_7; } inline void set_UserId2_7(int64_t value) { ___UserId2_7 = value; } inline static int32_t get_offset_of_Name2_8() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Name2_8)); } inline String_t* get_Name2_8() const { return ___Name2_8; } inline String_t** get_address_of_Name2_8() { return &___Name2_8; } inline void set_Name2_8(String_t* value) { ___Name2_8 = value; Il2CppCodeGenWriteBarrier((&___Name2_8), value); } inline static int32_t get_offset_of_Vip2_9() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Vip2_9)); } inline int32_t get_Vip2_9() const { return ___Vip2_9; } inline int32_t* get_address_of_Vip2_9() { return &___Vip2_9; } inline void set_Vip2_9(int32_t value) { ___Vip2_9 = value; } inline static int32_t get_offset_of_Photo2_10() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Photo2_10)); } inline int64_t get_Photo2_10() const { return ___Photo2_10; } inline int64_t* get_address_of_Photo2_10() { return &___Photo2_10; } inline void set_Photo2_10(int64_t value) { ___Photo2_10 = value; } inline static int32_t get_offset_of_Sex2_11() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Sex2_11)); } inline int32_t get_Sex2_11() const { return ___Sex2_11; } inline int32_t* get_address_of_Sex2_11() { return &___Sex2_11; } inline void set_Sex2_11(int32_t value) { ___Sex2_11 = value; } inline static int32_t get_offset_of_MemeberLevel_2_12() { return static_cast(offsetof(CoupleInfo_t1105442132, ___MemeberLevel_2_12)); } inline int32_t get_MemeberLevel_2_12() const { return ___MemeberLevel_2_12; } inline int32_t* get_address_of_MemeberLevel_2_12() { return &___MemeberLevel_2_12; } inline void set_MemeberLevel_2_12(int32_t value) { ___MemeberLevel_2_12 = value; } inline static int32_t get_offset_of_HeadBox2_13() { return static_cast(offsetof(CoupleInfo_t1105442132, ___HeadBox2_13)); } inline int32_t get_HeadBox2_13() const { return ___HeadBox2_13; } inline int32_t* get_address_of_HeadBox2_13() { return &___HeadBox2_13; } inline void set_HeadBox2_13(int32_t value) { ___HeadBox2_13 = value; } inline static int32_t get_offset_of_LoverLevel_14() { return static_cast(offsetof(CoupleInfo_t1105442132, ___LoverLevel_14)); } inline int32_t get_LoverLevel_14() const { return ___LoverLevel_14; } inline int32_t* get_address_of_LoverLevel_14() { return &___LoverLevel_14; } inline void set_LoverLevel_14(int32_t value) { ___LoverLevel_14 = value; } inline static int32_t get_offset_of_Qinmidu_15() { return static_cast(offsetof(CoupleInfo_t1105442132, ___Qinmidu_15)); } inline int32_t get_Qinmidu_15() const { return ___Qinmidu_15; } inline int32_t* get_address_of_Qinmidu_15() { return &___Qinmidu_15; } inline void set_Qinmidu_15(int32_t value) { ___Qinmidu_15 = value; } inline static int32_t get_offset_of_QinmiduDay_16() { return static_cast(offsetof(CoupleInfo_t1105442132, ___QinmiduDay_16)); } inline int32_t get_QinmiduDay_16() const { return ___QinmiduDay_16; } inline int32_t* get_address_of_QinmiduDay_16() { return &___QinmiduDay_16; } inline void set_QinmiduDay_16(int32_t value) { ___QinmiduDay_16 = value; } inline static int32_t get_offset_of_QinmiDayMax_17() { return static_cast(offsetof(CoupleInfo_t1105442132, ___QinmiDayMax_17)); } inline int32_t get_QinmiDayMax_17() const { return ___QinmiDayMax_17; } inline int32_t* get_address_of_QinmiDayMax_17() { return &___QinmiDayMax_17; } inline void set_QinmiDayMax_17(int32_t value) { ___QinmiDayMax_17 = value; } inline static int32_t get_offset_of_LoveDay_18() { return static_cast(offsetof(CoupleInfo_t1105442132, ___LoveDay_18)); } inline String_t* get_LoveDay_18() const { return ___LoveDay_18; } inline String_t** get_address_of_LoveDay_18() { return &___LoveDay_18; } inline void set_LoveDay_18(String_t* value) { ___LoveDay_18 = value; Il2CppCodeGenWriteBarrier((&___LoveDay_18), value); } inline static int32_t get_offset_of_LoveTag_19() { return static_cast(offsetof(CoupleInfo_t1105442132, ___LoveTag_19)); } inline int32_t get_LoveTag_19() const { return ___LoveTag_19; } inline int32_t* get_address_of_LoveTag_19() { return &___LoveTag_19; } inline void set_LoveTag_19(int32_t value) { ___LoveTag_19 = value; } inline static int32_t get_offset_of_GiftMax_20() { return static_cast(offsetof(CoupleInfo_t1105442132, ___GiftMax_20)); } inline int32_t get_GiftMax_20() const { return ___GiftMax_20; } inline int32_t* get_address_of_GiftMax_20() { return &___GiftMax_20; } inline void set_GiftMax_20(int32_t value) { ___GiftMax_20 = value; } inline static int32_t get_offset_of_QinmiMax_21() { return static_cast(offsetof(CoupleInfo_t1105442132, ___QinmiMax_21)); } inline int32_t get_QinmiMax_21() const { return ___QinmiMax_21; } inline int32_t* get_address_of_QinmiMax_21() { return &___QinmiMax_21; } inline void set_QinmiMax_21(int32_t value) { ___QinmiMax_21 = value; } inline static int32_t get_offset_of_RemoveTime_22() { return static_cast(offsetof(CoupleInfo_t1105442132, ___RemoveTime_22)); } inline int32_t get_RemoveTime_22() const { return ___RemoveTime_22; } inline int32_t* get_address_of_RemoveTime_22() { return &___RemoveTime_22; } inline void set_RemoveTime_22(int32_t value) { ___RemoveTime_22 = value; } inline static int32_t get_offset_of_TreeTag_23() { return static_cast(offsetof(CoupleInfo_t1105442132, ___TreeTag_23)); } inline int32_t get_TreeTag_23() const { return ___TreeTag_23; } inline int32_t* get_address_of_TreeTag_23() { return &___TreeTag_23; } inline void set_TreeTag_23(int32_t value) { ___TreeTag_23 = value; } inline static int32_t get_offset_of_mGiftTag_24() { return static_cast(offsetof(CoupleInfo_t1105442132, ___mGiftTag_24)); } inline int32_t get_mGiftTag_24() const { return ___mGiftTag_24; } inline int32_t* get_address_of_mGiftTag_24() { return &___mGiftTag_24; } inline void set_mGiftTag_24(int32_t value) { ___mGiftTag_24 = value; } inline static int32_t get_offset_of_GiftDetail1_25() { return static_cast(offsetof(CoupleInfo_t1105442132, ___GiftDetail1_25)); } inline int32_t get_GiftDetail1_25() const { return ___GiftDetail1_25; } inline int32_t* get_address_of_GiftDetail1_25() { return &___GiftDetail1_25; } inline void set_GiftDetail1_25(int32_t value) { ___GiftDetail1_25 = value; } inline static int32_t get_offset_of_num1_26() { return static_cast(offsetof(CoupleInfo_t1105442132, ___num1_26)); } inline int32_t get_num1_26() const { return ___num1_26; } inline int32_t* get_address_of_num1_26() { return &___num1_26; } inline void set_num1_26(int32_t value) { ___num1_26 = value; } inline static int32_t get_offset_of_awardType1_27() { return static_cast(offsetof(CoupleInfo_t1105442132, ___awardType1_27)); } inline int32_t get_awardType1_27() const { return ___awardType1_27; } inline int32_t* get_address_of_awardType1_27() { return &___awardType1_27; } inline void set_awardType1_27(int32_t value) { ___awardType1_27 = value; } inline static int32_t get_offset_of_GiftDetail2_28() { return static_cast(offsetof(CoupleInfo_t1105442132, ___GiftDetail2_28)); } inline int32_t get_GiftDetail2_28() const { return ___GiftDetail2_28; } inline int32_t* get_address_of_GiftDetail2_28() { return &___GiftDetail2_28; } inline void set_GiftDetail2_28(int32_t value) { ___GiftDetail2_28 = value; } inline static int32_t get_offset_of_num2_29() { return static_cast(offsetof(CoupleInfo_t1105442132, ___num2_29)); } inline int32_t get_num2_29() const { return ___num2_29; } inline int32_t* get_address_of_num2_29() { return &___num2_29; } inline void set_num2_29(int32_t value) { ___num2_29 = value; } inline static int32_t get_offset_of_awardType2_30() { return static_cast(offsetof(CoupleInfo_t1105442132, ___awardType2_30)); } inline int32_t get_awardType2_30() const { return ___awardType2_30; } inline int32_t* get_address_of_awardType2_30() { return &___awardType2_30; } inline void set_awardType2_30(int32_t value) { ___awardType2_30 = value; } inline static int32_t get_offset_of_GiftDetail3_31() { return static_cast(offsetof(CoupleInfo_t1105442132, ___GiftDetail3_31)); } inline int32_t get_GiftDetail3_31() const { return ___GiftDetail3_31; } inline int32_t* get_address_of_GiftDetail3_31() { return &___GiftDetail3_31; } inline void set_GiftDetail3_31(int32_t value) { ___GiftDetail3_31 = value; } inline static int32_t get_offset_of_num3_32() { return static_cast(offsetof(CoupleInfo_t1105442132, ___num3_32)); } inline int32_t get_num3_32() const { return ___num3_32; } inline int32_t* get_address_of_num3_32() { return &___num3_32; } inline void set_num3_32(int32_t value) { ___num3_32 = value; } inline static int32_t get_offset_of_awardType3_33() { return static_cast(offsetof(CoupleInfo_t1105442132, ___awardType3_33)); } inline int32_t get_awardType3_33() const { return ___awardType3_33; } inline int32_t* get_address_of_awardType3_33() { return &___awardType3_33; } inline void set_awardType3_33(int32_t value) { ___awardType3_33 = value; } inline static int32_t get_offset_of_FirstRemoveUserId_34() { return static_cast(offsetof(CoupleInfo_t1105442132, ___FirstRemoveUserId_34)); } inline int64_t get_FirstRemoveUserId_34() const { return ___FirstRemoveUserId_34; } inline int64_t* get_address_of_FirstRemoveUserId_34() { return &___FirstRemoveUserId_34; } inline void set_FirstRemoveUserId_34(int64_t value) { ___FirstRemoveUserId_34 = value; } inline static int32_t get_offset_of_fruit_35() { return static_cast(offsetof(CoupleInfo_t1105442132, ___fruit_35)); } inline int32_t get_fruit_35() const { return ___fruit_35; } inline int32_t* get_address_of_fruit_35() { return &___fruit_35; } inline void set_fruit_35(int32_t value) { ___fruit_35 = value; } inline static int32_t get_offset_of_partnerDay_36() { return static_cast(offsetof(CoupleInfo_t1105442132, ___partnerDay_36)); } inline String_t* get_partnerDay_36() const { return ___partnerDay_36; } inline String_t** get_address_of_partnerDay_36() { return &___partnerDay_36; } inline void set_partnerDay_36(String_t* value) { ___partnerDay_36 = value; Il2CppCodeGenWriteBarrier((&___partnerDay_36), value); } inline static int32_t get_offset_of_canMarriage_37() { return static_cast(offsetof(CoupleInfo_t1105442132, ___canMarriage_37)); } inline int32_t get_canMarriage_37() const { return ___canMarriage_37; } inline int32_t* get_address_of_canMarriage_37() { return &___canMarriage_37; } inline void set_canMarriage_37(int32_t value) { ___canMarriage_37 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COUPLEINFO_T1105442132_H #ifndef COUPLECARDMANAGER_T1858373668_H #define COUPLECARDMANAGER_T1858373668_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CoupleCardManager struct CoupleCardManager_t1858373668 : public RuntimeObject { public: // System.Single CoupleCardManager::mTimerIndex float ___mTimerIndex_0; // CoupleInfo CoupleCardManager::k__BackingField CoupleInfo_t1105442132 * ___U3CCurCoupleInfoU3Ek__BackingField_1; // System.Int32 CoupleCardManager::k__BackingField int32_t ___U3CCurAchieveGiftValueU3Ek__BackingField_2; // uiCouples CoupleCardManager::mUICouples uiCouples_t1921665265 * ___mUICouples_3; // System.Int32 CoupleCardManager::coupleGiftMaxValue int32_t ___coupleGiftMaxValue_5; public: inline static int32_t get_offset_of_mTimerIndex_0() { return static_cast(offsetof(CoupleCardManager_t1858373668, ___mTimerIndex_0)); } inline float get_mTimerIndex_0() const { return ___mTimerIndex_0; } inline float* get_address_of_mTimerIndex_0() { return &___mTimerIndex_0; } inline void set_mTimerIndex_0(float value) { ___mTimerIndex_0 = value; } inline static int32_t get_offset_of_U3CCurCoupleInfoU3Ek__BackingField_1() { return static_cast(offsetof(CoupleCardManager_t1858373668, ___U3CCurCoupleInfoU3Ek__BackingField_1)); } inline CoupleInfo_t1105442132 * get_U3CCurCoupleInfoU3Ek__BackingField_1() const { return ___U3CCurCoupleInfoU3Ek__BackingField_1; } inline CoupleInfo_t1105442132 ** get_address_of_U3CCurCoupleInfoU3Ek__BackingField_1() { return &___U3CCurCoupleInfoU3Ek__BackingField_1; } inline void set_U3CCurCoupleInfoU3Ek__BackingField_1(CoupleInfo_t1105442132 * value) { ___U3CCurCoupleInfoU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCurCoupleInfoU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCurAchieveGiftValueU3Ek__BackingField_2() { return static_cast(offsetof(CoupleCardManager_t1858373668, ___U3CCurAchieveGiftValueU3Ek__BackingField_2)); } inline int32_t get_U3CCurAchieveGiftValueU3Ek__BackingField_2() const { return ___U3CCurAchieveGiftValueU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurAchieveGiftValueU3Ek__BackingField_2() { return &___U3CCurAchieveGiftValueU3Ek__BackingField_2; } inline void set_U3CCurAchieveGiftValueU3Ek__BackingField_2(int32_t value) { ___U3CCurAchieveGiftValueU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_mUICouples_3() { return static_cast(offsetof(CoupleCardManager_t1858373668, ___mUICouples_3)); } inline uiCouples_t1921665265 * get_mUICouples_3() const { return ___mUICouples_3; } inline uiCouples_t1921665265 ** get_address_of_mUICouples_3() { return &___mUICouples_3; } inline void set_mUICouples_3(uiCouples_t1921665265 * value) { ___mUICouples_3 = value; Il2CppCodeGenWriteBarrier((&___mUICouples_3), value); } inline static int32_t get_offset_of_coupleGiftMaxValue_5() { return static_cast(offsetof(CoupleCardManager_t1858373668, ___coupleGiftMaxValue_5)); } inline int32_t get_coupleGiftMaxValue_5() const { return ___coupleGiftMaxValue_5; } inline int32_t* get_address_of_coupleGiftMaxValue_5() { return &___coupleGiftMaxValue_5; } inline void set_coupleGiftMaxValue_5(int32_t value) { ___coupleGiftMaxValue_5 = value; } }; struct CoupleCardManager_t1858373668_StaticFields { public: // CoupleCardManager CoupleCardManager::s_Instance CoupleCardManager_t1858373668 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CoupleCardManager_t1858373668_StaticFields, ___s_Instance_4)); } inline CoupleCardManager_t1858373668 * get_s_Instance_4() const { return ___s_Instance_4; } inline CoupleCardManager_t1858373668 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CoupleCardManager_t1858373668 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COUPLECARDMANAGER_T1858373668_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 LOVEHISDATA_T2628501217_H #define LOVEHISDATA_T2628501217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LoveHisData struct LoveHisData_t2628501217 : public RuntimeObject { public: // System.Int32 LoveHisData::type int32_t ___type_0; // System.String LoveHisData::time String_t* ___time_1; // System.String LoveHisData::p1 String_t* ___p1_2; // System.String LoveHisData::p2 String_t* ___p2_3; // System.String LoveHisData::p3 String_t* ___p3_4; // System.Int64 LoveHisData::timestamp int64_t ___timestamp_5; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(LoveHisData_t2628501217, ___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_time_1() { return static_cast(offsetof(LoveHisData_t2628501217, ___time_1)); } inline String_t* get_time_1() const { return ___time_1; } inline String_t** get_address_of_time_1() { return &___time_1; } inline void set_time_1(String_t* value) { ___time_1 = value; Il2CppCodeGenWriteBarrier((&___time_1), value); } inline static int32_t get_offset_of_p1_2() { return static_cast(offsetof(LoveHisData_t2628501217, ___p1_2)); } inline String_t* get_p1_2() const { return ___p1_2; } inline String_t** get_address_of_p1_2() { return &___p1_2; } inline void set_p1_2(String_t* value) { ___p1_2 = value; Il2CppCodeGenWriteBarrier((&___p1_2), value); } inline static int32_t get_offset_of_p2_3() { return static_cast(offsetof(LoveHisData_t2628501217, ___p2_3)); } inline String_t* get_p2_3() const { return ___p2_3; } inline String_t** get_address_of_p2_3() { return &___p2_3; } inline void set_p2_3(String_t* value) { ___p2_3 = value; Il2CppCodeGenWriteBarrier((&___p2_3), value); } inline static int32_t get_offset_of_p3_4() { return static_cast(offsetof(LoveHisData_t2628501217, ___p3_4)); } inline String_t* get_p3_4() const { return ___p3_4; } inline String_t** get_address_of_p3_4() { return &___p3_4; } inline void set_p3_4(String_t* value) { ___p3_4 = value; Il2CppCodeGenWriteBarrier((&___p3_4), value); } inline static int32_t get_offset_of_timestamp_5() { return static_cast(offsetof(LoveHisData_t2628501217, ___timestamp_5)); } inline int64_t get_timestamp_5() const { return ___timestamp_5; } inline int64_t* get_address_of_timestamp_5() { return &___timestamp_5; } inline void set_timestamp_5(int64_t value) { ___timestamp_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOVEHISDATA_T2628501217_H #ifndef LIST_1_T4100575959_H #define LIST_1_T4100575959_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_t4100575959 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LoveHisDataU5BU5D_t3111169148* ____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_t4100575959, ____items_1)); } inline LoveHisDataU5BU5D_t3111169148* get__items_1() const { return ____items_1; } inline LoveHisDataU5BU5D_t3111169148** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LoveHisDataU5BU5D_t3111169148* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4100575959, ____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_t4100575959, ____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_t4100575959_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray LoveHisDataU5BU5D_t3111169148* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4100575959_StaticFields, ___EmptyArray_4)); } inline LoveHisDataU5BU5D_t3111169148* get_EmptyArray_4() const { return ___EmptyArray_4; } inline LoveHisDataU5BU5D_t3111169148** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(LoveHisDataU5BU5D_t3111169148* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4100575959_H #ifndef CCOMPARETIME_T389177739_H #define CCOMPARETIME_T389177739_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cbCouple/CCompareTime struct CCompareTime_t389177739 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCOMPARETIME_T389177739_H #ifndef CLOVEHISMANAGER_T4094175723_H #define CLOVEHISMANAGER_T4094175723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLoveHisManager struct CLoveHisManager_t4094175723 : public RuntimeObject { public: // uiLoveHis DMCore.Logic.CLoveHisManager::mUILoveHis uiLoveHis_t842804495 * ___mUILoveHis_1; public: inline static int32_t get_offset_of_mUILoveHis_1() { return static_cast(offsetof(CLoveHisManager_t4094175723, ___mUILoveHis_1)); } inline uiLoveHis_t842804495 * get_mUILoveHis_1() const { return ___mUILoveHis_1; } inline uiLoveHis_t842804495 ** get_address_of_mUILoveHis_1() { return &___mUILoveHis_1; } inline void set_mUILoveHis_1(uiLoveHis_t842804495 * value) { ___mUILoveHis_1 = value; Il2CppCodeGenWriteBarrier((&___mUILoveHis_1), value); } }; struct CLoveHisManager_t4094175723_StaticFields { public: // DMCore.Logic.CLoveHisManager DMCore.Logic.CLoveHisManager::s_Instance CLoveHisManager_t4094175723 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CLoveHisManager_t4094175723_StaticFields, ___s_Instance_0)); } inline CLoveHisManager_t4094175723 * get_s_Instance_0() const { return ___s_Instance_0; } inline CLoveHisManager_t4094175723 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CLoveHisManager_t4094175723 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOVEHISMANAGER_T4094175723_H #ifndef CSKELETONSITE_T1178137573_H #define CSKELETONSITE_T1178137573_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSkeletonSite struct CSkeletonSite_t1178137573 : public RuntimeObject { public: // UnityEngine.Transform CSkeletonSite::m_root Transform_t3600365921 * ___m_root_0; // UnityEngine.Transform[] CSkeletonSite::m_skeletonChildren TransformU5BU5D_t807237628* ___m_skeletonChildren_1; // System.Collections.Generic.Dictionary`2 CSkeletonSite::m_quickMap Dictionary_2_t2736202052 * ___m_quickMap_2; // CSkeletonSite/stSkeltonTrans[] CSkeletonSite::m_skeletonChildrenTPos stSkeltonTransU5BU5D_t2773511002* ___m_skeletonChildrenTPos_3; public: inline static int32_t get_offset_of_m_root_0() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_root_0)); } inline Transform_t3600365921 * get_m_root_0() const { return ___m_root_0; } inline Transform_t3600365921 ** get_address_of_m_root_0() { return &___m_root_0; } inline void set_m_root_0(Transform_t3600365921 * value) { ___m_root_0 = value; Il2CppCodeGenWriteBarrier((&___m_root_0), value); } inline static int32_t get_offset_of_m_skeletonChildren_1() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_skeletonChildren_1)); } inline TransformU5BU5D_t807237628* get_m_skeletonChildren_1() const { return ___m_skeletonChildren_1; } inline TransformU5BU5D_t807237628** get_address_of_m_skeletonChildren_1() { return &___m_skeletonChildren_1; } inline void set_m_skeletonChildren_1(TransformU5BU5D_t807237628* value) { ___m_skeletonChildren_1 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonChildren_1), value); } inline static int32_t get_offset_of_m_quickMap_2() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_quickMap_2)); } inline Dictionary_2_t2736202052 * get_m_quickMap_2() const { return ___m_quickMap_2; } inline Dictionary_2_t2736202052 ** get_address_of_m_quickMap_2() { return &___m_quickMap_2; } inline void set_m_quickMap_2(Dictionary_2_t2736202052 * value) { ___m_quickMap_2 = value; Il2CppCodeGenWriteBarrier((&___m_quickMap_2), value); } inline static int32_t get_offset_of_m_skeletonChildrenTPos_3() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_skeletonChildrenTPos_3)); } inline stSkeltonTransU5BU5D_t2773511002* get_m_skeletonChildrenTPos_3() const { return ___m_skeletonChildrenTPos_3; } inline stSkeltonTransU5BU5D_t2773511002** get_address_of_m_skeletonChildrenTPos_3() { return &___m_skeletonChildrenTPos_3; } inline void set_m_skeletonChildrenTPos_3(stSkeltonTransU5BU5D_t2773511002* value) { ___m_skeletonChildrenTPos_3 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonChildrenTPos_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSKELETONSITE_T1178137573_H #ifndef BUGLYCALLBACK_T749338883_H #define BUGLYCALLBACK_T749338883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BuglyCallback struct BuglyCallback_t749338883 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUGLYCALLBACK_T749338883_H #ifndef BYTEREADER_T1539670756_H #define BYTEREADER_T1539670756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ByteReader struct ByteReader_t1539670756 : public RuntimeObject { public: // System.Byte[] ByteReader::mBuffer ByteU5BU5D_t4116647657* ___mBuffer_0; // System.Int32 ByteReader::mOffset int32_t ___mOffset_1; public: inline static int32_t get_offset_of_mBuffer_0() { return static_cast(offsetof(ByteReader_t1539670756, ___mBuffer_0)); } inline ByteU5BU5D_t4116647657* get_mBuffer_0() const { return ___mBuffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_mBuffer_0() { return &___mBuffer_0; } inline void set_mBuffer_0(ByteU5BU5D_t4116647657* value) { ___mBuffer_0 = value; Il2CppCodeGenWriteBarrier((&___mBuffer_0), value); } inline static int32_t get_offset_of_mOffset_1() { return static_cast(offsetof(ByteReader_t1539670756, ___mOffset_1)); } inline int32_t get_mOffset_1() const { return ___mOffset_1; } inline int32_t* get_address_of_mOffset_1() { return &___mOffset_1; } inline void set_mOffset_1(int32_t value) { ___mOffset_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTEREADER_T1539670756_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1632706988, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1632706988, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1632706988, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1632706988, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1632706988, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1632706988, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1632706988, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1632706988, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1632706988, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_H #ifndef 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_T1914713242_H #define DICTIONARY_2_T1914713242_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_t1914713242 : 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 MedalInfoU5BU5D_t251811678* ___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_t1914713242, ___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_t1914713242, ___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_t1914713242, ___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_t1914713242, ___valueSlots_7)); } inline MedalInfoU5BU5D_t251811678* get_valueSlots_7() const { return ___valueSlots_7; } inline MedalInfoU5BU5D_t251811678** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(MedalInfoU5BU5D_t251811678* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1914713242, ___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_t1914713242, ___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_t1914713242, ___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_t1914713242, ___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_t1914713242, ___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_t1914713242, ___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_t1914713242, ___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_t1914713242_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4151117818 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1914713242_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4151117818 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4151117818 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4151117818 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1914713242_H #ifndef MEDALINFO_T3025999911_H #define MEDALINFO_T3025999911_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAchievementMedalCfg/MedalInfo struct MedalInfo_t3025999911 : public RuntimeObject { public: // System.Int32 CAchievementMedalCfg/MedalInfo::k__BackingField int32_t ___U3CIDU3Ek__BackingField_0; // System.String CAchievementMedalCfg/MedalInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String CAchievementMedalCfg/MedalInfo::k__BackingField String_t* ___U3CPathU3Ek__BackingField_2; // System.String CAchievementMedalCfg/MedalInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_0() { return static_cast(offsetof(MedalInfo_t3025999911, ___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(MedalInfo_t3025999911, ___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_U3CPathU3Ek__BackingField_2() { return static_cast(offsetof(MedalInfo_t3025999911, ___U3CPathU3Ek__BackingField_2)); } inline String_t* get_U3CPathU3Ek__BackingField_2() const { return ___U3CPathU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_2() { return &___U3CPathU3Ek__BackingField_2; } inline void set_U3CPathU3Ek__BackingField_2(String_t* value) { ___U3CPathU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CDescU3Ek__BackingField_3() { return static_cast(offsetof(MedalInfo_t3025999911, ___U3CDescU3Ek__BackingField_3)); } inline String_t* get_U3CDescU3Ek__BackingField_3() const { return ___U3CDescU3Ek__BackingField_3; } inline String_t** get_address_of_U3CDescU3Ek__BackingField_3() { return &___U3CDescU3Ek__BackingField_3; } inline void set_U3CDescU3Ek__BackingField_3(String_t* value) { ___U3CDescU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CDescU3Ek__BackingField_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEDALINFO_T3025999911_H #ifndef CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___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_length_1() { return static_cast(offsetof(Capture_t2232016050, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef CACCMANAGER_T1454736772_H #define CACCMANAGER_T1454736772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CAccManager struct CAccManager_t1454736772 : public RuntimeObject { public: // System.String DMCore.CAccManager::m_strAccount String_t* ___m_strAccount_0; // System.String DMCore.CAccManager::m_strSecret String_t* ___m_strSecret_1; // System.String DMCore.CAccManager::m_strWhiteSign String_t* ___m_strWhiteSign_2; // System.Boolean DMCore.CAccManager::m_bVibrator bool ___m_bVibrator_3; // System.Boolean DMCore.CAccManager::m_PlayMidi bool ___m_PlayMidi_4; // System.Boolean DMCore.CAccManager::m_DownMode bool ___m_DownMode_5; // System.Boolean DMCore.CAccManager::m_Accept bool ___m_Accept_6; // System.Boolean DMCore.CAccManager::m_SavedConfig bool ___m_SavedConfig_7; public: inline static int32_t get_offset_of_m_strAccount_0() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strAccount_0)); } inline String_t* get_m_strAccount_0() const { return ___m_strAccount_0; } inline String_t** get_address_of_m_strAccount_0() { return &___m_strAccount_0; } inline void set_m_strAccount_0(String_t* value) { ___m_strAccount_0 = value; Il2CppCodeGenWriteBarrier((&___m_strAccount_0), value); } inline static int32_t get_offset_of_m_strSecret_1() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strSecret_1)); } inline String_t* get_m_strSecret_1() const { return ___m_strSecret_1; } inline String_t** get_address_of_m_strSecret_1() { return &___m_strSecret_1; } inline void set_m_strSecret_1(String_t* value) { ___m_strSecret_1 = value; Il2CppCodeGenWriteBarrier((&___m_strSecret_1), value); } inline static int32_t get_offset_of_m_strWhiteSign_2() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strWhiteSign_2)); } inline String_t* get_m_strWhiteSign_2() const { return ___m_strWhiteSign_2; } inline String_t** get_address_of_m_strWhiteSign_2() { return &___m_strWhiteSign_2; } inline void set_m_strWhiteSign_2(String_t* value) { ___m_strWhiteSign_2 = value; Il2CppCodeGenWriteBarrier((&___m_strWhiteSign_2), value); } inline static int32_t get_offset_of_m_bVibrator_3() { return static_cast(offsetof(CAccManager_t1454736772, ___m_bVibrator_3)); } inline bool get_m_bVibrator_3() const { return ___m_bVibrator_3; } inline bool* get_address_of_m_bVibrator_3() { return &___m_bVibrator_3; } inline void set_m_bVibrator_3(bool value) { ___m_bVibrator_3 = value; } inline static int32_t get_offset_of_m_PlayMidi_4() { return static_cast(offsetof(CAccManager_t1454736772, ___m_PlayMidi_4)); } inline bool get_m_PlayMidi_4() const { return ___m_PlayMidi_4; } inline bool* get_address_of_m_PlayMidi_4() { return &___m_PlayMidi_4; } inline void set_m_PlayMidi_4(bool value) { ___m_PlayMidi_4 = value; } inline static int32_t get_offset_of_m_DownMode_5() { return static_cast(offsetof(CAccManager_t1454736772, ___m_DownMode_5)); } inline bool get_m_DownMode_5() const { return ___m_DownMode_5; } inline bool* get_address_of_m_DownMode_5() { return &___m_DownMode_5; } inline void set_m_DownMode_5(bool value) { ___m_DownMode_5 = value; } inline static int32_t get_offset_of_m_Accept_6() { return static_cast(offsetof(CAccManager_t1454736772, ___m_Accept_6)); } inline bool get_m_Accept_6() const { return ___m_Accept_6; } inline bool* get_address_of_m_Accept_6() { return &___m_Accept_6; } inline void set_m_Accept_6(bool value) { ___m_Accept_6 = value; } inline static int32_t get_offset_of_m_SavedConfig_7() { return static_cast(offsetof(CAccManager_t1454736772, ___m_SavedConfig_7)); } inline bool get_m_SavedConfig_7() const { return ___m_SavedConfig_7; } inline bool* get_address_of_m_SavedConfig_7() { return &___m_SavedConfig_7; } inline void set_m_SavedConfig_7(bool value) { ___m_SavedConfig_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACCMANAGER_T1454736772_H #ifndef 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 STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef STACKTRACE_T1598645457_H #define STACKTRACE_T1598645457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.StackTrace struct StackTrace_t1598645457 : public RuntimeObject { public: // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames StackFrameU5BU5D_t1997726418* ___frames_1; // System.Boolean System.Diagnostics.StackTrace::debug_info bool ___debug_info_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(StackTrace_t1598645457, ___frames_1)); } inline StackFrameU5BU5D_t1997726418* get_frames_1() const { return ___frames_1; } inline StackFrameU5BU5D_t1997726418** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(StackFrameU5BU5D_t1997726418* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((&___frames_1), value); } inline static int32_t get_offset_of_debug_info_2() { return static_cast(offsetof(StackTrace_t1598645457, ___debug_info_2)); } inline bool get_debug_info_2() const { return ___debug_info_2; } inline bool* get_address_of_debug_info_2() { return &___debug_info_2; } inline void set_debug_info_2(bool value) { ___debug_info_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKTRACE_T1598645457_H #ifndef STACKFRAME_T3217253059_H #define STACKFRAME_T3217253059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.StackFrame struct StackFrame_t3217253059 : public RuntimeObject { public: // System.Int32 System.Diagnostics.StackFrame::ilOffset int32_t ___ilOffset_1; // System.Int32 System.Diagnostics.StackFrame::nativeOffset int32_t ___nativeOffset_2; // System.Reflection.MethodBase System.Diagnostics.StackFrame::methodBase MethodBase_t * ___methodBase_3; // System.String System.Diagnostics.StackFrame::fileName String_t* ___fileName_4; // System.Int32 System.Diagnostics.StackFrame::lineNumber int32_t ___lineNumber_5; // System.Int32 System.Diagnostics.StackFrame::columnNumber int32_t ___columnNumber_6; // System.String System.Diagnostics.StackFrame::internalMethodName String_t* ___internalMethodName_7; public: inline static int32_t get_offset_of_ilOffset_1() { return static_cast(offsetof(StackFrame_t3217253059, ___ilOffset_1)); } inline int32_t get_ilOffset_1() const { return ___ilOffset_1; } inline int32_t* get_address_of_ilOffset_1() { return &___ilOffset_1; } inline void set_ilOffset_1(int32_t value) { ___ilOffset_1 = value; } inline static int32_t get_offset_of_nativeOffset_2() { return static_cast(offsetof(StackFrame_t3217253059, ___nativeOffset_2)); } inline int32_t get_nativeOffset_2() const { return ___nativeOffset_2; } inline int32_t* get_address_of_nativeOffset_2() { return &___nativeOffset_2; } inline void set_nativeOffset_2(int32_t value) { ___nativeOffset_2 = value; } inline static int32_t get_offset_of_methodBase_3() { return static_cast(offsetof(StackFrame_t3217253059, ___methodBase_3)); } inline MethodBase_t * get_methodBase_3() const { return ___methodBase_3; } inline MethodBase_t ** get_address_of_methodBase_3() { return &___methodBase_3; } inline void set_methodBase_3(MethodBase_t * value) { ___methodBase_3 = value; Il2CppCodeGenWriteBarrier((&___methodBase_3), value); } inline static int32_t get_offset_of_fileName_4() { return static_cast(offsetof(StackFrame_t3217253059, ___fileName_4)); } inline String_t* get_fileName_4() const { return ___fileName_4; } inline String_t** get_address_of_fileName_4() { return &___fileName_4; } inline void set_fileName_4(String_t* value) { ___fileName_4 = value; Il2CppCodeGenWriteBarrier((&___fileName_4), value); } inline static int32_t get_offset_of_lineNumber_5() { return static_cast(offsetof(StackFrame_t3217253059, ___lineNumber_5)); } inline int32_t get_lineNumber_5() const { return ___lineNumber_5; } inline int32_t* get_address_of_lineNumber_5() { return &___lineNumber_5; } inline void set_lineNumber_5(int32_t value) { ___lineNumber_5 = value; } inline static int32_t get_offset_of_columnNumber_6() { return static_cast(offsetof(StackFrame_t3217253059, ___columnNumber_6)); } inline int32_t get_columnNumber_6() const { return ___columnNumber_6; } inline int32_t* get_address_of_columnNumber_6() { return &___columnNumber_6; } inline void set_columnNumber_6(int32_t value) { ___columnNumber_6 = value; } inline static int32_t get_offset_of_internalMethodName_7() { return static_cast(offsetof(StackFrame_t3217253059, ___internalMethodName_7)); } inline String_t* get_internalMethodName_7() const { return ___internalMethodName_7; } inline String_t** get_address_of_internalMethodName_7() { return &___internalMethodName_7; } inline void set_internalMethodName_7(String_t* value) { ___internalMethodName_7 = value; Il2CppCodeGenWriteBarrier((&___internalMethodName_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKFRAME_T3217253059_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 GROUPCOLLECTION_T69770484_H #define GROUPCOLLECTION_T69770484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484 : public RuntimeObject { public: // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::list GroupU5BU5D_t1880820351* ___list_0; // System.Int32 System.Text.RegularExpressions.GroupCollection::gap int32_t ___gap_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(GroupCollection_t69770484, ___list_0)); } inline GroupU5BU5D_t1880820351* get_list_0() const { return ___list_0; } inline GroupU5BU5D_t1880820351** get_address_of_list_0() { return &___list_0; } inline void set_list_0(GroupU5BU5D_t1880820351* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_gap_1() { return static_cast(offsetof(GroupCollection_t69770484, ___gap_1)); } inline int32_t get_gap_1() const { return ___gap_1; } inline int32_t* get_address_of_gap_1() { return &___gap_1; } inline void set_gap_1(int32_t value) { ___gap_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUPCOLLECTION_T69770484_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 LIST_1_T1766130607_H #define LIST_1_T1766130607_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_t1766130607 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AchInterInfoU5BU5D_t3100386628* ____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_t1766130607, ____items_1)); } inline AchInterInfoU5BU5D_t3100386628* get__items_1() const { return ____items_1; } inline AchInterInfoU5BU5D_t3100386628** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AchInterInfoU5BU5D_t3100386628* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1766130607, ____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_t1766130607, ____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_t1766130607_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AchInterInfoU5BU5D_t3100386628* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1766130607_StaticFields, ___EmptyArray_4)); } inline AchInterInfoU5BU5D_t3100386628* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AchInterInfoU5BU5D_t3100386628** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AchInterInfoU5BU5D_t3100386628* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1766130607_H #ifndef LIST_1_T1766129929_H #define LIST_1_T1766129929_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_t1766129929 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AchInnerInfoU5BU5D_t4177581378* ____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_t1766129929, ____items_1)); } inline AchInnerInfoU5BU5D_t4177581378* get__items_1() const { return ____items_1; } inline AchInnerInfoU5BU5D_t4177581378** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AchInnerInfoU5BU5D_t4177581378* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1766129929, ____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_t1766129929, ____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_t1766129929_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AchInnerInfoU5BU5D_t4177581378* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1766129929_StaticFields, ___EmptyArray_4)); } inline AchInnerInfoU5BU5D_t4177581378* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AchInnerInfoU5BU5D_t4177581378** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AchInnerInfoU5BU5D_t4177581378* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1766129929_H #ifndef LIST_1_T1831094739_H #define LIST_1_T1831094739_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_t1831094739 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AchRewardInfoU5BU5D_t3260542480* ____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_t1831094739, ____items_1)); } inline AchRewardInfoU5BU5D_t3260542480* get__items_1() const { return ____items_1; } inline AchRewardInfoU5BU5D_t3260542480** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AchRewardInfoU5BU5D_t3260542480* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1831094739, ____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_t1831094739, ____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_t1831094739_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AchRewardInfoU5BU5D_t3260542480* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1831094739_StaticFields, ___EmptyArray_4)); } inline AchRewardInfoU5BU5D_t3260542480* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AchRewardInfoU5BU5D_t3260542480** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AchRewardInfoU5BU5D_t3260542480* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1831094739_H #ifndef CANIMSITE_T233742424_H #define CANIMSITE_T233742424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAnimSite struct CAnimSite_t233742424 : public RuntimeObject { public: // UnityEngine.Animation CAnimSite::m_AnimPlayer Animation_t3648466861 * ___m_AnimPlayer_0; // CSkeletonSite CAnimSite::m_SkeletonSite CSkeletonSite_t1178137573 * ___m_SkeletonSite_1; // CSkeletonSite/CSkeletonSnap CAnimSite::m_animSnap CSkeletonSnap_t2156242323 * ___m_animSnap_2; // BetterList`1 CAnimSite::m_listAnimCritical BetterList_1_t2419161419 * ___m_listAnimCritical_3; // BetterList`1 CAnimSite::m_listAnimDefault BetterList_1_t2419161419 * ___m_listAnimDefault_4; // UnityEngine.AnimationClip CAnimSite::m_IdleClip AnimationClip_t2318505987 * ___m_IdleClip_5; // System.Single CAnimSite::m_IdleAnimFadeIn float ___m_IdleAnimFadeIn_6; // System.String CAnimSite::m_IdleAnimName String_t* ___m_IdleAnimName_7; // System.Boolean CAnimSite::m_existPlaying bool ___m_existPlaying_8; // System.Boolean CAnimSite::m_bPaused bool ___m_bPaused_9; // System.Boolean CAnimSite::m_bNeedCheckDirty bool ___m_bNeedCheckDirty_10; // System.String CAnimSite::m_activeIdleName String_t* ___m_activeIdleName_11; // System.String CAnimSite::m_curPlayingName String_t* ___m_curPlayingName_12; // System.Int32 CAnimSite::m_playingIndex int32_t ___m_playingIndex_13; // BetterList`1 CAnimSite::m_listAnimInPlaying BetterList_1_t3563600241 * ___m_listAnimInPlaying_14; // DMCore.Framework.Scene.ISceneBaseObj CAnimSite::m_sceneOwner ISceneBaseObj_t858622483 * ___m_sceneOwner_15; public: inline static int32_t get_offset_of_m_AnimPlayer_0() { return static_cast(offsetof(CAnimSite_t233742424, ___m_AnimPlayer_0)); } inline Animation_t3648466861 * get_m_AnimPlayer_0() const { return ___m_AnimPlayer_0; } inline Animation_t3648466861 ** get_address_of_m_AnimPlayer_0() { return &___m_AnimPlayer_0; } inline void set_m_AnimPlayer_0(Animation_t3648466861 * value) { ___m_AnimPlayer_0 = value; Il2CppCodeGenWriteBarrier((&___m_AnimPlayer_0), value); } inline static int32_t get_offset_of_m_SkeletonSite_1() { return static_cast(offsetof(CAnimSite_t233742424, ___m_SkeletonSite_1)); } inline CSkeletonSite_t1178137573 * get_m_SkeletonSite_1() const { return ___m_SkeletonSite_1; } inline CSkeletonSite_t1178137573 ** get_address_of_m_SkeletonSite_1() { return &___m_SkeletonSite_1; } inline void set_m_SkeletonSite_1(CSkeletonSite_t1178137573 * value) { ___m_SkeletonSite_1 = value; Il2CppCodeGenWriteBarrier((&___m_SkeletonSite_1), value); } inline static int32_t get_offset_of_m_animSnap_2() { return static_cast(offsetof(CAnimSite_t233742424, ___m_animSnap_2)); } inline CSkeletonSnap_t2156242323 * get_m_animSnap_2() const { return ___m_animSnap_2; } inline CSkeletonSnap_t2156242323 ** get_address_of_m_animSnap_2() { return &___m_animSnap_2; } inline void set_m_animSnap_2(CSkeletonSnap_t2156242323 * value) { ___m_animSnap_2 = value; Il2CppCodeGenWriteBarrier((&___m_animSnap_2), value); } inline static int32_t get_offset_of_m_listAnimCritical_3() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimCritical_3)); } inline BetterList_1_t2419161419 * get_m_listAnimCritical_3() const { return ___m_listAnimCritical_3; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimCritical_3() { return &___m_listAnimCritical_3; } inline void set_m_listAnimCritical_3(BetterList_1_t2419161419 * value) { ___m_listAnimCritical_3 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimCritical_3), value); } inline static int32_t get_offset_of_m_listAnimDefault_4() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimDefault_4)); } inline BetterList_1_t2419161419 * get_m_listAnimDefault_4() const { return ___m_listAnimDefault_4; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimDefault_4() { return &___m_listAnimDefault_4; } inline void set_m_listAnimDefault_4(BetterList_1_t2419161419 * value) { ___m_listAnimDefault_4 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimDefault_4), value); } inline static int32_t get_offset_of_m_IdleClip_5() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleClip_5)); } inline AnimationClip_t2318505987 * get_m_IdleClip_5() const { return ___m_IdleClip_5; } inline AnimationClip_t2318505987 ** get_address_of_m_IdleClip_5() { return &___m_IdleClip_5; } inline void set_m_IdleClip_5(AnimationClip_t2318505987 * value) { ___m_IdleClip_5 = value; Il2CppCodeGenWriteBarrier((&___m_IdleClip_5), value); } inline static int32_t get_offset_of_m_IdleAnimFadeIn_6() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimFadeIn_6)); } inline float get_m_IdleAnimFadeIn_6() const { return ___m_IdleAnimFadeIn_6; } inline float* get_address_of_m_IdleAnimFadeIn_6() { return &___m_IdleAnimFadeIn_6; } inline void set_m_IdleAnimFadeIn_6(float value) { ___m_IdleAnimFadeIn_6 = value; } inline static int32_t get_offset_of_m_IdleAnimName_7() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimName_7)); } inline String_t* get_m_IdleAnimName_7() const { return ___m_IdleAnimName_7; } inline String_t** get_address_of_m_IdleAnimName_7() { return &___m_IdleAnimName_7; } inline void set_m_IdleAnimName_7(String_t* value) { ___m_IdleAnimName_7 = value; Il2CppCodeGenWriteBarrier((&___m_IdleAnimName_7), value); } inline static int32_t get_offset_of_m_existPlaying_8() { return static_cast(offsetof(CAnimSite_t233742424, ___m_existPlaying_8)); } inline bool get_m_existPlaying_8() const { return ___m_existPlaying_8; } inline bool* get_address_of_m_existPlaying_8() { return &___m_existPlaying_8; } inline void set_m_existPlaying_8(bool value) { ___m_existPlaying_8 = value; } inline static int32_t get_offset_of_m_bPaused_9() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bPaused_9)); } inline bool get_m_bPaused_9() const { return ___m_bPaused_9; } inline bool* get_address_of_m_bPaused_9() { return &___m_bPaused_9; } inline void set_m_bPaused_9(bool value) { ___m_bPaused_9 = value; } inline static int32_t get_offset_of_m_bNeedCheckDirty_10() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bNeedCheckDirty_10)); } inline bool get_m_bNeedCheckDirty_10() const { return ___m_bNeedCheckDirty_10; } inline bool* get_address_of_m_bNeedCheckDirty_10() { return &___m_bNeedCheckDirty_10; } inline void set_m_bNeedCheckDirty_10(bool value) { ___m_bNeedCheckDirty_10 = value; } inline static int32_t get_offset_of_m_activeIdleName_11() { return static_cast(offsetof(CAnimSite_t233742424, ___m_activeIdleName_11)); } inline String_t* get_m_activeIdleName_11() const { return ___m_activeIdleName_11; } inline String_t** get_address_of_m_activeIdleName_11() { return &___m_activeIdleName_11; } inline void set_m_activeIdleName_11(String_t* value) { ___m_activeIdleName_11 = value; Il2CppCodeGenWriteBarrier((&___m_activeIdleName_11), value); } inline static int32_t get_offset_of_m_curPlayingName_12() { return static_cast(offsetof(CAnimSite_t233742424, ___m_curPlayingName_12)); } inline String_t* get_m_curPlayingName_12() const { return ___m_curPlayingName_12; } inline String_t** get_address_of_m_curPlayingName_12() { return &___m_curPlayingName_12; } inline void set_m_curPlayingName_12(String_t* value) { ___m_curPlayingName_12 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayingName_12), value); } inline static int32_t get_offset_of_m_playingIndex_13() { return static_cast(offsetof(CAnimSite_t233742424, ___m_playingIndex_13)); } inline int32_t get_m_playingIndex_13() const { return ___m_playingIndex_13; } inline int32_t* get_address_of_m_playingIndex_13() { return &___m_playingIndex_13; } inline void set_m_playingIndex_13(int32_t value) { ___m_playingIndex_13 = value; } inline static int32_t get_offset_of_m_listAnimInPlaying_14() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimInPlaying_14)); } inline BetterList_1_t3563600241 * get_m_listAnimInPlaying_14() const { return ___m_listAnimInPlaying_14; } inline BetterList_1_t3563600241 ** get_address_of_m_listAnimInPlaying_14() { return &___m_listAnimInPlaying_14; } inline void set_m_listAnimInPlaying_14(BetterList_1_t3563600241 * value) { ___m_listAnimInPlaying_14 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimInPlaying_14), value); } inline static int32_t get_offset_of_m_sceneOwner_15() { return static_cast(offsetof(CAnimSite_t233742424, ___m_sceneOwner_15)); } inline ISceneBaseObj_t858622483 * get_m_sceneOwner_15() const { return ___m_sceneOwner_15; } inline ISceneBaseObj_t858622483 ** get_address_of_m_sceneOwner_15() { return &___m_sceneOwner_15; } inline void set_m_sceneOwner_15(ISceneBaseObj_t858622483 * value) { ___m_sceneOwner_15 = value; Il2CppCodeGenWriteBarrier((&___m_sceneOwner_15), value); } }; struct CAnimSite_t233742424_StaticFields { public: // BetterList`1 CAnimSite::s_CachedList BetterList_1_t1002471007 * ___s_CachedList_16; // BetterList`1 CAnimSite::s_CachedClipList BetterList_1_t1473526305 * ___s_CachedClipList_17; public: inline static int32_t get_offset_of_s_CachedList_16() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedList_16)); } inline BetterList_1_t1002471007 * get_s_CachedList_16() const { return ___s_CachedList_16; } inline BetterList_1_t1002471007 ** get_address_of_s_CachedList_16() { return &___s_CachedList_16; } inline void set_s_CachedList_16(BetterList_1_t1002471007 * value) { ___s_CachedList_16 = value; Il2CppCodeGenWriteBarrier((&___s_CachedList_16), value); } inline static int32_t get_offset_of_s_CachedClipList_17() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedClipList_17)); } inline BetterList_1_t1473526305 * get_s_CachedClipList_17() const { return ___s_CachedClipList_17; } inline BetterList_1_t1473526305 ** get_address_of_s_CachedClipList_17() { return &___s_CachedClipList_17; } inline void set_s_CachedClipList_17(BetterList_1_t1473526305 * value) { ___s_CachedClipList_17 = value; Il2CppCodeGenWriteBarrier((&___s_CachedClipList_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSITE_T233742424_H #ifndef CSKELETONSNAP_T2156242323_H #define CSKELETONSNAP_T2156242323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSkeletonSite/CSkeletonSnap struct CSkeletonSnap_t2156242323 : public RuntimeObject { public: // System.Boolean CSkeletonSite/CSkeletonSnap::k__BackingField bool ___U3CIsEnableU3Ek__BackingField_0; // DMCore.Framework.Misc.CTimeStamp_Game CSkeletonSite/CSkeletonSnap::m_timeStamp CTimeStamp_Game_t111337065 * ___m_timeStamp_1; // System.Single CSkeletonSite/CSkeletonSnap::m_fLerpTime float ___m_fLerpTime_2; // UnityEngine.Vector3[] CSkeletonSite/CSkeletonSnap::m_listPos Vector3U5BU5D_t1718750761* ___m_listPos_3; // UnityEngine.Quaternion[] CSkeletonSite/CSkeletonSnap::m_listQuat QuaternionU5BU5D_t2571361770* ___m_listQuat_4; public: inline static int32_t get_offset_of_U3CIsEnableU3Ek__BackingField_0() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___U3CIsEnableU3Ek__BackingField_0)); } inline bool get_U3CIsEnableU3Ek__BackingField_0() const { return ___U3CIsEnableU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsEnableU3Ek__BackingField_0() { return &___U3CIsEnableU3Ek__BackingField_0; } inline void set_U3CIsEnableU3Ek__BackingField_0(bool value) { ___U3CIsEnableU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_timeStamp_1() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_timeStamp_1)); } inline CTimeStamp_Game_t111337065 * get_m_timeStamp_1() const { return ___m_timeStamp_1; } inline CTimeStamp_Game_t111337065 ** get_address_of_m_timeStamp_1() { return &___m_timeStamp_1; } inline void set_m_timeStamp_1(CTimeStamp_Game_t111337065 * value) { ___m_timeStamp_1 = value; Il2CppCodeGenWriteBarrier((&___m_timeStamp_1), value); } inline static int32_t get_offset_of_m_fLerpTime_2() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_fLerpTime_2)); } inline float get_m_fLerpTime_2() const { return ___m_fLerpTime_2; } inline float* get_address_of_m_fLerpTime_2() { return &___m_fLerpTime_2; } inline void set_m_fLerpTime_2(float value) { ___m_fLerpTime_2 = value; } inline static int32_t get_offset_of_m_listPos_3() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_listPos_3)); } inline Vector3U5BU5D_t1718750761* get_m_listPos_3() const { return ___m_listPos_3; } inline Vector3U5BU5D_t1718750761** get_address_of_m_listPos_3() { return &___m_listPos_3; } inline void set_m_listPos_3(Vector3U5BU5D_t1718750761* value) { ___m_listPos_3 = value; Il2CppCodeGenWriteBarrier((&___m_listPos_3), value); } inline static int32_t get_offset_of_m_listQuat_4() { return static_cast(offsetof(CSkeletonSnap_t2156242323, ___m_listQuat_4)); } inline QuaternionU5BU5D_t2571361770* get_m_listQuat_4() const { return ___m_listQuat_4; } inline QuaternionU5BU5D_t2571361770** get_address_of_m_listQuat_4() { return &___m_listQuat_4; } inline void set_m_listQuat_4(QuaternionU5BU5D_t2571361770* value) { ___m_listQuat_4 = value; Il2CppCodeGenWriteBarrier((&___m_listQuat_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSKELETONSNAP_T2156242323_H #ifndef BETTERLIST_1_T2419161419_H #define BETTERLIST_1_T2419161419_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_t2419161419 : public RuntimeObject { public: // T[] BetterList`1::buffer stAnimInfoU5BU5D_t3796798848* ___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_t2419161419, ___buffer_0)); } inline stAnimInfoU5BU5D_t3796798848* get_buffer_0() const { return ___buffer_0; } inline stAnimInfoU5BU5D_t3796798848** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(stAnimInfoU5BU5D_t3796798848* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2419161419, ___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_T2419161419_H #ifndef BETTERLIST_1_T3563600241_H #define BETTERLIST_1_T3563600241_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_t3563600241 : public RuntimeObject { public: // T[] BetterList`1::buffer stAnimBaseInfoU5BU5D_t2950232578* ___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_t3563600241, ___buffer_0)); } inline stAnimBaseInfoU5BU5D_t2950232578* get_buffer_0() const { return ___buffer_0; } inline stAnimBaseInfoU5BU5D_t2950232578** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(stAnimBaseInfoU5BU5D_t2950232578* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3563600241, ___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_T3563600241_H #ifndef ACHINTERINFO_T294055865_H #define ACHINTERINFO_T294055865_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAchievementNewCfg/AchInterInfo struct AchInterInfo_t294055865 : public RuntimeObject { public: // System.Int32 CAchievementNewCfg/AchInterInfo::k__BackingField int32_t ___U3CIDU3Ek__BackingField_0; // System.String CAchievementNewCfg/AchInterInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.Collections.Generic.List`1 CAchievementNewCfg/AchInterInfo::k__BackingField List_1_t1766129929 * ___U3CInnerInfoListU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_0() { return static_cast(offsetof(AchInterInfo_t294055865, ___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(AchInterInfo_t294055865, ___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_U3CInnerInfoListU3Ek__BackingField_2() { return static_cast(offsetof(AchInterInfo_t294055865, ___U3CInnerInfoListU3Ek__BackingField_2)); } inline List_1_t1766129929 * get_U3CInnerInfoListU3Ek__BackingField_2() const { return ___U3CInnerInfoListU3Ek__BackingField_2; } inline List_1_t1766129929 ** get_address_of_U3CInnerInfoListU3Ek__BackingField_2() { return &___U3CInnerInfoListU3Ek__BackingField_2; } inline void set_U3CInnerInfoListU3Ek__BackingField_2(List_1_t1766129929 * value) { ___U3CInnerInfoListU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CInnerInfoListU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACHINTERINFO_T294055865_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 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 DICTIONARY_2_T3512355514_H #define DICTIONARY_2_T3512355514_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_t3512355514 : 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 AchOuterInfoU5BU5D_t1660126398* ___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_t3512355514, ___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_t3512355514, ___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_t3512355514, ___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_t3512355514, ___valueSlots_7)); } inline AchOuterInfoU5BU5D_t1660126398* get_valueSlots_7() const { return ___valueSlots_7; } inline AchOuterInfoU5BU5D_t1660126398** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AchOuterInfoU5BU5D_t1660126398* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3512355514, ___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_t3512355514, ___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_t3512355514, ___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_t3512355514, ___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_t3512355514, ___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_t3512355514, ___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_t3512355514, ___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_t3512355514_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1264465242 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3512355514_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1264465242 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1264465242 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1264465242 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3512355514_H #ifndef DICTIONARY_2_T3477736492_H #define DICTIONARY_2_T3477736492_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_t3477736492 : 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 AchInterInfoU5BU5D_t3100386628* ___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_t3477736492, ___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_t3477736492, ___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_t3477736492, ___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_t3477736492, ___valueSlots_7)); } inline AchInterInfoU5BU5D_t3100386628* get_valueSlots_7() const { return ___valueSlots_7; } inline AchInterInfoU5BU5D_t3100386628** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AchInterInfoU5BU5D_t3100386628* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3477736492, ___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_t3477736492, ___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_t3477736492, ___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_t3477736492, ___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_t3477736492, ___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_t3477736492, ___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_t3477736492, ___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_t3477736492_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2704725472 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3477736492_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2704725472 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2704725472 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2704725472 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3477736492_H #ifndef DICTIONARY_2_T3477735814_H #define DICTIONARY_2_T3477735814_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_t3477735814 : 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 AchInnerInfoU5BU5D_t4177581378* ___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_t3477735814, ___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_t3477735814, ___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_t3477735814, ___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_t3477735814, ___valueSlots_7)); } inline AchInnerInfoU5BU5D_t4177581378* get_valueSlots_7() const { return ___valueSlots_7; } inline AchInnerInfoU5BU5D_t4177581378** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AchInnerInfoU5BU5D_t4177581378* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3477735814, ___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_t3477735814, ___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_t3477735814, ___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_t3477735814, ___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_t3477735814, ___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_t3477735814, ___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_t3477735814, ___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_t3477735814_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3781920222 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3477735814_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3781920222 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3781920222 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3781920222 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3477735814_H #ifndef ACHOUTERINFO_T328674887_H #define ACHOUTERINFO_T328674887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAchievementNewCfg/AchOuterInfo struct AchOuterInfo_t328674887 : public RuntimeObject { public: // System.Int32 CAchievementNewCfg/AchOuterInfo::k__BackingField int32_t ___U3CIDU3Ek__BackingField_0; // System.String CAchievementNewCfg/AchOuterInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.Collections.Generic.List`1 CAchievementNewCfg/AchOuterInfo::k__BackingField List_1_t1766130607 * ___U3CInterInfoListU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_0() { return static_cast(offsetof(AchOuterInfo_t328674887, ___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(AchOuterInfo_t328674887, ___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_U3CInterInfoListU3Ek__BackingField_2() { return static_cast(offsetof(AchOuterInfo_t328674887, ___U3CInterInfoListU3Ek__BackingField_2)); } inline List_1_t1766130607 * get_U3CInterInfoListU3Ek__BackingField_2() const { return ___U3CInterInfoListU3Ek__BackingField_2; } inline List_1_t1766130607 ** get_address_of_U3CInterInfoListU3Ek__BackingField_2() { return &___U3CInterInfoListU3Ek__BackingField_2; } inline void set_U3CInterInfoListU3Ek__BackingField_2(List_1_t1766130607 * value) { ___U3CInterInfoListU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CInterInfoListU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACHOUTERINFO_T328674887_H #ifndef ACHINNERINFO_T294055187_H #define ACHINNERINFO_T294055187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAchievementNewCfg/AchInnerInfo struct AchInnerInfo_t294055187 : public RuntimeObject { public: // System.Int32 CAchievementNewCfg/AchInnerInfo::k__BackingField int32_t ___U3CIDU3Ek__BackingField_0; // System.String CAchievementNewCfg/AchInnerInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String CAchievementNewCfg/AchInnerInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_2; // System.Collections.Generic.List`1 CAchievementNewCfg/AchInnerInfo::k__BackingField List_1_t1831094739 * ___U3CRewardInfoListU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_0() { return static_cast(offsetof(AchInnerInfo_t294055187, ___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(AchInnerInfo_t294055187, ___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(AchInnerInfo_t294055187, ___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_U3CRewardInfoListU3Ek__BackingField_3() { return static_cast(offsetof(AchInnerInfo_t294055187, ___U3CRewardInfoListU3Ek__BackingField_3)); } inline List_1_t1831094739 * get_U3CRewardInfoListU3Ek__BackingField_3() const { return ___U3CRewardInfoListU3Ek__BackingField_3; } inline List_1_t1831094739 ** get_address_of_U3CRewardInfoListU3Ek__BackingField_3() { return &___U3CRewardInfoListU3Ek__BackingField_3; } inline void set_U3CRewardInfoListU3Ek__BackingField_3(List_1_t1831094739 * value) { ___U3CRewardInfoListU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CRewardInfoListU3Ek__BackingField_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACHINNERINFO_T294055187_H #ifndef LIST_1_T1208796635_H #define LIST_1_T1208796635_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_t1208796635 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items FashionInfoU5BU5D_t629610728* ____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_t1208796635, ____items_1)); } inline FashionInfoU5BU5D_t629610728* get__items_1() const { return ____items_1; } inline FashionInfoU5BU5D_t629610728** get_address_of__items_1() { return &____items_1; } inline void set__items_1(FashionInfoU5BU5D_t629610728* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1208796635, ____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_t1208796635, ____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_t1208796635_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray FashionInfoU5BU5D_t629610728* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1208796635_StaticFields, ___EmptyArray_4)); } inline FashionInfoU5BU5D_t629610728* get_EmptyArray_4() const { return ___EmptyArray_4; } inline FashionInfoU5BU5D_t629610728** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(FashionInfoU5BU5D_t629610728* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1208796635_H #ifndef CANIMSEQUENCE_T1119714129_H #define CANIMSEQUENCE_T1119714129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimSequence struct CAnimSequence_t1119714129 : public RuntimeObject { public: // System.String DMCore.Framework.Movie.CAnimSequence::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Movie.CAnimSequence::k__BackingField int32_t ___U3CDeviceIDU3Ek__BackingField_1; // System.Collections.Generic.List`1 DMCore.Framework.Movie.CAnimSequence::m_listNodes List_1_t504483877 * ___m_listNodes_2; // System.Boolean DMCore.Framework.Movie.CAnimSequence::m_bEnable bool ___m_bEnable_3; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(CAnimSequence_t1119714129, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CDeviceIDU3Ek__BackingField_1() { return static_cast(offsetof(CAnimSequence_t1119714129, ___U3CDeviceIDU3Ek__BackingField_1)); } inline int32_t get_U3CDeviceIDU3Ek__BackingField_1() const { return ___U3CDeviceIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CDeviceIDU3Ek__BackingField_1() { return &___U3CDeviceIDU3Ek__BackingField_1; } inline void set_U3CDeviceIDU3Ek__BackingField_1(int32_t value) { ___U3CDeviceIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_listNodes_2() { return static_cast(offsetof(CAnimSequence_t1119714129, ___m_listNodes_2)); } inline List_1_t504483877 * get_m_listNodes_2() const { return ___m_listNodes_2; } inline List_1_t504483877 ** get_address_of_m_listNodes_2() { return &___m_listNodes_2; } inline void set_m_listNodes_2(List_1_t504483877 * value) { ___m_listNodes_2 = value; Il2CppCodeGenWriteBarrier((&___m_listNodes_2), value); } inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CAnimSequence_t1119714129, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSEQUENCE_T1119714129_H #ifndef CANIMNODE_T3327376431_H #define CANIMNODE_T3327376431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimNode struct CAnimNode_t3327376431 : public RuntimeObject { public: // DMCore.Framework.Movie.CAnimSequence DMCore.Framework.Movie.CAnimNode::k__BackingField CAnimSequence_t1119714129 * ___U3COwnerU3Ek__BackingField_0; // System.Single DMCore.Framework.Movie.CAnimNode::m_fTimeStart float ___m_fTimeStart_1; // System.Single DMCore.Framework.Movie.CAnimNode::m_fTimeEnd float ___m_fTimeEnd_2; // System.Single DMCore.Framework.Movie.CAnimNode::m_fFadeIn float ___m_fFadeIn_3; // DMCore.Framework.Movie.CAnimTrack DMCore.Framework.Movie.CAnimNode::m_pAnimTrack CAnimTrack_t1608933299 * ___m_pAnimTrack_4; // System.Single DMCore.Framework.Movie.CAnimNode::m_fTimeElapsed float ___m_fTimeElapsed_5; // System.Boolean DMCore.Framework.Movie.CAnimNode::m_bTriggered bool ___m_bTriggered_6; public: inline static int32_t get_offset_of_U3COwnerU3Ek__BackingField_0() { return static_cast(offsetof(CAnimNode_t3327376431, ___U3COwnerU3Ek__BackingField_0)); } inline CAnimSequence_t1119714129 * get_U3COwnerU3Ek__BackingField_0() const { return ___U3COwnerU3Ek__BackingField_0; } inline CAnimSequence_t1119714129 ** get_address_of_U3COwnerU3Ek__BackingField_0() { return &___U3COwnerU3Ek__BackingField_0; } inline void set_U3COwnerU3Ek__BackingField_0(CAnimSequence_t1119714129 * value) { ___U3COwnerU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3COwnerU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_fTimeStart_1() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fTimeStart_1)); } inline float get_m_fTimeStart_1() const { return ___m_fTimeStart_1; } inline float* get_address_of_m_fTimeStart_1() { return &___m_fTimeStart_1; } inline void set_m_fTimeStart_1(float value) { ___m_fTimeStart_1 = value; } inline static int32_t get_offset_of_m_fTimeEnd_2() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fTimeEnd_2)); } inline float get_m_fTimeEnd_2() const { return ___m_fTimeEnd_2; } inline float* get_address_of_m_fTimeEnd_2() { return &___m_fTimeEnd_2; } inline void set_m_fTimeEnd_2(float value) { ___m_fTimeEnd_2 = value; } inline static int32_t get_offset_of_m_fFadeIn_3() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fFadeIn_3)); } inline float get_m_fFadeIn_3() const { return ___m_fFadeIn_3; } inline float* get_address_of_m_fFadeIn_3() { return &___m_fFadeIn_3; } inline void set_m_fFadeIn_3(float value) { ___m_fFadeIn_3 = value; } inline static int32_t get_offset_of_m_pAnimTrack_4() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_pAnimTrack_4)); } inline CAnimTrack_t1608933299 * get_m_pAnimTrack_4() const { return ___m_pAnimTrack_4; } inline CAnimTrack_t1608933299 ** get_address_of_m_pAnimTrack_4() { return &___m_pAnimTrack_4; } inline void set_m_pAnimTrack_4(CAnimTrack_t1608933299 * value) { ___m_pAnimTrack_4 = value; Il2CppCodeGenWriteBarrier((&___m_pAnimTrack_4), value); } inline static int32_t get_offset_of_m_fTimeElapsed_5() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fTimeElapsed_5)); } inline float get_m_fTimeElapsed_5() const { return ___m_fTimeElapsed_5; } inline float* get_address_of_m_fTimeElapsed_5() { return &___m_fTimeElapsed_5; } inline void set_m_fTimeElapsed_5(float value) { ___m_fTimeElapsed_5 = value; } inline static int32_t get_offset_of_m_bTriggered_6() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_bTriggered_6)); } inline bool get_m_bTriggered_6() const { return ___m_bTriggered_6; } inline bool* get_address_of_m_bTriggered_6() { return &___m_bTriggered_6; } inline void set_m_bTriggered_6(bool value) { ___m_bTriggered_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMNODE_T3327376431_H #ifndef IDLEACTIONMANAGER_T2375494644_H #define IDLEACTIONMANAGER_T2375494644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdleActionManager struct IdleActionManager_t2375494644 : public RuntimeObject { public: // System.Boolean DMCore.Logic.IdleActionManager::m_IsRandomAinEnable bool ___m_IsRandomAinEnable_0; // System.Single DMCore.Logic.IdleActionManager::m_ElapsedTime float ___m_ElapsedTime_1; // System.Int32 DMCore.Logic.IdleActionManager::m_indexLabor int32_t ___m_indexLabor_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdleActionManager::m_TaskArray Dictionary_2_t2625280635 * ___m_TaskArray_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdleActionManager::rolesDictionary Dictionary_2_t2735467829 * ___rolesDictionary_4; public: inline static int32_t get_offset_of_m_IsRandomAinEnable_0() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_IsRandomAinEnable_0)); } inline bool get_m_IsRandomAinEnable_0() const { return ___m_IsRandomAinEnable_0; } inline bool* get_address_of_m_IsRandomAinEnable_0() { return &___m_IsRandomAinEnable_0; } inline void set_m_IsRandomAinEnable_0(bool value) { ___m_IsRandomAinEnable_0 = value; } inline static int32_t get_offset_of_m_ElapsedTime_1() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_ElapsedTime_1)); } inline float get_m_ElapsedTime_1() const { return ___m_ElapsedTime_1; } inline float* get_address_of_m_ElapsedTime_1() { return &___m_ElapsedTime_1; } inline void set_m_ElapsedTime_1(float value) { ___m_ElapsedTime_1 = value; } inline static int32_t get_offset_of_m_indexLabor_2() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_indexLabor_2)); } inline int32_t get_m_indexLabor_2() const { return ___m_indexLabor_2; } inline int32_t* get_address_of_m_indexLabor_2() { return &___m_indexLabor_2; } inline void set_m_indexLabor_2(int32_t value) { ___m_indexLabor_2 = value; } inline static int32_t get_offset_of_m_TaskArray_3() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_TaskArray_3)); } inline Dictionary_2_t2625280635 * get_m_TaskArray_3() const { return ___m_TaskArray_3; } inline Dictionary_2_t2625280635 ** get_address_of_m_TaskArray_3() { return &___m_TaskArray_3; } inline void set_m_TaskArray_3(Dictionary_2_t2625280635 * value) { ___m_TaskArray_3 = value; Il2CppCodeGenWriteBarrier((&___m_TaskArray_3), value); } inline static int32_t get_offset_of_rolesDictionary_4() { return static_cast(offsetof(IdleActionManager_t2375494644, ___rolesDictionary_4)); } inline Dictionary_2_t2735467829 * get_rolesDictionary_4() const { return ___rolesDictionary_4; } inline Dictionary_2_t2735467829 ** get_address_of_rolesDictionary_4() { return &___rolesDictionary_4; } inline void set_rolesDictionary_4(Dictionary_2_t2735467829 * value) { ___rolesDictionary_4 = value; Il2CppCodeGenWriteBarrier((&___rolesDictionary_4), value); } }; struct IdleActionManager_t2375494644_StaticFields { public: // System.Single DMCore.Logic.IdleActionManager::s_IntervalTime float ___s_IntervalTime_5; // DMCore.Logic.IdleActionManager DMCore.Logic.IdleActionManager::s_Instance IdleActionManager_t2375494644 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_IntervalTime_5() { return static_cast(offsetof(IdleActionManager_t2375494644_StaticFields, ___s_IntervalTime_5)); } inline float get_s_IntervalTime_5() const { return ___s_IntervalTime_5; } inline float* get_address_of_s_IntervalTime_5() { return &___s_IntervalTime_5; } inline void set_s_IntervalTime_5(float value) { ___s_IntervalTime_5 = value; } inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(IdleActionManager_t2375494644_StaticFields, ___s_Instance_6)); } inline IdleActionManager_t2375494644 * get_s_Instance_6() const { return ___s_Instance_6; } inline IdleActionManager_t2375494644 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(IdleActionManager_t2375494644 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDLEACTIONMANAGER_T2375494644_H #ifndef 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 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 LIST_1_T1666189680_H #define LIST_1_T1666189680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1666189680 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UISpriteU5BU5D_t1415066463* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1666189680, ____items_1)); } inline UISpriteU5BU5D_t1415066463* get__items_1() const { return ____items_1; } inline UISpriteU5BU5D_t1415066463** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UISpriteU5BU5D_t1415066463* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1666189680, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1666189680, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1666189680_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UISpriteU5BU5D_t1415066463* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1666189680_StaticFields, ___EmptyArray_4)); } inline UISpriteU5BU5D_t1415066463* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UISpriteU5BU5D_t1415066463** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UISpriteU5BU5D_t1415066463* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1666189680_H #ifndef 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 STSCOREAREA_T3872884956_H #define STSCOREAREA_T3872884956_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameDancing/stScoreArea struct stScoreArea_t3872884956 : public RuntimeObject { public: // System.Boolean CGameDancing/stScoreArea::m_bEnable bool ___m_bEnable_0; // System.Int32 CGameDancing/stScoreArea::m_deviceID int32_t ___m_deviceID_1; // System.Int32 CGameDancing/stScoreArea::m_LastScore int32_t ___m_LastScore_2; // UISprite CGameDancing/stScoreArea::m_MyScore UISprite_t194114938 * ___m_MyScore_3; // System.Collections.Generic.List`1 CGameDancing/stScoreArea::m_ListScores List_1_t1666189680 * ___m_ListScores_4; public: inline static int32_t get_offset_of_m_bEnable_0() { return static_cast(offsetof(stScoreArea_t3872884956, ___m_bEnable_0)); } inline bool get_m_bEnable_0() const { return ___m_bEnable_0; } inline bool* get_address_of_m_bEnable_0() { return &___m_bEnable_0; } inline void set_m_bEnable_0(bool value) { ___m_bEnable_0 = value; } inline static int32_t get_offset_of_m_deviceID_1() { return static_cast(offsetof(stScoreArea_t3872884956, ___m_deviceID_1)); } inline int32_t get_m_deviceID_1() const { return ___m_deviceID_1; } inline int32_t* get_address_of_m_deviceID_1() { return &___m_deviceID_1; } inline void set_m_deviceID_1(int32_t value) { ___m_deviceID_1 = value; } inline static int32_t get_offset_of_m_LastScore_2() { return static_cast(offsetof(stScoreArea_t3872884956, ___m_LastScore_2)); } inline int32_t get_m_LastScore_2() const { return ___m_LastScore_2; } inline int32_t* get_address_of_m_LastScore_2() { return &___m_LastScore_2; } inline void set_m_LastScore_2(int32_t value) { ___m_LastScore_2 = value; } inline static int32_t get_offset_of_m_MyScore_3() { return static_cast(offsetof(stScoreArea_t3872884956, ___m_MyScore_3)); } inline UISprite_t194114938 * get_m_MyScore_3() const { return ___m_MyScore_3; } inline UISprite_t194114938 ** get_address_of_m_MyScore_3() { return &___m_MyScore_3; } inline void set_m_MyScore_3(UISprite_t194114938 * value) { ___m_MyScore_3 = value; Il2CppCodeGenWriteBarrier((&___m_MyScore_3), value); } inline static int32_t get_offset_of_m_ListScores_4() { return static_cast(offsetof(stScoreArea_t3872884956, ___m_ListScores_4)); } inline List_1_t1666189680 * get_m_ListScores_4() const { return ___m_ListScores_4; } inline List_1_t1666189680 ** get_address_of_m_ListScores_4() { return &___m_ListScores_4; } inline void set_m_ListScores_4(List_1_t1666189680 * value) { ___m_ListScores_4 = value; Il2CppCodeGenWriteBarrier((&___m_ListScores_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STSCOREAREA_T3872884956_H #ifndef LIST_1_T777473367_H #define LIST_1_T777473367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t777473367 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t807237628* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t777473367, ____items_1)); } inline TransformU5BU5D_t807237628* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t807237628** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t807237628* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t777473367, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t777473367, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t777473367_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TransformU5BU5D_t807237628* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t777473367_StaticFields, ___EmptyArray_4)); } inline TransformU5BU5D_t807237628* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TransformU5BU5D_t807237628** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TransformU5BU5D_t807237628* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T777473367_H #ifndef 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 CBEATKEYSWINGCTROLLOR_T4230979690_H #define CBEATKEYSWINGCTROLLOR_T4230979690_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingCtrollor struct CBeatKeySwingCtrollor_t4230979690 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeySwingCtrollor::m_listDeviceGroup List_1_t318665914 * ___m_listDeviceGroup_1; // System.Single[] DMCore.DanceMode.CBeatKeySwingCtrollor::m_keySpeed SingleU5BU5D_t1444911251* ___m_keySpeed_7; // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::m_selectedSpeedIndex int32_t ___m_selectedSpeedIndex_8; // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::m_comb int32_t ___m_comb_9; public: inline static int32_t get_offset_of_m_listDeviceGroup_1() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_listDeviceGroup_1)); } inline List_1_t318665914 * get_m_listDeviceGroup_1() const { return ___m_listDeviceGroup_1; } inline List_1_t318665914 ** get_address_of_m_listDeviceGroup_1() { return &___m_listDeviceGroup_1; } inline void set_m_listDeviceGroup_1(List_1_t318665914 * value) { ___m_listDeviceGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_listDeviceGroup_1), value); } inline static int32_t get_offset_of_m_keySpeed_7() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_keySpeed_7)); } inline SingleU5BU5D_t1444911251* get_m_keySpeed_7() const { return ___m_keySpeed_7; } inline SingleU5BU5D_t1444911251** get_address_of_m_keySpeed_7() { return &___m_keySpeed_7; } inline void set_m_keySpeed_7(SingleU5BU5D_t1444911251* value) { ___m_keySpeed_7 = value; Il2CppCodeGenWriteBarrier((&___m_keySpeed_7), value); } inline static int32_t get_offset_of_m_selectedSpeedIndex_8() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_selectedSpeedIndex_8)); } inline int32_t get_m_selectedSpeedIndex_8() const { return ___m_selectedSpeedIndex_8; } inline int32_t* get_address_of_m_selectedSpeedIndex_8() { return &___m_selectedSpeedIndex_8; } inline void set_m_selectedSpeedIndex_8(int32_t value) { ___m_selectedSpeedIndex_8 = value; } inline static int32_t get_offset_of_m_comb_9() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_comb_9)); } inline int32_t get_m_comb_9() const { return ___m_comb_9; } inline int32_t* get_address_of_m_comb_9() { return &___m_comb_9; } inline void set_m_comb_9(int32_t value) { ___m_comb_9 = value; } }; struct CBeatKeySwingCtrollor_t4230979690_StaticFields { public: // DMCore.DanceMode.CBeatKeySwingCtrollor DMCore.DanceMode.CBeatKeySwingCtrollor::s_Instance CBeatKeySwingCtrollor_t4230979690 * ___s_Instance_10; // System.Comparison`1 DMCore.DanceMode.CBeatKeySwingCtrollor::<>f__mg$cache0 Comparison_1_t2216417410 * ___U3CU3Ef__mgU24cache0_11; public: inline static int32_t get_offset_of_s_Instance_10() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690_StaticFields, ___s_Instance_10)); } inline CBeatKeySwingCtrollor_t4230979690 * get_s_Instance_10() const { return ___s_Instance_10; } inline CBeatKeySwingCtrollor_t4230979690 ** get_address_of_s_Instance_10() { return &___s_Instance_10; } inline void set_s_Instance_10(CBeatKeySwingCtrollor_t4230979690 * value) { ___s_Instance_10 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_11() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690_StaticFields, ___U3CU3Ef__mgU24cache0_11)); } inline Comparison_1_t2216417410 * get_U3CU3Ef__mgU24cache0_11() const { return ___U3CU3Ef__mgU24cache0_11; } inline Comparison_1_t2216417410 ** get_address_of_U3CU3Ef__mgU24cache0_11() { return &___U3CU3Ef__mgU24cache0_11; } inline void set_U3CU3Ef__mgU24cache0_11(Comparison_1_t2216417410 * value) { ___U3CU3Ef__mgU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGCTROLLOR_T4230979690_H #ifndef CSCENEEFFECTMANAGER_T793970061_H #define CSCENEEFFECTMANAGER_T793970061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CSceneEffectManager struct CSceneEffectManager_t793970061 : public RuntimeObject { public: // System.Collections.Generic.List`1> DMCore.Framework.CSceneEffectManager::m_listPtrDefaultTime List_1_t3041809111 * ___m_listPtrDefaultTime_1; // System.Collections.Generic.List`1> DMCore.Framework.CSceneEffectManager::m_listPtrShowTime List_1_t3041809111 * ___m_listPtrShowTime_2; // System.Boolean DMCore.Framework.CSceneEffectManager::m_bInShowTime bool ___m_bInShowTime_3; public: inline static int32_t get_offset_of_m_listPtrDefaultTime_1() { return static_cast(offsetof(CSceneEffectManager_t793970061, ___m_listPtrDefaultTime_1)); } inline List_1_t3041809111 * get_m_listPtrDefaultTime_1() const { return ___m_listPtrDefaultTime_1; } inline List_1_t3041809111 ** get_address_of_m_listPtrDefaultTime_1() { return &___m_listPtrDefaultTime_1; } inline void set_m_listPtrDefaultTime_1(List_1_t3041809111 * value) { ___m_listPtrDefaultTime_1 = value; Il2CppCodeGenWriteBarrier((&___m_listPtrDefaultTime_1), value); } inline static int32_t get_offset_of_m_listPtrShowTime_2() { return static_cast(offsetof(CSceneEffectManager_t793970061, ___m_listPtrShowTime_2)); } inline List_1_t3041809111 * get_m_listPtrShowTime_2() const { return ___m_listPtrShowTime_2; } inline List_1_t3041809111 ** get_address_of_m_listPtrShowTime_2() { return &___m_listPtrShowTime_2; } inline void set_m_listPtrShowTime_2(List_1_t3041809111 * value) { ___m_listPtrShowTime_2 = value; Il2CppCodeGenWriteBarrier((&___m_listPtrShowTime_2), value); } inline static int32_t get_offset_of_m_bInShowTime_3() { return static_cast(offsetof(CSceneEffectManager_t793970061, ___m_bInShowTime_3)); } inline bool get_m_bInShowTime_3() const { return ___m_bInShowTime_3; } inline bool* get_address_of_m_bInShowTime_3() { return &___m_bInShowTime_3; } inline void set_m_bInShowTime_3(bool value) { ___m_bInShowTime_3 = value; } }; struct CSceneEffectManager_t793970061_StaticFields { public: // DMCore.Framework.CSceneEffectManager DMCore.Framework.CSceneEffectManager::s_instance CSceneEffectManager_t793970061 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSceneEffectManager_t793970061_StaticFields, ___s_instance_0)); } inline CSceneEffectManager_t793970061 * get_s_instance_0() const { return ___s_instance_0; } inline CSceneEffectManager_t793970061 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSceneEffectManager_t793970061 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEEFFECTMANAGER_T793970061_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 CSYSTEMBROADCAST_T3934508125_H #define CSYSTEMBROADCAST_T3934508125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSystemBroadCast struct CSystemBroadCast_t3934508125 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CSystemBroadCast::k__BackingField bool ___U3CPlayFlagU3Ek__BackingField_0; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CSystemBroadCast::m_list LinkedList_1_t2089880993 * ___m_list_1; // System.Collections.Generic.List`1 DMCore.Logic.CSystemBroadCast::m_SysList List_1_t427342430 * ___m_SysList_2; public: inline static int32_t get_offset_of_U3CPlayFlagU3Ek__BackingField_0() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___U3CPlayFlagU3Ek__BackingField_0)); } inline bool get_U3CPlayFlagU3Ek__BackingField_0() const { return ___U3CPlayFlagU3Ek__BackingField_0; } inline bool* get_address_of_U3CPlayFlagU3Ek__BackingField_0() { return &___U3CPlayFlagU3Ek__BackingField_0; } inline void set_U3CPlayFlagU3Ek__BackingField_0(bool value) { ___U3CPlayFlagU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___m_list_1)); } inline LinkedList_1_t2089880993 * get_m_list_1() const { return ___m_list_1; } inline LinkedList_1_t2089880993 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(LinkedList_1_t2089880993 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((&___m_list_1), value); } inline static int32_t get_offset_of_m_SysList_2() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___m_SysList_2)); } inline List_1_t427342430 * get_m_SysList_2() const { return ___m_SysList_2; } inline List_1_t427342430 ** get_address_of_m_SysList_2() { return &___m_SysList_2; } inline void set_m_SysList_2(List_1_t427342430 * value) { ___m_SysList_2 = value; Il2CppCodeGenWriteBarrier((&___m_SysList_2), value); } }; struct CSystemBroadCast_t3934508125_StaticFields { public: // DMCore.Logic.CSystemBroadCast DMCore.Logic.CSystemBroadCast::s_Instance CSystemBroadCast_t3934508125 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CSystemBroadCast_t3934508125_StaticFields, ___s_Instance_3)); } inline CSystemBroadCast_t3934508125 * get_s_Instance_3() const { return ___s_Instance_3; } inline CSystemBroadCast_t3934508125 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CSystemBroadCast_t3934508125 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMBROADCAST_T3934508125_H #ifndef CGAMEFUNCADAPTER_T1729778324_H #define CGAMEFUNCADAPTER_T1729778324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameFuncAdapter struct CGameFuncAdapter_t1729778324 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMEFUNCADAPTER_T1729778324_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 EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_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 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 INETLINK_T2717826932_H #define INETLINK_T2717826932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetLink struct INetLink_t2717826932 : public RuntimeObject { public: // DMCore.Net.CNetReceiver DMCore.Net.INetLink::m_Receiver CNetReceiver_t1076104922 * ___m_Receiver_0; // DMCore.Net.ILinkListener DMCore.Net.INetLink::m_Listener ILinkListener_t2747206916 * ___m_Listener_1; public: inline static int32_t get_offset_of_m_Receiver_0() { return static_cast(offsetof(INetLink_t2717826932, ___m_Receiver_0)); } inline CNetReceiver_t1076104922 * get_m_Receiver_0() const { return ___m_Receiver_0; } inline CNetReceiver_t1076104922 ** get_address_of_m_Receiver_0() { return &___m_Receiver_0; } inline void set_m_Receiver_0(CNetReceiver_t1076104922 * value) { ___m_Receiver_0 = value; Il2CppCodeGenWriteBarrier((&___m_Receiver_0), value); } inline static int32_t get_offset_of_m_Listener_1() { return static_cast(offsetof(INetLink_t2717826932, ___m_Listener_1)); } inline ILinkListener_t2747206916 * get_m_Listener_1() const { return ___m_Listener_1; } inline ILinkListener_t2747206916 ** get_address_of_m_Listener_1() { return &___m_Listener_1; } inline void set_m_Listener_1(ILinkListener_t2747206916 * value) { ___m_Listener_1 = value; Il2CppCodeGenWriteBarrier((&___m_Listener_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLINK_T2717826932_H #ifndef ILINKLISTENER_T2747206916_H #define ILINKLISTENER_T2747206916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.ILinkListener struct ILinkListener_t2747206916 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILINKLISTENER_T2747206916_H #ifndef 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 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 CPROPEQUIPMANAGER_T729741778_H #define CPROPEQUIPMANAGER_T729741778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPropEquipManager::m_canUseProp bool ___m_canUseProp_0; // System.Boolean DMCore.Logic.CPropEquipManager::m_isChanged bool ___m_isChanged_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropEquipManager::m_equipPropList Dictionary_2_t3250266723 * ___m_equipPropList_2; // System.Collections.Generic.List`1 DMCore.Logic.CPropEquipManager::m_personalEquipPropList List_1_t1538660838 * ___m_personalEquipPropList_4; public: inline static int32_t get_offset_of_m_canUseProp_0() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_canUseProp_0)); } inline bool get_m_canUseProp_0() const { return ___m_canUseProp_0; } inline bool* get_address_of_m_canUseProp_0() { return &___m_canUseProp_0; } inline void set_m_canUseProp_0(bool value) { ___m_canUseProp_0 = value; } inline static int32_t get_offset_of_m_isChanged_1() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_isChanged_1)); } inline bool get_m_isChanged_1() const { return ___m_isChanged_1; } inline bool* get_address_of_m_isChanged_1() { return &___m_isChanged_1; } inline void set_m_isChanged_1(bool value) { ___m_isChanged_1 = value; } inline static int32_t get_offset_of_m_equipPropList_2() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_equipPropList_2)); } inline Dictionary_2_t3250266723 * get_m_equipPropList_2() const { return ___m_equipPropList_2; } inline Dictionary_2_t3250266723 ** get_address_of_m_equipPropList_2() { return &___m_equipPropList_2; } inline void set_m_equipPropList_2(Dictionary_2_t3250266723 * value) { ___m_equipPropList_2 = value; Il2CppCodeGenWriteBarrier((&___m_equipPropList_2), value); } inline static int32_t get_offset_of_m_personalEquipPropList_4() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_personalEquipPropList_4)); } inline List_1_t1538660838 * get_m_personalEquipPropList_4() const { return ___m_personalEquipPropList_4; } inline List_1_t1538660838 ** get_address_of_m_personalEquipPropList_4() { return &___m_personalEquipPropList_4; } inline void set_m_personalEquipPropList_4(List_1_t1538660838 * value) { ___m_personalEquipPropList_4 = value; Il2CppCodeGenWriteBarrier((&___m_personalEquipPropList_4), value); } }; struct CPropEquipManager_t729741778_StaticFields { public: // DMCore.Logic.CPropEquipManager DMCore.Logic.CPropEquipManager::s_instance CPropEquipManager_t729741778 * ___s_instance_3; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CPropEquipManager_t729741778_StaticFields, ___s_instance_3)); } inline CPropEquipManager_t729741778 * get_s_instance_3() const { return ___s_instance_3; } inline CPropEquipManager_t729741778 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CPropEquipManager_t729741778 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPEQUIPMANAGER_T729741778_H #ifndef CLASSICALKEYLOGIC_T2839086845_H #define CLASSICALKEYLOGIC_T2839086845_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ClassicalKeyLogic struct ClassicalKeyLogic_t2839086845 : public RuntimeObject { public: // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsNeedSendSectionDataU3Ek__BackingField_1; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsPartStartU3Ek__BackingField_2; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsFinishMoveKeyU3Ek__BackingField_3; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsNeedRefreshScoreU3Ek__BackingField_5; // System.Int64 DMCore.DanceMode.ClassicalKeyLogic::k__BackingField int64_t ___U3CRefreshedUserIDU3Ek__BackingField_6; // DMCore.DanceMode.ClassicalKeyQueue DMCore.DanceMode.ClassicalKeyLogic::m_ActiveQueueData ClassicalKeyQueue_t335011495 * ___m_ActiveQueueData_7; // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::m_ActiveQueueIndex int32_t ___m_ActiveQueueIndex_8; // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::m_ActiveKeyIndex int32_t ___m_ActiveKeyIndex_9; // System.Single DMCore.DanceMode.ClassicalKeyLogic::m_LastFrameTime float ___m_LastFrameTime_10; // System.Single DMCore.DanceMode.ClassicalKeyLogic::m_FinalQueueEndTime float ___m_FinalQueueEndTime_11; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsMusicSectionChanged bool ___m_IsMusicSectionChanged_12; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsFirstQueueOfThisSection bool ___m_IsFirstQueueOfThisSection_13; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsJudgeAlready bool ___m_IsJudgeAlready_14; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsInShowTime bool ___m_IsInShowTime_15; public: inline static int32_t get_offset_of_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0)); } inline bool get_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0() const { return ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0() { return &___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0; } inline void set_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0(bool value) { ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsNeedSendSectionDataU3Ek__BackingField_1() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsNeedSendSectionDataU3Ek__BackingField_1)); } inline bool get_U3CIsNeedSendSectionDataU3Ek__BackingField_1() const { return ___U3CIsNeedSendSectionDataU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsNeedSendSectionDataU3Ek__BackingField_1() { return &___U3CIsNeedSendSectionDataU3Ek__BackingField_1; } inline void set_U3CIsNeedSendSectionDataU3Ek__BackingField_1(bool value) { ___U3CIsNeedSendSectionDataU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsPartStartU3Ek__BackingField_2() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsPartStartU3Ek__BackingField_2)); } inline bool get_U3CIsPartStartU3Ek__BackingField_2() const { return ___U3CIsPartStartU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsPartStartU3Ek__BackingField_2() { return &___U3CIsPartStartU3Ek__BackingField_2; } inline void set_U3CIsPartStartU3Ek__BackingField_2(bool value) { ___U3CIsPartStartU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsFinishMoveKeyU3Ek__BackingField_3() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsFinishMoveKeyU3Ek__BackingField_3)); } inline bool get_U3CIsFinishMoveKeyU3Ek__BackingField_3() const { return ___U3CIsFinishMoveKeyU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsFinishMoveKeyU3Ek__BackingField_3() { return &___U3CIsFinishMoveKeyU3Ek__BackingField_3; } inline void set_U3CIsFinishMoveKeyU3Ek__BackingField_3(bool value) { ___U3CIsFinishMoveKeyU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4)); } inline bool get_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4() const { return ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4() { return &___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4; } inline void set_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4(bool value) { ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIsNeedRefreshScoreU3Ek__BackingField_5() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsNeedRefreshScoreU3Ek__BackingField_5)); } inline bool get_U3CIsNeedRefreshScoreU3Ek__BackingField_5() const { return ___U3CIsNeedRefreshScoreU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsNeedRefreshScoreU3Ek__BackingField_5() { return &___U3CIsNeedRefreshScoreU3Ek__BackingField_5; } inline void set_U3CIsNeedRefreshScoreU3Ek__BackingField_5(bool value) { ___U3CIsNeedRefreshScoreU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRefreshedUserIDU3Ek__BackingField_6() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CRefreshedUserIDU3Ek__BackingField_6)); } inline int64_t get_U3CRefreshedUserIDU3Ek__BackingField_6() const { return ___U3CRefreshedUserIDU3Ek__BackingField_6; } inline int64_t* get_address_of_U3CRefreshedUserIDU3Ek__BackingField_6() { return &___U3CRefreshedUserIDU3Ek__BackingField_6; } inline void set_U3CRefreshedUserIDU3Ek__BackingField_6(int64_t value) { ___U3CRefreshedUserIDU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_m_ActiveQueueData_7() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_ActiveQueueData_7)); } inline ClassicalKeyQueue_t335011495 * get_m_ActiveQueueData_7() const { return ___m_ActiveQueueData_7; } inline ClassicalKeyQueue_t335011495 ** get_address_of_m_ActiveQueueData_7() { return &___m_ActiveQueueData_7; } inline void set_m_ActiveQueueData_7(ClassicalKeyQueue_t335011495 * value) { ___m_ActiveQueueData_7 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveQueueData_7), value); } inline static int32_t get_offset_of_m_ActiveQueueIndex_8() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_ActiveQueueIndex_8)); } inline int32_t get_m_ActiveQueueIndex_8() const { return ___m_ActiveQueueIndex_8; } inline int32_t* get_address_of_m_ActiveQueueIndex_8() { return &___m_ActiveQueueIndex_8; } inline void set_m_ActiveQueueIndex_8(int32_t value) { ___m_ActiveQueueIndex_8 = value; } inline static int32_t get_offset_of_m_ActiveKeyIndex_9() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_ActiveKeyIndex_9)); } inline int32_t get_m_ActiveKeyIndex_9() const { return ___m_ActiveKeyIndex_9; } inline int32_t* get_address_of_m_ActiveKeyIndex_9() { return &___m_ActiveKeyIndex_9; } inline void set_m_ActiveKeyIndex_9(int32_t value) { ___m_ActiveKeyIndex_9 = value; } inline static int32_t get_offset_of_m_LastFrameTime_10() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_LastFrameTime_10)); } inline float get_m_LastFrameTime_10() const { return ___m_LastFrameTime_10; } inline float* get_address_of_m_LastFrameTime_10() { return &___m_LastFrameTime_10; } inline void set_m_LastFrameTime_10(float value) { ___m_LastFrameTime_10 = value; } inline static int32_t get_offset_of_m_FinalQueueEndTime_11() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_FinalQueueEndTime_11)); } inline float get_m_FinalQueueEndTime_11() const { return ___m_FinalQueueEndTime_11; } inline float* get_address_of_m_FinalQueueEndTime_11() { return &___m_FinalQueueEndTime_11; } inline void set_m_FinalQueueEndTime_11(float value) { ___m_FinalQueueEndTime_11 = value; } inline static int32_t get_offset_of_m_IsMusicSectionChanged_12() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsMusicSectionChanged_12)); } inline bool get_m_IsMusicSectionChanged_12() const { return ___m_IsMusicSectionChanged_12; } inline bool* get_address_of_m_IsMusicSectionChanged_12() { return &___m_IsMusicSectionChanged_12; } inline void set_m_IsMusicSectionChanged_12(bool value) { ___m_IsMusicSectionChanged_12 = value; } inline static int32_t get_offset_of_m_IsFirstQueueOfThisSection_13() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsFirstQueueOfThisSection_13)); } inline bool get_m_IsFirstQueueOfThisSection_13() const { return ___m_IsFirstQueueOfThisSection_13; } inline bool* get_address_of_m_IsFirstQueueOfThisSection_13() { return &___m_IsFirstQueueOfThisSection_13; } inline void set_m_IsFirstQueueOfThisSection_13(bool value) { ___m_IsFirstQueueOfThisSection_13 = value; } inline static int32_t get_offset_of_m_IsJudgeAlready_14() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsJudgeAlready_14)); } inline bool get_m_IsJudgeAlready_14() const { return ___m_IsJudgeAlready_14; } inline bool* get_address_of_m_IsJudgeAlready_14() { return &___m_IsJudgeAlready_14; } inline void set_m_IsJudgeAlready_14(bool value) { ___m_IsJudgeAlready_14 = value; } inline static int32_t get_offset_of_m_IsInShowTime_15() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsInShowTime_15)); } inline bool get_m_IsInShowTime_15() const { return ___m_IsInShowTime_15; } inline bool* get_address_of_m_IsInShowTime_15() { return &___m_IsInShowTime_15; } inline void set_m_IsInShowTime_15(bool value) { ___m_IsInShowTime_15 = value; } }; struct ClassicalKeyLogic_t2839086845_StaticFields { public: // DMCore.DanceMode.ClassicalKeyLogic DMCore.DanceMode.ClassicalKeyLogic::s_Instance ClassicalKeyLogic_t2839086845 * ___s_Instance_16; public: inline static int32_t get_offset_of_s_Instance_16() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845_StaticFields, ___s_Instance_16)); } inline ClassicalKeyLogic_t2839086845 * get_s_Instance_16() const { return ___s_Instance_16; } inline ClassicalKeyLogic_t2839086845 ** get_address_of_s_Instance_16() { return &___s_Instance_16; } inline void set_s_Instance_16(ClassicalKeyLogic_t2839086845 * value) { ___s_Instance_16 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLASSICALKEYLOGIC_T2839086845_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 CPHOTOMANAGER_T704993275_H #define CPHOTOMANAGER_T704993275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPhotoManager::m_listUrls Dictionary_2_t3796910518 * ___m_listUrls_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPhotoManager::m_listPhotos Dictionary_2_t3731248982 * ___m_listPhotos_1; public: inline static int32_t get_offset_of_m_listUrls_0() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_listUrls_0)); } inline Dictionary_2_t3796910518 * get_m_listUrls_0() const { return ___m_listUrls_0; } inline Dictionary_2_t3796910518 ** get_address_of_m_listUrls_0() { return &___m_listUrls_0; } inline void set_m_listUrls_0(Dictionary_2_t3796910518 * value) { ___m_listUrls_0 = value; Il2CppCodeGenWriteBarrier((&___m_listUrls_0), value); } inline static int32_t get_offset_of_m_listPhotos_1() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_listPhotos_1)); } inline Dictionary_2_t3731248982 * get_m_listPhotos_1() const { return ___m_listPhotos_1; } inline Dictionary_2_t3731248982 ** get_address_of_m_listPhotos_1() { return &___m_listPhotos_1; } inline void set_m_listPhotos_1(Dictionary_2_t3731248982 * value) { ___m_listPhotos_1 = value; Il2CppCodeGenWriteBarrier((&___m_listPhotos_1), value); } }; struct CPhotoManager_t704993275_StaticFields { public: // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::s_Instance CPhotoManager_t704993275 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPhotoManager_t704993275_StaticFields, ___s_Instance_2)); } inline CPhotoManager_t704993275 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPhotoManager_t704993275 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPhotoManager_t704993275 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOMANAGER_T704993275_H #ifndef CTRYSTMANAGER_T3257589335_H #define CTRYSTMANAGER_T3257589335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTrystManager struct CTrystManager_t3257589335 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CTrystManager::k__BackingField int32_t ___U3CRefreshNeedAmountU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CTrystManager::k__BackingField int32_t ___U3CMax_Escort_NumU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CTrystManager::k__BackingField int32_t ___U3CMax_Plunder_NumU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CTrystManager::k__BackingField int32_t ___U3CMax_FreeRefresh_NumU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CTrystManager::k__BackingField bool ___U3CIsSingleU3Ek__BackingField_4; // CDataModelList DMCore.Logic.CTrystManager::m_modelList CDataModelList_t1133308508 * ___m_modelList_5; // System.Collections.Generic.List`1 DMCore.Logic.CTrystManager::m_plunderList List_1_t107704651 * ___m_plunderList_6; // CDataModelBool DMCore.Logic.CTrystManager::m_bDataReady CDataModelBool_t2269476966 * ___m_bDataReady_7; // System.Int32 DMCore.Logic.CTrystManager::m_currentItemIndex int32_t ___m_currentItemIndex_9; // System.Boolean DMCore.Logic.CTrystManager::IsTrystGame bool ___IsTrystGame_11; public: inline static int32_t get_offset_of_U3CRefreshNeedAmountU3Ek__BackingField_0() { return static_cast(offsetof(CTrystManager_t3257589335, ___U3CRefreshNeedAmountU3Ek__BackingField_0)); } inline int32_t get_U3CRefreshNeedAmountU3Ek__BackingField_0() const { return ___U3CRefreshNeedAmountU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CRefreshNeedAmountU3Ek__BackingField_0() { return &___U3CRefreshNeedAmountU3Ek__BackingField_0; } inline void set_U3CRefreshNeedAmountU3Ek__BackingField_0(int32_t value) { ___U3CRefreshNeedAmountU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMax_Escort_NumU3Ek__BackingField_1() { return static_cast(offsetof(CTrystManager_t3257589335, ___U3CMax_Escort_NumU3Ek__BackingField_1)); } inline int32_t get_U3CMax_Escort_NumU3Ek__BackingField_1() const { return ___U3CMax_Escort_NumU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CMax_Escort_NumU3Ek__BackingField_1() { return &___U3CMax_Escort_NumU3Ek__BackingField_1; } inline void set_U3CMax_Escort_NumU3Ek__BackingField_1(int32_t value) { ___U3CMax_Escort_NumU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CMax_Plunder_NumU3Ek__BackingField_2() { return static_cast(offsetof(CTrystManager_t3257589335, ___U3CMax_Plunder_NumU3Ek__BackingField_2)); } inline int32_t get_U3CMax_Plunder_NumU3Ek__BackingField_2() const { return ___U3CMax_Plunder_NumU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CMax_Plunder_NumU3Ek__BackingField_2() { return &___U3CMax_Plunder_NumU3Ek__BackingField_2; } inline void set_U3CMax_Plunder_NumU3Ek__BackingField_2(int32_t value) { ___U3CMax_Plunder_NumU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMax_FreeRefresh_NumU3Ek__BackingField_3() { return static_cast(offsetof(CTrystManager_t3257589335, ___U3CMax_FreeRefresh_NumU3Ek__BackingField_3)); } inline int32_t get_U3CMax_FreeRefresh_NumU3Ek__BackingField_3() const { return ___U3CMax_FreeRefresh_NumU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CMax_FreeRefresh_NumU3Ek__BackingField_3() { return &___U3CMax_FreeRefresh_NumU3Ek__BackingField_3; } inline void set_U3CMax_FreeRefresh_NumU3Ek__BackingField_3(int32_t value) { ___U3CMax_FreeRefresh_NumU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsSingleU3Ek__BackingField_4() { return static_cast(offsetof(CTrystManager_t3257589335, ___U3CIsSingleU3Ek__BackingField_4)); } inline bool get_U3CIsSingleU3Ek__BackingField_4() const { return ___U3CIsSingleU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsSingleU3Ek__BackingField_4() { return &___U3CIsSingleU3Ek__BackingField_4; } inline void set_U3CIsSingleU3Ek__BackingField_4(bool value) { ___U3CIsSingleU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_modelList_5() { return static_cast(offsetof(CTrystManager_t3257589335, ___m_modelList_5)); } inline CDataModelList_t1133308508 * get_m_modelList_5() const { return ___m_modelList_5; } inline CDataModelList_t1133308508 ** get_address_of_m_modelList_5() { return &___m_modelList_5; } inline void set_m_modelList_5(CDataModelList_t1133308508 * value) { ___m_modelList_5 = value; Il2CppCodeGenWriteBarrier((&___m_modelList_5), value); } inline static int32_t get_offset_of_m_plunderList_6() { return static_cast(offsetof(CTrystManager_t3257589335, ___m_plunderList_6)); } inline List_1_t107704651 * get_m_plunderList_6() const { return ___m_plunderList_6; } inline List_1_t107704651 ** get_address_of_m_plunderList_6() { return &___m_plunderList_6; } inline void set_m_plunderList_6(List_1_t107704651 * value) { ___m_plunderList_6 = value; Il2CppCodeGenWriteBarrier((&___m_plunderList_6), value); } inline static int32_t get_offset_of_m_bDataReady_7() { return static_cast(offsetof(CTrystManager_t3257589335, ___m_bDataReady_7)); } inline CDataModelBool_t2269476966 * get_m_bDataReady_7() const { return ___m_bDataReady_7; } inline CDataModelBool_t2269476966 ** get_address_of_m_bDataReady_7() { return &___m_bDataReady_7; } inline void set_m_bDataReady_7(CDataModelBool_t2269476966 * value) { ___m_bDataReady_7 = value; Il2CppCodeGenWriteBarrier((&___m_bDataReady_7), value); } inline static int32_t get_offset_of_m_currentItemIndex_9() { return static_cast(offsetof(CTrystManager_t3257589335, ___m_currentItemIndex_9)); } inline int32_t get_m_currentItemIndex_9() const { return ___m_currentItemIndex_9; } inline int32_t* get_address_of_m_currentItemIndex_9() { return &___m_currentItemIndex_9; } inline void set_m_currentItemIndex_9(int32_t value) { ___m_currentItemIndex_9 = value; } inline static int32_t get_offset_of_IsTrystGame_11() { return static_cast(offsetof(CTrystManager_t3257589335, ___IsTrystGame_11)); } inline bool get_IsTrystGame_11() const { return ___IsTrystGame_11; } inline bool* get_address_of_IsTrystGame_11() { return &___IsTrystGame_11; } inline void set_IsTrystGame_11(bool value) { ___IsTrystGame_11 = value; } }; struct CTrystManager_t3257589335_StaticFields { public: // DMCore.Logic.CTrystManager DMCore.Logic.CTrystManager::s_Instance CTrystManager_t3257589335 * ___s_Instance_8; public: inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(CTrystManager_t3257589335_StaticFields, ___s_Instance_8)); } inline CTrystManager_t3257589335 * get_s_Instance_8() const { return ___s_Instance_8; } inline CTrystManager_t3257589335 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(CTrystManager_t3257589335 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTRYSTMANAGER_T3257589335_H #ifndef U3CLOADRESOURCEU3EC__ITERATOR0_T13710564_H #define U3CLOADRESOURCEU3EC__ITERATOR0_T13710564_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameMain/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t13710564 : public RuntimeObject { public: // System.String CGameMain/c__Iterator0::resName String_t* ___resName_0; // System.Object CGameMain/c__Iterator0::$current RuntimeObject * ___U24current_1; // System.Boolean CGameMain/c__Iterator0::$disposing bool ___U24disposing_2; // System.Int32 CGameMain/c__Iterator0::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_resName_0() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t13710564, ___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_t13710564, ___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_t13710564, ___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_t13710564, ___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_T13710564_H #ifndef CCUSTOMMSGPROC_T626198569_H #define CCUSTOMMSGPROC_T626198569_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CCustomMsgProc struct CCustomMsgProc_t626198569 : public RuntimeObject { public: public: }; struct CCustomMsgProc_t626198569_StaticFields { public: // System.Int32 DMCore.Net.CCustomMsgProc::s_PveScoreTimerID int32_t ___s_PveScoreTimerID_0; // System.Int32 DMCore.Net.CCustomMsgProc::s_CountDownSecond int32_t ___s_CountDownSecond_1; // DMCore.OnEventCall DMCore.Net.CCustomMsgProc::<>f__mg$cache0 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache0_2; // System.Predicate`1 DMCore.Net.CCustomMsgProc::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_3; // System.Predicate`1 DMCore.Net.CCustomMsgProc::<>f__mg$cache2 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache2_4; // DMCore.OnEventCall DMCore.Net.CCustomMsgProc::<>f__mg$cache3 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache3_5; // DMCore.OnEventCall DMCore.Net.CCustomMsgProc::<>f__mg$cache4 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache4_6; // DMCore.Logic.TimerCallbackProc DMCore.Net.CCustomMsgProc::<>f__mg$cache5 TimerCallbackProc_t3381003091 * ___U3CU3Ef__mgU24cache5_7; // System.Predicate`1 DMCore.Net.CCustomMsgProc::<>f__mg$cache6 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache6_8; // System.Predicate`1 DMCore.Net.CCustomMsgProc::<>f__mg$cache7 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache7_9; // System.Predicate`1 DMCore.Net.CCustomMsgProc::<>f__mg$cache8 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache8_10; // System.Action DMCore.Net.CCustomMsgProc::<>f__mg$cache9 Action_t1264377477 * ___U3CU3Ef__mgU24cache9_11; // DMCore.OnEventCall DMCore.Net.CCustomMsgProc::<>f__mg$cacheA OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cacheA_12; // System.Action DMCore.Net.CCustomMsgProc::<>f__mg$cacheB Action_t1264377477 * ___U3CU3Ef__mgU24cacheB_13; public: inline static int32_t get_offset_of_s_PveScoreTimerID_0() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___s_PveScoreTimerID_0)); } inline int32_t get_s_PveScoreTimerID_0() const { return ___s_PveScoreTimerID_0; } inline int32_t* get_address_of_s_PveScoreTimerID_0() { return &___s_PveScoreTimerID_0; } inline void set_s_PveScoreTimerID_0(int32_t value) { ___s_PveScoreTimerID_0 = value; } inline static int32_t get_offset_of_s_CountDownSecond_1() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___s_CountDownSecond_1)); } inline int32_t get_s_CountDownSecond_1() const { return ___s_CountDownSecond_1; } inline int32_t* get_address_of_s_CountDownSecond_1() { return &___s_CountDownSecond_1; } inline void set_s_CountDownSecond_1(int32_t value) { ___s_CountDownSecond_1 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_2() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache0_2)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache0_2() const { return ___U3CU3Ef__mgU24cache0_2; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache0_2() { return &___U3CU3Ef__mgU24cache0_2; } inline void set_U3CU3Ef__mgU24cache0_2(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_3() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache1_3)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_3() const { return ___U3CU3Ef__mgU24cache1_3; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_3() { return &___U3CU3Ef__mgU24cache1_3; } inline void set_U3CU3Ef__mgU24cache1_3(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_4() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache2_4)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache2_4() const { return ___U3CU3Ef__mgU24cache2_4; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache2_4() { return &___U3CU3Ef__mgU24cache2_4; } inline void set_U3CU3Ef__mgU24cache2_4(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache2_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_5() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache3_5)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache3_5() const { return ___U3CU3Ef__mgU24cache3_5; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache3_5() { return &___U3CU3Ef__mgU24cache3_5; } inline void set_U3CU3Ef__mgU24cache3_5(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache3_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_6() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache4_6)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache4_6() const { return ___U3CU3Ef__mgU24cache4_6; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache4_6() { return &___U3CU3Ef__mgU24cache4_6; } inline void set_U3CU3Ef__mgU24cache4_6(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache4_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_7() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache5_7)); } inline TimerCallbackProc_t3381003091 * get_U3CU3Ef__mgU24cache5_7() const { return ___U3CU3Ef__mgU24cache5_7; } inline TimerCallbackProc_t3381003091 ** get_address_of_U3CU3Ef__mgU24cache5_7() { return &___U3CU3Ef__mgU24cache5_7; } inline void set_U3CU3Ef__mgU24cache5_7(TimerCallbackProc_t3381003091 * value) { ___U3CU3Ef__mgU24cache5_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_8() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache6_8)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache6_8() const { return ___U3CU3Ef__mgU24cache6_8; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache6_8() { return &___U3CU3Ef__mgU24cache6_8; } inline void set_U3CU3Ef__mgU24cache6_8(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache6_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_9() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache7_9)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache7_9() const { return ___U3CU3Ef__mgU24cache7_9; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache7_9() { return &___U3CU3Ef__mgU24cache7_9; } inline void set_U3CU3Ef__mgU24cache7_9(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache7_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_10() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache8_10)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache8_10() const { return ___U3CU3Ef__mgU24cache8_10; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache8_10() { return &___U3CU3Ef__mgU24cache8_10; } inline void set_U3CU3Ef__mgU24cache8_10(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache8_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_11() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cache9_11)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache9_11() const { return ___U3CU3Ef__mgU24cache9_11; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache9_11() { return &___U3CU3Ef__mgU24cache9_11; } inline void set_U3CU3Ef__mgU24cache9_11(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache9_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_12() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cacheA_12)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cacheA_12() const { return ___U3CU3Ef__mgU24cacheA_12; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cacheA_12() { return &___U3CU3Ef__mgU24cacheA_12; } inline void set_U3CU3Ef__mgU24cacheA_12(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cacheA_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_13() { return static_cast(offsetof(CCustomMsgProc_t626198569_StaticFields, ___U3CU3Ef__mgU24cacheB_13)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cacheB_13() const { return ___U3CU3Ef__mgU24cacheB_13; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cacheB_13() { return &___U3CU3Ef__mgU24cacheB_13; } inline void set_U3CU3Ef__mgU24cacheB_13(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cacheB_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCUSTOMMSGPROC_T626198569_H #ifndef STCOMBOAREA_T2266499608_H #define STCOMBOAREA_T2266499608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameDancing/stComboArea struct stComboArea_t2266499608 : public RuntimeObject { public: // System.Boolean CGameDancing/stComboArea::m_bEnable bool ___m_bEnable_0; // System.Int32 CGameDancing/stComboArea::m_deviceID int32_t ___m_deviceID_1; // UnityEngine.Transform CGameDancing/stComboArea::m_ComboRoot Transform_t3600365921 * ___m_ComboRoot_2; // UnityEngine.Transform CGameDancing/stComboArea::m_ComboLevel Transform_t3600365921 * ___m_ComboLevel_3; // UnityEngine.Transform CGameDancing/stComboArea::m_ComboRateRoot Transform_t3600365921 * ___m_ComboRateRoot_4; // UISprite CGameDancing/stComboArea::m_ComboRate UISprite_t194114938 * ___m_ComboRate_5; // UISprite CGameDancing/stComboArea::m_ComboStatic UISprite_t194114938 * ___m_ComboStatic_6; // UISprite CGameDancing/stComboArea::spComboStatic UISprite_t194114938 * ___spComboStatic_7; // UISprite CGameDancing/stComboArea::spCombo0 UISprite_t194114938 * ___spCombo0_8; // UISprite CGameDancing/stComboArea::spCombo1 UISprite_t194114938 * ___spCombo1_9; // UISprite CGameDancing/stComboArea::spCombo2 UISprite_t194114938 * ___spCombo2_10; // UISprite CGameDancing/stComboArea::spCombo3 UISprite_t194114938 * ___spCombo3_11; // System.Single CGameDancing/stComboArea::m_orgRootPosX float ___m_orgRootPosX_12; // System.Int32 CGameDancing/stComboArea::m_LastComboVal int32_t ___m_LastComboVal_13; // System.Single CGameDancing/stComboArea::m_LastComboTriggerTime float ___m_LastComboTriggerTime_14; // System.Single CGameDancing/stComboArea::m_lastZero float ___m_lastZero_15; // System.Single CGameDancing/stComboArea::m_lastNotZero float ___m_lastNotZero_16; // System.Int32 CGameDancing/stComboArea::m_lastComboStep int32_t ___m_lastComboStep_17; public: inline static int32_t get_offset_of_m_bEnable_0() { return static_cast(offsetof(stComboArea_t2266499608, ___m_bEnable_0)); } inline bool get_m_bEnable_0() const { return ___m_bEnable_0; } inline bool* get_address_of_m_bEnable_0() { return &___m_bEnable_0; } inline void set_m_bEnable_0(bool value) { ___m_bEnable_0 = value; } inline static int32_t get_offset_of_m_deviceID_1() { return static_cast(offsetof(stComboArea_t2266499608, ___m_deviceID_1)); } inline int32_t get_m_deviceID_1() const { return ___m_deviceID_1; } inline int32_t* get_address_of_m_deviceID_1() { return &___m_deviceID_1; } inline void set_m_deviceID_1(int32_t value) { ___m_deviceID_1 = value; } inline static int32_t get_offset_of_m_ComboRoot_2() { return static_cast(offsetof(stComboArea_t2266499608, ___m_ComboRoot_2)); } inline Transform_t3600365921 * get_m_ComboRoot_2() const { return ___m_ComboRoot_2; } inline Transform_t3600365921 ** get_address_of_m_ComboRoot_2() { return &___m_ComboRoot_2; } inline void set_m_ComboRoot_2(Transform_t3600365921 * value) { ___m_ComboRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_ComboRoot_2), value); } inline static int32_t get_offset_of_m_ComboLevel_3() { return static_cast(offsetof(stComboArea_t2266499608, ___m_ComboLevel_3)); } inline Transform_t3600365921 * get_m_ComboLevel_3() const { return ___m_ComboLevel_3; } inline Transform_t3600365921 ** get_address_of_m_ComboLevel_3() { return &___m_ComboLevel_3; } inline void set_m_ComboLevel_3(Transform_t3600365921 * value) { ___m_ComboLevel_3 = value; Il2CppCodeGenWriteBarrier((&___m_ComboLevel_3), value); } inline static int32_t get_offset_of_m_ComboRateRoot_4() { return static_cast(offsetof(stComboArea_t2266499608, ___m_ComboRateRoot_4)); } inline Transform_t3600365921 * get_m_ComboRateRoot_4() const { return ___m_ComboRateRoot_4; } inline Transform_t3600365921 ** get_address_of_m_ComboRateRoot_4() { return &___m_ComboRateRoot_4; } inline void set_m_ComboRateRoot_4(Transform_t3600365921 * value) { ___m_ComboRateRoot_4 = value; Il2CppCodeGenWriteBarrier((&___m_ComboRateRoot_4), value); } inline static int32_t get_offset_of_m_ComboRate_5() { return static_cast(offsetof(stComboArea_t2266499608, ___m_ComboRate_5)); } inline UISprite_t194114938 * get_m_ComboRate_5() const { return ___m_ComboRate_5; } inline UISprite_t194114938 ** get_address_of_m_ComboRate_5() { return &___m_ComboRate_5; } inline void set_m_ComboRate_5(UISprite_t194114938 * value) { ___m_ComboRate_5 = value; Il2CppCodeGenWriteBarrier((&___m_ComboRate_5), value); } inline static int32_t get_offset_of_m_ComboStatic_6() { return static_cast(offsetof(stComboArea_t2266499608, ___m_ComboStatic_6)); } inline UISprite_t194114938 * get_m_ComboStatic_6() const { return ___m_ComboStatic_6; } inline UISprite_t194114938 ** get_address_of_m_ComboStatic_6() { return &___m_ComboStatic_6; } inline void set_m_ComboStatic_6(UISprite_t194114938 * value) { ___m_ComboStatic_6 = value; Il2CppCodeGenWriteBarrier((&___m_ComboStatic_6), value); } inline static int32_t get_offset_of_spComboStatic_7() { return static_cast(offsetof(stComboArea_t2266499608, ___spComboStatic_7)); } inline UISprite_t194114938 * get_spComboStatic_7() const { return ___spComboStatic_7; } inline UISprite_t194114938 ** get_address_of_spComboStatic_7() { return &___spComboStatic_7; } inline void set_spComboStatic_7(UISprite_t194114938 * value) { ___spComboStatic_7 = value; Il2CppCodeGenWriteBarrier((&___spComboStatic_7), value); } inline static int32_t get_offset_of_spCombo0_8() { return static_cast(offsetof(stComboArea_t2266499608, ___spCombo0_8)); } inline UISprite_t194114938 * get_spCombo0_8() const { return ___spCombo0_8; } inline UISprite_t194114938 ** get_address_of_spCombo0_8() { return &___spCombo0_8; } inline void set_spCombo0_8(UISprite_t194114938 * value) { ___spCombo0_8 = value; Il2CppCodeGenWriteBarrier((&___spCombo0_8), value); } inline static int32_t get_offset_of_spCombo1_9() { return static_cast(offsetof(stComboArea_t2266499608, ___spCombo1_9)); } inline UISprite_t194114938 * get_spCombo1_9() const { return ___spCombo1_9; } inline UISprite_t194114938 ** get_address_of_spCombo1_9() { return &___spCombo1_9; } inline void set_spCombo1_9(UISprite_t194114938 * value) { ___spCombo1_9 = value; Il2CppCodeGenWriteBarrier((&___spCombo1_9), value); } inline static int32_t get_offset_of_spCombo2_10() { return static_cast(offsetof(stComboArea_t2266499608, ___spCombo2_10)); } inline UISprite_t194114938 * get_spCombo2_10() const { return ___spCombo2_10; } inline UISprite_t194114938 ** get_address_of_spCombo2_10() { return &___spCombo2_10; } inline void set_spCombo2_10(UISprite_t194114938 * value) { ___spCombo2_10 = value; Il2CppCodeGenWriteBarrier((&___spCombo2_10), value); } inline static int32_t get_offset_of_spCombo3_11() { return static_cast(offsetof(stComboArea_t2266499608, ___spCombo3_11)); } inline UISprite_t194114938 * get_spCombo3_11() const { return ___spCombo3_11; } inline UISprite_t194114938 ** get_address_of_spCombo3_11() { return &___spCombo3_11; } inline void set_spCombo3_11(UISprite_t194114938 * value) { ___spCombo3_11 = value; Il2CppCodeGenWriteBarrier((&___spCombo3_11), value); } inline static int32_t get_offset_of_m_orgRootPosX_12() { return static_cast(offsetof(stComboArea_t2266499608, ___m_orgRootPosX_12)); } inline float get_m_orgRootPosX_12() const { return ___m_orgRootPosX_12; } inline float* get_address_of_m_orgRootPosX_12() { return &___m_orgRootPosX_12; } inline void set_m_orgRootPosX_12(float value) { ___m_orgRootPosX_12 = value; } inline static int32_t get_offset_of_m_LastComboVal_13() { return static_cast(offsetof(stComboArea_t2266499608, ___m_LastComboVal_13)); } inline int32_t get_m_LastComboVal_13() const { return ___m_LastComboVal_13; } inline int32_t* get_address_of_m_LastComboVal_13() { return &___m_LastComboVal_13; } inline void set_m_LastComboVal_13(int32_t value) { ___m_LastComboVal_13 = value; } inline static int32_t get_offset_of_m_LastComboTriggerTime_14() { return static_cast(offsetof(stComboArea_t2266499608, ___m_LastComboTriggerTime_14)); } inline float get_m_LastComboTriggerTime_14() const { return ___m_LastComboTriggerTime_14; } inline float* get_address_of_m_LastComboTriggerTime_14() { return &___m_LastComboTriggerTime_14; } inline void set_m_LastComboTriggerTime_14(float value) { ___m_LastComboTriggerTime_14 = value; } inline static int32_t get_offset_of_m_lastZero_15() { return static_cast(offsetof(stComboArea_t2266499608, ___m_lastZero_15)); } inline float get_m_lastZero_15() const { return ___m_lastZero_15; } inline float* get_address_of_m_lastZero_15() { return &___m_lastZero_15; } inline void set_m_lastZero_15(float value) { ___m_lastZero_15 = value; } inline static int32_t get_offset_of_m_lastNotZero_16() { return static_cast(offsetof(stComboArea_t2266499608, ___m_lastNotZero_16)); } inline float get_m_lastNotZero_16() const { return ___m_lastNotZero_16; } inline float* get_address_of_m_lastNotZero_16() { return &___m_lastNotZero_16; } inline void set_m_lastNotZero_16(float value) { ___m_lastNotZero_16 = value; } inline static int32_t get_offset_of_m_lastComboStep_17() { return static_cast(offsetof(stComboArea_t2266499608, ___m_lastComboStep_17)); } inline int32_t get_m_lastComboStep_17() const { return ___m_lastComboStep_17; } inline int32_t* get_address_of_m_lastComboStep_17() { return &___m_lastComboStep_17; } inline void set_m_lastComboStep_17(int32_t value) { ___m_lastComboStep_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STCOMBOAREA_T2266499608_H #ifndef SUCESSINFO_T51707834_H #define SUCESSINFO_T51707834_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CHandBookCtr/SucessInfo struct SucessInfo_t51707834 : public RuntimeObject { public: // System.Int32 CHandBookCtr/SucessInfo::themeID int32_t ___themeID_0; // System.Int32 CHandBookCtr/SucessInfo::progress int32_t ___progress_1; // System.Int32 CHandBookCtr/SucessInfo::result int32_t ___result_2; public: inline static int32_t get_offset_of_themeID_0() { return static_cast(offsetof(SucessInfo_t51707834, ___themeID_0)); } inline int32_t get_themeID_0() const { return ___themeID_0; } inline int32_t* get_address_of_themeID_0() { return &___themeID_0; } inline void set_themeID_0(int32_t value) { ___themeID_0 = value; } inline static int32_t get_offset_of_progress_1() { return static_cast(offsetof(SucessInfo_t51707834, ___progress_1)); } inline int32_t get_progress_1() const { return ___progress_1; } inline int32_t* get_address_of_progress_1() { return &___progress_1; } inline void set_progress_1(int32_t value) { ___progress_1 = value; } inline static int32_t get_offset_of_result_2() { return static_cast(offsetof(SucessInfo_t51707834, ___result_2)); } inline int32_t get_result_2() const { return ___result_2; } inline int32_t* get_address_of_result_2() { return &___result_2; } inline void set_result_2(int32_t value) { ___result_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUCESSINFO_T51707834_H #ifndef DICTIONARY_2_T3235388461_H #define DICTIONARY_2_T3235388461_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_t3235388461 : 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 SucessInfoU5BU5D_t7239711* ___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_t3235388461, ___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_t3235388461, ___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_t3235388461, ___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_t3235388461, ___valueSlots_7)); } inline SucessInfoU5BU5D_t7239711* get_valueSlots_7() const { return ___valueSlots_7; } inline SucessInfoU5BU5D_t7239711** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SucessInfoU5BU5D_t7239711* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3235388461, ___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_t3235388461, ___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_t3235388461, ___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_t3235388461, ___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_t3235388461, ___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_t3235388461, ___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_t3235388461, ___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_t3235388461_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3906545851 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3235388461_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3906545851 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3906545851 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3906545851 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3235388461_H #ifndef CBSWEEP_T3611869675_H #define CBSWEEP_T3611869675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cbSweep struct cbSweep_t3611869675 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBSWEEP_T3611869675_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 CCONSTELLATIONMANAGER_T2532336838_H #define CCONSTELLATIONMANAGER_T2532336838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CConstellationManager struct CConstellationManager_t2532336838 : public RuntimeObject { public: // System.Int32 CConstellationManager::starIndex int32_t ___starIndex_1; // CConstellationManager/ChangeStarSin CConstellationManager::changeStatSign ChangeStarSin_t3703845707 * ___changeStatSign_2; public: inline static int32_t get_offset_of_starIndex_1() { return static_cast(offsetof(CConstellationManager_t2532336838, ___starIndex_1)); } inline int32_t get_starIndex_1() const { return ___starIndex_1; } inline int32_t* get_address_of_starIndex_1() { return &___starIndex_1; } inline void set_starIndex_1(int32_t value) { ___starIndex_1 = value; } inline static int32_t get_offset_of_changeStatSign_2() { return static_cast(offsetof(CConstellationManager_t2532336838, ___changeStatSign_2)); } inline ChangeStarSin_t3703845707 * get_changeStatSign_2() const { return ___changeStatSign_2; } inline ChangeStarSin_t3703845707 ** get_address_of_changeStatSign_2() { return &___changeStatSign_2; } inline void set_changeStatSign_2(ChangeStarSin_t3703845707 * value) { ___changeStatSign_2 = value; Il2CppCodeGenWriteBarrier((&___changeStatSign_2), value); } }; struct CConstellationManager_t2532336838_StaticFields { public: // CConstellationManager CConstellationManager::instance CConstellationManager_t2532336838 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(CConstellationManager_t2532336838_StaticFields, ___instance_0)); } inline CConstellationManager_t2532336838 * get_instance_0() const { return ___instance_0; } inline CConstellationManager_t2532336838 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(CConstellationManager_t2532336838 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCONSTELLATIONMANAGER_T2532336838_H #ifndef IDATAEVENT_T1799629657_H #define IDATAEVENT_T1799629657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IDataEvent struct IDataEvent_t1799629657 : public RuntimeObject { public: // IDataModel IDataEvent::k__BackingField IDataModel_t653005279 * ___U3CDataModelU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataModelU3Ek__BackingField_0() { return static_cast(offsetof(IDataEvent_t1799629657, ___U3CDataModelU3Ek__BackingField_0)); } inline IDataModel_t653005279 * get_U3CDataModelU3Ek__BackingField_0() const { return ___U3CDataModelU3Ek__BackingField_0; } inline IDataModel_t653005279 ** get_address_of_U3CDataModelU3Ek__BackingField_0() { return &___U3CDataModelU3Ek__BackingField_0; } inline void set_U3CDataModelU3Ek__BackingField_0(IDataModel_t653005279 * value) { ___U3CDataModelU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CDataModelU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAEVENT_T1799629657_H #ifndef 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 DICTIONARY_2_T895854979_H #define DICTIONARY_2_T895854979_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_t895854979 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t3069365425* ___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_t895854979, ___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_t895854979, ___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_t895854979, ___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_t895854979, ___valueSlots_7)); } inline List_1U5BU5D_t3069365425* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t3069365425** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t3069365425* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t895854979, ___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_t895854979, ___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_t895854979, ___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_t895854979, ___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_t895854979, ___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_t895854979, ___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_t895854979, ___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_t895854979_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2673704269 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t895854979_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2673704269 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2673704269 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2673704269 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T895854979_H #ifndef LIST_1_T296433643_H #define LIST_1_T296433643_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_t296433643 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RewardInfoU5BU5D_t132172952* ____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_t296433643, ____items_1)); } inline RewardInfoU5BU5D_t132172952* get__items_1() const { return ____items_1; } inline RewardInfoU5BU5D_t132172952** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RewardInfoU5BU5D_t132172952* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t296433643, ____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_t296433643, ____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_t296433643_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RewardInfoU5BU5D_t132172952* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t296433643_StaticFields, ___EmptyArray_4)); } inline RewardInfoU5BU5D_t132172952* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RewardInfoU5BU5D_t132172952** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RewardInfoU5BU5D_t132172952* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T296433643_H #ifndef SUITNUM_T1199413730_H #define SUITNUM_T1199413730_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CHandBookCtr/SuitNum struct SuitNum_t1199413730 : public RuntimeObject { public: // System.Int32 CHandBookCtr/SuitNum::alreadyGet int32_t ___alreadyGet_0; // System.Int32 CHandBookCtr/SuitNum::Sum int32_t ___Sum_1; // System.Boolean CHandBookCtr/SuitNum::isShow bool ___isShow_2; public: inline static int32_t get_offset_of_alreadyGet_0() { return static_cast(offsetof(SuitNum_t1199413730, ___alreadyGet_0)); } inline int32_t get_alreadyGet_0() const { return ___alreadyGet_0; } inline int32_t* get_address_of_alreadyGet_0() { return &___alreadyGet_0; } inline void set_alreadyGet_0(int32_t value) { ___alreadyGet_0 = value; } inline static int32_t get_offset_of_Sum_1() { return static_cast(offsetof(SuitNum_t1199413730, ___Sum_1)); } inline int32_t get_Sum_1() const { return ___Sum_1; } inline int32_t* get_address_of_Sum_1() { return &___Sum_1; } inline void set_Sum_1(int32_t value) { ___Sum_1 = value; } inline static int32_t get_offset_of_isShow_2() { return static_cast(offsetof(SuitNum_t1199413730, ___isShow_2)); } inline bool get_isShow_2() const { return ___isShow_2; } inline bool* get_address_of_isShow_2() { return &___isShow_2; } inline void set_isShow_2(bool value) { ___isShow_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUITNUM_T1199413730_H #ifndef DICTIONARY_2_T88127061_H #define DICTIONARY_2_T88127061_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_t88127061 : 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 SuitNumU5BU5D_t2726799447* ___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_t88127061, ___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_t88127061, ___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_t88127061, ___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_t88127061, ___valueSlots_7)); } inline SuitNumU5BU5D_t2726799447* get_valueSlots_7() const { return ___valueSlots_7; } inline SuitNumU5BU5D_t2726799447** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SuitNumU5BU5D_t2726799447* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t88127061, ___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_t88127061, ___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_t88127061, ___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_t88127061, ___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_t88127061, ___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_t88127061, ___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_t88127061, ___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_t88127061_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2331138291 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t88127061_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2331138291 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2331138291 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2331138291 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T88127061_H #ifndef PRISEINFO_T2673871056_H #define PRISEINFO_T2673871056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CHandBookCtr/PriseInfo struct PriseInfo_t2673871056 : public RuntimeObject { public: // System.Int32 CHandBookCtr/PriseInfo::ConfigID int32_t ___ConfigID_0; // System.Int32 CHandBookCtr/PriseInfo::Num int32_t ___Num_1; // System.Int32 CHandBookCtr/PriseInfo::Life int32_t ___Life_2; public: inline static int32_t get_offset_of_ConfigID_0() { return static_cast(offsetof(PriseInfo_t2673871056, ___ConfigID_0)); } inline int32_t get_ConfigID_0() const { return ___ConfigID_0; } inline int32_t* get_address_of_ConfigID_0() { return &___ConfigID_0; } inline void set_ConfigID_0(int32_t value) { ___ConfigID_0 = value; } inline static int32_t get_offset_of_Num_1() { return static_cast(offsetof(PriseInfo_t2673871056, ___Num_1)); } inline int32_t get_Num_1() const { return ___Num_1; } inline int32_t* get_address_of_Num_1() { return &___Num_1; } inline void set_Num_1(int32_t value) { ___Num_1 = value; } inline static int32_t get_offset_of_Life_2() { return static_cast(offsetof(PriseInfo_t2673871056, ___Life_2)); } inline int32_t get_Life_2() const { return ___Life_2; } inline int32_t* get_address_of_Life_2() { return &___Life_2; } inline void set_Life_2(int32_t value) { ___Life_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRISEINFO_T2673871056_H #ifndef GIFTINFO_T535066906_H #define GIFTINFO_T535066906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CHandBookCtr/GiftInfo struct GiftInfo_t535066906 : public RuntimeObject { public: // System.Int32 CHandBookCtr/GiftInfo::step int32_t ___step_0; // System.Int32 CHandBookCtr/GiftInfo::state int32_t ___state_1; // System.Collections.Generic.List`1 CHandBookCtr/GiftInfo::ListInfo List_1_t4145945798 * ___ListInfo_2; // System.Int32 CHandBookCtr/GiftInfo::acount int32_t ___acount_3; public: inline static int32_t get_offset_of_step_0() { return static_cast(offsetof(GiftInfo_t535066906, ___step_0)); } inline int32_t get_step_0() const { return ___step_0; } inline int32_t* get_address_of_step_0() { return &___step_0; } inline void set_step_0(int32_t value) { ___step_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(GiftInfo_t535066906, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_ListInfo_2() { return static_cast(offsetof(GiftInfo_t535066906, ___ListInfo_2)); } inline List_1_t4145945798 * get_ListInfo_2() const { return ___ListInfo_2; } inline List_1_t4145945798 ** get_address_of_ListInfo_2() { return &___ListInfo_2; } inline void set_ListInfo_2(List_1_t4145945798 * value) { ___ListInfo_2 = value; Il2CppCodeGenWriteBarrier((&___ListInfo_2), value); } inline static int32_t get_offset_of_acount_3() { return static_cast(offsetof(GiftInfo_t535066906, ___acount_3)); } inline int32_t get_acount_3() const { return ___acount_3; } inline int32_t* get_address_of_acount_3() { return &___acount_3; } inline void set_acount_3(int32_t value) { ___acount_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GIFTINFO_T535066906_H #ifndef LIST_1_T2007141648_H #define LIST_1_T2007141648_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_t2007141648 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GiftInfoU5BU5D_t4168748351* ____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_t2007141648, ____items_1)); } inline GiftInfoU5BU5D_t4168748351* get__items_1() const { return ____items_1; } inline GiftInfoU5BU5D_t4168748351** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GiftInfoU5BU5D_t4168748351* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2007141648, ____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_t2007141648, ____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_t2007141648_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GiftInfoU5BU5D_t4168748351* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2007141648_StaticFields, ___EmptyArray_4)); } inline GiftInfoU5BU5D_t4168748351* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GiftInfoU5BU5D_t4168748351** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GiftInfoU5BU5D_t4168748351* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2007141648_H #ifndef LIST_1_T4145945798_H #define LIST_1_T4145945798_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_t4145945798 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PriseInfoU5BU5D_t2010851825* ____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_t4145945798, ____items_1)); } inline PriseInfoU5BU5D_t2010851825* get__items_1() const { return ____items_1; } inline PriseInfoU5BU5D_t2010851825** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PriseInfoU5BU5D_t2010851825* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4145945798, ____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_t4145945798, ____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_t4145945798_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PriseInfoU5BU5D_t2010851825* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4145945798_StaticFields, ___EmptyArray_4)); } inline PriseInfoU5BU5D_t2010851825* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PriseInfoU5BU5D_t2010851825** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PriseInfoU5BU5D_t2010851825* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4145945798_H #ifndef LIST_1_T257213610_H #define LIST_1_T257213610_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_t257213610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t2843939325* ____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_t257213610, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t257213610, ____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_t257213610, ____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_t257213610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t257213610_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T257213610_H #ifndef IENTITYBASE_T3866625305_H #define IENTITYBASE_T3866625305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IEntityBase struct IEntityBase_t3866625305 : public RuntimeObject { public: // System.Int32 IEntityBase::k__BackingField int32_t ___U3CEntityIDU3Ek__BackingField_0; // System.String IEntityBase::k__BackingField String_t* ___U3CClassNameU3Ek__BackingField_1; // System.Boolean IEntityBase::m_bRegUpdate bool ___m_bRegUpdate_2; // System.Boolean IEntityBase::m_bRegLateUpdate bool ___m_bRegLateUpdate_3; public: inline static int32_t get_offset_of_U3CEntityIDU3Ek__BackingField_0() { return static_cast(offsetof(IEntityBase_t3866625305, ___U3CEntityIDU3Ek__BackingField_0)); } inline int32_t get_U3CEntityIDU3Ek__BackingField_0() const { return ___U3CEntityIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CEntityIDU3Ek__BackingField_0() { return &___U3CEntityIDU3Ek__BackingField_0; } inline void set_U3CEntityIDU3Ek__BackingField_0(int32_t value) { ___U3CEntityIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CClassNameU3Ek__BackingField_1() { return static_cast(offsetof(IEntityBase_t3866625305, ___U3CClassNameU3Ek__BackingField_1)); } inline String_t* get_U3CClassNameU3Ek__BackingField_1() const { return ___U3CClassNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CClassNameU3Ek__BackingField_1() { return &___U3CClassNameU3Ek__BackingField_1; } inline void set_U3CClassNameU3Ek__BackingField_1(String_t* value) { ___U3CClassNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CClassNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_m_bRegUpdate_2() { return static_cast(offsetof(IEntityBase_t3866625305, ___m_bRegUpdate_2)); } inline bool get_m_bRegUpdate_2() const { return ___m_bRegUpdate_2; } inline bool* get_address_of_m_bRegUpdate_2() { return &___m_bRegUpdate_2; } inline void set_m_bRegUpdate_2(bool value) { ___m_bRegUpdate_2 = value; } inline static int32_t get_offset_of_m_bRegLateUpdate_3() { return static_cast(offsetof(IEntityBase_t3866625305, ___m_bRegLateUpdate_3)); } inline bool get_m_bRegLateUpdate_3() const { return ___m_bRegLateUpdate_3; } inline bool* get_address_of_m_bRegLateUpdate_3() { return &___m_bRegLateUpdate_3; } inline void set_m_bRegLateUpdate_3(bool value) { ___m_bRegLateUpdate_3 = value; } }; struct IEntityBase_t3866625305_StaticFields { public: // System.Int32 IEntityBase::s_nEntityLabor int32_t ___s_nEntityLabor_4; public: inline static int32_t get_offset_of_s_nEntityLabor_4() { return static_cast(offsetof(IEntityBase_t3866625305_StaticFields, ___s_nEntityLabor_4)); } inline int32_t get_s_nEntityLabor_4() const { return ___s_nEntityLabor_4; } inline int32_t* get_address_of_s_nEntityLabor_4() { return &___s_nEntityLabor_4; } inline void set_s_nEntityLabor_4(int32_t value) { ___s_nEntityLabor_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IENTITYBASE_T3866625305_H #ifndef DICTIONARY_2_T2755338636_H #define DICTIONARY_2_T2755338636_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_t2755338636 : 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 IEntityBaseU5BU5D_t3528470116* ___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_t2755338636, ___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_t2755338636, ___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_t2755338636, ___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_t2755338636, ___valueSlots_7)); } inline IEntityBaseU5BU5D_t3528470116* get_valueSlots_7() const { return ___valueSlots_7; } inline IEntityBaseU5BU5D_t3528470116** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IEntityBaseU5BU5D_t3528470116* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2755338636, ___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_t2755338636, ___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_t2755338636, ___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_t2755338636, ___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_t2755338636, ___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_t2755338636, ___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_t2755338636, ___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_t2755338636_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3132808960 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2755338636_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3132808960 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3132808960 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3132808960 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2755338636_H #ifndef U3CDELAYFUNU3EC__ITERATOR0_T3590996484_H #define U3CDELAYFUNU3EC__ITERATOR0_T3590996484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameController/c__Iterator0 struct U3CdelayFunU3Ec__Iterator0_t3590996484 : public RuntimeObject { public: // System.Single CGameController/c__Iterator0::delay float ___delay_0; // CGameController CGameController/c__Iterator0::$this CGameController_t2711137428 * ___U24this_1; // System.Object CGameController/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean CGameController/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 CGameController/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_delay_0() { return static_cast(offsetof(U3CdelayFunU3Ec__Iterator0_t3590996484, ___delay_0)); } inline float get_delay_0() const { return ___delay_0; } inline float* get_address_of_delay_0() { return &___delay_0; } inline void set_delay_0(float value) { ___delay_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CdelayFunU3Ec__Iterator0_t3590996484, ___U24this_1)); } inline CGameController_t2711137428 * get_U24this_1() const { return ___U24this_1; } inline CGameController_t2711137428 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(CGameController_t2711137428 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CdelayFunU3Ec__Iterator0_t3590996484, ___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(U3CdelayFunU3Ec__Iterator0_t3590996484, ___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(U3CdelayFunU3Ec__Iterator0_t3590996484, ___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 // U3CDELAYFUNU3EC__ITERATOR0_T3590996484_H #ifndef CLEVELMANAGER_T3077608201_H #define CLEVELMANAGER_T3077608201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201 : public RuntimeObject { public: // System.String DMCore.Framework.Level.CLevelManager::m_levelName String_t* ___m_levelName_0; // System.Int32 DMCore.Framework.Level.CLevelManager::m_realLevelIndex int32_t ___m_realLevelIndex_1; // System.Int32 DMCore.Framework.Level.CLevelManager::m_levelLabor int32_t ___m_levelLabor_2; // System.Boolean DMCore.Framework.Level.CLevelManager::m_bEnableAutoLoad bool ___m_bEnableAutoLoad_3; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Level.CLevelManager::m_arrayLevel Dictionary_2_t2736202052 * ___m_arrayLevel_4; public: inline static int32_t get_offset_of_m_levelName_0() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_levelName_0)); } inline String_t* get_m_levelName_0() const { return ___m_levelName_0; } inline String_t** get_address_of_m_levelName_0() { return &___m_levelName_0; } inline void set_m_levelName_0(String_t* value) { ___m_levelName_0 = value; Il2CppCodeGenWriteBarrier((&___m_levelName_0), value); } inline static int32_t get_offset_of_m_realLevelIndex_1() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_realLevelIndex_1)); } inline int32_t get_m_realLevelIndex_1() const { return ___m_realLevelIndex_1; } inline int32_t* get_address_of_m_realLevelIndex_1() { return &___m_realLevelIndex_1; } inline void set_m_realLevelIndex_1(int32_t value) { ___m_realLevelIndex_1 = value; } inline static int32_t get_offset_of_m_levelLabor_2() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_levelLabor_2)); } inline int32_t get_m_levelLabor_2() const { return ___m_levelLabor_2; } inline int32_t* get_address_of_m_levelLabor_2() { return &___m_levelLabor_2; } inline void set_m_levelLabor_2(int32_t value) { ___m_levelLabor_2 = value; } inline static int32_t get_offset_of_m_bEnableAutoLoad_3() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_bEnableAutoLoad_3)); } inline bool get_m_bEnableAutoLoad_3() const { return ___m_bEnableAutoLoad_3; } inline bool* get_address_of_m_bEnableAutoLoad_3() { return &___m_bEnableAutoLoad_3; } inline void set_m_bEnableAutoLoad_3(bool value) { ___m_bEnableAutoLoad_3 = value; } inline static int32_t get_offset_of_m_arrayLevel_4() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_arrayLevel_4)); } inline Dictionary_2_t2736202052 * get_m_arrayLevel_4() const { return ___m_arrayLevel_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_arrayLevel_4() { return &___m_arrayLevel_4; } inline void set_m_arrayLevel_4(Dictionary_2_t2736202052 * value) { ___m_arrayLevel_4 = value; Il2CppCodeGenWriteBarrier((&___m_arrayLevel_4), value); } }; struct CLevelManager_t3077608201_StaticFields { public: // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::s_Instance CLevelManager_t3077608201 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CLevelManager_t3077608201_StaticFields, ___s_Instance_5)); } inline CLevelManager_t3077608201 * get_s_Instance_5() const { return ___s_Instance_5; } inline CLevelManager_t3077608201 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CLevelManager_t3077608201 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEVELMANAGER_T3077608201_H #ifndef CGAMESETTING_T2678036671_H #define CGAMESETTING_T2678036671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CGameSetting struct CGameSetting_t2678036671 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.CGameSetting::m_GameSettingLib Dictionary_2_t2591502567 * ___m_GameSettingLib_0; // System.Collections.Generic.List`1 DMCore.CGameSetting::m_SurportLanguageSet List_1_t3319525431 * ___m_SurportLanguageSet_1; public: inline static int32_t get_offset_of_m_GameSettingLib_0() { return static_cast(offsetof(CGameSetting_t2678036671, ___m_GameSettingLib_0)); } inline Dictionary_2_t2591502567 * get_m_GameSettingLib_0() const { return ___m_GameSettingLib_0; } inline Dictionary_2_t2591502567 ** get_address_of_m_GameSettingLib_0() { return &___m_GameSettingLib_0; } inline void set_m_GameSettingLib_0(Dictionary_2_t2591502567 * value) { ___m_GameSettingLib_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameSettingLib_0), value); } inline static int32_t get_offset_of_m_SurportLanguageSet_1() { return static_cast(offsetof(CGameSetting_t2678036671, ___m_SurportLanguageSet_1)); } inline List_1_t3319525431 * get_m_SurportLanguageSet_1() const { return ___m_SurportLanguageSet_1; } inline List_1_t3319525431 ** get_address_of_m_SurportLanguageSet_1() { return &___m_SurportLanguageSet_1; } inline void set_m_SurportLanguageSet_1(List_1_t3319525431 * value) { ___m_SurportLanguageSet_1 = value; Il2CppCodeGenWriteBarrier((&___m_SurportLanguageSet_1), value); } }; struct CGameSetting_t2678036671_StaticFields { public: // DMCore.CGameSetting DMCore.CGameSetting::s_Instance CGameSetting_t2678036671 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CGameSetting_t2678036671_StaticFields, ___s_Instance_2)); } inline CGameSetting_t2678036671 * get_s_Instance_2() const { return ___s_Instance_2; } inline CGameSetting_t2678036671 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CGameSetting_t2678036671 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMESETTING_T2678036671_H #ifndef 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 CRESOURCEADAPTER_T3687212940_H #define CRESOURCEADAPTER_T3687212940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_httpType bool ___m_httpType_0; // System.String DMCore.Framework.Resource.CResourceAdapter::m_strBaseUrl String_t* ___m_strBaseUrl_1; // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_bUsePkgSystem bool ___m_bUsePkgSystem_2; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CResourceAdapter::m_urlList List_1_t3319525431 * ___m_urlList_4; public: inline static int32_t get_offset_of_m_httpType_0() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_httpType_0)); } inline bool get_m_httpType_0() const { return ___m_httpType_0; } inline bool* get_address_of_m_httpType_0() { return &___m_httpType_0; } inline void set_m_httpType_0(bool value) { ___m_httpType_0 = value; } inline static int32_t get_offset_of_m_strBaseUrl_1() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_strBaseUrl_1)); } inline String_t* get_m_strBaseUrl_1() const { return ___m_strBaseUrl_1; } inline String_t** get_address_of_m_strBaseUrl_1() { return &___m_strBaseUrl_1; } inline void set_m_strBaseUrl_1(String_t* value) { ___m_strBaseUrl_1 = value; Il2CppCodeGenWriteBarrier((&___m_strBaseUrl_1), value); } inline static int32_t get_offset_of_m_bUsePkgSystem_2() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_bUsePkgSystem_2)); } inline bool get_m_bUsePkgSystem_2() const { return ___m_bUsePkgSystem_2; } inline bool* get_address_of_m_bUsePkgSystem_2() { return &___m_bUsePkgSystem_2; } inline void set_m_bUsePkgSystem_2(bool value) { ___m_bUsePkgSystem_2 = value; } inline static int32_t get_offset_of_m_urlList_4() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_urlList_4)); } inline List_1_t3319525431 * get_m_urlList_4() const { return ___m_urlList_4; } inline List_1_t3319525431 ** get_address_of_m_urlList_4() { return &___m_urlList_4; } inline void set_m_urlList_4(List_1_t3319525431 * value) { ___m_urlList_4 = value; Il2CppCodeGenWriteBarrier((&___m_urlList_4), value); } }; struct CResourceAdapter_t3687212940_StaticFields { public: // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::s_Instance CResourceAdapter_t3687212940 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CResourceAdapter_t3687212940_StaticFields, ___s_Instance_3)); } inline CResourceAdapter_t3687212940 * get_s_Instance_3() const { return ___s_Instance_3; } inline CResourceAdapter_t3687212940 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CResourceAdapter_t3687212940 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESOURCEADAPTER_T3687212940_H #ifndef CENTITYHELP_T1491713186_H #define CENTITYHELP_T1491713186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CEntityHelp struct CEntityHelp_t1491713186 : public RuntimeObject { public: public: }; struct CEntityHelp_t1491713186_StaticFields { public: // System.Collections.Generic.Dictionary`2 CEntityHelp::s_listEntityAll Dictionary_2_t2755338636 * ___s_listEntityAll_0; public: inline static int32_t get_offset_of_s_listEntityAll_0() { return static_cast(offsetof(CEntityHelp_t1491713186_StaticFields, ___s_listEntityAll_0)); } inline Dictionary_2_t2755338636 * get_s_listEntityAll_0() const { return ___s_listEntityAll_0; } inline Dictionary_2_t2755338636 ** get_address_of_s_listEntityAll_0() { return &___s_listEntityAll_0; } inline void set_s_listEntityAll_0(Dictionary_2_t2755338636 * value) { ___s_listEntityAll_0 = value; Il2CppCodeGenWriteBarrier((&___s_listEntityAll_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CENTITYHELP_T1491713186_H #ifndef DICTIONARY_2_T132545152_H #define DICTIONARY_2_T132545152_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_t132545152 : 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 ObjectU5BU5D_t2843939325* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ObjectU5BU5D_t2843939325* ___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_t132545152, ___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_t132545152, ___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_t132545152, ___keySlots_6)); } inline ObjectU5BU5D_t2843939325* get_keySlots_6() const { return ___keySlots_6; } inline ObjectU5BU5D_t2843939325** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(ObjectU5BU5D_t2843939325* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t132545152, ___valueSlots_7)); } inline ObjectU5BU5D_t2843939325* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectU5BU5D_t2843939325** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectU5BU5D_t2843939325* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t132545152, ___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_t132545152, ___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_t132545152, ___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_t132545152, ___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_t132545152, ___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_t132545152, ___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_t132545152, ___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_t132545152_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4209139644 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t132545152_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4209139644 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4209139644 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4209139644 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T132545152_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 STCHANNELVAL_T2971589287_H #define STCHANNELVAL_T2971589287_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDebugInv/stChannelVal struct stChannelVal_t2971589287 : public RuntimeObject { public: // System.String CDebugInv/stChannelVal::m_id String_t* ___m_id_0; // System.String CDebugInv/stChannelVal::m_name String_t* ___m_name_1; // System.String CDebugInv/stChannelVal::m_hot_version String_t* ___m_hot_version_2; // System.String CDebugInv/stChannelVal::m_hot_res String_t* ___m_hot_res_3; // System.String CDebugInv/stChannelVal::m_hot_code String_t* ___m_hot_code_4; // System.String CDebugInv/stChannelVal::m_resServer String_t* ___m_resServer_5; // System.String CDebugInv/stChannelVal::m_resServerVersionCfg String_t* ___m_resServerVersionCfg_6; public: inline static int32_t get_offset_of_m_id_0() { return static_cast(offsetof(stChannelVal_t2971589287, ___m_id_0)); } inline String_t* get_m_id_0() const { return ___m_id_0; } inline String_t** get_address_of_m_id_0() { return &___m_id_0; } inline void set_m_id_0(String_t* value) { ___m_id_0 = value; Il2CppCodeGenWriteBarrier((&___m_id_0), value); } inline static int32_t get_offset_of_m_name_1() { return static_cast(offsetof(stChannelVal_t2971589287, ___m_name_1)); } inline String_t* get_m_name_1() const { return ___m_name_1; } inline String_t** get_address_of_m_name_1() { return &___m_name_1; } inline void set_m_name_1(String_t* value) { ___m_name_1 = value; Il2CppCodeGenWriteBarrier((&___m_name_1), value); } inline static int32_t get_offset_of_m_hot_version_2() { return static_cast(offsetof(stChannelVal_t2971589287, ___m_hot_version_2)); } inline String_t* get_m_hot_version_2() const { return ___m_hot_version_2; } inline String_t** get_address_of_m_hot_version_2() { return &___m_hot_version_2; } inline void set_m_hot_version_2(String_t* value) { ___m_hot_version_2 = value; Il2CppCodeGenWriteBarrier((&___m_hot_version_2), value); } inline static int32_t get_offset_of_m_hot_res_3() { return static_cast(offsetof(stChannelVal_t2971589287, ___m_hot_res_3)); } inline String_t* get_m_hot_res_3() const { return ___m_hot_res_3; } inline String_t** get_address_of_m_hot_res_3() { return &___m_hot_res_3; } inline void set_m_hot_res_3(String_t* value) { ___m_hot_res_3 = value; Il2CppCodeGenWriteBarrier((&___m_hot_res_3), value); } inline static int32_t get_offset_of_m_hot_code_4() { return static_cast(offsetof(stChannelVal_t2971589287, ___m_hot_code_4)); } inline String_t* get_m_hot_code_4() const { return ___m_hot_code_4; } inline String_t** get_address_of_m_hot_code_4() { return &___m_hot_code_4; } inline void set_m_hot_code_4(String_t* value) { ___m_hot_code_4 = value; Il2CppCodeGenWriteBarrier((&___m_hot_code_4), value); } inline static int32_t get_offset_of_m_resServer_5() { return static_cast(offsetof(stChannelVal_t2971589287, ___m_resServer_5)); } inline String_t* get_m_resServer_5() const { return ___m_resServer_5; } inline String_t** get_address_of_m_resServer_5() { return &___m_resServer_5; } inline void set_m_resServer_5(String_t* value) { ___m_resServer_5 = value; Il2CppCodeGenWriteBarrier((&___m_resServer_5), value); } inline static int32_t get_offset_of_m_resServerVersionCfg_6() { return static_cast(offsetof(stChannelVal_t2971589287, ___m_resServerVersionCfg_6)); } inline String_t* get_m_resServerVersionCfg_6() const { return ___m_resServerVersionCfg_6; } inline String_t** get_address_of_m_resServerVersionCfg_6() { return &___m_resServerVersionCfg_6; } inline void set_m_resServerVersionCfg_6(String_t* value) { ___m_resServerVersionCfg_6 = value; Il2CppCodeGenWriteBarrier((&___m_resServerVersionCfg_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STCHANNELVAL_T2971589287_H #ifndef LIST_1_T148696733_H #define LIST_1_T148696733_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_t148696733 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stChannelValU5BU5D_t3604527838* ____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_t148696733, ____items_1)); } inline stChannelValU5BU5D_t3604527838* get__items_1() const { return ____items_1; } inline stChannelValU5BU5D_t3604527838** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stChannelValU5BU5D_t3604527838* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t148696733, ____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_t148696733, ____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_t148696733_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stChannelValU5BU5D_t3604527838* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t148696733_StaticFields, ___EmptyArray_4)); } inline stChannelValU5BU5D_t3604527838* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stChannelValU5BU5D_t3604527838** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stChannelValU5BU5D_t3604527838* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T148696733_H #ifndef CMODULEMANAGER_T4250936907_H #define CMODULEMANAGER_T4250936907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CModuleManager struct CModuleManager_t4250936907 : public RuntimeObject { public: // DMCore.Framework.IModuleBase DMCore.Framework.CModuleManager::m_LSharpIns RuntimeObject* ___m_LSharpIns_4; public: inline static int32_t get_offset_of_m_LSharpIns_4() { return static_cast(offsetof(CModuleManager_t4250936907, ___m_LSharpIns_4)); } inline RuntimeObject* get_m_LSharpIns_4() const { return ___m_LSharpIns_4; } inline RuntimeObject** get_address_of_m_LSharpIns_4() { return &___m_LSharpIns_4; } inline void set_m_LSharpIns_4(RuntimeObject* value) { ___m_LSharpIns_4 = value; Il2CppCodeGenWriteBarrier((&___m_LSharpIns_4), value); } }; struct CModuleManager_t4250936907_StaticFields { public: // System.Boolean DMCore.Framework.CModuleManager::m_bUseUIPkgMode bool ___m_bUseUIPkgMode_0; // System.Boolean DMCore.Framework.CModuleManager::m_bUseDynamicCode bool ___m_bUseDynamicCode_1; // System.Boolean DMCore.Framework.CModuleManager::s_boolUpdataFirst bool ___s_boolUpdataFirst_2; // System.Boolean DMCore.Framework.CModuleManager::s_boolResFirst bool ___s_boolResFirst_3; // DMCore.Framework.CModuleManager DMCore.Framework.CModuleManager::s_Instance CModuleManager_t4250936907 * ___s_Instance_5; public: inline static int32_t get_offset_of_m_bUseUIPkgMode_0() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___m_bUseUIPkgMode_0)); } inline bool get_m_bUseUIPkgMode_0() const { return ___m_bUseUIPkgMode_0; } inline bool* get_address_of_m_bUseUIPkgMode_0() { return &___m_bUseUIPkgMode_0; } inline void set_m_bUseUIPkgMode_0(bool value) { ___m_bUseUIPkgMode_0 = value; } inline static int32_t get_offset_of_m_bUseDynamicCode_1() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___m_bUseDynamicCode_1)); } inline bool get_m_bUseDynamicCode_1() const { return ___m_bUseDynamicCode_1; } inline bool* get_address_of_m_bUseDynamicCode_1() { return &___m_bUseDynamicCode_1; } inline void set_m_bUseDynamicCode_1(bool value) { ___m_bUseDynamicCode_1 = value; } inline static int32_t get_offset_of_s_boolUpdataFirst_2() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_boolUpdataFirst_2)); } inline bool get_s_boolUpdataFirst_2() const { return ___s_boolUpdataFirst_2; } inline bool* get_address_of_s_boolUpdataFirst_2() { return &___s_boolUpdataFirst_2; } inline void set_s_boolUpdataFirst_2(bool value) { ___s_boolUpdataFirst_2 = value; } inline static int32_t get_offset_of_s_boolResFirst_3() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_boolResFirst_3)); } inline bool get_s_boolResFirst_3() const { return ___s_boolResFirst_3; } inline bool* get_address_of_s_boolResFirst_3() { return &___s_boolResFirst_3; } inline void set_s_boolResFirst_3(bool value) { ___s_boolResFirst_3 = value; } inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_Instance_5)); } inline CModuleManager_t4250936907 * get_s_Instance_5() const { return ___s_Instance_5; } inline CModuleManager_t4250936907 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CModuleManager_t4250936907 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMODULEMANAGER_T4250936907_H #ifndef U3CONLOADCHANNELCFGU3EC__ITERATOR0_T3165448546_H #define U3CONLOADCHANNELCFGU3EC__ITERATOR0_T3165448546_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDebugInv/c__Iterator0 struct U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 : public RuntimeObject { public: // System.String CDebugInv/c__Iterator0::__0 String_t* ___U3CstrUrlValU3E__0_0; // UnityEngine.WWW CDebugInv/c__Iterator0::__1 WWW_t3688466362 * ___U3CwwwValU3E__1_1; // System.Byte[] CDebugInv/c__Iterator0::__1 ByteU5BU5D_t4116647657* ___U3CbytesValU3E__1_2; // System.String CDebugInv/c__Iterator0::__1 String_t* ___U3CgetCfgValU3E__1_3; // CDebugInv CDebugInv/c__Iterator0::$this CDebugInv_t1719435658 * ___U24this_4; // System.Object CDebugInv/c__Iterator0::$current RuntimeObject * ___U24current_5; // System.Boolean CDebugInv/c__Iterator0::$disposing bool ___U24disposing_6; // System.Int32 CDebugInv/c__Iterator0::$PC int32_t ___U24PC_7; public: inline static int32_t get_offset_of_U3CstrUrlValU3E__0_0() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U3CstrUrlValU3E__0_0)); } inline String_t* get_U3CstrUrlValU3E__0_0() const { return ___U3CstrUrlValU3E__0_0; } inline String_t** get_address_of_U3CstrUrlValU3E__0_0() { return &___U3CstrUrlValU3E__0_0; } inline void set_U3CstrUrlValU3E__0_0(String_t* value) { ___U3CstrUrlValU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CstrUrlValU3E__0_0), value); } inline static int32_t get_offset_of_U3CwwwValU3E__1_1() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U3CwwwValU3E__1_1)); } inline WWW_t3688466362 * get_U3CwwwValU3E__1_1() const { return ___U3CwwwValU3E__1_1; } inline WWW_t3688466362 ** get_address_of_U3CwwwValU3E__1_1() { return &___U3CwwwValU3E__1_1; } inline void set_U3CwwwValU3E__1_1(WWW_t3688466362 * value) { ___U3CwwwValU3E__1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CwwwValU3E__1_1), value); } inline static int32_t get_offset_of_U3CbytesValU3E__1_2() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U3CbytesValU3E__1_2)); } inline ByteU5BU5D_t4116647657* get_U3CbytesValU3E__1_2() const { return ___U3CbytesValU3E__1_2; } inline ByteU5BU5D_t4116647657** get_address_of_U3CbytesValU3E__1_2() { return &___U3CbytesValU3E__1_2; } inline void set_U3CbytesValU3E__1_2(ByteU5BU5D_t4116647657* value) { ___U3CbytesValU3E__1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CbytesValU3E__1_2), value); } inline static int32_t get_offset_of_U3CgetCfgValU3E__1_3() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U3CgetCfgValU3E__1_3)); } inline String_t* get_U3CgetCfgValU3E__1_3() const { return ___U3CgetCfgValU3E__1_3; } inline String_t** get_address_of_U3CgetCfgValU3E__1_3() { return &___U3CgetCfgValU3E__1_3; } inline void set_U3CgetCfgValU3E__1_3(String_t* value) { ___U3CgetCfgValU3E__1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CgetCfgValU3E__1_3), value); } inline static int32_t get_offset_of_U24this_4() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U24this_4)); } inline CDebugInv_t1719435658 * get_U24this_4() const { return ___U24this_4; } inline CDebugInv_t1719435658 ** get_address_of_U24this_4() { return &___U24this_4; } inline void set_U24this_4(CDebugInv_t1719435658 * value) { ___U24this_4 = value; Il2CppCodeGenWriteBarrier((&___U24this_4), value); } inline static int32_t get_offset_of_U24current_5() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U24current_5)); } inline RuntimeObject * get_U24current_5() const { return ___U24current_5; } inline RuntimeObject ** get_address_of_U24current_5() { return &___U24current_5; } inline void set_U24current_5(RuntimeObject * value) { ___U24current_5 = value; Il2CppCodeGenWriteBarrier((&___U24current_5), value); } inline static int32_t get_offset_of_U24disposing_6() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U24disposing_6)); } inline bool get_U24disposing_6() const { return ___U24disposing_6; } inline bool* get_address_of_U24disposing_6() { return &___U24disposing_6; } inline void set_U24disposing_6(bool value) { ___U24disposing_6 = value; } inline static int32_t get_offset_of_U24PC_7() { return static_cast(offsetof(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546, ___U24PC_7)); } inline int32_t get_U24PC_7() const { return ___U24PC_7; } inline int32_t* get_address_of_U24PC_7() { return &___U24PC_7; } inline void set_U24PC_7(int32_t value) { ___U24PC_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CONLOADCHANNELCFGU3EC__ITERATOR0_T3165448546_H #ifndef CURLLABOR_T1679613458_H #define CURLLABOR_T1679613458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW/CUrlLabor struct CUrlLabor_t1679613458 : public RuntimeObject { public: // System.Int32 CUIResWWW/CUrlLabor::m_labor int32_t ___m_labor_0; // System.Collections.Generic.List`1 CUIResWWW/CUrlLabor::m_urlList List_1_t3319525431 * ___m_urlList_1; public: inline static int32_t get_offset_of_m_labor_0() { return static_cast(offsetof(CUrlLabor_t1679613458, ___m_labor_0)); } inline int32_t get_m_labor_0() const { return ___m_labor_0; } inline int32_t* get_address_of_m_labor_0() { return &___m_labor_0; } inline void set_m_labor_0(int32_t value) { ___m_labor_0 = value; } inline static int32_t get_offset_of_m_urlList_1() { return static_cast(offsetof(CUrlLabor_t1679613458, ___m_urlList_1)); } inline List_1_t3319525431 * get_m_urlList_1() const { return ___m_urlList_1; } inline List_1_t3319525431 ** get_address_of_m_urlList_1() { return &___m_urlList_1; } inline void set_m_urlList_1(List_1_t3319525431 * value) { ___m_urlList_1 = value; Il2CppCodeGenWriteBarrier((&___m_urlList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURLLABOR_T1679613458_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 DICTIONARY_2_T2233597877_H #define DICTIONARY_2_T2233597877_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_t2233597877 : 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 BMGlyphU5BU5D_t3228577143* ___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_t2233597877, ___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_t2233597877, ___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_t2233597877, ___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_t2233597877, ___valueSlots_7)); } inline BMGlyphU5BU5D_t3228577143* get_valueSlots_7() const { return ___valueSlots_7; } inline BMGlyphU5BU5D_t3228577143** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(BMGlyphU5BU5D_t3228577143* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2233597877, ___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_t2233597877, ___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_t2233597877, ___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_t2233597877, ___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_t2233597877, ___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_t2233597877, ___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_t2233597877, ___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_t2233597877_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2832915987 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2233597877_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2832915987 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2832915987 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2832915987 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2233597877_H #ifndef BMGLYPH_T3344884546_H #define BMGLYPH_T3344884546_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BMGlyph struct BMGlyph_t3344884546 : public RuntimeObject { public: // System.Int32 BMGlyph::index int32_t ___index_0; // System.Int32 BMGlyph::x int32_t ___x_1; // System.Int32 BMGlyph::y int32_t ___y_2; // System.Int32 BMGlyph::width int32_t ___width_3; // System.Int32 BMGlyph::height int32_t ___height_4; // System.Int32 BMGlyph::offsetX int32_t ___offsetX_5; // System.Int32 BMGlyph::offsetY int32_t ___offsetY_6; // System.Int32 BMGlyph::advance int32_t ___advance_7; // System.Int32 BMGlyph::channel int32_t ___channel_8; // System.Collections.Generic.List`1 BMGlyph::kerning List_1_t128053199 * ___kerning_9; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(BMGlyph_t3344884546, ___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_x_1() { return static_cast(offsetof(BMGlyph_t3344884546, ___x_1)); } inline int32_t get_x_1() const { return ___x_1; } inline int32_t* get_address_of_x_1() { return &___x_1; } inline void set_x_1(int32_t value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(BMGlyph_t3344884546, ___y_2)); } inline int32_t get_y_2() const { return ___y_2; } inline int32_t* get_address_of_y_2() { return &___y_2; } inline void set_y_2(int32_t value) { ___y_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(BMGlyph_t3344884546, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_height_4() { return static_cast(offsetof(BMGlyph_t3344884546, ___height_4)); } inline int32_t get_height_4() const { return ___height_4; } inline int32_t* get_address_of_height_4() { return &___height_4; } inline void set_height_4(int32_t value) { ___height_4 = value; } inline static int32_t get_offset_of_offsetX_5() { return static_cast(offsetof(BMGlyph_t3344884546, ___offsetX_5)); } inline int32_t get_offsetX_5() const { return ___offsetX_5; } inline int32_t* get_address_of_offsetX_5() { return &___offsetX_5; } inline void set_offsetX_5(int32_t value) { ___offsetX_5 = value; } inline static int32_t get_offset_of_offsetY_6() { return static_cast(offsetof(BMGlyph_t3344884546, ___offsetY_6)); } inline int32_t get_offsetY_6() const { return ___offsetY_6; } inline int32_t* get_address_of_offsetY_6() { return &___offsetY_6; } inline void set_offsetY_6(int32_t value) { ___offsetY_6 = value; } inline static int32_t get_offset_of_advance_7() { return static_cast(offsetof(BMGlyph_t3344884546, ___advance_7)); } inline int32_t get_advance_7() const { return ___advance_7; } inline int32_t* get_address_of_advance_7() { return &___advance_7; } inline void set_advance_7(int32_t value) { ___advance_7 = value; } inline static int32_t get_offset_of_channel_8() { return static_cast(offsetof(BMGlyph_t3344884546, ___channel_8)); } inline int32_t get_channel_8() const { return ___channel_8; } inline int32_t* get_address_of_channel_8() { return &___channel_8; } inline void set_channel_8(int32_t value) { ___channel_8 = value; } inline static int32_t get_offset_of_kerning_9() { return static_cast(offsetof(BMGlyph_t3344884546, ___kerning_9)); } inline List_1_t128053199 * get_kerning_9() const { return ___kerning_9; } inline List_1_t128053199 ** get_address_of_kerning_9() { return &___kerning_9; } inline void set_kerning_9(List_1_t128053199 * value) { ___kerning_9 = value; Il2CppCodeGenWriteBarrier((&___kerning_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BMGLYPH_T3344884546_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 MEMBERMANAGER_T2979457932_H #define MEMBERMANAGER_T2979457932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MemberManager struct MemberManager_t2979457932 : public RuntimeObject { public: // System.Boolean MemberManager::mDataChanged bool ___mDataChanged_0; // System.Boolean MemberManager::k__BackingField bool ___U3CActivityMemberChangedU3Ek__BackingField_1; // System.Int32 MemberManager::mBuyId int32_t ___mBuyId_2; // System.String MemberManager::mBuyPrice String_t* ___mBuyPrice_3; // System.String MemberManager::mBuyTitle String_t* ___mBuyTitle_4; // System.Boolean MemberManager::isNeedUpdateMemberReturn bool ___isNeedUpdateMemberReturn_5; // System.Collections.Generic.List`1 MemberManager::k__BackingField List_1_t3149535657 * ___U3CmemberReturnU3Ek__BackingField_6; // System.Int32 MemberManager::mLeftTime int32_t ___mLeftTime_7; // System.String MemberManager::mPrice String_t* ___mPrice_8; // System.Int32 MemberManager::updateTime_OneStep int32_t ___updateTime_OneStep_9; // System.Int32 MemberManager::updateTime_TwoStep int32_t ___updateTime_TwoStep_10; // System.Int32 MemberManager::mGetState int32_t ___mGetState_11; public: inline static int32_t get_offset_of_mDataChanged_0() { return static_cast(offsetof(MemberManager_t2979457932, ___mDataChanged_0)); } inline bool get_mDataChanged_0() const { return ___mDataChanged_0; } inline bool* get_address_of_mDataChanged_0() { return &___mDataChanged_0; } inline void set_mDataChanged_0(bool value) { ___mDataChanged_0 = value; } inline static int32_t get_offset_of_U3CActivityMemberChangedU3Ek__BackingField_1() { return static_cast(offsetof(MemberManager_t2979457932, ___U3CActivityMemberChangedU3Ek__BackingField_1)); } inline bool get_U3CActivityMemberChangedU3Ek__BackingField_1() const { return ___U3CActivityMemberChangedU3Ek__BackingField_1; } inline bool* get_address_of_U3CActivityMemberChangedU3Ek__BackingField_1() { return &___U3CActivityMemberChangedU3Ek__BackingField_1; } inline void set_U3CActivityMemberChangedU3Ek__BackingField_1(bool value) { ___U3CActivityMemberChangedU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_mBuyId_2() { return static_cast(offsetof(MemberManager_t2979457932, ___mBuyId_2)); } inline int32_t get_mBuyId_2() const { return ___mBuyId_2; } inline int32_t* get_address_of_mBuyId_2() { return &___mBuyId_2; } inline void set_mBuyId_2(int32_t value) { ___mBuyId_2 = value; } inline static int32_t get_offset_of_mBuyPrice_3() { return static_cast(offsetof(MemberManager_t2979457932, ___mBuyPrice_3)); } inline String_t* get_mBuyPrice_3() const { return ___mBuyPrice_3; } inline String_t** get_address_of_mBuyPrice_3() { return &___mBuyPrice_3; } inline void set_mBuyPrice_3(String_t* value) { ___mBuyPrice_3 = value; Il2CppCodeGenWriteBarrier((&___mBuyPrice_3), value); } inline static int32_t get_offset_of_mBuyTitle_4() { return static_cast(offsetof(MemberManager_t2979457932, ___mBuyTitle_4)); } inline String_t* get_mBuyTitle_4() const { return ___mBuyTitle_4; } inline String_t** get_address_of_mBuyTitle_4() { return &___mBuyTitle_4; } inline void set_mBuyTitle_4(String_t* value) { ___mBuyTitle_4 = value; Il2CppCodeGenWriteBarrier((&___mBuyTitle_4), value); } inline static int32_t get_offset_of_isNeedUpdateMemberReturn_5() { return static_cast(offsetof(MemberManager_t2979457932, ___isNeedUpdateMemberReturn_5)); } inline bool get_isNeedUpdateMemberReturn_5() const { return ___isNeedUpdateMemberReturn_5; } inline bool* get_address_of_isNeedUpdateMemberReturn_5() { return &___isNeedUpdateMemberReturn_5; } inline void set_isNeedUpdateMemberReturn_5(bool value) { ___isNeedUpdateMemberReturn_5 = value; } inline static int32_t get_offset_of_U3CmemberReturnU3Ek__BackingField_6() { return static_cast(offsetof(MemberManager_t2979457932, ___U3CmemberReturnU3Ek__BackingField_6)); } inline List_1_t3149535657 * get_U3CmemberReturnU3Ek__BackingField_6() const { return ___U3CmemberReturnU3Ek__BackingField_6; } inline List_1_t3149535657 ** get_address_of_U3CmemberReturnU3Ek__BackingField_6() { return &___U3CmemberReturnU3Ek__BackingField_6; } inline void set_U3CmemberReturnU3Ek__BackingField_6(List_1_t3149535657 * value) { ___U3CmemberReturnU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CmemberReturnU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_mLeftTime_7() { return static_cast(offsetof(MemberManager_t2979457932, ___mLeftTime_7)); } inline int32_t get_mLeftTime_7() const { return ___mLeftTime_7; } inline int32_t* get_address_of_mLeftTime_7() { return &___mLeftTime_7; } inline void set_mLeftTime_7(int32_t value) { ___mLeftTime_7 = value; } inline static int32_t get_offset_of_mPrice_8() { return static_cast(offsetof(MemberManager_t2979457932, ___mPrice_8)); } inline String_t* get_mPrice_8() const { return ___mPrice_8; } inline String_t** get_address_of_mPrice_8() { return &___mPrice_8; } inline void set_mPrice_8(String_t* value) { ___mPrice_8 = value; Il2CppCodeGenWriteBarrier((&___mPrice_8), value); } inline static int32_t get_offset_of_updateTime_OneStep_9() { return static_cast(offsetof(MemberManager_t2979457932, ___updateTime_OneStep_9)); } inline int32_t get_updateTime_OneStep_9() const { return ___updateTime_OneStep_9; } inline int32_t* get_address_of_updateTime_OneStep_9() { return &___updateTime_OneStep_9; } inline void set_updateTime_OneStep_9(int32_t value) { ___updateTime_OneStep_9 = value; } inline static int32_t get_offset_of_updateTime_TwoStep_10() { return static_cast(offsetof(MemberManager_t2979457932, ___updateTime_TwoStep_10)); } inline int32_t get_updateTime_TwoStep_10() const { return ___updateTime_TwoStep_10; } inline int32_t* get_address_of_updateTime_TwoStep_10() { return &___updateTime_TwoStep_10; } inline void set_updateTime_TwoStep_10(int32_t value) { ___updateTime_TwoStep_10 = value; } inline static int32_t get_offset_of_mGetState_11() { return static_cast(offsetof(MemberManager_t2979457932, ___mGetState_11)); } inline int32_t get_mGetState_11() const { return ___mGetState_11; } inline int32_t* get_address_of_mGetState_11() { return &___mGetState_11; } inline void set_mGetState_11(int32_t value) { ___mGetState_11 = value; } }; struct MemberManager_t2979457932_StaticFields { public: // MemberManager MemberManager::s_Instance MemberManager_t2979457932 * ___s_Instance_12; // System.Int32 MemberManager::ONE_HOUR_SECOND int32_t ___ONE_HOUR_SECOND_13; // System.Int32 MemberManager::ONE_DAY_SECOND int32_t ___ONE_DAY_SECOND_14; public: inline static int32_t get_offset_of_s_Instance_12() { return static_cast(offsetof(MemberManager_t2979457932_StaticFields, ___s_Instance_12)); } inline MemberManager_t2979457932 * get_s_Instance_12() const { return ___s_Instance_12; } inline MemberManager_t2979457932 ** get_address_of_s_Instance_12() { return &___s_Instance_12; } inline void set_s_Instance_12(MemberManager_t2979457932 * value) { ___s_Instance_12 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_12), value); } inline static int32_t get_offset_of_ONE_HOUR_SECOND_13() { return static_cast(offsetof(MemberManager_t2979457932_StaticFields, ___ONE_HOUR_SECOND_13)); } inline int32_t get_ONE_HOUR_SECOND_13() const { return ___ONE_HOUR_SECOND_13; } inline int32_t* get_address_of_ONE_HOUR_SECOND_13() { return &___ONE_HOUR_SECOND_13; } inline void set_ONE_HOUR_SECOND_13(int32_t value) { ___ONE_HOUR_SECOND_13 = value; } inline static int32_t get_offset_of_ONE_DAY_SECOND_14() { return static_cast(offsetof(MemberManager_t2979457932_StaticFields, ___ONE_DAY_SECOND_14)); } inline int32_t get_ONE_DAY_SECOND_14() const { return ___ONE_DAY_SECOND_14; } inline int32_t* get_address_of_ONE_DAY_SECOND_14() { return &___ONE_DAY_SECOND_14; } inline void set_ONE_DAY_SECOND_14(int32_t value) { ___ONE_DAY_SECOND_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERMANAGER_T2979457932_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 BLESSLISTDATA_T1352115146_H #define BLESSLISTDATA_T1352115146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BlessListData struct BlessListData_t1352115146 : public RuntimeObject { public: // System.Int32 BlessListData::no int32_t ___no_0; // System.String BlessListData::name1 String_t* ___name1_1; // System.Int32 BlessListData::vip1 int32_t ___vip1_2; // System.Int32 BlessListData::sex1 int32_t ___sex1_3; // System.String BlessListData::name2 String_t* ___name2_4; // System.Int32 BlessListData::vip2 int32_t ___vip2_5; // System.Int32 BlessListData::sex2 int32_t ___sex2_6; // System.Int32 BlessListData::bless int32_t ___bless_7; // System.Int64 BlessListData::userID1 int64_t ___userID1_8; // System.Int64 BlessListData::userID2 int64_t ___userID2_9; // System.Int64 BlessListData::head1 int64_t ___head1_10; // System.Int64 BlessListData::head2 int64_t ___head2_11; // System.Int32 BlessListData::headbox1 int32_t ___headbox1_12; // System.Int32 BlessListData::headbox2 int32_t ___headbox2_13; public: inline static int32_t get_offset_of_no_0() { return static_cast(offsetof(BlessListData_t1352115146, ___no_0)); } inline int32_t get_no_0() const { return ___no_0; } inline int32_t* get_address_of_no_0() { return &___no_0; } inline void set_no_0(int32_t value) { ___no_0 = value; } inline static int32_t get_offset_of_name1_1() { return static_cast(offsetof(BlessListData_t1352115146, ___name1_1)); } inline String_t* get_name1_1() const { return ___name1_1; } inline String_t** get_address_of_name1_1() { return &___name1_1; } inline void set_name1_1(String_t* value) { ___name1_1 = value; Il2CppCodeGenWriteBarrier((&___name1_1), value); } inline static int32_t get_offset_of_vip1_2() { return static_cast(offsetof(BlessListData_t1352115146, ___vip1_2)); } inline int32_t get_vip1_2() const { return ___vip1_2; } inline int32_t* get_address_of_vip1_2() { return &___vip1_2; } inline void set_vip1_2(int32_t value) { ___vip1_2 = value; } inline static int32_t get_offset_of_sex1_3() { return static_cast(offsetof(BlessListData_t1352115146, ___sex1_3)); } inline int32_t get_sex1_3() const { return ___sex1_3; } inline int32_t* get_address_of_sex1_3() { return &___sex1_3; } inline void set_sex1_3(int32_t value) { ___sex1_3 = value; } inline static int32_t get_offset_of_name2_4() { return static_cast(offsetof(BlessListData_t1352115146, ___name2_4)); } inline String_t* get_name2_4() const { return ___name2_4; } inline String_t** get_address_of_name2_4() { return &___name2_4; } inline void set_name2_4(String_t* value) { ___name2_4 = value; Il2CppCodeGenWriteBarrier((&___name2_4), value); } inline static int32_t get_offset_of_vip2_5() { return static_cast(offsetof(BlessListData_t1352115146, ___vip2_5)); } inline int32_t get_vip2_5() const { return ___vip2_5; } inline int32_t* get_address_of_vip2_5() { return &___vip2_5; } inline void set_vip2_5(int32_t value) { ___vip2_5 = value; } inline static int32_t get_offset_of_sex2_6() { return static_cast(offsetof(BlessListData_t1352115146, ___sex2_6)); } inline int32_t get_sex2_6() const { return ___sex2_6; } inline int32_t* get_address_of_sex2_6() { return &___sex2_6; } inline void set_sex2_6(int32_t value) { ___sex2_6 = value; } inline static int32_t get_offset_of_bless_7() { return static_cast(offsetof(BlessListData_t1352115146, ___bless_7)); } inline int32_t get_bless_7() const { return ___bless_7; } inline int32_t* get_address_of_bless_7() { return &___bless_7; } inline void set_bless_7(int32_t value) { ___bless_7 = value; } inline static int32_t get_offset_of_userID1_8() { return static_cast(offsetof(BlessListData_t1352115146, ___userID1_8)); } inline int64_t get_userID1_8() const { return ___userID1_8; } inline int64_t* get_address_of_userID1_8() { return &___userID1_8; } inline void set_userID1_8(int64_t value) { ___userID1_8 = value; } inline static int32_t get_offset_of_userID2_9() { return static_cast(offsetof(BlessListData_t1352115146, ___userID2_9)); } inline int64_t get_userID2_9() const { return ___userID2_9; } inline int64_t* get_address_of_userID2_9() { return &___userID2_9; } inline void set_userID2_9(int64_t value) { ___userID2_9 = value; } inline static int32_t get_offset_of_head1_10() { return static_cast(offsetof(BlessListData_t1352115146, ___head1_10)); } inline int64_t get_head1_10() const { return ___head1_10; } inline int64_t* get_address_of_head1_10() { return &___head1_10; } inline void set_head1_10(int64_t value) { ___head1_10 = value; } inline static int32_t get_offset_of_head2_11() { return static_cast(offsetof(BlessListData_t1352115146, ___head2_11)); } inline int64_t get_head2_11() const { return ___head2_11; } inline int64_t* get_address_of_head2_11() { return &___head2_11; } inline void set_head2_11(int64_t value) { ___head2_11 = value; } inline static int32_t get_offset_of_headbox1_12() { return static_cast(offsetof(BlessListData_t1352115146, ___headbox1_12)); } inline int32_t get_headbox1_12() const { return ___headbox1_12; } inline int32_t* get_address_of_headbox1_12() { return &___headbox1_12; } inline void set_headbox1_12(int32_t value) { ___headbox1_12 = value; } inline static int32_t get_offset_of_headbox2_13() { return static_cast(offsetof(BlessListData_t1352115146, ___headbox2_13)); } inline int32_t get_headbox2_13() const { return ___headbox2_13; } inline int32_t* get_address_of_headbox2_13() { return &___headbox2_13; } inline void set_headbox2_13(int32_t value) { ___headbox2_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BLESSLISTDATA_T1352115146_H #ifndef ACHREWARDINFO_T359019997_H #define ACHREWARDINFO_T359019997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AchRewardInfo struct AchRewardInfo_t359019997 : public RuntimeObject { public: // System.Int32 AchRewardInfo::k__BackingField int32_t ___U3CIDU3Ek__BackingField_0; // System.Int32 AchRewardInfo::k__BackingField int32_t ___U3CNumU3Ek__BackingField_1; // System.Int32 AchRewardInfo::k__BackingField int32_t ___U3CLimitTimeU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_0() { return static_cast(offsetof(AchRewardInfo_t359019997, ___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_U3CNumU3Ek__BackingField_1() { return static_cast(offsetof(AchRewardInfo_t359019997, ___U3CNumU3Ek__BackingField_1)); } inline int32_t get_U3CNumU3Ek__BackingField_1() const { return ___U3CNumU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CNumU3Ek__BackingField_1() { return &___U3CNumU3Ek__BackingField_1; } inline void set_U3CNumU3Ek__BackingField_1(int32_t value) { ___U3CNumU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CLimitTimeU3Ek__BackingField_2() { return static_cast(offsetof(AchRewardInfo_t359019997, ___U3CLimitTimeU3Ek__BackingField_2)); } inline int32_t get_U3CLimitTimeU3Ek__BackingField_2() const { return ___U3CLimitTimeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLimitTimeU3Ek__BackingField_2() { return &___U3CLimitTimeU3Ek__BackingField_2; } inline void set_U3CLimitTimeU3Ek__BackingField_2(int32_t value) { ___U3CLimitTimeU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACHREWARDINFO_T359019997_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 BMFONT_T2757936676_H #define BMFONT_T2757936676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BMFont struct BMFont_t2757936676 : public RuntimeObject { public: // System.Int32 BMFont::mSize int32_t ___mSize_0; // System.Int32 BMFont::mBase int32_t ___mBase_1; // System.Int32 BMFont::mWidth int32_t ___mWidth_2; // System.Int32 BMFont::mHeight int32_t ___mHeight_3; // System.String BMFont::mSpriteName String_t* ___mSpriteName_4; // System.Collections.Generic.List`1 BMFont::mSaved List_1_t521991992 * ___mSaved_5; // System.Collections.Generic.Dictionary`2 BMFont::mDict Dictionary_2_t2233597877 * ___mDict_6; public: inline static int32_t get_offset_of_mSize_0() { return static_cast(offsetof(BMFont_t2757936676, ___mSize_0)); } inline int32_t get_mSize_0() const { return ___mSize_0; } inline int32_t* get_address_of_mSize_0() { return &___mSize_0; } inline void set_mSize_0(int32_t value) { ___mSize_0 = value; } inline static int32_t get_offset_of_mBase_1() { return static_cast(offsetof(BMFont_t2757936676, ___mBase_1)); } inline int32_t get_mBase_1() const { return ___mBase_1; } inline int32_t* get_address_of_mBase_1() { return &___mBase_1; } inline void set_mBase_1(int32_t value) { ___mBase_1 = value; } inline static int32_t get_offset_of_mWidth_2() { return static_cast(offsetof(BMFont_t2757936676, ___mWidth_2)); } inline int32_t get_mWidth_2() const { return ___mWidth_2; } inline int32_t* get_address_of_mWidth_2() { return &___mWidth_2; } inline void set_mWidth_2(int32_t value) { ___mWidth_2 = value; } inline static int32_t get_offset_of_mHeight_3() { return static_cast(offsetof(BMFont_t2757936676, ___mHeight_3)); } inline int32_t get_mHeight_3() const { return ___mHeight_3; } inline int32_t* get_address_of_mHeight_3() { return &___mHeight_3; } inline void set_mHeight_3(int32_t value) { ___mHeight_3 = value; } inline static int32_t get_offset_of_mSpriteName_4() { return static_cast(offsetof(BMFont_t2757936676, ___mSpriteName_4)); } inline String_t* get_mSpriteName_4() const { return ___mSpriteName_4; } inline String_t** get_address_of_mSpriteName_4() { return &___mSpriteName_4; } inline void set_mSpriteName_4(String_t* value) { ___mSpriteName_4 = value; Il2CppCodeGenWriteBarrier((&___mSpriteName_4), value); } inline static int32_t get_offset_of_mSaved_5() { return static_cast(offsetof(BMFont_t2757936676, ___mSaved_5)); } inline List_1_t521991992 * get_mSaved_5() const { return ___mSaved_5; } inline List_1_t521991992 ** get_address_of_mSaved_5() { return &___mSaved_5; } inline void set_mSaved_5(List_1_t521991992 * value) { ___mSaved_5 = value; Il2CppCodeGenWriteBarrier((&___mSaved_5), value); } inline static int32_t get_offset_of_mDict_6() { return static_cast(offsetof(BMFont_t2757936676, ___mDict_6)); } inline Dictionary_2_t2233597877 * get_mDict_6() const { return ___mDict_6; } inline Dictionary_2_t2233597877 ** get_address_of_mDict_6() { return &___mDict_6; } inline void set_mDict_6(Dictionary_2_t2233597877 * value) { ___mDict_6 = value; Il2CppCodeGenWriteBarrier((&___mDict_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BMFONT_T2757936676_H #ifndef LIST_1_T521991992_H #define LIST_1_T521991992_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_t521991992 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BMGlyphU5BU5D_t3228577143* ____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_t521991992, ____items_1)); } inline BMGlyphU5BU5D_t3228577143* get__items_1() const { return ____items_1; } inline BMGlyphU5BU5D_t3228577143** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BMGlyphU5BU5D_t3228577143* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t521991992, ____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_t521991992, ____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_t521991992_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BMGlyphU5BU5D_t3228577143* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t521991992_StaticFields, ___EmptyArray_4)); } inline BMGlyphU5BU5D_t3228577143* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BMGlyphU5BU5D_t3228577143** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BMGlyphU5BU5D_t3228577143* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T521991992_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 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 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 LIST_1_T2092179787_H #define LIST_1_T2092179787_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_t2092179787 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CardHandBookItemDataU5BU5D_t2750362040* ____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_t2092179787, ____items_1)); } inline CardHandBookItemDataU5BU5D_t2750362040* get__items_1() const { return ____items_1; } inline CardHandBookItemDataU5BU5D_t2750362040** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CardHandBookItemDataU5BU5D_t2750362040* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2092179787, ____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_t2092179787, ____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_t2092179787_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CardHandBookItemDataU5BU5D_t2750362040* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2092179787_StaticFields, ___EmptyArray_4)); } inline CardHandBookItemDataU5BU5D_t2750362040* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CardHandBookItemDataU5BU5D_t2750362040** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CardHandBookItemDataU5BU5D_t2750362040* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2092179787_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 CHANDBOOKMANAGER_T2716637598_H #define CHANDBOOKMANAGER_T2716637598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CHandBookManager struct CHandBookManager_t2716637598 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CHandBookManager::IsReturnCardBook bool ___IsReturnCardBook_1; // System.Action DMCore.Logic.CHandBookManager::OnChangeThemeList Action_t1264377477 * ___OnChangeThemeList_2; // System.Action`1 DMCore.Logic.CHandBookManager::ChangeTabEvent Action_1_t1368688201 * ___ChangeTabEvent_3; // System.Action DMCore.Logic.CHandBookManager::OnChangeCollectionList Action_t1264377477 * ___OnChangeCollectionList_4; // System.Action`1 DMCore.Logic.CHandBookManager::ClothesItemClickEvent Action_1_t3123413348 * ___ClothesItemClickEvent_5; // System.Int32 DMCore.Logic.CHandBookManager::laber int32_t ___laber_6; // System.Int32 DMCore.Logic.CHandBookManager::tagCount int32_t ___tagCount_7; // System.Boolean DMCore.Logic.CHandBookManager::IsOver bool ___IsOver_8; // System.Int64 DMCore.Logic.CHandBookManager::m_TargetID int64_t ___m_TargetID_9; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CHandBookManager::clothesDic Dictionary_2_t1839659084 * ___clothesDic_10; // System.Collections.Generic.List`1 DMCore.Logic.CHandBookManager::themeItemID List_1_t128053199 * ___themeItemID_11; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CHandBookManager::collectionID Dictionary_2_t1839659084 * ___collectionID_12; // System.Boolean DMCore.Logic.CHandBookManager::SetClothesCountSucess bool ___SetClothesCountSucess_13; // System.Int32 DMCore.Logic.CHandBookManager::subType int32_t ___subType_14; // System.Int32 DMCore.Logic.CHandBookManager::CurrentList int32_t ___CurrentList_15; // System.Int32 DMCore.Logic.CHandBookManager::subSort int32_t ___subSort_16; // System.Boolean DMCore.Logic.CHandBookManager::isHandBookEnter bool ___isHandBookEnter_17; // System.Boolean DMCore.Logic.CHandBookManager::IsInit bool ___IsInit_18; public: inline static int32_t get_offset_of_IsReturnCardBook_1() { return static_cast(offsetof(CHandBookManager_t2716637598, ___IsReturnCardBook_1)); } inline bool get_IsReturnCardBook_1() const { return ___IsReturnCardBook_1; } inline bool* get_address_of_IsReturnCardBook_1() { return &___IsReturnCardBook_1; } inline void set_IsReturnCardBook_1(bool value) { ___IsReturnCardBook_1 = value; } inline static int32_t get_offset_of_OnChangeThemeList_2() { return static_cast(offsetof(CHandBookManager_t2716637598, ___OnChangeThemeList_2)); } inline Action_t1264377477 * get_OnChangeThemeList_2() const { return ___OnChangeThemeList_2; } inline Action_t1264377477 ** get_address_of_OnChangeThemeList_2() { return &___OnChangeThemeList_2; } inline void set_OnChangeThemeList_2(Action_t1264377477 * value) { ___OnChangeThemeList_2 = value; Il2CppCodeGenWriteBarrier((&___OnChangeThemeList_2), value); } inline static int32_t get_offset_of_ChangeTabEvent_3() { return static_cast(offsetof(CHandBookManager_t2716637598, ___ChangeTabEvent_3)); } inline Action_1_t1368688201 * get_ChangeTabEvent_3() const { return ___ChangeTabEvent_3; } inline Action_1_t1368688201 ** get_address_of_ChangeTabEvent_3() { return &___ChangeTabEvent_3; } inline void set_ChangeTabEvent_3(Action_1_t1368688201 * value) { ___ChangeTabEvent_3 = value; Il2CppCodeGenWriteBarrier((&___ChangeTabEvent_3), value); } inline static int32_t get_offset_of_OnChangeCollectionList_4() { return static_cast(offsetof(CHandBookManager_t2716637598, ___OnChangeCollectionList_4)); } inline Action_t1264377477 * get_OnChangeCollectionList_4() const { return ___OnChangeCollectionList_4; } inline Action_t1264377477 ** get_address_of_OnChangeCollectionList_4() { return &___OnChangeCollectionList_4; } inline void set_OnChangeCollectionList_4(Action_t1264377477 * value) { ___OnChangeCollectionList_4 = value; Il2CppCodeGenWriteBarrier((&___OnChangeCollectionList_4), value); } inline static int32_t get_offset_of_ClothesItemClickEvent_5() { return static_cast(offsetof(CHandBookManager_t2716637598, ___ClothesItemClickEvent_5)); } inline Action_1_t3123413348 * get_ClothesItemClickEvent_5() const { return ___ClothesItemClickEvent_5; } inline Action_1_t3123413348 ** get_address_of_ClothesItemClickEvent_5() { return &___ClothesItemClickEvent_5; } inline void set_ClothesItemClickEvent_5(Action_1_t3123413348 * value) { ___ClothesItemClickEvent_5 = value; Il2CppCodeGenWriteBarrier((&___ClothesItemClickEvent_5), value); } inline static int32_t get_offset_of_laber_6() { return static_cast(offsetof(CHandBookManager_t2716637598, ___laber_6)); } inline int32_t get_laber_6() const { return ___laber_6; } inline int32_t* get_address_of_laber_6() { return &___laber_6; } inline void set_laber_6(int32_t value) { ___laber_6 = value; } inline static int32_t get_offset_of_tagCount_7() { return static_cast(offsetof(CHandBookManager_t2716637598, ___tagCount_7)); } inline int32_t get_tagCount_7() const { return ___tagCount_7; } inline int32_t* get_address_of_tagCount_7() { return &___tagCount_7; } inline void set_tagCount_7(int32_t value) { ___tagCount_7 = value; } inline static int32_t get_offset_of_IsOver_8() { return static_cast(offsetof(CHandBookManager_t2716637598, ___IsOver_8)); } inline bool get_IsOver_8() const { return ___IsOver_8; } inline bool* get_address_of_IsOver_8() { return &___IsOver_8; } inline void set_IsOver_8(bool value) { ___IsOver_8 = value; } inline static int32_t get_offset_of_m_TargetID_9() { return static_cast(offsetof(CHandBookManager_t2716637598, ___m_TargetID_9)); } inline int64_t get_m_TargetID_9() const { return ___m_TargetID_9; } inline int64_t* get_address_of_m_TargetID_9() { return &___m_TargetID_9; } inline void set_m_TargetID_9(int64_t value) { ___m_TargetID_9 = value; } inline static int32_t get_offset_of_clothesDic_10() { return static_cast(offsetof(CHandBookManager_t2716637598, ___clothesDic_10)); } inline Dictionary_2_t1839659084 * get_clothesDic_10() const { return ___clothesDic_10; } inline Dictionary_2_t1839659084 ** get_address_of_clothesDic_10() { return &___clothesDic_10; } inline void set_clothesDic_10(Dictionary_2_t1839659084 * value) { ___clothesDic_10 = value; Il2CppCodeGenWriteBarrier((&___clothesDic_10), value); } inline static int32_t get_offset_of_themeItemID_11() { return static_cast(offsetof(CHandBookManager_t2716637598, ___themeItemID_11)); } inline List_1_t128053199 * get_themeItemID_11() const { return ___themeItemID_11; } inline List_1_t128053199 ** get_address_of_themeItemID_11() { return &___themeItemID_11; } inline void set_themeItemID_11(List_1_t128053199 * value) { ___themeItemID_11 = value; Il2CppCodeGenWriteBarrier((&___themeItemID_11), value); } inline static int32_t get_offset_of_collectionID_12() { return static_cast(offsetof(CHandBookManager_t2716637598, ___collectionID_12)); } inline Dictionary_2_t1839659084 * get_collectionID_12() const { return ___collectionID_12; } inline Dictionary_2_t1839659084 ** get_address_of_collectionID_12() { return &___collectionID_12; } inline void set_collectionID_12(Dictionary_2_t1839659084 * value) { ___collectionID_12 = value; Il2CppCodeGenWriteBarrier((&___collectionID_12), value); } inline static int32_t get_offset_of_SetClothesCountSucess_13() { return static_cast(offsetof(CHandBookManager_t2716637598, ___SetClothesCountSucess_13)); } inline bool get_SetClothesCountSucess_13() const { return ___SetClothesCountSucess_13; } inline bool* get_address_of_SetClothesCountSucess_13() { return &___SetClothesCountSucess_13; } inline void set_SetClothesCountSucess_13(bool value) { ___SetClothesCountSucess_13 = value; } inline static int32_t get_offset_of_subType_14() { return static_cast(offsetof(CHandBookManager_t2716637598, ___subType_14)); } inline int32_t get_subType_14() const { return ___subType_14; } inline int32_t* get_address_of_subType_14() { return &___subType_14; } inline void set_subType_14(int32_t value) { ___subType_14 = value; } inline static int32_t get_offset_of_CurrentList_15() { return static_cast(offsetof(CHandBookManager_t2716637598, ___CurrentList_15)); } inline int32_t get_CurrentList_15() const { return ___CurrentList_15; } inline int32_t* get_address_of_CurrentList_15() { return &___CurrentList_15; } inline void set_CurrentList_15(int32_t value) { ___CurrentList_15 = value; } inline static int32_t get_offset_of_subSort_16() { return static_cast(offsetof(CHandBookManager_t2716637598, ___subSort_16)); } inline int32_t get_subSort_16() const { return ___subSort_16; } inline int32_t* get_address_of_subSort_16() { return &___subSort_16; } inline void set_subSort_16(int32_t value) { ___subSort_16 = value; } inline static int32_t get_offset_of_isHandBookEnter_17() { return static_cast(offsetof(CHandBookManager_t2716637598, ___isHandBookEnter_17)); } inline bool get_isHandBookEnter_17() const { return ___isHandBookEnter_17; } inline bool* get_address_of_isHandBookEnter_17() { return &___isHandBookEnter_17; } inline void set_isHandBookEnter_17(bool value) { ___isHandBookEnter_17 = value; } inline static int32_t get_offset_of_IsInit_18() { return static_cast(offsetof(CHandBookManager_t2716637598, ___IsInit_18)); } inline bool get_IsInit_18() const { return ___IsInit_18; } inline bool* get_address_of_IsInit_18() { return &___IsInit_18; } inline void set_IsInit_18(bool value) { ___IsInit_18 = value; } }; struct CHandBookManager_t2716637598_StaticFields { public: // DMCore.Logic.CHandBookManager DMCore.Logic.CHandBookManager::s_Instance CHandBookManager_t2716637598 * ___s_Instance_0; // System.Comparison`1 DMCore.Logic.CHandBookManager::<>f__am$cache0 Comparison_1_t395036224 * ___U3CU3Ef__amU24cache0_19; // System.Comparison`1 DMCore.Logic.CHandBookManager::<>f__am$cache1 Comparison_1_t395036224 * ___U3CU3Ef__amU24cache1_20; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CHandBookManager_t2716637598_StaticFields, ___s_Instance_0)); } inline CHandBookManager_t2716637598 * get_s_Instance_0() const { return ___s_Instance_0; } inline CHandBookManager_t2716637598 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CHandBookManager_t2716637598 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_19() { return static_cast(offsetof(CHandBookManager_t2716637598_StaticFields, ___U3CU3Ef__amU24cache0_19)); } inline Comparison_1_t395036224 * get_U3CU3Ef__amU24cache0_19() const { return ___U3CU3Ef__amU24cache0_19; } inline Comparison_1_t395036224 ** get_address_of_U3CU3Ef__amU24cache0_19() { return &___U3CU3Ef__amU24cache0_19; } inline void set_U3CU3Ef__amU24cache0_19(Comparison_1_t395036224 * value) { ___U3CU3Ef__amU24cache0_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_19), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_20() { return static_cast(offsetof(CHandBookManager_t2716637598_StaticFields, ___U3CU3Ef__amU24cache1_20)); } inline Comparison_1_t395036224 * get_U3CU3Ef__amU24cache1_20() const { return ___U3CU3Ef__amU24cache1_20; } inline Comparison_1_t395036224 ** get_address_of_U3CU3Ef__amU24cache1_20() { return &___U3CU3Ef__amU24cache1_20; } inline void set_U3CU3Ef__amU24cache1_20(Comparison_1_t395036224 * value) { ___U3CU3Ef__amU24cache1_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANDBOOKMANAGER_T2716637598_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 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 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 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 IWEBGETMSGBASE_T740935312_H #define IWEBGETMSGBASE_T740935312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312 : public IThreadMsg_t995202025 { public: // System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::m_readLength int32_t ___m_readLength_1; // System.String DMCore.Framework.Thread.IWebGetMsgBase::m_url String_t* ___m_url_2; public: inline static int32_t get_offset_of_m_readLength_1() { return static_cast(offsetof(IWebGetMsgBase_t740935312, ___m_readLength_1)); } inline int32_t get_m_readLength_1() const { return ___m_readLength_1; } inline int32_t* get_address_of_m_readLength_1() { return &___m_readLength_1; } inline void set_m_readLength_1(int32_t value) { ___m_readLength_1 = value; } inline static int32_t get_offset_of_m_url_2() { return static_cast(offsetof(IWebGetMsgBase_t740935312, ___m_url_2)); } inline String_t* get_m_url_2() const { return ___m_url_2; } inline String_t** get_address_of_m_url_2() { return &___m_url_2; } inline void set_m_url_2(String_t* value) { ___m_url_2 = value; Il2CppCodeGenWriteBarrier((&___m_url_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IWEBGETMSGBASE_T740935312_H #ifndef 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 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 STANIMINFO_T3264141101_H #define STANIMINFO_T3264141101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAnimSite/stAnimInfo struct stAnimInfo_t3264141101 : public stAnimBaseInfo_t113612627 { public: // System.Single CAnimSite/stAnimInfo::_fTimeStart float ____fTimeStart_2; // System.Single CAnimSite/stAnimInfo::_fTimeEnd float ____fTimeEnd_3; // System.Single CAnimSite/stAnimInfo::_fTimeFadeIn float ____fTimeFadeIn_4; // System.Single CAnimSite/stAnimInfo::_fSpeed float ____fSpeed_5; // System.Boolean CAnimSite/stAnimInfo::_bHightPriority bool ____bHightPriority_6; // System.Boolean CAnimSite/stAnimInfo::_bIsPlaying bool ____bIsPlaying_7; public: inline static int32_t get_offset_of__fTimeStart_2() { return static_cast(offsetof(stAnimInfo_t3264141101, ____fTimeStart_2)); } inline float get__fTimeStart_2() const { return ____fTimeStart_2; } inline float* get_address_of__fTimeStart_2() { return &____fTimeStart_2; } inline void set__fTimeStart_2(float value) { ____fTimeStart_2 = value; } inline static int32_t get_offset_of__fTimeEnd_3() { return static_cast(offsetof(stAnimInfo_t3264141101, ____fTimeEnd_3)); } inline float get__fTimeEnd_3() const { return ____fTimeEnd_3; } inline float* get_address_of__fTimeEnd_3() { return &____fTimeEnd_3; } inline void set__fTimeEnd_3(float value) { ____fTimeEnd_3 = value; } inline static int32_t get_offset_of__fTimeFadeIn_4() { return static_cast(offsetof(stAnimInfo_t3264141101, ____fTimeFadeIn_4)); } inline float get__fTimeFadeIn_4() const { return ____fTimeFadeIn_4; } inline float* get_address_of__fTimeFadeIn_4() { return &____fTimeFadeIn_4; } inline void set__fTimeFadeIn_4(float value) { ____fTimeFadeIn_4 = value; } inline static int32_t get_offset_of__fSpeed_5() { return static_cast(offsetof(stAnimInfo_t3264141101, ____fSpeed_5)); } inline float get__fSpeed_5() const { return ____fSpeed_5; } inline float* get_address_of__fSpeed_5() { return &____fSpeed_5; } inline void set__fSpeed_5(float value) { ____fSpeed_5 = value; } inline static int32_t get_offset_of__bHightPriority_6() { return static_cast(offsetof(stAnimInfo_t3264141101, ____bHightPriority_6)); } inline bool get__bHightPriority_6() const { return ____bHightPriority_6; } inline bool* get_address_of__bHightPriority_6() { return &____bHightPriority_6; } inline void set__bHightPriority_6(bool value) { ____bHightPriority_6 = value; } inline static int32_t get_offset_of__bIsPlaying_7() { return static_cast(offsetof(stAnimInfo_t3264141101, ____bIsPlaying_7)); } inline bool get__bIsPlaying_7() const { return ____bIsPlaying_7; } inline bool* get_address_of__bIsPlaying_7() { return &____bIsPlaying_7; } inline void set__bIsPlaying_7(bool value) { ____bIsPlaying_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STANIMINFO_T3264141101_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 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 FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef CEVENTMANAGER_T474365641_H #define CEVENTMANAGER_T474365641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CEventManager struct CEventManager_t474365641 : public ILogicBase_t2190831891 { public: // System.Collections.Generic.List`1 DMCore.CEventManager::m_listEvents List_1_t4056803065 * ___m_listEvents_4; public: inline static int32_t get_offset_of_m_listEvents_4() { return static_cast(offsetof(CEventManager_t474365641, ___m_listEvents_4)); } inline List_1_t4056803065 * get_m_listEvents_4() const { return ___m_listEvents_4; } inline List_1_t4056803065 ** get_address_of_m_listEvents_4() { return &___m_listEvents_4; } inline void set_m_listEvents_4(List_1_t4056803065 * value) { ___m_listEvents_4 = value; Il2CppCodeGenWriteBarrier((&___m_listEvents_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTMANAGER_T474365641_H #ifndef 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 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 CEVENTREMOVEALL_T615414916_H #define CEVENTREMOVEALL_T615414916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CEventRemoveAll struct CEventRemoveAll_t615414916 : public IDataEvent_t1799629657 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTREMOVEALL_T615414916_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 IDATAMODEL_T653005279_H #define IDATAMODEL_T653005279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IDataModel struct IDataModel_t653005279 : public IEventDispatcher_t2294365884 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAMODEL_T653005279_H #ifndef CPVEMANAGER_T3058433014_H #define CPVEMANAGER_T3058433014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager struct CPveManager_t3058433014 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsShowPveStarU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsLevelResultU3Ek__BackingField_3; // CDataModelInt DMCore.Logic.CPveManager::k__BackingField CDataModelInt_t3463393640 * ___U3CCDataChapterIdU3Ek__BackingField_4; // DMCore.Logic.CServerSimulator DMCore.Logic.CPveManager::m_pSimulator CServerSimulator_t2819548284 * ___m_pSimulator_6; // System.Boolean DMCore.Logic.CPveManager::m_bPveMode bool ___m_bPveMode_7; // System.Int32 DMCore.Logic.CPveManager::m_nLevel int32_t ___m_nLevel_8; // System.Int32 DMCore.Logic.CPveManager::m_nSubLevel int32_t ___m_nSubLevel_9; // System.Int32 DMCore.Logic.CPveManager::m_pveStoryIdx int32_t ___m_pveStoryIdx_10; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevel int32_t ___m_PassedMaxLevel_11; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevelWhenBegin int32_t ___m_PassedMaxLevelWhenBegin_12; // System.Boolean DMCore.Logic.CPveManager::m_QueryServerPVEList bool ___m_QueryServerPVEList_13; // System.Int32 DMCore.Logic.CPveManager::m_CurChapterId int32_t ___m_CurChapterId_14; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_DictionPassedStar Dictionary_2_t1077746168 * ___m_DictionPassedStar_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_dictionStages Dictionary_2_t4033884959 * ___m_dictionStages_16; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionStageCount Dictionary_2_t3693168236 * ___m_SectionStageCount_17; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionAtlas Dictionary_2_t3770330557 * ___m_SectionAtlas_18; public: inline static int32_t get_offset_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsInitOrPlayeOverU3Ek__BackingField_1)); } inline bool get_U3CIsInitOrPlayeOverU3Ek__BackingField_1() const { return ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return &___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline void set_U3CIsInitOrPlayeOverU3Ek__BackingField_1(bool value) { ___U3CIsInitOrPlayeOverU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsShowPveStarU3Ek__BackingField_2() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsShowPveStarU3Ek__BackingField_2)); } inline bool get_U3CIsShowPveStarU3Ek__BackingField_2() const { return ___U3CIsShowPveStarU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsShowPveStarU3Ek__BackingField_2() { return &___U3CIsShowPveStarU3Ek__BackingField_2; } inline void set_U3CIsShowPveStarU3Ek__BackingField_2(bool value) { ___U3CIsShowPveStarU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsLevelResultU3Ek__BackingField_3() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsLevelResultU3Ek__BackingField_3)); } inline bool get_U3CIsLevelResultU3Ek__BackingField_3() const { return ___U3CIsLevelResultU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsLevelResultU3Ek__BackingField_3() { return &___U3CIsLevelResultU3Ek__BackingField_3; } inline void set_U3CIsLevelResultU3Ek__BackingField_3(bool value) { ___U3CIsLevelResultU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CCDataChapterIdU3Ek__BackingField_4() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CCDataChapterIdU3Ek__BackingField_4)); } inline CDataModelInt_t3463393640 * get_U3CCDataChapterIdU3Ek__BackingField_4() const { return ___U3CCDataChapterIdU3Ek__BackingField_4; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCDataChapterIdU3Ek__BackingField_4() { return &___U3CCDataChapterIdU3Ek__BackingField_4; } inline void set_U3CCDataChapterIdU3Ek__BackingField_4(CDataModelInt_t3463393640 * value) { ___U3CCDataChapterIdU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataChapterIdU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_m_pSimulator_6() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pSimulator_6)); } inline CServerSimulator_t2819548284 * get_m_pSimulator_6() const { return ___m_pSimulator_6; } inline CServerSimulator_t2819548284 ** get_address_of_m_pSimulator_6() { return &___m_pSimulator_6; } inline void set_m_pSimulator_6(CServerSimulator_t2819548284 * value) { ___m_pSimulator_6 = value; Il2CppCodeGenWriteBarrier((&___m_pSimulator_6), value); } inline static int32_t get_offset_of_m_bPveMode_7() { return static_cast(offsetof(CPveManager_t3058433014, ___m_bPveMode_7)); } inline bool get_m_bPveMode_7() const { return ___m_bPveMode_7; } inline bool* get_address_of_m_bPveMode_7() { return &___m_bPveMode_7; } inline void set_m_bPveMode_7(bool value) { ___m_bPveMode_7 = value; } inline static int32_t get_offset_of_m_nLevel_8() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nLevel_8)); } inline int32_t get_m_nLevel_8() const { return ___m_nLevel_8; } inline int32_t* get_address_of_m_nLevel_8() { return &___m_nLevel_8; } inline void set_m_nLevel_8(int32_t value) { ___m_nLevel_8 = value; } inline static int32_t get_offset_of_m_nSubLevel_9() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nSubLevel_9)); } inline int32_t get_m_nSubLevel_9() const { return ___m_nSubLevel_9; } inline int32_t* get_address_of_m_nSubLevel_9() { return &___m_nSubLevel_9; } inline void set_m_nSubLevel_9(int32_t value) { ___m_nSubLevel_9 = value; } inline static int32_t get_offset_of_m_pveStoryIdx_10() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pveStoryIdx_10)); } inline int32_t get_m_pveStoryIdx_10() const { return ___m_pveStoryIdx_10; } inline int32_t* get_address_of_m_pveStoryIdx_10() { return &___m_pveStoryIdx_10; } inline void set_m_pveStoryIdx_10(int32_t value) { ___m_pveStoryIdx_10 = value; } inline static int32_t get_offset_of_m_PassedMaxLevel_11() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevel_11)); } inline int32_t get_m_PassedMaxLevel_11() const { return ___m_PassedMaxLevel_11; } inline int32_t* get_address_of_m_PassedMaxLevel_11() { return &___m_PassedMaxLevel_11; } inline void set_m_PassedMaxLevel_11(int32_t value) { ___m_PassedMaxLevel_11 = value; } inline static int32_t get_offset_of_m_PassedMaxLevelWhenBegin_12() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevelWhenBegin_12)); } inline int32_t get_m_PassedMaxLevelWhenBegin_12() const { return ___m_PassedMaxLevelWhenBegin_12; } inline int32_t* get_address_of_m_PassedMaxLevelWhenBegin_12() { return &___m_PassedMaxLevelWhenBegin_12; } inline void set_m_PassedMaxLevelWhenBegin_12(int32_t value) { ___m_PassedMaxLevelWhenBegin_12 = value; } inline static int32_t get_offset_of_m_QueryServerPVEList_13() { return static_cast(offsetof(CPveManager_t3058433014, ___m_QueryServerPVEList_13)); } inline bool get_m_QueryServerPVEList_13() const { return ___m_QueryServerPVEList_13; } inline bool* get_address_of_m_QueryServerPVEList_13() { return &___m_QueryServerPVEList_13; } inline void set_m_QueryServerPVEList_13(bool value) { ___m_QueryServerPVEList_13 = value; } inline static int32_t get_offset_of_m_CurChapterId_14() { return static_cast(offsetof(CPveManager_t3058433014, ___m_CurChapterId_14)); } inline int32_t get_m_CurChapterId_14() const { return ___m_CurChapterId_14; } inline int32_t* get_address_of_m_CurChapterId_14() { return &___m_CurChapterId_14; } inline void set_m_CurChapterId_14(int32_t value) { ___m_CurChapterId_14 = value; } inline static int32_t get_offset_of_m_DictionPassedStar_15() { return static_cast(offsetof(CPveManager_t3058433014, ___m_DictionPassedStar_15)); } inline Dictionary_2_t1077746168 * get_m_DictionPassedStar_15() const { return ___m_DictionPassedStar_15; } inline Dictionary_2_t1077746168 ** get_address_of_m_DictionPassedStar_15() { return &___m_DictionPassedStar_15; } inline void set_m_DictionPassedStar_15(Dictionary_2_t1077746168 * value) { ___m_DictionPassedStar_15 = value; Il2CppCodeGenWriteBarrier((&___m_DictionPassedStar_15), value); } inline static int32_t get_offset_of_m_dictionStages_16() { return static_cast(offsetof(CPveManager_t3058433014, ___m_dictionStages_16)); } inline Dictionary_2_t4033884959 * get_m_dictionStages_16() const { return ___m_dictionStages_16; } inline Dictionary_2_t4033884959 ** get_address_of_m_dictionStages_16() { return &___m_dictionStages_16; } inline void set_m_dictionStages_16(Dictionary_2_t4033884959 * value) { ___m_dictionStages_16 = value; Il2CppCodeGenWriteBarrier((&___m_dictionStages_16), value); } inline static int32_t get_offset_of_m_SectionStageCount_17() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionStageCount_17)); } inline Dictionary_2_t3693168236 * get_m_SectionStageCount_17() const { return ___m_SectionStageCount_17; } inline Dictionary_2_t3693168236 ** get_address_of_m_SectionStageCount_17() { return &___m_SectionStageCount_17; } inline void set_m_SectionStageCount_17(Dictionary_2_t3693168236 * value) { ___m_SectionStageCount_17 = value; Il2CppCodeGenWriteBarrier((&___m_SectionStageCount_17), value); } inline static int32_t get_offset_of_m_SectionAtlas_18() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionAtlas_18)); } inline Dictionary_2_t3770330557 * get_m_SectionAtlas_18() const { return ___m_SectionAtlas_18; } inline Dictionary_2_t3770330557 ** get_address_of_m_SectionAtlas_18() { return &___m_SectionAtlas_18; } inline void set_m_SectionAtlas_18(Dictionary_2_t3770330557 * value) { ___m_SectionAtlas_18 = value; Il2CppCodeGenWriteBarrier((&___m_SectionAtlas_18), value); } }; struct CPveManager_t3058433014_StaticFields { public: // DMCore.Logic.CPveManager/CheckEnergyStateCallback DMCore.Logic.CPveManager::m_cbCheckEnergyState CheckEnergyStateCallback_t3528280671 * ___m_cbCheckEnergyState_5; // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::s_instance CPveManager_t3058433014 * ___s_instance_19; // System.Comparison`1 DMCore.Logic.CPveManager::<>f__mg$cache0 Comparison_1_t907937207 * ___U3CU3Ef__mgU24cache0_20; public: inline static int32_t get_offset_of_m_cbCheckEnergyState_5() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___m_cbCheckEnergyState_5)); } inline CheckEnergyStateCallback_t3528280671 * get_m_cbCheckEnergyState_5() const { return ___m_cbCheckEnergyState_5; } inline CheckEnergyStateCallback_t3528280671 ** get_address_of_m_cbCheckEnergyState_5() { return &___m_cbCheckEnergyState_5; } inline void set_m_cbCheckEnergyState_5(CheckEnergyStateCallback_t3528280671 * value) { ___m_cbCheckEnergyState_5 = value; Il2CppCodeGenWriteBarrier((&___m_cbCheckEnergyState_5), value); } inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___s_instance_19)); } inline CPveManager_t3058433014 * get_s_instance_19() const { return ___s_instance_19; } inline CPveManager_t3058433014 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CPveManager_t3058433014 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_20() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___U3CU3Ef__mgU24cache0_20)); } inline Comparison_1_t907937207 * get_U3CU3Ef__mgU24cache0_20() const { return ___U3CU3Ef__mgU24cache0_20; } inline Comparison_1_t907937207 ** get_address_of_U3CU3Ef__mgU24cache0_20() { return &___U3CU3Ef__mgU24cache0_20; } inline void set_U3CU3Ef__mgU24cache0_20(Comparison_1_t907937207 * value) { ___U3CU3Ef__mgU24cache0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVEMANAGER_T3058433014_H #ifndef CEVENTCHANGEONE_T3209287255_H #define CEVENTCHANGEONE_T3209287255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CEventChangeOne struct CEventChangeOne_t3209287255 : public IDataEvent_t1799629657 { public: // System.Object CEventChangeOne::k__BackingField RuntimeObject * ___U3CKeyIDU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CKeyIDU3Ek__BackingField_1() { return static_cast(offsetof(CEventChangeOne_t3209287255, ___U3CKeyIDU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CKeyIDU3Ek__BackingField_1() const { return ___U3CKeyIDU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CKeyIDU3Ek__BackingField_1() { return &___U3CKeyIDU3Ek__BackingField_1; } inline void set_U3CKeyIDU3Ek__BackingField_1(RuntimeObject * value) { ___U3CKeyIDU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CKeyIDU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTCHANGEONE_T3209287255_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 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 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 BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef CHANDBOOKALLCLOTHESCFG_T703745743_H #define CHANDBOOKALLCLOTHESCFG_T703745743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CHandbookAllClothesCfg struct CHandbookAllClothesCfg_t703745743 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2> DMCore.Logic.CHandbookAllClothesCfg::m_configList Dictionary_2_t980893118 * ___m_configList_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CHandbookAllClothesCfg::m_Diction Dictionary_2_t1165792132 * ___m_Diction_3; public: inline static int32_t get_offset_of_m_configList_2() { return static_cast(offsetof(CHandbookAllClothesCfg_t703745743, ___m_configList_2)); } inline Dictionary_2_t980893118 * get_m_configList_2() const { return ___m_configList_2; } inline Dictionary_2_t980893118 ** get_address_of_m_configList_2() { return &___m_configList_2; } inline void set_m_configList_2(Dictionary_2_t980893118 * value) { ___m_configList_2 = value; Il2CppCodeGenWriteBarrier((&___m_configList_2), value); } inline static int32_t get_offset_of_m_Diction_3() { return static_cast(offsetof(CHandbookAllClothesCfg_t703745743, ___m_Diction_3)); } inline Dictionary_2_t1165792132 * get_m_Diction_3() const { return ___m_Diction_3; } inline Dictionary_2_t1165792132 ** get_address_of_m_Diction_3() { return &___m_Diction_3; } inline void set_m_Diction_3(Dictionary_2_t1165792132 * value) { ___m_Diction_3 = value; Il2CppCodeGenWriteBarrier((&___m_Diction_3), value); } }; struct CHandbookAllClothesCfg_t703745743_StaticFields { public: // DMCore.Logic.CHandbookAllClothesCfg DMCore.Logic.CHandbookAllClothesCfg::s_instance CHandbookAllClothesCfg_t703745743 * ___s_instance_1; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(CHandbookAllClothesCfg_t703745743_StaticFields, ___s_instance_1)); } inline CHandbookAllClothesCfg_t703745743 * get_s_instance_1() const { return ___s_instance_1; } inline CHandbookAllClothesCfg_t703745743 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(CHandbookAllClothesCfg_t703745743 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANDBOOKALLCLOTHESCFG_T703745743_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 HANDBOOKCFG_T3398685571_H #define HANDBOOKCFG_T3398685571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookCfg struct HandBookCfg_t3398685571 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 HandBookCfg::themeInfoDic Dictionary_2_t1550011832 * ___themeInfoDic_2; public: inline static int32_t get_offset_of_themeInfoDic_2() { return static_cast(offsetof(HandBookCfg_t3398685571, ___themeInfoDic_2)); } inline Dictionary_2_t1550011832 * get_themeInfoDic_2() const { return ___themeInfoDic_2; } inline Dictionary_2_t1550011832 ** get_address_of_themeInfoDic_2() { return &___themeInfoDic_2; } inline void set_themeInfoDic_2(Dictionary_2_t1550011832 * value) { ___themeInfoDic_2 = value; Il2CppCodeGenWriteBarrier((&___themeInfoDic_2), value); } }; struct HandBookCfg_t3398685571_StaticFields { public: // HandBookCfg HandBookCfg::s_Instance HandBookCfg_t3398685571 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(HandBookCfg_t3398685571_StaticFields, ___s_Instance_1)); } inline HandBookCfg_t3398685571 * get_s_Instance_1() const { return ___s_Instance_1; } inline HandBookCfg_t3398685571 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(HandBookCfg_t3398685571 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKCFG_T3398685571_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef U24ARRAYTYPEU3D28_T173484549_H #define U24ARRAYTYPEU3D28_T173484549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=28 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D28_t173484549 { public: union { struct { }; uint8_t U24ArrayTypeU3D28_t173484549__padding[28]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D28_T173484549_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 CEVENTADDONE_T265969249_H #define CEVENTADDONE_T265969249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CEventAddOne struct CEventAddOne_t265969249 : public IDataEvent_t1799629657 { public: // System.Object CEventAddOne::k__BackingField RuntimeObject * ___U3CKeyIDU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CKeyIDU3Ek__BackingField_1() { return static_cast(offsetof(CEventAddOne_t265969249, ___U3CKeyIDU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CKeyIDU3Ek__BackingField_1() const { return ___U3CKeyIDU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CKeyIDU3Ek__BackingField_1() { return &___U3CKeyIDU3Ek__BackingField_1; } inline void set_U3CKeyIDU3Ek__BackingField_1(RuntimeObject * value) { ___U3CKeyIDU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CKeyIDU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTADDONE_T265969249_H #ifndef CBOOKRESERVATIONCONFIG_T3541798465_H #define CBOOKRESERVATIONCONFIG_T3541798465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CBookReservationConfig struct CBookReservationConfig_t3541798465 : public ITextBase_t660344599 { public: // System.Collections.Generic.List`1 DMCore.Logic.CBookReservationConfig::m_totallist List_1_t1324473466 * ___m_totallist_2; // System.Collections.Generic.List`1 DMCore.Logic.CBookReservationConfig::m_otherlist List_1_t1324473466 * ___m_otherlist_3; public: inline static int32_t get_offset_of_m_totallist_2() { return static_cast(offsetof(CBookReservationConfig_t3541798465, ___m_totallist_2)); } inline List_1_t1324473466 * get_m_totallist_2() const { return ___m_totallist_2; } inline List_1_t1324473466 ** get_address_of_m_totallist_2() { return &___m_totallist_2; } inline void set_m_totallist_2(List_1_t1324473466 * value) { ___m_totallist_2 = value; Il2CppCodeGenWriteBarrier((&___m_totallist_2), value); } inline static int32_t get_offset_of_m_otherlist_3() { return static_cast(offsetof(CBookReservationConfig_t3541798465, ___m_otherlist_3)); } inline List_1_t1324473466 * get_m_otherlist_3() const { return ___m_otherlist_3; } inline List_1_t1324473466 ** get_address_of_m_otherlist_3() { return &___m_otherlist_3; } inline void set_m_otherlist_3(List_1_t1324473466 * value) { ___m_otherlist_3 = value; Il2CppCodeGenWriteBarrier((&___m_otherlist_3), value); } }; struct CBookReservationConfig_t3541798465_StaticFields { public: // DMCore.Logic.CBookReservationConfig DMCore.Logic.CBookReservationConfig::s_Instance CBookReservationConfig_t3541798465 * ___s_Instance_1; // System.Predicate`1 DMCore.Logic.CBookReservationConfig::<>f__am$cache0 Predicate_1_t677692848 * ___U3CU3Ef__amU24cache0_4; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CBookReservationConfig_t3541798465_StaticFields, ___s_Instance_1)); } inline CBookReservationConfig_t3541798465 * get_s_Instance_1() const { return ___s_Instance_1; } inline CBookReservationConfig_t3541798465 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CBookReservationConfig_t3541798465 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_4() { return static_cast(offsetof(CBookReservationConfig_t3541798465_StaticFields, ___U3CU3Ef__amU24cache0_4)); } inline Predicate_1_t677692848 * get_U3CU3Ef__amU24cache0_4() const { return ___U3CU3Ef__amU24cache0_4; } inline Predicate_1_t677692848 ** get_address_of_U3CU3Ef__amU24cache0_4() { return &___U3CU3Ef__amU24cache0_4; } inline void set_U3CU3Ef__amU24cache0_4(Predicate_1_t677692848 * value) { ___U3CU3Ef__amU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBOOKRESERVATIONCONFIG_T3541798465_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 CEVENTCHANGEALL_T836503194_H #define CEVENTCHANGEALL_T836503194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CEventChangeAll struct CEventChangeAll_t836503194 : public IDataEvent_t1799629657 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTCHANGEALL_T836503194_H #ifndef U24ARRAYTYPEU3D36_T120960362_H #define U24ARRAYTYPEU3D36_T120960362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=36 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D36_t120960362 { public: union { struct { }; uint8_t U24ArrayTypeU3D36_t120960362__padding[36]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D36_T120960362_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 U24ARRAYTYPEU3D64_T498138225_H #define U24ARRAYTYPEU3D64_T498138225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=64 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D64_t498138225 { public: union { struct { }; uint8_t U24ArrayTypeU3D64_t498138225__padding[64]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D64_T498138225_H #ifndef U24ARRAYTYPEU3D48_T1336283963_H #define U24ARRAYTYPEU3D48_T1336283963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=48 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D48_t1336283963 { public: union { struct { }; uint8_t U24ArrayTypeU3D48_t1336283963__padding[48]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D48_T1336283963_H #ifndef U24ARRAYTYPEU3D44_T3630306107_H #define U24ARRAYTYPEU3D44_T3630306107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=44 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D44_t3630306107 { public: union { struct { }; uint8_t U24ArrayTypeU3D44_t3630306107__padding[44]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D44_T3630306107_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 U24ARRAYTYPEU3D40_T2865632059_H #define U24ARRAYTYPEU3D40_T2865632059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=40 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D40_t2865632059 { public: union { struct { }; uint8_t U24ArrayTypeU3D40_t2865632059__padding[40]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D40_T2865632059_H #ifndef U24ARRAYTYPEU3D24_T2467506693_H #define U24ARRAYTYPEU3D24_T2467506693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=24 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D24_t2467506693 { public: union { struct { }; uint8_t U24ArrayTypeU3D24_t2467506693__padding[24]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D24_T2467506693_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 KEYVALUEPAIR_2_T858043507_H #define KEYVALUEPAIR_2_T858043507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t858043507 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value IEntityBase_t3866625305 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t858043507, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t858043507, ___value_1)); } inline IEntityBase_t3866625305 * get_value_1() const { return ___value_1; } inline IEntityBase_t3866625305 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(IEntityBase_t3866625305 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T858043507_H #ifndef U24ARRAYTYPEU3D124_T4235014447_H #define U24ARRAYTYPEU3D124_T4235014447_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=124 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D124_t4235014447 { public: union { struct { }; uint8_t U24ArrayTypeU3D124_t4235014447__padding[124]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D124_T4235014447_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_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 GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_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 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 U24ARRAYTYPEU3D16_T3253128244_H #define U24ARRAYTYPEU3D16_T3253128244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=16 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D16_t3253128244 { public: union { struct { }; uint8_t U24ArrayTypeU3D16_t3253128244__padding[16]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D16_T3253128244_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 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 KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef 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 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 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 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 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 CNETSERVICE_T1201271315_H #define CNETSERVICE_T1201271315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetService struct CNetService_t1201271315 : public ILinkListener_t2747206916 { public: // DMCore.Net.INetLink DMCore.Net.CNetService::m_pNetLink INetLink_t2717826932 * ___m_pNetLink_0; // System.Collections.Generic.List`1 DMCore.Net.CNetService::m_listeners List_1_t3594922530 * ___m_listeners_1; // BetterList`1 DMCore.Net.CNetService::m_varOutBuffer BetterList_1_t289316694 * ___m_varOutBuffer_2; // BetterList`1 DMCore.Net.CNetService::m_varStructBuffer BetterList_1_t289316694 * ___m_varStructBuffer_3; // System.Collections.Generic.LinkedList`1 DMCore.Net.CNetService::m_msgFromServer LinkedList_1_t3261532576 * ___m_msgFromServer_4; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_MsgListLock CThreadLock_t3315856551 * ___m_MsgListLock_5; // System.Int32 DMCore.Net.CNetService::m_LinkStateOld int32_t ___m_LinkStateOld_6; // System.Int32 DMCore.Net.CNetService::m_LinkStateNow int32_t ___m_LinkStateNow_7; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_Lock CThreadLock_t3315856551 * ___m_Lock_8; public: inline static int32_t get_offset_of_m_pNetLink_0() { return static_cast(offsetof(CNetService_t1201271315, ___m_pNetLink_0)); } inline INetLink_t2717826932 * get_m_pNetLink_0() const { return ___m_pNetLink_0; } inline INetLink_t2717826932 ** get_address_of_m_pNetLink_0() { return &___m_pNetLink_0; } inline void set_m_pNetLink_0(INetLink_t2717826932 * value) { ___m_pNetLink_0 = value; Il2CppCodeGenWriteBarrier((&___m_pNetLink_0), value); } inline static int32_t get_offset_of_m_listeners_1() { return static_cast(offsetof(CNetService_t1201271315, ___m_listeners_1)); } inline List_1_t3594922530 * get_m_listeners_1() const { return ___m_listeners_1; } inline List_1_t3594922530 ** get_address_of_m_listeners_1() { return &___m_listeners_1; } inline void set_m_listeners_1(List_1_t3594922530 * value) { ___m_listeners_1 = value; Il2CppCodeGenWriteBarrier((&___m_listeners_1), value); } inline static int32_t get_offset_of_m_varOutBuffer_2() { return static_cast(offsetof(CNetService_t1201271315, ___m_varOutBuffer_2)); } inline BetterList_1_t289316694 * get_m_varOutBuffer_2() const { return ___m_varOutBuffer_2; } inline BetterList_1_t289316694 ** get_address_of_m_varOutBuffer_2() { return &___m_varOutBuffer_2; } inline void set_m_varOutBuffer_2(BetterList_1_t289316694 * value) { ___m_varOutBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_varOutBuffer_2), value); } inline static int32_t get_offset_of_m_varStructBuffer_3() { return static_cast(offsetof(CNetService_t1201271315, ___m_varStructBuffer_3)); } inline BetterList_1_t289316694 * get_m_varStructBuffer_3() const { return ___m_varStructBuffer_3; } inline BetterList_1_t289316694 ** get_address_of_m_varStructBuffer_3() { return &___m_varStructBuffer_3; } inline void set_m_varStructBuffer_3(BetterList_1_t289316694 * value) { ___m_varStructBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___m_varStructBuffer_3), value); } inline static int32_t get_offset_of_m_msgFromServer_4() { return static_cast(offsetof(CNetService_t1201271315, ___m_msgFromServer_4)); } inline LinkedList_1_t3261532576 * get_m_msgFromServer_4() const { return ___m_msgFromServer_4; } inline LinkedList_1_t3261532576 ** get_address_of_m_msgFromServer_4() { return &___m_msgFromServer_4; } inline void set_m_msgFromServer_4(LinkedList_1_t3261532576 * value) { ___m_msgFromServer_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgFromServer_4), value); } inline static int32_t get_offset_of_m_MsgListLock_5() { return static_cast(offsetof(CNetService_t1201271315, ___m_MsgListLock_5)); } inline CThreadLock_t3315856551 * get_m_MsgListLock_5() const { return ___m_MsgListLock_5; } inline CThreadLock_t3315856551 ** get_address_of_m_MsgListLock_5() { return &___m_MsgListLock_5; } inline void set_m_MsgListLock_5(CThreadLock_t3315856551 * value) { ___m_MsgListLock_5 = value; Il2CppCodeGenWriteBarrier((&___m_MsgListLock_5), value); } inline static int32_t get_offset_of_m_LinkStateOld_6() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateOld_6)); } inline int32_t get_m_LinkStateOld_6() const { return ___m_LinkStateOld_6; } inline int32_t* get_address_of_m_LinkStateOld_6() { return &___m_LinkStateOld_6; } inline void set_m_LinkStateOld_6(int32_t value) { ___m_LinkStateOld_6 = value; } inline static int32_t get_offset_of_m_LinkStateNow_7() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateNow_7)); } inline int32_t get_m_LinkStateNow_7() const { return ___m_LinkStateNow_7; } inline int32_t* get_address_of_m_LinkStateNow_7() { return &___m_LinkStateNow_7; } inline void set_m_LinkStateNow_7(int32_t value) { ___m_LinkStateNow_7 = value; } inline static int32_t get_offset_of_m_Lock_8() { return static_cast(offsetof(CNetService_t1201271315, ___m_Lock_8)); } inline CThreadLock_t3315856551 * get_m_Lock_8() const { return ___m_Lock_8; } inline CThreadLock_t3315856551 ** get_address_of_m_Lock_8() { return &___m_Lock_8; } inline void set_m_Lock_8(CThreadLock_t3315856551 * value) { ___m_Lock_8 = value; Il2CppCodeGenWriteBarrier((&___m_Lock_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVICE_T1201271315_H #ifndef CNETLINK_IOS_T2636358992_H #define CNETLINK_IOS_T2636358992_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetLink_IOS struct CNetLink_IOS_t2636358992 : public INetLink_t2717826932 { public: // System.Boolean DMCore.Net.CNetLink_IOS::m_linked bool ___m_linked_2; public: inline static int32_t get_offset_of_m_linked_2() { return static_cast(offsetof(CNetLink_IOS_t2636358992, ___m_linked_2)); } inline bool get_m_linked_2() const { return ___m_linked_2; } inline bool* get_address_of_m_linked_2() { return &___m_linked_2; } inline void set_m_linked_2(bool value) { ___m_linked_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETLINK_IOS_T2636358992_H #ifndef U24ARRAYTYPEU3D112_T1514025265_H #define U24ARRAYTYPEU3D112_T1514025265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=112 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D112_t1514025265 { public: union { struct { }; uint8_t U24ArrayTypeU3D112_t1514025265__padding[112]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D112_T1514025265_H #ifndef UNHANDLEDEXCEPTIONEVENTARGS_T2886101344_H #define UNHANDLEDEXCEPTIONEVENTARGS_T2886101344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UnhandledExceptionEventArgs struct UnhandledExceptionEventArgs_t2886101344 : public EventArgs_t3591816995 { public: // System.Object System.UnhandledExceptionEventArgs::exception RuntimeObject * ___exception_1; // System.Boolean System.UnhandledExceptionEventArgs::m_isTerminating bool ___m_isTerminating_2; public: inline static int32_t get_offset_of_exception_1() { return static_cast(offsetof(UnhandledExceptionEventArgs_t2886101344, ___exception_1)); } inline RuntimeObject * get_exception_1() const { return ___exception_1; } inline RuntimeObject ** get_address_of_exception_1() { return &___exception_1; } inline void set_exception_1(RuntimeObject * value) { ___exception_1 = value; Il2CppCodeGenWriteBarrier((&___exception_1), value); } inline static int32_t get_offset_of_m_isTerminating_2() { return static_cast(offsetof(UnhandledExceptionEventArgs_t2886101344, ___m_isTerminating_2)); } inline bool get_m_isTerminating_2() const { return ___m_isTerminating_2; } inline bool* get_address_of_m_isTerminating_2() { return &___m_isTerminating_2; } inline void set_m_isTerminating_2(bool value) { ___m_isTerminating_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNHANDLEDEXCEPTIONEVENTARGS_T2886101344_H #ifndef CEVENTADDRANGE_T2605741470_H #define CEVENTADDRANGE_T2605741470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CEventAddRange struct CEventAddRange_t2605741470 : public IDataEvent_t1799629657 { public: // System.Int32 CEventAddRange::k__BackingField int32_t ___U3CStartU3Ek__BackingField_1; // System.Int32 CEventAddRange::k__BackingField int32_t ___U3CCountU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CStartU3Ek__BackingField_1() { return static_cast(offsetof(CEventAddRange_t2605741470, ___U3CStartU3Ek__BackingField_1)); } inline int32_t get_U3CStartU3Ek__BackingField_1() const { return ___U3CStartU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStartU3Ek__BackingField_1() { return &___U3CStartU3Ek__BackingField_1; } inline void set_U3CStartU3Ek__BackingField_1(int32_t value) { ___U3CStartU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_2() { return static_cast(offsetof(CEventAddRange_t2605741470, ___U3CCountU3Ek__BackingField_2)); } inline int32_t get_U3CCountU3Ek__BackingField_2() const { return ___U3CCountU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_2() { return &___U3CCountU3Ek__BackingField_2; } inline void set_U3CCountU3Ek__BackingField_2(int32_t value) { ___U3CCountU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTADDRANGE_T2605741470_H #ifndef U24ARRAYTYPEU3D12_T2488454196_H #define U24ARRAYTYPEU3D12_T2488454196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=12 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D12_t2488454196 { public: union { struct { }; uint8_t U24ArrayTypeU3D12_t2488454196__padding[12]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D12_T2488454196_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 PERSONALISECONFIG_T2812043406_H #define PERSONALISECONFIG_T2812043406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.PersonaliseConfig::headBoxType int32_t ___headBoxType_1; // UnityEngine.BoxCollider DMCore.Logic.PersonaliseConfig::k__BackingField BoxCollider_t1640800422 * ___U3CColliderUnderControlU3Ek__BackingField_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.PersonaliseConfig::m_personaliseData Dictionary_2_t3314469724 * ___m_personaliseData_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.PersonaliseConfig::m_curPlayEffect Dictionary_2_t2736202052 * ___m_curPlayEffect_4; public: inline static int32_t get_offset_of_headBoxType_1() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___headBoxType_1)); } inline int32_t get_headBoxType_1() const { return ___headBoxType_1; } inline int32_t* get_address_of_headBoxType_1() { return &___headBoxType_1; } inline void set_headBoxType_1(int32_t value) { ___headBoxType_1 = value; } inline static int32_t get_offset_of_U3CColliderUnderControlU3Ek__BackingField_2() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___U3CColliderUnderControlU3Ek__BackingField_2)); } inline BoxCollider_t1640800422 * get_U3CColliderUnderControlU3Ek__BackingField_2() const { return ___U3CColliderUnderControlU3Ek__BackingField_2; } inline BoxCollider_t1640800422 ** get_address_of_U3CColliderUnderControlU3Ek__BackingField_2() { return &___U3CColliderUnderControlU3Ek__BackingField_2; } inline void set_U3CColliderUnderControlU3Ek__BackingField_2(BoxCollider_t1640800422 * value) { ___U3CColliderUnderControlU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CColliderUnderControlU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_m_personaliseData_3() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_personaliseData_3)); } inline Dictionary_2_t3314469724 * get_m_personaliseData_3() const { return ___m_personaliseData_3; } inline Dictionary_2_t3314469724 ** get_address_of_m_personaliseData_3() { return &___m_personaliseData_3; } inline void set_m_personaliseData_3(Dictionary_2_t3314469724 * value) { ___m_personaliseData_3 = value; Il2CppCodeGenWriteBarrier((&___m_personaliseData_3), value); } inline static int32_t get_offset_of_m_curPlayEffect_4() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_curPlayEffect_4)); } inline Dictionary_2_t2736202052 * get_m_curPlayEffect_4() const { return ___m_curPlayEffect_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_curPlayEffect_4() { return &___m_curPlayEffect_4; } inline void set_m_curPlayEffect_4(Dictionary_2_t2736202052 * value) { ___m_curPlayEffect_4 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayEffect_4), value); } }; struct PersonaliseConfig_t2812043406_StaticFields { public: // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::m_Instance PersonaliseConfig_t2812043406 * ___m_Instance_5; public: inline static int32_t get_offset_of_m_Instance_5() { return static_cast(offsetof(PersonaliseConfig_t2812043406_StaticFields, ___m_Instance_5)); } inline PersonaliseConfig_t2812043406 * get_m_Instance_5() const { return ___m_Instance_5; } inline PersonaliseConfig_t2812043406 ** get_address_of_m_Instance_5() { return &___m_Instance_5; } inline void set_m_Instance_5(PersonaliseConfig_t2812043406 * value) { ___m_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERSONALISECONFIG_T2812043406_H #ifndef CACHIEVEMENTNEWCFG_T3177975818_H #define CACHIEVEMENTNEWCFG_T3177975818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAchievementNewCfg struct CAchievementNewCfg_t3177975818 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 CAchievementNewCfg::achInfo Dictionary_2_t3512355514 * ___achInfo_2; // System.Collections.Generic.Dictionary`2 CAchievementNewCfg::achInfoNext Dictionary_2_t3477736492 * ___achInfoNext_3; // System.Collections.Generic.Dictionary`2 CAchievementNewCfg::achInner Dictionary_2_t3477735814 * ___achInner_4; public: inline static int32_t get_offset_of_achInfo_2() { return static_cast(offsetof(CAchievementNewCfg_t3177975818, ___achInfo_2)); } inline Dictionary_2_t3512355514 * get_achInfo_2() const { return ___achInfo_2; } inline Dictionary_2_t3512355514 ** get_address_of_achInfo_2() { return &___achInfo_2; } inline void set_achInfo_2(Dictionary_2_t3512355514 * value) { ___achInfo_2 = value; Il2CppCodeGenWriteBarrier((&___achInfo_2), value); } inline static int32_t get_offset_of_achInfoNext_3() { return static_cast(offsetof(CAchievementNewCfg_t3177975818, ___achInfoNext_3)); } inline Dictionary_2_t3477736492 * get_achInfoNext_3() const { return ___achInfoNext_3; } inline Dictionary_2_t3477736492 ** get_address_of_achInfoNext_3() { return &___achInfoNext_3; } inline void set_achInfoNext_3(Dictionary_2_t3477736492 * value) { ___achInfoNext_3 = value; Il2CppCodeGenWriteBarrier((&___achInfoNext_3), value); } inline static int32_t get_offset_of_achInner_4() { return static_cast(offsetof(CAchievementNewCfg_t3177975818, ___achInner_4)); } inline Dictionary_2_t3477735814 * get_achInner_4() const { return ___achInner_4; } inline Dictionary_2_t3477735814 ** get_address_of_achInner_4() { return &___achInner_4; } inline void set_achInner_4(Dictionary_2_t3477735814 * value) { ___achInner_4 = value; Il2CppCodeGenWriteBarrier((&___achInner_4), value); } }; struct CAchievementNewCfg_t3177975818_StaticFields { public: // CAchievementNewCfg CAchievementNewCfg::s_Instance CAchievementNewCfg_t3177975818 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CAchievementNewCfg_t3177975818_StaticFields, ___s_Instance_1)); } inline CAchievementNewCfg_t3177975818 * get_s_Instance_1() const { return ___s_Instance_1; } inline CAchievementNewCfg_t3177975818 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CAchievementNewCfg_t3177975818 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHIEVEMENTNEWCFG_T3177975818_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 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 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 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 U24ARRAYTYPEU3D20_T1702832645_H #define U24ARRAYTYPEU3D20_T1702832645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=20 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D20_t1702832645 { public: union { struct { }; uint8_t U24ArrayTypeU3D20_t1702832645__padding[20]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D20_T1702832645_H #ifndef CACHIEVEMENTMEDALCFG_T1489202100_H #define CACHIEVEMENTMEDALCFG_T1489202100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAchievementMedalCfg struct CAchievementMedalCfg_t1489202100 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 CAchievementMedalCfg::medalInfo Dictionary_2_t1914713242 * ___medalInfo_1; public: inline static int32_t get_offset_of_medalInfo_1() { return static_cast(offsetof(CAchievementMedalCfg_t1489202100, ___medalInfo_1)); } inline Dictionary_2_t1914713242 * get_medalInfo_1() const { return ___medalInfo_1; } inline Dictionary_2_t1914713242 ** get_address_of_medalInfo_1() { return &___medalInfo_1; } inline void set_medalInfo_1(Dictionary_2_t1914713242 * value) { ___medalInfo_1 = value; Il2CppCodeGenWriteBarrier((&___medalInfo_1), value); } }; struct CAchievementMedalCfg_t1489202100_StaticFields { public: // CAchievementMedalCfg CAchievementMedalCfg::s_Instance CAchievementMedalCfg_t1489202100 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CAchievementMedalCfg_t1489202100_StaticFields, ___s_Instance_2)); } inline CAchievementMedalCfg_t1489202100 * get_s_Instance_2() const { return ___s_Instance_2; } inline CAchievementMedalCfg_t1489202100 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CAchievementMedalCfg_t1489202100 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHIEVEMENTMEDALCFG_T1489202100_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 ENUMMEMBERLEVEL_T3960553378_H #define ENUMMEMBERLEVEL_T3960553378_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // enumMemberLevel struct enumMemberLevel_t3960553378 { public: // System.Int32 enumMemberLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMemberLevel_t3960553378, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMEMBERLEVEL_T3960553378_H #ifndef CDATAMODELANY_T3819624005_H #define CDATAMODELANY_T3819624005_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelAny struct CDataModelAny_t3819624005 : public IDataModel_t653005279 { public: // System.Object CDataModelAny::m_Val RuntimeObject * ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelAny_t3819624005, ___m_Val_1)); } inline RuntimeObject * get_m_Val_1() const { return ___m_Val_1; } inline RuntimeObject ** get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(RuntimeObject * value) { ___m_Val_1 = value; Il2CppCodeGenWriteBarrier((&___m_Val_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELANY_T3819624005_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_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 CDATAMODELSTRING_T3714869824_H #define CDATAMODELSTRING_T3714869824_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelString struct CDataModelString_t3714869824 : public IDataModel_t653005279 { public: // System.String CDataModelString::m_Val String_t* ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelString_t3714869824, ___m_Val_1)); } inline String_t* get_m_Val_1() const { return ___m_Val_1; } inline String_t** get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(String_t* value) { ___m_Val_1 = value; Il2CppCodeGenWriteBarrier((&___m_Val_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELSTRING_T3714869824_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 ENUM_MAIN_TYPE_T26045903_H #define ENUM_MAIN_TYPE_T26045903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_MAIN_TYPE struct ENUM_MAIN_TYPE_t26045903 { public: // System.Int32 DMCore.DanceMode.ENUM_MAIN_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_MAIN_TYPE_t26045903, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_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_MAIN_TYPE_T26045903_H #ifndef DISABLECONDITION_T2151257518_H #define DISABLECONDITION_T2151257518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimationOrTween.DisableCondition struct DisableCondition_t2151257518 { public: // System.Int32 AnimationOrTween.DisableCondition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DisableCondition_t2151257518, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DISABLECONDITION_T2151257518_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 ENABLECONDITION_T1125033030_H #define ENABLECONDITION_T1125033030_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimationOrTween.EnableCondition struct EnableCondition_t1125033030 { public: // System.Int32 AnimationOrTween.EnableCondition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnableCondition_t1125033030, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENABLECONDITION_T1125033030_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 SEARCHOPTION_T2353013399_H #define SEARCHOPTION_T2353013399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SearchOption struct SearchOption_t2353013399 { public: // System.Int32 System.IO.SearchOption::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SearchOption_t2353013399, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEARCHOPTION_T2353013399_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 CFASHIONTAGCTR_T1928095552_H #define CFASHIONTAGCTR_T1928095552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CFashionTagCtr struct CFashionTagCtr_t1928095552 : public IMonoCtrllor_t1427182583 { public: // CDataModelInt CFashionTagCtr::k__BackingField CDataModelInt_t3463393640 * ___U3CCDataFashionU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CCDataFashionU3Ek__BackingField_1() { return static_cast(offsetof(CFashionTagCtr_t1928095552, ___U3CCDataFashionU3Ek__BackingField_1)); } inline CDataModelInt_t3463393640 * get_U3CCDataFashionU3Ek__BackingField_1() const { return ___U3CCDataFashionU3Ek__BackingField_1; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCDataFashionU3Ek__BackingField_1() { return &___U3CCDataFashionU3Ek__BackingField_1; } inline void set_U3CCDataFashionU3Ek__BackingField_1(CDataModelInt_t3463393640 * value) { ___U3CCDataFashionU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataFashionU3Ek__BackingField_1), value); } }; struct CFashionTagCtr_t1928095552_StaticFields { public: // CFashionTagCtr CFashionTagCtr::s_Instance CFashionTagCtr_t1928095552 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CFashionTagCtr_t1928095552_StaticFields, ___s_Instance_2)); } inline CFashionTagCtr_t1928095552 * get_s_Instance_2() const { return ___s_Instance_2; } inline CFashionTagCtr_t1928095552 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CFashionTagCtr_t1928095552 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFASHIONTAGCTR_T1928095552_H #ifndef DIRECTION_T2061188385_H #define DIRECTION_T2061188385_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimationOrTween.Direction struct Direction_t2061188385 { public: // System.Int32 AnimationOrTween.Direction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Direction_t2061188385, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTION_T2061188385_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 FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef CDATAMODELNETPROPERTY_T1403229243_H #define CDATAMODELNETPROPERTY_T1403229243_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelNetProperty struct CDataModelNetProperty_t1403229243 : public IDataModel_t653005279 { public: // DMCore.Framework.Scene.CProperty CDataModelNetProperty::m_netProperty CProperty_t963755051 * ___m_netProperty_1; public: inline static int32_t get_offset_of_m_netProperty_1() { return static_cast(offsetof(CDataModelNetProperty_t1403229243, ___m_netProperty_1)); } inline CProperty_t963755051 * get_m_netProperty_1() const { return ___m_netProperty_1; } inline CProperty_t963755051 ** get_address_of_m_netProperty_1() { return &___m_netProperty_1; } inline void set_m_netProperty_1(CProperty_t963755051 * value) { ___m_netProperty_1 = value; Il2CppCodeGenWriteBarrier((&___m_netProperty_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELNETPROPERTY_T1403229243_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 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 CDATAMODELNETMSG_T3113596870_H #define CDATAMODELNETMSG_T3113596870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelNetMsg struct CDataModelNetMsg_t3113596870 : public IDataModel_t653005279 { public: // DMCore.CDataArray CDataModelNetMsg::m_msgVal CDataArray_t4068198041 * ___m_msgVal_1; public: inline static int32_t get_offset_of_m_msgVal_1() { return static_cast(offsetof(CDataModelNetMsg_t3113596870, ___m_msgVal_1)); } inline CDataArray_t4068198041 * get_m_msgVal_1() const { return ___m_msgVal_1; } inline CDataArray_t4068198041 ** get_address_of_m_msgVal_1() { return &___m_msgVal_1; } inline void set_m_msgVal_1(CDataArray_t4068198041 * value) { ___m_msgVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_msgVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELNETMSG_T3113596870_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 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 CDATAMODELMAP_T1093164792_H #define CDATAMODELMAP_T1093164792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelMap struct CDataModelMap_t1093164792 : public IDataModel_t653005279 { public: // System.Collections.Generic.Dictionary`2 CDataModelMap::m_mapVal Dictionary_2_t132545152 * ___m_mapVal_1; public: inline static int32_t get_offset_of_m_mapVal_1() { return static_cast(offsetof(CDataModelMap_t1093164792, ___m_mapVal_1)); } inline Dictionary_2_t132545152 * get_m_mapVal_1() const { return ___m_mapVal_1; } inline Dictionary_2_t132545152 ** get_address_of_m_mapVal_1() { return &___m_mapVal_1; } inline void set_m_mapVal_1(Dictionary_2_t132545152 * value) { ___m_mapVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_mapVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELMAP_T1093164792_H #ifndef 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 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 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 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 CDATAMODELPROPERTY_T3423063225_H #define CDATAMODELPROPERTY_T3423063225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelProperty struct CDataModelProperty_t3423063225 : public IDataModel_t653005279 { public: // DMCore.CDataProperty CDataModelProperty::m_usrProperty CDataProperty_t2806246268 * ___m_usrProperty_1; public: inline static int32_t get_offset_of_m_usrProperty_1() { return static_cast(offsetof(CDataModelProperty_t3423063225, ___m_usrProperty_1)); } inline CDataProperty_t2806246268 * get_m_usrProperty_1() const { return ___m_usrProperty_1; } inline CDataProperty_t2806246268 ** get_address_of_m_usrProperty_1() { return &___m_usrProperty_1; } inline void set_m_usrProperty_1(CDataProperty_t2806246268 * value) { ___m_usrProperty_1 = value; Il2CppCodeGenWriteBarrier((&___m_usrProperty_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELPROPERTY_T3423063225_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 ENUMERATOR_T3923002270_H #define ENUMERATOR_T3923002270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3923002270 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1968819495 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t71524366 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3923002270, ___dictionary_0)); } inline Dictionary_2_t1968819495 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1968819495 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1968819495 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3923002270, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3923002270, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3923002270, ___current_3)); } inline KeyValuePair_2_t71524366 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t71524366 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t71524366 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3923002270_H #ifndef CDATAMODELFLOAT_T1314209436_H #define CDATAMODELFLOAT_T1314209436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelFloat struct CDataModelFloat_t1314209436 : public IDataModel_t653005279 { public: // System.Single CDataModelFloat::m_Val float ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelFloat_t1314209436, ___m_Val_1)); } inline float get_m_Val_1() const { return ___m_Val_1; } inline float* get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(float value) { ___m_Val_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELFLOAT_T1314209436_H #ifndef CDATAMODELINT_T3463393640_H #define CDATAMODELINT_T3463393640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelInt struct CDataModelInt_t3463393640 : public IDataModel_t653005279 { public: // System.Int32 CDataModelInt::m_Val int32_t ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelInt_t3463393640, ___m_Val_1)); } inline int32_t get_m_Val_1() const { return ___m_Val_1; } inline int32_t* get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(int32_t value) { ___m_Val_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELINT_T3463393640_H #ifndef ENUMERATOR_T414554115_H #define ENUMERATOR_T414554115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t414554115 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2755338636 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t858043507 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t414554115, ___dictionary_0)); } inline Dictionary_2_t2755338636 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2755338636 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2755338636 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t414554115, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t414554115, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t414554115, ___current_3)); } inline KeyValuePair_2_t858043507 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t858043507 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t858043507 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T414554115_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 BLE_STATE_T2913701594_H #define BLE_STATE_T2913701594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BLE_STATE struct BLE_STATE_t2913701594 { public: // System.Int32 BLE_STATE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BLE_STATE_t2913701594, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BLE_STATE_T2913701594_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 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 BMSYMBOL_T1586058841_H #define BMSYMBOL_T1586058841_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BMSymbol struct BMSymbol_t1586058841 : public RuntimeObject { public: // System.String BMSymbol::sequence String_t* ___sequence_0; // System.String BMSymbol::spriteName String_t* ___spriteName_1; // UIAtlas/Sprite BMSymbol::mSprite Sprite_t2895597119 * ___mSprite_2; // System.Boolean BMSymbol::mIsValid bool ___mIsValid_3; // System.Int32 BMSymbol::mLength int32_t ___mLength_4; // System.Int32 BMSymbol::mOffsetX int32_t ___mOffsetX_5; // System.Int32 BMSymbol::mOffsetY int32_t ___mOffsetY_6; // System.Int32 BMSymbol::mWidth int32_t ___mWidth_7; // System.Int32 BMSymbol::mHeight int32_t ___mHeight_8; // System.Int32 BMSymbol::mAdvance int32_t ___mAdvance_9; // UnityEngine.Rect BMSymbol::mUV Rect_t2360479859 ___mUV_10; public: inline static int32_t get_offset_of_sequence_0() { return static_cast(offsetof(BMSymbol_t1586058841, ___sequence_0)); } inline String_t* get_sequence_0() const { return ___sequence_0; } inline String_t** get_address_of_sequence_0() { return &___sequence_0; } inline void set_sequence_0(String_t* value) { ___sequence_0 = value; Il2CppCodeGenWriteBarrier((&___sequence_0), value); } inline static int32_t get_offset_of_spriteName_1() { return static_cast(offsetof(BMSymbol_t1586058841, ___spriteName_1)); } inline String_t* get_spriteName_1() const { return ___spriteName_1; } inline String_t** get_address_of_spriteName_1() { return &___spriteName_1; } inline void set_spriteName_1(String_t* value) { ___spriteName_1 = value; Il2CppCodeGenWriteBarrier((&___spriteName_1), value); } inline static int32_t get_offset_of_mSprite_2() { return static_cast(offsetof(BMSymbol_t1586058841, ___mSprite_2)); } inline Sprite_t2895597119 * get_mSprite_2() const { return ___mSprite_2; } inline Sprite_t2895597119 ** get_address_of_mSprite_2() { return &___mSprite_2; } inline void set_mSprite_2(Sprite_t2895597119 * value) { ___mSprite_2 = value; Il2CppCodeGenWriteBarrier((&___mSprite_2), value); } inline static int32_t get_offset_of_mIsValid_3() { return static_cast(offsetof(BMSymbol_t1586058841, ___mIsValid_3)); } inline bool get_mIsValid_3() const { return ___mIsValid_3; } inline bool* get_address_of_mIsValid_3() { return &___mIsValid_3; } inline void set_mIsValid_3(bool value) { ___mIsValid_3 = value; } inline static int32_t get_offset_of_mLength_4() { return static_cast(offsetof(BMSymbol_t1586058841, ___mLength_4)); } inline int32_t get_mLength_4() const { return ___mLength_4; } inline int32_t* get_address_of_mLength_4() { return &___mLength_4; } inline void set_mLength_4(int32_t value) { ___mLength_4 = value; } inline static int32_t get_offset_of_mOffsetX_5() { return static_cast(offsetof(BMSymbol_t1586058841, ___mOffsetX_5)); } inline int32_t get_mOffsetX_5() const { return ___mOffsetX_5; } inline int32_t* get_address_of_mOffsetX_5() { return &___mOffsetX_5; } inline void set_mOffsetX_5(int32_t value) { ___mOffsetX_5 = value; } inline static int32_t get_offset_of_mOffsetY_6() { return static_cast(offsetof(BMSymbol_t1586058841, ___mOffsetY_6)); } inline int32_t get_mOffsetY_6() const { return ___mOffsetY_6; } inline int32_t* get_address_of_mOffsetY_6() { return &___mOffsetY_6; } inline void set_mOffsetY_6(int32_t value) { ___mOffsetY_6 = value; } inline static int32_t get_offset_of_mWidth_7() { return static_cast(offsetof(BMSymbol_t1586058841, ___mWidth_7)); } inline int32_t get_mWidth_7() const { return ___mWidth_7; } inline int32_t* get_address_of_mWidth_7() { return &___mWidth_7; } inline void set_mWidth_7(int32_t value) { ___mWidth_7 = value; } inline static int32_t get_offset_of_mHeight_8() { return static_cast(offsetof(BMSymbol_t1586058841, ___mHeight_8)); } inline int32_t get_mHeight_8() const { return ___mHeight_8; } inline int32_t* get_address_of_mHeight_8() { return &___mHeight_8; } inline void set_mHeight_8(int32_t value) { ___mHeight_8 = value; } inline static int32_t get_offset_of_mAdvance_9() { return static_cast(offsetof(BMSymbol_t1586058841, ___mAdvance_9)); } inline int32_t get_mAdvance_9() const { return ___mAdvance_9; } inline int32_t* get_address_of_mAdvance_9() { return &___mAdvance_9; } inline void set_mAdvance_9(int32_t value) { ___mAdvance_9 = value; } inline static int32_t get_offset_of_mUV_10() { return static_cast(offsetof(BMSymbol_t1586058841, ___mUV_10)); } inline Rect_t2360479859 get_mUV_10() const { return ___mUV_10; } inline Rect_t2360479859 * get_address_of_mUV_10() { return &___mUV_10; } inline void set_mUV_10(Rect_t2360479859 value) { ___mUV_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BMSYMBOL_T1586058841_H #ifndef STRINGSPLITOPTIONS_T641086070_H #define STRINGSPLITOPTIONS_T641086070_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringSplitOptions struct StringSplitOptions_t641086070 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringSplitOptions_t641086070, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGSPLITOPTIONS_T641086070_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 ENUMSWEEP_T648686677_H #define ENUMSWEEP_T648686677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumSweep struct enumSweep_t648686677 { public: // System.Int32 DMCore.Logic.enumSweep::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSweep_t648686677, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSWEEP_T648686677_H #ifndef ENUMACHIEVEMENTTYPE_T1398225283_H #define ENUMACHIEVEMENTTYPE_T1398225283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumAchievementType struct enumAchievementType_t1398225283 { public: // System.Int32 DMCore.Logic.enumAchievementType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumAchievementType_t1398225283, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMACHIEVEMENTTYPE_T1398225283_H #ifndef PLAYMODE_T3051407859_H #define PLAYMODE_T3051407859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.PlayMode struct PlayMode_t3051407859 { public: // System.Int32 UnityEngine.PlayMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PlayMode_t3051407859, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYMODE_T3051407859_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 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 TRACKEDREFERENCE_T1199777556_H #define TRACKEDREFERENCE_T1199777556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TrackedReference struct TrackedReference_t1199777556 : public RuntimeObject { public: // System.IntPtr UnityEngine.TrackedReference::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(TrackedReference_t1199777556, ___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.TrackedReference struct TrackedReference_t1199777556_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.TrackedReference struct TrackedReference_t1199777556_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // TRACKEDREFERENCE_T1199777556_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 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 PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRINCIPALPOLICY_T1761212333_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_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 ENUMCHATCONTACTLABEL_T3805769299_H #define ENUMCHATCONTACTLABEL_T3805769299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatContactLabel struct enumChatContactLabel_t3805769299 { public: // System.Int32 DMCore.Logic.enumChatContactLabel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatContactLabel_t3805769299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHATCONTACTLABEL_T3805769299_H #ifndef 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 LOGSEVERITY_T3776021818_H #define LOGSEVERITY_T3776021818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LogSeverity struct LogSeverity_t3776021818 { public: // System.Int32 LogSeverity::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogSeverity_t3776021818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGSEVERITY_T3776021818_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255366 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields { public: // /$ArrayType=28 ::$field-4E9CA25A5155AA319074108510CD9CFED297FA81 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0; // /$ArrayType=28 ::$field-9D68C35C5471CEC1B675816185F9F25D1F9D1335 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1; // /$ArrayType=28 ::$field-F3A0F595CA5F8AE023625DABA745AF21C468CB01 U24ArrayTypeU3D28_t173484549 ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2; // /$ArrayType=28 ::$field-A0026CF97DA7F1D038E679EAE261D1067E7B6514 U24ArrayTypeU3D28_t173484549 ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3; // /$ArrayType=124 ::$field-5AB7D59C6B235DDF1049955538B64DC36FC29B8D U24ArrayTypeU3D124_t4235014447 ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4; // /$ArrayType=20 ::$field-CDA46F1C24B92FA8375164475268E0375C6A403D U24ArrayTypeU3D20_t1702832645 ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5; // /$ArrayType=16 ::$field-C464EFB043118A5B4728DF747EFFA15EEB975B39 U24ArrayTypeU3D16_t3253128244 ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6; // /$ArrayType=16 ::$field-CA7DE7AE09F92D4AADE4BB6056E85447073ADEAE U24ArrayTypeU3D16_t3253128244 ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7; // /$ArrayType=36 ::$field-D1BA06833B17074AE2E24F49A9AFC0DDED59A0D9 U24ArrayTypeU3D36_t120960362 ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8; // /$ArrayType=16 ::$field-47B2799ED1500B1D99BF6F975592A5B62EEB657E U24ArrayTypeU3D16_t3253128244 ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9; // /$ArrayType=48 ::$field-CFB142D69DA3E831AED3DE2109DEBFC47DA588FA U24ArrayTypeU3D48_t1336283963 ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10; // /$ArrayType=44 ::$field-B7D5F41E655160B30FAE1541F799606D7BAD073D U24ArrayTypeU3D44_t3630306107 ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11; // /$ArrayType=28 ::$field-50567A6578C37E24118E2B7EE8F5C7930666F62F U24ArrayTypeU3D28_t173484549 ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12; // /$ArrayType=24 ::$field-DB17E883A647963A26D973378923EF4649801319 U24ArrayTypeU3D24_t2467506693 ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13; // /$ArrayType=28 ::$field-3E127912C0F6215D91F56087635A1693D4CB2313 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14; // /$ArrayType=24 ::$field-64B9EAB25B296920D84557BAC10A585B7686D584 U24ArrayTypeU3D24_t2467506693 ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15; // /$ArrayType=12 ::$field-579346C3540DA709BDBCB3148411DE4D7866C589 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16; // /$ArrayType=40 ::$field-22F670DCBB0D099099AD3A1BC67708257C4E0804 U24ArrayTypeU3D40_t2865632059 ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17; // /$ArrayType=16 ::$field-00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71 U24ArrayTypeU3D16_t3253128244 ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18; // /$ArrayType=20 ::$field-A9479697CCC5E9866425610C1E5631A32C104FD9 U24ArrayTypeU3D20_t1702832645 ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19; // /$ArrayType=16 ::$field-D1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3 U24ArrayTypeU3D16_t3253128244 ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20; // /$ArrayType=40 ::$field-567D89681F4438B5FDBE7C9D7BFE54223C414B95 U24ArrayTypeU3D40_t2865632059 ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21; // /$ArrayType=20 ::$field-BE934513F25BF1F8AD09D3F06DDE3B240DF36FD7 U24ArrayTypeU3D20_t1702832645 ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22; // /$ArrayType=12 ::$field-148E9E3E864CD628C70D3DC1D8309483BD8C0E89 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23; // /$ArrayType=12 ::$field-AAF72C1002FDBCAE040DAE16A10D82184CE83679 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24; // /$ArrayType=12 ::$field-5CF7299F6558A8AC3F821B4F2F65F23798D319D3 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25; // /$ArrayType=12 ::$field-B67A7FB4648C62F6A1337CA473436D0E787E8633 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26; // /$ArrayType=12 ::$field-C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27; // /$ArrayType=12 ::$field-FAD52931F5B79811D31566BB18B6E0B5D2E2A164 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28; // /$ArrayType=112 ::$field-50B1635D1FB2907A171B71751E1A3FA79423CA17 U24ArrayTypeU3D112_t1514025265 ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29; // /$ArrayType=64 ::$field-DB1AF13F41A110B000ECFFF980C9691DEE5900BD U24ArrayTypeU3D64_t498138225 ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30; public: inline static int32_t get_offset_of_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0() const { return ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0() { return &___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0; } inline void set_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0 = value; } inline static int32_t get_offset_of_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1() const { return ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1() { return &___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1; } inline void set_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1 = value; } inline static int32_t get_offset_of_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2() const { return ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2() { return &___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2; } inline void set_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2 = value; } inline static int32_t get_offset_of_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3() const { return ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3() { return &___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3; } inline void set_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3 = value; } inline static int32_t get_offset_of_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4)); } inline U24ArrayTypeU3D124_t4235014447 get_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4() const { return ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4; } inline U24ArrayTypeU3D124_t4235014447 * get_address_of_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4() { return &___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4; } inline void set_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4(U24ArrayTypeU3D124_t4235014447 value) { ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4 = value; } inline static int32_t get_offset_of_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5)); } inline U24ArrayTypeU3D20_t1702832645 get_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5() const { return ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5; } inline U24ArrayTypeU3D20_t1702832645 * get_address_of_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5() { return &___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5; } inline void set_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5(U24ArrayTypeU3D20_t1702832645 value) { ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5 = value; } inline static int32_t get_offset_of_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6() const { return ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6() { return &___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6; } inline void set_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6 = value; } inline static int32_t get_offset_of_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7() const { return ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7() { return &___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7; } inline void set_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7 = value; } inline static int32_t get_offset_of_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8)); } inline U24ArrayTypeU3D36_t120960362 get_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8() const { return ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8; } inline U24ArrayTypeU3D36_t120960362 * get_address_of_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8() { return &___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8; } inline void set_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8(U24ArrayTypeU3D36_t120960362 value) { ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8 = value; } inline static int32_t get_offset_of_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9() const { return ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9() { return &___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9; } inline void set_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9 = value; } inline static int32_t get_offset_of_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10)); } inline U24ArrayTypeU3D48_t1336283963 get_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10() const { return ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10; } inline U24ArrayTypeU3D48_t1336283963 * get_address_of_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10() { return &___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10; } inline void set_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10(U24ArrayTypeU3D48_t1336283963 value) { ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10 = value; } inline static int32_t get_offset_of_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11)); } inline U24ArrayTypeU3D44_t3630306107 get_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11() const { return ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11; } inline U24ArrayTypeU3D44_t3630306107 * get_address_of_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11() { return &___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11; } inline void set_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11(U24ArrayTypeU3D44_t3630306107 value) { ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11 = value; } inline static int32_t get_offset_of_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12() const { return ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12() { return &___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12; } inline void set_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12 = value; } inline static int32_t get_offset_of_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13)); } inline U24ArrayTypeU3D24_t2467506693 get_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13() const { return ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13; } inline U24ArrayTypeU3D24_t2467506693 * get_address_of_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13() { return &___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13; } inline void set_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13(U24ArrayTypeU3D24_t2467506693 value) { ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13 = value; } inline static int32_t get_offset_of_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14() const { return ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14() { return &___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14; } inline void set_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14 = value; } inline static int32_t get_offset_of_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15)); } inline U24ArrayTypeU3D24_t2467506693 get_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15() const { return ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15; } inline U24ArrayTypeU3D24_t2467506693 * get_address_of_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15() { return &___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15; } inline void set_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15(U24ArrayTypeU3D24_t2467506693 value) { ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15 = value; } inline static int32_t get_offset_of_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16() const { return ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16() { return &___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16; } inline void set_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16 = value; } inline static int32_t get_offset_of_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17)); } inline U24ArrayTypeU3D40_t2865632059 get_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17() const { return ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17; } inline U24ArrayTypeU3D40_t2865632059 * get_address_of_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17() { return &___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17; } inline void set_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17(U24ArrayTypeU3D40_t2865632059 value) { ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17 = value; } inline static int32_t get_offset_of_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18() const { return ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18() { return &___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18; } inline void set_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18 = value; } inline static int32_t get_offset_of_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19)); } inline U24ArrayTypeU3D20_t1702832645 get_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19() const { return ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19; } inline U24ArrayTypeU3D20_t1702832645 * get_address_of_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19() { return &___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19; } inline void set_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19(U24ArrayTypeU3D20_t1702832645 value) { ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19 = value; } inline static int32_t get_offset_of_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20() const { return ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20() { return &___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20; } inline void set_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20 = value; } inline static int32_t get_offset_of_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21)); } inline U24ArrayTypeU3D40_t2865632059 get_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21() const { return ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21; } inline U24ArrayTypeU3D40_t2865632059 * get_address_of_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21() { return &___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21; } inline void set_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21(U24ArrayTypeU3D40_t2865632059 value) { ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21 = value; } inline static int32_t get_offset_of_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22)); } inline U24ArrayTypeU3D20_t1702832645 get_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22() const { return ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22; } inline U24ArrayTypeU3D20_t1702832645 * get_address_of_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22() { return &___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22; } inline void set_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22(U24ArrayTypeU3D20_t1702832645 value) { ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22 = value; } inline static int32_t get_offset_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23() const { return ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23() { return &___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23; } inline void set_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23 = value; } inline static int32_t get_offset_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24() const { return ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24() { return &___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24; } inline void set_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24 = value; } inline static int32_t get_offset_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25() const { return ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25() { return &___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25; } inline void set_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25 = value; } inline static int32_t get_offset_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26() const { return ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26() { return &___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26; } inline void set_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26 = value; } inline static int32_t get_offset_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27() const { return ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27() { return &___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27; } inline void set_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27 = value; } inline static int32_t get_offset_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28() const { return ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28() { return &___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28; } inline void set_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28 = value; } inline static int32_t get_offset_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29)); } inline U24ArrayTypeU3D112_t1514025265 get_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29() const { return ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29; } inline U24ArrayTypeU3D112_t1514025265 * get_address_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29() { return &___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29; } inline void set_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29(U24ArrayTypeU3D112_t1514025265 value) { ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29 = value; } inline static int32_t get_offset_of_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30)); } inline U24ArrayTypeU3D64_t498138225 get_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30() const { return ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30; } inline U24ArrayTypeU3D64_t498138225 * get_address_of_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30() { return &___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30; } inline void set_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30(U24ArrayTypeU3D64_t498138225 value) { ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_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 ENUMWALKTYPE_T4000804588_H #define ENUMWALKTYPE_T4000804588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumWalkType struct enumWalkType_t4000804588 { public: // System.Int32 DMCore.Framework.Scene.enumWalkType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumWalkType_t4000804588, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMWALKTYPE_T4000804588_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 ENUMCHATCHANNEL_T162432249_H #define ENUMCHATCHANNEL_T162432249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatChannel struct enumChatChannel_t162432249 { public: // System.Int32 DMCore.Logic.enumChatChannel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatChannel_t162432249, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHATCHANNEL_T162432249_H #ifndef RECTOFFSET_T1369453676_H #define RECTOFFSET_T1369453676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectOffset struct RectOffset_t1369453676 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_t1369453676, ___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; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(RectOffset_t1369453676, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceStyle_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; #endif // RECTOFFSET_T1369453676_H #ifndef MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef CUIRESWWWSTATE_T306407309_H #define CUIRESWWWSTATE_T306407309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW/CUIResWWWState struct CUIResWWWState_t306407309 { public: // System.Int32 CUIResWWW/CUIResWWWState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CUIResWWWState_t306407309, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIRESWWWSTATE_T306407309_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 EMPAGE_T3202344075_H #define EMPAGE_T3202344075_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicLogin_main_page/emPage struct emPage_t3202344075 { public: // System.Int32 logicLogin_main_page/emPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(emPage_t3202344075, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMPAGE_T3202344075_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 LOGTYPE_T73765434_H #define LOGTYPE_T73765434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LogType struct LogType_t73765434 { public: // System.Int32 UnityEngine.LogType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogType_t73765434, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGTYPE_T73765434_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 CDATAMODELLIST_T1133308508_H #define CDATAMODELLIST_T1133308508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelList struct CDataModelList_t1133308508 : public IDataModel_t653005279 { public: // System.Collections.Generic.List`1 CDataModelList::m_listVal List_1_t257213610 * ___m_listVal_1; public: inline static int32_t get_offset_of_m_listVal_1() { return static_cast(offsetof(CDataModelList_t1133308508, ___m_listVal_1)); } inline List_1_t257213610 * get_m_listVal_1() const { return ___m_listVal_1; } inline List_1_t257213610 ** get_address_of_m_listVal_1() { return &___m_listVal_1; } inline void set_m_listVal_1(List_1_t257213610 * value) { ___m_listVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_listVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELLIST_T1133308508_H #ifndef ICAMERAANIMNODE_T4081366738_H #define ICAMERAANIMNODE_T4081366738_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.ICameraAnimNode struct ICameraAnimNode_t4081366738 : public CAnimNode_t3327376431 { public: // UnityEngine.Quaternion DMCore.Framework.Movie.ICameraAnimNode::m_Rotation Quaternion_t2301928331 ___m_Rotation_7; // UnityEngine.Vector3 DMCore.Framework.Movie.ICameraAnimNode::m_Position Vector3_t3722313464 ___m_Position_8; public: inline static int32_t get_offset_of_m_Rotation_7() { return static_cast(offsetof(ICameraAnimNode_t4081366738, ___m_Rotation_7)); } inline Quaternion_t2301928331 get_m_Rotation_7() const { return ___m_Rotation_7; } inline Quaternion_t2301928331 * get_address_of_m_Rotation_7() { return &___m_Rotation_7; } inline void set_m_Rotation_7(Quaternion_t2301928331 value) { ___m_Rotation_7 = value; } inline static int32_t get_offset_of_m_Position_8() { return static_cast(offsetof(ICameraAnimNode_t4081366738, ___m_Position_8)); } inline Vector3_t3722313464 get_m_Position_8() const { return ___m_Position_8; } inline Vector3_t3722313464 * get_address_of_m_Position_8() { return &___m_Position_8; } inline void set_m_Position_8(Vector3_t3722313464 value) { ___m_Position_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ICAMERAANIMNODE_T4081366738_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 TRIGGER_T3745258312_H #define TRIGGER_T3745258312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimationOrTween.Trigger struct Trigger_t3745258312 { public: // System.Int32 AnimationOrTween.Trigger::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Trigger_t3745258312, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_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_T3745258312_H #ifndef ACTIVITYMENBERRENEWCONTROLLER_T222386189_H #define ACTIVITYMENBERRENEWCONTROLLER_T222386189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ActivityMenberRenewController struct ActivityMenberRenewController_t222386189 : public IMonoCtrllor_t1427182583 { public: // System.Int32 ActivityMenberRenewController::m_CurrentMemberGrade int32_t ___m_CurrentMemberGrade_2; // System.Int32 ActivityMenberRenewController::m_SurplusDay int32_t ___m_SurplusDay_3; // System.Int32 ActivityMenberRenewController::m_DrawSuiplusDay int32_t ___m_DrawSuiplusDay_4; // System.Int32 ActivityMenberRenewController::m_MemberType int32_t ___m_MemberType_5; public: inline static int32_t get_offset_of_m_CurrentMemberGrade_2() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_CurrentMemberGrade_2)); } inline int32_t get_m_CurrentMemberGrade_2() const { return ___m_CurrentMemberGrade_2; } inline int32_t* get_address_of_m_CurrentMemberGrade_2() { return &___m_CurrentMemberGrade_2; } inline void set_m_CurrentMemberGrade_2(int32_t value) { ___m_CurrentMemberGrade_2 = value; } inline static int32_t get_offset_of_m_SurplusDay_3() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_SurplusDay_3)); } inline int32_t get_m_SurplusDay_3() const { return ___m_SurplusDay_3; } inline int32_t* get_address_of_m_SurplusDay_3() { return &___m_SurplusDay_3; } inline void set_m_SurplusDay_3(int32_t value) { ___m_SurplusDay_3 = value; } inline static int32_t get_offset_of_m_DrawSuiplusDay_4() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_DrawSuiplusDay_4)); } inline int32_t get_m_DrawSuiplusDay_4() const { return ___m_DrawSuiplusDay_4; } inline int32_t* get_address_of_m_DrawSuiplusDay_4() { return &___m_DrawSuiplusDay_4; } inline void set_m_DrawSuiplusDay_4(int32_t value) { ___m_DrawSuiplusDay_4 = value; } inline static int32_t get_offset_of_m_MemberType_5() { return static_cast(offsetof(ActivityMenberRenewController_t222386189, ___m_MemberType_5)); } inline int32_t get_m_MemberType_5() const { return ___m_MemberType_5; } inline int32_t* get_address_of_m_MemberType_5() { return &___m_MemberType_5; } inline void set_m_MemberType_5(int32_t value) { ___m_MemberType_5 = value; } }; struct ActivityMenberRenewController_t222386189_StaticFields { public: // ActivityMenberRenewController ActivityMenberRenewController::s_instance ActivityMenberRenewController_t222386189 * ___s_instance_1; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(ActivityMenberRenewController_t222386189_StaticFields, ___s_instance_1)); } inline ActivityMenberRenewController_t222386189 * get_s_instance_1() const { return ___s_instance_1; } inline ActivityMenberRenewController_t222386189 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(ActivityMenberRenewController_t222386189 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVITYMENBERRENEWCONTROLLER_T222386189_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 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 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 COMMON_T3802143103_H #define COMMON_T3802143103_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Common struct Common_t3802143103 : public RuntimeObject { public: public: }; struct Common_t3802143103_StaticFields { public: // System.Int32 DMCore.Common::INVALID_ID int32_t ___INVALID_ID_0; // System.Int32 DMCore.Common::MIN_LEVEL_NUMBER int32_t ___MIN_LEVEL_NUMBER_1; // System.Int32 DMCore.Common::MAX_LEVEL_NUMBER int32_t ___MAX_LEVEL_NUMBER_2; // System.Int32 DMCore.Common::CHAT_SAVE_MAX_COUNT int32_t ___CHAT_SAVE_MAX_COUNT_3; // System.Int32 DMCore.Common::CHAT_SAVE_TIME_SPAN int32_t ___CHAT_SAVE_TIME_SPAN_4; // System.Int32 DMCore.Common::CHAT_CONTENT_COUNT_CACHE int32_t ___CHAT_CONTENT_COUNT_CACHE_5; // System.Int32 DMCore.Common::MESSAGE_SAVE_MAX_COUNT int32_t ___MESSAGE_SAVE_MAX_COUNT_6; // System.Int32 DMCore.Common::MESSAGE_SAVE_TIME_SPAN int32_t ___MESSAGE_SAVE_TIME_SPAN_7; // System.Single DMCore.Common::SYSTEMBROAD_ROLL_SPEED float ___SYSTEMBROAD_ROLL_SPEED_8; // System.Int32 DMCore.Common::SHOPPING_CART_MAX_CAPACITY int32_t ___SHOPPING_CART_MAX_CAPACITY_9; // System.Int32 DMCore.Common::CURRENT_PROTOCOL_VERSION int32_t ___CURRENT_PROTOCOL_VERSION_10; // System.Single DMCore.Common::NET_MESSAGE_OVER_TIME float ___NET_MESSAGE_OVER_TIME_11; // System.Int32 DMCore.Common::MAX_SEND_INVITED_TIMES int32_t ___MAX_SEND_INVITED_TIMES_12; // System.Int32 DMCore.Common::MAX_RECV_INVITED_TIMES int32_t ___MAX_RECV_INVITED_TIMES_13; // System.Single DMCore.Common::TIME_SPAN_TO_RESET_RECV_CNT float ___TIME_SPAN_TO_RESET_RECV_CNT_14; // System.Single DMCore.Common::MAX_SPEAKER_LIFE_TIME float ___MAX_SPEAKER_LIFE_TIME_15; // System.Single DMCore.Common::CHAT_REFRESH_ONLINESTATE float ___CHAT_REFRESH_ONLINESTATE_16; // System.Int32 DMCore.Common::MIN_CLOTH_CONFIG_ID int32_t ___MIN_CLOTH_CONFIG_ID_17; // System.Int32 DMCore.Common::MIN_PROPS_CONFIG_ID int32_t ___MIN_PROPS_CONFIG_ID_18; // System.Single DMCore.Common::FULL_DOWN_CHECK_FREQUENCY float ___FULL_DOWN_CHECK_FREQUENCY_19; // System.Int32 DMCore.Common::CLASSICAL_QUEUE_BEAT_COUNT int32_t ___CLASSICAL_QUEUE_BEAT_COUNT_20; // System.Int32 DMCore.Common::CLASSICAL_JUDGE_BEAT_COUNT int32_t ___CLASSICAL_JUDGE_BEAT_COUNT_21; // System.Int32 DMCore.Common::CLASSICAL_MIN_KEY_LEVEL int32_t ___CLASSICAL_MIN_KEY_LEVEL_22; // System.Int32 DMCore.Common::CLASSICAL_MAX_KEY_LEVEL int32_t ___CLASSICAL_MAX_KEY_LEVEL_23; // System.Int32 DMCore.Common::CLASSICAL_USER_RANDOM_KEY int32_t ___CLASSICAL_USER_RANDOM_KEY_24; // System.Int32 DMCore.Common::PROTECTED_LEVEL int32_t ___PROTECTED_LEVEL_25; // System.Int32 DMCore.Common::ROOM_COUNT_ONE_PAGE int32_t ___ROOM_COUNT_ONE_PAGE_26; // System.Single DMCore.Common::PET_DEFAULT_WALK_SPEED float ___PET_DEFAULT_WALK_SPEED_27; // System.Single DMCore.Common::PET_DEFAULT_SAFE_DISTANCE float ___PET_DEFAULT_SAFE_DISTANCE_28; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_29; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION_W Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_W_30; // System.Single DMCore.Common::SINGLE_PAGE_DEPTH float ___SINGLE_PAGE_DEPTH_31; public: inline static int32_t get_offset_of_INVALID_ID_0() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___INVALID_ID_0)); } inline int32_t get_INVALID_ID_0() const { return ___INVALID_ID_0; } inline int32_t* get_address_of_INVALID_ID_0() { return &___INVALID_ID_0; } inline void set_INVALID_ID_0(int32_t value) { ___INVALID_ID_0 = value; } inline static int32_t get_offset_of_MIN_LEVEL_NUMBER_1() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_LEVEL_NUMBER_1)); } inline int32_t get_MIN_LEVEL_NUMBER_1() const { return ___MIN_LEVEL_NUMBER_1; } inline int32_t* get_address_of_MIN_LEVEL_NUMBER_1() { return &___MIN_LEVEL_NUMBER_1; } inline void set_MIN_LEVEL_NUMBER_1(int32_t value) { ___MIN_LEVEL_NUMBER_1 = value; } inline static int32_t get_offset_of_MAX_LEVEL_NUMBER_2() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_LEVEL_NUMBER_2)); } inline int32_t get_MAX_LEVEL_NUMBER_2() const { return ___MAX_LEVEL_NUMBER_2; } inline int32_t* get_address_of_MAX_LEVEL_NUMBER_2() { return &___MAX_LEVEL_NUMBER_2; } inline void set_MAX_LEVEL_NUMBER_2(int32_t value) { ___MAX_LEVEL_NUMBER_2 = value; } inline static int32_t get_offset_of_CHAT_SAVE_MAX_COUNT_3() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_MAX_COUNT_3)); } inline int32_t get_CHAT_SAVE_MAX_COUNT_3() const { return ___CHAT_SAVE_MAX_COUNT_3; } inline int32_t* get_address_of_CHAT_SAVE_MAX_COUNT_3() { return &___CHAT_SAVE_MAX_COUNT_3; } inline void set_CHAT_SAVE_MAX_COUNT_3(int32_t value) { ___CHAT_SAVE_MAX_COUNT_3 = value; } inline static int32_t get_offset_of_CHAT_SAVE_TIME_SPAN_4() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_TIME_SPAN_4)); } inline int32_t get_CHAT_SAVE_TIME_SPAN_4() const { return ___CHAT_SAVE_TIME_SPAN_4; } inline int32_t* get_address_of_CHAT_SAVE_TIME_SPAN_4() { return &___CHAT_SAVE_TIME_SPAN_4; } inline void set_CHAT_SAVE_TIME_SPAN_4(int32_t value) { ___CHAT_SAVE_TIME_SPAN_4 = value; } inline static int32_t get_offset_of_CHAT_CONTENT_COUNT_CACHE_5() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_CONTENT_COUNT_CACHE_5)); } inline int32_t get_CHAT_CONTENT_COUNT_CACHE_5() const { return ___CHAT_CONTENT_COUNT_CACHE_5; } inline int32_t* get_address_of_CHAT_CONTENT_COUNT_CACHE_5() { return &___CHAT_CONTENT_COUNT_CACHE_5; } inline void set_CHAT_CONTENT_COUNT_CACHE_5(int32_t value) { ___CHAT_CONTENT_COUNT_CACHE_5 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_MAX_COUNT_6() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_MAX_COUNT_6)); } inline int32_t get_MESSAGE_SAVE_MAX_COUNT_6() const { return ___MESSAGE_SAVE_MAX_COUNT_6; } inline int32_t* get_address_of_MESSAGE_SAVE_MAX_COUNT_6() { return &___MESSAGE_SAVE_MAX_COUNT_6; } inline void set_MESSAGE_SAVE_MAX_COUNT_6(int32_t value) { ___MESSAGE_SAVE_MAX_COUNT_6 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_TIME_SPAN_7() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_TIME_SPAN_7)); } inline int32_t get_MESSAGE_SAVE_TIME_SPAN_7() const { return ___MESSAGE_SAVE_TIME_SPAN_7; } inline int32_t* get_address_of_MESSAGE_SAVE_TIME_SPAN_7() { return &___MESSAGE_SAVE_TIME_SPAN_7; } inline void set_MESSAGE_SAVE_TIME_SPAN_7(int32_t value) { ___MESSAGE_SAVE_TIME_SPAN_7 = value; } inline static int32_t get_offset_of_SYSTEMBROAD_ROLL_SPEED_8() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SYSTEMBROAD_ROLL_SPEED_8)); } inline float get_SYSTEMBROAD_ROLL_SPEED_8() const { return ___SYSTEMBROAD_ROLL_SPEED_8; } inline float* get_address_of_SYSTEMBROAD_ROLL_SPEED_8() { return &___SYSTEMBROAD_ROLL_SPEED_8; } inline void set_SYSTEMBROAD_ROLL_SPEED_8(float value) { ___SYSTEMBROAD_ROLL_SPEED_8 = value; } inline static int32_t get_offset_of_SHOPPING_CART_MAX_CAPACITY_9() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SHOPPING_CART_MAX_CAPACITY_9)); } inline int32_t get_SHOPPING_CART_MAX_CAPACITY_9() const { return ___SHOPPING_CART_MAX_CAPACITY_9; } inline int32_t* get_address_of_SHOPPING_CART_MAX_CAPACITY_9() { return &___SHOPPING_CART_MAX_CAPACITY_9; } inline void set_SHOPPING_CART_MAX_CAPACITY_9(int32_t value) { ___SHOPPING_CART_MAX_CAPACITY_9 = value; } inline static int32_t get_offset_of_CURRENT_PROTOCOL_VERSION_10() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CURRENT_PROTOCOL_VERSION_10)); } inline int32_t get_CURRENT_PROTOCOL_VERSION_10() const { return ___CURRENT_PROTOCOL_VERSION_10; } inline int32_t* get_address_of_CURRENT_PROTOCOL_VERSION_10() { return &___CURRENT_PROTOCOL_VERSION_10; } inline void set_CURRENT_PROTOCOL_VERSION_10(int32_t value) { ___CURRENT_PROTOCOL_VERSION_10 = value; } inline static int32_t get_offset_of_NET_MESSAGE_OVER_TIME_11() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___NET_MESSAGE_OVER_TIME_11)); } inline float get_NET_MESSAGE_OVER_TIME_11() const { return ___NET_MESSAGE_OVER_TIME_11; } inline float* get_address_of_NET_MESSAGE_OVER_TIME_11() { return &___NET_MESSAGE_OVER_TIME_11; } inline void set_NET_MESSAGE_OVER_TIME_11(float value) { ___NET_MESSAGE_OVER_TIME_11 = value; } inline static int32_t get_offset_of_MAX_SEND_INVITED_TIMES_12() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SEND_INVITED_TIMES_12)); } inline int32_t get_MAX_SEND_INVITED_TIMES_12() const { return ___MAX_SEND_INVITED_TIMES_12; } inline int32_t* get_address_of_MAX_SEND_INVITED_TIMES_12() { return &___MAX_SEND_INVITED_TIMES_12; } inline void set_MAX_SEND_INVITED_TIMES_12(int32_t value) { ___MAX_SEND_INVITED_TIMES_12 = value; } inline static int32_t get_offset_of_MAX_RECV_INVITED_TIMES_13() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_RECV_INVITED_TIMES_13)); } inline int32_t get_MAX_RECV_INVITED_TIMES_13() const { return ___MAX_RECV_INVITED_TIMES_13; } inline int32_t* get_address_of_MAX_RECV_INVITED_TIMES_13() { return &___MAX_RECV_INVITED_TIMES_13; } inline void set_MAX_RECV_INVITED_TIMES_13(int32_t value) { ___MAX_RECV_INVITED_TIMES_13 = value; } inline static int32_t get_offset_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___TIME_SPAN_TO_RESET_RECV_CNT_14)); } inline float get_TIME_SPAN_TO_RESET_RECV_CNT_14() const { return ___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline float* get_address_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return &___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline void set_TIME_SPAN_TO_RESET_RECV_CNT_14(float value) { ___TIME_SPAN_TO_RESET_RECV_CNT_14 = value; } inline static int32_t get_offset_of_MAX_SPEAKER_LIFE_TIME_15() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SPEAKER_LIFE_TIME_15)); } inline float get_MAX_SPEAKER_LIFE_TIME_15() const { return ___MAX_SPEAKER_LIFE_TIME_15; } inline float* get_address_of_MAX_SPEAKER_LIFE_TIME_15() { return &___MAX_SPEAKER_LIFE_TIME_15; } inline void set_MAX_SPEAKER_LIFE_TIME_15(float value) { ___MAX_SPEAKER_LIFE_TIME_15 = value; } inline static int32_t get_offset_of_CHAT_REFRESH_ONLINESTATE_16() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_REFRESH_ONLINESTATE_16)); } inline float get_CHAT_REFRESH_ONLINESTATE_16() const { return ___CHAT_REFRESH_ONLINESTATE_16; } inline float* get_address_of_CHAT_REFRESH_ONLINESTATE_16() { return &___CHAT_REFRESH_ONLINESTATE_16; } inline void set_CHAT_REFRESH_ONLINESTATE_16(float value) { ___CHAT_REFRESH_ONLINESTATE_16 = value; } inline static int32_t get_offset_of_MIN_CLOTH_CONFIG_ID_17() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_CLOTH_CONFIG_ID_17)); } inline int32_t get_MIN_CLOTH_CONFIG_ID_17() const { return ___MIN_CLOTH_CONFIG_ID_17; } inline int32_t* get_address_of_MIN_CLOTH_CONFIG_ID_17() { return &___MIN_CLOTH_CONFIG_ID_17; } inline void set_MIN_CLOTH_CONFIG_ID_17(int32_t value) { ___MIN_CLOTH_CONFIG_ID_17 = value; } inline static int32_t get_offset_of_MIN_PROPS_CONFIG_ID_18() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_PROPS_CONFIG_ID_18)); } inline int32_t get_MIN_PROPS_CONFIG_ID_18() const { return ___MIN_PROPS_CONFIG_ID_18; } inline int32_t* get_address_of_MIN_PROPS_CONFIG_ID_18() { return &___MIN_PROPS_CONFIG_ID_18; } inline void set_MIN_PROPS_CONFIG_ID_18(int32_t value) { ___MIN_PROPS_CONFIG_ID_18 = value; } inline static int32_t get_offset_of_FULL_DOWN_CHECK_FREQUENCY_19() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___FULL_DOWN_CHECK_FREQUENCY_19)); } inline float get_FULL_DOWN_CHECK_FREQUENCY_19() const { return ___FULL_DOWN_CHECK_FREQUENCY_19; } inline float* get_address_of_FULL_DOWN_CHECK_FREQUENCY_19() { return &___FULL_DOWN_CHECK_FREQUENCY_19; } inline void set_FULL_DOWN_CHECK_FREQUENCY_19(float value) { ___FULL_DOWN_CHECK_FREQUENCY_19 = value; } inline static int32_t get_offset_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_QUEUE_BEAT_COUNT_20)); } inline int32_t get_CLASSICAL_QUEUE_BEAT_COUNT_20() const { return ___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline int32_t* get_address_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return &___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline void set_CLASSICAL_QUEUE_BEAT_COUNT_20(int32_t value) { ___CLASSICAL_QUEUE_BEAT_COUNT_20 = value; } inline static int32_t get_offset_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_JUDGE_BEAT_COUNT_21)); } inline int32_t get_CLASSICAL_JUDGE_BEAT_COUNT_21() const { return ___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline int32_t* get_address_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return &___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline void set_CLASSICAL_JUDGE_BEAT_COUNT_21(int32_t value) { ___CLASSICAL_JUDGE_BEAT_COUNT_21 = value; } inline static int32_t get_offset_of_CLASSICAL_MIN_KEY_LEVEL_22() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MIN_KEY_LEVEL_22)); } inline int32_t get_CLASSICAL_MIN_KEY_LEVEL_22() const { return ___CLASSICAL_MIN_KEY_LEVEL_22; } inline int32_t* get_address_of_CLASSICAL_MIN_KEY_LEVEL_22() { return &___CLASSICAL_MIN_KEY_LEVEL_22; } inline void set_CLASSICAL_MIN_KEY_LEVEL_22(int32_t value) { ___CLASSICAL_MIN_KEY_LEVEL_22 = value; } inline static int32_t get_offset_of_CLASSICAL_MAX_KEY_LEVEL_23() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MAX_KEY_LEVEL_23)); } inline int32_t get_CLASSICAL_MAX_KEY_LEVEL_23() const { return ___CLASSICAL_MAX_KEY_LEVEL_23; } inline int32_t* get_address_of_CLASSICAL_MAX_KEY_LEVEL_23() { return &___CLASSICAL_MAX_KEY_LEVEL_23; } inline void set_CLASSICAL_MAX_KEY_LEVEL_23(int32_t value) { ___CLASSICAL_MAX_KEY_LEVEL_23 = value; } inline static int32_t get_offset_of_CLASSICAL_USER_RANDOM_KEY_24() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_USER_RANDOM_KEY_24)); } inline int32_t get_CLASSICAL_USER_RANDOM_KEY_24() const { return ___CLASSICAL_USER_RANDOM_KEY_24; } inline int32_t* get_address_of_CLASSICAL_USER_RANDOM_KEY_24() { return &___CLASSICAL_USER_RANDOM_KEY_24; } inline void set_CLASSICAL_USER_RANDOM_KEY_24(int32_t value) { ___CLASSICAL_USER_RANDOM_KEY_24 = value; } inline static int32_t get_offset_of_PROTECTED_LEVEL_25() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PROTECTED_LEVEL_25)); } inline int32_t get_PROTECTED_LEVEL_25() const { return ___PROTECTED_LEVEL_25; } inline int32_t* get_address_of_PROTECTED_LEVEL_25() { return &___PROTECTED_LEVEL_25; } inline void set_PROTECTED_LEVEL_25(int32_t value) { ___PROTECTED_LEVEL_25 = value; } inline static int32_t get_offset_of_ROOM_COUNT_ONE_PAGE_26() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___ROOM_COUNT_ONE_PAGE_26)); } inline int32_t get_ROOM_COUNT_ONE_PAGE_26() const { return ___ROOM_COUNT_ONE_PAGE_26; } inline int32_t* get_address_of_ROOM_COUNT_ONE_PAGE_26() { return &___ROOM_COUNT_ONE_PAGE_26; } inline void set_ROOM_COUNT_ONE_PAGE_26(int32_t value) { ___ROOM_COUNT_ONE_PAGE_26 = value; } inline static int32_t get_offset_of_PET_DEFAULT_WALK_SPEED_27() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_WALK_SPEED_27)); } inline float get_PET_DEFAULT_WALK_SPEED_27() const { return ___PET_DEFAULT_WALK_SPEED_27; } inline float* get_address_of_PET_DEFAULT_WALK_SPEED_27() { return &___PET_DEFAULT_WALK_SPEED_27; } inline void set_PET_DEFAULT_WALK_SPEED_27(float value) { ___PET_DEFAULT_WALK_SPEED_27 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SAFE_DISTANCE_28() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SAFE_DISTANCE_28)); } inline float get_PET_DEFAULT_SAFE_DISTANCE_28() const { return ___PET_DEFAULT_SAFE_DISTANCE_28; } inline float* get_address_of_PET_DEFAULT_SAFE_DISTANCE_28() { return &___PET_DEFAULT_SAFE_DISTANCE_28; } inline void set_PET_DEFAULT_SAFE_DISTANCE_28(float value) { ___PET_DEFAULT_SAFE_DISTANCE_28 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_29() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_29)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_29() const { return ___PET_DEFAULT_SHOW_POSITION_29; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_29() { return &___PET_DEFAULT_SHOW_POSITION_29; } inline void set_PET_DEFAULT_SHOW_POSITION_29(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_29 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_W_30() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_W_30)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_W_30() const { return ___PET_DEFAULT_SHOW_POSITION_W_30; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_W_30() { return &___PET_DEFAULT_SHOW_POSITION_W_30; } inline void set_PET_DEFAULT_SHOW_POSITION_W_30(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_W_30 = value; } inline static int32_t get_offset_of_SINGLE_PAGE_DEPTH_31() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SINGLE_PAGE_DEPTH_31)); } inline float get_SINGLE_PAGE_DEPTH_31() const { return ___SINGLE_PAGE_DEPTH_31; } inline float* get_address_of_SINGLE_PAGE_DEPTH_31() { return &___SINGLE_PAGE_DEPTH_31; } inline void set_SINGLE_PAGE_DEPTH_31(float value) { ___SINGLE_PAGE_DEPTH_31 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMON_T3802143103_H #ifndef 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 CHANDBOOKCTR_T4285066741_H #define CHANDBOOKCTR_T4285066741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CHandBookCtr struct CHandBookCtr_t4285066741 : public IMonoCtrllor_t1427182583 { public: // System.Int32 CHandBookCtr::themeid int32_t ___themeid_2; // System.Collections.Generic.Dictionary`2> CHandBookCtr::themesData Dictionary_2_t3022086574 * ___themesData_3; // System.Collections.Generic.Dictionary`2 CHandBookCtr::GetsuitNum Dictionary_2_t88127061 * ___GetsuitNum_4; // System.Collections.Generic.Dictionary`2> CHandBookCtr::mygiftInfo Dictionary_2_t895854979 * ___mygiftInfo_5; // System.Collections.Generic.Dictionary`2 CHandBookCtr::Getsucessinfo Dictionary_2_t3235388461 * ___Getsucessinfo_6; // System.Int32 CHandBookCtr::nowIndex int32_t ___nowIndex_7; // CDataModelInt CHandBookCtr::k__BackingField CDataModelInt_t3463393640 * ___U3CCNowPageIndexU3Ek__BackingField_8; // CDataModelAny CHandBookCtr::k__BackingField CDataModelAny_t3819624005 * ___U3CCThemesDataU3Ek__BackingField_9; public: inline static int32_t get_offset_of_themeid_2() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___themeid_2)); } inline int32_t get_themeid_2() const { return ___themeid_2; } inline int32_t* get_address_of_themeid_2() { return &___themeid_2; } inline void set_themeid_2(int32_t value) { ___themeid_2 = value; } inline static int32_t get_offset_of_themesData_3() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___themesData_3)); } inline Dictionary_2_t3022086574 * get_themesData_3() const { return ___themesData_3; } inline Dictionary_2_t3022086574 ** get_address_of_themesData_3() { return &___themesData_3; } inline void set_themesData_3(Dictionary_2_t3022086574 * value) { ___themesData_3 = value; Il2CppCodeGenWriteBarrier((&___themesData_3), value); } inline static int32_t get_offset_of_GetsuitNum_4() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___GetsuitNum_4)); } inline Dictionary_2_t88127061 * get_GetsuitNum_4() const { return ___GetsuitNum_4; } inline Dictionary_2_t88127061 ** get_address_of_GetsuitNum_4() { return &___GetsuitNum_4; } inline void set_GetsuitNum_4(Dictionary_2_t88127061 * value) { ___GetsuitNum_4 = value; Il2CppCodeGenWriteBarrier((&___GetsuitNum_4), value); } inline static int32_t get_offset_of_mygiftInfo_5() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___mygiftInfo_5)); } inline Dictionary_2_t895854979 * get_mygiftInfo_5() const { return ___mygiftInfo_5; } inline Dictionary_2_t895854979 ** get_address_of_mygiftInfo_5() { return &___mygiftInfo_5; } inline void set_mygiftInfo_5(Dictionary_2_t895854979 * value) { ___mygiftInfo_5 = value; Il2CppCodeGenWriteBarrier((&___mygiftInfo_5), value); } inline static int32_t get_offset_of_Getsucessinfo_6() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___Getsucessinfo_6)); } inline Dictionary_2_t3235388461 * get_Getsucessinfo_6() const { return ___Getsucessinfo_6; } inline Dictionary_2_t3235388461 ** get_address_of_Getsucessinfo_6() { return &___Getsucessinfo_6; } inline void set_Getsucessinfo_6(Dictionary_2_t3235388461 * value) { ___Getsucessinfo_6 = value; Il2CppCodeGenWriteBarrier((&___Getsucessinfo_6), value); } inline static int32_t get_offset_of_nowIndex_7() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___nowIndex_7)); } inline int32_t get_nowIndex_7() const { return ___nowIndex_7; } inline int32_t* get_address_of_nowIndex_7() { return &___nowIndex_7; } inline void set_nowIndex_7(int32_t value) { ___nowIndex_7 = value; } inline static int32_t get_offset_of_U3CCNowPageIndexU3Ek__BackingField_8() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___U3CCNowPageIndexU3Ek__BackingField_8)); } inline CDataModelInt_t3463393640 * get_U3CCNowPageIndexU3Ek__BackingField_8() const { return ___U3CCNowPageIndexU3Ek__BackingField_8; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCNowPageIndexU3Ek__BackingField_8() { return &___U3CCNowPageIndexU3Ek__BackingField_8; } inline void set_U3CCNowPageIndexU3Ek__BackingField_8(CDataModelInt_t3463393640 * value) { ___U3CCNowPageIndexU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CCNowPageIndexU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3CCThemesDataU3Ek__BackingField_9() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___U3CCThemesDataU3Ek__BackingField_9)); } inline CDataModelAny_t3819624005 * get_U3CCThemesDataU3Ek__BackingField_9() const { return ___U3CCThemesDataU3Ek__BackingField_9; } inline CDataModelAny_t3819624005 ** get_address_of_U3CCThemesDataU3Ek__BackingField_9() { return &___U3CCThemesDataU3Ek__BackingField_9; } inline void set_U3CCThemesDataU3Ek__BackingField_9(CDataModelAny_t3819624005 * value) { ___U3CCThemesDataU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((&___U3CCThemesDataU3Ek__BackingField_9), value); } }; struct CHandBookCtr_t4285066741_StaticFields { public: // CHandBookCtr CHandBookCtr::s_Instance CHandBookCtr_t4285066741 * ___s_Instance_1; // System.Func`2 CHandBookCtr::<>f__am$cache0 Func_2_t4154244306 * ___U3CU3Ef__amU24cache0_10; // System.Func`2 CHandBookCtr::<>f__am$cache1 Func_2_t4154244306 * ___U3CU3Ef__amU24cache1_11; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___s_Instance_1)); } inline CHandBookCtr_t4285066741 * get_s_Instance_1() const { return ___s_Instance_1; } inline CHandBookCtr_t4285066741 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CHandBookCtr_t4285066741 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_10() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___U3CU3Ef__amU24cache0_10)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache0_10() const { return ___U3CU3Ef__amU24cache0_10; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache0_10() { return &___U3CU3Ef__amU24cache0_10; } inline void set_U3CU3Ef__amU24cache0_10(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache0_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_10), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_11() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___U3CU3Ef__amU24cache1_11)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache1_11() const { return ___U3CU3Ef__amU24cache1_11; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache1_11() { return &___U3CU3Ef__amU24cache1_11; } inline void set_U3CU3Ef__amU24cache1_11(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache1_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANDBOOKCTR_T4285066741_H #ifndef CSUITDETAILCTR_T2341865762_H #define CSUITDETAILCTR_T2341865762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSuitDetailCtr struct CSuitDetailCtr_t2341865762 : public IMonoCtrllor_t1427182583 { public: // HandBookCfg/SuitInfo CSuitDetailCtr::suitData SuitInfo_t4135687472 * ___suitData_2; // CDataModelAny CSuitDetailCtr::k__BackingField CDataModelAny_t3819624005 * ___U3CCDataSuitInfoU3Ek__BackingField_3; // CDataModelBool CSuitDetailCtr::k__BackingField CDataModelBool_t2269476966 * ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4; public: inline static int32_t get_offset_of_suitData_2() { return static_cast(offsetof(CSuitDetailCtr_t2341865762, ___suitData_2)); } inline SuitInfo_t4135687472 * get_suitData_2() const { return ___suitData_2; } inline SuitInfo_t4135687472 ** get_address_of_suitData_2() { return &___suitData_2; } inline void set_suitData_2(SuitInfo_t4135687472 * value) { ___suitData_2 = value; Il2CppCodeGenWriteBarrier((&___suitData_2), value); } inline static int32_t get_offset_of_U3CCDataSuitInfoU3Ek__BackingField_3() { return static_cast(offsetof(CSuitDetailCtr_t2341865762, ___U3CCDataSuitInfoU3Ek__BackingField_3)); } inline CDataModelAny_t3819624005 * get_U3CCDataSuitInfoU3Ek__BackingField_3() const { return ___U3CCDataSuitInfoU3Ek__BackingField_3; } inline CDataModelAny_t3819624005 ** get_address_of_U3CCDataSuitInfoU3Ek__BackingField_3() { return &___U3CCDataSuitInfoU3Ek__BackingField_3; } inline void set_U3CCDataSuitInfoU3Ek__BackingField_3(CDataModelAny_t3819624005 * value) { ___U3CCDataSuitInfoU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataSuitInfoU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CCDataBoolRewardSussucsU3Ek__BackingField_4() { return static_cast(offsetof(CSuitDetailCtr_t2341865762, ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4)); } inline CDataModelBool_t2269476966 * get_U3CCDataBoolRewardSussucsU3Ek__BackingField_4() const { return ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4; } inline CDataModelBool_t2269476966 ** get_address_of_U3CCDataBoolRewardSussucsU3Ek__BackingField_4() { return &___U3CCDataBoolRewardSussucsU3Ek__BackingField_4; } inline void set_U3CCDataBoolRewardSussucsU3Ek__BackingField_4(CDataModelBool_t2269476966 * value) { ___U3CCDataBoolRewardSussucsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataBoolRewardSussucsU3Ek__BackingField_4), value); } }; struct CSuitDetailCtr_t2341865762_StaticFields { public: // CSuitDetailCtr CSuitDetailCtr::s_Instance CSuitDetailCtr_t2341865762 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CSuitDetailCtr_t2341865762_StaticFields, ___s_Instance_1)); } inline CSuitDetailCtr_t2341865762 * get_s_Instance_1() const { return ___s_Instance_1; } inline CSuitDetailCtr_t2341865762 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CSuitDetailCtr_t2341865762 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSUITDETAILCTR_T2341865762_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 ENUMSUITREWARD_T4037878222_H #define ENUMSUITREWARD_T4037878222_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EnumSuitReward struct EnumSuitReward_t4037878222 { public: // System.Int32 EnumSuitReward::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumSuitReward_t4037878222, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSUITREWARD_T4037878222_H #ifndef 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 CWALKCAMERA_T1176337330_H #define CWALKCAMERA_T1176337330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Scene.CWalkCamera::m_exceptColliders List_1_t2585711361 * ___m_exceptColliders_1; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bInited bool ___m_bInited_2; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bEnable bool ___m_bEnable_3; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bFollowCamera bool ___m_bFollowCamera_4; // UnityEngine.Vector2 DMCore.Framework.Scene.CWalkCamera::m_firstMouse Vector2_t2156229523 ___m_firstMouse_5; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_inRotateState bool ___m_inRotateState_6; // System.Int64 DMCore.Framework.Scene.CWalkCamera::m_lockedWatchTarget int64_t ___m_lockedWatchTarget_7; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_lastClkedUI bool ___m_lastClkedUI_8; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_quatCamera Vector3_t3722313464 ___m_quatCamera_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_quatCameraCur Vector3_t3722313464 ___m_quatCameraCur_10; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bStartLerp bool ___m_bStartLerp_11; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_v3StartPos Vector3_t3722313464 ___m_v3StartPos_12; // System.Single DMCore.Framework.Scene.CWalkCamera::m_fStartTime float ___m_fStartTime_13; public: inline static int32_t get_offset_of_m_exceptColliders_1() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_exceptColliders_1)); } inline List_1_t2585711361 * get_m_exceptColliders_1() const { return ___m_exceptColliders_1; } inline List_1_t2585711361 ** get_address_of_m_exceptColliders_1() { return &___m_exceptColliders_1; } inline void set_m_exceptColliders_1(List_1_t2585711361 * value) { ___m_exceptColliders_1 = value; Il2CppCodeGenWriteBarrier((&___m_exceptColliders_1), value); } inline static int32_t get_offset_of_m_bInited_2() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bInited_2)); } inline bool get_m_bInited_2() const { return ___m_bInited_2; } inline bool* get_address_of_m_bInited_2() { return &___m_bInited_2; } inline void set_m_bInited_2(bool value) { ___m_bInited_2 = value; } inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } inline static int32_t get_offset_of_m_bFollowCamera_4() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bFollowCamera_4)); } inline bool get_m_bFollowCamera_4() const { return ___m_bFollowCamera_4; } inline bool* get_address_of_m_bFollowCamera_4() { return &___m_bFollowCamera_4; } inline void set_m_bFollowCamera_4(bool value) { ___m_bFollowCamera_4 = value; } inline static int32_t get_offset_of_m_firstMouse_5() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_firstMouse_5)); } inline Vector2_t2156229523 get_m_firstMouse_5() const { return ___m_firstMouse_5; } inline Vector2_t2156229523 * get_address_of_m_firstMouse_5() { return &___m_firstMouse_5; } inline void set_m_firstMouse_5(Vector2_t2156229523 value) { ___m_firstMouse_5 = value; } inline static int32_t get_offset_of_m_inRotateState_6() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_inRotateState_6)); } inline bool get_m_inRotateState_6() const { return ___m_inRotateState_6; } inline bool* get_address_of_m_inRotateState_6() { return &___m_inRotateState_6; } inline void set_m_inRotateState_6(bool value) { ___m_inRotateState_6 = value; } inline static int32_t get_offset_of_m_lockedWatchTarget_7() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_lockedWatchTarget_7)); } inline int64_t get_m_lockedWatchTarget_7() const { return ___m_lockedWatchTarget_7; } inline int64_t* get_address_of_m_lockedWatchTarget_7() { return &___m_lockedWatchTarget_7; } inline void set_m_lockedWatchTarget_7(int64_t value) { ___m_lockedWatchTarget_7 = value; } inline static int32_t get_offset_of_m_lastClkedUI_8() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_lastClkedUI_8)); } inline bool get_m_lastClkedUI_8() const { return ___m_lastClkedUI_8; } inline bool* get_address_of_m_lastClkedUI_8() { return &___m_lastClkedUI_8; } inline void set_m_lastClkedUI_8(bool value) { ___m_lastClkedUI_8 = value; } inline static int32_t get_offset_of_m_quatCamera_9() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_quatCamera_9)); } inline Vector3_t3722313464 get_m_quatCamera_9() const { return ___m_quatCamera_9; } inline Vector3_t3722313464 * get_address_of_m_quatCamera_9() { return &___m_quatCamera_9; } inline void set_m_quatCamera_9(Vector3_t3722313464 value) { ___m_quatCamera_9 = value; } inline static int32_t get_offset_of_m_quatCameraCur_10() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_quatCameraCur_10)); } inline Vector3_t3722313464 get_m_quatCameraCur_10() const { return ___m_quatCameraCur_10; } inline Vector3_t3722313464 * get_address_of_m_quatCameraCur_10() { return &___m_quatCameraCur_10; } inline void set_m_quatCameraCur_10(Vector3_t3722313464 value) { ___m_quatCameraCur_10 = value; } inline static int32_t get_offset_of_m_bStartLerp_11() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bStartLerp_11)); } inline bool get_m_bStartLerp_11() const { return ___m_bStartLerp_11; } inline bool* get_address_of_m_bStartLerp_11() { return &___m_bStartLerp_11; } inline void set_m_bStartLerp_11(bool value) { ___m_bStartLerp_11 = value; } inline static int32_t get_offset_of_m_v3StartPos_12() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_v3StartPos_12)); } inline Vector3_t3722313464 get_m_v3StartPos_12() const { return ___m_v3StartPos_12; } inline Vector3_t3722313464 * get_address_of_m_v3StartPos_12() { return &___m_v3StartPos_12; } inline void set_m_v3StartPos_12(Vector3_t3722313464 value) { ___m_v3StartPos_12 = value; } inline static int32_t get_offset_of_m_fStartTime_13() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_fStartTime_13)); } inline float get_m_fStartTime_13() const { return ___m_fStartTime_13; } inline float* get_address_of_m_fStartTime_13() { return &___m_fStartTime_13; } inline void set_m_fStartTime_13(float value) { ___m_fStartTime_13 = value; } }; struct CWalkCamera_t1176337330_StaticFields { public: // System.Single DMCore.Framework.Scene.CWalkCamera::s_distance float ___s_distance_0; public: inline static int32_t get_offset_of_s_distance_0() { return static_cast(offsetof(CWalkCamera_t1176337330_StaticFields, ___s_distance_0)); } inline float get_s_distance_0() const { return ___s_distance_0; } inline float* get_address_of_s_distance_0() { return &___s_distance_0; } inline void set_s_distance_0(float value) { ___s_distance_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKCAMERA_T1176337330_H #ifndef CTHREADMSGWEBGET_T2224858682_H #define CTHREADMSGWEBGET_T2224858682_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682 : public IWebGetMsgBase_t740935312 { public: // System.String DMCore.Framework.Thread.CThreadMsgWebGet::k__BackingField String_t* ___U3CRequestRefuseU3Ek__BackingField_3; // UnityEngine.WWW DMCore.Framework.Thread.CThreadMsgWebGet::m_result WWW_t3688466362 * ___m_result_4; public: inline static int32_t get_offset_of_U3CRequestRefuseU3Ek__BackingField_3() { return static_cast(offsetof(CThreadMsgWebGet_t2224858682, ___U3CRequestRefuseU3Ek__BackingField_3)); } inline String_t* get_U3CRequestRefuseU3Ek__BackingField_3() const { return ___U3CRequestRefuseU3Ek__BackingField_3; } inline String_t** get_address_of_U3CRequestRefuseU3Ek__BackingField_3() { return &___U3CRequestRefuseU3Ek__BackingField_3; } inline void set_U3CRequestRefuseU3Ek__BackingField_3(String_t* value) { ___U3CRequestRefuseU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CRequestRefuseU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_result_4() { return static_cast(offsetof(CThreadMsgWebGet_t2224858682, ___m_result_4)); } inline WWW_t3688466362 * get_m_result_4() const { return ___m_result_4; } inline WWW_t3688466362 ** get_address_of_m_result_4() { return &___m_result_4; } inline void set_m_result_4(WWW_t3688466362 * value) { ___m_result_4 = value; Il2CppCodeGenWriteBarrier((&___m_result_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADMSGWEBGET_T2224858682_H #ifndef ENUMTHREADID_T4044096134_H #define ENUMTHREADID_T4044096134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.enumThreadID struct enumThreadID_t4044096134 { public: // System.Int32 DMCore.Framework.Thread.enumThreadID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumThreadID_t4044096134, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTHREADID_T4044096134_H #ifndef 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 CARDTYPE_T1620491519_H #define CARDTYPE_T1620491519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CardType struct CardType_t1620491519 { public: // System.Int32 CardType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CardType_t1620491519, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDTYPE_T1620491519_H #ifndef ENUMCDSCROLLTYPE_T3652061728_H #define ENUMCDSCROLLTYPE_T3652061728_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CardScrollView/enumCDScrollType struct enumCDScrollType_t3652061728 { public: // System.Int32 CardScrollView/enumCDScrollType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCDScrollType_t3652061728, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCDSCROLLTYPE_T3652061728_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 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 STTRANSORG_T967933370_H #define STTRANSORG_T967933370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CardScrollView/stTransOrg struct stTransOrg_t967933370 : public RuntimeObject { public: // UnityEngine.Vector3 CardScrollView/stTransOrg::_position Vector3_t3722313464 ____position_0; // UnityEngine.Vector3 CardScrollView/stTransOrg::_scale Vector3_t3722313464 ____scale_1; // System.Single CardScrollView/stTransOrg::_alpha float ____alpha_2; public: inline static int32_t get_offset_of__position_0() { return static_cast(offsetof(stTransOrg_t967933370, ____position_0)); } inline Vector3_t3722313464 get__position_0() const { return ____position_0; } inline Vector3_t3722313464 * get_address_of__position_0() { return &____position_0; } inline void set__position_0(Vector3_t3722313464 value) { ____position_0 = value; } inline static int32_t get_offset_of__scale_1() { return static_cast(offsetof(stTransOrg_t967933370, ____scale_1)); } inline Vector3_t3722313464 get__scale_1() const { return ____scale_1; } inline Vector3_t3722313464 * get_address_of__scale_1() { return &____scale_1; } inline void set__scale_1(Vector3_t3722313464 value) { ____scale_1 = value; } inline static int32_t get_offset_of__alpha_2() { return static_cast(offsetof(stTransOrg_t967933370, ____alpha_2)); } inline float get__alpha_2() const { return ____alpha_2; } inline float* get_address_of__alpha_2() { return &____alpha_2; } inline void set__alpha_2(float value) { ____alpha_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STTRANSORG_T967933370_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 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 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 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 CDANCEMODEMANAGER_T745595461_H #define CDANCEMODEMANAGER_T745595461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceModeManager struct CDanceModeManager_t745595461 : public RuntimeObject { public: public: }; struct CDanceModeManager_t745595461_StaticFields { public: // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::s_playMode int32_t ___s_playMode_0; // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::s_localPlayMode int32_t ___s_localPlayMode_1; // System.Boolean DMCore.DanceMode.CDanceModeManager::s_isNeedChangeDanceMode bool ___s_isNeedChangeDanceMode_2; // DMCore.DanceMode.CDanceMode_Normal DMCore.DanceMode.CDanceModeManager::s_insModeNormal CDanceMode_Normal_t3148057993 * ___s_insModeNormal_3; // DMCore.DanceMode.CDanceMode_Heart DMCore.DanceMode.CDanceModeManager::s_insModeHeart CDanceMode_Heart_t1287841595 * ___s_insModeHeart_4; // DMCore.DanceMode.CDanceMode_Score DMCore.DanceMode.CDanceModeManager::s_insModeScore CDanceMode_Score_t129366621 * ___s_insModeScore_5; // DMCore.DanceMode.CDanceMode_Battle DMCore.DanceMode.CDanceModeManager::s_insModeBattle CDanceMode_Battle_t3921573432 * ___s_insModeBattle_6; // DMCore.DanceMode.ENUM_MAIN_TYPE DMCore.DanceMode.CDanceModeManager::s_main_Type int32_t ___s_main_Type_7; public: inline static int32_t get_offset_of_s_playMode_0() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_playMode_0)); } inline int32_t get_s_playMode_0() const { return ___s_playMode_0; } inline int32_t* get_address_of_s_playMode_0() { return &___s_playMode_0; } inline void set_s_playMode_0(int32_t value) { ___s_playMode_0 = value; } inline static int32_t get_offset_of_s_localPlayMode_1() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_localPlayMode_1)); } inline int32_t get_s_localPlayMode_1() const { return ___s_localPlayMode_1; } inline int32_t* get_address_of_s_localPlayMode_1() { return &___s_localPlayMode_1; } inline void set_s_localPlayMode_1(int32_t value) { ___s_localPlayMode_1 = value; } inline static int32_t get_offset_of_s_isNeedChangeDanceMode_2() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_isNeedChangeDanceMode_2)); } inline bool get_s_isNeedChangeDanceMode_2() const { return ___s_isNeedChangeDanceMode_2; } inline bool* get_address_of_s_isNeedChangeDanceMode_2() { return &___s_isNeedChangeDanceMode_2; } inline void set_s_isNeedChangeDanceMode_2(bool value) { ___s_isNeedChangeDanceMode_2 = value; } inline static int32_t get_offset_of_s_insModeNormal_3() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeNormal_3)); } inline CDanceMode_Normal_t3148057993 * get_s_insModeNormal_3() const { return ___s_insModeNormal_3; } inline CDanceMode_Normal_t3148057993 ** get_address_of_s_insModeNormal_3() { return &___s_insModeNormal_3; } inline void set_s_insModeNormal_3(CDanceMode_Normal_t3148057993 * value) { ___s_insModeNormal_3 = value; Il2CppCodeGenWriteBarrier((&___s_insModeNormal_3), value); } inline static int32_t get_offset_of_s_insModeHeart_4() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeHeart_4)); } inline CDanceMode_Heart_t1287841595 * get_s_insModeHeart_4() const { return ___s_insModeHeart_4; } inline CDanceMode_Heart_t1287841595 ** get_address_of_s_insModeHeart_4() { return &___s_insModeHeart_4; } inline void set_s_insModeHeart_4(CDanceMode_Heart_t1287841595 * value) { ___s_insModeHeart_4 = value; Il2CppCodeGenWriteBarrier((&___s_insModeHeart_4), value); } inline static int32_t get_offset_of_s_insModeScore_5() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeScore_5)); } inline CDanceMode_Score_t129366621 * get_s_insModeScore_5() const { return ___s_insModeScore_5; } inline CDanceMode_Score_t129366621 ** get_address_of_s_insModeScore_5() { return &___s_insModeScore_5; } inline void set_s_insModeScore_5(CDanceMode_Score_t129366621 * value) { ___s_insModeScore_5 = value; Il2CppCodeGenWriteBarrier((&___s_insModeScore_5), value); } inline static int32_t get_offset_of_s_insModeBattle_6() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeBattle_6)); } inline CDanceMode_Battle_t3921573432 * get_s_insModeBattle_6() const { return ___s_insModeBattle_6; } inline CDanceMode_Battle_t3921573432 ** get_address_of_s_insModeBattle_6() { return &___s_insModeBattle_6; } inline void set_s_insModeBattle_6(CDanceMode_Battle_t3921573432 * value) { ___s_insModeBattle_6 = value; Il2CppCodeGenWriteBarrier((&___s_insModeBattle_6), value); } inline static int32_t get_offset_of_s_main_Type_7() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_main_Type_7)); } inline int32_t get_s_main_Type_7() const { return ___s_main_Type_7; } inline int32_t* get_address_of_s_main_Type_7() { return &___s_main_Type_7; } inline void set_s_main_Type_7(int32_t value) { ___s_main_Type_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODEMANAGER_T745595461_H #ifndef CCAMERAUNITYANIM_T1956596822_H #define CCAMERAUNITYANIM_T1956596822_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CCameraUnityAnim struct CCameraUnityAnim_t1956596822 : public ICameraAnimNode_t4081366738 { public: // UnityEngine.AnimationClip DMCore.Framework.Movie.CCameraUnityAnim::m_AnimClip AnimationClip_t2318505987 * ___m_AnimClip_9; // System.String DMCore.Framework.Movie.CCameraUnityAnim::m_ResPath String_t* ___m_ResPath_10; // System.String DMCore.Framework.Movie.CCameraUnityAnim::m_RoleObject String_t* ___m_RoleObject_11; // System.Single DMCore.Framework.Movie.CCameraUnityAnim::m_fSpeed float ___m_fSpeed_12; // System.Boolean DMCore.Framework.Movie.CCameraUnityAnim::m_bReady bool ___m_bReady_13; // UnityEngine.Vector3 DMCore.Framework.Movie.CCameraUnityAnim::m_LastPosition Vector3_t3722313464 ___m_LastPosition_15; // UnityEngine.Quaternion DMCore.Framework.Movie.CCameraUnityAnim::m_LastRotation Quaternion_t2301928331 ___m_LastRotation_16; public: inline static int32_t get_offset_of_m_AnimClip_9() { return static_cast(offsetof(CCameraUnityAnim_t1956596822, ___m_AnimClip_9)); } inline AnimationClip_t2318505987 * get_m_AnimClip_9() const { return ___m_AnimClip_9; } inline AnimationClip_t2318505987 ** get_address_of_m_AnimClip_9() { return &___m_AnimClip_9; } inline void set_m_AnimClip_9(AnimationClip_t2318505987 * value) { ___m_AnimClip_9 = value; Il2CppCodeGenWriteBarrier((&___m_AnimClip_9), value); } inline static int32_t get_offset_of_m_ResPath_10() { return static_cast(offsetof(CCameraUnityAnim_t1956596822, ___m_ResPath_10)); } inline String_t* get_m_ResPath_10() const { return ___m_ResPath_10; } inline String_t** get_address_of_m_ResPath_10() { return &___m_ResPath_10; } inline void set_m_ResPath_10(String_t* value) { ___m_ResPath_10 = value; Il2CppCodeGenWriteBarrier((&___m_ResPath_10), value); } inline static int32_t get_offset_of_m_RoleObject_11() { return static_cast(offsetof(CCameraUnityAnim_t1956596822, ___m_RoleObject_11)); } inline String_t* get_m_RoleObject_11() const { return ___m_RoleObject_11; } inline String_t** get_address_of_m_RoleObject_11() { return &___m_RoleObject_11; } inline void set_m_RoleObject_11(String_t* value) { ___m_RoleObject_11 = value; Il2CppCodeGenWriteBarrier((&___m_RoleObject_11), value); } inline static int32_t get_offset_of_m_fSpeed_12() { return static_cast(offsetof(CCameraUnityAnim_t1956596822, ___m_fSpeed_12)); } inline float get_m_fSpeed_12() const { return ___m_fSpeed_12; } inline float* get_address_of_m_fSpeed_12() { return &___m_fSpeed_12; } inline void set_m_fSpeed_12(float value) { ___m_fSpeed_12 = value; } inline static int32_t get_offset_of_m_bReady_13() { return static_cast(offsetof(CCameraUnityAnim_t1956596822, ___m_bReady_13)); } inline bool get_m_bReady_13() const { return ___m_bReady_13; } inline bool* get_address_of_m_bReady_13() { return &___m_bReady_13; } inline void set_m_bReady_13(bool value) { ___m_bReady_13 = value; } inline static int32_t get_offset_of_m_LastPosition_15() { return static_cast(offsetof(CCameraUnityAnim_t1956596822, ___m_LastPosition_15)); } inline Vector3_t3722313464 get_m_LastPosition_15() const { return ___m_LastPosition_15; } inline Vector3_t3722313464 * get_address_of_m_LastPosition_15() { return &___m_LastPosition_15; } inline void set_m_LastPosition_15(Vector3_t3722313464 value) { ___m_LastPosition_15 = value; } inline static int32_t get_offset_of_m_LastRotation_16() { return static_cast(offsetof(CCameraUnityAnim_t1956596822, ___m_LastRotation_16)); } inline Quaternion_t2301928331 get_m_LastRotation_16() const { return ___m_LastRotation_16; } inline Quaternion_t2301928331 * get_address_of_m_LastRotation_16() { return &___m_LastRotation_16; } inline void set_m_LastRotation_16(Quaternion_t2301928331 value) { ___m_LastRotation_16 = value; } }; struct CCameraUnityAnim_t1956596822_StaticFields { public: // DMCore.Framework.Movie.CCameraUnityAnim DMCore.Framework.Movie.CCameraUnityAnim::s_pActiveNode CCameraUnityAnim_t1956596822 * ___s_pActiveNode_14; public: inline static int32_t get_offset_of_s_pActiveNode_14() { return static_cast(offsetof(CCameraUnityAnim_t1956596822_StaticFields, ___s_pActiveNode_14)); } inline CCameraUnityAnim_t1956596822 * get_s_pActiveNode_14() const { return ___s_pActiveNode_14; } inline CCameraUnityAnim_t1956596822 ** get_address_of_s_pActiveNode_14() { return &___s_pActiveNode_14; } inline void set_s_pActiveNode_14(CCameraUnityAnim_t1956596822 * value) { ___s_pActiveNode_14 = value; Il2CppCodeGenWriteBarrier((&___s_pActiveNode_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCAMERAUNITYANIM_T1956596822_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 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 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 ANIMATIONSTATE_T1108360407_H #define ANIMATIONSTATE_T1108360407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationState struct AnimationState_t1108360407 : public TrackedReference_t1199777556 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONSTATE_T1108360407_H #ifndef CWALKMANAGER_T3228361237_H #define CWALKMANAGER_T3228361237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237 : public RuntimeObject { public: // DMCore.Framework.Scene.enumWalkType DMCore.Framework.Scene.CWalkManager::m_walkType int32_t ___m_walkType_2; // System.Boolean DMCore.Framework.Scene.CWalkManager::m_bPaused bool ___m_bPaused_3; // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::m_walkCamera CWalkCamera_t1176337330 * ___m_walkCamera_4; // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::m_walkRange CWalkRange_t2357921041 * ___m_walkRange_5; // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::m_swimmingRange CWalkRange_t2357921041 * ___m_swimmingRange_6; // DMCore.Framework.Scene.CInteractionRange DMCore.Framework.Scene.CWalkManager::m_interactionRange CInteractionRange_t868014233 * ___m_interactionRange_7; // BetterList`1 DMCore.Framework.Scene.CWalkManager::m_arrayCach BetterList_1_t2891587622 * ___m_arrayCach_8; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CWalkManager::m_arrayWalkTask Dictionary_2_t2275110594 * ___m_arrayWalkTask_9; public: inline static int32_t get_offset_of_m_walkType_2() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkType_2)); } inline int32_t get_m_walkType_2() const { return ___m_walkType_2; } inline int32_t* get_address_of_m_walkType_2() { return &___m_walkType_2; } inline void set_m_walkType_2(int32_t value) { ___m_walkType_2 = value; } inline static int32_t get_offset_of_m_bPaused_3() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_bPaused_3)); } inline bool get_m_bPaused_3() const { return ___m_bPaused_3; } inline bool* get_address_of_m_bPaused_3() { return &___m_bPaused_3; } inline void set_m_bPaused_3(bool value) { ___m_bPaused_3 = value; } inline static int32_t get_offset_of_m_walkCamera_4() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkCamera_4)); } inline CWalkCamera_t1176337330 * get_m_walkCamera_4() const { return ___m_walkCamera_4; } inline CWalkCamera_t1176337330 ** get_address_of_m_walkCamera_4() { return &___m_walkCamera_4; } inline void set_m_walkCamera_4(CWalkCamera_t1176337330 * value) { ___m_walkCamera_4 = value; Il2CppCodeGenWriteBarrier((&___m_walkCamera_4), value); } inline static int32_t get_offset_of_m_walkRange_5() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkRange_5)); } inline CWalkRange_t2357921041 * get_m_walkRange_5() const { return ___m_walkRange_5; } inline CWalkRange_t2357921041 ** get_address_of_m_walkRange_5() { return &___m_walkRange_5; } inline void set_m_walkRange_5(CWalkRange_t2357921041 * value) { ___m_walkRange_5 = value; Il2CppCodeGenWriteBarrier((&___m_walkRange_5), value); } inline static int32_t get_offset_of_m_swimmingRange_6() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_swimmingRange_6)); } inline CWalkRange_t2357921041 * get_m_swimmingRange_6() const { return ___m_swimmingRange_6; } inline CWalkRange_t2357921041 ** get_address_of_m_swimmingRange_6() { return &___m_swimmingRange_6; } inline void set_m_swimmingRange_6(CWalkRange_t2357921041 * value) { ___m_swimmingRange_6 = value; Il2CppCodeGenWriteBarrier((&___m_swimmingRange_6), value); } inline static int32_t get_offset_of_m_interactionRange_7() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_interactionRange_7)); } inline CInteractionRange_t868014233 * get_m_interactionRange_7() const { return ___m_interactionRange_7; } inline CInteractionRange_t868014233 ** get_address_of_m_interactionRange_7() { return &___m_interactionRange_7; } inline void set_m_interactionRange_7(CInteractionRange_t868014233 * value) { ___m_interactionRange_7 = value; Il2CppCodeGenWriteBarrier((&___m_interactionRange_7), value); } inline static int32_t get_offset_of_m_arrayCach_8() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_arrayCach_8)); } inline BetterList_1_t2891587622 * get_m_arrayCach_8() const { return ___m_arrayCach_8; } inline BetterList_1_t2891587622 ** get_address_of_m_arrayCach_8() { return &___m_arrayCach_8; } inline void set_m_arrayCach_8(BetterList_1_t2891587622 * value) { ___m_arrayCach_8 = value; Il2CppCodeGenWriteBarrier((&___m_arrayCach_8), value); } inline static int32_t get_offset_of_m_arrayWalkTask_9() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_arrayWalkTask_9)); } inline Dictionary_2_t2275110594 * get_m_arrayWalkTask_9() const { return ___m_arrayWalkTask_9; } inline Dictionary_2_t2275110594 ** get_address_of_m_arrayWalkTask_9() { return &___m_arrayWalkTask_9; } inline void set_m_arrayWalkTask_9(Dictionary_2_t2275110594 * value) { ___m_arrayWalkTask_9 = value; Il2CppCodeGenWriteBarrier((&___m_arrayWalkTask_9), value); } }; struct CWalkManager_t3228361237_StaticFields { public: // System.Boolean DMCore.Framework.Scene.CWalkManager::s_bEnableChangeModel bool ___s_bEnableChangeModel_0; // DMCore.Framework.Scene.CWalkManager DMCore.Framework.Scene.CWalkManager::s_Instance CWalkManager_t3228361237 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_bEnableChangeModel_0() { return static_cast(offsetof(CWalkManager_t3228361237_StaticFields, ___s_bEnableChangeModel_0)); } inline bool get_s_bEnableChangeModel_0() const { return ___s_bEnableChangeModel_0; } inline bool* get_address_of_s_bEnableChangeModel_0() { return &___s_bEnableChangeModel_0; } inline void set_s_bEnableChangeModel_0(bool value) { ___s_bEnableChangeModel_0 = value; } inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CWalkManager_t3228361237_StaticFields, ___s_Instance_1)); } inline CWalkManager_t3228361237 * get_s_Instance_1() const { return ___s_Instance_1; } inline CWalkManager_t3228361237 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CWalkManager_t3228361237 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKMANAGER_T3228361237_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 SCRIPTABLEOBJECT_T2528358522_H #define SCRIPTABLEOBJECT_T2528358522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ScriptableObject struct ScriptableObject_t2528358522 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_pinvoke : public Object_t631007953_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_com : public Object_t631007953_marshaled_com { }; #endif // SCRIPTABLEOBJECT_T2528358522_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 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 CPKGVERSIONCHECKMSG_T2257513204_H #define CPKGVERSIONCHECKMSG_T2257513204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAutoUpdate/CPkgVersionCheckMsg struct CPkgVersionCheckMsg_t2257513204 : public CThreadMsgWebGet_t2224858682 { public: // CAutoUpdate CAutoUpdate/CPkgVersionCheckMsg::m_updateInstance CAutoUpdate_t511563099 * ___m_updateInstance_5; public: inline static int32_t get_offset_of_m_updateInstance_5() { return static_cast(offsetof(CPkgVersionCheckMsg_t2257513204, ___m_updateInstance_5)); } inline CAutoUpdate_t511563099 * get_m_updateInstance_5() const { return ___m_updateInstance_5; } inline CAutoUpdate_t511563099 ** get_address_of_m_updateInstance_5() { return &___m_updateInstance_5; } inline void set_m_updateInstance_5(CAutoUpdate_t511563099 * value) { ___m_updateInstance_5 = value; Il2CppCodeGenWriteBarrier((&___m_updateInstance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPKGVERSIONCHECKMSG_T2257513204_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 CACHIEVEMENTMANAGER_T5352954_H #define CACHIEVEMENTMANAGER_T5352954_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAchievementManager struct CAchievementManager_t5352954 : public IMonoCtrllor_t1427182583 { public: // DMCore.Logic.enumAchievementType DMCore.Logic.CAchievementManager::m_SelectType int32_t ___m_SelectType_1; // CDataModelAny DMCore.Logic.CAchievementManager::k__BackingField CDataModelAny_t3819624005 * ___U3CCDataAchInfoU3Ek__BackingField_2; // CDataModelInt DMCore.Logic.CAchievementManager::k__BackingField CDataModelInt_t3463393640 * ___U3CCDataAchDetailIDU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CAchievementManager::k__BackingField bool ___U3CIsAchievementCompletedU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CAchievementManager::k__BackingField int32_t ___U3CMedalWearStateU3Ek__BackingField_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAchievementManager::m_achAwardAll Dictionary_2_t2479807821 * ___m_achAwardAll_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAchievementManager::m_achievementItemAll Dictionary_2_t3411842347 * ___m_achievementItemAll_7; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAchievementManager::medalIndex Dictionary_2_t3677221115 * ___medalIndex_8; // CDataModelList DMCore.Logic.CAchievementManager::medalList CDataModelList_t1133308508 * ___medalList_10; // System.Collections.Generic.List`1 DMCore.Logic.CAchievementManager::achComped List_1_t1288323943 * ___achComped_11; public: inline static int32_t get_offset_of_m_SelectType_1() { return static_cast(offsetof(CAchievementManager_t5352954, ___m_SelectType_1)); } inline int32_t get_m_SelectType_1() const { return ___m_SelectType_1; } inline int32_t* get_address_of_m_SelectType_1() { return &___m_SelectType_1; } inline void set_m_SelectType_1(int32_t value) { ___m_SelectType_1 = value; } inline static int32_t get_offset_of_U3CCDataAchInfoU3Ek__BackingField_2() { return static_cast(offsetof(CAchievementManager_t5352954, ___U3CCDataAchInfoU3Ek__BackingField_2)); } inline CDataModelAny_t3819624005 * get_U3CCDataAchInfoU3Ek__BackingField_2() const { return ___U3CCDataAchInfoU3Ek__BackingField_2; } inline CDataModelAny_t3819624005 ** get_address_of_U3CCDataAchInfoU3Ek__BackingField_2() { return &___U3CCDataAchInfoU3Ek__BackingField_2; } inline void set_U3CCDataAchInfoU3Ek__BackingField_2(CDataModelAny_t3819624005 * value) { ___U3CCDataAchInfoU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataAchInfoU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CCDataAchDetailIDU3Ek__BackingField_3() { return static_cast(offsetof(CAchievementManager_t5352954, ___U3CCDataAchDetailIDU3Ek__BackingField_3)); } inline CDataModelInt_t3463393640 * get_U3CCDataAchDetailIDU3Ek__BackingField_3() const { return ___U3CCDataAchDetailIDU3Ek__BackingField_3; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCDataAchDetailIDU3Ek__BackingField_3() { return &___U3CCDataAchDetailIDU3Ek__BackingField_3; } inline void set_U3CCDataAchDetailIDU3Ek__BackingField_3(CDataModelInt_t3463393640 * value) { ___U3CCDataAchDetailIDU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataAchDetailIDU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CIsAchievementCompletedU3Ek__BackingField_4() { return static_cast(offsetof(CAchievementManager_t5352954, ___U3CIsAchievementCompletedU3Ek__BackingField_4)); } inline bool get_U3CIsAchievementCompletedU3Ek__BackingField_4() const { return ___U3CIsAchievementCompletedU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsAchievementCompletedU3Ek__BackingField_4() { return &___U3CIsAchievementCompletedU3Ek__BackingField_4; } inline void set_U3CIsAchievementCompletedU3Ek__BackingField_4(bool value) { ___U3CIsAchievementCompletedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CMedalWearStateU3Ek__BackingField_5() { return static_cast(offsetof(CAchievementManager_t5352954, ___U3CMedalWearStateU3Ek__BackingField_5)); } inline int32_t get_U3CMedalWearStateU3Ek__BackingField_5() const { return ___U3CMedalWearStateU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CMedalWearStateU3Ek__BackingField_5() { return &___U3CMedalWearStateU3Ek__BackingField_5; } inline void set_U3CMedalWearStateU3Ek__BackingField_5(int32_t value) { ___U3CMedalWearStateU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_achAwardAll_6() { return static_cast(offsetof(CAchievementManager_t5352954, ___m_achAwardAll_6)); } inline Dictionary_2_t2479807821 * get_m_achAwardAll_6() const { return ___m_achAwardAll_6; } inline Dictionary_2_t2479807821 ** get_address_of_m_achAwardAll_6() { return &___m_achAwardAll_6; } inline void set_m_achAwardAll_6(Dictionary_2_t2479807821 * value) { ___m_achAwardAll_6 = value; Il2CppCodeGenWriteBarrier((&___m_achAwardAll_6), value); } inline static int32_t get_offset_of_m_achievementItemAll_7() { return static_cast(offsetof(CAchievementManager_t5352954, ___m_achievementItemAll_7)); } inline Dictionary_2_t3411842347 * get_m_achievementItemAll_7() const { return ___m_achievementItemAll_7; } inline Dictionary_2_t3411842347 ** get_address_of_m_achievementItemAll_7() { return &___m_achievementItemAll_7; } inline void set_m_achievementItemAll_7(Dictionary_2_t3411842347 * value) { ___m_achievementItemAll_7 = value; Il2CppCodeGenWriteBarrier((&___m_achievementItemAll_7), value); } inline static int32_t get_offset_of_medalIndex_8() { return static_cast(offsetof(CAchievementManager_t5352954, ___medalIndex_8)); } inline Dictionary_2_t3677221115 * get_medalIndex_8() const { return ___medalIndex_8; } inline Dictionary_2_t3677221115 ** get_address_of_medalIndex_8() { return &___medalIndex_8; } inline void set_medalIndex_8(Dictionary_2_t3677221115 * value) { ___medalIndex_8 = value; Il2CppCodeGenWriteBarrier((&___medalIndex_8), value); } inline static int32_t get_offset_of_medalList_10() { return static_cast(offsetof(CAchievementManager_t5352954, ___medalList_10)); } inline CDataModelList_t1133308508 * get_medalList_10() const { return ___medalList_10; } inline CDataModelList_t1133308508 ** get_address_of_medalList_10() { return &___medalList_10; } inline void set_medalList_10(CDataModelList_t1133308508 * value) { ___medalList_10 = value; Il2CppCodeGenWriteBarrier((&___medalList_10), value); } inline static int32_t get_offset_of_achComped_11() { return static_cast(offsetof(CAchievementManager_t5352954, ___achComped_11)); } inline List_1_t1288323943 * get_achComped_11() const { return ___achComped_11; } inline List_1_t1288323943 ** get_address_of_achComped_11() { return &___achComped_11; } inline void set_achComped_11(List_1_t1288323943 * value) { ___achComped_11 = value; Il2CppCodeGenWriteBarrier((&___achComped_11), value); } }; struct CAchievementManager_t5352954_StaticFields { public: // DMCore.Logic.CAchievementManager DMCore.Logic.CAchievementManager::s_Instance CAchievementManager_t5352954 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(CAchievementManager_t5352954_StaticFields, ___s_Instance_9)); } inline CAchievementManager_t5352954 * get_s_Instance_9() const { return ___s_Instance_9; } inline CAchievementManager_t5352954 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(CAchievementManager_t5352954 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHIEVEMENTMANAGER_T5352954_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 GUISTYLE_T3956901511_H #define GUISTYLE_T3956901511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUIStyle struct GUIStyle_t3956901511 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyle::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Normal GUIStyleState_t1397964415 * ___m_Normal_1; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Hover GUIStyleState_t1397964415 * ___m_Hover_2; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Active GUIStyleState_t1397964415 * ___m_Active_3; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Focused GUIStyleState_t1397964415 * ___m_Focused_4; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnNormal GUIStyleState_t1397964415 * ___m_OnNormal_5; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnHover GUIStyleState_t1397964415 * ___m_OnHover_6; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnActive GUIStyleState_t1397964415 * ___m_OnActive_7; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnFocused GUIStyleState_t1397964415 * ___m_OnFocused_8; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Border RectOffset_t1369453676 * ___m_Border_9; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Padding RectOffset_t1369453676 * ___m_Padding_10; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Margin RectOffset_t1369453676 * ___m_Margin_11; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Overflow RectOffset_t1369453676 * ___m_Overflow_12; // UnityEngine.Font UnityEngine.GUIStyle::m_FontInternal Font_t1956802104 * ___m_FontInternal_13; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyle_t3956901511, ___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; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Normal_1)); } inline GUIStyleState_t1397964415 * get_m_Normal_1() const { return ___m_Normal_1; } inline GUIStyleState_t1397964415 ** get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(GUIStyleState_t1397964415 * value) { ___m_Normal_1 = value; Il2CppCodeGenWriteBarrier((&___m_Normal_1), value); } inline static int32_t get_offset_of_m_Hover_2() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Hover_2)); } inline GUIStyleState_t1397964415 * get_m_Hover_2() const { return ___m_Hover_2; } inline GUIStyleState_t1397964415 ** get_address_of_m_Hover_2() { return &___m_Hover_2; } inline void set_m_Hover_2(GUIStyleState_t1397964415 * value) { ___m_Hover_2 = value; Il2CppCodeGenWriteBarrier((&___m_Hover_2), value); } inline static int32_t get_offset_of_m_Active_3() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Active_3)); } inline GUIStyleState_t1397964415 * get_m_Active_3() const { return ___m_Active_3; } inline GUIStyleState_t1397964415 ** get_address_of_m_Active_3() { return &___m_Active_3; } inline void set_m_Active_3(GUIStyleState_t1397964415 * value) { ___m_Active_3 = value; Il2CppCodeGenWriteBarrier((&___m_Active_3), value); } inline static int32_t get_offset_of_m_Focused_4() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Focused_4)); } inline GUIStyleState_t1397964415 * get_m_Focused_4() const { return ___m_Focused_4; } inline GUIStyleState_t1397964415 ** get_address_of_m_Focused_4() { return &___m_Focused_4; } inline void set_m_Focused_4(GUIStyleState_t1397964415 * value) { ___m_Focused_4 = value; Il2CppCodeGenWriteBarrier((&___m_Focused_4), value); } inline static int32_t get_offset_of_m_OnNormal_5() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnNormal_5)); } inline GUIStyleState_t1397964415 * get_m_OnNormal_5() const { return ___m_OnNormal_5; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnNormal_5() { return &___m_OnNormal_5; } inline void set_m_OnNormal_5(GUIStyleState_t1397964415 * value) { ___m_OnNormal_5 = value; Il2CppCodeGenWriteBarrier((&___m_OnNormal_5), value); } inline static int32_t get_offset_of_m_OnHover_6() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnHover_6)); } inline GUIStyleState_t1397964415 * get_m_OnHover_6() const { return ___m_OnHover_6; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnHover_6() { return &___m_OnHover_6; } inline void set_m_OnHover_6(GUIStyleState_t1397964415 * value) { ___m_OnHover_6 = value; Il2CppCodeGenWriteBarrier((&___m_OnHover_6), value); } inline static int32_t get_offset_of_m_OnActive_7() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnActive_7)); } inline GUIStyleState_t1397964415 * get_m_OnActive_7() const { return ___m_OnActive_7; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnActive_7() { return &___m_OnActive_7; } inline void set_m_OnActive_7(GUIStyleState_t1397964415 * value) { ___m_OnActive_7 = value; Il2CppCodeGenWriteBarrier((&___m_OnActive_7), value); } inline static int32_t get_offset_of_m_OnFocused_8() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_OnFocused_8)); } inline GUIStyleState_t1397964415 * get_m_OnFocused_8() const { return ___m_OnFocused_8; } inline GUIStyleState_t1397964415 ** get_address_of_m_OnFocused_8() { return &___m_OnFocused_8; } inline void set_m_OnFocused_8(GUIStyleState_t1397964415 * value) { ___m_OnFocused_8 = value; Il2CppCodeGenWriteBarrier((&___m_OnFocused_8), value); } inline static int32_t get_offset_of_m_Border_9() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Border_9)); } inline RectOffset_t1369453676 * get_m_Border_9() const { return ___m_Border_9; } inline RectOffset_t1369453676 ** get_address_of_m_Border_9() { return &___m_Border_9; } inline void set_m_Border_9(RectOffset_t1369453676 * value) { ___m_Border_9 = value; Il2CppCodeGenWriteBarrier((&___m_Border_9), value); } inline static int32_t get_offset_of_m_Padding_10() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Padding_10)); } inline RectOffset_t1369453676 * get_m_Padding_10() const { return ___m_Padding_10; } inline RectOffset_t1369453676 ** get_address_of_m_Padding_10() { return &___m_Padding_10; } inline void set_m_Padding_10(RectOffset_t1369453676 * value) { ___m_Padding_10 = value; Il2CppCodeGenWriteBarrier((&___m_Padding_10), value); } inline static int32_t get_offset_of_m_Margin_11() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Margin_11)); } inline RectOffset_t1369453676 * get_m_Margin_11() const { return ___m_Margin_11; } inline RectOffset_t1369453676 ** get_address_of_m_Margin_11() { return &___m_Margin_11; } inline void set_m_Margin_11(RectOffset_t1369453676 * value) { ___m_Margin_11 = value; Il2CppCodeGenWriteBarrier((&___m_Margin_11), value); } inline static int32_t get_offset_of_m_Overflow_12() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_Overflow_12)); } inline RectOffset_t1369453676 * get_m_Overflow_12() const { return ___m_Overflow_12; } inline RectOffset_t1369453676 ** get_address_of_m_Overflow_12() { return &___m_Overflow_12; } inline void set_m_Overflow_12(RectOffset_t1369453676 * value) { ___m_Overflow_12 = value; Il2CppCodeGenWriteBarrier((&___m_Overflow_12), value); } inline static int32_t get_offset_of_m_FontInternal_13() { return static_cast(offsetof(GUIStyle_t3956901511, ___m_FontInternal_13)); } inline Font_t1956802104 * get_m_FontInternal_13() const { return ___m_FontInternal_13; } inline Font_t1956802104 ** get_address_of_m_FontInternal_13() { return &___m_FontInternal_13; } inline void set_m_FontInternal_13(Font_t1956802104 * value) { ___m_FontInternal_13 = value; Il2CppCodeGenWriteBarrier((&___m_FontInternal_13), value); } }; struct GUIStyle_t3956901511_StaticFields { public: // System.Boolean UnityEngine.GUIStyle::showKeyboardFocus bool ___showKeyboardFocus_14; // UnityEngine.GUIStyle UnityEngine.GUIStyle::s_None GUIStyle_t3956901511 * ___s_None_15; public: inline static int32_t get_offset_of_showKeyboardFocus_14() { return static_cast(offsetof(GUIStyle_t3956901511_StaticFields, ___showKeyboardFocus_14)); } inline bool get_showKeyboardFocus_14() const { return ___showKeyboardFocus_14; } inline bool* get_address_of_showKeyboardFocus_14() { return &___showKeyboardFocus_14; } inline void set_showKeyboardFocus_14(bool value) { ___showKeyboardFocus_14 = value; } inline static int32_t get_offset_of_s_None_15() { return static_cast(offsetof(GUIStyle_t3956901511_StaticFields, ___s_None_15)); } inline GUIStyle_t3956901511 * get_s_None_15() const { return ___s_None_15; } inline GUIStyle_t3956901511 ** get_address_of_s_None_15() { return &___s_None_15; } inline void set_s_None_15(GUIStyle_t3956901511 * value) { ___s_None_15 = value; Il2CppCodeGenWriteBarrier((&___s_None_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.GUIStyle struct GUIStyle_t3956901511_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Normal_1; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Hover_2; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Active_3; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_Focused_4; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnNormal_5; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnHover_6; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnActive_7; GUIStyleState_t1397964415_marshaled_pinvoke* ___m_OnFocused_8; RectOffset_t1369453676_marshaled_pinvoke ___m_Border_9; RectOffset_t1369453676_marshaled_pinvoke ___m_Padding_10; RectOffset_t1369453676_marshaled_pinvoke ___m_Margin_11; RectOffset_t1369453676_marshaled_pinvoke ___m_Overflow_12; Font_t1956802104 * ___m_FontInternal_13; }; // Native definition for COM marshalling of UnityEngine.GUIStyle struct GUIStyle_t3956901511_marshaled_com { intptr_t ___m_Ptr_0; GUIStyleState_t1397964415_marshaled_com* ___m_Normal_1; GUIStyleState_t1397964415_marshaled_com* ___m_Hover_2; GUIStyleState_t1397964415_marshaled_com* ___m_Active_3; GUIStyleState_t1397964415_marshaled_com* ___m_Focused_4; GUIStyleState_t1397964415_marshaled_com* ___m_OnNormal_5; GUIStyleState_t1397964415_marshaled_com* ___m_OnHover_6; GUIStyleState_t1397964415_marshaled_com* ___m_OnActive_7; GUIStyleState_t1397964415_marshaled_com* ___m_OnFocused_8; RectOffset_t1369453676_marshaled_com* ___m_Border_9; RectOffset_t1369453676_marshaled_com* ___m_Padding_10; RectOffset_t1369453676_marshaled_com* ___m_Margin_11; RectOffset_t1369453676_marshaled_com* ___m_Overflow_12; Font_t1956802104 * ___m_FontInternal_13; }; #endif // GUISTYLE_T3956901511_H #ifndef CUIRESWWW_T153014691_H #define CUIRESWWW_T153014691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIResWWW struct CUIResWWW_t153014691 : public RuntimeObject { public: // System.Boolean CUIResWWW::m_bIsEnableCode bool ___m_bIsEnableCode_0; // System.Boolean CUIResWWW::m_bIsEnableResource bool ___m_bIsEnableResource_1; // CUIResWWW/CUrlLabor CUIResWWW::m_urlProxyURL CUrlLabor_t1679613458 * ___m_urlProxyURL_2; // CUIResWWW/CUrlLabor CUIResWWW::m_urlVersionDownLoad CUrlLabor_t1679613458 * ___m_urlVersionDownLoad_3; // CUIResWWW/CUrlLabor CUIResWWW::m_urlCodeDownLoad CUrlLabor_t1679613458 * ___m_urlCodeDownLoad_4; // CUIResWWW/CUrlLabor CUIResWWW::m_urlResDownload CUrlLabor_t1679613458 * ___m_urlResDownload_5; // CVersionIssue CUIResWWW::m_lastLoadCodeVer CVersionIssue_t3008599312 * ___m_lastLoadCodeVer_6; // CVersionIssue CUIResWWW::m_lastLoadUIVer CVersionIssue_t3008599312 * ___m_lastLoadUIVer_7; // CUIResWWW/CUIResWWWState CUIResWWW::m_ResWWWState int32_t ___m_ResWWWState_8; // DMCore.Framework.Web.FitfunWebHelp CUIResWWW::m_webHelp FitfunWebHelp_t2909657851 * ___m_webHelp_9; // DMCore.Framework.Zip.FitfunZip CUIResWWW::m_zipIns FitfunZip_t870197698 * ___m_zipIns_10; // System.Collections.Generic.Dictionary`2 CUIResWWW::m_textMap Dictionary_2_t1632706988 * ___m_textMap_11; // System.Boolean CUIResWWW::m_bSkipComfirmBox bool ___m_bSkipComfirmBox_12; // System.Boolean CUIResWWW::m_bUseProxy bool ___m_bUseProxy_13; // System.Boolean CUIResWWW::m_bUseWWWType bool ___m_bUseWWWType_14; // System.Single CUIResWWW::m_curTime float ___m_curTime_15; // System.Int64 CUIResWWW::m_lastDownLoaded int64_t ___m_lastDownLoaded_16; // System.Int32 CUIResWWW::speed int32_t ___speed_17; // UIGameStarter CUIResWWW::m_GameStartInstance UIGameStarter_t3167157668 * ___m_GameStartInstance_18; // CUIResWWW/CRemoteHotInfo CUIResWWW::m_remoteHotVersionInfo CRemoteHotInfo_t1542281948 * ___m_remoteHotVersionInfo_19; // System.Collections.Generic.LinkedList`1 CUIResWWW::m_resDownloadTask LinkedList_1_t411754135 * ___m_resDownloadTask_20; public: inline static int32_t get_offset_of_m_bIsEnableCode_0() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bIsEnableCode_0)); } inline bool get_m_bIsEnableCode_0() const { return ___m_bIsEnableCode_0; } inline bool* get_address_of_m_bIsEnableCode_0() { return &___m_bIsEnableCode_0; } inline void set_m_bIsEnableCode_0(bool value) { ___m_bIsEnableCode_0 = value; } inline static int32_t get_offset_of_m_bIsEnableResource_1() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bIsEnableResource_1)); } inline bool get_m_bIsEnableResource_1() const { return ___m_bIsEnableResource_1; } inline bool* get_address_of_m_bIsEnableResource_1() { return &___m_bIsEnableResource_1; } inline void set_m_bIsEnableResource_1(bool value) { ___m_bIsEnableResource_1 = value; } inline static int32_t get_offset_of_m_urlProxyURL_2() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlProxyURL_2)); } inline CUrlLabor_t1679613458 * get_m_urlProxyURL_2() const { return ___m_urlProxyURL_2; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlProxyURL_2() { return &___m_urlProxyURL_2; } inline void set_m_urlProxyURL_2(CUrlLabor_t1679613458 * value) { ___m_urlProxyURL_2 = value; Il2CppCodeGenWriteBarrier((&___m_urlProxyURL_2), value); } inline static int32_t get_offset_of_m_urlVersionDownLoad_3() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlVersionDownLoad_3)); } inline CUrlLabor_t1679613458 * get_m_urlVersionDownLoad_3() const { return ___m_urlVersionDownLoad_3; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlVersionDownLoad_3() { return &___m_urlVersionDownLoad_3; } inline void set_m_urlVersionDownLoad_3(CUrlLabor_t1679613458 * value) { ___m_urlVersionDownLoad_3 = value; Il2CppCodeGenWriteBarrier((&___m_urlVersionDownLoad_3), value); } inline static int32_t get_offset_of_m_urlCodeDownLoad_4() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlCodeDownLoad_4)); } inline CUrlLabor_t1679613458 * get_m_urlCodeDownLoad_4() const { return ___m_urlCodeDownLoad_4; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlCodeDownLoad_4() { return &___m_urlCodeDownLoad_4; } inline void set_m_urlCodeDownLoad_4(CUrlLabor_t1679613458 * value) { ___m_urlCodeDownLoad_4 = value; Il2CppCodeGenWriteBarrier((&___m_urlCodeDownLoad_4), value); } inline static int32_t get_offset_of_m_urlResDownload_5() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_urlResDownload_5)); } inline CUrlLabor_t1679613458 * get_m_urlResDownload_5() const { return ___m_urlResDownload_5; } inline CUrlLabor_t1679613458 ** get_address_of_m_urlResDownload_5() { return &___m_urlResDownload_5; } inline void set_m_urlResDownload_5(CUrlLabor_t1679613458 * value) { ___m_urlResDownload_5 = value; Il2CppCodeGenWriteBarrier((&___m_urlResDownload_5), value); } inline static int32_t get_offset_of_m_lastLoadCodeVer_6() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_lastLoadCodeVer_6)); } inline CVersionIssue_t3008599312 * get_m_lastLoadCodeVer_6() const { return ___m_lastLoadCodeVer_6; } inline CVersionIssue_t3008599312 ** get_address_of_m_lastLoadCodeVer_6() { return &___m_lastLoadCodeVer_6; } inline void set_m_lastLoadCodeVer_6(CVersionIssue_t3008599312 * value) { ___m_lastLoadCodeVer_6 = value; Il2CppCodeGenWriteBarrier((&___m_lastLoadCodeVer_6), value); } inline static int32_t get_offset_of_m_lastLoadUIVer_7() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_lastLoadUIVer_7)); } inline CVersionIssue_t3008599312 * get_m_lastLoadUIVer_7() const { return ___m_lastLoadUIVer_7; } inline CVersionIssue_t3008599312 ** get_address_of_m_lastLoadUIVer_7() { return &___m_lastLoadUIVer_7; } inline void set_m_lastLoadUIVer_7(CVersionIssue_t3008599312 * value) { ___m_lastLoadUIVer_7 = value; Il2CppCodeGenWriteBarrier((&___m_lastLoadUIVer_7), value); } inline static int32_t get_offset_of_m_ResWWWState_8() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_ResWWWState_8)); } inline int32_t get_m_ResWWWState_8() const { return ___m_ResWWWState_8; } inline int32_t* get_address_of_m_ResWWWState_8() { return &___m_ResWWWState_8; } inline void set_m_ResWWWState_8(int32_t value) { ___m_ResWWWState_8 = value; } inline static int32_t get_offset_of_m_webHelp_9() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_webHelp_9)); } inline FitfunWebHelp_t2909657851 * get_m_webHelp_9() const { return ___m_webHelp_9; } inline FitfunWebHelp_t2909657851 ** get_address_of_m_webHelp_9() { return &___m_webHelp_9; } inline void set_m_webHelp_9(FitfunWebHelp_t2909657851 * value) { ___m_webHelp_9 = value; Il2CppCodeGenWriteBarrier((&___m_webHelp_9), value); } inline static int32_t get_offset_of_m_zipIns_10() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_zipIns_10)); } inline FitfunZip_t870197698 * get_m_zipIns_10() const { return ___m_zipIns_10; } inline FitfunZip_t870197698 ** get_address_of_m_zipIns_10() { return &___m_zipIns_10; } inline void set_m_zipIns_10(FitfunZip_t870197698 * value) { ___m_zipIns_10 = value; Il2CppCodeGenWriteBarrier((&___m_zipIns_10), value); } inline static int32_t get_offset_of_m_textMap_11() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_textMap_11)); } inline Dictionary_2_t1632706988 * get_m_textMap_11() const { return ___m_textMap_11; } inline Dictionary_2_t1632706988 ** get_address_of_m_textMap_11() { return &___m_textMap_11; } inline void set_m_textMap_11(Dictionary_2_t1632706988 * value) { ___m_textMap_11 = value; Il2CppCodeGenWriteBarrier((&___m_textMap_11), value); } inline static int32_t get_offset_of_m_bSkipComfirmBox_12() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bSkipComfirmBox_12)); } inline bool get_m_bSkipComfirmBox_12() const { return ___m_bSkipComfirmBox_12; } inline bool* get_address_of_m_bSkipComfirmBox_12() { return &___m_bSkipComfirmBox_12; } inline void set_m_bSkipComfirmBox_12(bool value) { ___m_bSkipComfirmBox_12 = value; } inline static int32_t get_offset_of_m_bUseProxy_13() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bUseProxy_13)); } inline bool get_m_bUseProxy_13() const { return ___m_bUseProxy_13; } inline bool* get_address_of_m_bUseProxy_13() { return &___m_bUseProxy_13; } inline void set_m_bUseProxy_13(bool value) { ___m_bUseProxy_13 = value; } inline static int32_t get_offset_of_m_bUseWWWType_14() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_bUseWWWType_14)); } inline bool get_m_bUseWWWType_14() const { return ___m_bUseWWWType_14; } inline bool* get_address_of_m_bUseWWWType_14() { return &___m_bUseWWWType_14; } inline void set_m_bUseWWWType_14(bool value) { ___m_bUseWWWType_14 = value; } inline static int32_t get_offset_of_m_curTime_15() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_curTime_15)); } inline float get_m_curTime_15() const { return ___m_curTime_15; } inline float* get_address_of_m_curTime_15() { return &___m_curTime_15; } inline void set_m_curTime_15(float value) { ___m_curTime_15 = value; } inline static int32_t get_offset_of_m_lastDownLoaded_16() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_lastDownLoaded_16)); } inline int64_t get_m_lastDownLoaded_16() const { return ___m_lastDownLoaded_16; } inline int64_t* get_address_of_m_lastDownLoaded_16() { return &___m_lastDownLoaded_16; } inline void set_m_lastDownLoaded_16(int64_t value) { ___m_lastDownLoaded_16 = value; } inline static int32_t get_offset_of_speed_17() { return static_cast(offsetof(CUIResWWW_t153014691, ___speed_17)); } inline int32_t get_speed_17() const { return ___speed_17; } inline int32_t* get_address_of_speed_17() { return &___speed_17; } inline void set_speed_17(int32_t value) { ___speed_17 = value; } inline static int32_t get_offset_of_m_GameStartInstance_18() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_GameStartInstance_18)); } inline UIGameStarter_t3167157668 * get_m_GameStartInstance_18() const { return ___m_GameStartInstance_18; } inline UIGameStarter_t3167157668 ** get_address_of_m_GameStartInstance_18() { return &___m_GameStartInstance_18; } inline void set_m_GameStartInstance_18(UIGameStarter_t3167157668 * value) { ___m_GameStartInstance_18 = value; Il2CppCodeGenWriteBarrier((&___m_GameStartInstance_18), value); } inline static int32_t get_offset_of_m_remoteHotVersionInfo_19() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_remoteHotVersionInfo_19)); } inline CRemoteHotInfo_t1542281948 * get_m_remoteHotVersionInfo_19() const { return ___m_remoteHotVersionInfo_19; } inline CRemoteHotInfo_t1542281948 ** get_address_of_m_remoteHotVersionInfo_19() { return &___m_remoteHotVersionInfo_19; } inline void set_m_remoteHotVersionInfo_19(CRemoteHotInfo_t1542281948 * value) { ___m_remoteHotVersionInfo_19 = value; Il2CppCodeGenWriteBarrier((&___m_remoteHotVersionInfo_19), value); } inline static int32_t get_offset_of_m_resDownloadTask_20() { return static_cast(offsetof(CUIResWWW_t153014691, ___m_resDownloadTask_20)); } inline LinkedList_1_t411754135 * get_m_resDownloadTask_20() const { return ___m_resDownloadTask_20; } inline LinkedList_1_t411754135 ** get_address_of_m_resDownloadTask_20() { return &___m_resDownloadTask_20; } inline void set_m_resDownloadTask_20(LinkedList_1_t411754135 * value) { ___m_resDownloadTask_20 = value; Il2CppCodeGenWriteBarrier((&___m_resDownloadTask_20), value); } }; struct CUIResWWW_t153014691_StaticFields { public: // CUIResWWW CUIResWWW::s_instance CUIResWWW_t153014691 * ___s_instance_21; public: inline static int32_t get_offset_of_s_instance_21() { return static_cast(offsetof(CUIResWWW_t153014691_StaticFields, ___s_instance_21)); } inline CUIResWWW_t153014691 * get_s_instance_21() const { return ___s_instance_21; } inline CUIResWWW_t153014691 ** get_address_of_s_instance_21() { return &___s_instance_21; } inline void set_s_instance_21(CUIResWWW_t153014691 * value) { ___s_instance_21 = value; Il2CppCodeGenWriteBarrier((&___s_instance_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIRESWWW_T153014691_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 SUITINFO_T4135687472_H #define SUITINFO_T4135687472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookCfg/SuitInfo struct SuitInfo_t4135687472 : public RuntimeObject { public: // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String HandBookCfg/SuitInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String HandBookCfg/SuitInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_2; // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CScoreU3Ek__BackingField_3; // System.String HandBookCfg/SuitInfo::k__BackingField String_t* ___U3CStoryU3Ek__BackingField_4; // UnityEngine.Texture2D HandBookCfg/SuitInfo::k__BackingField Texture2D_t3840446185 * ___U3CIconU3Ek__BackingField_5; // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CIndexU3Ek__BackingField_6; // System.Collections.Generic.List`1 HandBookCfg/SuitInfo::k__BackingField List_1_t1208796635 * ___U3CFashionListU3Ek__BackingField_7; // System.Collections.Generic.List`1 HandBookCfg/SuitInfo::k__BackingField List_1_t296433643 * ___U3CRewardListU3Ek__BackingField_8; // EnumSuitReward HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CRewardStausU3Ek__BackingField_9; // System.Int32 HandBookCfg/SuitInfo::k__BackingField int32_t ___U3CenumSexU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(SuitInfo_t4135687472, ___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(SuitInfo_t4135687472, ___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(SuitInfo_t4135687472, ___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_U3CScoreU3Ek__BackingField_3() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CScoreU3Ek__BackingField_3)); } inline int32_t get_U3CScoreU3Ek__BackingField_3() const { return ___U3CScoreU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CScoreU3Ek__BackingField_3() { return &___U3CScoreU3Ek__BackingField_3; } inline void set_U3CScoreU3Ek__BackingField_3(int32_t value) { ___U3CScoreU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CStoryU3Ek__BackingField_4() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CStoryU3Ek__BackingField_4)); } inline String_t* get_U3CStoryU3Ek__BackingField_4() const { return ___U3CStoryU3Ek__BackingField_4; } inline String_t** get_address_of_U3CStoryU3Ek__BackingField_4() { return &___U3CStoryU3Ek__BackingField_4; } inline void set_U3CStoryU3Ek__BackingField_4(String_t* value) { ___U3CStoryU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CStoryU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CIconU3Ek__BackingField_5() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CIconU3Ek__BackingField_5)); } inline Texture2D_t3840446185 * get_U3CIconU3Ek__BackingField_5() const { return ___U3CIconU3Ek__BackingField_5; } inline Texture2D_t3840446185 ** get_address_of_U3CIconU3Ek__BackingField_5() { return &___U3CIconU3Ek__BackingField_5; } inline void set_U3CIconU3Ek__BackingField_5(Texture2D_t3840446185 * value) { ___U3CIconU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CIconU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CIndexU3Ek__BackingField_6() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CIndexU3Ek__BackingField_6)); } inline int32_t get_U3CIndexU3Ek__BackingField_6() const { return ___U3CIndexU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CIndexU3Ek__BackingField_6() { return &___U3CIndexU3Ek__BackingField_6; } inline void set_U3CIndexU3Ek__BackingField_6(int32_t value) { ___U3CIndexU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CFashionListU3Ek__BackingField_7() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CFashionListU3Ek__BackingField_7)); } inline List_1_t1208796635 * get_U3CFashionListU3Ek__BackingField_7() const { return ___U3CFashionListU3Ek__BackingField_7; } inline List_1_t1208796635 ** get_address_of_U3CFashionListU3Ek__BackingField_7() { return &___U3CFashionListU3Ek__BackingField_7; } inline void set_U3CFashionListU3Ek__BackingField_7(List_1_t1208796635 * value) { ___U3CFashionListU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CFashionListU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_U3CRewardListU3Ek__BackingField_8() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CRewardListU3Ek__BackingField_8)); } inline List_1_t296433643 * get_U3CRewardListU3Ek__BackingField_8() const { return ___U3CRewardListU3Ek__BackingField_8; } inline List_1_t296433643 ** get_address_of_U3CRewardListU3Ek__BackingField_8() { return &___U3CRewardListU3Ek__BackingField_8; } inline void set_U3CRewardListU3Ek__BackingField_8(List_1_t296433643 * value) { ___U3CRewardListU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CRewardListU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3CRewardStausU3Ek__BackingField_9() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CRewardStausU3Ek__BackingField_9)); } inline int32_t get_U3CRewardStausU3Ek__BackingField_9() const { return ___U3CRewardStausU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CRewardStausU3Ek__BackingField_9() { return &___U3CRewardStausU3Ek__BackingField_9; } inline void set_U3CRewardStausU3Ek__BackingField_9(int32_t value) { ___U3CRewardStausU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CenumSexU3Ek__BackingField_10() { return static_cast(offsetof(SuitInfo_t4135687472, ___U3CenumSexU3Ek__BackingField_10)); } inline int32_t get_U3CenumSexU3Ek__BackingField_10() const { return ___U3CenumSexU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CenumSexU3Ek__BackingField_10() { return &___U3CenumSexU3Ek__BackingField_10; } inline void set_U3CenumSexU3Ek__BackingField_10(int32_t value) { ___U3CenumSexU3Ek__BackingField_10 = value; } }; struct SuitInfo_t4135687472_StaticFields { public: // System.Predicate`1 HandBookCfg/SuitInfo::<>f__am$cache0 Predicate_1_t562016017 * ___U3CU3Ef__amU24cache0_11; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_11() { return static_cast(offsetof(SuitInfo_t4135687472_StaticFields, ___U3CU3Ef__amU24cache0_11)); } inline Predicate_1_t562016017 * get_U3CU3Ef__amU24cache0_11() const { return ___U3CU3Ef__amU24cache0_11; } inline Predicate_1_t562016017 ** get_address_of_U3CU3Ef__amU24cache0_11() { return &___U3CU3Ef__amU24cache0_11; } inline void set_U3CU3Ef__amU24cache0_11(Predicate_1_t562016017 * value) { ___U3CU3Ef__amU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUITINFO_T4135687472_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 PVESWEEPMANAGER_T2545045145_H #define PVESWEEPMANAGER_T2545045145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PveSweepManager struct PveSweepManager_t2545045145 : public RuntimeObject { public: // DMCore.Logic.enumSweep DMCore.Logic.PveSweepManager::mSweepType int32_t ___mSweepType_0; // System.Int32 DMCore.Logic.PveSweepManager::mSweepEnergy int32_t ___mSweepEnergy_1; // System.Int32 DMCore.Logic.PveSweepManager::mStageId int32_t ___mStageId_2; // uiPveSweep DMCore.Logic.PveSweepManager::mUIPveSweep uiPveSweep_t639168811 * ___mUIPveSweep_3; public: inline static int32_t get_offset_of_mSweepType_0() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mSweepType_0)); } inline int32_t get_mSweepType_0() const { return ___mSweepType_0; } inline int32_t* get_address_of_mSweepType_0() { return &___mSweepType_0; } inline void set_mSweepType_0(int32_t value) { ___mSweepType_0 = value; } inline static int32_t get_offset_of_mSweepEnergy_1() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mSweepEnergy_1)); } inline int32_t get_mSweepEnergy_1() const { return ___mSweepEnergy_1; } inline int32_t* get_address_of_mSweepEnergy_1() { return &___mSweepEnergy_1; } inline void set_mSweepEnergy_1(int32_t value) { ___mSweepEnergy_1 = value; } inline static int32_t get_offset_of_mStageId_2() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mStageId_2)); } inline int32_t get_mStageId_2() const { return ___mStageId_2; } inline int32_t* get_address_of_mStageId_2() { return &___mStageId_2; } inline void set_mStageId_2(int32_t value) { ___mStageId_2 = value; } inline static int32_t get_offset_of_mUIPveSweep_3() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mUIPveSweep_3)); } inline uiPveSweep_t639168811 * get_mUIPveSweep_3() const { return ___mUIPveSweep_3; } inline uiPveSweep_t639168811 ** get_address_of_mUIPveSweep_3() { return &___mUIPveSweep_3; } inline void set_mUIPveSweep_3(uiPveSweep_t639168811 * value) { ___mUIPveSweep_3 = value; Il2CppCodeGenWriteBarrier((&___mUIPveSweep_3), value); } }; struct PveSweepManager_t2545045145_StaticFields { public: // DMCore.Logic.PveSweepManager DMCore.Logic.PveSweepManager::s_Instance PveSweepManager_t2545045145 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(PveSweepManager_t2545045145_StaticFields, ___s_Instance_4)); } inline PveSweepManager_t2545045145 * get_s_Instance_4() const { return ___s_Instance_4; } inline PveSweepManager_t2545045145 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(PveSweepManager_t2545045145 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PVESWEEPMANAGER_T2545045145_H #ifndef 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 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 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 TEXTASSET_T3022178571_H #define TEXTASSET_T3022178571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextAsset struct TextAsset_t3022178571 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTASSET_T3022178571_H #ifndef APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_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 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 BUGLYAGENT_T2834163709_H #define BUGLYAGENT_T2834163709_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BuglyAgent struct BuglyAgent_t2834163709 : public RuntimeObject { public: public: }; struct BuglyAgent_t2834163709_StaticFields { public: // System.Action`3 BuglyAgent::_LogCallbackEventHandler Action_3_t844242923 * ____LogCallbackEventHandler_3; // System.Boolean BuglyAgent::_isInitialized bool ____isInitialized_4; // LogSeverity BuglyAgent::_autoReportLogLevel int32_t ____autoReportLogLevel_5; // System.Boolean BuglyAgent::_debugMode bool ____debugMode_6; // System.Boolean BuglyAgent::_autoQuitApplicationAfterReport bool ____autoQuitApplicationAfterReport_7; // System.Int32 BuglyAgent::EXCEPTION_TYPE_UNCAUGHT int32_t ___EXCEPTION_TYPE_UNCAUGHT_8; // System.Int32 BuglyAgent::EXCEPTION_TYPE_CAUGHT int32_t ___EXCEPTION_TYPE_CAUGHT_9; // System.String BuglyAgent::_pluginVersion String_t* ____pluginVersion_10; // System.Func`1> BuglyAgent::_LogCallbackExtrasHandler Func_1_t1062453635 * ____LogCallbackExtrasHandler_11; // System.Boolean BuglyAgent::_uncaughtAutoReportOnce bool ____uncaughtAutoReportOnce_12; // UnityEngine.Application/LogCallback BuglyAgent::<>f__mg$cache0 LogCallback_t3588208630 * ___U3CU3Ef__mgU24cache0_13; // System.UnhandledExceptionEventHandler BuglyAgent::<>f__mg$cache1 UnhandledExceptionEventHandler_t3101989324 * ___U3CU3Ef__mgU24cache1_14; // UnityEngine.Application/LogCallback BuglyAgent::<>f__mg$cache2 LogCallback_t3588208630 * ___U3CU3Ef__mgU24cache2_15; // System.UnhandledExceptionEventHandler BuglyAgent::<>f__mg$cache3 UnhandledExceptionEventHandler_t3101989324 * ___U3CU3Ef__mgU24cache3_16; public: inline static int32_t get_offset_of__LogCallbackEventHandler_3() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____LogCallbackEventHandler_3)); } inline Action_3_t844242923 * get__LogCallbackEventHandler_3() const { return ____LogCallbackEventHandler_3; } inline Action_3_t844242923 ** get_address_of__LogCallbackEventHandler_3() { return &____LogCallbackEventHandler_3; } inline void set__LogCallbackEventHandler_3(Action_3_t844242923 * value) { ____LogCallbackEventHandler_3 = value; Il2CppCodeGenWriteBarrier((&____LogCallbackEventHandler_3), value); } inline static int32_t get_offset_of__isInitialized_4() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____isInitialized_4)); } inline bool get__isInitialized_4() const { return ____isInitialized_4; } inline bool* get_address_of__isInitialized_4() { return &____isInitialized_4; } inline void set__isInitialized_4(bool value) { ____isInitialized_4 = value; } inline static int32_t get_offset_of__autoReportLogLevel_5() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____autoReportLogLevel_5)); } inline int32_t get__autoReportLogLevel_5() const { return ____autoReportLogLevel_5; } inline int32_t* get_address_of__autoReportLogLevel_5() { return &____autoReportLogLevel_5; } inline void set__autoReportLogLevel_5(int32_t value) { ____autoReportLogLevel_5 = value; } inline static int32_t get_offset_of__debugMode_6() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____debugMode_6)); } inline bool get__debugMode_6() const { return ____debugMode_6; } inline bool* get_address_of__debugMode_6() { return &____debugMode_6; } inline void set__debugMode_6(bool value) { ____debugMode_6 = value; } inline static int32_t get_offset_of__autoQuitApplicationAfterReport_7() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____autoQuitApplicationAfterReport_7)); } inline bool get__autoQuitApplicationAfterReport_7() const { return ____autoQuitApplicationAfterReport_7; } inline bool* get_address_of__autoQuitApplicationAfterReport_7() { return &____autoQuitApplicationAfterReport_7; } inline void set__autoQuitApplicationAfterReport_7(bool value) { ____autoQuitApplicationAfterReport_7 = value; } inline static int32_t get_offset_of_EXCEPTION_TYPE_UNCAUGHT_8() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ___EXCEPTION_TYPE_UNCAUGHT_8)); } inline int32_t get_EXCEPTION_TYPE_UNCAUGHT_8() const { return ___EXCEPTION_TYPE_UNCAUGHT_8; } inline int32_t* get_address_of_EXCEPTION_TYPE_UNCAUGHT_8() { return &___EXCEPTION_TYPE_UNCAUGHT_8; } inline void set_EXCEPTION_TYPE_UNCAUGHT_8(int32_t value) { ___EXCEPTION_TYPE_UNCAUGHT_8 = value; } inline static int32_t get_offset_of_EXCEPTION_TYPE_CAUGHT_9() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ___EXCEPTION_TYPE_CAUGHT_9)); } inline int32_t get_EXCEPTION_TYPE_CAUGHT_9() const { return ___EXCEPTION_TYPE_CAUGHT_9; } inline int32_t* get_address_of_EXCEPTION_TYPE_CAUGHT_9() { return &___EXCEPTION_TYPE_CAUGHT_9; } inline void set_EXCEPTION_TYPE_CAUGHT_9(int32_t value) { ___EXCEPTION_TYPE_CAUGHT_9 = value; } inline static int32_t get_offset_of__pluginVersion_10() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____pluginVersion_10)); } inline String_t* get__pluginVersion_10() const { return ____pluginVersion_10; } inline String_t** get_address_of__pluginVersion_10() { return &____pluginVersion_10; } inline void set__pluginVersion_10(String_t* value) { ____pluginVersion_10 = value; Il2CppCodeGenWriteBarrier((&____pluginVersion_10), value); } inline static int32_t get_offset_of__LogCallbackExtrasHandler_11() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____LogCallbackExtrasHandler_11)); } inline Func_1_t1062453635 * get__LogCallbackExtrasHandler_11() const { return ____LogCallbackExtrasHandler_11; } inline Func_1_t1062453635 ** get_address_of__LogCallbackExtrasHandler_11() { return &____LogCallbackExtrasHandler_11; } inline void set__LogCallbackExtrasHandler_11(Func_1_t1062453635 * value) { ____LogCallbackExtrasHandler_11 = value; Il2CppCodeGenWriteBarrier((&____LogCallbackExtrasHandler_11), value); } inline static int32_t get_offset_of__uncaughtAutoReportOnce_12() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ____uncaughtAutoReportOnce_12)); } inline bool get__uncaughtAutoReportOnce_12() const { return ____uncaughtAutoReportOnce_12; } inline bool* get_address_of__uncaughtAutoReportOnce_12() { return &____uncaughtAutoReportOnce_12; } inline void set__uncaughtAutoReportOnce_12(bool value) { ____uncaughtAutoReportOnce_12 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_13() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ___U3CU3Ef__mgU24cache0_13)); } inline LogCallback_t3588208630 * get_U3CU3Ef__mgU24cache0_13() const { return ___U3CU3Ef__mgU24cache0_13; } inline LogCallback_t3588208630 ** get_address_of_U3CU3Ef__mgU24cache0_13() { return &___U3CU3Ef__mgU24cache0_13; } inline void set_U3CU3Ef__mgU24cache0_13(LogCallback_t3588208630 * value) { ___U3CU3Ef__mgU24cache0_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_14() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ___U3CU3Ef__mgU24cache1_14)); } inline UnhandledExceptionEventHandler_t3101989324 * get_U3CU3Ef__mgU24cache1_14() const { return ___U3CU3Ef__mgU24cache1_14; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_U3CU3Ef__mgU24cache1_14() { return &___U3CU3Ef__mgU24cache1_14; } inline void set_U3CU3Ef__mgU24cache1_14(UnhandledExceptionEventHandler_t3101989324 * value) { ___U3CU3Ef__mgU24cache1_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_15() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ___U3CU3Ef__mgU24cache2_15)); } inline LogCallback_t3588208630 * get_U3CU3Ef__mgU24cache2_15() const { return ___U3CU3Ef__mgU24cache2_15; } inline LogCallback_t3588208630 ** get_address_of_U3CU3Ef__mgU24cache2_15() { return &___U3CU3Ef__mgU24cache2_15; } inline void set_U3CU3Ef__mgU24cache2_15(LogCallback_t3588208630 * value) { ___U3CU3Ef__mgU24cache2_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_16() { return static_cast(offsetof(BuglyAgent_t2834163709_StaticFields, ___U3CU3Ef__mgU24cache3_16)); } inline UnhandledExceptionEventHandler_t3101989324 * get_U3CU3Ef__mgU24cache3_16() const { return ___U3CU3Ef__mgU24cache3_16; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_U3CU3Ef__mgU24cache3_16() { return &___U3CU3Ef__mgU24cache3_16; } inline void set_U3CU3Ef__mgU24cache3_16(UnhandledExceptionEventHandler_t3101989324 * value) { ___U3CU3Ef__mgU24cache3_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUGLYAGENT_T2834163709_H #ifndef CCHATMANAGER_T1988186574_H #define CCHATMANAGER_T1988186574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChatManager struct CChatManager_t1988186574 : public RuntimeObject { public: // DMCore.Logic.privateMsgArriva DMCore.Logic.CChatManager::m_privateMsgArriva privateMsgArriva_t1101012311 * ___m_privateMsgArriva_0; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsBigPublicU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsStopServerU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsPrivateU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CChatManager::m_is_open_chat_btn_visible bool ___m_is_open_chat_btn_visible_4; // DMCore.Logic.enumChatChannel DMCore.Logic.CChatManager::m_activeChannel int32_t ___m_activeChannel_5; // DMCore.Logic.enumChatContactLabel DMCore.Logic.CChatManager::m_activeContactLabel int32_t ___m_activeContactLabel_6; // System.Int64 DMCore.Logic.CChatManager::m_privateTargetID int64_t ___m_privateTargetID_7; // System.Int32 DMCore.Logic.CChatManager::m_activeVoiceIndex int32_t ___m_activeVoiceIndex_8; // System.Int32 DMCore.Logic.CChatManager::m_lastActiveVoiceIndex int32_t ___m_lastActiveVoiceIndex_9; // System.String DMCore.Logic.CChatManager::m_ChatVoiceIdentifier String_t* ___m_ChatVoiceIdentifier_10; // System.String DMCore.Logic.CChatManager::m_ChatImageIdentifier String_t* ___m_ChatImageIdentifier_11; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedPlayVoiceAni bool ___m_IsNeedPlayVoiceAni_12; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedStopVoiceAni bool ___m_IsNeedStopVoiceAni_13; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedShowImage bool ___m_IsNeedShowImage_14; // System.Boolean DMCore.Logic.CChatManager::m_IsPrivateTargetChanged bool ___m_IsPrivateTargetChanged_15; // System.Boolean DMCore.Logic.CChatManager::m_IsVoiceIndexChanged bool ___m_IsVoiceIndexChanged_16; // DMCore.Logic.enumPersonPage DMCore.Logic.CChatManager::m_CallerPage int32_t ___m_CallerPage_17; // System.Collections.Generic.List`1 DMCore.Logic.CChatManager::m_ChatUserList List_1_t1546864881 * ___m_ChatUserList_18; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRefreshContactList bool ___m_IsNeedRefreshContactList_19; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SumChatList CChatGroup_t2712975719 * ___m_SumChatList_20; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_PublicChatList CChatGroup_t2712975719 * ___m_PublicChatList_21; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SceneChatList CChatGroup_t2712975719 * ___m_SceneChatList_22; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_GuildChatList CChatGroup_t2712975719 * ___m_GuildChatList_23; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_WorldChatList CChatGroup_t2712975719 * ___m_WorldChatList_24; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_RedBagList CChatGroup_t2712975719 * ___m_RedBagList_25; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChatManager::m_PrivateChatList Dictionary_2_t3775615503 * ___m_PrivateChatList_26; // DMCore.Logic.CChannelInfo DMCore.Logic.CChatManager::m_ChannelInfo CChannelInfo_t1750800799 * ___m_ChannelInfo_27; // System.Boolean DMCore.Logic.CChatManager::m_IsChannelDataChanged bool ___m_IsChannelDataChanged_28; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfWC int32_t ___m_lastShortcutIndexOfWC_29; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfPrivate int32_t ___m_lastShortcutIndexOfPrivate_30; // System.String DMCore.Logic.CChatManager::m_worldChannel String_t* ___m_worldChannel_31; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CChatManager::m_TaskController ITaskBase_1_t2595950535 * ___m_TaskController_32; // System.Boolean DMCore.Logic.CChatManager::m_bUpLoadAudio bool ___m_bUpLoadAudio_33; // System.Boolean DMCore.Logic.CChatManager::m_bIsJoinChannel bool ___m_bIsJoinChannel_34; // System.Int32 DMCore.Logic.CChatManager::m_curChannelNum int32_t ___m_curChannelNum_35; // System.String DMCore.Logic.CChatManager::m_publicChatText String_t* ___m_publicChatText_38; // System.Int32 DMCore.Logic.CChatManager::m_lefttime int32_t ___m_lefttime_39; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRepainMenu bool ___m_IsNeedRepainMenu_40; public: inline static int32_t get_offset_of_m_privateMsgArriva_0() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateMsgArriva_0)); } inline privateMsgArriva_t1101012311 * get_m_privateMsgArriva_0() const { return ___m_privateMsgArriva_0; } inline privateMsgArriva_t1101012311 ** get_address_of_m_privateMsgArriva_0() { return &___m_privateMsgArriva_0; } inline void set_m_privateMsgArriva_0(privateMsgArriva_t1101012311 * value) { ___m_privateMsgArriva_0 = value; Il2CppCodeGenWriteBarrier((&___m_privateMsgArriva_0), value); } inline static int32_t get_offset_of_U3CIsBigPublicU3Ek__BackingField_1() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsBigPublicU3Ek__BackingField_1)); } inline bool get_U3CIsBigPublicU3Ek__BackingField_1() const { return ___U3CIsBigPublicU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsBigPublicU3Ek__BackingField_1() { return &___U3CIsBigPublicU3Ek__BackingField_1; } inline void set_U3CIsBigPublicU3Ek__BackingField_1(bool value) { ___U3CIsBigPublicU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsStopServerU3Ek__BackingField_2() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsStopServerU3Ek__BackingField_2)); } inline bool get_U3CIsStopServerU3Ek__BackingField_2() const { return ___U3CIsStopServerU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsStopServerU3Ek__BackingField_2() { return &___U3CIsStopServerU3Ek__BackingField_2; } inline void set_U3CIsStopServerU3Ek__BackingField_2(bool value) { ___U3CIsStopServerU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsPrivateU3Ek__BackingField_3() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsPrivateU3Ek__BackingField_3)); } inline bool get_U3CIsPrivateU3Ek__BackingField_3() const { return ___U3CIsPrivateU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsPrivateU3Ek__BackingField_3() { return &___U3CIsPrivateU3Ek__BackingField_3; } inline void set_U3CIsPrivateU3Ek__BackingField_3(bool value) { ___U3CIsPrivateU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_is_open_chat_btn_visible_4() { return static_cast(offsetof(CChatManager_t1988186574, ___m_is_open_chat_btn_visible_4)); } inline bool get_m_is_open_chat_btn_visible_4() const { return ___m_is_open_chat_btn_visible_4; } inline bool* get_address_of_m_is_open_chat_btn_visible_4() { return &___m_is_open_chat_btn_visible_4; } inline void set_m_is_open_chat_btn_visible_4(bool value) { ___m_is_open_chat_btn_visible_4 = value; } inline static int32_t get_offset_of_m_activeChannel_5() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeChannel_5)); } inline int32_t get_m_activeChannel_5() const { return ___m_activeChannel_5; } inline int32_t* get_address_of_m_activeChannel_5() { return &___m_activeChannel_5; } inline void set_m_activeChannel_5(int32_t value) { ___m_activeChannel_5 = value; } inline static int32_t get_offset_of_m_activeContactLabel_6() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeContactLabel_6)); } inline int32_t get_m_activeContactLabel_6() const { return ___m_activeContactLabel_6; } inline int32_t* get_address_of_m_activeContactLabel_6() { return &___m_activeContactLabel_6; } inline void set_m_activeContactLabel_6(int32_t value) { ___m_activeContactLabel_6 = value; } inline static int32_t get_offset_of_m_privateTargetID_7() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateTargetID_7)); } inline int64_t get_m_privateTargetID_7() const { return ___m_privateTargetID_7; } inline int64_t* get_address_of_m_privateTargetID_7() { return &___m_privateTargetID_7; } inline void set_m_privateTargetID_7(int64_t value) { ___m_privateTargetID_7 = value; } inline static int32_t get_offset_of_m_activeVoiceIndex_8() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeVoiceIndex_8)); } inline int32_t get_m_activeVoiceIndex_8() const { return ___m_activeVoiceIndex_8; } inline int32_t* get_address_of_m_activeVoiceIndex_8() { return &___m_activeVoiceIndex_8; } inline void set_m_activeVoiceIndex_8(int32_t value) { ___m_activeVoiceIndex_8 = value; } inline static int32_t get_offset_of_m_lastActiveVoiceIndex_9() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastActiveVoiceIndex_9)); } inline int32_t get_m_lastActiveVoiceIndex_9() const { return ___m_lastActiveVoiceIndex_9; } inline int32_t* get_address_of_m_lastActiveVoiceIndex_9() { return &___m_lastActiveVoiceIndex_9; } inline void set_m_lastActiveVoiceIndex_9(int32_t value) { ___m_lastActiveVoiceIndex_9 = value; } inline static int32_t get_offset_of_m_ChatVoiceIdentifier_10() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatVoiceIdentifier_10)); } inline String_t* get_m_ChatVoiceIdentifier_10() const { return ___m_ChatVoiceIdentifier_10; } inline String_t** get_address_of_m_ChatVoiceIdentifier_10() { return &___m_ChatVoiceIdentifier_10; } inline void set_m_ChatVoiceIdentifier_10(String_t* value) { ___m_ChatVoiceIdentifier_10 = value; Il2CppCodeGenWriteBarrier((&___m_ChatVoiceIdentifier_10), value); } inline static int32_t get_offset_of_m_ChatImageIdentifier_11() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatImageIdentifier_11)); } inline String_t* get_m_ChatImageIdentifier_11() const { return ___m_ChatImageIdentifier_11; } inline String_t** get_address_of_m_ChatImageIdentifier_11() { return &___m_ChatImageIdentifier_11; } inline void set_m_ChatImageIdentifier_11(String_t* value) { ___m_ChatImageIdentifier_11 = value; Il2CppCodeGenWriteBarrier((&___m_ChatImageIdentifier_11), value); } inline static int32_t get_offset_of_m_IsNeedPlayVoiceAni_12() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedPlayVoiceAni_12)); } inline bool get_m_IsNeedPlayVoiceAni_12() const { return ___m_IsNeedPlayVoiceAni_12; } inline bool* get_address_of_m_IsNeedPlayVoiceAni_12() { return &___m_IsNeedPlayVoiceAni_12; } inline void set_m_IsNeedPlayVoiceAni_12(bool value) { ___m_IsNeedPlayVoiceAni_12 = value; } inline static int32_t get_offset_of_m_IsNeedStopVoiceAni_13() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedStopVoiceAni_13)); } inline bool get_m_IsNeedStopVoiceAni_13() const { return ___m_IsNeedStopVoiceAni_13; } inline bool* get_address_of_m_IsNeedStopVoiceAni_13() { return &___m_IsNeedStopVoiceAni_13; } inline void set_m_IsNeedStopVoiceAni_13(bool value) { ___m_IsNeedStopVoiceAni_13 = value; } inline static int32_t get_offset_of_m_IsNeedShowImage_14() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedShowImage_14)); } inline bool get_m_IsNeedShowImage_14() const { return ___m_IsNeedShowImage_14; } inline bool* get_address_of_m_IsNeedShowImage_14() { return &___m_IsNeedShowImage_14; } inline void set_m_IsNeedShowImage_14(bool value) { ___m_IsNeedShowImage_14 = value; } inline static int32_t get_offset_of_m_IsPrivateTargetChanged_15() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsPrivateTargetChanged_15)); } inline bool get_m_IsPrivateTargetChanged_15() const { return ___m_IsPrivateTargetChanged_15; } inline bool* get_address_of_m_IsPrivateTargetChanged_15() { return &___m_IsPrivateTargetChanged_15; } inline void set_m_IsPrivateTargetChanged_15(bool value) { ___m_IsPrivateTargetChanged_15 = value; } inline static int32_t get_offset_of_m_IsVoiceIndexChanged_16() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsVoiceIndexChanged_16)); } inline bool get_m_IsVoiceIndexChanged_16() const { return ___m_IsVoiceIndexChanged_16; } inline bool* get_address_of_m_IsVoiceIndexChanged_16() { return &___m_IsVoiceIndexChanged_16; } inline void set_m_IsVoiceIndexChanged_16(bool value) { ___m_IsVoiceIndexChanged_16 = value; } inline static int32_t get_offset_of_m_CallerPage_17() { return static_cast(offsetof(CChatManager_t1988186574, ___m_CallerPage_17)); } inline int32_t get_m_CallerPage_17() const { return ___m_CallerPage_17; } inline int32_t* get_address_of_m_CallerPage_17() { return &___m_CallerPage_17; } inline void set_m_CallerPage_17(int32_t value) { ___m_CallerPage_17 = value; } inline static int32_t get_offset_of_m_ChatUserList_18() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatUserList_18)); } inline List_1_t1546864881 * get_m_ChatUserList_18() const { return ___m_ChatUserList_18; } inline List_1_t1546864881 ** get_address_of_m_ChatUserList_18() { return &___m_ChatUserList_18; } inline void set_m_ChatUserList_18(List_1_t1546864881 * value) { ___m_ChatUserList_18 = value; Il2CppCodeGenWriteBarrier((&___m_ChatUserList_18), value); } inline static int32_t get_offset_of_m_IsNeedRefreshContactList_19() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRefreshContactList_19)); } inline bool get_m_IsNeedRefreshContactList_19() const { return ___m_IsNeedRefreshContactList_19; } inline bool* get_address_of_m_IsNeedRefreshContactList_19() { return &___m_IsNeedRefreshContactList_19; } inline void set_m_IsNeedRefreshContactList_19(bool value) { ___m_IsNeedRefreshContactList_19 = value; } inline static int32_t get_offset_of_m_SumChatList_20() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SumChatList_20)); } inline CChatGroup_t2712975719 * get_m_SumChatList_20() const { return ___m_SumChatList_20; } inline CChatGroup_t2712975719 ** get_address_of_m_SumChatList_20() { return &___m_SumChatList_20; } inline void set_m_SumChatList_20(CChatGroup_t2712975719 * value) { ___m_SumChatList_20 = value; Il2CppCodeGenWriteBarrier((&___m_SumChatList_20), value); } inline static int32_t get_offset_of_m_PublicChatList_21() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PublicChatList_21)); } inline CChatGroup_t2712975719 * get_m_PublicChatList_21() const { return ___m_PublicChatList_21; } inline CChatGroup_t2712975719 ** get_address_of_m_PublicChatList_21() { return &___m_PublicChatList_21; } inline void set_m_PublicChatList_21(CChatGroup_t2712975719 * value) { ___m_PublicChatList_21 = value; Il2CppCodeGenWriteBarrier((&___m_PublicChatList_21), value); } inline static int32_t get_offset_of_m_SceneChatList_22() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SceneChatList_22)); } inline CChatGroup_t2712975719 * get_m_SceneChatList_22() const { return ___m_SceneChatList_22; } inline CChatGroup_t2712975719 ** get_address_of_m_SceneChatList_22() { return &___m_SceneChatList_22; } inline void set_m_SceneChatList_22(CChatGroup_t2712975719 * value) { ___m_SceneChatList_22 = value; Il2CppCodeGenWriteBarrier((&___m_SceneChatList_22), value); } inline static int32_t get_offset_of_m_GuildChatList_23() { return static_cast(offsetof(CChatManager_t1988186574, ___m_GuildChatList_23)); } inline CChatGroup_t2712975719 * get_m_GuildChatList_23() const { return ___m_GuildChatList_23; } inline CChatGroup_t2712975719 ** get_address_of_m_GuildChatList_23() { return &___m_GuildChatList_23; } inline void set_m_GuildChatList_23(CChatGroup_t2712975719 * value) { ___m_GuildChatList_23 = value; Il2CppCodeGenWriteBarrier((&___m_GuildChatList_23), value); } inline static int32_t get_offset_of_m_WorldChatList_24() { return static_cast(offsetof(CChatManager_t1988186574, ___m_WorldChatList_24)); } inline CChatGroup_t2712975719 * get_m_WorldChatList_24() const { return ___m_WorldChatList_24; } inline CChatGroup_t2712975719 ** get_address_of_m_WorldChatList_24() { return &___m_WorldChatList_24; } inline void set_m_WorldChatList_24(CChatGroup_t2712975719 * value) { ___m_WorldChatList_24 = value; Il2CppCodeGenWriteBarrier((&___m_WorldChatList_24), value); } inline static int32_t get_offset_of_m_RedBagList_25() { return static_cast(offsetof(CChatManager_t1988186574, ___m_RedBagList_25)); } inline CChatGroup_t2712975719 * get_m_RedBagList_25() const { return ___m_RedBagList_25; } inline CChatGroup_t2712975719 ** get_address_of_m_RedBagList_25() { return &___m_RedBagList_25; } inline void set_m_RedBagList_25(CChatGroup_t2712975719 * value) { ___m_RedBagList_25 = value; Il2CppCodeGenWriteBarrier((&___m_RedBagList_25), value); } inline static int32_t get_offset_of_m_PrivateChatList_26() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PrivateChatList_26)); } inline Dictionary_2_t3775615503 * get_m_PrivateChatList_26() const { return ___m_PrivateChatList_26; } inline Dictionary_2_t3775615503 ** get_address_of_m_PrivateChatList_26() { return &___m_PrivateChatList_26; } inline void set_m_PrivateChatList_26(Dictionary_2_t3775615503 * value) { ___m_PrivateChatList_26 = value; Il2CppCodeGenWriteBarrier((&___m_PrivateChatList_26), value); } inline static int32_t get_offset_of_m_ChannelInfo_27() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChannelInfo_27)); } inline CChannelInfo_t1750800799 * get_m_ChannelInfo_27() const { return ___m_ChannelInfo_27; } inline CChannelInfo_t1750800799 ** get_address_of_m_ChannelInfo_27() { return &___m_ChannelInfo_27; } inline void set_m_ChannelInfo_27(CChannelInfo_t1750800799 * value) { ___m_ChannelInfo_27 = value; Il2CppCodeGenWriteBarrier((&___m_ChannelInfo_27), value); } inline static int32_t get_offset_of_m_IsChannelDataChanged_28() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsChannelDataChanged_28)); } inline bool get_m_IsChannelDataChanged_28() const { return ___m_IsChannelDataChanged_28; } inline bool* get_address_of_m_IsChannelDataChanged_28() { return &___m_IsChannelDataChanged_28; } inline void set_m_IsChannelDataChanged_28(bool value) { ___m_IsChannelDataChanged_28 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfWC_29() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfWC_29)); } inline int32_t get_m_lastShortcutIndexOfWC_29() const { return ___m_lastShortcutIndexOfWC_29; } inline int32_t* get_address_of_m_lastShortcutIndexOfWC_29() { return &___m_lastShortcutIndexOfWC_29; } inline void set_m_lastShortcutIndexOfWC_29(int32_t value) { ___m_lastShortcutIndexOfWC_29 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfPrivate_30() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfPrivate_30)); } inline int32_t get_m_lastShortcutIndexOfPrivate_30() const { return ___m_lastShortcutIndexOfPrivate_30; } inline int32_t* get_address_of_m_lastShortcutIndexOfPrivate_30() { return &___m_lastShortcutIndexOfPrivate_30; } inline void set_m_lastShortcutIndexOfPrivate_30(int32_t value) { ___m_lastShortcutIndexOfPrivate_30 = value; } inline static int32_t get_offset_of_m_worldChannel_31() { return static_cast(offsetof(CChatManager_t1988186574, ___m_worldChannel_31)); } inline String_t* get_m_worldChannel_31() const { return ___m_worldChannel_31; } inline String_t** get_address_of_m_worldChannel_31() { return &___m_worldChannel_31; } inline void set_m_worldChannel_31(String_t* value) { ___m_worldChannel_31 = value; Il2CppCodeGenWriteBarrier((&___m_worldChannel_31), value); } inline static int32_t get_offset_of_m_TaskController_32() { return static_cast(offsetof(CChatManager_t1988186574, ___m_TaskController_32)); } inline ITaskBase_1_t2595950535 * get_m_TaskController_32() const { return ___m_TaskController_32; } inline ITaskBase_1_t2595950535 ** get_address_of_m_TaskController_32() { return &___m_TaskController_32; } inline void set_m_TaskController_32(ITaskBase_1_t2595950535 * value) { ___m_TaskController_32 = value; Il2CppCodeGenWriteBarrier((&___m_TaskController_32), value); } inline static int32_t get_offset_of_m_bUpLoadAudio_33() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bUpLoadAudio_33)); } inline bool get_m_bUpLoadAudio_33() const { return ___m_bUpLoadAudio_33; } inline bool* get_address_of_m_bUpLoadAudio_33() { return &___m_bUpLoadAudio_33; } inline void set_m_bUpLoadAudio_33(bool value) { ___m_bUpLoadAudio_33 = value; } inline static int32_t get_offset_of_m_bIsJoinChannel_34() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bIsJoinChannel_34)); } inline bool get_m_bIsJoinChannel_34() const { return ___m_bIsJoinChannel_34; } inline bool* get_address_of_m_bIsJoinChannel_34() { return &___m_bIsJoinChannel_34; } inline void set_m_bIsJoinChannel_34(bool value) { ___m_bIsJoinChannel_34 = value; } inline static int32_t get_offset_of_m_curChannelNum_35() { return static_cast(offsetof(CChatManager_t1988186574, ___m_curChannelNum_35)); } inline int32_t get_m_curChannelNum_35() const { return ___m_curChannelNum_35; } inline int32_t* get_address_of_m_curChannelNum_35() { return &___m_curChannelNum_35; } inline void set_m_curChannelNum_35(int32_t value) { ___m_curChannelNum_35 = value; } inline static int32_t get_offset_of_m_publicChatText_38() { return static_cast(offsetof(CChatManager_t1988186574, ___m_publicChatText_38)); } inline String_t* get_m_publicChatText_38() const { return ___m_publicChatText_38; } inline String_t** get_address_of_m_publicChatText_38() { return &___m_publicChatText_38; } inline void set_m_publicChatText_38(String_t* value) { ___m_publicChatText_38 = value; Il2CppCodeGenWriteBarrier((&___m_publicChatText_38), value); } inline static int32_t get_offset_of_m_lefttime_39() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lefttime_39)); } inline int32_t get_m_lefttime_39() const { return ___m_lefttime_39; } inline int32_t* get_address_of_m_lefttime_39() { return &___m_lefttime_39; } inline void set_m_lefttime_39(int32_t value) { ___m_lefttime_39 = value; } inline static int32_t get_offset_of_m_IsNeedRepainMenu_40() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRepainMenu_40)); } inline bool get_m_IsNeedRepainMenu_40() const { return ___m_IsNeedRepainMenu_40; } inline bool* get_address_of_m_IsNeedRepainMenu_40() { return &___m_IsNeedRepainMenu_40; } inline void set_m_IsNeedRepainMenu_40(bool value) { ___m_IsNeedRepainMenu_40 = value; } }; struct CChatManager_t1988186574_StaticFields { public: // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::s_Instance CChatManager_t1988186574 * ___s_Instance_36; // System.String DMCore.Logic.CChatManager::s_ChatTimeFormat String_t* ___s_ChatTimeFormat_37; public: inline static int32_t get_offset_of_s_Instance_36() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_Instance_36)); } inline CChatManager_t1988186574 * get_s_Instance_36() const { return ___s_Instance_36; } inline CChatManager_t1988186574 ** get_address_of_s_Instance_36() { return &___s_Instance_36; } inline void set_s_Instance_36(CChatManager_t1988186574 * value) { ___s_Instance_36 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_36), value); } inline static int32_t get_offset_of_s_ChatTimeFormat_37() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_ChatTimeFormat_37)); } inline String_t* get_s_ChatTimeFormat_37() const { return ___s_ChatTimeFormat_37; } inline String_t** get_address_of_s_ChatTimeFormat_37() { return &___s_ChatTimeFormat_37; } inline void set_s_ChatTimeFormat_37(String_t* value) { ___s_ChatTimeFormat_37 = value; Il2CppCodeGenWriteBarrier((&___s_ChatTimeFormat_37), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHATMANAGER_T1988186574_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t1861056598, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_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 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 REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_2; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_3; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_4; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_5; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_6; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_7; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_8; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_9; public: inline static int32_t get_offset_of_machineFactory_2() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_2)); } inline RuntimeObject* get_machineFactory_2() const { return ___machineFactory_2; } inline RuntimeObject** get_address_of_machineFactory_2() { return &___machineFactory_2; } inline void set_machineFactory_2(RuntimeObject* value) { ___machineFactory_2 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_2), value); } inline static int32_t get_offset_of_mapping_3() { return static_cast(offsetof(Regex_t3657309853, ___mapping_3)); } inline RuntimeObject* get_mapping_3() const { return ___mapping_3; } inline RuntimeObject** get_address_of_mapping_3() { return &___mapping_3; } inline void set_mapping_3(RuntimeObject* value) { ___mapping_3 = value; Il2CppCodeGenWriteBarrier((&___mapping_3), value); } inline static int32_t get_offset_of_group_count_4() { return static_cast(offsetof(Regex_t3657309853, ___group_count_4)); } inline int32_t get_group_count_4() const { return ___group_count_4; } inline int32_t* get_address_of_group_count_4() { return &___group_count_4; } inline void set_group_count_4(int32_t value) { ___group_count_4 = value; } inline static int32_t get_offset_of_gap_5() { return static_cast(offsetof(Regex_t3657309853, ___gap_5)); } inline int32_t get_gap_5() const { return ___gap_5; } inline int32_t* get_address_of_gap_5() { return &___gap_5; } inline void set_gap_5(int32_t value) { ___gap_5 = value; } inline static int32_t get_offset_of_group_names_6() { return static_cast(offsetof(Regex_t3657309853, ___group_names_6)); } inline StringU5BU5D_t1281789340* get_group_names_6() const { return ___group_names_6; } inline StringU5BU5D_t1281789340** get_address_of_group_names_6() { return &___group_names_6; } inline void set_group_names_6(StringU5BU5D_t1281789340* value) { ___group_names_6 = value; Il2CppCodeGenWriteBarrier((&___group_names_6), value); } inline static int32_t get_offset_of_group_numbers_7() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_7)); } inline Int32U5BU5D_t385246372* get_group_numbers_7() const { return ___group_numbers_7; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_7() { return &___group_numbers_7; } inline void set_group_numbers_7(Int32U5BU5D_t385246372* value) { ___group_numbers_7 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_7), value); } inline static int32_t get_offset_of_pattern_8() { return static_cast(offsetof(Regex_t3657309853, ___pattern_8)); } inline String_t* get_pattern_8() const { return ___pattern_8; } inline String_t** get_address_of_pattern_8() { return &___pattern_8; } inline void set_pattern_8(String_t* value) { ___pattern_8 = value; Il2CppCodeGenWriteBarrier((&___pattern_8), value); } inline static int32_t get_offset_of_roptions_9() { return static_cast(offsetof(Regex_t3657309853, ___roptions_9)); } inline int32_t get_roptions_9() const { return ___roptions_9; } inline int32_t* get_address_of_roptions_9() { return &___roptions_9; } inline void set_roptions_9(int32_t value) { ___roptions_9 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; // System.Boolean System.Text.RegularExpressions.Regex::old_rx bool ___old_rx_1; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } inline static int32_t get_offset_of_old_rx_1() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___old_rx_1)); } inline bool get_old_rx_1() const { return ___old_rx_1; } inline bool* get_address_of_old_rx_1() { return &___old_rx_1; } inline void set_old_rx_1(bool value) { ___old_rx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef FUNC_1_T1062453635_H #define FUNC_1_T1062453635_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`1> struct Func_1_t1062453635 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_1_T1062453635_H #ifndef ONCONFIRMBUYAMOUNT_T1541777540_H #define ONCONFIRMBUYAMOUNT_T1541777540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AmountWnd/OnConfirmBuyAmount struct OnConfirmBuyAmount_t1541777540 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCONFIRMBUYAMOUNT_T1541777540_H #ifndef TEXTURE2D_T3840446185_H #define TEXTURE2D_T3840446185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture2D struct Texture2D_t3840446185 : public Texture_t3661962703 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTURE2D_T3840446185_H #ifndef ACTION_3_T844242923_H #define ACTION_3_T844242923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`3 struct Action_3_t844242923 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_3_T844242923_H #ifndef ONROLEANIMEND_T3559497459_H #define ONROLEANIMEND_T3559497459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode/OnRoleAnimEnd struct OnRoleAnimEnd_t3559497459 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONROLEANIMEND_T3559497459_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 ONCANCELANDEXIT_T18917141_H #define ONCANCELANDEXIT_T18917141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AmountWnd/OnCancelAndExit struct OnCancelAndExit_t18917141 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCANCELANDEXIT_T18917141_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 ONCLICKMSGCALLBACK_T2526724959_H #define ONCLICKMSGCALLBACK_T2526724959_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndShop/OnClickMsgCallBack struct OnClickMsgCallBack_t2526724959 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCLICKMSGCALLBACK_T2526724959_H #ifndef _ONREGISTERLOGINUSERACCRESULT_T314615006_H #define _ONREGISTERLOGINUSERACCRESULT_T314615006_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLogin/_OnRegisterLoginUserAccResult struct _OnRegisterLoginUserAccResult_t314615006 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _ONREGISTERLOGINUSERACCRESULT_T314615006_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_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 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 UNHANDLEDEXCEPTIONEVENTHANDLER_T3101989324_H #define UNHANDLEDEXCEPTIONEVENTHANDLER_T3101989324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNHANDLEDEXCEPTIONEVENTHANDLER_T3101989324_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 ONREFRESHISLOVER_T1807964166_H #define ONREFRESHISLOVER_T1807964166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // cbCouple/OnRefreshIsLover struct OnRefreshIsLover_t1807964166 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONREFRESHISLOVER_T1807964166_H #ifndef LOGCALLBACK_T3588208630_H #define LOGCALLBACK_T3588208630_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Application/LogCallback struct LogCallback_t3588208630 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGCALLBACK_T3588208630_H #ifndef ONCONFIRMAMOUNT_T1847612891_H #define ONCONFIRMAMOUNT_T1847612891_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AmountWnd/OnConfirmAmount struct OnConfirmAmount_t1847612891 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCONFIRMAMOUNT_T1847612891_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 ONSYSBROADCASTEND_T3794690773_H #define ONSYSBROADCASTEND_T3794690773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiSysBroadcast/OnSysBroadcastEnd struct OnSysBroadcastEnd_t3794690773 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSYSBROADCASTEND_T3794690773_H #ifndef ACTION_2_T2799970140_H #define ACTION_2_T2799970140_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_t2799970140 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2799970140_H #ifndef CSCENEMODELOBJ_T2681526009_H #define CSCENEMODELOBJ_T2681526009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009 : public ISceneBaseObj_t858622483 { public: // System.Boolean DMCore.Framework.Scene.CSceneModelObj::m_bSendLoadingTask bool ___m_bSendLoadingTask_19; public: inline static int32_t get_offset_of_m_bSendLoadingTask_19() { return static_cast(offsetof(CSceneModelObj_t2681526009, ___m_bSendLoadingTask_19)); } inline bool get_m_bSendLoadingTask_19() const { return ___m_bSendLoadingTask_19; } inline bool* get_address_of_m_bSendLoadingTask_19() { return &___m_bSendLoadingTask_19; } inline void set_m_bSendLoadingTask_19(bool value) { ___m_bSendLoadingTask_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEMODELOBJ_T2681526009_H #ifndef ACTION_1_T2019918284_H #define ACTION_1_T2019918284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2019918284 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2019918284_H #ifndef COMPARISON_1_T2855037343_H #define COMPARISON_1_T2855037343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2855037343 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2855037343_H #ifndef GUISKIN_T1244372282_H #define GUISKIN_T1244372282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUISkin struct GUISkin_t1244372282 : public ScriptableObject_t2528358522 { public: // UnityEngine.Font UnityEngine.GUISkin::m_Font Font_t1956802104 * ___m_Font_2; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_box GUIStyle_t3956901511 * ___m_box_3; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_button GUIStyle_t3956901511 * ___m_button_4; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_toggle GUIStyle_t3956901511 * ___m_toggle_5; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_label GUIStyle_t3956901511 * ___m_label_6; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_textField GUIStyle_t3956901511 * ___m_textField_7; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_textArea GUIStyle_t3956901511 * ___m_textArea_8; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_window GUIStyle_t3956901511 * ___m_window_9; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSlider GUIStyle_t3956901511 * ___m_horizontalSlider_10; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSliderThumb GUIStyle_t3956901511 * ___m_horizontalSliderThumb_11; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSlider GUIStyle_t3956901511 * ___m_verticalSlider_12; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSliderThumb GUIStyle_t3956901511 * ___m_verticalSliderThumb_13; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbar GUIStyle_t3956901511 * ___m_horizontalScrollbar_14; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarThumb GUIStyle_t3956901511 * ___m_horizontalScrollbarThumb_15; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarLeftButton GUIStyle_t3956901511 * ___m_horizontalScrollbarLeftButton_16; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarRightButton GUIStyle_t3956901511 * ___m_horizontalScrollbarRightButton_17; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbar GUIStyle_t3956901511 * ___m_verticalScrollbar_18; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarThumb GUIStyle_t3956901511 * ___m_verticalScrollbarThumb_19; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarUpButton GUIStyle_t3956901511 * ___m_verticalScrollbarUpButton_20; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarDownButton GUIStyle_t3956901511 * ___m_verticalScrollbarDownButton_21; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_ScrollView GUIStyle_t3956901511 * ___m_ScrollView_22; // UnityEngine.GUIStyle[] UnityEngine.GUISkin::m_CustomStyles GUIStyleU5BU5D_t2383250302* ___m_CustomStyles_23; // UnityEngine.GUISettings UnityEngine.GUISkin::m_Settings GUISettings_t1774757634 * ___m_Settings_24; // System.Collections.Generic.Dictionary`2 UnityEngine.GUISkin::m_Styles Dictionary_2_t3742157810 * ___m_Styles_25; public: inline static int32_t get_offset_of_m_Font_2() { return static_cast(offsetof(GUISkin_t1244372282, ___m_Font_2)); } inline Font_t1956802104 * get_m_Font_2() const { return ___m_Font_2; } inline Font_t1956802104 ** get_address_of_m_Font_2() { return &___m_Font_2; } inline void set_m_Font_2(Font_t1956802104 * value) { ___m_Font_2 = value; Il2CppCodeGenWriteBarrier((&___m_Font_2), value); } inline static int32_t get_offset_of_m_box_3() { return static_cast(offsetof(GUISkin_t1244372282, ___m_box_3)); } inline GUIStyle_t3956901511 * get_m_box_3() const { return ___m_box_3; } inline GUIStyle_t3956901511 ** get_address_of_m_box_3() { return &___m_box_3; } inline void set_m_box_3(GUIStyle_t3956901511 * value) { ___m_box_3 = value; Il2CppCodeGenWriteBarrier((&___m_box_3), value); } inline static int32_t get_offset_of_m_button_4() { return static_cast(offsetof(GUISkin_t1244372282, ___m_button_4)); } inline GUIStyle_t3956901511 * get_m_button_4() const { return ___m_button_4; } inline GUIStyle_t3956901511 ** get_address_of_m_button_4() { return &___m_button_4; } inline void set_m_button_4(GUIStyle_t3956901511 * value) { ___m_button_4 = value; Il2CppCodeGenWriteBarrier((&___m_button_4), value); } inline static int32_t get_offset_of_m_toggle_5() { return static_cast(offsetof(GUISkin_t1244372282, ___m_toggle_5)); } inline GUIStyle_t3956901511 * get_m_toggle_5() const { return ___m_toggle_5; } inline GUIStyle_t3956901511 ** get_address_of_m_toggle_5() { return &___m_toggle_5; } inline void set_m_toggle_5(GUIStyle_t3956901511 * value) { ___m_toggle_5 = value; Il2CppCodeGenWriteBarrier((&___m_toggle_5), value); } inline static int32_t get_offset_of_m_label_6() { return static_cast(offsetof(GUISkin_t1244372282, ___m_label_6)); } inline GUIStyle_t3956901511 * get_m_label_6() const { return ___m_label_6; } inline GUIStyle_t3956901511 ** get_address_of_m_label_6() { return &___m_label_6; } inline void set_m_label_6(GUIStyle_t3956901511 * value) { ___m_label_6 = value; Il2CppCodeGenWriteBarrier((&___m_label_6), value); } inline static int32_t get_offset_of_m_textField_7() { return static_cast(offsetof(GUISkin_t1244372282, ___m_textField_7)); } inline GUIStyle_t3956901511 * get_m_textField_7() const { return ___m_textField_7; } inline GUIStyle_t3956901511 ** get_address_of_m_textField_7() { return &___m_textField_7; } inline void set_m_textField_7(GUIStyle_t3956901511 * value) { ___m_textField_7 = value; Il2CppCodeGenWriteBarrier((&___m_textField_7), value); } inline static int32_t get_offset_of_m_textArea_8() { return static_cast(offsetof(GUISkin_t1244372282, ___m_textArea_8)); } inline GUIStyle_t3956901511 * get_m_textArea_8() const { return ___m_textArea_8; } inline GUIStyle_t3956901511 ** get_address_of_m_textArea_8() { return &___m_textArea_8; } inline void set_m_textArea_8(GUIStyle_t3956901511 * value) { ___m_textArea_8 = value; Il2CppCodeGenWriteBarrier((&___m_textArea_8), value); } inline static int32_t get_offset_of_m_window_9() { return static_cast(offsetof(GUISkin_t1244372282, ___m_window_9)); } inline GUIStyle_t3956901511 * get_m_window_9() const { return ___m_window_9; } inline GUIStyle_t3956901511 ** get_address_of_m_window_9() { return &___m_window_9; } inline void set_m_window_9(GUIStyle_t3956901511 * value) { ___m_window_9 = value; Il2CppCodeGenWriteBarrier((&___m_window_9), value); } inline static int32_t get_offset_of_m_horizontalSlider_10() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalSlider_10)); } inline GUIStyle_t3956901511 * get_m_horizontalSlider_10() const { return ___m_horizontalSlider_10; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalSlider_10() { return &___m_horizontalSlider_10; } inline void set_m_horizontalSlider_10(GUIStyle_t3956901511 * value) { ___m_horizontalSlider_10 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalSlider_10), value); } inline static int32_t get_offset_of_m_horizontalSliderThumb_11() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalSliderThumb_11)); } inline GUIStyle_t3956901511 * get_m_horizontalSliderThumb_11() const { return ___m_horizontalSliderThumb_11; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalSliderThumb_11() { return &___m_horizontalSliderThumb_11; } inline void set_m_horizontalSliderThumb_11(GUIStyle_t3956901511 * value) { ___m_horizontalSliderThumb_11 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalSliderThumb_11), value); } inline static int32_t get_offset_of_m_verticalSlider_12() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalSlider_12)); } inline GUIStyle_t3956901511 * get_m_verticalSlider_12() const { return ___m_verticalSlider_12; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalSlider_12() { return &___m_verticalSlider_12; } inline void set_m_verticalSlider_12(GUIStyle_t3956901511 * value) { ___m_verticalSlider_12 = value; Il2CppCodeGenWriteBarrier((&___m_verticalSlider_12), value); } inline static int32_t get_offset_of_m_verticalSliderThumb_13() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalSliderThumb_13)); } inline GUIStyle_t3956901511 * get_m_verticalSliderThumb_13() const { return ___m_verticalSliderThumb_13; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalSliderThumb_13() { return &___m_verticalSliderThumb_13; } inline void set_m_verticalSliderThumb_13(GUIStyle_t3956901511 * value) { ___m_verticalSliderThumb_13 = value; Il2CppCodeGenWriteBarrier((&___m_verticalSliderThumb_13), value); } inline static int32_t get_offset_of_m_horizontalScrollbar_14() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbar_14)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbar_14() const { return ___m_horizontalScrollbar_14; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbar_14() { return &___m_horizontalScrollbar_14; } inline void set_m_horizontalScrollbar_14(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbar_14 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbar_14), value); } inline static int32_t get_offset_of_m_horizontalScrollbarThumb_15() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbarThumb_15)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbarThumb_15() const { return ___m_horizontalScrollbarThumb_15; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbarThumb_15() { return &___m_horizontalScrollbarThumb_15; } inline void set_m_horizontalScrollbarThumb_15(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbarThumb_15 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbarThumb_15), value); } inline static int32_t get_offset_of_m_horizontalScrollbarLeftButton_16() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbarLeftButton_16)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbarLeftButton_16() const { return ___m_horizontalScrollbarLeftButton_16; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbarLeftButton_16() { return &___m_horizontalScrollbarLeftButton_16; } inline void set_m_horizontalScrollbarLeftButton_16(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbarLeftButton_16 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbarLeftButton_16), value); } inline static int32_t get_offset_of_m_horizontalScrollbarRightButton_17() { return static_cast(offsetof(GUISkin_t1244372282, ___m_horizontalScrollbarRightButton_17)); } inline GUIStyle_t3956901511 * get_m_horizontalScrollbarRightButton_17() const { return ___m_horizontalScrollbarRightButton_17; } inline GUIStyle_t3956901511 ** get_address_of_m_horizontalScrollbarRightButton_17() { return &___m_horizontalScrollbarRightButton_17; } inline void set_m_horizontalScrollbarRightButton_17(GUIStyle_t3956901511 * value) { ___m_horizontalScrollbarRightButton_17 = value; Il2CppCodeGenWriteBarrier((&___m_horizontalScrollbarRightButton_17), value); } inline static int32_t get_offset_of_m_verticalScrollbar_18() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbar_18)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbar_18() const { return ___m_verticalScrollbar_18; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbar_18() { return &___m_verticalScrollbar_18; } inline void set_m_verticalScrollbar_18(GUIStyle_t3956901511 * value) { ___m_verticalScrollbar_18 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbar_18), value); } inline static int32_t get_offset_of_m_verticalScrollbarThumb_19() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbarThumb_19)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbarThumb_19() const { return ___m_verticalScrollbarThumb_19; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbarThumb_19() { return &___m_verticalScrollbarThumb_19; } inline void set_m_verticalScrollbarThumb_19(GUIStyle_t3956901511 * value) { ___m_verticalScrollbarThumb_19 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbarThumb_19), value); } inline static int32_t get_offset_of_m_verticalScrollbarUpButton_20() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbarUpButton_20)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbarUpButton_20() const { return ___m_verticalScrollbarUpButton_20; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbarUpButton_20() { return &___m_verticalScrollbarUpButton_20; } inline void set_m_verticalScrollbarUpButton_20(GUIStyle_t3956901511 * value) { ___m_verticalScrollbarUpButton_20 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbarUpButton_20), value); } inline static int32_t get_offset_of_m_verticalScrollbarDownButton_21() { return static_cast(offsetof(GUISkin_t1244372282, ___m_verticalScrollbarDownButton_21)); } inline GUIStyle_t3956901511 * get_m_verticalScrollbarDownButton_21() const { return ___m_verticalScrollbarDownButton_21; } inline GUIStyle_t3956901511 ** get_address_of_m_verticalScrollbarDownButton_21() { return &___m_verticalScrollbarDownButton_21; } inline void set_m_verticalScrollbarDownButton_21(GUIStyle_t3956901511 * value) { ___m_verticalScrollbarDownButton_21 = value; Il2CppCodeGenWriteBarrier((&___m_verticalScrollbarDownButton_21), value); } inline static int32_t get_offset_of_m_ScrollView_22() { return static_cast(offsetof(GUISkin_t1244372282, ___m_ScrollView_22)); } inline GUIStyle_t3956901511 * get_m_ScrollView_22() const { return ___m_ScrollView_22; } inline GUIStyle_t3956901511 ** get_address_of_m_ScrollView_22() { return &___m_ScrollView_22; } inline void set_m_ScrollView_22(GUIStyle_t3956901511 * value) { ___m_ScrollView_22 = value; Il2CppCodeGenWriteBarrier((&___m_ScrollView_22), value); } inline static int32_t get_offset_of_m_CustomStyles_23() { return static_cast(offsetof(GUISkin_t1244372282, ___m_CustomStyles_23)); } inline GUIStyleU5BU5D_t2383250302* get_m_CustomStyles_23() const { return ___m_CustomStyles_23; } inline GUIStyleU5BU5D_t2383250302** get_address_of_m_CustomStyles_23() { return &___m_CustomStyles_23; } inline void set_m_CustomStyles_23(GUIStyleU5BU5D_t2383250302* value) { ___m_CustomStyles_23 = value; Il2CppCodeGenWriteBarrier((&___m_CustomStyles_23), value); } inline static int32_t get_offset_of_m_Settings_24() { return static_cast(offsetof(GUISkin_t1244372282, ___m_Settings_24)); } inline GUISettings_t1774757634 * get_m_Settings_24() const { return ___m_Settings_24; } inline GUISettings_t1774757634 ** get_address_of_m_Settings_24() { return &___m_Settings_24; } inline void set_m_Settings_24(GUISettings_t1774757634 * value) { ___m_Settings_24 = value; Il2CppCodeGenWriteBarrier((&___m_Settings_24), value); } inline static int32_t get_offset_of_m_Styles_25() { return static_cast(offsetof(GUISkin_t1244372282, ___m_Styles_25)); } inline Dictionary_2_t3742157810 * get_m_Styles_25() const { return ___m_Styles_25; } inline Dictionary_2_t3742157810 ** get_address_of_m_Styles_25() { return &___m_Styles_25; } inline void set_m_Styles_25(Dictionary_2_t3742157810 * value) { ___m_Styles_25 = value; Il2CppCodeGenWriteBarrier((&___m_Styles_25), value); } }; struct GUISkin_t1244372282_StaticFields { public: // UnityEngine.GUISkin/SkinChangedDelegate UnityEngine.GUISkin::m_SkinChanged SkinChangedDelegate_t1143955295 * ___m_SkinChanged_26; // UnityEngine.GUISkin UnityEngine.GUISkin::current GUISkin_t1244372282 * ___current_27; public: inline static int32_t get_offset_of_m_SkinChanged_26() { return static_cast(offsetof(GUISkin_t1244372282_StaticFields, ___m_SkinChanged_26)); } inline SkinChangedDelegate_t1143955295 * get_m_SkinChanged_26() const { return ___m_SkinChanged_26; } inline SkinChangedDelegate_t1143955295 ** get_address_of_m_SkinChanged_26() { return &___m_SkinChanged_26; } inline void set_m_SkinChanged_26(SkinChangedDelegate_t1143955295 * value) { ___m_SkinChanged_26 = value; Il2CppCodeGenWriteBarrier((&___m_SkinChanged_26), value); } inline static int32_t get_offset_of_current_27() { return static_cast(offsetof(GUISkin_t1244372282_StaticFields, ___current_27)); } inline GUISkin_t1244372282 * get_current_27() const { return ___current_27; } inline GUISkin_t1244372282 ** get_address_of_current_27() { return &___current_27; } inline void set_current_27(GUISkin_t1244372282 * value) { ___current_27 = value; Il2CppCodeGenWriteBarrier((&___current_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUISKIN_T1244372282_H #ifndef CFCMCONFIG_T130793684_H #define CFCMCONFIG_T130793684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFCMConfig struct CFCMConfig_t130793684 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CFCMConfig::mOpen int32_t ___mOpen_1; // System.Int32 DMCore.Logic.CFCMConfig::mFirst int32_t ___mFirst_2; // System.Int32 DMCore.Logic.CFCMConfig::mAdult int32_t ___mAdult_3; // System.DateTime DMCore.Logic.CFCMConfig::mEndTime DateTime_t3738529785 ___mEndTime_4; // System.Boolean[] DMCore.Logic.CFCMConfig::mTipsState BooleanU5BU5D_t2897418192* ___mTipsState_5; // System.Single DMCore.Logic.CFCMConfig::mCheckCD float ___mCheckCD_6; public: inline static int32_t get_offset_of_mOpen_1() { return static_cast(offsetof(CFCMConfig_t130793684, ___mOpen_1)); } inline int32_t get_mOpen_1() const { return ___mOpen_1; } inline int32_t* get_address_of_mOpen_1() { return &___mOpen_1; } inline void set_mOpen_1(int32_t value) { ___mOpen_1 = value; } inline static int32_t get_offset_of_mFirst_2() { return static_cast(offsetof(CFCMConfig_t130793684, ___mFirst_2)); } inline int32_t get_mFirst_2() const { return ___mFirst_2; } inline int32_t* get_address_of_mFirst_2() { return &___mFirst_2; } inline void set_mFirst_2(int32_t value) { ___mFirst_2 = value; } inline static int32_t get_offset_of_mAdult_3() { return static_cast(offsetof(CFCMConfig_t130793684, ___mAdult_3)); } inline int32_t get_mAdult_3() const { return ___mAdult_3; } inline int32_t* get_address_of_mAdult_3() { return &___mAdult_3; } inline void set_mAdult_3(int32_t value) { ___mAdult_3 = value; } inline static int32_t get_offset_of_mEndTime_4() { return static_cast(offsetof(CFCMConfig_t130793684, ___mEndTime_4)); } inline DateTime_t3738529785 get_mEndTime_4() const { return ___mEndTime_4; } inline DateTime_t3738529785 * get_address_of_mEndTime_4() { return &___mEndTime_4; } inline void set_mEndTime_4(DateTime_t3738529785 value) { ___mEndTime_4 = value; } inline static int32_t get_offset_of_mTipsState_5() { return static_cast(offsetof(CFCMConfig_t130793684, ___mTipsState_5)); } inline BooleanU5BU5D_t2897418192* get_mTipsState_5() const { return ___mTipsState_5; } inline BooleanU5BU5D_t2897418192** get_address_of_mTipsState_5() { return &___mTipsState_5; } inline void set_mTipsState_5(BooleanU5BU5D_t2897418192* value) { ___mTipsState_5 = value; Il2CppCodeGenWriteBarrier((&___mTipsState_5), value); } inline static int32_t get_offset_of_mCheckCD_6() { return static_cast(offsetof(CFCMConfig_t130793684, ___mCheckCD_6)); } inline float get_mCheckCD_6() const { return ___mCheckCD_6; } inline float* get_address_of_mCheckCD_6() { return &___mCheckCD_6; } inline void set_mCheckCD_6(float value) { ___mCheckCD_6 = value; } }; struct CFCMConfig_t130793684_StaticFields { public: // DMCore.Logic.CFCMConfig DMCore.Logic.CFCMConfig::s_Instance CFCMConfig_t130793684 * ___s_Instance_0; // System.Single DMCore.Logic.CFCMConfig::MAX_CD float ___MAX_CD_7; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CFCMConfig_t130793684_StaticFields, ___s_Instance_0)); } inline CFCMConfig_t130793684 * get_s_Instance_0() const { return ___s_Instance_0; } inline CFCMConfig_t130793684 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CFCMConfig_t130793684 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } inline static int32_t get_offset_of_MAX_CD_7() { return static_cast(offsetof(CFCMConfig_t130793684_StaticFields, ___MAX_CD_7)); } inline float get_MAX_CD_7() const { return ___MAX_CD_7; } inline float* get_address_of_MAX_CD_7() { return &___MAX_CD_7; } inline void set_MAX_CD_7(float value) { ___MAX_CD_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFCMCONFIG_T130793684_H #ifndef 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 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 ACTION_1_T3647724237_H #define ACTION_1_T3647724237_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_t3647724237 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3647724237_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 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 ACTION_1_T1569734369_H #define ACTION_1_T1569734369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1569734369 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1569734369_H #ifndef CHANGESTARSIN_T3703845707_H #define CHANGESTARSIN_T3703845707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CConstellationManager/ChangeStarSin struct ChangeStarSin_t3703845707 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANGESTARSIN_T3703845707_H #ifndef ACTION_2_T319610619_H #define ACTION_2_T319610619_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_t319610619 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T319610619_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 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 MESHRENDERER_T587009260_H #define MESHRENDERER_T587009260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshRenderer struct MeshRenderer_t587009260 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHRENDERER_T587009260_H #ifndef SKINNEDMESHRENDERER_T245602842_H #define SKINNEDMESHRENDERER_T245602842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKINNEDMESHRENDERER_T245602842_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 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 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 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 BONELINKBONE_T3083848224_H #define BONELINKBONE_T3083848224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BoneLinkBone struct BoneLinkBone_t3083848224 : public MonoBehaviour_t3962482529 { public: // System.String BoneLinkBone::BoneName String_t* ___BoneName_2; // System.String BoneLinkBone::LocalRootBoneName String_t* ___LocalRootBoneName_3; // UnityEngine.Vector3 BoneLinkBone::BindPosOffset Vector3_t3722313464 ___BindPosOffset_4; // UnityEngine.Vector3 BoneLinkBone::BindRotation Vector3_t3722313464 ___BindRotation_5; // System.Boolean BoneLinkBone::LockHigh bool ___LockHigh_6; // UnityEngine.Transform BoneLinkBone::m_RootBone Transform_t3600365921 * ___m_RootBone_7; public: inline static int32_t get_offset_of_BoneName_2() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BoneName_2)); } inline String_t* get_BoneName_2() const { return ___BoneName_2; } inline String_t** get_address_of_BoneName_2() { return &___BoneName_2; } inline void set_BoneName_2(String_t* value) { ___BoneName_2 = value; Il2CppCodeGenWriteBarrier((&___BoneName_2), value); } inline static int32_t get_offset_of_LocalRootBoneName_3() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___LocalRootBoneName_3)); } inline String_t* get_LocalRootBoneName_3() const { return ___LocalRootBoneName_3; } inline String_t** get_address_of_LocalRootBoneName_3() { return &___LocalRootBoneName_3; } inline void set_LocalRootBoneName_3(String_t* value) { ___LocalRootBoneName_3 = value; Il2CppCodeGenWriteBarrier((&___LocalRootBoneName_3), value); } inline static int32_t get_offset_of_BindPosOffset_4() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BindPosOffset_4)); } inline Vector3_t3722313464 get_BindPosOffset_4() const { return ___BindPosOffset_4; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_4() { return &___BindPosOffset_4; } inline void set_BindPosOffset_4(Vector3_t3722313464 value) { ___BindPosOffset_4 = value; } inline static int32_t get_offset_of_BindRotation_5() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BindRotation_5)); } inline Vector3_t3722313464 get_BindRotation_5() const { return ___BindRotation_5; } inline Vector3_t3722313464 * get_address_of_BindRotation_5() { return &___BindRotation_5; } inline void set_BindRotation_5(Vector3_t3722313464 value) { ___BindRotation_5 = value; } inline static int32_t get_offset_of_LockHigh_6() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___LockHigh_6)); } inline bool get_LockHigh_6() const { return ___LockHigh_6; } inline bool* get_address_of_LockHigh_6() { return &___LockHigh_6; } inline void set_LockHigh_6(bool value) { ___LockHigh_6 = value; } inline static int32_t get_offset_of_m_RootBone_7() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___m_RootBone_7)); } inline Transform_t3600365921 * get_m_RootBone_7() const { return ___m_RootBone_7; } inline Transform_t3600365921 ** get_address_of_m_RootBone_7() { return &___m_RootBone_7; } inline void set_m_RootBone_7(Transform_t3600365921 * value) { ___m_RootBone_7 = value; Il2CppCodeGenWriteBarrier((&___m_RootBone_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONELINKBONE_T3083848224_H #ifndef CGAMEMAIN_T2202161662_H #define CGAMEMAIN_T2202161662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameMain struct CGameMain_t2202161662 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject CGameMain::m_GameStage GameObject_t1113636619 * ___m_GameStage_2; // System.Int32 CGameMain::m_bFirst int32_t ___m_bFirst_3; // System.Boolean CGameMain::m_bDancing bool ___m_bDancing_4; // System.Single CGameMain::m_fTimePlayed float ___m_fTimePlayed_5; // System.Single CGameMain::m_fTimeStart float ___m_fTimeStart_6; // System.Boolean CGameMain::m_bLastPlay bool ___m_bLastPlay_7; // System.Int32 CGameMain::m_PlayerCountOfReadyState int32_t ___m_PlayerCountOfReadyState_8; // UnityEngine.GameObject CGameMain::m_uiEquipProp GameObject_t1113636619 * ___m_uiEquipProp_9; // UnityEngine.Vector3 CGameMain::m_OldCameraPos Vector3_t3722313464 ___m_OldCameraPos_10; // UnityEngine.Quaternion CGameMain::m_OldCameraRotation Quaternion_t2301928331 ___m_OldCameraRotation_11; // System.Single CGameMain::m_fTimeOverTimeLabor float ___m_fTimeOverTimeLabor_12; public: inline static int32_t get_offset_of_m_GameStage_2() { return static_cast(offsetof(CGameMain_t2202161662, ___m_GameStage_2)); } inline GameObject_t1113636619 * get_m_GameStage_2() const { return ___m_GameStage_2; } inline GameObject_t1113636619 ** get_address_of_m_GameStage_2() { return &___m_GameStage_2; } inline void set_m_GameStage_2(GameObject_t1113636619 * value) { ___m_GameStage_2 = value; Il2CppCodeGenWriteBarrier((&___m_GameStage_2), value); } inline static int32_t get_offset_of_m_bFirst_3() { return static_cast(offsetof(CGameMain_t2202161662, ___m_bFirst_3)); } inline int32_t get_m_bFirst_3() const { return ___m_bFirst_3; } inline int32_t* get_address_of_m_bFirst_3() { return &___m_bFirst_3; } inline void set_m_bFirst_3(int32_t value) { ___m_bFirst_3 = value; } inline static int32_t get_offset_of_m_bDancing_4() { return static_cast(offsetof(CGameMain_t2202161662, ___m_bDancing_4)); } inline bool get_m_bDancing_4() const { return ___m_bDancing_4; } inline bool* get_address_of_m_bDancing_4() { return &___m_bDancing_4; } inline void set_m_bDancing_4(bool value) { ___m_bDancing_4 = value; } inline static int32_t get_offset_of_m_fTimePlayed_5() { return static_cast(offsetof(CGameMain_t2202161662, ___m_fTimePlayed_5)); } inline float get_m_fTimePlayed_5() const { return ___m_fTimePlayed_5; } inline float* get_address_of_m_fTimePlayed_5() { return &___m_fTimePlayed_5; } inline void set_m_fTimePlayed_5(float value) { ___m_fTimePlayed_5 = value; } inline static int32_t get_offset_of_m_fTimeStart_6() { return static_cast(offsetof(CGameMain_t2202161662, ___m_fTimeStart_6)); } inline float get_m_fTimeStart_6() const { return ___m_fTimeStart_6; } inline float* get_address_of_m_fTimeStart_6() { return &___m_fTimeStart_6; } inline void set_m_fTimeStart_6(float value) { ___m_fTimeStart_6 = value; } inline static int32_t get_offset_of_m_bLastPlay_7() { return static_cast(offsetof(CGameMain_t2202161662, ___m_bLastPlay_7)); } inline bool get_m_bLastPlay_7() const { return ___m_bLastPlay_7; } inline bool* get_address_of_m_bLastPlay_7() { return &___m_bLastPlay_7; } inline void set_m_bLastPlay_7(bool value) { ___m_bLastPlay_7 = value; } inline static int32_t get_offset_of_m_PlayerCountOfReadyState_8() { return static_cast(offsetof(CGameMain_t2202161662, ___m_PlayerCountOfReadyState_8)); } inline int32_t get_m_PlayerCountOfReadyState_8() const { return ___m_PlayerCountOfReadyState_8; } inline int32_t* get_address_of_m_PlayerCountOfReadyState_8() { return &___m_PlayerCountOfReadyState_8; } inline void set_m_PlayerCountOfReadyState_8(int32_t value) { ___m_PlayerCountOfReadyState_8 = value; } inline static int32_t get_offset_of_m_uiEquipProp_9() { return static_cast(offsetof(CGameMain_t2202161662, ___m_uiEquipProp_9)); } inline GameObject_t1113636619 * get_m_uiEquipProp_9() const { return ___m_uiEquipProp_9; } inline GameObject_t1113636619 ** get_address_of_m_uiEquipProp_9() { return &___m_uiEquipProp_9; } inline void set_m_uiEquipProp_9(GameObject_t1113636619 * value) { ___m_uiEquipProp_9 = value; Il2CppCodeGenWriteBarrier((&___m_uiEquipProp_9), value); } inline static int32_t get_offset_of_m_OldCameraPos_10() { return static_cast(offsetof(CGameMain_t2202161662, ___m_OldCameraPos_10)); } inline Vector3_t3722313464 get_m_OldCameraPos_10() const { return ___m_OldCameraPos_10; } inline Vector3_t3722313464 * get_address_of_m_OldCameraPos_10() { return &___m_OldCameraPos_10; } inline void set_m_OldCameraPos_10(Vector3_t3722313464 value) { ___m_OldCameraPos_10 = value; } inline static int32_t get_offset_of_m_OldCameraRotation_11() { return static_cast(offsetof(CGameMain_t2202161662, ___m_OldCameraRotation_11)); } inline Quaternion_t2301928331 get_m_OldCameraRotation_11() const { return ___m_OldCameraRotation_11; } inline Quaternion_t2301928331 * get_address_of_m_OldCameraRotation_11() { return &___m_OldCameraRotation_11; } inline void set_m_OldCameraRotation_11(Quaternion_t2301928331 value) { ___m_OldCameraRotation_11 = value; } inline static int32_t get_offset_of_m_fTimeOverTimeLabor_12() { return static_cast(offsetof(CGameMain_t2202161662, ___m_fTimeOverTimeLabor_12)); } inline float get_m_fTimeOverTimeLabor_12() const { return ___m_fTimeOverTimeLabor_12; } inline float* get_address_of_m_fTimeOverTimeLabor_12() { return &___m_fTimeOverTimeLabor_12; } inline void set_m_fTimeOverTimeLabor_12(float value) { ___m_fTimeOverTimeLabor_12 = value; } }; struct CGameMain_t2202161662_StaticFields { public: // System.Action CGameMain::<>f__mg$cache0 Action_t1264377477 * ___U3CU3Ef__mgU24cache0_13; // DMCore.OnEventCall CGameMain::<>f__mg$cache1 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache1_14; // DMCore.OnEventCall CGameMain::<>f__mg$cache2 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache2_15; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_13() { return static_cast(offsetof(CGameMain_t2202161662_StaticFields, ___U3CU3Ef__mgU24cache0_13)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache0_13() const { return ___U3CU3Ef__mgU24cache0_13; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache0_13() { return &___U3CU3Ef__mgU24cache0_13; } inline void set_U3CU3Ef__mgU24cache0_13(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache0_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_14() { return static_cast(offsetof(CGameMain_t2202161662_StaticFields, ___U3CU3Ef__mgU24cache1_14)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache1_14() const { return ___U3CU3Ef__mgU24cache1_14; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache1_14() { return &___U3CU3Ef__mgU24cache1_14; } inline void set_U3CU3Ef__mgU24cache1_14(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache1_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_15() { return static_cast(offsetof(CGameMain_t2202161662_StaticFields, ___U3CU3Ef__mgU24cache2_15)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache2_15() const { return ___U3CU3Ef__mgU24cache2_15; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache2_15() { return &___U3CU3Ef__mgU24cache2_15; } inline void set_U3CU3Ef__mgU24cache2_15(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache2_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMEMAIN_T2202161662_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 BUGLYINIT_T1666824102_H #define BUGLYINIT_T1666824102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BuglyInit struct BuglyInit_t1666824102 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUGLYINIT_T1666824102_H #ifndef UIGAMESTARTER_T3167157668_H #define UIGAMESTARTER_T3167157668_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIGameStarter struct UIGameStarter_t3167157668 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject UIGameStarter::m_updatePg GameObject_t1113636619 * ___m_updatePg_2; // UISimpleMsgBox UIGameStarter::m_msgBox UISimpleMsgBox_t1300709986 * ___m_msgBox_3; // System.Int32 UIGameStarter::m_bReadyLoad int32_t ___m_bReadyLoad_4; // System.Int32 UIGameStarter::m_nProxyState int32_t ___m_nProxyState_5; // System.String UIGameStarter::m_strProxyVal String_t* ___m_strProxyVal_6; // CStreamingPreImpl UIGameStarter::m_stremingVal CStreamingPreImpl_t3531164551 * ___m_stremingVal_8; // CUIResWWW/CUIResWWWState UIGameStarter::m_localState int32_t ___m_localState_9; public: inline static int32_t get_offset_of_m_updatePg_2() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_updatePg_2)); } inline GameObject_t1113636619 * get_m_updatePg_2() const { return ___m_updatePg_2; } inline GameObject_t1113636619 ** get_address_of_m_updatePg_2() { return &___m_updatePg_2; } inline void set_m_updatePg_2(GameObject_t1113636619 * value) { ___m_updatePg_2 = value; Il2CppCodeGenWriteBarrier((&___m_updatePg_2), value); } inline static int32_t get_offset_of_m_msgBox_3() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_msgBox_3)); } inline UISimpleMsgBox_t1300709986 * get_m_msgBox_3() const { return ___m_msgBox_3; } inline UISimpleMsgBox_t1300709986 ** get_address_of_m_msgBox_3() { return &___m_msgBox_3; } inline void set_m_msgBox_3(UISimpleMsgBox_t1300709986 * value) { ___m_msgBox_3 = value; Il2CppCodeGenWriteBarrier((&___m_msgBox_3), value); } inline static int32_t get_offset_of_m_bReadyLoad_4() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_bReadyLoad_4)); } inline int32_t get_m_bReadyLoad_4() const { return ___m_bReadyLoad_4; } inline int32_t* get_address_of_m_bReadyLoad_4() { return &___m_bReadyLoad_4; } inline void set_m_bReadyLoad_4(int32_t value) { ___m_bReadyLoad_4 = value; } inline static int32_t get_offset_of_m_nProxyState_5() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_nProxyState_5)); } inline int32_t get_m_nProxyState_5() const { return ___m_nProxyState_5; } inline int32_t* get_address_of_m_nProxyState_5() { return &___m_nProxyState_5; } inline void set_m_nProxyState_5(int32_t value) { ___m_nProxyState_5 = value; } inline static int32_t get_offset_of_m_strProxyVal_6() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_strProxyVal_6)); } inline String_t* get_m_strProxyVal_6() const { return ___m_strProxyVal_6; } inline String_t** get_address_of_m_strProxyVal_6() { return &___m_strProxyVal_6; } inline void set_m_strProxyVal_6(String_t* value) { ___m_strProxyVal_6 = value; Il2CppCodeGenWriteBarrier((&___m_strProxyVal_6), value); } inline static int32_t get_offset_of_m_stremingVal_8() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_stremingVal_8)); } inline CStreamingPreImpl_t3531164551 * get_m_stremingVal_8() const { return ___m_stremingVal_8; } inline CStreamingPreImpl_t3531164551 ** get_address_of_m_stremingVal_8() { return &___m_stremingVal_8; } inline void set_m_stremingVal_8(CStreamingPreImpl_t3531164551 * value) { ___m_stremingVal_8 = value; Il2CppCodeGenWriteBarrier((&___m_stremingVal_8), value); } inline static int32_t get_offset_of_m_localState_9() { return static_cast(offsetof(UIGameStarter_t3167157668, ___m_localState_9)); } inline int32_t get_m_localState_9() const { return ___m_localState_9; } inline int32_t* get_address_of_m_localState_9() { return &___m_localState_9; } inline void set_m_localState_9(int32_t value) { ___m_localState_9 = value; } }; struct UIGameStarter_t3167157668_StaticFields { public: // System.Boolean UIGameStarter::s_bCheckStreaming bool ___s_bCheckStreaming_7; public: inline static int32_t get_offset_of_s_bCheckStreaming_7() { return static_cast(offsetof(UIGameStarter_t3167157668_StaticFields, ___s_bCheckStreaming_7)); } inline bool get_s_bCheckStreaming_7() const { return ___s_bCheckStreaming_7; } inline bool* get_address_of_s_bCheckStreaming_7() { return &___s_bCheckStreaming_7; } inline void set_s_bCheckStreaming_7(bool value) { ___s_bCheckStreaming_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIGAMESTARTER_T3167157668_H #ifndef BLESSLISTCELL_T2163504691_H #define BLESSLISTCELL_T2163504691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BlessListCell struct BlessListCell_t2163504691 : public MonoBehaviour_t3962482529 { public: // UISprite BlessListCell::mSpriteNo123 UISprite_t194114938 * ___mSpriteNo123_2; // UILabel BlessListCell::mLabelNo456 UILabel_t3248798549 * ___mLabelNo456_3; // UILabel BlessListCell::mLabel1 UILabel_t3248798549 * ___mLabel1_4; // UISprite BlessListCell::mVip1 UISprite_t194114938 * ___mVip1_5; // UILabel BlessListCell::mLabel2 UILabel_t3248798549 * ___mLabel2_6; // UISprite BlessListCell::mVip2 UISprite_t194114938 * ___mVip2_7; // UILabel BlessListCell::mLabelBless UILabel_t3248798549 * ___mLabelBless_8; // UISprite BlessListCell::mHeadBox1 UISprite_t194114938 * ___mHeadBox1_9; // UISprite BlessListCell::mHeadBox2 UISprite_t194114938 * ___mHeadBox2_10; // UITexture BlessListCell::mHead1 UITexture_t3471168817 * ___mHead1_11; // UITexture BlessListCell::mHead2 UITexture_t3471168817 * ___mHead2_12; // System.Boolean BlessListCell::IsMalePhotoReady bool ___IsMalePhotoReady_13; // System.Boolean BlessListCell::IsFemalePhotoReady bool ___IsFemalePhotoReady_14; // BlessListData BlessListCell::mItem BlessListData_t1352115146 * ___mItem_15; public: inline static int32_t get_offset_of_mSpriteNo123_2() { return static_cast(offsetof(BlessListCell_t2163504691, ___mSpriteNo123_2)); } inline UISprite_t194114938 * get_mSpriteNo123_2() const { return ___mSpriteNo123_2; } inline UISprite_t194114938 ** get_address_of_mSpriteNo123_2() { return &___mSpriteNo123_2; } inline void set_mSpriteNo123_2(UISprite_t194114938 * value) { ___mSpriteNo123_2 = value; Il2CppCodeGenWriteBarrier((&___mSpriteNo123_2), value); } inline static int32_t get_offset_of_mLabelNo456_3() { return static_cast(offsetof(BlessListCell_t2163504691, ___mLabelNo456_3)); } inline UILabel_t3248798549 * get_mLabelNo456_3() const { return ___mLabelNo456_3; } inline UILabel_t3248798549 ** get_address_of_mLabelNo456_3() { return &___mLabelNo456_3; } inline void set_mLabelNo456_3(UILabel_t3248798549 * value) { ___mLabelNo456_3 = value; Il2CppCodeGenWriteBarrier((&___mLabelNo456_3), value); } inline static int32_t get_offset_of_mLabel1_4() { return static_cast(offsetof(BlessListCell_t2163504691, ___mLabel1_4)); } inline UILabel_t3248798549 * get_mLabel1_4() const { return ___mLabel1_4; } inline UILabel_t3248798549 ** get_address_of_mLabel1_4() { return &___mLabel1_4; } inline void set_mLabel1_4(UILabel_t3248798549 * value) { ___mLabel1_4 = value; Il2CppCodeGenWriteBarrier((&___mLabel1_4), value); } inline static int32_t get_offset_of_mVip1_5() { return static_cast(offsetof(BlessListCell_t2163504691, ___mVip1_5)); } inline UISprite_t194114938 * get_mVip1_5() const { return ___mVip1_5; } inline UISprite_t194114938 ** get_address_of_mVip1_5() { return &___mVip1_5; } inline void set_mVip1_5(UISprite_t194114938 * value) { ___mVip1_5 = value; Il2CppCodeGenWriteBarrier((&___mVip1_5), value); } inline static int32_t get_offset_of_mLabel2_6() { return static_cast(offsetof(BlessListCell_t2163504691, ___mLabel2_6)); } inline UILabel_t3248798549 * get_mLabel2_6() const { return ___mLabel2_6; } inline UILabel_t3248798549 ** get_address_of_mLabel2_6() { return &___mLabel2_6; } inline void set_mLabel2_6(UILabel_t3248798549 * value) { ___mLabel2_6 = value; Il2CppCodeGenWriteBarrier((&___mLabel2_6), value); } inline static int32_t get_offset_of_mVip2_7() { return static_cast(offsetof(BlessListCell_t2163504691, ___mVip2_7)); } inline UISprite_t194114938 * get_mVip2_7() const { return ___mVip2_7; } inline UISprite_t194114938 ** get_address_of_mVip2_7() { return &___mVip2_7; } inline void set_mVip2_7(UISprite_t194114938 * value) { ___mVip2_7 = value; Il2CppCodeGenWriteBarrier((&___mVip2_7), value); } inline static int32_t get_offset_of_mLabelBless_8() { return static_cast(offsetof(BlessListCell_t2163504691, ___mLabelBless_8)); } inline UILabel_t3248798549 * get_mLabelBless_8() const { return ___mLabelBless_8; } inline UILabel_t3248798549 ** get_address_of_mLabelBless_8() { return &___mLabelBless_8; } inline void set_mLabelBless_8(UILabel_t3248798549 * value) { ___mLabelBless_8 = value; Il2CppCodeGenWriteBarrier((&___mLabelBless_8), value); } inline static int32_t get_offset_of_mHeadBox1_9() { return static_cast(offsetof(BlessListCell_t2163504691, ___mHeadBox1_9)); } inline UISprite_t194114938 * get_mHeadBox1_9() const { return ___mHeadBox1_9; } inline UISprite_t194114938 ** get_address_of_mHeadBox1_9() { return &___mHeadBox1_9; } inline void set_mHeadBox1_9(UISprite_t194114938 * value) { ___mHeadBox1_9 = value; Il2CppCodeGenWriteBarrier((&___mHeadBox1_9), value); } inline static int32_t get_offset_of_mHeadBox2_10() { return static_cast(offsetof(BlessListCell_t2163504691, ___mHeadBox2_10)); } inline UISprite_t194114938 * get_mHeadBox2_10() const { return ___mHeadBox2_10; } inline UISprite_t194114938 ** get_address_of_mHeadBox2_10() { return &___mHeadBox2_10; } inline void set_mHeadBox2_10(UISprite_t194114938 * value) { ___mHeadBox2_10 = value; Il2CppCodeGenWriteBarrier((&___mHeadBox2_10), value); } inline static int32_t get_offset_of_mHead1_11() { return static_cast(offsetof(BlessListCell_t2163504691, ___mHead1_11)); } inline UITexture_t3471168817 * get_mHead1_11() const { return ___mHead1_11; } inline UITexture_t3471168817 ** get_address_of_mHead1_11() { return &___mHead1_11; } inline void set_mHead1_11(UITexture_t3471168817 * value) { ___mHead1_11 = value; Il2CppCodeGenWriteBarrier((&___mHead1_11), value); } inline static int32_t get_offset_of_mHead2_12() { return static_cast(offsetof(BlessListCell_t2163504691, ___mHead2_12)); } inline UITexture_t3471168817 * get_mHead2_12() const { return ___mHead2_12; } inline UITexture_t3471168817 ** get_address_of_mHead2_12() { return &___mHead2_12; } inline void set_mHead2_12(UITexture_t3471168817 * value) { ___mHead2_12 = value; Il2CppCodeGenWriteBarrier((&___mHead2_12), value); } inline static int32_t get_offset_of_IsMalePhotoReady_13() { return static_cast(offsetof(BlessListCell_t2163504691, ___IsMalePhotoReady_13)); } inline bool get_IsMalePhotoReady_13() const { return ___IsMalePhotoReady_13; } inline bool* get_address_of_IsMalePhotoReady_13() { return &___IsMalePhotoReady_13; } inline void set_IsMalePhotoReady_13(bool value) { ___IsMalePhotoReady_13 = value; } inline static int32_t get_offset_of_IsFemalePhotoReady_14() { return static_cast(offsetof(BlessListCell_t2163504691, ___IsFemalePhotoReady_14)); } inline bool get_IsFemalePhotoReady_14() const { return ___IsFemalePhotoReady_14; } inline bool* get_address_of_IsFemalePhotoReady_14() { return &___IsFemalePhotoReady_14; } inline void set_IsFemalePhotoReady_14(bool value) { ___IsFemalePhotoReady_14 = value; } inline static int32_t get_offset_of_mItem_15() { return static_cast(offsetof(BlessListCell_t2163504691, ___mItem_15)); } inline BlessListData_t1352115146 * get_mItem_15() const { return ___mItem_15; } inline BlessListData_t1352115146 ** get_address_of_mItem_15() { return &___mItem_15; } inline void set_mItem_15(BlessListData_t1352115146 * value) { ___mItem_15 = value; Il2CppCodeGenWriteBarrier((&___mItem_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BLESSLISTCELL_T2163504691_H #ifndef CBILLBOARD_T4180992375_H #define CBILLBOARD_T4180992375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CBillBoard struct CBillBoard_t4180992375 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Camera CBillBoard::m_activeCamera Camera_t4157153871 * ___m_activeCamera_2; public: inline static int32_t get_offset_of_m_activeCamera_2() { return static_cast(offsetof(CBillBoard_t4180992375, ___m_activeCamera_2)); } inline Camera_t4157153871 * get_m_activeCamera_2() const { return ___m_activeCamera_2; } inline Camera_t4157153871 ** get_address_of_m_activeCamera_2() { return &___m_activeCamera_2; } inline void set_m_activeCamera_2(Camera_t4157153871 * value) { ___m_activeCamera_2 = value; Il2CppCodeGenWriteBarrier((&___m_activeCamera_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBILLBOARD_T4180992375_H #ifndef BALANCEWND_T506785226_H #define BALANCEWND_T506785226_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BalanceWnd struct BalanceWnd_t506785226 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform BalanceWnd::m_DressWnd Transform_t3600365921 * ___m_DressWnd_2; // UnityEngine.Transform BalanceWnd::m_ToolWnd Transform_t3600365921 * ___m_ToolWnd_3; // UILabel BalanceWnd::m_DressPrice UILabel_t3248798549 * ___m_DressPrice_4; // UILabel BalanceWnd::m_DressBuyConfirm UILabel_t3248798549 * ___m_DressBuyConfirm_5; // UILabel BalanceWnd::m_DressPriceName UILabel_t3248798549 * ___m_DressPriceName_6; // UILabel BalanceWnd::m_ToolUnitPrice UILabel_t3248798549 * ___m_ToolUnitPrice_7; // UILabel BalanceWnd::m_ToolAmount UILabel_t3248798549 * ___m_ToolAmount_8; // UILabel BalanceWnd::m_ToolTotal UILabel_t3248798549 * ___m_ToolTotal_9; // UILabel BalanceWnd::m_ToolBuyConfirm UILabel_t3248798549 * ___m_ToolBuyConfirm_10; // UILabel BalanceWnd::m_ToolUnitPriceeName UILabel_t3248798549 * ___m_ToolUnitPriceeName_11; // UILabel BalanceWnd::m_ToolAmountName UILabel_t3248798549 * ___m_ToolAmountName_12; // UILabel BalanceWnd::m_ToolTotalName UILabel_t3248798549 * ___m_ToolTotalName_13; // UISprite BalanceWnd::m_DressIcon UISprite_t194114938 * ___m_DressIcon_14; // UISprite BalanceWnd::m_ToolIcon1 UISprite_t194114938 * ___m_ToolIcon1_15; // UISprite BalanceWnd::m_ToolIcon2 UISprite_t194114938 * ___m_ToolIcon2_16; // System.Int32 BalanceWnd::m_price int32_t ___m_price_17; // System.Int32 BalanceWnd::m_Diamond int32_t ___m_Diamond_18; // System.Int32 BalanceWnd::m_count int32_t ___m_count_19; // System.Int32 BalanceWnd::m_configId int32_t ___m_configId_20; // System.Int32 BalanceWnd::m_valid int32_t ___m_valid_21; // ScenePersonalWndShop/OnClickMsgCallBack BalanceWnd::m_CallBack OnClickMsgCallBack_t2526724959 * ___m_CallBack_22; // DMCore.CDataArray BalanceWnd::m_data CDataArray_t4068198041 * ___m_data_23; // System.Boolean BalanceWnd::isPageInit bool ___isPageInit_24; public: inline static int32_t get_offset_of_m_DressWnd_2() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressWnd_2)); } inline Transform_t3600365921 * get_m_DressWnd_2() const { return ___m_DressWnd_2; } inline Transform_t3600365921 ** get_address_of_m_DressWnd_2() { return &___m_DressWnd_2; } inline void set_m_DressWnd_2(Transform_t3600365921 * value) { ___m_DressWnd_2 = value; Il2CppCodeGenWriteBarrier((&___m_DressWnd_2), value); } inline static int32_t get_offset_of_m_ToolWnd_3() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolWnd_3)); } inline Transform_t3600365921 * get_m_ToolWnd_3() const { return ___m_ToolWnd_3; } inline Transform_t3600365921 ** get_address_of_m_ToolWnd_3() { return &___m_ToolWnd_3; } inline void set_m_ToolWnd_3(Transform_t3600365921 * value) { ___m_ToolWnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_ToolWnd_3), value); } inline static int32_t get_offset_of_m_DressPrice_4() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressPrice_4)); } inline UILabel_t3248798549 * get_m_DressPrice_4() const { return ___m_DressPrice_4; } inline UILabel_t3248798549 ** get_address_of_m_DressPrice_4() { return &___m_DressPrice_4; } inline void set_m_DressPrice_4(UILabel_t3248798549 * value) { ___m_DressPrice_4 = value; Il2CppCodeGenWriteBarrier((&___m_DressPrice_4), value); } inline static int32_t get_offset_of_m_DressBuyConfirm_5() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressBuyConfirm_5)); } inline UILabel_t3248798549 * get_m_DressBuyConfirm_5() const { return ___m_DressBuyConfirm_5; } inline UILabel_t3248798549 ** get_address_of_m_DressBuyConfirm_5() { return &___m_DressBuyConfirm_5; } inline void set_m_DressBuyConfirm_5(UILabel_t3248798549 * value) { ___m_DressBuyConfirm_5 = value; Il2CppCodeGenWriteBarrier((&___m_DressBuyConfirm_5), value); } inline static int32_t get_offset_of_m_DressPriceName_6() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressPriceName_6)); } inline UILabel_t3248798549 * get_m_DressPriceName_6() const { return ___m_DressPriceName_6; } inline UILabel_t3248798549 ** get_address_of_m_DressPriceName_6() { return &___m_DressPriceName_6; } inline void set_m_DressPriceName_6(UILabel_t3248798549 * value) { ___m_DressPriceName_6 = value; Il2CppCodeGenWriteBarrier((&___m_DressPriceName_6), value); } inline static int32_t get_offset_of_m_ToolUnitPrice_7() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolUnitPrice_7)); } inline UILabel_t3248798549 * get_m_ToolUnitPrice_7() const { return ___m_ToolUnitPrice_7; } inline UILabel_t3248798549 ** get_address_of_m_ToolUnitPrice_7() { return &___m_ToolUnitPrice_7; } inline void set_m_ToolUnitPrice_7(UILabel_t3248798549 * value) { ___m_ToolUnitPrice_7 = value; Il2CppCodeGenWriteBarrier((&___m_ToolUnitPrice_7), value); } inline static int32_t get_offset_of_m_ToolAmount_8() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolAmount_8)); } inline UILabel_t3248798549 * get_m_ToolAmount_8() const { return ___m_ToolAmount_8; } inline UILabel_t3248798549 ** get_address_of_m_ToolAmount_8() { return &___m_ToolAmount_8; } inline void set_m_ToolAmount_8(UILabel_t3248798549 * value) { ___m_ToolAmount_8 = value; Il2CppCodeGenWriteBarrier((&___m_ToolAmount_8), value); } inline static int32_t get_offset_of_m_ToolTotal_9() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolTotal_9)); } inline UILabel_t3248798549 * get_m_ToolTotal_9() const { return ___m_ToolTotal_9; } inline UILabel_t3248798549 ** get_address_of_m_ToolTotal_9() { return &___m_ToolTotal_9; } inline void set_m_ToolTotal_9(UILabel_t3248798549 * value) { ___m_ToolTotal_9 = value; Il2CppCodeGenWriteBarrier((&___m_ToolTotal_9), value); } inline static int32_t get_offset_of_m_ToolBuyConfirm_10() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolBuyConfirm_10)); } inline UILabel_t3248798549 * get_m_ToolBuyConfirm_10() const { return ___m_ToolBuyConfirm_10; } inline UILabel_t3248798549 ** get_address_of_m_ToolBuyConfirm_10() { return &___m_ToolBuyConfirm_10; } inline void set_m_ToolBuyConfirm_10(UILabel_t3248798549 * value) { ___m_ToolBuyConfirm_10 = value; Il2CppCodeGenWriteBarrier((&___m_ToolBuyConfirm_10), value); } inline static int32_t get_offset_of_m_ToolUnitPriceeName_11() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolUnitPriceeName_11)); } inline UILabel_t3248798549 * get_m_ToolUnitPriceeName_11() const { return ___m_ToolUnitPriceeName_11; } inline UILabel_t3248798549 ** get_address_of_m_ToolUnitPriceeName_11() { return &___m_ToolUnitPriceeName_11; } inline void set_m_ToolUnitPriceeName_11(UILabel_t3248798549 * value) { ___m_ToolUnitPriceeName_11 = value; Il2CppCodeGenWriteBarrier((&___m_ToolUnitPriceeName_11), value); } inline static int32_t get_offset_of_m_ToolAmountName_12() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolAmountName_12)); } inline UILabel_t3248798549 * get_m_ToolAmountName_12() const { return ___m_ToolAmountName_12; } inline UILabel_t3248798549 ** get_address_of_m_ToolAmountName_12() { return &___m_ToolAmountName_12; } inline void set_m_ToolAmountName_12(UILabel_t3248798549 * value) { ___m_ToolAmountName_12 = value; Il2CppCodeGenWriteBarrier((&___m_ToolAmountName_12), value); } inline static int32_t get_offset_of_m_ToolTotalName_13() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolTotalName_13)); } inline UILabel_t3248798549 * get_m_ToolTotalName_13() const { return ___m_ToolTotalName_13; } inline UILabel_t3248798549 ** get_address_of_m_ToolTotalName_13() { return &___m_ToolTotalName_13; } inline void set_m_ToolTotalName_13(UILabel_t3248798549 * value) { ___m_ToolTotalName_13 = value; Il2CppCodeGenWriteBarrier((&___m_ToolTotalName_13), value); } inline static int32_t get_offset_of_m_DressIcon_14() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressIcon_14)); } inline UISprite_t194114938 * get_m_DressIcon_14() const { return ___m_DressIcon_14; } inline UISprite_t194114938 ** get_address_of_m_DressIcon_14() { return &___m_DressIcon_14; } inline void set_m_DressIcon_14(UISprite_t194114938 * value) { ___m_DressIcon_14 = value; Il2CppCodeGenWriteBarrier((&___m_DressIcon_14), value); } inline static int32_t get_offset_of_m_ToolIcon1_15() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolIcon1_15)); } inline UISprite_t194114938 * get_m_ToolIcon1_15() const { return ___m_ToolIcon1_15; } inline UISprite_t194114938 ** get_address_of_m_ToolIcon1_15() { return &___m_ToolIcon1_15; } inline void set_m_ToolIcon1_15(UISprite_t194114938 * value) { ___m_ToolIcon1_15 = value; Il2CppCodeGenWriteBarrier((&___m_ToolIcon1_15), value); } inline static int32_t get_offset_of_m_ToolIcon2_16() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolIcon2_16)); } inline UISprite_t194114938 * get_m_ToolIcon2_16() const { return ___m_ToolIcon2_16; } inline UISprite_t194114938 ** get_address_of_m_ToolIcon2_16() { return &___m_ToolIcon2_16; } inline void set_m_ToolIcon2_16(UISprite_t194114938 * value) { ___m_ToolIcon2_16 = value; Il2CppCodeGenWriteBarrier((&___m_ToolIcon2_16), value); } inline static int32_t get_offset_of_m_price_17() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_price_17)); } inline int32_t get_m_price_17() const { return ___m_price_17; } inline int32_t* get_address_of_m_price_17() { return &___m_price_17; } inline void set_m_price_17(int32_t value) { ___m_price_17 = value; } inline static int32_t get_offset_of_m_Diamond_18() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_Diamond_18)); } inline int32_t get_m_Diamond_18() const { return ___m_Diamond_18; } inline int32_t* get_address_of_m_Diamond_18() { return &___m_Diamond_18; } inline void set_m_Diamond_18(int32_t value) { ___m_Diamond_18 = value; } inline static int32_t get_offset_of_m_count_19() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_count_19)); } inline int32_t get_m_count_19() const { return ___m_count_19; } inline int32_t* get_address_of_m_count_19() { return &___m_count_19; } inline void set_m_count_19(int32_t value) { ___m_count_19 = value; } inline static int32_t get_offset_of_m_configId_20() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_configId_20)); } inline int32_t get_m_configId_20() const { return ___m_configId_20; } inline int32_t* get_address_of_m_configId_20() { return &___m_configId_20; } inline void set_m_configId_20(int32_t value) { ___m_configId_20 = value; } inline static int32_t get_offset_of_m_valid_21() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_valid_21)); } inline int32_t get_m_valid_21() const { return ___m_valid_21; } inline int32_t* get_address_of_m_valid_21() { return &___m_valid_21; } inline void set_m_valid_21(int32_t value) { ___m_valid_21 = value; } inline static int32_t get_offset_of_m_CallBack_22() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_CallBack_22)); } inline OnClickMsgCallBack_t2526724959 * get_m_CallBack_22() const { return ___m_CallBack_22; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_m_CallBack_22() { return &___m_CallBack_22; } inline void set_m_CallBack_22(OnClickMsgCallBack_t2526724959 * value) { ___m_CallBack_22 = value; Il2CppCodeGenWriteBarrier((&___m_CallBack_22), value); } inline static int32_t get_offset_of_m_data_23() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_data_23)); } inline CDataArray_t4068198041 * get_m_data_23() const { return ___m_data_23; } inline CDataArray_t4068198041 ** get_address_of_m_data_23() { return &___m_data_23; } inline void set_m_data_23(CDataArray_t4068198041 * value) { ___m_data_23 = value; Il2CppCodeGenWriteBarrier((&___m_data_23), value); } inline static int32_t get_offset_of_isPageInit_24() { return static_cast(offsetof(BalanceWnd_t506785226, ___isPageInit_24)); } inline bool get_isPageInit_24() const { return ___isPageInit_24; } inline bool* get_address_of_isPageInit_24() { return &___isPageInit_24; } inline void set_isPageInit_24(bool value) { ___isPageInit_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BALANCEWND_T506785226_H #ifndef BTNLOGIN_ACCOUNT_LOGIN_T1896501404_H #define BTNLOGIN_ACCOUNT_LOGIN_T1896501404_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // btnLogin_account_login struct btnLogin_account_login_t1896501404 : public MonoBehaviour_t3962482529 { public: // System.String btnLogin_account_login::m_userName String_t* ___m_userName_2; // System.String btnLogin_account_login::m_secret String_t* ___m_secret_3; public: inline static int32_t get_offset_of_m_userName_2() { return static_cast(offsetof(btnLogin_account_login_t1896501404, ___m_userName_2)); } inline String_t* get_m_userName_2() const { return ___m_userName_2; } inline String_t** get_address_of_m_userName_2() { return &___m_userName_2; } inline void set_m_userName_2(String_t* value) { ___m_userName_2 = value; Il2CppCodeGenWriteBarrier((&___m_userName_2), value); } inline static int32_t get_offset_of_m_secret_3() { return static_cast(offsetof(btnLogin_account_login_t1896501404, ___m_secret_3)); } inline String_t* get_m_secret_3() const { return ___m_secret_3; } inline String_t** get_address_of_m_secret_3() { return &___m_secret_3; } inline void set_m_secret_3(String_t* value) { ___m_secret_3 = value; Il2CppCodeGenWriteBarrier((&___m_secret_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BTNLOGIN_ACCOUNT_LOGIN_T1896501404_H #ifndef LOGICLOGIN_MAIN_PAGE_T116642790_H #define LOGICLOGIN_MAIN_PAGE_T116642790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // logicLogin_main_page struct logicLogin_main_page_t116642790 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject logicLogin_main_page::m_pageMain GameObject_t1113636619 * ___m_pageMain_2; // UnityEngine.GameObject logicLogin_main_page::m_pageAccount GameObject_t1113636619 * ___m_pageAccount_3; // UnityEngine.GameObject logicLogin_main_page::m_pageRegister GameObject_t1113636619 * ___m_pageRegister_4; // UnityEngine.GameObject logicLogin_main_page::m_pageActivation GameObject_t1113636619 * ___m_pageActivation_5; // UnityEngine.GameObject logicLogin_main_page::m_pageServerChoice GameObject_t1113636619 * ___m_pageServerChoice_6; // UnityEngine.GameObject logicLogin_main_page::m_effectRoot GameObject_t1113636619 * ___m_effectRoot_7; public: inline static int32_t get_offset_of_m_pageMain_2() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageMain_2)); } inline GameObject_t1113636619 * get_m_pageMain_2() const { return ___m_pageMain_2; } inline GameObject_t1113636619 ** get_address_of_m_pageMain_2() { return &___m_pageMain_2; } inline void set_m_pageMain_2(GameObject_t1113636619 * value) { ___m_pageMain_2 = value; Il2CppCodeGenWriteBarrier((&___m_pageMain_2), value); } inline static int32_t get_offset_of_m_pageAccount_3() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageAccount_3)); } inline GameObject_t1113636619 * get_m_pageAccount_3() const { return ___m_pageAccount_3; } inline GameObject_t1113636619 ** get_address_of_m_pageAccount_3() { return &___m_pageAccount_3; } inline void set_m_pageAccount_3(GameObject_t1113636619 * value) { ___m_pageAccount_3 = value; Il2CppCodeGenWriteBarrier((&___m_pageAccount_3), value); } inline static int32_t get_offset_of_m_pageRegister_4() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageRegister_4)); } inline GameObject_t1113636619 * get_m_pageRegister_4() const { return ___m_pageRegister_4; } inline GameObject_t1113636619 ** get_address_of_m_pageRegister_4() { return &___m_pageRegister_4; } inline void set_m_pageRegister_4(GameObject_t1113636619 * value) { ___m_pageRegister_4 = value; Il2CppCodeGenWriteBarrier((&___m_pageRegister_4), value); } inline static int32_t get_offset_of_m_pageActivation_5() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageActivation_5)); } inline GameObject_t1113636619 * get_m_pageActivation_5() const { return ___m_pageActivation_5; } inline GameObject_t1113636619 ** get_address_of_m_pageActivation_5() { return &___m_pageActivation_5; } inline void set_m_pageActivation_5(GameObject_t1113636619 * value) { ___m_pageActivation_5 = value; Il2CppCodeGenWriteBarrier((&___m_pageActivation_5), value); } inline static int32_t get_offset_of_m_pageServerChoice_6() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_pageServerChoice_6)); } inline GameObject_t1113636619 * get_m_pageServerChoice_6() const { return ___m_pageServerChoice_6; } inline GameObject_t1113636619 ** get_address_of_m_pageServerChoice_6() { return &___m_pageServerChoice_6; } inline void set_m_pageServerChoice_6(GameObject_t1113636619 * value) { ___m_pageServerChoice_6 = value; Il2CppCodeGenWriteBarrier((&___m_pageServerChoice_6), value); } inline static int32_t get_offset_of_m_effectRoot_7() { return static_cast(offsetof(logicLogin_main_page_t116642790, ___m_effectRoot_7)); } inline GameObject_t1113636619 * get_m_effectRoot_7() const { return ___m_effectRoot_7; } inline GameObject_t1113636619 ** get_address_of_m_effectRoot_7() { return &___m_effectRoot_7; } inline void set_m_effectRoot_7(GameObject_t1113636619 * value) { ___m_effectRoot_7 = value; Il2CppCodeGenWriteBarrier((&___m_effectRoot_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICLOGIN_MAIN_PAGE_T116642790_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 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 CGAMEDANCING_T3256271692_H #define CGAMEDANCING_T3256271692_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameDancing struct CGameDancing_t3256271692 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform CGameDancing::m_ModeNormal Transform_t3600365921 * ___m_ModeNormal_2; // UnityEngine.Transform CGameDancing::m_ModeHeart Transform_t3600365921 * ___m_ModeHeart_3; // UnityEngine.Transform CGameDancing::m_ModeScore Transform_t3600365921 * ___m_ModeScore_4; // UnityEngine.Transform CGameDancing::m_ModeBattle Transform_t3600365921 * ___m_ModeBattle_5; // UnityEngine.Transform CGameDancing::m_ModeGuildChallenge Transform_t3600365921 * ___m_ModeGuildChallenge_6; // UnityEngine.Transform CGameDancing::m_rootCrown Transform_t3600365921 * ___m_rootCrown_7; // UnityEngine.Transform CGameDancing::m_rootTime Transform_t3600365921 * ___m_rootTime_8; // UILabel CGameDancing::m_musicTime UILabel_t3248798549 * ___m_musicTime_9; // UnityEngine.Transform CGameDancing::m_rootSection Transform_t3600365921 * ___m_rootSection_10; // UISprite CGameDancing::m_CurSection UISprite_t194114938 * ___m_CurSection_11; // UISprite CGameDancing::m_MaxSection UISprite_t194114938 * ___m_MaxSection_12; // UISprite CGameDancing::m_SectionStep UISprite_t194114938 * ___m_SectionStep_13; // UnityEngine.Transform CGameDancing::m_ShowTime Transform_t3600365921 * ___m_ShowTime_14; // UnityEngine.Transform CGameDancing::m_RetunBt Transform_t3600365921 * ___m_RetunBt_15; // UnityEngine.Transform[] CGameDancing::m_ScoreRoot TransformU5BU5D_t807237628* ___m_ScoreRoot_16; // UnityEngine.Transform CGameDancing::m_labelHide Transform_t3600365921 * ___m_labelHide_17; // UnityEngine.Transform CGameDancing::m_labelShow Transform_t3600365921 * ___m_labelShow_18; // UnityEngine.Transform CGameDancing::m_labelFree Transform_t3600365921 * ___m_labelFree_19; // UnityEngine.Transform CGameDancing::m_labelStand Transform_t3600365921 * ___m_labelStand_20; // UnityEngine.Transform CGameDancing::m_SpeedRoot Transform_t3600365921 * ___m_SpeedRoot_21; // UILabel CGameDancing::m_speedLabel UILabel_t3248798549 * ___m_speedLabel_22; // UnityEngine.Transform CGameDancing::m_transSpeedPre Transform_t3600365921 * ___m_transSpeedPre_23; // UnityEngine.Transform CGameDancing::m_transSpeedNext Transform_t3600365921 * ___m_transSpeedNext_24; // UILabel CGameDancing::m_musicInfo UILabel_t3248798549 * ___m_musicInfo_25; // System.Boolean CGameDancing::isPageInit bool ___isPageInit_26; // CGameDancing/stComboArea CGameDancing::m_comboLeft stComboArea_t2266499608 * ___m_comboLeft_27; // CGameDancing/stComboArea CGameDancing::m_comboRight stComboArea_t2266499608 * ___m_comboRight_28; // CGameDancing/stScoreArea CGameDancing::m_scoreLeft stScoreArea_t3872884956 * ___m_scoreLeft_29; // CGameDancing/stScoreArea CGameDancing::m_scoreRight stScoreArea_t3872884956 * ___m_scoreRight_30; // UnityEngine.GameObject CGameDancing::m_targetDanceMode GameObject_t1113636619 * ___m_targetDanceMode_31; // UnityEngine.GameObject CGameDancing::m_KeyClassical GameObject_t1113636619 * ___m_KeyClassical_32; // System.Collections.Generic.List`1 CGameDancing::m_broadControlerList List_1_t777473367 * ___m_broadControlerList_33; // System.Boolean CGameDancing::m_bEnableUpdateCombo bool ___m_bEnableUpdateCombo_34; public: inline static int32_t get_offset_of_m_ModeNormal_2() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_ModeNormal_2)); } inline Transform_t3600365921 * get_m_ModeNormal_2() const { return ___m_ModeNormal_2; } inline Transform_t3600365921 ** get_address_of_m_ModeNormal_2() { return &___m_ModeNormal_2; } inline void set_m_ModeNormal_2(Transform_t3600365921 * value) { ___m_ModeNormal_2 = value; Il2CppCodeGenWriteBarrier((&___m_ModeNormal_2), value); } inline static int32_t get_offset_of_m_ModeHeart_3() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_ModeHeart_3)); } inline Transform_t3600365921 * get_m_ModeHeart_3() const { return ___m_ModeHeart_3; } inline Transform_t3600365921 ** get_address_of_m_ModeHeart_3() { return &___m_ModeHeart_3; } inline void set_m_ModeHeart_3(Transform_t3600365921 * value) { ___m_ModeHeart_3 = value; Il2CppCodeGenWriteBarrier((&___m_ModeHeart_3), value); } inline static int32_t get_offset_of_m_ModeScore_4() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_ModeScore_4)); } inline Transform_t3600365921 * get_m_ModeScore_4() const { return ___m_ModeScore_4; } inline Transform_t3600365921 ** get_address_of_m_ModeScore_4() { return &___m_ModeScore_4; } inline void set_m_ModeScore_4(Transform_t3600365921 * value) { ___m_ModeScore_4 = value; Il2CppCodeGenWriteBarrier((&___m_ModeScore_4), value); } inline static int32_t get_offset_of_m_ModeBattle_5() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_ModeBattle_5)); } inline Transform_t3600365921 * get_m_ModeBattle_5() const { return ___m_ModeBattle_5; } inline Transform_t3600365921 ** get_address_of_m_ModeBattle_5() { return &___m_ModeBattle_5; } inline void set_m_ModeBattle_5(Transform_t3600365921 * value) { ___m_ModeBattle_5 = value; Il2CppCodeGenWriteBarrier((&___m_ModeBattle_5), value); } inline static int32_t get_offset_of_m_ModeGuildChallenge_6() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_ModeGuildChallenge_6)); } inline Transform_t3600365921 * get_m_ModeGuildChallenge_6() const { return ___m_ModeGuildChallenge_6; } inline Transform_t3600365921 ** get_address_of_m_ModeGuildChallenge_6() { return &___m_ModeGuildChallenge_6; } inline void set_m_ModeGuildChallenge_6(Transform_t3600365921 * value) { ___m_ModeGuildChallenge_6 = value; Il2CppCodeGenWriteBarrier((&___m_ModeGuildChallenge_6), value); } inline static int32_t get_offset_of_m_rootCrown_7() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_rootCrown_7)); } inline Transform_t3600365921 * get_m_rootCrown_7() const { return ___m_rootCrown_7; } inline Transform_t3600365921 ** get_address_of_m_rootCrown_7() { return &___m_rootCrown_7; } inline void set_m_rootCrown_7(Transform_t3600365921 * value) { ___m_rootCrown_7 = value; Il2CppCodeGenWriteBarrier((&___m_rootCrown_7), value); } inline static int32_t get_offset_of_m_rootTime_8() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_rootTime_8)); } inline Transform_t3600365921 * get_m_rootTime_8() const { return ___m_rootTime_8; } inline Transform_t3600365921 ** get_address_of_m_rootTime_8() { return &___m_rootTime_8; } inline void set_m_rootTime_8(Transform_t3600365921 * value) { ___m_rootTime_8 = value; Il2CppCodeGenWriteBarrier((&___m_rootTime_8), value); } inline static int32_t get_offset_of_m_musicTime_9() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_musicTime_9)); } inline UILabel_t3248798549 * get_m_musicTime_9() const { return ___m_musicTime_9; } inline UILabel_t3248798549 ** get_address_of_m_musicTime_9() { return &___m_musicTime_9; } inline void set_m_musicTime_9(UILabel_t3248798549 * value) { ___m_musicTime_9 = value; Il2CppCodeGenWriteBarrier((&___m_musicTime_9), value); } inline static int32_t get_offset_of_m_rootSection_10() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_rootSection_10)); } inline Transform_t3600365921 * get_m_rootSection_10() const { return ___m_rootSection_10; } inline Transform_t3600365921 ** get_address_of_m_rootSection_10() { return &___m_rootSection_10; } inline void set_m_rootSection_10(Transform_t3600365921 * value) { ___m_rootSection_10 = value; Il2CppCodeGenWriteBarrier((&___m_rootSection_10), value); } inline static int32_t get_offset_of_m_CurSection_11() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_CurSection_11)); } inline UISprite_t194114938 * get_m_CurSection_11() const { return ___m_CurSection_11; } inline UISprite_t194114938 ** get_address_of_m_CurSection_11() { return &___m_CurSection_11; } inline void set_m_CurSection_11(UISprite_t194114938 * value) { ___m_CurSection_11 = value; Il2CppCodeGenWriteBarrier((&___m_CurSection_11), value); } inline static int32_t get_offset_of_m_MaxSection_12() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_MaxSection_12)); } inline UISprite_t194114938 * get_m_MaxSection_12() const { return ___m_MaxSection_12; } inline UISprite_t194114938 ** get_address_of_m_MaxSection_12() { return &___m_MaxSection_12; } inline void set_m_MaxSection_12(UISprite_t194114938 * value) { ___m_MaxSection_12 = value; Il2CppCodeGenWriteBarrier((&___m_MaxSection_12), value); } inline static int32_t get_offset_of_m_SectionStep_13() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_SectionStep_13)); } inline UISprite_t194114938 * get_m_SectionStep_13() const { return ___m_SectionStep_13; } inline UISprite_t194114938 ** get_address_of_m_SectionStep_13() { return &___m_SectionStep_13; } inline void set_m_SectionStep_13(UISprite_t194114938 * value) { ___m_SectionStep_13 = value; Il2CppCodeGenWriteBarrier((&___m_SectionStep_13), value); } inline static int32_t get_offset_of_m_ShowTime_14() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_ShowTime_14)); } inline Transform_t3600365921 * get_m_ShowTime_14() const { return ___m_ShowTime_14; } inline Transform_t3600365921 ** get_address_of_m_ShowTime_14() { return &___m_ShowTime_14; } inline void set_m_ShowTime_14(Transform_t3600365921 * value) { ___m_ShowTime_14 = value; Il2CppCodeGenWriteBarrier((&___m_ShowTime_14), value); } inline static int32_t get_offset_of_m_RetunBt_15() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_RetunBt_15)); } inline Transform_t3600365921 * get_m_RetunBt_15() const { return ___m_RetunBt_15; } inline Transform_t3600365921 ** get_address_of_m_RetunBt_15() { return &___m_RetunBt_15; } inline void set_m_RetunBt_15(Transform_t3600365921 * value) { ___m_RetunBt_15 = value; Il2CppCodeGenWriteBarrier((&___m_RetunBt_15), value); } inline static int32_t get_offset_of_m_ScoreRoot_16() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_ScoreRoot_16)); } inline TransformU5BU5D_t807237628* get_m_ScoreRoot_16() const { return ___m_ScoreRoot_16; } inline TransformU5BU5D_t807237628** get_address_of_m_ScoreRoot_16() { return &___m_ScoreRoot_16; } inline void set_m_ScoreRoot_16(TransformU5BU5D_t807237628* value) { ___m_ScoreRoot_16 = value; Il2CppCodeGenWriteBarrier((&___m_ScoreRoot_16), value); } inline static int32_t get_offset_of_m_labelHide_17() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_labelHide_17)); } inline Transform_t3600365921 * get_m_labelHide_17() const { return ___m_labelHide_17; } inline Transform_t3600365921 ** get_address_of_m_labelHide_17() { return &___m_labelHide_17; } inline void set_m_labelHide_17(Transform_t3600365921 * value) { ___m_labelHide_17 = value; Il2CppCodeGenWriteBarrier((&___m_labelHide_17), value); } inline static int32_t get_offset_of_m_labelShow_18() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_labelShow_18)); } inline Transform_t3600365921 * get_m_labelShow_18() const { return ___m_labelShow_18; } inline Transform_t3600365921 ** get_address_of_m_labelShow_18() { return &___m_labelShow_18; } inline void set_m_labelShow_18(Transform_t3600365921 * value) { ___m_labelShow_18 = value; Il2CppCodeGenWriteBarrier((&___m_labelShow_18), value); } inline static int32_t get_offset_of_m_labelFree_19() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_labelFree_19)); } inline Transform_t3600365921 * get_m_labelFree_19() const { return ___m_labelFree_19; } inline Transform_t3600365921 ** get_address_of_m_labelFree_19() { return &___m_labelFree_19; } inline void set_m_labelFree_19(Transform_t3600365921 * value) { ___m_labelFree_19 = value; Il2CppCodeGenWriteBarrier((&___m_labelFree_19), value); } inline static int32_t get_offset_of_m_labelStand_20() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_labelStand_20)); } inline Transform_t3600365921 * get_m_labelStand_20() const { return ___m_labelStand_20; } inline Transform_t3600365921 ** get_address_of_m_labelStand_20() { return &___m_labelStand_20; } inline void set_m_labelStand_20(Transform_t3600365921 * value) { ___m_labelStand_20 = value; Il2CppCodeGenWriteBarrier((&___m_labelStand_20), value); } inline static int32_t get_offset_of_m_SpeedRoot_21() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_SpeedRoot_21)); } inline Transform_t3600365921 * get_m_SpeedRoot_21() const { return ___m_SpeedRoot_21; } inline Transform_t3600365921 ** get_address_of_m_SpeedRoot_21() { return &___m_SpeedRoot_21; } inline void set_m_SpeedRoot_21(Transform_t3600365921 * value) { ___m_SpeedRoot_21 = value; Il2CppCodeGenWriteBarrier((&___m_SpeedRoot_21), value); } inline static int32_t get_offset_of_m_speedLabel_22() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_speedLabel_22)); } inline UILabel_t3248798549 * get_m_speedLabel_22() const { return ___m_speedLabel_22; } inline UILabel_t3248798549 ** get_address_of_m_speedLabel_22() { return &___m_speedLabel_22; } inline void set_m_speedLabel_22(UILabel_t3248798549 * value) { ___m_speedLabel_22 = value; Il2CppCodeGenWriteBarrier((&___m_speedLabel_22), value); } inline static int32_t get_offset_of_m_transSpeedPre_23() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_transSpeedPre_23)); } inline Transform_t3600365921 * get_m_transSpeedPre_23() const { return ___m_transSpeedPre_23; } inline Transform_t3600365921 ** get_address_of_m_transSpeedPre_23() { return &___m_transSpeedPre_23; } inline void set_m_transSpeedPre_23(Transform_t3600365921 * value) { ___m_transSpeedPre_23 = value; Il2CppCodeGenWriteBarrier((&___m_transSpeedPre_23), value); } inline static int32_t get_offset_of_m_transSpeedNext_24() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_transSpeedNext_24)); } inline Transform_t3600365921 * get_m_transSpeedNext_24() const { return ___m_transSpeedNext_24; } inline Transform_t3600365921 ** get_address_of_m_transSpeedNext_24() { return &___m_transSpeedNext_24; } inline void set_m_transSpeedNext_24(Transform_t3600365921 * value) { ___m_transSpeedNext_24 = value; Il2CppCodeGenWriteBarrier((&___m_transSpeedNext_24), value); } inline static int32_t get_offset_of_m_musicInfo_25() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_musicInfo_25)); } inline UILabel_t3248798549 * get_m_musicInfo_25() const { return ___m_musicInfo_25; } inline UILabel_t3248798549 ** get_address_of_m_musicInfo_25() { return &___m_musicInfo_25; } inline void set_m_musicInfo_25(UILabel_t3248798549 * value) { ___m_musicInfo_25 = value; Il2CppCodeGenWriteBarrier((&___m_musicInfo_25), value); } inline static int32_t get_offset_of_isPageInit_26() { return static_cast(offsetof(CGameDancing_t3256271692, ___isPageInit_26)); } inline bool get_isPageInit_26() const { return ___isPageInit_26; } inline bool* get_address_of_isPageInit_26() { return &___isPageInit_26; } inline void set_isPageInit_26(bool value) { ___isPageInit_26 = value; } inline static int32_t get_offset_of_m_comboLeft_27() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_comboLeft_27)); } inline stComboArea_t2266499608 * get_m_comboLeft_27() const { return ___m_comboLeft_27; } inline stComboArea_t2266499608 ** get_address_of_m_comboLeft_27() { return &___m_comboLeft_27; } inline void set_m_comboLeft_27(stComboArea_t2266499608 * value) { ___m_comboLeft_27 = value; Il2CppCodeGenWriteBarrier((&___m_comboLeft_27), value); } inline static int32_t get_offset_of_m_comboRight_28() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_comboRight_28)); } inline stComboArea_t2266499608 * get_m_comboRight_28() const { return ___m_comboRight_28; } inline stComboArea_t2266499608 ** get_address_of_m_comboRight_28() { return &___m_comboRight_28; } inline void set_m_comboRight_28(stComboArea_t2266499608 * value) { ___m_comboRight_28 = value; Il2CppCodeGenWriteBarrier((&___m_comboRight_28), value); } inline static int32_t get_offset_of_m_scoreLeft_29() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_scoreLeft_29)); } inline stScoreArea_t3872884956 * get_m_scoreLeft_29() const { return ___m_scoreLeft_29; } inline stScoreArea_t3872884956 ** get_address_of_m_scoreLeft_29() { return &___m_scoreLeft_29; } inline void set_m_scoreLeft_29(stScoreArea_t3872884956 * value) { ___m_scoreLeft_29 = value; Il2CppCodeGenWriteBarrier((&___m_scoreLeft_29), value); } inline static int32_t get_offset_of_m_scoreRight_30() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_scoreRight_30)); } inline stScoreArea_t3872884956 * get_m_scoreRight_30() const { return ___m_scoreRight_30; } inline stScoreArea_t3872884956 ** get_address_of_m_scoreRight_30() { return &___m_scoreRight_30; } inline void set_m_scoreRight_30(stScoreArea_t3872884956 * value) { ___m_scoreRight_30 = value; Il2CppCodeGenWriteBarrier((&___m_scoreRight_30), value); } inline static int32_t get_offset_of_m_targetDanceMode_31() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_targetDanceMode_31)); } inline GameObject_t1113636619 * get_m_targetDanceMode_31() const { return ___m_targetDanceMode_31; } inline GameObject_t1113636619 ** get_address_of_m_targetDanceMode_31() { return &___m_targetDanceMode_31; } inline void set_m_targetDanceMode_31(GameObject_t1113636619 * value) { ___m_targetDanceMode_31 = value; Il2CppCodeGenWriteBarrier((&___m_targetDanceMode_31), value); } inline static int32_t get_offset_of_m_KeyClassical_32() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_KeyClassical_32)); } inline GameObject_t1113636619 * get_m_KeyClassical_32() const { return ___m_KeyClassical_32; } inline GameObject_t1113636619 ** get_address_of_m_KeyClassical_32() { return &___m_KeyClassical_32; } inline void set_m_KeyClassical_32(GameObject_t1113636619 * value) { ___m_KeyClassical_32 = value; Il2CppCodeGenWriteBarrier((&___m_KeyClassical_32), value); } inline static int32_t get_offset_of_m_broadControlerList_33() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_broadControlerList_33)); } inline List_1_t777473367 * get_m_broadControlerList_33() const { return ___m_broadControlerList_33; } inline List_1_t777473367 ** get_address_of_m_broadControlerList_33() { return &___m_broadControlerList_33; } inline void set_m_broadControlerList_33(List_1_t777473367 * value) { ___m_broadControlerList_33 = value; Il2CppCodeGenWriteBarrier((&___m_broadControlerList_33), value); } inline static int32_t get_offset_of_m_bEnableUpdateCombo_34() { return static_cast(offsetof(CGameDancing_t3256271692, ___m_bEnableUpdateCombo_34)); } inline bool get_m_bEnableUpdateCombo_34() const { return ___m_bEnableUpdateCombo_34; } inline bool* get_address_of_m_bEnableUpdateCombo_34() { return &___m_bEnableUpdateCombo_34; } inline void set_m_bEnableUpdateCombo_34(bool value) { ___m_bEnableUpdateCombo_34 = value; } }; struct CGameDancing_t3256271692_StaticFields { public: // System.Single CGameDancing::CHANGE_HEIGHT_TIME float ___CHANGE_HEIGHT_TIME_35; // System.Boolean CGameDancing::s_IsMoveUp bool ___s_IsMoveUp_36; // System.Boolean CGameDancing::s_NeedMove bool ___s_NeedMove_37; // System.Single CGameDancing::s_TimeElapsed float ___s_TimeElapsed_38; // uiSysBroadcast/OnSysBroadcastEnd CGameDancing::<>f__mg$cache0 OnSysBroadcastEnd_t3794690773 * ___U3CU3Ef__mgU24cache0_39; // uiSysBroadcast/OnSysBroadcastEnd CGameDancing::<>f__mg$cache1 OnSysBroadcastEnd_t3794690773 * ___U3CU3Ef__mgU24cache1_40; public: inline static int32_t get_offset_of_CHANGE_HEIGHT_TIME_35() { return static_cast(offsetof(CGameDancing_t3256271692_StaticFields, ___CHANGE_HEIGHT_TIME_35)); } inline float get_CHANGE_HEIGHT_TIME_35() const { return ___CHANGE_HEIGHT_TIME_35; } inline float* get_address_of_CHANGE_HEIGHT_TIME_35() { return &___CHANGE_HEIGHT_TIME_35; } inline void set_CHANGE_HEIGHT_TIME_35(float value) { ___CHANGE_HEIGHT_TIME_35 = value; } inline static int32_t get_offset_of_s_IsMoveUp_36() { return static_cast(offsetof(CGameDancing_t3256271692_StaticFields, ___s_IsMoveUp_36)); } inline bool get_s_IsMoveUp_36() const { return ___s_IsMoveUp_36; } inline bool* get_address_of_s_IsMoveUp_36() { return &___s_IsMoveUp_36; } inline void set_s_IsMoveUp_36(bool value) { ___s_IsMoveUp_36 = value; } inline static int32_t get_offset_of_s_NeedMove_37() { return static_cast(offsetof(CGameDancing_t3256271692_StaticFields, ___s_NeedMove_37)); } inline bool get_s_NeedMove_37() const { return ___s_NeedMove_37; } inline bool* get_address_of_s_NeedMove_37() { return &___s_NeedMove_37; } inline void set_s_NeedMove_37(bool value) { ___s_NeedMove_37 = value; } inline static int32_t get_offset_of_s_TimeElapsed_38() { return static_cast(offsetof(CGameDancing_t3256271692_StaticFields, ___s_TimeElapsed_38)); } inline float get_s_TimeElapsed_38() const { return ___s_TimeElapsed_38; } inline float* get_address_of_s_TimeElapsed_38() { return &___s_TimeElapsed_38; } inline void set_s_TimeElapsed_38(float value) { ___s_TimeElapsed_38 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_39() { return static_cast(offsetof(CGameDancing_t3256271692_StaticFields, ___U3CU3Ef__mgU24cache0_39)); } inline OnSysBroadcastEnd_t3794690773 * get_U3CU3Ef__mgU24cache0_39() const { return ___U3CU3Ef__mgU24cache0_39; } inline OnSysBroadcastEnd_t3794690773 ** get_address_of_U3CU3Ef__mgU24cache0_39() { return &___U3CU3Ef__mgU24cache0_39; } inline void set_U3CU3Ef__mgU24cache0_39(OnSysBroadcastEnd_t3794690773 * value) { ___U3CU3Ef__mgU24cache0_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_39), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_40() { return static_cast(offsetof(CGameDancing_t3256271692_StaticFields, ___U3CU3Ef__mgU24cache1_40)); } inline OnSysBroadcastEnd_t3794690773 * get_U3CU3Ef__mgU24cache1_40() const { return ___U3CU3Ef__mgU24cache1_40; } inline OnSysBroadcastEnd_t3794690773 ** get_address_of_U3CU3Ef__mgU24cache1_40() { return &___U3CU3Ef__mgU24cache1_40; } inline void set_U3CU3Ef__mgU24cache1_40(OnSysBroadcastEnd_t3794690773 * value) { ___U3CU3Ef__mgU24cache1_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_40), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMEDANCING_T3256271692_H #ifndef CGAMECONTROLLER_T2711137428_H #define CGAMECONTROLLER_T2711137428_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CGameController struct CGameController_t2711137428 : public MonoBehaviour_t3962482529 { public: // System.Action CGameController::FunDelay Action_t1264377477 * ___FunDelay_2; // System.Single CGameController::m_timeLabor float ___m_timeLabor_3; // System.String CGameController::m_serverStatus String_t* ___m_serverStatus_5; // System.Single CGameController::UpdateInterval float ___UpdateInterval_6; // System.Single CGameController::_lastInterval float ____lastInterval_7; // System.Int32 CGameController::_frames int32_t ____frames_8; // System.Single CGameController::_fps float ____fps_9; public: inline static int32_t get_offset_of_FunDelay_2() { return static_cast(offsetof(CGameController_t2711137428, ___FunDelay_2)); } inline Action_t1264377477 * get_FunDelay_2() const { return ___FunDelay_2; } inline Action_t1264377477 ** get_address_of_FunDelay_2() { return &___FunDelay_2; } inline void set_FunDelay_2(Action_t1264377477 * value) { ___FunDelay_2 = value; Il2CppCodeGenWriteBarrier((&___FunDelay_2), value); } inline static int32_t get_offset_of_m_timeLabor_3() { return static_cast(offsetof(CGameController_t2711137428, ___m_timeLabor_3)); } inline float get_m_timeLabor_3() const { return ___m_timeLabor_3; } inline float* get_address_of_m_timeLabor_3() { return &___m_timeLabor_3; } inline void set_m_timeLabor_3(float value) { ___m_timeLabor_3 = value; } inline static int32_t get_offset_of_m_serverStatus_5() { return static_cast(offsetof(CGameController_t2711137428, ___m_serverStatus_5)); } inline String_t* get_m_serverStatus_5() const { return ___m_serverStatus_5; } inline String_t** get_address_of_m_serverStatus_5() { return &___m_serverStatus_5; } inline void set_m_serverStatus_5(String_t* value) { ___m_serverStatus_5 = value; Il2CppCodeGenWriteBarrier((&___m_serverStatus_5), value); } inline static int32_t get_offset_of_UpdateInterval_6() { return static_cast(offsetof(CGameController_t2711137428, ___UpdateInterval_6)); } inline float get_UpdateInterval_6() const { return ___UpdateInterval_6; } inline float* get_address_of_UpdateInterval_6() { return &___UpdateInterval_6; } inline void set_UpdateInterval_6(float value) { ___UpdateInterval_6 = value; } inline static int32_t get_offset_of__lastInterval_7() { return static_cast(offsetof(CGameController_t2711137428, ____lastInterval_7)); } inline float get__lastInterval_7() const { return ____lastInterval_7; } inline float* get_address_of__lastInterval_7() { return &____lastInterval_7; } inline void set__lastInterval_7(float value) { ____lastInterval_7 = value; } inline static int32_t get_offset_of__frames_8() { return static_cast(offsetof(CGameController_t2711137428, ____frames_8)); } inline int32_t get__frames_8() const { return ____frames_8; } inline int32_t* get_address_of__frames_8() { return &____frames_8; } inline void set__frames_8(int32_t value) { ____frames_8 = value; } inline static int32_t get_offset_of__fps_9() { return static_cast(offsetof(CGameController_t2711137428, ____fps_9)); } inline float get__fps_9() const { return ____fps_9; } inline float* get_address_of__fps_9() { return &____fps_9; } inline void set__fps_9(float value) { ____fps_9 = value; } }; struct CGameController_t2711137428_StaticFields { public: // System.String CGameController::Next_Level String_t* ___Next_Level_4; // DMCore.OnMsgBoxClkCallBack CGameController::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_10; public: inline static int32_t get_offset_of_Next_Level_4() { return static_cast(offsetof(CGameController_t2711137428_StaticFields, ___Next_Level_4)); } inline String_t* get_Next_Level_4() const { return ___Next_Level_4; } inline String_t** get_address_of_Next_Level_4() { return &___Next_Level_4; } inline void set_Next_Level_4(String_t* value) { ___Next_Level_4 = value; Il2CppCodeGenWriteBarrier((&___Next_Level_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_10() { return static_cast(offsetof(CGameController_t2711137428_StaticFields, ___U3CU3Ef__mgU24cache0_10)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_10() const { return ___U3CU3Ef__mgU24cache0_10; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_10() { return &___U3CU3Ef__mgU24cache0_10; } inline void set_U3CU3Ef__mgU24cache0_10(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMECONTROLLER_T2711137428_H #ifndef USERGUIDEMANAGER_T2771698115_H #define USERGUIDEMANAGER_T2771698115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UserGuideManager struct UserGuideManager_t2771698115 : public MonoBehaviour_t3962482529 { public: // System.Boolean UserGuideManager::isPageInit bool ___isPageInit_3; // UnityEngine.Transform UserGuideManager::m_transParent Transform_t3600365921 * ___m_transParent_4; // UnityEngine.Transform UserGuideManager::m_transBG Transform_t3600365921 * ___m_transBG_5; // UnityEngine.GameObject UserGuideManager::mArrow GameObject_t1113636619 * ___mArrow_6; // UnityEngine.GameObject UserGuideManager::mArrowBak GameObject_t1113636619 * ___mArrowBak_7; // UnityEngine.Transform UserGuideManager::mMMD Transform_t3600365921 * ___mMMD_8; // UILabel UserGuideManager::mTextLabel UILabel_t3248798549 * ___mTextLabel_9; // UnityEngine.GameObject UserGuideManager::mBtnPre GameObject_t1113636619 * ___mBtnPre_10; // UnityEngine.GameObject UserGuideManager::mBtnNext GameObject_t1113636619 * ___mBtnNext_11; // UIAnchor UserGuideManager::guidePageUIAnchor UIAnchor_t2527798900 * ___guidePageUIAnchor_12; // UnityEngine.Transform UserGuideManager::anchorCenter Transform_t3600365921 * ___anchorCenter_13; // UnityEngine.AudioSource UserGuideManager::NpcAudio AudioSource_t3935305588 * ___NpcAudio_14; // UnityEngine.Transform UserGuideManager::playEffect Transform_t3600365921 * ___playEffect_15; // System.Delegate[] UserGuideManager::m_listCachedDelegate DelegateU5BU5D_t1703627840* ___m_listCachedDelegate_16; // UIButtonMessage UserGuideManager::m_btnMsgCached UIButtonMessage_t952534536 * ___m_btnMsgCached_17; // UnityEngine.Transform UserGuideManager::mOldParent Transform_t3600365921 * ___mOldParent_18; // UnityEngine.GameObject UserGuideManager::mClickUI GameObject_t1113636619 * ___mClickUI_19; // UnityEngine.Vector3 UserGuideManager::mClickOldPos Vector3_t3722313464 ___mClickOldPos_20; // System.Int32 UserGuideManager::mClickLayer int32_t ___mClickLayer_21; // UnityEngine.Vector3 UserGuideManager::mClickScale Vector3_t3722313464 ___mClickScale_22; // UnityEngine.Quaternion UserGuideManager::mClickRotation Quaternion_t2301928331 ___mClickRotation_23; // System.Boolean UserGuideManager::mbInLayerScene bool ___mbInLayerScene_24; // UnityEngine.Vector3 UserGuideManager::mArrowScaleOrg Vector3_t3722313464 ___mArrowScaleOrg_25; // UnityEngine.Vector3 UserGuideManager::mArrowTween Vector3_t3722313464 ___mArrowTween_26; // DMCore.Logic.CGuideSubStep UserGuideManager::mData CGuideSubStep_t1332708913 * ___mData_27; // System.Int32 UserGuideManager::mTextIndex int32_t ___mTextIndex_28; // System.String[] UserGuideManager::mTextArr StringU5BU5D_t1281789340* ___mTextArr_29; // System.Int32 UserGuideManager::mLevelSet int32_t ___mLevelSet_30; // DMCore.Logic.enumPersonPage UserGuideManager::lastPage int32_t ___lastPage_31; // System.Boolean UserGuideManager::m_bGuideValid bool ___m_bGuideValid_32; public: inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(UserGuideManager_t2771698115, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } inline static int32_t get_offset_of_m_transParent_4() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_transParent_4)); } inline Transform_t3600365921 * get_m_transParent_4() const { return ___m_transParent_4; } inline Transform_t3600365921 ** get_address_of_m_transParent_4() { return &___m_transParent_4; } inline void set_m_transParent_4(Transform_t3600365921 * value) { ___m_transParent_4 = value; Il2CppCodeGenWriteBarrier((&___m_transParent_4), value); } inline static int32_t get_offset_of_m_transBG_5() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_transBG_5)); } inline Transform_t3600365921 * get_m_transBG_5() const { return ___m_transBG_5; } inline Transform_t3600365921 ** get_address_of_m_transBG_5() { return &___m_transBG_5; } inline void set_m_transBG_5(Transform_t3600365921 * value) { ___m_transBG_5 = value; Il2CppCodeGenWriteBarrier((&___m_transBG_5), value); } inline static int32_t get_offset_of_mArrow_6() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrow_6)); } inline GameObject_t1113636619 * get_mArrow_6() const { return ___mArrow_6; } inline GameObject_t1113636619 ** get_address_of_mArrow_6() { return &___mArrow_6; } inline void set_mArrow_6(GameObject_t1113636619 * value) { ___mArrow_6 = value; Il2CppCodeGenWriteBarrier((&___mArrow_6), value); } inline static int32_t get_offset_of_mArrowBak_7() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowBak_7)); } inline GameObject_t1113636619 * get_mArrowBak_7() const { return ___mArrowBak_7; } inline GameObject_t1113636619 ** get_address_of_mArrowBak_7() { return &___mArrowBak_7; } inline void set_mArrowBak_7(GameObject_t1113636619 * value) { ___mArrowBak_7 = value; Il2CppCodeGenWriteBarrier((&___mArrowBak_7), value); } inline static int32_t get_offset_of_mMMD_8() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mMMD_8)); } inline Transform_t3600365921 * get_mMMD_8() const { return ___mMMD_8; } inline Transform_t3600365921 ** get_address_of_mMMD_8() { return &___mMMD_8; } inline void set_mMMD_8(Transform_t3600365921 * value) { ___mMMD_8 = value; Il2CppCodeGenWriteBarrier((&___mMMD_8), value); } inline static int32_t get_offset_of_mTextLabel_9() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextLabel_9)); } inline UILabel_t3248798549 * get_mTextLabel_9() const { return ___mTextLabel_9; } inline UILabel_t3248798549 ** get_address_of_mTextLabel_9() { return &___mTextLabel_9; } inline void set_mTextLabel_9(UILabel_t3248798549 * value) { ___mTextLabel_9 = value; Il2CppCodeGenWriteBarrier((&___mTextLabel_9), value); } inline static int32_t get_offset_of_mBtnPre_10() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mBtnPre_10)); } inline GameObject_t1113636619 * get_mBtnPre_10() const { return ___mBtnPre_10; } inline GameObject_t1113636619 ** get_address_of_mBtnPre_10() { return &___mBtnPre_10; } inline void set_mBtnPre_10(GameObject_t1113636619 * value) { ___mBtnPre_10 = value; Il2CppCodeGenWriteBarrier((&___mBtnPre_10), value); } inline static int32_t get_offset_of_mBtnNext_11() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mBtnNext_11)); } inline GameObject_t1113636619 * get_mBtnNext_11() const { return ___mBtnNext_11; } inline GameObject_t1113636619 ** get_address_of_mBtnNext_11() { return &___mBtnNext_11; } inline void set_mBtnNext_11(GameObject_t1113636619 * value) { ___mBtnNext_11 = value; Il2CppCodeGenWriteBarrier((&___mBtnNext_11), value); } inline static int32_t get_offset_of_guidePageUIAnchor_12() { return static_cast(offsetof(UserGuideManager_t2771698115, ___guidePageUIAnchor_12)); } inline UIAnchor_t2527798900 * get_guidePageUIAnchor_12() const { return ___guidePageUIAnchor_12; } inline UIAnchor_t2527798900 ** get_address_of_guidePageUIAnchor_12() { return &___guidePageUIAnchor_12; } inline void set_guidePageUIAnchor_12(UIAnchor_t2527798900 * value) { ___guidePageUIAnchor_12 = value; Il2CppCodeGenWriteBarrier((&___guidePageUIAnchor_12), value); } inline static int32_t get_offset_of_anchorCenter_13() { return static_cast(offsetof(UserGuideManager_t2771698115, ___anchorCenter_13)); } inline Transform_t3600365921 * get_anchorCenter_13() const { return ___anchorCenter_13; } inline Transform_t3600365921 ** get_address_of_anchorCenter_13() { return &___anchorCenter_13; } inline void set_anchorCenter_13(Transform_t3600365921 * value) { ___anchorCenter_13 = value; Il2CppCodeGenWriteBarrier((&___anchorCenter_13), value); } inline static int32_t get_offset_of_NpcAudio_14() { return static_cast(offsetof(UserGuideManager_t2771698115, ___NpcAudio_14)); } inline AudioSource_t3935305588 * get_NpcAudio_14() const { return ___NpcAudio_14; } inline AudioSource_t3935305588 ** get_address_of_NpcAudio_14() { return &___NpcAudio_14; } inline void set_NpcAudio_14(AudioSource_t3935305588 * value) { ___NpcAudio_14 = value; Il2CppCodeGenWriteBarrier((&___NpcAudio_14), value); } inline static int32_t get_offset_of_playEffect_15() { return static_cast(offsetof(UserGuideManager_t2771698115, ___playEffect_15)); } inline Transform_t3600365921 * get_playEffect_15() const { return ___playEffect_15; } inline Transform_t3600365921 ** get_address_of_playEffect_15() { return &___playEffect_15; } inline void set_playEffect_15(Transform_t3600365921 * value) { ___playEffect_15 = value; Il2CppCodeGenWriteBarrier((&___playEffect_15), value); } inline static int32_t get_offset_of_m_listCachedDelegate_16() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_listCachedDelegate_16)); } inline DelegateU5BU5D_t1703627840* get_m_listCachedDelegate_16() const { return ___m_listCachedDelegate_16; } inline DelegateU5BU5D_t1703627840** get_address_of_m_listCachedDelegate_16() { return &___m_listCachedDelegate_16; } inline void set_m_listCachedDelegate_16(DelegateU5BU5D_t1703627840* value) { ___m_listCachedDelegate_16 = value; Il2CppCodeGenWriteBarrier((&___m_listCachedDelegate_16), value); } inline static int32_t get_offset_of_m_btnMsgCached_17() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_btnMsgCached_17)); } inline UIButtonMessage_t952534536 * get_m_btnMsgCached_17() const { return ___m_btnMsgCached_17; } inline UIButtonMessage_t952534536 ** get_address_of_m_btnMsgCached_17() { return &___m_btnMsgCached_17; } inline void set_m_btnMsgCached_17(UIButtonMessage_t952534536 * value) { ___m_btnMsgCached_17 = value; Il2CppCodeGenWriteBarrier((&___m_btnMsgCached_17), value); } inline static int32_t get_offset_of_mOldParent_18() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mOldParent_18)); } inline Transform_t3600365921 * get_mOldParent_18() const { return ___mOldParent_18; } inline Transform_t3600365921 ** get_address_of_mOldParent_18() { return &___mOldParent_18; } inline void set_mOldParent_18(Transform_t3600365921 * value) { ___mOldParent_18 = value; Il2CppCodeGenWriteBarrier((&___mOldParent_18), value); } inline static int32_t get_offset_of_mClickUI_19() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickUI_19)); } inline GameObject_t1113636619 * get_mClickUI_19() const { return ___mClickUI_19; } inline GameObject_t1113636619 ** get_address_of_mClickUI_19() { return &___mClickUI_19; } inline void set_mClickUI_19(GameObject_t1113636619 * value) { ___mClickUI_19 = value; Il2CppCodeGenWriteBarrier((&___mClickUI_19), value); } inline static int32_t get_offset_of_mClickOldPos_20() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickOldPos_20)); } inline Vector3_t3722313464 get_mClickOldPos_20() const { return ___mClickOldPos_20; } inline Vector3_t3722313464 * get_address_of_mClickOldPos_20() { return &___mClickOldPos_20; } inline void set_mClickOldPos_20(Vector3_t3722313464 value) { ___mClickOldPos_20 = value; } inline static int32_t get_offset_of_mClickLayer_21() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickLayer_21)); } inline int32_t get_mClickLayer_21() const { return ___mClickLayer_21; } inline int32_t* get_address_of_mClickLayer_21() { return &___mClickLayer_21; } inline void set_mClickLayer_21(int32_t value) { ___mClickLayer_21 = value; } inline static int32_t get_offset_of_mClickScale_22() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickScale_22)); } inline Vector3_t3722313464 get_mClickScale_22() const { return ___mClickScale_22; } inline Vector3_t3722313464 * get_address_of_mClickScale_22() { return &___mClickScale_22; } inline void set_mClickScale_22(Vector3_t3722313464 value) { ___mClickScale_22 = value; } inline static int32_t get_offset_of_mClickRotation_23() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickRotation_23)); } inline Quaternion_t2301928331 get_mClickRotation_23() const { return ___mClickRotation_23; } inline Quaternion_t2301928331 * get_address_of_mClickRotation_23() { return &___mClickRotation_23; } inline void set_mClickRotation_23(Quaternion_t2301928331 value) { ___mClickRotation_23 = value; } inline static int32_t get_offset_of_mbInLayerScene_24() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mbInLayerScene_24)); } inline bool get_mbInLayerScene_24() const { return ___mbInLayerScene_24; } inline bool* get_address_of_mbInLayerScene_24() { return &___mbInLayerScene_24; } inline void set_mbInLayerScene_24(bool value) { ___mbInLayerScene_24 = value; } inline static int32_t get_offset_of_mArrowScaleOrg_25() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowScaleOrg_25)); } inline Vector3_t3722313464 get_mArrowScaleOrg_25() const { return ___mArrowScaleOrg_25; } inline Vector3_t3722313464 * get_address_of_mArrowScaleOrg_25() { return &___mArrowScaleOrg_25; } inline void set_mArrowScaleOrg_25(Vector3_t3722313464 value) { ___mArrowScaleOrg_25 = value; } inline static int32_t get_offset_of_mArrowTween_26() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowTween_26)); } inline Vector3_t3722313464 get_mArrowTween_26() const { return ___mArrowTween_26; } inline Vector3_t3722313464 * get_address_of_mArrowTween_26() { return &___mArrowTween_26; } inline void set_mArrowTween_26(Vector3_t3722313464 value) { ___mArrowTween_26 = value; } inline static int32_t get_offset_of_mData_27() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mData_27)); } inline CGuideSubStep_t1332708913 * get_mData_27() const { return ___mData_27; } inline CGuideSubStep_t1332708913 ** get_address_of_mData_27() { return &___mData_27; } inline void set_mData_27(CGuideSubStep_t1332708913 * value) { ___mData_27 = value; Il2CppCodeGenWriteBarrier((&___mData_27), value); } inline static int32_t get_offset_of_mTextIndex_28() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextIndex_28)); } inline int32_t get_mTextIndex_28() const { return ___mTextIndex_28; } inline int32_t* get_address_of_mTextIndex_28() { return &___mTextIndex_28; } inline void set_mTextIndex_28(int32_t value) { ___mTextIndex_28 = value; } inline static int32_t get_offset_of_mTextArr_29() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextArr_29)); } inline StringU5BU5D_t1281789340* get_mTextArr_29() const { return ___mTextArr_29; } inline StringU5BU5D_t1281789340** get_address_of_mTextArr_29() { return &___mTextArr_29; } inline void set_mTextArr_29(StringU5BU5D_t1281789340* value) { ___mTextArr_29 = value; Il2CppCodeGenWriteBarrier((&___mTextArr_29), value); } inline static int32_t get_offset_of_mLevelSet_30() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mLevelSet_30)); } inline int32_t get_mLevelSet_30() const { return ___mLevelSet_30; } inline int32_t* get_address_of_mLevelSet_30() { return &___mLevelSet_30; } inline void set_mLevelSet_30(int32_t value) { ___mLevelSet_30 = value; } inline static int32_t get_offset_of_lastPage_31() { return static_cast(offsetof(UserGuideManager_t2771698115, ___lastPage_31)); } inline int32_t get_lastPage_31() const { return ___lastPage_31; } inline int32_t* get_address_of_lastPage_31() { return &___lastPage_31; } inline void set_lastPage_31(int32_t value) { ___lastPage_31 = value; } inline static int32_t get_offset_of_m_bGuideValid_32() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_bGuideValid_32)); } inline bool get_m_bGuideValid_32() const { return ___m_bGuideValid_32; } inline bool* get_address_of_m_bGuideValid_32() { return &___m_bGuideValid_32; } inline void set_m_bGuideValid_32(bool value) { ___m_bGuideValid_32 = value; } }; struct UserGuideManager_t2771698115_StaticFields { public: // UserGuideManager UserGuideManager::Instance UserGuideManager_t2771698115 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(UserGuideManager_t2771698115_StaticFields, ___Instance_2)); } inline UserGuideManager_t2771698115 * get_Instance_2() const { return ___Instance_2; } inline UserGuideManager_t2771698115 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(UserGuideManager_t2771698115 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((&___Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERGUIDEMANAGER_T2771698115_H #ifndef CLOGIN_T728508773_H #define CLOGIN_T728508773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLogin struct CLogin_t728508773 : public MonoBehaviour_t3962482529 { public: // logicLogin_main_page CLogin::m_logicMainPage logicLogin_main_page_t116642790 * ___m_logicMainPage_2; // UnityEngine.GameObject CLogin::m_btnLoginStart GameObject_t1113636619 * ___m_btnLoginStart_3; // UnityEngine.GameObject CLogin::m_btnLoginManager GameObject_t1113636619 * ___m_btnLoginManager_4; // CLogin/_OnRegisterAccResult CLogin::m_funcRegisterResult _OnRegisterAccResult_t3470219112 * ___m_funcRegisterResult_5; // CLogin/_OnRegisterLoginUserAccResult CLogin::m_funcLoginAcc _OnRegisterLoginUserAccResult_t314615006 * ___m_funcLoginAcc_6; // System.Boolean CLogin::m_bWaitChange bool ___m_bWaitChange_7; // System.String CLogin::m_account String_t* ___m_account_8; // System.String CLogin::m_secret String_t* ___m_secret_9; // System.String CLogin::m_gameid String_t* ___m_gameid_10; // System.String CLogin::m_openid String_t* ___m_openid_11; // System.String CLogin::m_sessionId String_t* ___m_sessionId_12; // System.String CLogin::m_whiteSign String_t* ___m_whiteSign_13; // System.Boolean CLogin::m_bSDK bool ___m_bSDK_14; // System.Boolean CLogin::m_bGuest bool ___m_bGuest_15; public: inline static int32_t get_offset_of_m_logicMainPage_2() { return static_cast(offsetof(CLogin_t728508773, ___m_logicMainPage_2)); } inline logicLogin_main_page_t116642790 * get_m_logicMainPage_2() const { return ___m_logicMainPage_2; } inline logicLogin_main_page_t116642790 ** get_address_of_m_logicMainPage_2() { return &___m_logicMainPage_2; } inline void set_m_logicMainPage_2(logicLogin_main_page_t116642790 * value) { ___m_logicMainPage_2 = value; Il2CppCodeGenWriteBarrier((&___m_logicMainPage_2), value); } inline static int32_t get_offset_of_m_btnLoginStart_3() { return static_cast(offsetof(CLogin_t728508773, ___m_btnLoginStart_3)); } inline GameObject_t1113636619 * get_m_btnLoginStart_3() const { return ___m_btnLoginStart_3; } inline GameObject_t1113636619 ** get_address_of_m_btnLoginStart_3() { return &___m_btnLoginStart_3; } inline void set_m_btnLoginStart_3(GameObject_t1113636619 * value) { ___m_btnLoginStart_3 = value; Il2CppCodeGenWriteBarrier((&___m_btnLoginStart_3), value); } inline static int32_t get_offset_of_m_btnLoginManager_4() { return static_cast(offsetof(CLogin_t728508773, ___m_btnLoginManager_4)); } inline GameObject_t1113636619 * get_m_btnLoginManager_4() const { return ___m_btnLoginManager_4; } inline GameObject_t1113636619 ** get_address_of_m_btnLoginManager_4() { return &___m_btnLoginManager_4; } inline void set_m_btnLoginManager_4(GameObject_t1113636619 * value) { ___m_btnLoginManager_4 = value; Il2CppCodeGenWriteBarrier((&___m_btnLoginManager_4), value); } inline static int32_t get_offset_of_m_funcRegisterResult_5() { return static_cast(offsetof(CLogin_t728508773, ___m_funcRegisterResult_5)); } inline _OnRegisterAccResult_t3470219112 * get_m_funcRegisterResult_5() const { return ___m_funcRegisterResult_5; } inline _OnRegisterAccResult_t3470219112 ** get_address_of_m_funcRegisterResult_5() { return &___m_funcRegisterResult_5; } inline void set_m_funcRegisterResult_5(_OnRegisterAccResult_t3470219112 * value) { ___m_funcRegisterResult_5 = value; Il2CppCodeGenWriteBarrier((&___m_funcRegisterResult_5), value); } inline static int32_t get_offset_of_m_funcLoginAcc_6() { return static_cast(offsetof(CLogin_t728508773, ___m_funcLoginAcc_6)); } inline _OnRegisterLoginUserAccResult_t314615006 * get_m_funcLoginAcc_6() const { return ___m_funcLoginAcc_6; } inline _OnRegisterLoginUserAccResult_t314615006 ** get_address_of_m_funcLoginAcc_6() { return &___m_funcLoginAcc_6; } inline void set_m_funcLoginAcc_6(_OnRegisterLoginUserAccResult_t314615006 * value) { ___m_funcLoginAcc_6 = value; Il2CppCodeGenWriteBarrier((&___m_funcLoginAcc_6), value); } inline static int32_t get_offset_of_m_bWaitChange_7() { return static_cast(offsetof(CLogin_t728508773, ___m_bWaitChange_7)); } inline bool get_m_bWaitChange_7() const { return ___m_bWaitChange_7; } inline bool* get_address_of_m_bWaitChange_7() { return &___m_bWaitChange_7; } inline void set_m_bWaitChange_7(bool value) { ___m_bWaitChange_7 = value; } inline static int32_t get_offset_of_m_account_8() { return static_cast(offsetof(CLogin_t728508773, ___m_account_8)); } inline String_t* get_m_account_8() const { return ___m_account_8; } inline String_t** get_address_of_m_account_8() { return &___m_account_8; } inline void set_m_account_8(String_t* value) { ___m_account_8 = value; Il2CppCodeGenWriteBarrier((&___m_account_8), value); } inline static int32_t get_offset_of_m_secret_9() { return static_cast(offsetof(CLogin_t728508773, ___m_secret_9)); } inline String_t* get_m_secret_9() const { return ___m_secret_9; } inline String_t** get_address_of_m_secret_9() { return &___m_secret_9; } inline void set_m_secret_9(String_t* value) { ___m_secret_9 = value; Il2CppCodeGenWriteBarrier((&___m_secret_9), value); } inline static int32_t get_offset_of_m_gameid_10() { return static_cast(offsetof(CLogin_t728508773, ___m_gameid_10)); } inline String_t* get_m_gameid_10() const { return ___m_gameid_10; } inline String_t** get_address_of_m_gameid_10() { return &___m_gameid_10; } inline void set_m_gameid_10(String_t* value) { ___m_gameid_10 = value; Il2CppCodeGenWriteBarrier((&___m_gameid_10), value); } inline static int32_t get_offset_of_m_openid_11() { return static_cast(offsetof(CLogin_t728508773, ___m_openid_11)); } inline String_t* get_m_openid_11() const { return ___m_openid_11; } inline String_t** get_address_of_m_openid_11() { return &___m_openid_11; } inline void set_m_openid_11(String_t* value) { ___m_openid_11 = value; Il2CppCodeGenWriteBarrier((&___m_openid_11), value); } inline static int32_t get_offset_of_m_sessionId_12() { return static_cast(offsetof(CLogin_t728508773, ___m_sessionId_12)); } inline String_t* get_m_sessionId_12() const { return ___m_sessionId_12; } inline String_t** get_address_of_m_sessionId_12() { return &___m_sessionId_12; } inline void set_m_sessionId_12(String_t* value) { ___m_sessionId_12 = value; Il2CppCodeGenWriteBarrier((&___m_sessionId_12), value); } inline static int32_t get_offset_of_m_whiteSign_13() { return static_cast(offsetof(CLogin_t728508773, ___m_whiteSign_13)); } inline String_t* get_m_whiteSign_13() const { return ___m_whiteSign_13; } inline String_t** get_address_of_m_whiteSign_13() { return &___m_whiteSign_13; } inline void set_m_whiteSign_13(String_t* value) { ___m_whiteSign_13 = value; Il2CppCodeGenWriteBarrier((&___m_whiteSign_13), value); } inline static int32_t get_offset_of_m_bSDK_14() { return static_cast(offsetof(CLogin_t728508773, ___m_bSDK_14)); } inline bool get_m_bSDK_14() const { return ___m_bSDK_14; } inline bool* get_address_of_m_bSDK_14() { return &___m_bSDK_14; } inline void set_m_bSDK_14(bool value) { ___m_bSDK_14 = value; } inline static int32_t get_offset_of_m_bGuest_15() { return static_cast(offsetof(CLogin_t728508773, ___m_bGuest_15)); } inline bool get_m_bGuest_15() const { return ___m_bGuest_15; } inline bool* get_address_of_m_bGuest_15() { return &___m_bGuest_15; } inline void set_m_bGuest_15(bool value) { ___m_bGuest_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOGIN_T728508773_H #ifndef CDOWNLOADPLAYTIPS_T1871773776_H #define CDOWNLOADPLAYTIPS_T1871773776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDownloadPlayTips struct CDownloadPlayTips_t1871773776 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject CDownloadPlayTips::m_avatarRoot GameObject_t1113636619 * ___m_avatarRoot_2; // UITexture CDownloadPlayTips::m_avatar UITexture_t3471168817 * ___m_avatar_3; // UILabel CDownloadPlayTips::m_textLabel UILabel_t3248798549 * ___m_textLabel_4; // UnityEngine.Texture2D[] CDownloadPlayTips::m_textures Texture2DU5BU5D_t149664596* ___m_textures_5; // UnityEngine.Transform[] CDownloadPlayTips::m_posArray TransformU5BU5D_t807237628* ___m_posArray_6; // System.Int32 CDownloadPlayTips::m_posIndex int32_t ___m_posIndex_7; // System.Int32 CDownloadPlayTips::m_postarget int32_t ___m_postarget_8; // System.Single CDownloadPlayTips::m_curPosTimeLabor float ___m_curPosTimeLabor_9; // System.Single CDownloadPlayTips::m_bShowTime float ___m_bShowTime_10; // System.Int32 CDownloadPlayTips::m_bShowIndex int32_t ___m_bShowIndex_11; // System.Collections.Generic.List`1 CDownloadPlayTips::m_listShowText List_1_t3319525431 * ___m_listShowText_12; // System.Int32 CDownloadPlayTips::m_curShowTextIndex int32_t ___m_curShowTextIndex_13; public: inline static int32_t get_offset_of_m_avatarRoot_2() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_avatarRoot_2)); } inline GameObject_t1113636619 * get_m_avatarRoot_2() const { return ___m_avatarRoot_2; } inline GameObject_t1113636619 ** get_address_of_m_avatarRoot_2() { return &___m_avatarRoot_2; } inline void set_m_avatarRoot_2(GameObject_t1113636619 * value) { ___m_avatarRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_avatarRoot_2), value); } inline static int32_t get_offset_of_m_avatar_3() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_avatar_3)); } inline UITexture_t3471168817 * get_m_avatar_3() const { return ___m_avatar_3; } inline UITexture_t3471168817 ** get_address_of_m_avatar_3() { return &___m_avatar_3; } inline void set_m_avatar_3(UITexture_t3471168817 * value) { ___m_avatar_3 = value; Il2CppCodeGenWriteBarrier((&___m_avatar_3), value); } inline static int32_t get_offset_of_m_textLabel_4() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_textLabel_4)); } inline UILabel_t3248798549 * get_m_textLabel_4() const { return ___m_textLabel_4; } inline UILabel_t3248798549 ** get_address_of_m_textLabel_4() { return &___m_textLabel_4; } inline void set_m_textLabel_4(UILabel_t3248798549 * value) { ___m_textLabel_4 = value; Il2CppCodeGenWriteBarrier((&___m_textLabel_4), value); } inline static int32_t get_offset_of_m_textures_5() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_textures_5)); } inline Texture2DU5BU5D_t149664596* get_m_textures_5() const { return ___m_textures_5; } inline Texture2DU5BU5D_t149664596** get_address_of_m_textures_5() { return &___m_textures_5; } inline void set_m_textures_5(Texture2DU5BU5D_t149664596* value) { ___m_textures_5 = value; Il2CppCodeGenWriteBarrier((&___m_textures_5), value); } inline static int32_t get_offset_of_m_posArray_6() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_posArray_6)); } inline TransformU5BU5D_t807237628* get_m_posArray_6() const { return ___m_posArray_6; } inline TransformU5BU5D_t807237628** get_address_of_m_posArray_6() { return &___m_posArray_6; } inline void set_m_posArray_6(TransformU5BU5D_t807237628* value) { ___m_posArray_6 = value; Il2CppCodeGenWriteBarrier((&___m_posArray_6), value); } inline static int32_t get_offset_of_m_posIndex_7() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_posIndex_7)); } inline int32_t get_m_posIndex_7() const { return ___m_posIndex_7; } inline int32_t* get_address_of_m_posIndex_7() { return &___m_posIndex_7; } inline void set_m_posIndex_7(int32_t value) { ___m_posIndex_7 = value; } inline static int32_t get_offset_of_m_postarget_8() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_postarget_8)); } inline int32_t get_m_postarget_8() const { return ___m_postarget_8; } inline int32_t* get_address_of_m_postarget_8() { return &___m_postarget_8; } inline void set_m_postarget_8(int32_t value) { ___m_postarget_8 = value; } inline static int32_t get_offset_of_m_curPosTimeLabor_9() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_curPosTimeLabor_9)); } inline float get_m_curPosTimeLabor_9() const { return ___m_curPosTimeLabor_9; } inline float* get_address_of_m_curPosTimeLabor_9() { return &___m_curPosTimeLabor_9; } inline void set_m_curPosTimeLabor_9(float value) { ___m_curPosTimeLabor_9 = value; } inline static int32_t get_offset_of_m_bShowTime_10() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_bShowTime_10)); } inline float get_m_bShowTime_10() const { return ___m_bShowTime_10; } inline float* get_address_of_m_bShowTime_10() { return &___m_bShowTime_10; } inline void set_m_bShowTime_10(float value) { ___m_bShowTime_10 = value; } inline static int32_t get_offset_of_m_bShowIndex_11() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_bShowIndex_11)); } inline int32_t get_m_bShowIndex_11() const { return ___m_bShowIndex_11; } inline int32_t* get_address_of_m_bShowIndex_11() { return &___m_bShowIndex_11; } inline void set_m_bShowIndex_11(int32_t value) { ___m_bShowIndex_11 = value; } inline static int32_t get_offset_of_m_listShowText_12() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_listShowText_12)); } inline List_1_t3319525431 * get_m_listShowText_12() const { return ___m_listShowText_12; } inline List_1_t3319525431 ** get_address_of_m_listShowText_12() { return &___m_listShowText_12; } inline void set_m_listShowText_12(List_1_t3319525431 * value) { ___m_listShowText_12 = value; Il2CppCodeGenWriteBarrier((&___m_listShowText_12), value); } inline static int32_t get_offset_of_m_curShowTextIndex_13() { return static_cast(offsetof(CDownloadPlayTips_t1871773776, ___m_curShowTextIndex_13)); } inline int32_t get_m_curShowTextIndex_13() const { return ___m_curShowTextIndex_13; } inline int32_t* get_address_of_m_curShowTextIndex_13() { return &___m_curShowTextIndex_13; } inline void set_m_curShowTextIndex_13(int32_t value) { ___m_curShowTextIndex_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDOWNLOADPLAYTIPS_T1871773776_H #ifndef IGNORETIMESCALE_T3381352907_H #define IGNORETIMESCALE_T3381352907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IgnoreTimeScale struct IgnoreTimeScale_t3381352907 : public MonoBehaviour_t3962482529 { public: // System.Single IgnoreTimeScale::mRt float ___mRt_2; // System.Single IgnoreTimeScale::mTimeStart float ___mTimeStart_3; // System.Single IgnoreTimeScale::mTimeDelta float ___mTimeDelta_4; // System.Single IgnoreTimeScale::mActual float ___mActual_5; // System.Boolean IgnoreTimeScale::mTimeStarted bool ___mTimeStarted_6; public: inline static int32_t get_offset_of_mRt_2() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mRt_2)); } inline float get_mRt_2() const { return ___mRt_2; } inline float* get_address_of_mRt_2() { return &___mRt_2; } inline void set_mRt_2(float value) { ___mRt_2 = value; } inline static int32_t get_offset_of_mTimeStart_3() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeStart_3)); } inline float get_mTimeStart_3() const { return ___mTimeStart_3; } inline float* get_address_of_mTimeStart_3() { return &___mTimeStart_3; } inline void set_mTimeStart_3(float value) { ___mTimeStart_3 = value; } inline static int32_t get_offset_of_mTimeDelta_4() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeDelta_4)); } inline float get_mTimeDelta_4() const { return ___mTimeDelta_4; } inline float* get_address_of_mTimeDelta_4() { return &___mTimeDelta_4; } inline void set_mTimeDelta_4(float value) { ___mTimeDelta_4 = value; } inline static int32_t get_offset_of_mActual_5() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mActual_5)); } inline float get_mActual_5() const { return ___mActual_5; } inline float* get_address_of_mActual_5() { return &___mActual_5; } inline void set_mActual_5(float value) { ___mActual_5 = value; } inline static int32_t get_offset_of_mTimeStarted_6() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeStarted_6)); } inline bool get_mTimeStarted_6() const { return ___mTimeStarted_6; } inline bool* get_address_of_mTimeStarted_6() { return &___mTimeStarted_6; } inline void set_mTimeStarted_6(bool value) { ___mTimeStarted_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IGNORETIMESCALE_T3381352907_H #ifndef 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 AWARDITEMCELL_T2030284737_H #define AWARDITEMCELL_T2030284737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AwardItemCell struct AwardItemCell_t2030284737 : public MonoBehaviour_t3962482529 { public: // UILabel AwardItemCell::m_name UILabel_t3248798549 * ___m_name_2; // UILabel AwardItemCell::m_count UILabel_t3248798549 * ___m_count_3; // UITexture AwardItemCell::m_texture UITexture_t3471168817 * ___m_texture_4; // System.Boolean AwardItemCell::m_isIconReady bool ___m_isIconReady_5; // UnityEngine.Vector3 AwardItemCell::m_textSize Vector3_t3722313464 ___m_textSize_6; // System.Int32 AwardItemCell::m_configId int32_t ___m_configId_7; public: inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(AwardItemCell_t2030284737, ___m_name_2)); } inline UILabel_t3248798549 * get_m_name_2() const { return ___m_name_2; } inline UILabel_t3248798549 ** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(UILabel_t3248798549 * value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((&___m_name_2), value); } inline static int32_t get_offset_of_m_count_3() { return static_cast(offsetof(AwardItemCell_t2030284737, ___m_count_3)); } inline UILabel_t3248798549 * get_m_count_3() const { return ___m_count_3; } inline UILabel_t3248798549 ** get_address_of_m_count_3() { return &___m_count_3; } inline void set_m_count_3(UILabel_t3248798549 * value) { ___m_count_3 = value; Il2CppCodeGenWriteBarrier((&___m_count_3), value); } inline static int32_t get_offset_of_m_texture_4() { return static_cast(offsetof(AwardItemCell_t2030284737, ___m_texture_4)); } inline UITexture_t3471168817 * get_m_texture_4() const { return ___m_texture_4; } inline UITexture_t3471168817 ** get_address_of_m_texture_4() { return &___m_texture_4; } inline void set_m_texture_4(UITexture_t3471168817 * value) { ___m_texture_4 = value; Il2CppCodeGenWriteBarrier((&___m_texture_4), value); } inline static int32_t get_offset_of_m_isIconReady_5() { return static_cast(offsetof(AwardItemCell_t2030284737, ___m_isIconReady_5)); } inline bool get_m_isIconReady_5() const { return ___m_isIconReady_5; } inline bool* get_address_of_m_isIconReady_5() { return &___m_isIconReady_5; } inline void set_m_isIconReady_5(bool value) { ___m_isIconReady_5 = value; } inline static int32_t get_offset_of_m_textSize_6() { return static_cast(offsetof(AwardItemCell_t2030284737, ___m_textSize_6)); } inline Vector3_t3722313464 get_m_textSize_6() const { return ___m_textSize_6; } inline Vector3_t3722313464 * get_address_of_m_textSize_6() { return &___m_textSize_6; } inline void set_m_textSize_6(Vector3_t3722313464 value) { ___m_textSize_6 = value; } inline static int32_t get_offset_of_m_configId_7() { return static_cast(offsetof(AwardItemCell_t2030284737, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AWARDITEMCELL_T2030284737_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 CAWARDITEMCELL_T1814535141_H #define CAWARDITEMCELL_T1814535141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAwardItemCell struct CAwardItemCell_t1814535141 : public MonoBehaviour_t3962482529 { public: // UILabel CAwardItemCell::m_count UILabel_t3248798549 * ___m_count_2; // UITexture CAwardItemCell::m_texture UITexture_t3471168817 * ___m_texture_3; // System.Boolean CAwardItemCell::m_isIconReady bool ___m_isIconReady_4; // UnityEngine.Vector3 CAwardItemCell::m_textSize Vector3_t3722313464 ___m_textSize_5; // System.Int32 CAwardItemCell::m_configID int32_t ___m_configID_6; public: inline static int32_t get_offset_of_m_count_2() { return static_cast(offsetof(CAwardItemCell_t1814535141, ___m_count_2)); } inline UILabel_t3248798549 * get_m_count_2() const { return ___m_count_2; } inline UILabel_t3248798549 ** get_address_of_m_count_2() { return &___m_count_2; } inline void set_m_count_2(UILabel_t3248798549 * value) { ___m_count_2 = value; Il2CppCodeGenWriteBarrier((&___m_count_2), value); } inline static int32_t get_offset_of_m_texture_3() { return static_cast(offsetof(CAwardItemCell_t1814535141, ___m_texture_3)); } inline UITexture_t3471168817 * get_m_texture_3() const { return ___m_texture_3; } inline UITexture_t3471168817 ** get_address_of_m_texture_3() { return &___m_texture_3; } inline void set_m_texture_3(UITexture_t3471168817 * value) { ___m_texture_3 = value; Il2CppCodeGenWriteBarrier((&___m_texture_3), value); } inline static int32_t get_offset_of_m_isIconReady_4() { return static_cast(offsetof(CAwardItemCell_t1814535141, ___m_isIconReady_4)); } inline bool get_m_isIconReady_4() const { return ___m_isIconReady_4; } inline bool* get_address_of_m_isIconReady_4() { return &___m_isIconReady_4; } inline void set_m_isIconReady_4(bool value) { ___m_isIconReady_4 = value; } inline static int32_t get_offset_of_m_textSize_5() { return static_cast(offsetof(CAwardItemCell_t1814535141, ___m_textSize_5)); } inline Vector3_t3722313464 get_m_textSize_5() const { return ___m_textSize_5; } inline Vector3_t3722313464 * get_address_of_m_textSize_5() { return &___m_textSize_5; } inline void set_m_textSize_5(Vector3_t3722313464 value) { ___m_textSize_5 = value; } inline static int32_t get_offset_of_m_configID_6() { return static_cast(offsetof(CAwardItemCell_t1814535141, ___m_configID_6)); } inline int32_t get_m_configID_6() const { return ___m_configID_6; } inline int32_t* get_address_of_m_configID_6() { return &___m_configID_6; } inline void set_m_configID_6(int32_t value) { ___m_configID_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDITEMCELL_T1814535141_H #ifndef ANIMXULIE_T2518634758_H #define ANIMXULIE_T2518634758_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimXulie struct AnimXulie_t2518634758 : public MonoBehaviour_t3962482529 { public: // System.Single AnimXulie::mSpeed float ___mSpeed_2; // System.Int32 AnimXulie::Width int32_t ___Width_3; // System.Int32 AnimXulie::Height int32_t ___Height_4; // System.Boolean AnimXulie::FromTop bool ___FromTop_5; // UnityEngine.Renderer AnimXulie::m_render Renderer_t2627027031 * ___m_render_6; // UnityEngine.Material AnimXulie::m_matOld Material_t340375123 * ___m_matOld_7; // UnityEngine.Material AnimXulie::m_matNew Material_t340375123 * ___m_matNew_8; // System.Single AnimXulie::m_timeLabor float ___m_timeLabor_9; // System.Int32 AnimXulie::m_indexLabor int32_t ___m_indexLabor_10; public: inline static int32_t get_offset_of_mSpeed_2() { return static_cast(offsetof(AnimXulie_t2518634758, ___mSpeed_2)); } inline float get_mSpeed_2() const { return ___mSpeed_2; } inline float* get_address_of_mSpeed_2() { return &___mSpeed_2; } inline void set_mSpeed_2(float value) { ___mSpeed_2 = value; } inline static int32_t get_offset_of_Width_3() { return static_cast(offsetof(AnimXulie_t2518634758, ___Width_3)); } inline int32_t get_Width_3() const { return ___Width_3; } inline int32_t* get_address_of_Width_3() { return &___Width_3; } inline void set_Width_3(int32_t value) { ___Width_3 = value; } inline static int32_t get_offset_of_Height_4() { return static_cast(offsetof(AnimXulie_t2518634758, ___Height_4)); } inline int32_t get_Height_4() const { return ___Height_4; } inline int32_t* get_address_of_Height_4() { return &___Height_4; } inline void set_Height_4(int32_t value) { ___Height_4 = value; } inline static int32_t get_offset_of_FromTop_5() { return static_cast(offsetof(AnimXulie_t2518634758, ___FromTop_5)); } inline bool get_FromTop_5() const { return ___FromTop_5; } inline bool* get_address_of_FromTop_5() { return &___FromTop_5; } inline void set_FromTop_5(bool value) { ___FromTop_5 = value; } inline static int32_t get_offset_of_m_render_6() { return static_cast(offsetof(AnimXulie_t2518634758, ___m_render_6)); } inline Renderer_t2627027031 * get_m_render_6() const { return ___m_render_6; } inline Renderer_t2627027031 ** get_address_of_m_render_6() { return &___m_render_6; } inline void set_m_render_6(Renderer_t2627027031 * value) { ___m_render_6 = value; Il2CppCodeGenWriteBarrier((&___m_render_6), value); } inline static int32_t get_offset_of_m_matOld_7() { return static_cast(offsetof(AnimXulie_t2518634758, ___m_matOld_7)); } inline Material_t340375123 * get_m_matOld_7() const { return ___m_matOld_7; } inline Material_t340375123 ** get_address_of_m_matOld_7() { return &___m_matOld_7; } inline void set_m_matOld_7(Material_t340375123 * value) { ___m_matOld_7 = value; Il2CppCodeGenWriteBarrier((&___m_matOld_7), value); } inline static int32_t get_offset_of_m_matNew_8() { return static_cast(offsetof(AnimXulie_t2518634758, ___m_matNew_8)); } inline Material_t340375123 * get_m_matNew_8() const { return ___m_matNew_8; } inline Material_t340375123 ** get_address_of_m_matNew_8() { return &___m_matNew_8; } inline void set_m_matNew_8(Material_t340375123 * value) { ___m_matNew_8 = value; Il2CppCodeGenWriteBarrier((&___m_matNew_8), value); } inline static int32_t get_offset_of_m_timeLabor_9() { return static_cast(offsetof(AnimXulie_t2518634758, ___m_timeLabor_9)); } inline float get_m_timeLabor_9() const { return ___m_timeLabor_9; } inline float* get_address_of_m_timeLabor_9() { return &___m_timeLabor_9; } inline void set_m_timeLabor_9(float value) { ___m_timeLabor_9 = value; } inline static int32_t get_offset_of_m_indexLabor_10() { return static_cast(offsetof(AnimXulie_t2518634758, ___m_indexLabor_10)); } inline int32_t get_m_indexLabor_10() const { return ___m_indexLabor_10; } inline int32_t* get_address_of_m_indexLabor_10() { return &___m_indexLabor_10; } inline void set_m_indexLabor_10(int32_t value) { ___m_indexLabor_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMXULIE_T2518634758_H #ifndef ALLCLOTHESLISTVIEW_T3567130420_H #define ALLCLOTHESLISTVIEW_T3567130420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AllClothesListView struct AllClothesListView_t3567130420 : public MonoBehaviour_t3962482529 { public: // DMListView AllClothesListView::m_ListView DMListView_t512231514 * ___m_ListView_2; // System.Int32 AllClothesListView::currentSetRowNum int32_t ___currentSetRowNum_3; public: inline static int32_t get_offset_of_m_ListView_2() { return static_cast(offsetof(AllClothesListView_t3567130420, ___m_ListView_2)); } inline DMListView_t512231514 * get_m_ListView_2() const { return ___m_ListView_2; } inline DMListView_t512231514 ** get_address_of_m_ListView_2() { return &___m_ListView_2; } inline void set_m_ListView_2(DMListView_t512231514 * value) { ___m_ListView_2 = value; Il2CppCodeGenWriteBarrier((&___m_ListView_2), value); } inline static int32_t get_offset_of_currentSetRowNum_3() { return static_cast(offsetof(AllClothesListView_t3567130420, ___currentSetRowNum_3)); } inline int32_t get_currentSetRowNum_3() const { return ___currentSetRowNum_3; } inline int32_t* get_address_of_currentSetRowNum_3() { return &___currentSetRowNum_3; } inline void set_currentSetRowNum_3(int32_t value) { ___currentSetRowNum_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALLCLOTHESLISTVIEW_T3567130420_H #ifndef ANIMSEQUENCE_T2739646792_H #define ANIMSEQUENCE_T2739646792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimSequence struct AnimSequence_t2739646792 : public MonoBehaviour_t3962482529 { public: // UnityEngine.AnimationClip[] AnimSequence::m_list AnimationClipU5BU5D_t1636626578* ___m_list_2; // System.Single AnimSequence::m_timeLabor float ___m_timeLabor_3; // System.Int32 AnimSequence::m_activeIndex int32_t ___m_activeIndex_4; public: inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(AnimSequence_t2739646792, ___m_list_2)); } inline AnimationClipU5BU5D_t1636626578* get_m_list_2() const { return ___m_list_2; } inline AnimationClipU5BU5D_t1636626578** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(AnimationClipU5BU5D_t1636626578* value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } inline static int32_t get_offset_of_m_timeLabor_3() { return static_cast(offsetof(AnimSequence_t2739646792, ___m_timeLabor_3)); } inline float get_m_timeLabor_3() const { return ___m_timeLabor_3; } inline float* get_address_of_m_timeLabor_3() { return &___m_timeLabor_3; } inline void set_m_timeLabor_3(float value) { ___m_timeLabor_3 = value; } inline static int32_t get_offset_of_m_activeIndex_4() { return static_cast(offsetof(AnimSequence_t2739646792, ___m_activeIndex_4)); } inline int32_t get_m_activeIndex_4() const { return ___m_activeIndex_4; } inline int32_t* get_address_of_m_activeIndex_4() { return &___m_activeIndex_4; } inline void set_m_activeIndex_4(int32_t value) { ___m_activeIndex_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMSEQUENCE_T2739646792_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 ANIMATEDCOLOR_T3276574810_H #define ANIMATEDCOLOR_T3276574810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimatedColor struct AnimatedColor_t3276574810 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Color AnimatedColor::color Color_t2555686324 ___color_2; // UILabel AnimatedColor::mLabel UILabel_t3248798549 * ___mLabel_3; public: inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(AnimatedColor_t3276574810, ___color_2)); } inline Color_t2555686324 get_color_2() const { return ___color_2; } inline Color_t2555686324 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color_t2555686324 value) { ___color_2 = value; } inline static int32_t get_offset_of_mLabel_3() { return static_cast(offsetof(AnimatedColor_t3276574810, ___mLabel_3)); } inline UILabel_t3248798549 * get_mLabel_3() const { return ___mLabel_3; } inline UILabel_t3248798549 ** get_address_of_mLabel_3() { return &___mLabel_3; } inline void set_mLabel_3(UILabel_t3248798549 * value) { ___mLabel_3 = value; Il2CppCodeGenWriteBarrier((&___mLabel_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATEDCOLOR_T3276574810_H #ifndef ANIMATEDALPHA_T1840762679_H #define ANIMATEDALPHA_T1840762679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AnimatedAlpha struct AnimatedAlpha_t1840762679 : public MonoBehaviour_t3962482529 { public: // System.Single AnimatedAlpha::alpha float ___alpha_2; // UIWidget AnimatedAlpha::mWidget UIWidget_t3538521925 * ___mWidget_3; // UIPanel AnimatedAlpha::mPanel UIPanel_t1716472341 * ___mPanel_4; public: inline static int32_t get_offset_of_alpha_2() { return static_cast(offsetof(AnimatedAlpha_t1840762679, ___alpha_2)); } inline float get_alpha_2() const { return ___alpha_2; } inline float* get_address_of_alpha_2() { return &___alpha_2; } inline void set_alpha_2(float value) { ___alpha_2 = value; } inline static int32_t get_offset_of_mWidget_3() { return static_cast(offsetof(AnimatedAlpha_t1840762679, ___mWidget_3)); } inline UIWidget_t3538521925 * get_mWidget_3() const { return ___mWidget_3; } inline UIWidget_t3538521925 ** get_address_of_mWidget_3() { return &___mWidget_3; } inline void set_mWidget_3(UIWidget_t3538521925 * value) { ___mWidget_3 = value; Il2CppCodeGenWriteBarrier((&___mWidget_3), value); } inline static int32_t get_offset_of_mPanel_4() { return static_cast(offsetof(AnimatedAlpha_t1840762679, ___mPanel_4)); } inline UIPanel_t1716472341 * get_mPanel_4() const { return ___mPanel_4; } inline UIPanel_t1716472341 ** get_address_of_mPanel_4() { return &___mPanel_4; } inline void set_mPanel_4(UIPanel_t1716472341 * value) { ___mPanel_4 = value; Il2CppCodeGenWriteBarrier((&___mPanel_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATEDALPHA_T1840762679_H #ifndef AMOUNTWND_T1885830546_H #define AMOUNTWND_T1885830546_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AmountWnd struct AmountWnd_t1885830546 : public MonoBehaviour_t3962482529 { public: // AmountWnd AmountWnd::amountWnd AmountWnd_t1885830546 * ___amountWnd_2; // UITexture AmountWnd::m_ItemIcon UITexture_t3471168817 * ___m_ItemIcon_3; // UILabel AmountWnd::m_ItemName UILabel_t3248798549 * ___m_ItemName_4; // UILabel AmountWnd::m_ItemPrice UILabel_t3248798549 * ___m_ItemPrice_5; // UILabel AmountWnd::m_TotalPrice UILabel_t3248798549 * ___m_TotalPrice_6; // UILabel AmountWnd::m_ItemCountInBox UILabel_t3248798549 * ___m_ItemCountInBox_7; // UnityEngine.Transform AmountWnd::m_Buy Transform_t3600365921 * ___m_Buy_8; // UILabel AmountWnd::m_ItemCountInBar UILabel_t3248798549 * ___m_ItemCountInBar_9; // UILabel AmountWnd::m_LabelUseTip UILabel_t3248798549 * ___m_LabelUseTip_10; // UISprite AmountWnd::m_CashIcon_0 UISprite_t194114938 * ___m_CashIcon_0_11; // UISprite AmountWnd::m_CashIcon_1 UISprite_t194114938 * ___m_CashIcon_1_12; // UILabel AmountWnd::m_BtnOkText UILabel_t3248798549 * ___m_BtnOkText_13; // UnityEngine.Transform AmountWnd::m_PayWayRoot Transform_t3600365921 * ___m_PayWayRoot_14; // UnityEngine.Transform[] AmountWnd::m_paywayPoints TransformU5BU5D_t807237628* ___m_paywayPoints_15; // System.Int32 AmountWnd::m_configId int32_t ___m_configId_16; // System.Int64 AmountWnd::m_amount int64_t ___m_amount_17; // System.Int32 AmountWnd::m_price int32_t ___m_price_18; // System.Boolean AmountWnd::m_bDiamond bool ___m_bDiamond_19; // System.String AmountWnd::m_iconPath String_t* ___m_iconPath_20; // AmountWnd/OnConfirmAmount AmountWnd::m_confirmHandler OnConfirmAmount_t1847612891 * ___m_confirmHandler_21; // AmountWnd/OnConfirmBuyAmount AmountWnd::m_buyconfirmHandler OnConfirmBuyAmount_t1541777540 * ___m_buyconfirmHandler_22; // AmountWnd/OnCancelAndExit AmountWnd::m_cancelHandler OnCancelAndExit_t18917141 * ___m_cancelHandler_23; // System.Int64 AmountWnd::m_pressTime int64_t ___m_pressTime_24; // System.Int64 AmountWnd::m_pressTime_1 int64_t ___m_pressTime_1_25; // System.Boolean AmountWnd::m_pressAdd bool ___m_pressAdd_26; // System.Boolean AmountWnd::m_pressSubtrac bool ___m_pressSubtrac_27; // System.Int32 AmountWnd::m_itemIndex int32_t ___m_itemIndex_28; // System.Int32 AmountWnd::m_cashType int32_t ___m_cashType_29; // System.String AmountWnd::m_userPropPrompt String_t* ___m_userPropPrompt_30; // System.Boolean AmountWnd::isUseProp bool ___isUseProp_31; // System.Int64 AmountWnd::m_propCount int64_t ___m_propCount_32; // System.Boolean AmountWnd::isPageInit bool ___isPageInit_33; // System.Int32 AmountWnd::m_totalPrice int32_t ___m_totalPrice_34; // System.Int64 AmountWnd::m_MaxNum int64_t ___m_MaxNum_35; public: inline static int32_t get_offset_of_amountWnd_2() { return static_cast(offsetof(AmountWnd_t1885830546, ___amountWnd_2)); } inline AmountWnd_t1885830546 * get_amountWnd_2() const { return ___amountWnd_2; } inline AmountWnd_t1885830546 ** get_address_of_amountWnd_2() { return &___amountWnd_2; } inline void set_amountWnd_2(AmountWnd_t1885830546 * value) { ___amountWnd_2 = value; Il2CppCodeGenWriteBarrier((&___amountWnd_2), value); } inline static int32_t get_offset_of_m_ItemIcon_3() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemIcon_3)); } inline UITexture_t3471168817 * get_m_ItemIcon_3() const { return ___m_ItemIcon_3; } inline UITexture_t3471168817 ** get_address_of_m_ItemIcon_3() { return &___m_ItemIcon_3; } inline void set_m_ItemIcon_3(UITexture_t3471168817 * value) { ___m_ItemIcon_3 = value; Il2CppCodeGenWriteBarrier((&___m_ItemIcon_3), value); } inline static int32_t get_offset_of_m_ItemName_4() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemName_4)); } inline UILabel_t3248798549 * get_m_ItemName_4() const { return ___m_ItemName_4; } inline UILabel_t3248798549 ** get_address_of_m_ItemName_4() { return &___m_ItemName_4; } inline void set_m_ItemName_4(UILabel_t3248798549 * value) { ___m_ItemName_4 = value; Il2CppCodeGenWriteBarrier((&___m_ItemName_4), value); } inline static int32_t get_offset_of_m_ItemPrice_5() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemPrice_5)); } inline UILabel_t3248798549 * get_m_ItemPrice_5() const { return ___m_ItemPrice_5; } inline UILabel_t3248798549 ** get_address_of_m_ItemPrice_5() { return &___m_ItemPrice_5; } inline void set_m_ItemPrice_5(UILabel_t3248798549 * value) { ___m_ItemPrice_5 = value; Il2CppCodeGenWriteBarrier((&___m_ItemPrice_5), value); } inline static int32_t get_offset_of_m_TotalPrice_6() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_TotalPrice_6)); } inline UILabel_t3248798549 * get_m_TotalPrice_6() const { return ___m_TotalPrice_6; } inline UILabel_t3248798549 ** get_address_of_m_TotalPrice_6() { return &___m_TotalPrice_6; } inline void set_m_TotalPrice_6(UILabel_t3248798549 * value) { ___m_TotalPrice_6 = value; Il2CppCodeGenWriteBarrier((&___m_TotalPrice_6), value); } inline static int32_t get_offset_of_m_ItemCountInBox_7() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemCountInBox_7)); } inline UILabel_t3248798549 * get_m_ItemCountInBox_7() const { return ___m_ItemCountInBox_7; } inline UILabel_t3248798549 ** get_address_of_m_ItemCountInBox_7() { return &___m_ItemCountInBox_7; } inline void set_m_ItemCountInBox_7(UILabel_t3248798549 * value) { ___m_ItemCountInBox_7 = value; Il2CppCodeGenWriteBarrier((&___m_ItemCountInBox_7), value); } inline static int32_t get_offset_of_m_Buy_8() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_Buy_8)); } inline Transform_t3600365921 * get_m_Buy_8() const { return ___m_Buy_8; } inline Transform_t3600365921 ** get_address_of_m_Buy_8() { return &___m_Buy_8; } inline void set_m_Buy_8(Transform_t3600365921 * value) { ___m_Buy_8 = value; Il2CppCodeGenWriteBarrier((&___m_Buy_8), value); } inline static int32_t get_offset_of_m_ItemCountInBar_9() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemCountInBar_9)); } inline UILabel_t3248798549 * get_m_ItemCountInBar_9() const { return ___m_ItemCountInBar_9; } inline UILabel_t3248798549 ** get_address_of_m_ItemCountInBar_9() { return &___m_ItemCountInBar_9; } inline void set_m_ItemCountInBar_9(UILabel_t3248798549 * value) { ___m_ItemCountInBar_9 = value; Il2CppCodeGenWriteBarrier((&___m_ItemCountInBar_9), value); } inline static int32_t get_offset_of_m_LabelUseTip_10() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_LabelUseTip_10)); } inline UILabel_t3248798549 * get_m_LabelUseTip_10() const { return ___m_LabelUseTip_10; } inline UILabel_t3248798549 ** get_address_of_m_LabelUseTip_10() { return &___m_LabelUseTip_10; } inline void set_m_LabelUseTip_10(UILabel_t3248798549 * value) { ___m_LabelUseTip_10 = value; Il2CppCodeGenWriteBarrier((&___m_LabelUseTip_10), value); } inline static int32_t get_offset_of_m_CashIcon_0_11() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_CashIcon_0_11)); } inline UISprite_t194114938 * get_m_CashIcon_0_11() const { return ___m_CashIcon_0_11; } inline UISprite_t194114938 ** get_address_of_m_CashIcon_0_11() { return &___m_CashIcon_0_11; } inline void set_m_CashIcon_0_11(UISprite_t194114938 * value) { ___m_CashIcon_0_11 = value; Il2CppCodeGenWriteBarrier((&___m_CashIcon_0_11), value); } inline static int32_t get_offset_of_m_CashIcon_1_12() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_CashIcon_1_12)); } inline UISprite_t194114938 * get_m_CashIcon_1_12() const { return ___m_CashIcon_1_12; } inline UISprite_t194114938 ** get_address_of_m_CashIcon_1_12() { return &___m_CashIcon_1_12; } inline void set_m_CashIcon_1_12(UISprite_t194114938 * value) { ___m_CashIcon_1_12 = value; Il2CppCodeGenWriteBarrier((&___m_CashIcon_1_12), value); } inline static int32_t get_offset_of_m_BtnOkText_13() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_BtnOkText_13)); } inline UILabel_t3248798549 * get_m_BtnOkText_13() const { return ___m_BtnOkText_13; } inline UILabel_t3248798549 ** get_address_of_m_BtnOkText_13() { return &___m_BtnOkText_13; } inline void set_m_BtnOkText_13(UILabel_t3248798549 * value) { ___m_BtnOkText_13 = value; Il2CppCodeGenWriteBarrier((&___m_BtnOkText_13), value); } inline static int32_t get_offset_of_m_PayWayRoot_14() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_PayWayRoot_14)); } inline Transform_t3600365921 * get_m_PayWayRoot_14() const { return ___m_PayWayRoot_14; } inline Transform_t3600365921 ** get_address_of_m_PayWayRoot_14() { return &___m_PayWayRoot_14; } inline void set_m_PayWayRoot_14(Transform_t3600365921 * value) { ___m_PayWayRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_PayWayRoot_14), value); } inline static int32_t get_offset_of_m_paywayPoints_15() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_paywayPoints_15)); } inline TransformU5BU5D_t807237628* get_m_paywayPoints_15() const { return ___m_paywayPoints_15; } inline TransformU5BU5D_t807237628** get_address_of_m_paywayPoints_15() { return &___m_paywayPoints_15; } inline void set_m_paywayPoints_15(TransformU5BU5D_t807237628* value) { ___m_paywayPoints_15 = value; Il2CppCodeGenWriteBarrier((&___m_paywayPoints_15), value); } inline static int32_t get_offset_of_m_configId_16() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_configId_16)); } inline int32_t get_m_configId_16() const { return ___m_configId_16; } inline int32_t* get_address_of_m_configId_16() { return &___m_configId_16; } inline void set_m_configId_16(int32_t value) { ___m_configId_16 = value; } inline static int32_t get_offset_of_m_amount_17() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_amount_17)); } inline int64_t get_m_amount_17() const { return ___m_amount_17; } inline int64_t* get_address_of_m_amount_17() { return &___m_amount_17; } inline void set_m_amount_17(int64_t value) { ___m_amount_17 = value; } inline static int32_t get_offset_of_m_price_18() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_price_18)); } inline int32_t get_m_price_18() const { return ___m_price_18; } inline int32_t* get_address_of_m_price_18() { return &___m_price_18; } inline void set_m_price_18(int32_t value) { ___m_price_18 = value; } inline static int32_t get_offset_of_m_bDiamond_19() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_bDiamond_19)); } inline bool get_m_bDiamond_19() const { return ___m_bDiamond_19; } inline bool* get_address_of_m_bDiamond_19() { return &___m_bDiamond_19; } inline void set_m_bDiamond_19(bool value) { ___m_bDiamond_19 = value; } inline static int32_t get_offset_of_m_iconPath_20() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_iconPath_20)); } inline String_t* get_m_iconPath_20() const { return ___m_iconPath_20; } inline String_t** get_address_of_m_iconPath_20() { return &___m_iconPath_20; } inline void set_m_iconPath_20(String_t* value) { ___m_iconPath_20 = value; Il2CppCodeGenWriteBarrier((&___m_iconPath_20), value); } inline static int32_t get_offset_of_m_confirmHandler_21() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_confirmHandler_21)); } inline OnConfirmAmount_t1847612891 * get_m_confirmHandler_21() const { return ___m_confirmHandler_21; } inline OnConfirmAmount_t1847612891 ** get_address_of_m_confirmHandler_21() { return &___m_confirmHandler_21; } inline void set_m_confirmHandler_21(OnConfirmAmount_t1847612891 * value) { ___m_confirmHandler_21 = value; Il2CppCodeGenWriteBarrier((&___m_confirmHandler_21), value); } inline static int32_t get_offset_of_m_buyconfirmHandler_22() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_buyconfirmHandler_22)); } inline OnConfirmBuyAmount_t1541777540 * get_m_buyconfirmHandler_22() const { return ___m_buyconfirmHandler_22; } inline OnConfirmBuyAmount_t1541777540 ** get_address_of_m_buyconfirmHandler_22() { return &___m_buyconfirmHandler_22; } inline void set_m_buyconfirmHandler_22(OnConfirmBuyAmount_t1541777540 * value) { ___m_buyconfirmHandler_22 = value; Il2CppCodeGenWriteBarrier((&___m_buyconfirmHandler_22), value); } inline static int32_t get_offset_of_m_cancelHandler_23() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_cancelHandler_23)); } inline OnCancelAndExit_t18917141 * get_m_cancelHandler_23() const { return ___m_cancelHandler_23; } inline OnCancelAndExit_t18917141 ** get_address_of_m_cancelHandler_23() { return &___m_cancelHandler_23; } inline void set_m_cancelHandler_23(OnCancelAndExit_t18917141 * value) { ___m_cancelHandler_23 = value; Il2CppCodeGenWriteBarrier((&___m_cancelHandler_23), value); } inline static int32_t get_offset_of_m_pressTime_24() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressTime_24)); } inline int64_t get_m_pressTime_24() const { return ___m_pressTime_24; } inline int64_t* get_address_of_m_pressTime_24() { return &___m_pressTime_24; } inline void set_m_pressTime_24(int64_t value) { ___m_pressTime_24 = value; } inline static int32_t get_offset_of_m_pressTime_1_25() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressTime_1_25)); } inline int64_t get_m_pressTime_1_25() const { return ___m_pressTime_1_25; } inline int64_t* get_address_of_m_pressTime_1_25() { return &___m_pressTime_1_25; } inline void set_m_pressTime_1_25(int64_t value) { ___m_pressTime_1_25 = value; } inline static int32_t get_offset_of_m_pressAdd_26() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressAdd_26)); } inline bool get_m_pressAdd_26() const { return ___m_pressAdd_26; } inline bool* get_address_of_m_pressAdd_26() { return &___m_pressAdd_26; } inline void set_m_pressAdd_26(bool value) { ___m_pressAdd_26 = value; } inline static int32_t get_offset_of_m_pressSubtrac_27() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressSubtrac_27)); } inline bool get_m_pressSubtrac_27() const { return ___m_pressSubtrac_27; } inline bool* get_address_of_m_pressSubtrac_27() { return &___m_pressSubtrac_27; } inline void set_m_pressSubtrac_27(bool value) { ___m_pressSubtrac_27 = value; } inline static int32_t get_offset_of_m_itemIndex_28() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_itemIndex_28)); } inline int32_t get_m_itemIndex_28() const { return ___m_itemIndex_28; } inline int32_t* get_address_of_m_itemIndex_28() { return &___m_itemIndex_28; } inline void set_m_itemIndex_28(int32_t value) { ___m_itemIndex_28 = value; } inline static int32_t get_offset_of_m_cashType_29() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_cashType_29)); } inline int32_t get_m_cashType_29() const { return ___m_cashType_29; } inline int32_t* get_address_of_m_cashType_29() { return &___m_cashType_29; } inline void set_m_cashType_29(int32_t value) { ___m_cashType_29 = value; } inline static int32_t get_offset_of_m_userPropPrompt_30() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_userPropPrompt_30)); } inline String_t* get_m_userPropPrompt_30() const { return ___m_userPropPrompt_30; } inline String_t** get_address_of_m_userPropPrompt_30() { return &___m_userPropPrompt_30; } inline void set_m_userPropPrompt_30(String_t* value) { ___m_userPropPrompt_30 = value; Il2CppCodeGenWriteBarrier((&___m_userPropPrompt_30), value); } inline static int32_t get_offset_of_isUseProp_31() { return static_cast(offsetof(AmountWnd_t1885830546, ___isUseProp_31)); } inline bool get_isUseProp_31() const { return ___isUseProp_31; } inline bool* get_address_of_isUseProp_31() { return &___isUseProp_31; } inline void set_isUseProp_31(bool value) { ___isUseProp_31 = value; } inline static int32_t get_offset_of_m_propCount_32() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_propCount_32)); } inline int64_t get_m_propCount_32() const { return ___m_propCount_32; } inline int64_t* get_address_of_m_propCount_32() { return &___m_propCount_32; } inline void set_m_propCount_32(int64_t value) { ___m_propCount_32 = value; } inline static int32_t get_offset_of_isPageInit_33() { return static_cast(offsetof(AmountWnd_t1885830546, ___isPageInit_33)); } inline bool get_isPageInit_33() const { return ___isPageInit_33; } inline bool* get_address_of_isPageInit_33() { return &___isPageInit_33; } inline void set_isPageInit_33(bool value) { ___isPageInit_33 = value; } inline static int32_t get_offset_of_m_totalPrice_34() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_totalPrice_34)); } inline int32_t get_m_totalPrice_34() const { return ___m_totalPrice_34; } inline int32_t* get_address_of_m_totalPrice_34() { return &___m_totalPrice_34; } inline void set_m_totalPrice_34(int32_t value) { ___m_totalPrice_34 = value; } inline static int32_t get_offset_of_m_MaxNum_35() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_MaxNum_35)); } inline int64_t get_m_MaxNum_35() const { return ___m_MaxNum_35; } inline int64_t* get_address_of_m_MaxNum_35() { return &___m_MaxNum_35; } inline void set_m_MaxNum_35(int64_t value) { ___m_MaxNum_35 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AMOUNTWND_T1885830546_H #ifndef CDEBUGINV_T1719435658_H #define CDEBUGINV_T1719435658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDebugInv struct CDebugInv_t1719435658 : public MonoBehaviour_t3962482529 { public: // System.Boolean CDebugInv::m_bChooseChannel bool ___m_bChooseChannel_5; public: inline static int32_t get_offset_of_m_bChooseChannel_5() { return static_cast(offsetof(CDebugInv_t1719435658, ___m_bChooseChannel_5)); } inline bool get_m_bChooseChannel_5() const { return ___m_bChooseChannel_5; } inline bool* get_address_of_m_bChooseChannel_5() { return &___m_bChooseChannel_5; } inline void set_m_bChooseChannel_5(bool value) { ___m_bChooseChannel_5 = value; } }; struct CDebugInv_t1719435658_StaticFields { public: // System.Boolean CDebugInv::s_inited bool ___s_inited_2; // System.Collections.Generic.List`1 CDebugInv::s_listChannel List_1_t148696733 * ___s_listChannel_3; // System.String CDebugInv::s_strLastChannel String_t* ___s_strLastChannel_4; public: inline static int32_t get_offset_of_s_inited_2() { return static_cast(offsetof(CDebugInv_t1719435658_StaticFields, ___s_inited_2)); } inline bool get_s_inited_2() const { return ___s_inited_2; } inline bool* get_address_of_s_inited_2() { return &___s_inited_2; } inline void set_s_inited_2(bool value) { ___s_inited_2 = value; } inline static int32_t get_offset_of_s_listChannel_3() { return static_cast(offsetof(CDebugInv_t1719435658_StaticFields, ___s_listChannel_3)); } inline List_1_t148696733 * get_s_listChannel_3() const { return ___s_listChannel_3; } inline List_1_t148696733 ** get_address_of_s_listChannel_3() { return &___s_listChannel_3; } inline void set_s_listChannel_3(List_1_t148696733 * value) { ___s_listChannel_3 = value; Il2CppCodeGenWriteBarrier((&___s_listChannel_3), value); } inline static int32_t get_offset_of_s_strLastChannel_4() { return static_cast(offsetof(CDebugInv_t1719435658_StaticFields, ___s_strLastChannel_4)); } inline String_t* get_s_strLastChannel_4() const { return ___s_strLastChannel_4; } inline String_t** get_address_of_s_strLastChannel_4() { return &___s_strLastChannel_4; } inline void set_s_strLastChannel_4(String_t* value) { ___s_strLastChannel_4 = value; Il2CppCodeGenWriteBarrier((&___s_strLastChannel_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDEBUGINV_T1719435658_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 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 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 AWARDLISTITEM_T2103844205_H #define AWARDLISTITEM_T2103844205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AwardListItem struct AwardListItem_t2103844205 : public MonoBehaviour_t3962482529 { public: // UILabel AwardListItem::m_rankNumber UILabel_t3248798549 * ___m_rankNumber_2; // UnityEngine.Transform AwardListItem::m_leftArrow Transform_t3600365921 * ___m_leftArrow_3; // UnityEngine.Transform AwardListItem::m_rightArrow Transform_t3600365921 * ___m_rightArrow_4; // uiAwardcell[] AwardListItem::m_awardCellArray uiAwardcellU5BU5D_t3191484015* ___m_awardCellArray_5; // System.Boolean AwardListItem::m_bInit bool ___m_bInit_6; // System.Boolean AwardListItem::m_bRefreshIcon bool ___m_bRefreshIcon_7; // System.Int32 AwardListItem::m_curPageIndex int32_t ___m_curPageIndex_8; // System.Int32 AwardListItem::m_maxPage int32_t ___m_maxPage_9; // System.Int32 AwardListItem::m_awardCnt int32_t ___m_awardCnt_10; // DMCore.Logic.GameRewardInfo AwardListItem::m_data GameRewardInfo_t1982501205 * ___m_data_11; public: inline static int32_t get_offset_of_m_rankNumber_2() { return static_cast(offsetof(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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(AwardListItem_t2103844205, ___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 // AWARDLISTITEM_T2103844205_H #ifndef CARDSCROLLVIEW_T798858080_H #define CARDSCROLLVIEW_T798858080_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CardScrollView struct CardScrollView_t798858080 : public MonoBehaviour_t3962482529 { public: // CardScrollView/enumCDScrollType CardScrollView::m_ScrollType int32_t ___m_ScrollType_2; // CardScrollViewItem[] CardScrollView::m_listView CardScrollViewItemU5BU5D_t856059542* ___m_listView_3; // UnityEngine.GameObject CardScrollView::m_ActiveReceiver GameObject_t1113636619 * ___m_ActiveReceiver_4; // System.Single CardScrollView::m_fMoveSpeed float ___m_fMoveSpeed_5; // System.Int32 CardScrollView::m_totalItemCnt int32_t ___m_totalItemCnt_7; // CardScrollView/stTransOrg[] CardScrollView::m_listTransOrg stTransOrgU5BU5D_t3423224351* ___m_listTransOrg_8; // System.Int32 CardScrollView::m_UIStart int32_t ___m_UIStart_9; // System.Int32 CardScrollView::m_SceneStart int32_t ___m_SceneStart_10; // System.Int32 CardScrollView::m_HalfOffset int32_t ___m_HalfOffset_11; // System.Boolean CardScrollView::m_bClkingInside bool ___m_bClkingInside_12; // UnityEngine.Vector2 CardScrollView::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_13; // UnityEngine.Vector2 CardScrollView::m_ClkPos Vector2_t2156229523 ___m_ClkPos_14; // System.Boolean CardScrollView::m_bMoveLower bool ___m_bMoveLower_15; // System.Single CardScrollView::m_MoveTimeLabor float ___m_MoveTimeLabor_16; // System.Boolean CardScrollView::m_bPressFlag bool ___m_bPressFlag_17; public: inline static int32_t get_offset_of_m_ScrollType_2() { return static_cast(offsetof(CardScrollView_t798858080, ___m_ScrollType_2)); } inline int32_t get_m_ScrollType_2() const { return ___m_ScrollType_2; } inline int32_t* get_address_of_m_ScrollType_2() { return &___m_ScrollType_2; } inline void set_m_ScrollType_2(int32_t value) { ___m_ScrollType_2 = value; } inline static int32_t get_offset_of_m_listView_3() { return static_cast(offsetof(CardScrollView_t798858080, ___m_listView_3)); } inline CardScrollViewItemU5BU5D_t856059542* get_m_listView_3() const { return ___m_listView_3; } inline CardScrollViewItemU5BU5D_t856059542** get_address_of_m_listView_3() { return &___m_listView_3; } inline void set_m_listView_3(CardScrollViewItemU5BU5D_t856059542* value) { ___m_listView_3 = value; Il2CppCodeGenWriteBarrier((&___m_listView_3), value); } inline static int32_t get_offset_of_m_ActiveReceiver_4() { return static_cast(offsetof(CardScrollView_t798858080, ___m_ActiveReceiver_4)); } inline GameObject_t1113636619 * get_m_ActiveReceiver_4() const { return ___m_ActiveReceiver_4; } inline GameObject_t1113636619 ** get_address_of_m_ActiveReceiver_4() { return &___m_ActiveReceiver_4; } inline void set_m_ActiveReceiver_4(GameObject_t1113636619 * value) { ___m_ActiveReceiver_4 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiver_4), value); } inline static int32_t get_offset_of_m_fMoveSpeed_5() { return static_cast(offsetof(CardScrollView_t798858080, ___m_fMoveSpeed_5)); } inline float get_m_fMoveSpeed_5() const { return ___m_fMoveSpeed_5; } inline float* get_address_of_m_fMoveSpeed_5() { return &___m_fMoveSpeed_5; } inline void set_m_fMoveSpeed_5(float value) { ___m_fMoveSpeed_5 = value; } inline static int32_t get_offset_of_m_totalItemCnt_7() { return static_cast(offsetof(CardScrollView_t798858080, ___m_totalItemCnt_7)); } inline int32_t get_m_totalItemCnt_7() const { return ___m_totalItemCnt_7; } inline int32_t* get_address_of_m_totalItemCnt_7() { return &___m_totalItemCnt_7; } inline void set_m_totalItemCnt_7(int32_t value) { ___m_totalItemCnt_7 = value; } inline static int32_t get_offset_of_m_listTransOrg_8() { return static_cast(offsetof(CardScrollView_t798858080, ___m_listTransOrg_8)); } inline stTransOrgU5BU5D_t3423224351* get_m_listTransOrg_8() const { return ___m_listTransOrg_8; } inline stTransOrgU5BU5D_t3423224351** get_address_of_m_listTransOrg_8() { return &___m_listTransOrg_8; } inline void set_m_listTransOrg_8(stTransOrgU5BU5D_t3423224351* value) { ___m_listTransOrg_8 = value; Il2CppCodeGenWriteBarrier((&___m_listTransOrg_8), value); } inline static int32_t get_offset_of_m_UIStart_9() { return static_cast(offsetof(CardScrollView_t798858080, ___m_UIStart_9)); } inline int32_t get_m_UIStart_9() const { return ___m_UIStart_9; } inline int32_t* get_address_of_m_UIStart_9() { return &___m_UIStart_9; } inline void set_m_UIStart_9(int32_t value) { ___m_UIStart_9 = value; } inline static int32_t get_offset_of_m_SceneStart_10() { return static_cast(offsetof(CardScrollView_t798858080, ___m_SceneStart_10)); } inline int32_t get_m_SceneStart_10() const { return ___m_SceneStart_10; } inline int32_t* get_address_of_m_SceneStart_10() { return &___m_SceneStart_10; } inline void set_m_SceneStart_10(int32_t value) { ___m_SceneStart_10 = value; } inline static int32_t get_offset_of_m_HalfOffset_11() { return static_cast(offsetof(CardScrollView_t798858080, ___m_HalfOffset_11)); } inline int32_t get_m_HalfOffset_11() const { return ___m_HalfOffset_11; } inline int32_t* get_address_of_m_HalfOffset_11() { return &___m_HalfOffset_11; } inline void set_m_HalfOffset_11(int32_t value) { ___m_HalfOffset_11 = value; } inline static int32_t get_offset_of_m_bClkingInside_12() { return static_cast(offsetof(CardScrollView_t798858080, ___m_bClkingInside_12)); } inline bool get_m_bClkingInside_12() const { return ___m_bClkingInside_12; } inline bool* get_address_of_m_bClkingInside_12() { return &___m_bClkingInside_12; } inline void set_m_bClkingInside_12(bool value) { ___m_bClkingInside_12 = value; } inline static int32_t get_offset_of_m_MaxOffset_13() { return static_cast(offsetof(CardScrollView_t798858080, ___m_MaxOffset_13)); } inline Vector2_t2156229523 get_m_MaxOffset_13() const { return ___m_MaxOffset_13; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_13() { return &___m_MaxOffset_13; } inline void set_m_MaxOffset_13(Vector2_t2156229523 value) { ___m_MaxOffset_13 = value; } inline static int32_t get_offset_of_m_ClkPos_14() { return static_cast(offsetof(CardScrollView_t798858080, ___m_ClkPos_14)); } inline Vector2_t2156229523 get_m_ClkPos_14() const { return ___m_ClkPos_14; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_14() { return &___m_ClkPos_14; } inline void set_m_ClkPos_14(Vector2_t2156229523 value) { ___m_ClkPos_14 = value; } inline static int32_t get_offset_of_m_bMoveLower_15() { return static_cast(offsetof(CardScrollView_t798858080, ___m_bMoveLower_15)); } inline bool get_m_bMoveLower_15() const { return ___m_bMoveLower_15; } inline bool* get_address_of_m_bMoveLower_15() { return &___m_bMoveLower_15; } inline void set_m_bMoveLower_15(bool value) { ___m_bMoveLower_15 = value; } inline static int32_t get_offset_of_m_MoveTimeLabor_16() { return static_cast(offsetof(CardScrollView_t798858080, ___m_MoveTimeLabor_16)); } inline float get_m_MoveTimeLabor_16() const { return ___m_MoveTimeLabor_16; } inline float* get_address_of_m_MoveTimeLabor_16() { return &___m_MoveTimeLabor_16; } inline void set_m_MoveTimeLabor_16(float value) { ___m_MoveTimeLabor_16 = value; } inline static int32_t get_offset_of_m_bPressFlag_17() { return static_cast(offsetof(CardScrollView_t798858080, ___m_bPressFlag_17)); } inline bool get_m_bPressFlag_17() const { return ___m_bPressFlag_17; } inline bool* get_address_of_m_bPressFlag_17() { return &___m_bPressFlag_17; } inline void set_m_bPressFlag_17(bool value) { ___m_bPressFlag_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDSCROLLVIEW_T798858080_H #ifndef CAUTOUPDATE_T511563099_H #define CAUTOUPDATE_T511563099_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAutoUpdate struct CAutoUpdate_t511563099 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform CAutoUpdate::m_LoginTarget Transform_t3600365921 * ___m_LoginTarget_2; // System.Boolean CAutoUpdate::isPageInit bool ___isPageInit_3; public: inline static int32_t get_offset_of_m_LoginTarget_2() { return static_cast(offsetof(CAutoUpdate_t511563099, ___m_LoginTarget_2)); } inline Transform_t3600365921 * get_m_LoginTarget_2() const { return ___m_LoginTarget_2; } inline Transform_t3600365921 ** get_address_of_m_LoginTarget_2() { return &___m_LoginTarget_2; } inline void set_m_LoginTarget_2(Transform_t3600365921 * value) { ___m_LoginTarget_2 = value; Il2CppCodeGenWriteBarrier((&___m_LoginTarget_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(CAutoUpdate_t511563099, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAUTOUPDATE_T511563099_H #ifndef CARDSCROLLVIEWITEM_T4220360527_H #define CARDSCROLLVIEWITEM_T4220360527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CardScrollViewItem struct CardScrollViewItem_t4220360527 : public MonoBehaviour_t3962482529 { public: // System.Boolean CardScrollViewItem::m_bActive bool ___m_bActive_2; // System.Int32 CardScrollViewItem::m_logicIndex int32_t ___m_logicIndex_3; // System.Int32 CardScrollViewItem::m_MaxCount int32_t ___m_MaxCount_4; public: inline static int32_t get_offset_of_m_bActive_2() { return static_cast(offsetof(CardScrollViewItem_t4220360527, ___m_bActive_2)); } inline bool get_m_bActive_2() const { return ___m_bActive_2; } inline bool* get_address_of_m_bActive_2() { return &___m_bActive_2; } inline void set_m_bActive_2(bool value) { ___m_bActive_2 = value; } inline static int32_t get_offset_of_m_logicIndex_3() { return static_cast(offsetof(CardScrollViewItem_t4220360527, ___m_logicIndex_3)); } inline int32_t get_m_logicIndex_3() const { return ___m_logicIndex_3; } inline int32_t* get_address_of_m_logicIndex_3() { return &___m_logicIndex_3; } inline void set_m_logicIndex_3(int32_t value) { ___m_logicIndex_3 = value; } inline static int32_t get_offset_of_m_MaxCount_4() { return static_cast(offsetof(CardScrollViewItem_t4220360527, ___m_MaxCount_4)); } inline int32_t get_m_MaxCount_4() const { return ___m_MaxCount_4; } inline int32_t* get_address_of_m_MaxCount_4() { return &___m_MaxCount_4; } inline void set_m_MaxCount_4(int32_t value) { ___m_MaxCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDSCROLLVIEWITEM_T4220360527_H #ifndef UICHOOSECARDITEM_T1601743264_H #define UICHOOSECARDITEM_T1601743264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiChooseCardItem struct uiChooseCardItem_t1601743264 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Vector3 uiChooseCardItem::initScale Vector3_t3722313464 ___initScale_2; // System.String uiChooseCardItem::iconPath String_t* ___iconPath_3; // System.Boolean uiChooseCardItem::isLoaded bool ___isLoaded_4; // UITexture uiChooseCardItem::textrue UITexture_t3471168817 * ___textrue_5; // System.Int32 uiChooseCardItem::m_outerIndex int32_t ___m_outerIndex_6; // UnityEngine.Transform uiChooseCardItem::m_progressRoot Transform_t3600365921 * ___m_progressRoot_7; // UILabel uiChooseCardItem::m_nameLab UILabel_t3248798549 * ___m_nameLab_8; // UILabel uiChooseCardItem::m_scoreLab UILabel_t3248798549 * ___m_scoreLab_9; // UILabel uiChooseCardItem::m_timeLab UILabel_t3248798549 * ___m_timeLab_10; // UILabel uiChooseCardItem::m_fatigueLab UILabel_t3248798549 * ___m_fatigueLab_11; // UISprite uiChooseCardItem::m_starSpr UISprite_t194114938 * ___m_starSpr_12; // UILabel uiChooseCardItem::m_amountLab UILabel_t3248798549 * ___m_amountLab_13; // UnityEngine.Vector3[] uiChooseCardItem::pos Vector3U5BU5D_t1718750761* ___pos_14; // System.Int32 uiChooseCardItem::m_index int32_t ___m_index_15; public: inline static int32_t get_offset_of_initScale_2() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___initScale_2)); } inline Vector3_t3722313464 get_initScale_2() const { return ___initScale_2; } inline Vector3_t3722313464 * get_address_of_initScale_2() { return &___initScale_2; } inline void set_initScale_2(Vector3_t3722313464 value) { ___initScale_2 = value; } inline static int32_t get_offset_of_iconPath_3() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___iconPath_3)); } inline String_t* get_iconPath_3() const { return ___iconPath_3; } inline String_t** get_address_of_iconPath_3() { return &___iconPath_3; } inline void set_iconPath_3(String_t* value) { ___iconPath_3 = value; Il2CppCodeGenWriteBarrier((&___iconPath_3), value); } inline static int32_t get_offset_of_isLoaded_4() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___isLoaded_4)); } inline bool get_isLoaded_4() const { return ___isLoaded_4; } inline bool* get_address_of_isLoaded_4() { return &___isLoaded_4; } inline void set_isLoaded_4(bool value) { ___isLoaded_4 = value; } inline static int32_t get_offset_of_textrue_5() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___textrue_5)); } inline UITexture_t3471168817 * get_textrue_5() const { return ___textrue_5; } inline UITexture_t3471168817 ** get_address_of_textrue_5() { return &___textrue_5; } inline void set_textrue_5(UITexture_t3471168817 * value) { ___textrue_5 = value; Il2CppCodeGenWriteBarrier((&___textrue_5), value); } inline static int32_t get_offset_of_m_outerIndex_6() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_outerIndex_6)); } inline int32_t get_m_outerIndex_6() const { return ___m_outerIndex_6; } inline int32_t* get_address_of_m_outerIndex_6() { return &___m_outerIndex_6; } inline void set_m_outerIndex_6(int32_t value) { ___m_outerIndex_6 = value; } inline static int32_t get_offset_of_m_progressRoot_7() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_progressRoot_7)); } inline Transform_t3600365921 * get_m_progressRoot_7() const { return ___m_progressRoot_7; } inline Transform_t3600365921 ** get_address_of_m_progressRoot_7() { return &___m_progressRoot_7; } inline void set_m_progressRoot_7(Transform_t3600365921 * value) { ___m_progressRoot_7 = value; Il2CppCodeGenWriteBarrier((&___m_progressRoot_7), value); } inline static int32_t get_offset_of_m_nameLab_8() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_nameLab_8)); } inline UILabel_t3248798549 * get_m_nameLab_8() const { return ___m_nameLab_8; } inline UILabel_t3248798549 ** get_address_of_m_nameLab_8() { return &___m_nameLab_8; } inline void set_m_nameLab_8(UILabel_t3248798549 * value) { ___m_nameLab_8 = value; Il2CppCodeGenWriteBarrier((&___m_nameLab_8), value); } inline static int32_t get_offset_of_m_scoreLab_9() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_scoreLab_9)); } inline UILabel_t3248798549 * get_m_scoreLab_9() const { return ___m_scoreLab_9; } inline UILabel_t3248798549 ** get_address_of_m_scoreLab_9() { return &___m_scoreLab_9; } inline void set_m_scoreLab_9(UILabel_t3248798549 * value) { ___m_scoreLab_9 = value; Il2CppCodeGenWriteBarrier((&___m_scoreLab_9), value); } inline static int32_t get_offset_of_m_timeLab_10() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_timeLab_10)); } inline UILabel_t3248798549 * get_m_timeLab_10() const { return ___m_timeLab_10; } inline UILabel_t3248798549 ** get_address_of_m_timeLab_10() { return &___m_timeLab_10; } inline void set_m_timeLab_10(UILabel_t3248798549 * value) { ___m_timeLab_10 = value; Il2CppCodeGenWriteBarrier((&___m_timeLab_10), value); } inline static int32_t get_offset_of_m_fatigueLab_11() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_fatigueLab_11)); } inline UILabel_t3248798549 * get_m_fatigueLab_11() const { return ___m_fatigueLab_11; } inline UILabel_t3248798549 ** get_address_of_m_fatigueLab_11() { return &___m_fatigueLab_11; } inline void set_m_fatigueLab_11(UILabel_t3248798549 * value) { ___m_fatigueLab_11 = value; Il2CppCodeGenWriteBarrier((&___m_fatigueLab_11), value); } inline static int32_t get_offset_of_m_starSpr_12() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_starSpr_12)); } inline UISprite_t194114938 * get_m_starSpr_12() const { return ___m_starSpr_12; } inline UISprite_t194114938 ** get_address_of_m_starSpr_12() { return &___m_starSpr_12; } inline void set_m_starSpr_12(UISprite_t194114938 * value) { ___m_starSpr_12 = value; Il2CppCodeGenWriteBarrier((&___m_starSpr_12), value); } inline static int32_t get_offset_of_m_amountLab_13() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_amountLab_13)); } inline UILabel_t3248798549 * get_m_amountLab_13() const { return ___m_amountLab_13; } inline UILabel_t3248798549 ** get_address_of_m_amountLab_13() { return &___m_amountLab_13; } inline void set_m_amountLab_13(UILabel_t3248798549 * value) { ___m_amountLab_13 = value; Il2CppCodeGenWriteBarrier((&___m_amountLab_13), value); } inline static int32_t get_offset_of_pos_14() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___pos_14)); } inline Vector3U5BU5D_t1718750761* get_pos_14() const { return ___pos_14; } inline Vector3U5BU5D_t1718750761** get_address_of_pos_14() { return &___pos_14; } inline void set_pos_14(Vector3U5BU5D_t1718750761* value) { ___pos_14 = value; Il2CppCodeGenWriteBarrier((&___pos_14), value); } inline static int32_t get_offset_of_m_index_15() { return static_cast(offsetof(uiChooseCardItem_t1601743264, ___m_index_15)); } inline int32_t get_m_index_15() const { return ___m_index_15; } inline int32_t* get_address_of_m_index_15() { return &___m_index_15; } inline void set_m_index_15(int32_t value) { ___m_index_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICHOOSECARDITEM_T1601743264_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 ACTIVEANIMATION_T3475256642_H #define ACTIVEANIMATION_T3475256642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ActiveAnimation struct ActiveAnimation_t3475256642 : public IgnoreTimeScale_t3381352907 { public: // System.Action`1 ActiveAnimation::onFinished Action_1_t3647724237 * ___onFinished_7; // UnityEngine.GameObject ActiveAnimation::eventReceiver GameObject_t1113636619 * ___eventReceiver_8; // System.String ActiveAnimation::callWhenFinished String_t* ___callWhenFinished_9; // UnityEngine.Animation ActiveAnimation::mAnim Animation_t3648466861 * ___mAnim_10; // AnimationOrTween.Direction ActiveAnimation::mLastDirection int32_t ___mLastDirection_11; // AnimationOrTween.Direction ActiveAnimation::mDisableDirection int32_t ___mDisableDirection_12; // System.Boolean ActiveAnimation::mNotify bool ___mNotify_13; public: inline static int32_t get_offset_of_onFinished_7() { return static_cast(offsetof(ActiveAnimation_t3475256642, ___onFinished_7)); } inline Action_1_t3647724237 * get_onFinished_7() const { return ___onFinished_7; } inline Action_1_t3647724237 ** get_address_of_onFinished_7() { return &___onFinished_7; } inline void set_onFinished_7(Action_1_t3647724237 * value) { ___onFinished_7 = value; Il2CppCodeGenWriteBarrier((&___onFinished_7), value); } inline static int32_t get_offset_of_eventReceiver_8() { return static_cast(offsetof(ActiveAnimation_t3475256642, ___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_callWhenFinished_9() { return static_cast(offsetof(ActiveAnimation_t3475256642, ___callWhenFinished_9)); } inline String_t* get_callWhenFinished_9() const { return ___callWhenFinished_9; } inline String_t** get_address_of_callWhenFinished_9() { return &___callWhenFinished_9; } inline void set_callWhenFinished_9(String_t* value) { ___callWhenFinished_9 = value; Il2CppCodeGenWriteBarrier((&___callWhenFinished_9), value); } inline static int32_t get_offset_of_mAnim_10() { return static_cast(offsetof(ActiveAnimation_t3475256642, ___mAnim_10)); } inline Animation_t3648466861 * get_mAnim_10() const { return ___mAnim_10; } inline Animation_t3648466861 ** get_address_of_mAnim_10() { return &___mAnim_10; } inline void set_mAnim_10(Animation_t3648466861 * value) { ___mAnim_10 = value; Il2CppCodeGenWriteBarrier((&___mAnim_10), value); } inline static int32_t get_offset_of_mLastDirection_11() { return static_cast(offsetof(ActiveAnimation_t3475256642, ___mLastDirection_11)); } inline int32_t get_mLastDirection_11() const { return ___mLastDirection_11; } inline int32_t* get_address_of_mLastDirection_11() { return &___mLastDirection_11; } inline void set_mLastDirection_11(int32_t value) { ___mLastDirection_11 = value; } inline static int32_t get_offset_of_mDisableDirection_12() { return static_cast(offsetof(ActiveAnimation_t3475256642, ___mDisableDirection_12)); } inline int32_t get_mDisableDirection_12() const { return ___mDisableDirection_12; } inline int32_t* get_address_of_mDisableDirection_12() { return &___mDisableDirection_12; } inline void set_mDisableDirection_12(int32_t value) { ___mDisableDirection_12 = value; } inline static int32_t get_offset_of_mNotify_13() { return static_cast(offsetof(ActiveAnimation_t3475256642, ___mNotify_13)); } inline bool get_mNotify_13() const { return ___mNotify_13; } inline bool* get_address_of_mNotify_13() { return &___mNotify_13; } inline void set_mNotify_13(bool value) { ___mNotify_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVEANIMATION_T3475256642_H #ifndef UITEXTURE_T3471168817_H #define UITEXTURE_T3471168817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITexture struct UITexture_t3471168817 : public UIWidget_t3538521925 { public: // UnityEngine.Rect UITexture::mRect Rect_t2360479859 ___mRect_14; // System.Boolean UITexture::mHoldScale bool ___mHoldScale_15; // UnityEngine.Shader UITexture::mShader Shader_t4151988712 * ___mShader_16; // UnityEngine.Texture UITexture::mTexture Texture_t3661962703 * ___mTexture_17; // UnityEngine.Material UITexture::mDynamicMat Material_t340375123 * ___mDynamicMat_18; // System.Boolean UITexture::mCreatingMat bool ___mCreatingMat_19; // System.Int32 UITexture::mPMA int32_t ___mPMA_20; public: inline static int32_t get_offset_of_mRect_14() { return static_cast(offsetof(UITexture_t3471168817, ___mRect_14)); } inline Rect_t2360479859 get_mRect_14() const { return ___mRect_14; } inline Rect_t2360479859 * get_address_of_mRect_14() { return &___mRect_14; } inline void set_mRect_14(Rect_t2360479859 value) { ___mRect_14 = value; } inline static int32_t get_offset_of_mHoldScale_15() { return static_cast(offsetof(UITexture_t3471168817, ___mHoldScale_15)); } inline bool get_mHoldScale_15() const { return ___mHoldScale_15; } inline bool* get_address_of_mHoldScale_15() { return &___mHoldScale_15; } inline void set_mHoldScale_15(bool value) { ___mHoldScale_15 = value; } inline static int32_t get_offset_of_mShader_16() { return static_cast(offsetof(UITexture_t3471168817, ___mShader_16)); } inline Shader_t4151988712 * get_mShader_16() const { return ___mShader_16; } inline Shader_t4151988712 ** get_address_of_mShader_16() { return &___mShader_16; } inline void set_mShader_16(Shader_t4151988712 * value) { ___mShader_16 = value; Il2CppCodeGenWriteBarrier((&___mShader_16), value); } inline static int32_t get_offset_of_mTexture_17() { return static_cast(offsetof(UITexture_t3471168817, ___mTexture_17)); } inline Texture_t3661962703 * get_mTexture_17() const { return ___mTexture_17; } inline Texture_t3661962703 ** get_address_of_mTexture_17() { return &___mTexture_17; } inline void set_mTexture_17(Texture_t3661962703 * value) { ___mTexture_17 = value; Il2CppCodeGenWriteBarrier((&___mTexture_17), value); } inline static int32_t get_offset_of_mDynamicMat_18() { return static_cast(offsetof(UITexture_t3471168817, ___mDynamicMat_18)); } inline Material_t340375123 * get_mDynamicMat_18() const { return ___mDynamicMat_18; } inline Material_t340375123 ** get_address_of_mDynamicMat_18() { return &___mDynamicMat_18; } inline void set_mDynamicMat_18(Material_t340375123 * value) { ___mDynamicMat_18 = value; Il2CppCodeGenWriteBarrier((&___mDynamicMat_18), value); } inline static int32_t get_offset_of_mCreatingMat_19() { return static_cast(offsetof(UITexture_t3471168817, ___mCreatingMat_19)); } inline bool get_mCreatingMat_19() const { return ___mCreatingMat_19; } inline bool* get_address_of_mCreatingMat_19() { return &___mCreatingMat_19; } inline void set_mCreatingMat_19(bool value) { ___mCreatingMat_19 = value; } inline static int32_t get_offset_of_mPMA_20() { return static_cast(offsetof(UITexture_t3471168817, ___mPMA_20)); } inline int32_t get_mPMA_20() const { return ___mPMA_20; } inline int32_t* get_address_of_mPMA_20() { return &___mPMA_20; } inline void set_mPMA_20(int32_t value) { ___mPMA_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UITEXTURE_T3471168817_H #ifndef UILABEL_T3248798549_H #define UILABEL_T3248798549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel struct UILabel_t3248798549 : public UIWidget_t3538521925 { public: // UIFont UILabel::mFont UIFont_t2766063701 * ___mFont_14; // System.String UILabel::mText String_t* ___mText_15; // System.Int32 UILabel::mMaxLineWidth int32_t ___mMaxLineWidth_16; // System.Boolean UILabel::mEncoding bool ___mEncoding_17; // System.Int32 UILabel::mMaxLineCount int32_t ___mMaxLineCount_18; // System.Boolean UILabel::mPassword bool ___mPassword_19; // System.Boolean UILabel::mShowLastChar bool ___mShowLastChar_20; // UILabel/Effect UILabel::mEffectStyle int32_t ___mEffectStyle_21; // UnityEngine.Color UILabel::mEffectColor Color_t2555686324 ___mEffectColor_22; // UIFont/SymbolStyle UILabel::mSymbols int32_t ___mSymbols_23; // UnityEngine.Vector2 UILabel::mEffectDistance Vector2_t2156229523 ___mEffectDistance_24; // System.Int32 UILabel::mSpacingX int32_t ___mSpacingX_25; // System.Int32 UILabel::mSpacingY int32_t ___mSpacingY_26; // UILabel/InsideEffect UILabel::mInsideEffectStyle int32_t ___mInsideEffectStyle_27; // UnityEngine.Color UILabel::mInsideEffectColor Color_t2555686324 ___mInsideEffectColor_28; // System.Single UILabel::mLineWidth float ___mLineWidth_29; // System.Boolean UILabel::mMultiline bool ___mMultiline_30; // System.Boolean UILabel::mShouldBeProcessed bool ___mShouldBeProcessed_31; // System.String UILabel::mProcessedText String_t* ___mProcessedText_32; // UnityEngine.Vector3 UILabel::mLastScale Vector3_t3722313464 ___mLastScale_33; // System.String UILabel::mLastText String_t* ___mLastText_34; // System.Int32 UILabel::mLastWidth int32_t ___mLastWidth_35; // System.Boolean UILabel::mLastEncoding bool ___mLastEncoding_36; // System.Int32 UILabel::mLastCount int32_t ___mLastCount_37; // System.Boolean UILabel::mLastPass bool ___mLastPass_38; // System.Boolean UILabel::mLastShow bool ___mLastShow_39; // UILabel/Effect UILabel::mLastEffect int32_t ___mLastEffect_40; // UnityEngine.Vector3 UILabel::mSize Vector3_t3722313464 ___mSize_41; // System.Boolean UILabel::mPremultiply bool ___mPremultiply_42; // UnityEngine.Vector2 UILabel::m_DrawSize Vector2_t2156229523 ___m_DrawSize_43; // System.Boolean UILabel::mApplyAlignmentForced bool ___mApplyAlignmentForced_44; public: inline static int32_t get_offset_of_mFont_14() { return static_cast(offsetof(UILabel_t3248798549, ___mFont_14)); } inline UIFont_t2766063701 * get_mFont_14() const { return ___mFont_14; } inline UIFont_t2766063701 ** get_address_of_mFont_14() { return &___mFont_14; } inline void set_mFont_14(UIFont_t2766063701 * value) { ___mFont_14 = value; Il2CppCodeGenWriteBarrier((&___mFont_14), value); } inline static int32_t get_offset_of_mText_15() { return static_cast(offsetof(UILabel_t3248798549, ___mText_15)); } inline String_t* get_mText_15() const { return ___mText_15; } inline String_t** get_address_of_mText_15() { return &___mText_15; } inline void set_mText_15(String_t* value) { ___mText_15 = value; Il2CppCodeGenWriteBarrier((&___mText_15), value); } inline static int32_t get_offset_of_mMaxLineWidth_16() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineWidth_16)); } inline int32_t get_mMaxLineWidth_16() const { return ___mMaxLineWidth_16; } inline int32_t* get_address_of_mMaxLineWidth_16() { return &___mMaxLineWidth_16; } inline void set_mMaxLineWidth_16(int32_t value) { ___mMaxLineWidth_16 = value; } inline static int32_t get_offset_of_mEncoding_17() { return static_cast(offsetof(UILabel_t3248798549, ___mEncoding_17)); } inline bool get_mEncoding_17() const { return ___mEncoding_17; } inline bool* get_address_of_mEncoding_17() { return &___mEncoding_17; } inline void set_mEncoding_17(bool value) { ___mEncoding_17 = value; } inline static int32_t get_offset_of_mMaxLineCount_18() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineCount_18)); } inline int32_t get_mMaxLineCount_18() const { return ___mMaxLineCount_18; } inline int32_t* get_address_of_mMaxLineCount_18() { return &___mMaxLineCount_18; } inline void set_mMaxLineCount_18(int32_t value) { ___mMaxLineCount_18 = value; } inline static int32_t get_offset_of_mPassword_19() { return static_cast(offsetof(UILabel_t3248798549, ___mPassword_19)); } inline bool get_mPassword_19() const { return ___mPassword_19; } inline bool* get_address_of_mPassword_19() { return &___mPassword_19; } inline void set_mPassword_19(bool value) { ___mPassword_19 = value; } inline static int32_t get_offset_of_mShowLastChar_20() { return static_cast(offsetof(UILabel_t3248798549, ___mShowLastChar_20)); } inline bool get_mShowLastChar_20() const { return ___mShowLastChar_20; } inline bool* get_address_of_mShowLastChar_20() { return &___mShowLastChar_20; } inline void set_mShowLastChar_20(bool value) { ___mShowLastChar_20 = value; } inline static int32_t get_offset_of_mEffectStyle_21() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectStyle_21)); } inline int32_t get_mEffectStyle_21() const { return ___mEffectStyle_21; } inline int32_t* get_address_of_mEffectStyle_21() { return &___mEffectStyle_21; } inline void set_mEffectStyle_21(int32_t value) { ___mEffectStyle_21 = value; } inline static int32_t get_offset_of_mEffectColor_22() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectColor_22)); } inline Color_t2555686324 get_mEffectColor_22() const { return ___mEffectColor_22; } inline Color_t2555686324 * get_address_of_mEffectColor_22() { return &___mEffectColor_22; } inline void set_mEffectColor_22(Color_t2555686324 value) { ___mEffectColor_22 = value; } inline static int32_t get_offset_of_mSymbols_23() { return static_cast(offsetof(UILabel_t3248798549, ___mSymbols_23)); } inline int32_t get_mSymbols_23() const { return ___mSymbols_23; } inline int32_t* get_address_of_mSymbols_23() { return &___mSymbols_23; } inline void set_mSymbols_23(int32_t value) { ___mSymbols_23 = value; } inline static int32_t get_offset_of_mEffectDistance_24() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectDistance_24)); } inline Vector2_t2156229523 get_mEffectDistance_24() const { return ___mEffectDistance_24; } inline Vector2_t2156229523 * get_address_of_mEffectDistance_24() { return &___mEffectDistance_24; } inline void set_mEffectDistance_24(Vector2_t2156229523 value) { ___mEffectDistance_24 = value; } inline static int32_t get_offset_of_mSpacingX_25() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingX_25)); } inline int32_t get_mSpacingX_25() const { return ___mSpacingX_25; } inline int32_t* get_address_of_mSpacingX_25() { return &___mSpacingX_25; } inline void set_mSpacingX_25(int32_t value) { ___mSpacingX_25 = value; } inline static int32_t get_offset_of_mSpacingY_26() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingY_26)); } inline int32_t get_mSpacingY_26() const { return ___mSpacingY_26; } inline int32_t* get_address_of_mSpacingY_26() { return &___mSpacingY_26; } inline void set_mSpacingY_26(int32_t value) { ___mSpacingY_26 = value; } inline static int32_t get_offset_of_mInsideEffectStyle_27() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectStyle_27)); } inline int32_t get_mInsideEffectStyle_27() const { return ___mInsideEffectStyle_27; } inline int32_t* get_address_of_mInsideEffectStyle_27() { return &___mInsideEffectStyle_27; } inline void set_mInsideEffectStyle_27(int32_t value) { ___mInsideEffectStyle_27 = value; } inline static int32_t get_offset_of_mInsideEffectColor_28() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectColor_28)); } inline Color_t2555686324 get_mInsideEffectColor_28() const { return ___mInsideEffectColor_28; } inline Color_t2555686324 * get_address_of_mInsideEffectColor_28() { return &___mInsideEffectColor_28; } inline void set_mInsideEffectColor_28(Color_t2555686324 value) { ___mInsideEffectColor_28 = value; } inline static int32_t get_offset_of_mLineWidth_29() { return static_cast(offsetof(UILabel_t3248798549, ___mLineWidth_29)); } inline float get_mLineWidth_29() const { return ___mLineWidth_29; } inline float* get_address_of_mLineWidth_29() { return &___mLineWidth_29; } inline void set_mLineWidth_29(float value) { ___mLineWidth_29 = value; } inline static int32_t get_offset_of_mMultiline_30() { return static_cast(offsetof(UILabel_t3248798549, ___mMultiline_30)); } inline bool get_mMultiline_30() const { return ___mMultiline_30; } inline bool* get_address_of_mMultiline_30() { return &___mMultiline_30; } inline void set_mMultiline_30(bool value) { ___mMultiline_30 = value; } inline static int32_t get_offset_of_mShouldBeProcessed_31() { return static_cast(offsetof(UILabel_t3248798549, ___mShouldBeProcessed_31)); } inline bool get_mShouldBeProcessed_31() const { return ___mShouldBeProcessed_31; } inline bool* get_address_of_mShouldBeProcessed_31() { return &___mShouldBeProcessed_31; } inline void set_mShouldBeProcessed_31(bool value) { ___mShouldBeProcessed_31 = value; } inline static int32_t get_offset_of_mProcessedText_32() { return static_cast(offsetof(UILabel_t3248798549, ___mProcessedText_32)); } inline String_t* get_mProcessedText_32() const { return ___mProcessedText_32; } inline String_t** get_address_of_mProcessedText_32() { return &___mProcessedText_32; } inline void set_mProcessedText_32(String_t* value) { ___mProcessedText_32 = value; Il2CppCodeGenWriteBarrier((&___mProcessedText_32), value); } inline static int32_t get_offset_of_mLastScale_33() { return static_cast(offsetof(UILabel_t3248798549, ___mLastScale_33)); } inline Vector3_t3722313464 get_mLastScale_33() const { return ___mLastScale_33; } inline Vector3_t3722313464 * get_address_of_mLastScale_33() { return &___mLastScale_33; } inline void set_mLastScale_33(Vector3_t3722313464 value) { ___mLastScale_33 = value; } inline static int32_t get_offset_of_mLastText_34() { return static_cast(offsetof(UILabel_t3248798549, ___mLastText_34)); } inline String_t* get_mLastText_34() const { return ___mLastText_34; } inline String_t** get_address_of_mLastText_34() { return &___mLastText_34; } inline void set_mLastText_34(String_t* value) { ___mLastText_34 = value; Il2CppCodeGenWriteBarrier((&___mLastText_34), value); } inline static int32_t get_offset_of_mLastWidth_35() { return static_cast(offsetof(UILabel_t3248798549, ___mLastWidth_35)); } inline int32_t get_mLastWidth_35() const { return ___mLastWidth_35; } inline int32_t* get_address_of_mLastWidth_35() { return &___mLastWidth_35; } inline void set_mLastWidth_35(int32_t value) { ___mLastWidth_35 = value; } inline static int32_t get_offset_of_mLastEncoding_36() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEncoding_36)); } inline bool get_mLastEncoding_36() const { return ___mLastEncoding_36; } inline bool* get_address_of_mLastEncoding_36() { return &___mLastEncoding_36; } inline void set_mLastEncoding_36(bool value) { ___mLastEncoding_36 = value; } inline static int32_t get_offset_of_mLastCount_37() { return static_cast(offsetof(UILabel_t3248798549, ___mLastCount_37)); } inline int32_t get_mLastCount_37() const { return ___mLastCount_37; } inline int32_t* get_address_of_mLastCount_37() { return &___mLastCount_37; } inline void set_mLastCount_37(int32_t value) { ___mLastCount_37 = value; } inline static int32_t get_offset_of_mLastPass_38() { return static_cast(offsetof(UILabel_t3248798549, ___mLastPass_38)); } inline bool get_mLastPass_38() const { return ___mLastPass_38; } inline bool* get_address_of_mLastPass_38() { return &___mLastPass_38; } inline void set_mLastPass_38(bool value) { ___mLastPass_38 = value; } inline static int32_t get_offset_of_mLastShow_39() { return static_cast(offsetof(UILabel_t3248798549, ___mLastShow_39)); } inline bool get_mLastShow_39() const { return ___mLastShow_39; } inline bool* get_address_of_mLastShow_39() { return &___mLastShow_39; } inline void set_mLastShow_39(bool value) { ___mLastShow_39 = value; } inline static int32_t get_offset_of_mLastEffect_40() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEffect_40)); } inline int32_t get_mLastEffect_40() const { return ___mLastEffect_40; } inline int32_t* get_address_of_mLastEffect_40() { return &___mLastEffect_40; } inline void set_mLastEffect_40(int32_t value) { ___mLastEffect_40 = value; } inline static int32_t get_offset_of_mSize_41() { return static_cast(offsetof(UILabel_t3248798549, ___mSize_41)); } inline Vector3_t3722313464 get_mSize_41() const { return ___mSize_41; } inline Vector3_t3722313464 * get_address_of_mSize_41() { return &___mSize_41; } inline void set_mSize_41(Vector3_t3722313464 value) { ___mSize_41 = value; } inline static int32_t get_offset_of_mPremultiply_42() { return static_cast(offsetof(UILabel_t3248798549, ___mPremultiply_42)); } inline bool get_mPremultiply_42() const { return ___mPremultiply_42; } inline bool* get_address_of_mPremultiply_42() { return &___mPremultiply_42; } inline void set_mPremultiply_42(bool value) { ___mPremultiply_42 = value; } inline static int32_t get_offset_of_m_DrawSize_43() { return static_cast(offsetof(UILabel_t3248798549, ___m_DrawSize_43)); } inline Vector2_t2156229523 get_m_DrawSize_43() const { return ___m_DrawSize_43; } inline Vector2_t2156229523 * get_address_of_m_DrawSize_43() { return &___m_DrawSize_43; } inline void set_m_DrawSize_43(Vector2_t2156229523 value) { ___m_DrawSize_43 = value; } inline static int32_t get_offset_of_mApplyAlignmentForced_44() { return static_cast(offsetof(UILabel_t3248798549, ___mApplyAlignmentForced_44)); } inline bool get_mApplyAlignmentForced_44() const { return ___mApplyAlignmentForced_44; } inline bool* get_address_of_mApplyAlignmentForced_44() { return &___mApplyAlignmentForced_44; } inline void set_mApplyAlignmentForced_44(bool value) { ___mApplyAlignmentForced_44 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILABEL_T3248798549_H // UIPanel[] struct UIPanelU5BU5D_t1463265784 : public RuntimeArray { public: ALIGN_FIELD (8) UIPanel_t1716472341 * m_Items[1]; public: inline UIPanel_t1716472341 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UIPanel_t1716472341 ** 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, UIPanel_t1716472341 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline UIPanel_t1716472341 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UIPanel_t1716472341 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UIPanel_t1716472341 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.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); } }; // 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); } }; // UnityEngine.AnimationClip[] struct AnimationClipU5BU5D_t1636626578 : public RuntimeArray { public: ALIGN_FIELD (8) AnimationClip_t2318505987 * m_Items[1]; public: inline AnimationClip_t2318505987 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AnimationClip_t2318505987 ** 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, AnimationClip_t2318505987 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline AnimationClip_t2318505987 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AnimationClip_t2318505987 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AnimationClip_t2318505987 * 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); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** 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, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * 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; } }; // CardScrollViewItem[] struct CardScrollViewItemU5BU5D_t856059542 : public RuntimeArray { public: ALIGN_FIELD (8) CardScrollViewItem_t4220360527 * m_Items[1]; public: inline CardScrollViewItem_t4220360527 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CardScrollViewItem_t4220360527 ** 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, CardScrollViewItem_t4220360527 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CardScrollViewItem_t4220360527 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CardScrollViewItem_t4220360527 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CardScrollViewItem_t4220360527 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // CardScrollView/stTransOrg[] struct stTransOrgU5BU5D_t3423224351 : public RuntimeArray { public: ALIGN_FIELD (8) stTransOrg_t967933370 * m_Items[1]; public: inline stTransOrg_t967933370 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline stTransOrg_t967933370 ** 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, stTransOrg_t967933370 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline stTransOrg_t967933370 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline stTransOrg_t967933370 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, stTransOrg_t967933370 * 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); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596 : public RuntimeArray { public: ALIGN_FIELD (8) Texture2D_t3840446185 * m_Items[1]; public: inline Texture2D_t3840446185 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Texture2D_t3840446185 ** 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, Texture2D_t3840446185 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Texture2D_t3840446185 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Texture2D_t3840446185 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_t3840446185 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2461023210_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m973870487_gshared (GameObject_t1113636619 * __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); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, 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); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m3300912776_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // !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.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::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.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m212974362_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m186164705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m888956288_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_set_Item_m2256214292_gshared (List_1_t128053199 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m697420525_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(!0,!1,!2) extern "C" IL2CPP_METHOD_ATTR void Action_3_Invoke_m1255522585_gshared (Action_3_t626214215 * __this, RuntimeObject * p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3327106492_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3947764094_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BetterList_1_get_Item_m1187708413_gshared (BetterList_1_t2235126482 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::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::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m483119393_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m268294279_gshared (BetterList_1_t2235126482 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1087052065_gshared (BetterList_1_t2235126482 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m375183283_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m3841873687_gshared (List_1_t257213610 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_set_Item_m1979164443_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::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::Insert(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Insert_m814893238_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m116019857_gshared (List_1_t257213610 * __this, Comparison_1_t2855037343 * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m2424847318_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m183483489_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m1170170947_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1399450161_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1951681556_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // T DMCore.Framework.CModuleManager::CreateInstance(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CreateInstance_TisRuntimeObject_m1689615665_gshared (CModuleManager_t4250936907 * __this, String_t* ___scriptName0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3923002270 Dictionary_2_GetEnumerator_m1087370259_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t71524366 Enumerator_get_Current_m3431285658_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3495598764_gshared (KeyValuePair_2_t71524366 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3398155861_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m4193450060_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4059354831_gshared (Action_1_t1569734369 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void AchRewardInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchRewardInfo_set_ID_m2893061899 (AchRewardInfo_t359019997 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void AchRewardInfo::set_Num(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchRewardInfo_set_Num_m3204107474 (AchRewardInfo_t359019997 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void AchRewardInfo::set_LimitTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchRewardInfo_set_LimitTime_m1606107280 (AchRewardInfo_t359019997 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void IgnoreTimeScale::.ctor() extern "C" IL2CPP_METHOD_ATTR void IgnoreTimeScale__ctor_m3176585006 (IgnoreTimeScale_t3381352907 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Animation::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Animation_GetEnumerator_m1233868201 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.String UnityEngine.AnimationState::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* AnimationState_get_name_m2426172525 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::IsPlaying(System.String) extern "C" IL2CPP_METHOD_ATTR bool Animation_IsPlaying_m4012807256 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Single UnityEngine.AnimationState::get_time() extern "C" IL2CPP_METHOD_ATTR float AnimationState_get_time_m2889734845 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AnimationState::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationState_get_length_m2177740858 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void UnityEngine.AnimationState::set_time(System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_set_time_m3753967308 (AnimationState_t1108360407 * __this, float p0, const RuntimeMethod* method); // System.Single IgnoreTimeScale::UpdateRealTimeDelta() extern "C" IL2CPP_METHOD_ATTR float IgnoreTimeScale_UpdateRealTimeDelta_m4149425231 (IgnoreTimeScale_t3381352907 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AnimationState::get_speed() extern "C" IL2CPP_METHOD_ATTR float AnimationState_get_speed_m1122656433 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animation::Sample() extern "C" IL2CPP_METHOD_ATTR void Animation_Sample_m562269191 (Animation_t3648466861 * __this, 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); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m107833379(__this, p0, method) (( void (*) (Action_1_t3647724237 *, ActiveAnimation_t3475256642 *, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, method) // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void 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); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void 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); // System.Boolean UnityEngine.Animation::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool Animation_get_isPlaying_m1022540967 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::Play() extern "C" IL2CPP_METHOD_ATTR bool Animation_Play_m2798573761 (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.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 UnityEngine.AnimationState::set_speed(System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_set_speed_m2787468711 (AnimationState_t1108360407 * __this, float p0, const RuntimeMethod* method); // 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); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisUIPanel_t1716472341_m2476359708(__this, method) (( UIPanelU5BU5D_t1463265784* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // System.Void UIPanel::Refresh() extern "C" IL2CPP_METHOD_ATTR void UIPanel_Refresh_m3094808591 (UIPanel_t1716472341 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisActiveAnimation_t3475256642_m3757932823(__this, method) (( ActiveAnimation_t3475256642 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisActiveAnimation_t3475256642_m513002695(__this, method) (( ActiveAnimation_t3475256642 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void ActiveAnimation::Play(System.String,AnimationOrTween.Direction) extern "C" IL2CPP_METHOD_ATTR void ActiveAnimation_Play_m2066186773 (ActiveAnimation_t3475256642 * __this, String_t* ___clipName0, int32_t ___playDirection1, const RuntimeMethod* method); // ActiveAnimation ActiveAnimation::Play(UnityEngine.Animation,System.String,AnimationOrTween.Direction,AnimationOrTween.EnableCondition,AnimationOrTween.DisableCondition) extern "C" IL2CPP_METHOD_ATTR ActiveAnimation_t3475256642 * ActiveAnimation_Play_m2479515133 (RuntimeObject * __this /* static, unused */, Animation_t3648466861 * ___anim0, String_t* ___clipName1, int32_t ___playDirection2, int32_t ___enableBeforePlay3, int32_t ___disableCondition4, const RuntimeMethod* method); // System.Void IMonoCtrllor::.ctor() extern "C" IL2CPP_METHOD_ATTR void IMonoCtrllor__ctor_m471545973 (IMonoCtrllor_t1427182583 * __this, const RuntimeMethod* method); // System.Void ActivityMenberRenewController::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController__ctor_m2929132113 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method); // System.Void ActivityMenberRenewController::TryShowCloth() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_TryShowCloth_m718592620 (ActivityMenberRenewController_t222386189 * __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); // System.Int32 DMCore.Logic.CActivityManager::AnnounceClothCount() extern "C" IL2CPP_METHOD_ATTR int32_t CActivityManager_AnnounceClothCount_m1980580295 (CActivityManager_t1081296145 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CActivityManager::AnnounceClothInfo() extern "C" IL2CPP_METHOD_ATTR String_t* CActivityManager_AnnounceClothInfo_m2451540482 (CActivityManager_t1081296145 * __this, const RuntimeMethod* method); // System.Void DMCore.OnMsgBoxClkCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack__ctor_m2163616605 (OnMsgBoxClkCallBack_t3229751541 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageBox(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageBox_m686064934 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___appendDesc1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, const RuntimeMethod* method); // DMCore.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.CWndController::ShowUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m3552255067 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // MemberManager MemberManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MemberManager_t2979457932 * MemberManager_GetInstance_m1562229700 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 MemberManager::GetMemberRechargeID(enumMemberLevel) extern "C" IL2CPP_METHOD_ATTR int32_t MemberManager_GetMemberRechargeID_m1002045769 (MemberManager_t2979457932 * __this, int32_t ___memberLevel0, const RuntimeMethod* method); // System.String MemberManager::get_Price() extern "C" IL2CPP_METHOD_ATTR String_t* MemberManager_get_Price_m1299568404 (MemberManager_t2979457932 * __this, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void MemberManager::Buy(System.Int32,System.Int32,System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MemberManager_Buy_m936576913 (MemberManager_t2979457932 * __this, int32_t ___id0, int32_t ___type1, int32_t ___mPage2, String_t* ____mBuyPrice3, String_t* ____mBuyTitle4, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMListView_t512231514_m151075097(__this, method) (( DMListView_t512231514 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void DMListView::SetEnumInfo(DMListView/Type,DMListView/Allign) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetEnumInfo_m2581368040 (DMListView_t512231514 * __this, int32_t ___type0, int32_t ___allign1, const RuntimeMethod* method); // DMCore.Logic.CHandbookAllClothesCfg DMCore.Logic.CHandbookAllClothesCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandbookAllClothesCfg_t703745743 * CHandbookAllClothesCfg_GetInstance_m3834828096 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CHandBookManager DMCore.Logic.CHandBookManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandBookManager_t2716637598 * CHandBookManager_GetInstance_m3268041598 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CHandbookAllClothesCfg::GetItemList(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t2092179787 * CHandbookAllClothesCfg_GetItemList_m1331541043 (CHandbookAllClothesCfg_t703745743 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m722541930(__this, method) (( int32_t (*) (List_1_t2092179787 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 DMListView::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t DMListView_GetCount_m1758119318 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::GenerateItemList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_GenerateItemList_m637906825 (DMListView_t512231514 * __this, int32_t ____count0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m2976157357 (int32_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookManager::DefaultSortItemList() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_DefaultSortItemList_m1250733269 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookManager::SortItemList() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_SortItemList_m3201155448 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method); // System.Void AllClothesListView::Update() extern "C" IL2CPP_METHOD_ATTR void AllClothesListView_Update_m273077365 (AllClothesListView_t3567130420 * __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); // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextHelp_t3119637808 * CTextHelp_GetInstance_m3392996374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m3374553046 (CTextHelp_t3119637808 * __this, String_t* ___val0, String_t* ___defaultVal1, const RuntimeMethod* method); // !!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) // 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); // !!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_TisUISprite_t194114938_m2812077901(__this, method) (( UISprite_t194114938 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, 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); // 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) // System.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Boolean AmountWnd::LoadTexture() extern "C" IL2CPP_METHOD_ATTR bool AmountWnd_LoadTexture_m3040646004 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void AmountWnd::UpdateAmount(System.Int64) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_UpdateAmount_m2565964771 (AmountWnd_t1885830546 * __this, int64_t ___newAmount0, 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.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); // 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.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 AmountWnd/OnConfirmAmount::Invoke(System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmAmount_Invoke_m3434044302 (OnConfirmAmount_t1847612891 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, const RuntimeMethod* method); // System.Void AmountWnd/OnConfirmBuyAmount::Invoke(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount_Invoke_m687452251 (OnConfirmBuyAmount_t1541777540 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, int32_t ___cashType3, const RuntimeMethod* method); // System.Void AmountWnd/OnCancelAndExit::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit_Invoke_m1619792871 (OnCancelAndExit_t18917141 * __this, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.IHelp::GetResManager() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IHelp_GetResManager_m1508557610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(__this, method) (( UIAtlas_t3195533529 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void AmountWnd::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnPageInit_m721007046 (AmountWnd_t1885830546 * __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 UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Void DMCore.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.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // UIAtlas AmountWnd::_GetAtlas(System.String) extern "C" IL2CPP_METHOD_ATTR UIAtlas_t3195533529 * AmountWnd__GetAtlas_m1136442789 (AmountWnd_t1885830546 * __this, String_t* ___path0, 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.Void AmountWnd::OnClkBindDimond() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnClkBindDimond_m1789004747 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method); // DMCore.Logic.CurrencyUnit DMCore.Logic.CurrencyGetManager::get_Diamond() extern "C" IL2CPP_METHOD_ATTR CurrencyUnit_t374561803 * CurrencyGetManager_get_Diamond_m3411783414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CurrencyUnit::get_PreValue() extern "C" IL2CPP_METHOD_ATTR int64_t CurrencyUnit_get_PreValue_m3335683465 (CurrencyUnit_t374561803 * __this, const RuntimeMethod* method); // DMCore.Logic.CurrencyUnit DMCore.Logic.CurrencyGetManager::get_Gold() extern "C" IL2CPP_METHOD_ATTR CurrencyUnit_t374561803 * CurrencyGetManager_get_Gold_m2364791842 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void AmountWnd::SetPayWayPointActive(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_SetPayWayPointActive_m1175264245 (AmountWnd_t1885830546 * __this, int32_t ___id0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, 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) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, method) (( UIPanel_t1716472341 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void AnimatedAlpha::Update() extern "C" IL2CPP_METHOD_ATTR void AnimatedAlpha_Update_m4183354007 (AnimatedAlpha_t1840762679 * __this, const RuntimeMethod* method); // System.Void UIWidget::set_alpha(System.Single) extern "C" IL2CPP_METHOD_ATTR void UIWidget_set_alpha_m2278043477 (UIWidget_t3538521925 * __this, float ___value0, const RuntimeMethod* method); // System.Void UIPanel::set_alpha(System.Single) extern "C" IL2CPP_METHOD_ATTR void UIPanel_set_alpha_m2999856520 (UIPanel_t1716472341 * __this, float ___value0, 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); // System.Void AnimSequence::PlayNext() extern "C" IL2CPP_METHOD_ATTR void AnimSequence_PlayNext_m2341923788 (AnimSequence_t2739646792 * __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) // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::RemoveClip(System.String) extern "C" IL2CPP_METHOD_ATTR void Animation_RemoveClip_m482305499 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void 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.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisMeshRenderer_t587009260_m2899624428(__this, method) (( MeshRenderer_t587009260 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185(__this, method) (( SkinnedMeshRenderer_t245602842 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UnityEngine.Debug::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_m3752629331 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * Renderer_get_sharedMaterial_m1936632411 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m249231841 (Material_t340375123 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // UnityEngine.Texture UnityEngine.Material::get_mainTexture() extern "C" IL2CPP_METHOD_ATTR Texture_t3661962703 * Material_get_mainTexture_m692510677 (Material_t340375123 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void Material_set_mainTexture_m544811714 (Material_t340375123 * __this, Texture_t3661962703 * p0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Max_m3673002171 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_m3970636864 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTextureScale(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void Material_set_mainTextureScale_m2067513003 (Material_t340375123 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTextureOffset(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void Material_set_mainTextureOffset_m2452486895 (Material_t340375123 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_m2374163090 (Renderer_t2627027031 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m2288369078 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, bool p1, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(__this /* static, unused */, ___local0, ___path1, method) (( UILabel_t3248798549 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(__this /* static, unused */, ___local0, ___path1, method) (( UITexture_t3471168817 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CShopManager::GetIconPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopManager_GetIconPath_m2562341149 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetTextureIcon(UITexture,System.String,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetTextureIcon_m1616628797 (RuntimeObject * __this /* static, unused */, UITexture_t3471168817 * ___iconHost0, String_t* ___iconPath1, Vector3_t3722313464 ___orignalSize2, const RuntimeMethod* method); // System.String DMCore.Logic.CPropManager::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetName_m3847477158 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // DMCore.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); // !!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); // UIEventListener UIEventListener::Get(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR UIEventListener_t1665237878 * UIEventListener_Get_m270722295 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method); // System.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) // 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); // !!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 AwardListItem::InitUI() extern "C" IL2CPP_METHOD_ATTR bool AwardListItem_InitUI_m3621199470 (AwardListItem_t2103844205 * __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::GetFinalistInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR GameRewardInfo_t1982501205 * CChangeGameManager_GetFinalistInfo_m752662582 (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); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetAvatarVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetAvatarVisible_m2509149113 (RuntimeObject * __this /* static, unused */, bool ___bShow0, const RuntimeMethod* method); // System.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.Boolean DMCore.Logic.CShopManager::IsClothing(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CShopManager_IsClothing_m480793725 (RuntimeObject * __this /* static, unused */, int32_t ___configID0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop/OnClickMsgCallBack::Invoke(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnClickMsgCallBack_Invoke_m1441529840 (OnClickMsgCallBack_t2526724959 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CVipManager::SetVipLevel(UISprite,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CVipManager_SetVipLevel_m1076008873 (RuntimeObject * __this /* static, unused */, UISprite_t194114938 * ___destObj0, int32_t ___destLevel1, const RuntimeMethod* method); // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PersonaliseConfig_t2812043406 * PersonaliseConfig_GetInstance_m2421924694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.PersonaliseConfig::GetUserHeadBoxInfoByID(System.Int32,UISprite) extern "C" IL2CPP_METHOD_ATTR bool PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277 (PersonaliseConfig_t2812043406 * __this, int32_t ___headbox0, UISprite_t194114938 * ___spriteTarget1, const RuntimeMethod* method); // 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 System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2818691425(__this, method) (( void (*) (List_1_t521991992 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3200760697(__this, method) (( void (*) (Dictionary_2_t2233597877 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1292435543(__this, method) (( int32_t (*) (List_1_t521991992 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean BMFont::get_isValid() extern "C" IL2CPP_METHOD_ATTR bool BMFont_get_isValid_m753448775 (BMFont_t2757936676 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m403413757(__this, method) (( int32_t (*) (Dictionary_2_t2233597877 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2023298665(__this, p0, method) (( BMGlyph_t3344884546 * (*) (List_1_t521991992 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2299864123(__this, p0, p1, method) (( void (*) (Dictionary_2_t2233597877 *, int32_t, BMGlyph_t3344884546 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1563681293(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2233597877 *, int32_t, BMGlyph_t3344884546 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void BMGlyph::.ctor() extern "C" IL2CPP_METHOD_ATTR void BMGlyph__ctor_m4257097929 (BMGlyph_t3344884546 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1414219337(__this, p0, method) (( void (*) (List_1_t521991992 *, BMGlyph_t3344884546 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // BMGlyph BMFont::GetGlyph(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR BMGlyph_t3344884546 * BMFont_GetGlyph_m1952435058 (BMFont_t2757936676 * __this, int32_t ___index0, bool ___createIfMissing1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3614375616(__this, method) (( void (*) (Dictionary_2_t2233597877 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m795218151(__this, method) (( void (*) (List_1_t521991992 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void BMGlyph::Trim(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMGlyph_Trim_m2255409772 (BMGlyph_t3344884546 * __this, int32_t ___xMin0, int32_t ___yMin1, int32_t ___xMax2, int32_t ___yMax3, 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 System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) #define List_1_set_Item_m2256214292(__this, p0, p1, method) (( void (*) (List_1_t128053199 *, int32_t, int32_t, const RuntimeMethod*))List_1_set_Item_m2256214292_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m697420525(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Add_m697420525_gshared)(__this, p0, method) // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, 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); // UnityEngine.Texture UIAtlas::get_texture() extern "C" IL2CPP_METHOD_ATTR Texture_t3661962703 * UIAtlas_get_texture_m1115131669 (UIAtlas_t3195533529 * __this, const RuntimeMethod* method); // UIAtlas/Coordinates UIAtlas::get_coordinates() extern "C" IL2CPP_METHOD_ATTR int32_t UIAtlas_get_coordinates_m511233365 (UIAtlas_t3195533529 * __this, 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.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); // System.Single UnityEngine.Rect::get_width() extern "C" IL2CPP_METHOD_ATTR float Rect_get_width_m3421484486 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::RoundToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m1874334613 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() extern "C" IL2CPP_METHOD_ATTR float Rect_get_height_m1358425599 (Rect_t2360479859 * __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); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, 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); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_TRS_m3801934620 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Quaternion_t2301928331 p1, Vector3_t3722313464 p2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint3x4(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyPoint3x4_m4145063176 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m1803555822 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.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); // 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); // 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::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.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.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUILabel_t3248798549_m3939638177(__this, method) (( UILabel_t3248798549 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.String UILabel::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* UILabel_get_text_m389124667 (UILabel_t3248798549 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCLogin_t728508773_m2746113055(__this, method) (( CLogin_t728508773 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void CLogin/_OnRegisterLoginUserAccResult::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void _OnRegisterLoginUserAccResult__ctor_m915503602 (_OnRegisterLoginUserAccResult_t314615006 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void CLogin::RegisterFunc_LoginAcc(CLogin/_OnRegisterLoginUserAccResult) extern "C" IL2CPP_METHOD_ATTR void CLogin_RegisterFunc_LoginAcc_m3389947052 (CLogin_t728508773 * __this, _OnRegisterLoginUserAccResult_t314615006 * ___func0, const RuntimeMethod* method); // System.Void CLogin::LoginAcc(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CLogin_LoginAcc_m493858843 (CLogin_t728508773 * __this, String_t* ___account0, String_t* ___secret1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUICheckbox_t2276134195_m2808817120(__this, method) (( UICheckbox_t2276134195 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Boolean UICheckbox::get_isChecked() extern "C" IL2CPP_METHOD_ATTR bool UICheckbox_get_isChecked_m3880052987 (UICheckbox_t2276134195 * __this, const RuntimeMethod* method); // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.CAccManager DMCore.CRoot::GetAccManager() extern "C" IL2CPP_METHOD_ATTR CAccManager_t1454736772 * CRoot_GetAccManager_m510313156 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.CAccManager::SetCurAcc(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetCurAcc_m2677280137 (CAccManager_t1454736772 * __this, String_t* ___acc0, String_t* ___secret1, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::Save() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_Save_m839917893 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TislogicLogin_main_page_t116642790_m785967240(__this, method) (( logicLogin_main_page_t116642790 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void logicLogin_main_page::ChangePage(logicLogin_main_page/emPage) extern "C" IL2CPP_METHOD_ATTR void logicLogin_main_page_ChangePage_m401271940 (logicLogin_main_page_t116642790 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Boolean BuglyAgent::get_IsInitialized() extern "C" IL2CPP_METHOD_ATTR bool BuglyAgent_get_IsInitialized_m3162492208 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void BuglyAgent::DebugLog(System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_DebugLog_m618041714 (RuntimeObject * __this /* static, unused */, String_t* ___tag0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method); // System.Void BuglyAgent::InitBuglyAgent(System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_InitBuglyAgent_m638205783 (RuntimeObject * __this /* static, unused */, String_t* ___appId0, const RuntimeMethod* method); // System.Void BuglyAgent::_RegisterExceptionHandler() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__RegisterExceptionHandler_m2751220235 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void BuglyAgent::add__LogCallbackEventHandler(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_add__LogCallbackEventHandler_m3687269688 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___value0, const RuntimeMethod* method); // System.Void BuglyAgent::_HandleException(System.Exception,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m2117176679 (RuntimeObject * __this /* static, unused */, Exception_t * ___e0, String_t* ___message1, bool ___uncaught2, const RuntimeMethod* method); // System.Void BuglyAgent::_HandleException(LogSeverity,System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m1693205556 (RuntimeObject * __this /* static, unused */, int32_t ___logLevel0, String_t* ___name1, String_t* ___message2, String_t* ___stackTrace3, bool ___uncaught4, const RuntimeMethod* method); // System.Void BuglyAgent::remove__LogCallbackEventHandler(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_remove__LogCallbackEventHandler_m2777846524 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___value0, const RuntimeMethod* method); // System.Void BuglyAgent::SetUserInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetUserInfo_m297643624 (RuntimeObject * __this /* static, unused */, String_t* ___userInfo0, const RuntimeMethod* method); // System.Void BuglyAgent::SetCurrentScene(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetCurrentScene_m574062948 (RuntimeObject * __this /* static, unused */, int32_t ___sceneId0, const RuntimeMethod* method); // System.Void BuglyAgent::AddKeyAndValueInScene(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_AddKeyAndValueInScene_m1838434569 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Void BuglyAgent::EnableDebugMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_EnableDebugMode_m2696753976 (RuntimeObject * __this /* static, unused */, bool ___enable0, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigDefaultBeforeInit(System.String,System.String,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefaultBeforeInit_m3807483764 (RuntimeObject * __this /* static, unused */, String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void System.Console::WriteLine(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m398426893 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void BuglyAgent::LogToConsole(LogSeverity,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_LogToConsole_m3673452031 (RuntimeObject * __this /* static, unused */, int32_t ___level0, String_t* ___message1, 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.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void UnityEngine.Application/LogCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void LogCallback__ctor_m144650965 (LogCallback_t3588208630 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void UnityEngine.Application::add_logMessageReceived(UnityEngine.Application/LogCallback) extern "C" IL2CPP_METHOD_ATTR void Application_add_logMessageReceived_m3912321845 (RuntimeObject * __this /* static, unused */, LogCallback_t3588208630 * p0, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.UnhandledExceptionEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnhandledExceptionEventHandler__ctor_m626016213 (UnhandledExceptionEventHandler_t3101989324 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.AppDomain::add_UnhandledException(System.UnhandledExceptionEventHandler) extern "C" IL2CPP_METHOD_ATTR void AppDomain_add_UnhandledException_m66698413 (AppDomain_t1571427825 * __this, UnhandledExceptionEventHandler_t3101989324 * p0, const RuntimeMethod* method); // System.String UnityEngine.Application::get_unityVersion() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_unityVersion_m1068543125 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void BuglyAgent::SetUnityVersion() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetUnityVersion_m4114381708 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Application::remove_logMessageReceived(UnityEngine.Application/LogCallback) extern "C" IL2CPP_METHOD_ATTR void Application_remove_logMessageReceived_m869397979 (RuntimeObject * __this /* static, unused */, LogCallback_t3588208630 * p0, const RuntimeMethod* method); // System.Void System.AppDomain::remove_UnhandledException(System.UnhandledExceptionEventHandler) extern "C" IL2CPP_METHOD_ATTR void AppDomain_remove_UnhandledException_m1144722992 (AppDomain_t1571427825 * __this, UnhandledExceptionEventHandler_t3101989324 * p0, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(!0,!1,!2) #define Action_3_Invoke_m1223873058(__this, p0, p1, p2, method) (( void (*) (Action_3_t844242923 *, String_t*, String_t*, int32_t, const RuntimeMethod*))Action_3_Invoke_m1255522585_gshared)(__this, p0, p1, p2, method) // System.Boolean System.String::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Contains_m1147431944 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Object System.UnhandledExceptionEventArgs::get_ExceptionObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UnhandledExceptionEventArgs_get_ExceptionObject_m862578480 (UnhandledExceptionEventArgs_t2886101344 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Debug::get_isDebugBuild() extern "C" IL2CPP_METHOD_ATTR bool Debug_get_isDebugBuild_m1389897688 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Type System.Exception::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Exception_GetType_m2227967756 (Exception_t * __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m727500069 (StackTrace_t1598645457 * __this, Exception_t * p0, bool p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3255666490 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendLine() extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_m2783356575 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void BuglyAgent::_reportException(System.Boolean,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__reportException_m1161814778 (RuntimeObject * __this /* static, unused */, bool ___uncaught0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, const RuntimeMethod* method); // System.String UnityEngine.StackTraceUtility::ExtractStackTrace() extern "C" IL2CPP_METHOD_ATTR String_t* StackTraceUtility_ExtractStackTrace_m3279197967 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.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.Void BuglyAgent::PrintLog(LogSeverity,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_PrintLog_m451996820 (RuntimeObject * __this /* static, unused */, int32_t ___level0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method); // System.Void BuglyAgent::ReportException(System.Int32,System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_m4113475987 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, bool ___quitProgram4, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m1728442805 (Regex_t3657309853 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * Regex_Match_m2255756165 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() extern "C" IL2CPP_METHOD_ATTR bool Group_get_Success_m1492300455 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR Group_t2468205786 * GroupCollection_get_Item_m3293401907 (GroupCollection_t69770484 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m538076933 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigDebugMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDebugMode_m2220911515 (RuntimeObject * __this /* static, unused */, bool ___enable0, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigDefault(System.String,System.String,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefault_m4200879642 (RuntimeObject * __this /* static, unused */, String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigAutoReportLogLevel(LogSeverity) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoReportLogLevel_m641268479 (RuntimeObject * __this /* static, unused */, int32_t ___level0, const RuntimeMethod* method); // System.Void BuglyAgent::ConfigAutoQuitApplication(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoQuitApplication_m3709677150 (RuntimeObject * __this /* static, unused */, bool ___autoQuit0, const RuntimeMethod* method); // System.Void BuglyAgent::RegisterLogCallback(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_RegisterLogCallback_m2708184726 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___handler0, const RuntimeMethod* method); // System.Void BuglyAgent::InitWithAppId(System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_InitWithAppId_m124808292 (RuntimeObject * __this /* static, unused */, String_t* ___appId0, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m565254235 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Byte[] UnityEngine.TextAsset::get_bytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TextAsset_get_bytes_m1826471440 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String ByteReader::ReadLine(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ByteReader_ReadLine_m268564914 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___start1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.String ByteReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* ByteReader_ReadLine_m1591854590 (ByteReader_t1539670756 * __this, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.Int32,System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3580120853 (String_t* __this, CharU5BU5D_t3528271667* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m187286838(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Boolean ByteReader::get_canRead() extern "C" IL2CPP_METHOD_ATTR bool ByteReader_get_canRead_m2810394985 (ByteReader_t1539670756 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.ITextBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITextBase__ctor_m91730659 (ITextBase_t660344599 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1360890984(__this, method) (( void (*) (Dictionary_2_t1914713242 *, 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 CAchievementMedalCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAchievementMedalCfg__ctor_m1961783044 (CAchievementMedalCfg_t1489202100 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m553817714(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1914713242 *, int32_t, MedalInfo_t3025999911 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4224015718(__this, method) (( void (*) (Dictionary_2_t1914713242 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, 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::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_Log_m386290467 (CLogHelp_t779629444 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m926144416 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, const RuntimeMethod* method); // System.Void CAchievementMedalCfg/MedalInfo::.ctor(System.Int32,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo__ctor_m87748144 (MedalInfo_t3025999911 * __this, int32_t ___id0, String_t* ___name1, String_t* ___path2, String_t* ___desc3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3141978203(__this, p0, p1, method) (( void (*) (Dictionary_2_t1914713242 *, int32_t, MedalInfo_t3025999911 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Misc.CLogHelp::LogError(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogError_m609093992 (CLogHelp_t779629444 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void CAchievementMedalCfg/MedalInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_ID_m2013374037 (MedalInfo_t3025999911 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CAchievementMedalCfg/MedalInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_Name_m2128819022 (MedalInfo_t3025999911 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void CAchievementMedalCfg/MedalInfo::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_Path_m4034932089 (MedalInfo_t3025999911 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void CAchievementMedalCfg/MedalInfo::set_Desc(System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_Desc_m4177815805 (MedalInfo_t3025999911 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1702633497(__this, method) (( void (*) (Dictionary_2_t3512355514 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3471597227(__this, method) (( void (*) (Dictionary_2_t3477736492 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2666159483(__this, method) (( void (*) (Dictionary_2_t3477735814 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void CAchievementNewCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAchievementNewCfg__ctor_m768563319 (CAchievementNewCfg_t3177975818 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m4204309974(__this, method) (( int32_t (*) (Dictionary_2_t3512355514 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m2114147124(__this, method) (( int32_t (*) (Dictionary_2_t3477736492 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m300178353(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3512355514 *, int32_t, AchOuterInfo_t328674887 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m117513998(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3477735814 *, int32_t, AchInnerInfo_t294055187 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m207032346(__this, method) (( void (*) (List_1_t1766130607 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // CAchievementNewCfg/AchOuterInfo CAchievementNewCfg::GetOuterInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR AchOuterInfo_t328674887 * CAchievementNewCfg_GetOuterInfoByID_m3055266919 (CAchievementNewCfg_t3177975818 * __this, int32_t ___outerId0, const RuntimeMethod* method); // DMCore.Logic.CAchievementManager DMCore.Logic.CAchievementManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CAchievementManager_t5352954 * CAchievementManager_GetInstance_m3432798286 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAchievementManager::GetInterID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CAchievementManager_GetInterID_m132780976 (CAchievementManager_t5352954 * __this, int32_t ___index0, int32_t ___cate1, const RuntimeMethod* method); // CAchievementNewCfg/AchInterInfo CAchievementNewCfg::GetInterInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR AchInterInfo_t294055865 * CAchievementNewCfg_GetInterInfoByID_m1170886589 (CAchievementNewCfg_t3177975818 * __this, int32_t ___interId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2076153196(__this, p0, method) (( void (*) (List_1_t1766130607 *, AchInterInfo_t294055865 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 CAchievementNewCfg/AchOuterInfo::get_InterCount() extern "C" IL2CPP_METHOD_ATTR int32_t AchOuterInfo_get_InterCount_m1056338174 (AchOuterInfo_t328674887 * __this, const RuntimeMethod* method); // System.Void CAchievementNewCfg/AchOuterInfo::.ctor(System.Int32,System.String,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo__ctor_m3412322930 (AchOuterInfo_t328674887 * __this, int32_t ___id0, String_t* ___name1, List_1_t1766130607 * ___interInfoList2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1945832797(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3477736492 *, int32_t, AchInterInfo_t294055865 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Collections.Generic.List`1 CAchievementNewCfg/AchInterInfo::get_InnerInfoList() extern "C" IL2CPP_METHOD_ATTR List_1_t1766129929 * AchInterInfo_get_InnerInfoList_m2936323657 (AchInterInfo_t294055865 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1228749010(__this, method) (( void (*) (Dictionary_2_t3512355514 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3281386778(__this, method) (( void (*) (Dictionary_2_t3477736492 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2475949676(__this, method) (( void (*) (Dictionary_2_t3477735814 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m314623807(__this, p0, method) (( void (*) (List_1_t1766130607 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m3529938260(__this, p0, method) (( void (*) (List_1_t1766129929 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void CAchievementNewCfg/AchInnerInfo::.ctor(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo__ctor_m1883499260 (AchInnerInfo_t294055187 * __this, int32_t ___id0, String_t* ___name1, String_t* ___desc2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2000278246(__this, p0, method) (( void (*) (List_1_t1766129929 *, AchInnerInfo_t294055187 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m4206511075(__this, p0, p1, method) (( void (*) (Dictionary_2_t3477735814 *, int32_t, AchInnerInfo_t294055187 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void CAchievementNewCfg/AchInterInfo::.ctor(System.Int32,System.String,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo__ctor_m1273811993 (AchInterInfo_t294055865 * __this, int32_t ___id0, String_t* ___name1, List_1_t1766129929 * ___innerInfoList2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m364072457(__this, p0, p1, method) (( void (*) (Dictionary_2_t3477736492 *, int32_t, AchInterInfo_t294055865 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2702825800(__this, p0, p1, method) (( void (*) (Dictionary_2_t3512355514 *, int32_t, AchOuterInfo_t328674887 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void CAchievementNewCfg/AchInnerInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_ID_m2976352151 (AchInnerInfo_t294055187 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CAchievementNewCfg/AchInnerInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_Name_m864453900 (AchInnerInfo_t294055187 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void CAchievementNewCfg/AchInnerInfo::set_Desc(System.String) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_Desc_m2471977212 (AchInnerInfo_t294055187 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3134303520(__this, method) (( void (*) (List_1_t1831094739 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void CAchievementNewCfg/AchInnerInfo::set_RewardInfoList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_RewardInfoList_m311962592 (AchInnerInfo_t294055187 * __this, List_1_t1831094739 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 CAchievementNewCfg/AchInnerInfo::get_RewardInfoList() extern "C" IL2CPP_METHOD_ATTR List_1_t1831094739 * AchInnerInfo_get_RewardInfoList_m674391589 (AchInnerInfo_t294055187 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3451667729(__this, method) (( int32_t (*) (List_1_t1831094739 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void CAchievementNewCfg/AchInterInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo_set_ID_m984647796 (AchInterInfo_t294055865 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CAchievementNewCfg/AchInterInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo_set_Name_m92691487 (AchInterInfo_t294055865 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void CAchievementNewCfg/AchInterInfo::set_InnerInfoList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo_set_InnerInfoList_m3377696299 (AchInterInfo_t294055865 * __this, List_1_t1766129929 * ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1932901463(__this, method) (( int32_t (*) (List_1_t1766129929 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void CAchievementNewCfg/AchOuterInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo_set_ID_m1910252516 (AchOuterInfo_t328674887 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CAchievementNewCfg/AchOuterInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo_set_Name_m2262191376 (AchOuterInfo_t328674887 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void CAchievementNewCfg/AchOuterInfo::set_InterInfoList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo_set_InterInfoList_m3417604280 (AchOuterInfo_t328674887 * __this, List_1_t1766130607 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 CAchievementNewCfg/AchOuterInfo::get_InterInfoList() extern "C" IL2CPP_METHOD_ATTR List_1_t1766130607 * AchOuterInfo_get_InterInfoList_m1281832000 (AchOuterInfo_t328674887 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3399829959(__this, method) (( int32_t (*) (List_1_t1766130607 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void CSkeletonSite/CSkeletonSnap::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap__ctor_m2085219893 (CSkeletonSnap_t2156242323 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m3174022346(__this, method) (( void (*) (BetterList_1_t2419161419 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m4029091568(__this, method) (( void (*) (BetterList_1_t3563600241 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void CSkeletonSite/CSkeletonSnap::Stop() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_Stop_m2024553020 (CSkeletonSnap_t2156242323 * __this, 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); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean CAnimSite::SetIdleAnim(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_SetIdleAnim_m2919088148 (CAnimSite_t233742424 * __this, String_t* ___animPath0, float ___idleFadeIn1, const RuntimeMethod* method); // System.Void CAnimSite::_DoAnimation() extern "C" IL2CPP_METHOD_ATTR void CAnimSite__DoAnimation_m3938700310 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // UnityEngine.AnimationClip DMCore.CAnimManager::GetAnimClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CAnimManager_GetAnimClip_m1783282542 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::Stop() extern "C" IL2CPP_METHOD_ATTR void Animation_Stop_m195768787 (Animation_t3648466861 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3605527122(__this, p0, method) (( stAnimInfo_t3264141101 * (*) (BetterList_1_t2419161419 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Boolean CAnimSite::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_PlayAnimClip_m2670366768 (CAnimSite_t233742424 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method); // System.Void CAnimSite::PlayAnimOnce(System.String,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_PlayAnimOnce_m1204976410 (CAnimSite_t233742424 * __this, String_t* ___animPath0, float ___delay1, float ___fadeIn2, 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.AnimationClip UnityEngine.Animation::get_clip() extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * Animation_get_clip_m1019546398 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() extern "C" IL2CPP_METHOD_ATTR float Time_get_time_m2907476221 (RuntimeObject * __this /* static, unused */, 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); // System.Void CAnimSite/stAnimInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stAnimInfo__ctor_m2470128649 (stAnimInfo_t3264141101 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3065781169(__this, p0, method) (( void (*) (BetterList_1_t2419161419 *, stAnimInfo_t3264141101 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // UnityEngine.AnimationState UnityEngine.Animation::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationState_t1108360407 * Animation_get_Item_m2435218778 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean UnityEngine.TrackedReference::op_Inequality(UnityEngine.TrackedReference,UnityEngine.TrackedReference) extern "C" IL2CPP_METHOD_ATTR bool TrackedReference_op_Inequality_m832179495 (RuntimeObject * __this /* static, unused */, TrackedReference_t1199777556 * p0, TrackedReference_t1199777556 * p1, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m1068839046(__this, method) (( void (*) (BetterList_1_t2419161419 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // System.Void UnityEngine.Animation::set_clip(UnityEngine.AnimationClip) extern "C" IL2CPP_METHOD_ATTR void Animation_set_clip_m2768026374 (Animation_t3648466861 * __this, AnimationClip_t2318505987 * p0, const RuntimeMethod* method); // System.Void BetterList`1::Release() #define BetterList_1_Release_m2785092524(__this, method) (( void (*) (BetterList_1_t2419161419 *, const RuntimeMethod*))BetterList_1_Release_m483119393_gshared)(__this, method) // System.Void CAnimSite::StopAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_StopAnim_m744227390 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m3937775778(__this, method) (( void (*) (BetterList_1_t3563600241 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // System.Void CAnimSite::_CheckDirtyAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite__CheckDirtyAnim_m2422570967 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Boolean CAnimSite::get_EnableAnim() extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_get_EnableAnim_m589562645 (CAnimSite_t233742424 * __this, const RuntimeMethod* method); // System.Void CSkeletonSite/CSkeletonSnap::OnLerpSkeleton(CSkeletonSite) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_OnLerpSkeleton_m3127405303 (CSkeletonSnap_t2156242323 * __this, CSkeletonSite_t1178137573 * ___siteVal0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m2539858282(__this, method) (( void (*) (BetterList_1_t1002471007 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m1285147616(__this, method) (( void (*) (BetterList_1_t1473526305 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // CAnimSite/stAnimBaseInfo CAnimSite::FindExistAnimByName(System.String) extern "C" IL2CPP_METHOD_ATTR stAnimBaseInfo_t113612627 * CAnimSite_FindExistAnimByName_m2294962155 (CAnimSite_t233742424 * __this, String_t* ___animName0, const RuntimeMethod* method); // UnityEngine.AnimationClip UnityEngine.AnimationState::get_clip() extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * AnimationState_get_clip_m3280372436 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m509005318(__this, p0, method) (( void (*) (BetterList_1_t1473526305 *, AnimationClip_t2318505987 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m154076240(__this, p0, method) (( void (*) (BetterList_1_t1002471007 *, String_t*, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m1397742623(__this, p0, method) (( String_t* (*) (BetterList_1_t1002471007 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m2307190224(__this, p0, method) (( stAnimBaseInfo_t113612627 * (*) (BetterList_1_t3563600241 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void BetterList`1::RemoveAt(System.Int32) #define BetterList_1_RemoveAt_m3405385083(__this, p0, method) (( void (*) (BetterList_1_t3563600241 *, int32_t, const RuntimeMethod*))BetterList_1_RemoveAt_m268294279_gshared)(__this, p0, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3235205186(__this, p0, method) (( AnimationClip_t2318505987 * (*) (BetterList_1_t1473526305 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void DMCore.Framework.Misc.CMiscHelp::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_Destroy_m3726802780 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___target0, const RuntimeMethod* method); // System.Void BetterList`1::set_Item(System.Int32,T) #define BetterList_1_set_Item_m3984794631(__this, p0, p1, method) (( void (*) (BetterList_1_t1473526305 *, int32_t, AnimationClip_t2318505987 *, const RuntimeMethod*))BetterList_1_set_Item_m1087052065_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2421623137(__this, method) (( void (*) (List_1_t441248547 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1999418217(__this, p0, method) (( void (*) (List_1_t441248547 *, stAnimInfo_t3264141101 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void CAnimSite::DoPlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_DoPlayAnimClip_m2999281537 (CAnimSite_t233742424 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fStartTime3, bool ___bLoop4, float ___fFadeIn5, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2518380025(__this, p0, method) (( stAnimInfo_t3264141101 * (*) (List_1_t441248547 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean BetterList`1::Remove(T) #define BetterList_1_Remove_m3456311881(__this, p0, method) (( bool (*) (BetterList_1_t2419161419 *, stAnimInfo_t3264141101 *, const RuntimeMethod*))BetterList_1_Remove_m375183283_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m661414947(__this, method) (( int32_t (*) (List_1_t441248547 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1367775186(__this, method) (( void (*) (List_1_t441248547 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void CSkeletonSite/CSkeletonSnap::SnapSkeleton(CSkeletonSite,System.Single) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSnap_SnapSkeleton_m2121739659 (CSkeletonSnap_t2156242323 * __this, CSkeletonSite_t1178137573 * ___siteVal0, float ___fLerpTime1, const RuntimeMethod* method); // CAnimSite/stAnimBaseInfo CAnimSite::FindExistAnimByClip(UnityEngine.AnimationClip) extern "C" IL2CPP_METHOD_ATTR stAnimBaseInfo_t113612627 * CAnimSite_FindExistAnimByClip_m1045687506 (CAnimSite_t233742424 * __this, AnimationClip_t2318505987 * ___animClip0, const RuntimeMethod* method); // System.Void CAnimSite/stAnimBaseInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stAnimBaseInfo__ctor_m4043044947 (stAnimBaseInfo_t113612627 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m4259671038(__this, p0, method) (( void (*) (BetterList_1_t3563600241 *, stAnimBaseInfo_t113612627 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Boolean UnityEngine.TrackedReference::op_Equality(UnityEngine.TrackedReference,UnityEngine.TrackedReference) extern "C" IL2CPP_METHOD_ATTR bool TrackedReference_op_Equality_m3702354772 (RuntimeObject * __this /* static, unused */, TrackedReference_t1199777556 * p0, TrackedReference_t1199777556 * p1, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::Play(System.String,UnityEngine.PlayMode) extern "C" IL2CPP_METHOD_ATTR bool Animation_Play_m10633183 (Animation_t3648466861 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m2325346993(__this, method) (( void (*) (BetterList_1_t1002471007 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m268868903(__this, method) (( void (*) (BetterList_1_t1473526305 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisCardScrollViewItem_t4220360527_m3367654906(__this, method) (( CardScrollViewItem_t4220360527 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void CardScrollView/stTransOrg::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransOrg__ctor_m1023322474 (stTransOrg_t967933370 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Single UIPanel::get_alpha() extern "C" IL2CPP_METHOD_ATTR float UIPanel_get_alpha_m958384288 (UIPanel_t1716472341 * __this, const RuntimeMethod* method); // System.Void CardScrollViewItem::SetLogicIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CardScrollViewItem_SetLogicIndex_m1029237377 (CardScrollViewItem_t4220360527 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void CardScrollView::_OnCheckSlidItemsArea() extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnCheckSlidItemsArea_m661553419 (CardScrollView_t798858080 * __this, const RuntimeMethod* method); // System.Void CardScrollView::_OnItemsMove() extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnItemsMove_m3826811159 (CardScrollView_t798858080 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisuiChooseCardItem_t1601743264_m1921508517(__this, method) (( uiChooseCardItem_t1601743264 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void uiChooseCardItem::SetItem(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void uiChooseCardItem_SetItem_m3474614141 (uiChooseCardItem_t1601743264 * __this, int32_t ____number0, bool ____bIdx1, const RuntimeMethod* method); // System.Void CardScrollViewItem::SetActiveItem(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CardScrollViewItem_SetActiveItem_m1902924230 (CardScrollViewItem_t4220360527 * __this, bool ___b0, const RuntimeMethod* method); // System.Void CardScrollView::_OnSetLogicActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnSetLogicActiveIndex_m2960838800 (CardScrollView_t798858080 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void CardScrollView::_OnFillUI() extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnFillUI_m1555844510 (CardScrollView_t798858080 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiChooseCardItem_t1601743264_m3272458855(__this, method) (( uiChooseCardItem_t1601743264 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, 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); // 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.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 CardScrollView::MoveOneTick(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CardScrollView_MoveOneTick_m1346436327 (CardScrollView_t798858080 * __this, bool ___bLower0, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m1441147224 (Component_t1923634451 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,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 CAutoUpdate::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_OnPageInit_m693395008 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method); // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemTool_t575361936 * CSystemTool_GetInstance_m3874669591 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSystemTool::ClearSystemMemory() extern "C" IL2CPP_METHOD_ATTR void CSystemTool_ClearSystemMemory_m65061909 (CSystemTool_t575361936 * __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.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Void CAutoUpdate/CPkgVersionCheckMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPkgVersionCheckMsg__ctor_m2851030542 (CPkgVersionCheckMsg_t2257513204 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.IWebGetMsgBase::SetUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void IWebGetMsgBase_SetUrl_m3512145757 (IWebGetMsgBase_t740935312 * __this, String_t* ___url0, const RuntimeMethod* method); // DMCore.Framework.Thread.CThreadManager DMCore.Framework.Thread.CThreadManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CThreadManager_t1155338034 * CThreadManager_GetInstance_m98901248 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadManager::PushMsg(DMCore.Framework.Thread.enumThreadID,DMCore.Framework.Thread.IThreadMsg) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_PushMsg_m3098333431 (CThreadManager_t1155338034 * __this, int32_t ___id0, IThreadMsg_t995202025 * ___msg1, const RuntimeMethod* method); // System.Void CAutoUpdate::CallCheckEnd() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_CallCheckEnd_m2072457836 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method); // DMCore.Framework.Plugin.CAutoUpdatePlugin DMCore.Framework.Plugin.CAutoUpdatePlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CAutoUpdatePlugin_t3199557684 * CAutoUpdatePlugin_GetInstance_m2366133980 (RuntimeObject * __this /* static, unused */, 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); // System.Void DMCore.Framework.Plugin.CAutoUpdatePlugin::FitfunCheckUpdate_IOS(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdatePlugin_FitfunCheckUpdate_IOS_m1615199705 (CAutoUpdatePlugin_t3199557684 * __this, String_t* ___target0, String_t* ___msg1, const RuntimeMethod* method); // System.String DMCore.CDataArray::GetWideStr(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CDataArray_GetWideStr_m3532563229 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m2905932203 (Component_t1923634451 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.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.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, 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.CMsgBoxControl DMCore.CMsgBoxControl::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgBoxControl_t806533544 * CMsgBoxControl_GetInstance_m4085806233 (RuntimeObject * __this /* static, unused */, 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 DMCore.Framework.Thread.CThreadMsgWebGet::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet__ctor_m3027652583 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Thread.IThreadMsg::IsSuccess() extern "C" IL2CPP_METHOD_ATTR bool IThreadMsg_IsSuccess_m186262284 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m1524948975 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet_OnEndExcute_m1512998207 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemTool::GetAppVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetAppVersion_m2910533976 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogFile(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogFile_m4227814860 (CLogHelp_t779629444 * __this, String_t* ___strVal0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_ToInt_m2884988184 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t* ___nResult1, const RuntimeMethod* method); // System.Void CAutoUpdate::OnStartFullUpdateImpl(System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_OnStartFullUpdateImpl_m3795726601 (CAutoUpdate_t511563099 * __this, String_t* ___versionName0, const RuntimeMethod* method); // DMCore.Logic.CBookReservationConfig DMCore.Logic.CBookReservationConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBookReservationConfig_t3541798465 * CBookReservationConfig_GetInstance_m3547560977 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CBookReservationConfig::ResetOwnAmount() extern "C" IL2CPP_METHOD_ATTR void CBookReservationConfig_ResetOwnAmount_m3724399452 (CBookReservationConfig_t3541798465 * __this, const RuntimeMethod* method); // DMCore.Logic.CBookReservationConfig/CBookReservationInfo DMCore.Logic.CBookReservationConfig::GetCfgUnitByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CBookReservationInfo_t4147366020 * CBookReservationConfig_GetCfgUnitByID_m648056151 (CBookReservationConfig_t3541798465 * __this, int32_t ____id0, const RuntimeMethod* method); // DMCore.Logic.CBookReservationManager DMCore.Logic.CBookReservationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBookReservationManager_t2709920264 * CBookReservationManager_GetInstance_m2629755170 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CBookReservationManager::set_IsRefreshProgress(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CBookReservationManager_set_IsRefreshProgress_m3419310181 (CBookReservationManager_t2709920264 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_ToInt_m1396402449 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t ___nDefaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.CBookReservationConfig/CBookReservationInfo::AddOwnList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBookReservationInfo_AddOwnList_m4224035221 (CBookReservationInfo_t4147366020 * __this, int32_t ____id0, const RuntimeMethod* method); // System.Void DMCore.Logic.CBookReservationManager::set_IsSingleDataReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CBookReservationManager_set_IsSingleDataReady_m1030516475 (CBookReservationManager_t2709920264 * __this, bool ___value0, const RuntimeMethod* method); // System.Int64 DMCore.CDataArray::GetLong(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CDataArray_GetLong_m4094450536 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int64_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.CBookReservationManager/COwnerInfo::.ctor(System.Int64,System.Int32,System.Int64,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void COwnerInfo__ctor_m4034448139 (COwnerInfo_t868562171 * __this, int64_t ____id0, int32_t ____sex1, int64_t ____photoId2, int32_t ____fashion3, String_t* ____name4, const RuntimeMethod* method); // System.Void DMCore.Logic.CBookReservationManager::AddData(DMCore.Logic.CBookReservationManager/COwnerInfo) extern "C" IL2CPP_METHOD_ATTR void CBookReservationManager_AddData_m14080159 (CBookReservationManager_t2709920264 * __this, COwnerInfo_t868562171 * ____info0, const RuntimeMethod* method); // System.Void DMCore.Logic.CBookReservationManager::set_IsOwnerDataReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CBookReservationManager_set_IsOwnerDataReady_m1335070699 (CBookReservationManager_t2709920264 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.logicCardManager DMCore.Logic.logicCardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicCardManager_t2956095708 * logicCardManager_GetInstance_m10903635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.logicCardManager::set_Islover(System.Int32) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_Islover_m2912431767 (logicCardManager_t2956095708 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void cbCouple/OnRefreshIsLover::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnRefreshIsLover_Invoke_m2121992884 (OnRefreshIsLover_t1807964166 * __this, const RuntimeMethod* method); // System.Void CoupleInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CoupleInfo__ctor_m2725813477 (CoupleInfo_t1105442132 * __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); // CoupleCardManager CoupleCardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CoupleCardManager_t1858373668 * CoupleCardManager_GetInstance_m1798063704 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CoupleCardManager::set_CurCoupleInfo(CoupleInfo) extern "C" IL2CPP_METHOD_ATTR void CoupleCardManager_set_CurCoupleInfo_m4231864034 (CoupleCardManager_t1858373668 * __this, CoupleInfo_t1105442132 * ___value0, const RuntimeMethod* method); // System.Void CoupleCardManager::SetCoupleInf(CoupleInfo) extern "C" IL2CPP_METHOD_ATTR void CoupleCardManager_SetCoupleInf_m1473203193 (CoupleCardManager_t1858373668 * __this, CoupleInfo_t1105442132 * ___couple0, const RuntimeMethod* method); // System.Void CoupleCardManager::AddLoveValueInitUI(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CoupleCardManager_AddLoveValueInitUI_m3371693209 (CoupleCardManager_t1858373668 * __this, int32_t ___addValue0, int32_t ___finalValue1, int32_t ___loveLevel2, 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 CoupleCardManager::SetCoupleWater(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CoupleCardManager_SetCoupleWater_m4276763427 (CoupleCardManager_t1858373668 * __this, int32_t ___add0, int32_t ___qinmidu1, int32_t ___times2, int32_t ___loveLevel3, const RuntimeMethod* method); // System.Void CoupleCardManager::ReliveLovers(System.Int32,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CoupleCardManager_ReliveLovers_m1782136422 (CoupleCardManager_t1858373668 * __this, int32_t ___type0, int32_t ___time1, int64_t ___firstUserId2, const RuntimeMethod* method); // System.Void CoupleCardManager::GiftResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CoupleCardManager_GiftResult_m1288226133 (CoupleCardManager_t1858373668 * __this, int32_t ___result0, const RuntimeMethod* method); // System.Int32 CoupleCardManager::GetCoupleGiftMaxValue() extern "C" IL2CPP_METHOD_ATTR int32_t CoupleCardManager_GetCoupleGiftMaxValue_m77019421 (CoupleCardManager_t1858373668 * __this, const RuntimeMethod* method); // CoupleInfo CoupleCardManager::get_CurCoupleInfo() extern "C" IL2CPP_METHOD_ATTR CoupleInfo_t1105442132 * CoupleCardManager_get_CurCoupleInfo_m919103364 (CoupleCardManager_t1858373668 * __this, const RuntimeMethod* method); // System.Void CoupleCardManager::SetCoupleInfo_AfterGetGift() extern "C" IL2CPP_METHOD_ATTR void CoupleCardManager_SetCoupleInfo_AfterGetGift_m2364726955 (CoupleCardManager_t1858373668 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m463316007(__this, method) (( void (*) (List_1_t4100575959 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void LoveHisData::.ctor() extern "C" IL2CPP_METHOD_ATTR void LoveHisData__ctor_m1128528404 (LoveHisData_t2628501217 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3132629135(__this, p0, method) (( void (*) (List_1_t4100575959 *, LoveHisData_t2628501217 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.DateTime System.DateTime::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m2550724587 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 cbCouple::ConvertDateTimeInt(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t cbCouple_ConvertDateTimeInt_m3342711473 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method); // System.Void cbCouple/CCompareTime::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCompareTime__ctor_m1809350423 (CCompareTime_t389177739 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) #define List_1_Sort_m3866280427(__this, p0, method) (( void (*) (List_1_t4100575959 *, RuntimeObject*, const RuntimeMethod*))List_1_Sort_m3841873687_gshared)(__this, p0, method) // DMCore.Logic.CLoveHisManager DMCore.Logic.CLoveHisManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLoveHisManager_t4094175723 * CLoveHisManager_GetInstance_m2184531876 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CLoveHisManager::SetLoveHisInfo(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CLoveHisManager_SetLoveHisInfo_m1278652392 (CLoveHisManager_t4094175723 * __this, List_1_t4100575959 * ___list0, const RuntimeMethod* method); // System.TimeZone System.TimeZone::get_CurrentTimeZone() extern "C" IL2CPP_METHOD_ATTR TimeZone_t2038656743 * TimeZone_get_CurrentTimeZone_m2520313554 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m12900168 (DateTime_t3738529785 * __this, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_op_Subtraction_m3579235380 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalSeconds() extern "C" IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m4083325051 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Void CDataModelList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelList__ctor_m3914079479 (CDataModelList_t1133308508 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallInfoUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void CoupleWallInfoUnit__ctor_m925530210 (CoupleWallInfoUnit_t2257658563 * __this, const RuntimeMethod* method); // System.Void CDataModelList::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Add_m2675322066 (CDataModelList_t1133308508 * __this, RuntimeObject * ___val0, const RuntimeMethod* method); // DMCore.Logic.CoupleWallManager DMCore.Logic.CoupleWallManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CoupleWallManager_t3934997805 * CoupleWallManager_GetInstance_m2208694608 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager::SetCoupleWallDataMap(System.Int32,CDataModelList) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_SetCoupleWallDataMap_m1134741752 (CoupleWallManager_t3934997805 * __this, int32_t ___index0, CDataModelList_t1133308508 * ___list1, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager::Set_CoupleWallNeedFreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_Set_CoupleWallNeedFreshUI_m400911166 (CoupleWallManager_t3934997805 * __this, bool ___b0, const RuntimeMethod* method); // CDataModelList DMCore.Logic.CoupleWallManager::GetCoupleWallDataListByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424 (CoupleWallManager_t3934997805 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void CDataModelList::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Insert_m1202932652 (CDataModelList_t1133308508 * __this, int32_t ___index0, RuntimeObject * ___val1, const RuntimeMethod* method); // System.Int32 IDataModel::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t IDataModel_get_Count_m1487795662 (IDataModel_t653005279 * __this, const RuntimeMethod* method); // System.Object CDataModelList::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CDataModelList_GetValue_m2300688861 (CDataModelList_t1133308508 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void CDataModelList::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_RemoveAt_m2716366326 (CDataModelList_t1133308508 * __this, int32_t ___index0, const RuntimeMethod* method); // CDataModelList DMCore.Logic.CoupleWallManager::GetMessageLogDataList() extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * CoupleWallManager_GetMessageLogDataList_m1181777977 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.MessageLogInfoUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MessageLogInfoUnit__ctor_m2197320020 (MessageLogInfoUnit_t4080848674 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager::SetMessageLogDataList(DMCore.Logic.MessageLogInfoUnit) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_SetMessageLogDataList_m1306726817 (CoupleWallManager_t3934997805 * __this, MessageLogInfoUnit_t4080848674 * ___data0, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager::Set_MessageLogNeedFreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_Set_MessageLogNeedFreshUI_m49397656 (CoupleWallManager_t3934997805 * __this, bool ___b0, const RuntimeMethod* method); // System.Void CBillBoard::ReBindCamera() extern "C" IL2CPP_METHOD_ATTR void CBillBoard_ReBindCamera_m850060845 (CBillBoard_t4180992375 * __this, 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); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_localRotation_m3487911431 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Quaternion_get_eulerAngles_m3425202016 (Quaternion_t2301928331 * __this, 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); // System.Boolean UnityEngine.Behaviour::get_enabled() extern "C" IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m753527255 (Behaviour_t1437897464 * __this, const RuntimeMethod* method); // UnityEngine.Camera[] UnityEngine.Camera::get_allCameras() extern "C" IL2CPP_METHOD_ATTR CameraU5BU5D_t1709987734* Camera_get_allCameras_m2948461600 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.Camera::get_orthographic() extern "C" IL2CPP_METHOD_ATTR bool Camera_get_orthographic_m2831464531 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m2368277165(__this, p0, method) (( void (*) (List_1_t1208796635 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void FashionInfo::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FashionInfo__ctor_m2600320743 (FashionInfo_t4031689189 * __this, int32_t ___id0, bool ___active1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3014112368(__this, p0, method) (( void (*) (List_1_t1208796635 *, FashionInfo_t4031689189 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m1455105620(__this, p0, method) (( void (*) (List_1_t296433643 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // 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); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1833166294(__this, p0, method) (( void (*) (List_1_t296433643 *, RewardInfo_t3119326197 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // HandBookCfg HandBookCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR HandBookCfg_t3398685571 * HandBookCfg_GetInstance_m3087382814 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // HandBookCfg/SuitInfo HandBookCfg::GetSuitbySuitId(System.Int32) extern "C" IL2CPP_METHOD_ATTR SuitInfo_t4135687472 * HandBookCfg_GetSuitbySuitId_m2847084208 (HandBookCfg_t3398685571 * __this, int32_t ___suitId0, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2710011811 (RuntimeObject * __this /* static, unused */, Type_t * p0, int32_t p1, const RuntimeMethod* method); // System.Void HandBookCfg/SuitInfo::set_RewardStaus(EnumSuitReward) extern "C" IL2CPP_METHOD_ATTR void SuitInfo_set_RewardStaus_m461597923 (SuitInfo_t4135687472 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void HandBookCfg/SuitInfo::set_RewardList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void SuitInfo_set_RewardList_m1066763283 (SuitInfo_t4135687472 * __this, List_1_t296433643 * ___value0, const RuntimeMethod* method); // System.Void HandBookCfg/SuitInfo::set_FashionList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void SuitInfo_set_FashionList_m889619595 (SuitInfo_t4135687472 * __this, List_1_t1208796635 * ___value0, const RuntimeMethod* method); // CSuitDetailCtr CSuitDetailCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitDetailCtr_t2341865762 * CSuitDetailCtr_GetInstance_m791883356 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CSuitDetailCtr::UpdatePage(HandBookCfg/SuitInfo) extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_UpdatePage_m682258089 (CSuitDetailCtr_t2341865762 * __this, SuitInfo_t4135687472 * ___suitInfo0, const RuntimeMethod* method); // System.Void CSuitDetailCtr::ShowSuitReward() extern "C" IL2CPP_METHOD_ATTR void CSuitDetailCtr_ShowSuitReward_m3459790283 (CSuitDetailCtr_t2341865762 * __this, const RuntimeMethod* method); // CHandBookCtr CHandBookCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandBookCtr_t4285066741 * CHandBookCtr_GetInstance_m650984722 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CHandBookCtr/SuitNum::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SuitNum__ctor_m352892116 (SuitNum_t1199413730 * __this, int32_t ___getNum0, int32_t ___sum1, int32_t ___firstGet2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1165357600(__this, p0, p1, method) (( void (*) (Dictionary_2_t88127061 *, int32_t, SuitNum_t1199413730 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m4293249418(__this, p0, method) (( void (*) (List_1_t2007141648 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m924521014(__this, p0, method) (( void (*) (List_1_t4145945798 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void CHandBookCtr/PriseInfo::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PriseInfo__ctor_m1270214700 (PriseInfo_t2673871056 * __this, int32_t ___configiD0, int32_t ___num1, int32_t ___life2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1004994270(__this, p0, method) (( void (*) (List_1_t4145945798 *, PriseInfo_t2673871056 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void CHandBookCtr/GiftInfo::.ctor(System.Int32,System.Int32,System.Collections.Generic.List`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void GiftInfo__ctor_m4066004946 (GiftInfo_t535066906 * __this, int32_t ___getStep0, int32_t ___getState1, List_1_t4145945798 * ___list2, int32_t ___Getcount3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m211016047(__this, p0, method) (( void (*) (List_1_t2007141648 *, GiftInfo_t535066906 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::set_Item(!0,!1) #define Dictionary_2_set_Item_m4262077811(__this, p0, p1, method) (( void (*) (Dictionary_2_t895854979 *, int32_t, List_1_t2007141648 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void CHandBookCtr/SucessInfo::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SucessInfo__ctor_m1840168855 (SucessInfo_t51707834 * __this, int32_t ___getthemeID0, int32_t ___getprogress1, int32_t ___getresult2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2177106778(__this, p0, p1, method) (( void (*) (Dictionary_2_t3235388461 *, int32_t, SucessInfo_t51707834 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, 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.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Logic.PveSweepManager DMCore.Logic.PveSweepManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR PveSweepManager_t2545045145 * PveSweepManager_GetInstance_m2055302674 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.PveSweepManager::ShowSweepDetail(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void PveSweepManager_ShowSweepDetail_m1096809708 (PveSweepManager_t2545045145 * __this, List_1_t3319525431 * ___data0, const RuntimeMethod* method); // System.Void CConstellationManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CConstellationManager__ctor_m1317586403 (CConstellationManager_t2532336838 * __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::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetUICamera_m3997251255 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_nearClipPlane() extern "C" IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m837839537 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void CConstellationManager/ChangeStarSin::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChangeStarSin_Invoke_m2117747265 (ChangeStarSin_t3703845707 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void IDataModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void IDataModel__ctor_m456775681 (IDataModel_t653005279 * __this, const RuntimeMethod* method); // System.Void CEventChangeOne::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventChangeOne__ctor_m3175026933 (CEventChangeOne_t3209287255 * __this, const RuntimeMethod* method); // System.Void IDataEvent::set_DataModel(IDataModel) extern "C" IL2CPP_METHOD_ATTR void IDataEvent_set_DataModel_m263037649 (IDataEvent_t1799629657 * __this, IDataModel_t653005279 * ___value0, const RuntimeMethod* method); // System.Void IEventDispatcher::Dispatch(IEventBase) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_Dispatch_m319955281 (IEventDispatcher_t2294365884 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2321703786(__this, method) (( void (*) (List_1_t257213610 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2934127733(__this, method) (( int32_t (*) (List_1_t257213610 *, 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_m2287542950(__this, p0, method) (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) #define List_1_set_Item_m1979164443(__this, p0, p1, method) (( void (*) (List_1_t257213610 *, int32_t, RuntimeObject *, const RuntimeMethod*))List_1_set_Item_m1979164443_gshared)(__this, p0, p1, method) // System.Void CEventChangeOne::set_KeyID(System.Object) extern "C" IL2CPP_METHOD_ATTR void CEventChangeOne_set_KeyID_m1987023659 (CEventChangeOne_t3209287255 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3338814081(__this, p0, method) (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void CEventAddOne::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventAddOne__ctor_m2619440603 (CEventAddOne_t265969249 * __this, const RuntimeMethod* method); // System.Void CEventAddOne::set_KeyID(System.Object) extern "C" IL2CPP_METHOD_ATTR void CEventAddOne_set_KeyID_m3615544068 (CEventAddOne_t265969249 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m2730968292(__this, p0, method) (( void (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Void CEventChangeAll::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventChangeAll__ctor_m3672760628 (CEventChangeAll_t836503194 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3697625829(__this, method) (( void (*) (List_1_t257213610 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void CEventRemoveAll::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventRemoveAll__ctor_m4154219824 (CEventRemoveAll_t615414916 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) #define List_1_Insert_m814893238(__this, p0, p1, method) (( void (*) (List_1_t257213610 *, int32_t, RuntimeObject *, const RuntimeMethod*))List_1_Insert_m814893238_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m116019857(__this, p0, method) (( void (*) (List_1_t257213610 *, Comparison_1_t2855037343 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m518943619(__this, method) (( void (*) (Dictionary_2_t132545152 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m2424847318(__this, method) (( int32_t (*) (Dictionary_2_t132545152 *, const RuntimeMethod*))Dictionary_2_get_Count_m2424847318_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m183483489(__this, p0, method) (( bool (*) (Dictionary_2_t132545152 *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m1170170947(__this, p0, method) (( RuntimeObject * (*) (Dictionary_2_t132545152 *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_get_Item_m1170170947_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3474379962(__this, p0, p1, method) (( void (*) (Dictionary_2_t132545152 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2387223709(__this, p0, p1, method) (( void (*) (Dictionary_2_t132545152 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1399450161(__this, p0, method) (( bool (*) (Dictionary_2_t132545152 *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_Remove_m1399450161_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1951681556(__this, method) (( void (*) (Dictionary_2_t132545152 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void DMCore.CDataArray::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Clear_m1422959473 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetCount_m3616072297 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m838414602(__this, p0, p1, method) (( void (*) (Action_1_t2019918284 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CProperty::OnUnRegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_OnUnRegisterListener_m2419209623 (CProperty_t963755051 * __this, Action_2_t319610619 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::OnRegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_OnRegisterListener_m297633249 (CProperty_t963755051 * __this, Action_2_t319610619 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CProperty_Clear_m1869381630 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetCount_m4271154150 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::UnRegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_UnRegisterListener_m3592113079 (CDataProperty_t2806246268 * __this, Action_2_t2799970140 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::RegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_RegisterListener_m3253102657 (CDataProperty_t2806246268 * __this, Action_2_t2799970140 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Clear_m1542459772 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetCount_m3325234687 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Void CDebugInv::LoadChannelFlag() extern "C" IL2CPP_METHOD_ATTR void CDebugInv_LoadChannelFlag_m3030093918 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.String) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m2618285814 (MonoBehaviour_t3962482529 * __this, String_t* p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2374459357(__this, p0, method) (( stChannelVal_t2971589287 * (*) (List_1_t148696733 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.String::CompareTo(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareTo_m3414379165 (String_t* __this, String_t* p0, const RuntimeMethod* method); // DMCore.Framework.CModuleManager DMCore.Framework.CModuleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CModuleManager_t4250936907 * CModuleManager_GetInstance_m930106955 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Type DMCore.Framework.CModuleManager::GetScriptType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * CModuleManager_GetScriptType_m3989940510 (CModuleManager_t4250936907 * __this, String_t* ___scriptName0, const RuntimeMethod* method); // System.Object DMCore.Framework.CModuleManager::CallStaticFun(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallStaticFun_m2473844421 (CModuleManager_t4250936907 * __this, String_t* ___className0, String_t* ___method1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1479779718 (Type_t * __this, String_t* p0, TypeU5BU5D_t3940880105* p1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3796169703(__this, method) (( int32_t (*) (List_1_t148696733 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, 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); // UnityEngine.GUISkin UnityEngine.GUI::get_skin() extern "C" IL2CPP_METHOD_ATTR GUISkin_t1244372282 * GUI_get_skin_m1874615010 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.GUIStyle UnityEngine.GUISkin::get_button() extern "C" IL2CPP_METHOD_ATTR GUIStyle_t3956901511 * GUISkin_get_button_m2792560996 (GUISkin_t1244372282 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fontSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GUIStyle_set_fontSize_m1566850023 (GUIStyle_t3956901511 * __this, int32_t p0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.GUI::get_backgroundColor() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 GUI_get_backgroundColor_m492704139 (RuntimeObject * __this /* static, unused */, 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.GUI::set_backgroundColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void GUI_set_backgroundColor_m2936584335 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect__ctor_m2614021312 (Rect_t2360479859 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,System.String) extern "C" IL2CPP_METHOD_ATTR bool GUI_Button_m1518979886 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 p0, String_t* p1, const RuntimeMethod* method); // System.Void CDebugInv::ClearAllCache() extern "C" IL2CPP_METHOD_ATTR void CDebugInv_ClearAllCache_m1604016406 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String) extern "C" IL2CPP_METHOD_ATTR void GUI_Label_m2454565404 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 p0, String_t* p1, const RuntimeMethod* method); // System.Void CDebugInv::ChooseInv(CDebugInv/stChannelVal) extern "C" IL2CPP_METHOD_ATTR void CDebugInv_ChooseInv_m3861630379 (CDebugInv_t1719435658 * __this, stChannelVal_t2971589287 * ___channelVal0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_green() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_green_m490390750 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CDebugInv/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3COnLoadChannelCfgU3Ec__Iterator0__ctor_m1808479052 (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2419685934(__this, method) (( void (*) (List_1_t148696733 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void CDebugInv/stChannelVal::.ctor() extern "C" IL2CPP_METHOD_ATTR void stChannelVal__ctor_m3547158837 (stChannelVal_t2971589287 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1260835387(__this, p0, method) (( void (*) (List_1_t148696733 *, stChannelVal_t2971589287 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.String DMCore.Framework.IO.CIOVar::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* CIOVar_GetUserRootPath_m2302064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.Directory::Delete(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Directory_Delete_m3266154992 (RuntimeObject * __this /* static, unused */, String_t* p0, bool p1, 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.String[] System.IO.Directory::GetFiles(System.String,System.String,System.IO.SearchOption) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m182026717 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Void CDebugInv::SaveChannelFlag(System.String) extern "C" IL2CPP_METHOD_ATTR void CDebugInv_SaveChannelFlag_m2403103237 (CDebugInv_t1719435658 * __this, String_t* ___strChannelName0, const RuntimeMethod* method); // CUIResWWW CUIResWWW::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIResWWW_t153014691 * CUIResWWW_GetInstance_m318267057 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CUIResWWW/CUrlLabor::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR void CUrlLabor_Parse_m3576941283 (CUrlLabor_t1679613458 * __this, String_t* ___localText0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIGameStarter_t3167157668_m3287468323(__this, method) (( UIGameStarter_t3167157668 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Byte[] DMCore.Framework.IO.CReadVar::ReadFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFile_m2302192807 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1337318351(__this, method) (( void (*) (List_1_t148696733 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, 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.String UnityEngine.WWW::get_error() extern "C" IL2CPP_METHOD_ATTR String_t* WWW_get_error_m3055313367 (WWW_t3688466362 * __this, const RuntimeMethod* method); // System.Byte[] UnityEngine.WWW::get_bytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* WWW_get_bytes_m3061182897 (WWW_t3688466362 * __this, const RuntimeMethod* method); // System.Void CDebugInv::ParseChannelCfg(System.String) extern "C" IL2CPP_METHOD_ATTR void CDebugInv_ParseChannelCfg_m1670714364 (CDebugInv_t1719435658 * __this, String_t* ___cfgVal0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, 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.Void CDownloadPlayTips::ChangePicByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDownloadPlayTips_ChangePicByIndex_m301874229 (CDownloadPlayTips_t1871773776 * __this, int32_t ___index0, const RuntimeMethod* 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); // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __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); // System.Int32 CDownloadPlayTips::RandomExcept(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDownloadPlayTips_RandomExcept_m1424269067 (RuntimeObject * __this /* static, unused */, int32_t ___min0, int32_t ___max1, int32_t ___except2, 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) // !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 UIWidget::set_pivot(UIWidget/Pivot) extern "C" IL2CPP_METHOD_ATTR void UIWidget_set_pivot_m951060879 (UIWidget_t3538521925 * __this, int32_t ___value0, const RuntimeMethod* method); // T DMCore.Framework.CModuleManager::CreateInstance(System.String) #define CModuleManager_CreateInstance_TisIEntityBase_t3866625305_m3387990450(__this, ___scriptName0, method) (( IEntityBase_t3866625305 * (*) (CModuleManager_t4250936907 *, String_t*, const RuntimeMethod*))CModuleManager_CreateInstance_TisRuntimeObject_m1689615665_gshared)(__this, ___scriptName0, method) // System.Void IEntityBase::set_ClassName(System.String) extern "C" IL2CPP_METHOD_ATTR void IEntityBase_set_ClassName_m1567061922 (IEntityBase_t3866625305 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 IEntityBase::get_EntityID() extern "C" IL2CPP_METHOD_ATTR int32_t IEntityBase_get_EntityID_m2386313883 (IEntityBase_t3866625305 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m408666813(__this, p0, p1, method) (( void (*) (Dictionary_2_t2755338636 *, int32_t, IEntityBase_t3866625305 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2651968169(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2755338636 *, int32_t, IEntityBase_t3866625305 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m4165888886(__this, method) (( Enumerator_t414554115 (*) (Dictionary_2_t2755338636 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1087370259_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m2964170110(__this, method) (( KeyValuePair_2_t858043507 (*) (Enumerator_t414554115 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m3827074526(__this, method) (( IEntityBase_t3866625305 * (*) (KeyValuePair_2_t858043507 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.String IEntityBase::get_ClassName() extern "C" IL2CPP_METHOD_ATTR String_t* IEntityBase_get_ClassName_m4228176346 (IEntityBase_t3866625305 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3718802272(__this, method) (( bool (*) (Enumerator_t414554115 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // IEntityBase CEntityHelp::Find(System.Int32) extern "C" IL2CPP_METHOD_ATTR IEntityBase_t3866625305 * CEntityHelp_Find_m1282338744 (RuntimeObject * __this /* static, unused */, int32_t ___entityID0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m3444610563(__this, p0, method) (( bool (*) (Dictionary_2_t2755338636 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m4193450060_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4195879963(__this, method) (( void (*) (Dictionary_2_t2755338636 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4152924350(__this, method) (( void (*) (Dictionary_2_t2755338636 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void IDataEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void IDataEvent__ctor_m1056403973 (IDataEvent_t1799629657 * __this, const RuntimeMethod* method); // System.Void CDataModelInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelInt__ctor_m420760675 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // System.Void CFashionTagCtr::set_CDataFashion(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void CFashionTagCtr_set_CDataFashion_m763032008 (CFashionTagCtr_t1928095552 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method); // System.Void CFashionTagCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CFashionTagCtr__ctor_m3031466928 (CFashionTagCtr_t1928095552 * __this, const RuntimeMethod* method); // CDataModelInt CFashionTagCtr::get_CDataFashion() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * CFashionTagCtr_get_CDataFashion_m2998982956 (CFashionTagCtr_t1928095552 * __this, const RuntimeMethod* method); // System.Void CDataModelInt::set_Data(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelInt_set_Data_m3794751788 (CDataModelInt_t3463393640 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64String_m3685135396 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // DMCore.Net.CNetService DMCore.CRoot::GetNetService() extern "C" IL2CPP_METHOD_ATTR CNetService_t1201271315 * CRoot_GetNetService_m2764581604 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // DMCore.Net.CNetLink_IOS DMCore.Net.CNetService::GetLinkedPtr() extern "C" IL2CPP_METHOD_ATTR CNetLink_IOS_t2636358992 * CNetService_GetLinkedPtr_m3362794274 (CNetService_t1201271315 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetLink_IOS::OnReceive(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_OnReceive_m1247248206 (CNetLink_IOS_t2636358992 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Net.CNetLink_IOS::OnLinkResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CNetLink_IOS_OnLinkResult_m1224621348 (CNetLink_IOS_t2636358992 * __this, bool ___bLinkSuccess0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() extern "C" IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m3141794964 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.IEnumerator CGameController::delayFun(System.Single) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CGameController_delayFun_m2105782877 (CGameController_t2711137428 * __this, float ___delay0, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m3411253000 (MonoBehaviour_t3962482529 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void CGameController/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CdelayFunU3Ec__Iterator0__ctor_m2137652250 (U3CdelayFunU3Ec__Iterator0_t3590996484 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::Clear() extern "C" IL2CPP_METHOD_ATTR void CWndController_Clear_m205881840 (CWndController_t749709641 * __this, const RuntimeMethod* method); // DMCore.Logic.CFCMConfig DMCore.Logic.CFCMConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFCMConfig_t130793684 * CFCMConfig_GetInstance_m2188646222 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CFCMConfig::IsOpen() extern "C" IL2CPP_METHOD_ATTR bool CFCMConfig_IsOpen_m193385642 (CFCMConfig_t130793684 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CFCMConfig::GetSecondsRemaining() extern "C" IL2CPP_METHOD_ATTR int32_t CFCMConfig_GetSecondsRemaining_m2644170129 (CFCMConfig_t130793684 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::IsExistEx(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsExistEx_m3924165208 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void CUpdateInterface::DispatchUpdate() extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_DispatchUpdate_m1165879505 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadManager::OnGetMsg() extern "C" IL2CPP_METHOD_ATTR void CThreadManager_OnGetMsg_m2398509114 (CThreadManager_t1155338034 * __this, const RuntimeMethod* method); // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLevelManager_t3077608201 * CLevelManager_GetInstance_m3233027795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Level.CLevelManager::IsLevel(System.String) extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_IsLevel_m3139716542 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChatManager_t1988186574 * CChatManager_GetInstance_m3267979394 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CChatManager::SerializePrivateAll() extern "C" IL2CPP_METHOD_ATTR void CChatManager_SerializePrivateAll_m3632027259 (CChatManager_t1988186574 * __this, const RuntimeMethod* method); // System.Void CUpdateInterface::DispatchLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CUpdateInterface_DispatchLateUpdate_m2964536771 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Level.CLevelManager::LoadLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void CLevelManager_LoadLevel_m1400460863 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // System.Boolean DMCore.CMsgBoxControl::IsMsgBoxActive() extern "C" IL2CPP_METHOD_ATTR bool CMsgBoxControl_IsMsgBoxActive_m2272270482 (CMsgBoxControl_t806533544 * __this, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::OnClkResult(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_OnClkResult_m2058476521 (CMsgBoxControl_t806533544 * __this, bool ___bConfirmed0, bool ___bDestroyUI1, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::PushUseTextHelp(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_PushUseTextHelp_m571022018 (CMsgBoxControl_t806533544 * __this, int32_t ___type0, String_t* ___itemText1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, CDataArray_t4068198041 * ___userData3, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CAppOSHelp::FinalExit() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_FinalExit_m4023113436 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.CGameSetting DMCore.CGameSetting::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGameSetting_t2678036671 * CGameSetting_GetInstance_m804447900 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CGameSetting::Save() extern "C" IL2CPP_METHOD_ATTR void CGameSetting_Save_m2403816230 (CGameSetting_t2678036671 * __this, const RuntimeMethod* method); // DMCore.Net.CNetMainLogic DMCore.CRoot::GetNetControl() extern "C" IL2CPP_METHOD_ATTR CNetMainLogic_t857650587 * CRoot_GetNetControl_m305351655 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::Close() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_Close_m1894979583 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CRecentInteractiveObj::SaveRecentInteractive() extern "C" IL2CPP_METHOD_ATTR bool CRecentInteractiveObj_SaveRecentInteractive_m3029292116 (RuntimeObject * __this /* static, unused */, 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.Void DMCore.Logic.CTimerManager::KillAll() extern "C" IL2CPP_METHOD_ATTR void CTimerManager_KillAll_m1988728823 (CTimerManager_t4186675208 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics::UploadInputInfo() extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_UploadInputInfo_m2569678420 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResourceAdapter_t3687212940 * CResourceAdapter_GetInstance_m3328036836 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfUsePkgSystem() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfUsePkgSystem_m1147199107 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadManager::Stop(DMCore.Framework.Thread.enumThreadID) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_Stop_m147882772 (CThreadManager_t1155338034 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadManager::SlienceStop(DMCore.Framework.Thread.enumThreadID) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_SlienceStop_m2664667457 (CThreadManager_t1155338034 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadManager::StopAll() extern "C" IL2CPP_METHOD_ATTR void CThreadManager_StopAll_m1863911803 (CThreadManager_t1155338034 * __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.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // System.Void CGameDancing/stComboArea::.ctor() extern "C" IL2CPP_METHOD_ATTR void stComboArea__ctor_m3718091569 (stComboArea_t2266499608 * __this, const RuntimeMethod* method); // System.Void CGameDancing/stScoreArea::.ctor() extern "C" IL2CPP_METHOD_ATTR void stScoreArea__ctor_m4147518194 (stScoreArea_t3872884956 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2885667311(__this, method) (( void (*) (List_1_t777473367 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // 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); // UnityEngine.Transform DMCore.Framework.Misc.CMiscHelp::FindChild(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CMiscHelp_FindChild_m2660808396 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // System.Void CGameDancing/stScoreArea::InitUI(UnityEngine.Transform,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stScoreArea_InitUI_m297117005 (stScoreArea_t3872884956 * __this, Transform_t3600365921 * ___transRoot0, int32_t ___deviceID1, bool ___enable2, 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 CGameDancing/stComboArea::InitUI(UnityEngine.Transform,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stComboArea_InitUI_m232284300 (stComboArea_t2266499608 * __this, Transform_t3600365921 * ___transRoot0, int32_t ___deviceID1, bool ___enable2, const RuntimeMethod* method); // CQualifyingManager CQualifyingManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQualifyingManager_t954001806 * CQualifyingManager_GetInstance_m1430111945 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::get_PlayMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_PlayMode_m4120183678 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_KEY_MODE DMCore.DanceMode.CDanceModeManager::get_KeyMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_KeyMode_m2381482102 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeySwingCtrollor DMCore.DanceMode.CBeatKeySwingCtrollor::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBeatKeySwingCtrollor_t4230979690 * CBeatKeySwingCtrollor_GetInstance_m3863652753 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingCtrollor::Clear() extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCtrollor_Clear_m2371431506 (CBeatKeySwingCtrollor_t4230979690 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingCtrollor::SetSpeed(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCtrollor_SetSpeed_m3578334110 (CBeatKeySwingCtrollor_t4230979690 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void CGameDancing::OnChangeSpeed() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnChangeSpeed_m753324756 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method); // UnityEngine.GameObject CGameDancing::SetActiveDanceMode(DMCore.DanceMode.ENUM_PLAY_MODE) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CGameDancing_SetActiveDanceMode_m3441301906 (CGameDancing_t3256271692 * __this, int32_t ___danceMode0, const RuntimeMethod* method); // DMCore.Framework.CSceneEffectManager DMCore.Framework.CSceneEffectManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSceneEffectManager_t793970061 * CSceneEffectManager_GetInstance_m2293662075 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m4059354831(__this, p0, p1, method) (( void (*) (Action_1_t1569734369 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m4059354831_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.CSceneEffectManager::RegisterDefaultTimeCallback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011 (CSceneEffectManager_t793970061 * __this, Action_1_t1569734369 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.Framework.CSceneEffectManager::RegisterShowTimeCallback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_RegisterShowTimeCallback_m2073380952 (CSceneEffectManager_t793970061 * __this, Action_1_t1569734369 * ___ptr0, const RuntimeMethod* method); // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.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.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsEnable_m3745268461 (ISceneBaseObj_t858622483 * __this, 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); // System.Void DMCore.Framework.Scene.ISceneBaseObj::ClearAllEffect() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ClearAllEffect_m3221289534 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_petSkillUseCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_petSkillUseCount_m1801960473 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.CEventManager DMCore.IHelp::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * IHelp_GetEventManager_m2071002582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.OnEventCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnEventCall__ctor_m3140516762 (OnEventCall_t3758354630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m1854500591 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ResetAnim(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ResetAnim_m1618882349 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___gameObj0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m1256867375(__this, p0, method) (( bool (*) (List_1_t777473367 *, Transform_t3600365921 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4073477735(__this, p0, method) (( void (*) (List_1_t777473367 *, Transform_t3600365921 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.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); // DMCore.Logic.CSystemBroadCast DMCore.Logic.CSystemBroadCast::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemBroadCast_t3934508125 * CSystemBroadCast_GetInstance_m1023529546 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSystemBroadCast::IsPlaying() extern "C" IL2CPP_METHOD_ATTR bool CSystemBroadCast_IsPlaying_m2706323434 (CSystemBroadCast_t3934508125 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleX_m3045278560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleY_m3045278561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.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.Void UnityEngine.Vector3::Set(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3_Set_m1737058353 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void uiSysBroadcast/OnSysBroadcastEnd::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnSysBroadcastEnd__ctor_m1302032486 (OnSysBroadcastEnd_t3794690773 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSystemBroadCast::TryMove(UnityEngine.Vector3,UnityEngine.Vector3,uiSysBroadcast/OnSysBroadcastEnd) extern "C" IL2CPP_METHOD_ATTR bool CSystemBroadCast_TryMove_m3507204403 (CSystemBroadCast_t3934508125 * __this, Vector3_t3722313464 ___left0, Vector3_t3722313464 ___right1, OnSysBroadcastEnd_t3794690773 * ___ptrCallBack2, const RuntimeMethod* method); // 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.String DMCore.Logic.WaitingRoomHelper::GetMusicInfo() extern "C" IL2CPP_METHOD_ATTR String_t* WaitingRoomHelper_GetMusicInfo_m1005783269 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.IHelp::GetSceneManager() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * IHelp_GetSceneManager_m309394095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneModelObj DMCore.Framework.Scene.CSceneService::GetSceneObj() extern "C" IL2CPP_METHOD_ATTR CSceneModelObj_t2681526009 * CSceneService_GetSceneObj_m85658510 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimSystem DMCore.IHelp::GetMovieSystem() extern "C" IL2CPP_METHOD_ATTR CAnimSystem_t3541144328 * IHelp_GetMovieSystem_m2219992042 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimSequence DMCore.Framework.Movie.CAnimSystem::GetSequence(System.String) extern "C" IL2CPP_METHOD_ATTR CAnimSequence_t1119714129 * CAnimSystem_GetSequence_m4015007355 (CAnimSystem_t3541144328 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSequence::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAnimSequence_SetEnable_m4244610736 (CAnimSequence_t1119714129 * __this, bool ___bEnable0, 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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Single DMCore.Framework.Movie.CAnimSystem::Tell() extern "C" IL2CPP_METHOD_ATTR float CAnimSystem_Tell_m1941641543 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Movie.CAnimSequence::GetNodeCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAnimSequence_GetNodeCount_m514257036 (CAnimSequence_t1119714129 * __this, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimNode DMCore.Framework.Movie.CAnimSequence::GetNode(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAnimNode_t3327376431 * CAnimSequence_GetNode_m3843207171 (CAnimSequence_t1119714129 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCGameMain_t2202161662_m2680494473(__this, method) (( CGameMain_t2202161662 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void CGameMain::ResumeCameraStartState() extern "C" IL2CPP_METHOD_ATTR void CGameMain_ResumeCameraStartState_m2528795411 (CGameMain_t2202161662 * __this, const RuntimeMethod* method); // DMCore.Net.enumNetState DMCore.Net.CNetMainLogic::GetNetState() extern "C" IL2CPP_METHOD_ATTR int32_t CNetMainLogic_GetNetState_m3393450786 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::SetNetState(DMCore.Net.enumNetState) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SetNetState_m3776391945 (CNetMainLogic_t857650587 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3820844360 (CDataArray_t4068198041 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::get_SpeedIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeySwingCtrollor_get_SpeedIndex_m3812513136 (CBeatKeySwingCtrollor_t4230979690 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Misc.CMiscHelp::FindTransFromUICamera(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CMiscHelp_FindTransFromUICamera_m1444083882 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSystemBroadCast::IfShowValid() extern "C" IL2CPP_METHOD_ATTR bool CSystemBroadCast_IfShowValid_m783933042 (CSystemBroadCast_t3934508125 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CSystemBroadCast::GetBroadCastPos(UnityEngine.Vector3&,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR void CSystemBroadCast_GetBroadCastPos_m1246914633 (CSystemBroadCast_t3934508125 * __this, Vector3_t3722313464 * ___left0, Vector3_t3722313464 * ___right1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSystemBroadCast::Invok(UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean,uiSysBroadcast/OnSysBroadcastEnd) extern "C" IL2CPP_METHOD_ATTR bool CSystemBroadCast_Invok_m131037051 (CSystemBroadCast_t3934508125 * __this, Vector3_t3722313464 ___left0, Vector3_t3722313464 ___right1, bool ___bUseBgImage2, OnSysBroadcastEnd_t3794690773 * ___ptrCallBack3, 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.Void CGameDancing::UpdateScore() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateScore_m2590835609 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method); // System.Void CGameDancing::UpdateMusicSection() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateMusicSection_m3045104418 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method); // System.Void CGameDancing::UpdateMyCombo() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateMyCombo_m3735483909 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method); // System.Void CGameDancing::UpdateSystemBroadCast() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateSystemBroadCast_m2528437644 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method); // DMCore.Logic.IdleActionManager DMCore.Logic.IdleActionManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IdleActionManager_t2375494644 * IdleActionManager_GetInstance_m1506258501 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.IdleActionManager::OnTick(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_OnTick_m920841233 (IdleActionManager_t2375494644 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::get_IsSubmitAlready() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_get_IsSubmitAlready_m1334787197 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetForward(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetForward_m1723825477 (ISceneBaseObj_t858622483 * __this, Vector3_t3722313464 ___forward0, const RuntimeMethod* method); // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionConfig_t1976691651 * CPetActionConfig_GetInstance_m684232195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.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.ILogicBase::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Update_m3853008051 (ILogicBase_t2190831891 * __this, float ___fTimeDelta0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::IsOwnerObjEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_IsOwnerObjEnable_m3340038587 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_LoadingResource_m2169387502 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Movie.CAnimSystem::GetSequenceTimeRange(System.String,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool CAnimSystem_GetSequenceTimeRange_m3510046749 (CAnimSystem_t3541144328 * __this, String_t* ___name0, float* ___fStart1, float* ___fEnd2, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m1870542928 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // 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.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.DanceMode.CDanceMode DMCore.DanceMode.CDanceModeManager::GetDanceModeIns() extern "C" IL2CPP_METHOD_ATTR CDanceMode_t1520520494 * CDanceModeManager_GetDanceModeIns_m2487172692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceMode::GetSectionIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_GetSectionIndex_m4199677593 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceMode::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_GetSectionCount_m2327911418 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Boolean DMCore.DanceMode.CBeatKeyManager::GetSectionTime(System.Int32,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool CBeatKeyManager_GetSectionTime_m3545411115 (RuntimeObject * __this /* static, unused */, int32_t ___nSectionIndex0, float* ___fCurSectionElapsed1, float* ___fTotal2, const RuntimeMethod* method); // System.Void CGameDancing/stScoreArea::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void stScoreArea_OnUpdate_m203011684 (stScoreArea_t3872884956 * __this, const RuntimeMethod* method); // System.Void CGameDancing/stComboArea::ShowRateRoot(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stComboArea_ShowRateRoot_m1542089466 (stComboArea_t2266499608 * __this, bool ___visible0, const RuntimeMethod* method); // System.Void CGameDancing/stComboArea::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void stComboArea_OnUpdate_m250611237 (stComboArea_t2266499608 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectPositionX(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectPositionX_m129950964 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___newPosX1, const RuntimeMethod* method); // UIAtlas/Sprite UISprite::GetAtlasSprite() extern "C" IL2CPP_METHOD_ATTR Sprite_t2895597119 * UISprite_GetAtlasSprite_m1728210218 (UISprite_t194114938 * __this, const RuntimeMethod* method); // System.Void CGameDancing/stComboArea::ShowUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stComboArea_ShowUI_m2579276832 (stComboArea_t2266499608 * __this, bool ___visible0, const RuntimeMethod* method); // System.Void GameStagePVE::ResumePVE() extern "C" IL2CPP_METHOD_ATTR void GameStagePVE_ResumePVE_m2142782521 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectPositionY(UnityEngine.Transform,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectPositionY_m3129686273 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___destObj0, float ___newPosY1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3022113929(__this, p0, method) (( Transform_t3600365921 * (*) (List_1_t777473367 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3787308655(__this, method) (( int32_t (*) (List_1_t777473367 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Single DMCore.ILogicBase::Tell() extern "C" IL2CPP_METHOD_ATTR float ILogicBase_Tell_m124438213 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeyCtrlNode DMCore.DanceMode.CBeatKeyManager::FindCtrlNode(System.Int32) extern "C" IL2CPP_METHOD_ATTR CBeatKeyCtrlNode_t1019706062 * CBeatKeyManager_FindCtrlNode_m143344604 (CBeatKeyManager_t1395295909 * __this, int32_t ___deviceID0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::GetCombo() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyCtrlNode_GetCombo_m1821287212 (CBeatKeyCtrlNode_t1019706062 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.CSceneEffectManager::IsInShowTime() extern "C" IL2CPP_METHOD_ATTR bool CSceneEffectManager_IsInShowTime_m1412775753 (CSceneEffectManager_t793970061 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::GetComboStep() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyCtrlNode_GetComboStep_m3089368589 (CBeatKeyCtrlNode_t1019706062 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetSpriteName(UISprite,System.String) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetSpriteName_m4215678733 (RuntimeObject * __this /* static, unused */, UISprite_t194114938 * ___sprite0, String_t* ___spName1, 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.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.Void CGameDancing::ChangeSpritePos(UISprite,System.String,System.Single,System.Single&) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_ChangeSpritePos_m716554268 (RuntimeObject * __this /* static, unused */, UISprite_t194114938 * ___sp0, String_t* ___spName1, float ___garp2, float* ___xLabor3, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMathHelp::GetPingPong(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMathHelp_GetPingPong_m3554504360 (RuntimeObject * __this /* static, unused */, float ___fBegin0, float ___fEnd1, float ___step2, const RuntimeMethod* method); // System.Void CGameDancing::ChangeSpriteScale(UISprite,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_ChangeSpriteScale_m5959959 (RuntimeObject * __this /* static, unused */, UISprite_t194114938 * ___sp0, float ___fScaleX1, float ___fScaleY2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1679529104(__this, method) (( void (*) (List_1_t1666189680 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2778281004(__this, p0, method) (( void (*) (List_1_t1666189680 *, UISprite_t194114938 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::GetScore() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyCtrlNode_GetScore_m872110592 (CBeatKeyCtrlNode_t1019706062 * __this, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m995996543(__this, method) (( int32_t (*) (List_1_t1666189680 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m197120899 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m291480324 (Object_t631007953 * __this, String_t* p0, const RuntimeMethod* method); // System.Void 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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1663248861(__this, p0, method) (( UISprite_t194114938 * (*) (List_1_t1666189680 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUISprite_t194114938_m299858934(__this, method) (( UISprite_t194114938 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, 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); // System.Int32 DMCore.DanceMode.CBeatKeyManager::GetComboStep() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyManager_GetComboStep_m1823930661 (CBeatKeyManager_t1395295909 * __this, 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); // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsHighQuality_m3319450917 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Camera DMCore.IHelp::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_GetUICamera_m2281890991 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogAuto(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogAuto_m2403746865 (CLogHelp_t779629444 * __this, String_t* ___strLog0, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::AddChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_AddChild_m4104591912 (ILogicBase_t2190831891 * __this, ILogicBase_t2190831891 * ___ptr0, const RuntimeMethod* method); // System.Void UserGuideManager::HideBG() extern "C" IL2CPP_METHOD_ATTR void UserGuideManager_HideBG_m1884147941 (UserGuideManager_t2771698115 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkManager DMCore.Framework.Scene.CWalkManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWalkManager_t3228361237 * CWalkManager_GetInstance_m2470367946 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkManager::OnReset() extern "C" IL2CPP_METHOD_ATTR void CWalkManager_OnReset_m3097969851 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::GetWalkCamera() extern "C" IL2CPP_METHOD_ATTR CWalkCamera_t1176337330 * CWalkManager_GetWalkCamera_m2368173090 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SetEnable_m12329853 (CWalkCamera_t1176337330 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkManager::set_EnableChangeModel(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkManager_set_EnableChangeModel_m1452555125 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::CheckRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_CheckRoleState_m2983555996 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::RemoveRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_RemoveRoleState_m1533657667 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetRoleObj(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetRoleObj_m3880305570 (CSceneService_t551449725 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Void CMonoCtrllorManager::CallLevelChanged() extern "C" IL2CPP_METHOD_ATTR void CMonoCtrllorManager_CallLevelChanged_m1184910773 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Random::InitState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Random_InitState_m1442880541 (RuntimeObject * __this /* static, unused */, int32_t p0, 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.Boolean DMCore.Logic.CPveManager::IsPveMode() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsPveMode_m3137815888 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::RecordMaxPassedStageID() extern "C" IL2CPP_METHOD_ATTR void CPveManager_RecordMaxPassedStageID_m1156544869 (CPveManager_t3058433014 * __this, 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); // DMCore.DanceMode.ENUM_KEY_MODE DMCore.Logic.CPveStage::GetKeyMode() extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_GetKeyMode_m2981702896 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::set_KeyMode(DMCore.DanceMode.ENUM_KEY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_KeyMode_m2051611966 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.Logic.CPveStage::GetPlayMode() extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_GetPlayMode_m2050646118 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::set_PlayMode(DMCore.DanceMode.ENUM_PLAY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_PlayMode_m3679479831 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.CSceneService::GetSceneNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * CSceneService_GetSceneNetProperty_m2882939145 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CDanceManager DMCore.CRoot::GetDanceManager() extern "C" IL2CPP_METHOD_ATTR CDanceManager_t448141780 * CRoot_GetDanceManager_m876173276 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceManager::SetDancing(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDanceManager_SetDancing_m281022321 (CDanceManager_t448141780 * __this, bool ___bDance0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CImageHelp::Init() extern "C" IL2CPP_METHOD_ATTR void CImageHelp_Init_m3792011341 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CAnimManager::GetAnimClipCache(System.String) extern "C" IL2CPP_METHOD_ATTR void CAnimManager_GetAnimClipCache_m3928077600 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Void DMCore.CRoot::OnSceneLoadedEnd() extern "C" IL2CPP_METHOD_ATTR void CRoot_OnSceneLoadedEnd_m1698382656 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::PlayMemberShipEffect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayMemberShipEffect_m2368816413 (ISceneRole_t2394225724 * __this, bool ___bPlay0, 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 DMCore.Framework.Movie.CAnimSystem::SetIntroduceMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_SetIntroduceMode_m2616741324 (CAnimSystem_t3541144328 * __this, bool ___bIntroMode0, 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::SetEditMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_SetEditMode_m3345061264 (CAnimSystem_t3541144328 * __this, bool ___bEditorMode0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(__this, method) (( AudioSource_t3935305588 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // UnityEngine.AudioClip UnityEngine.AudioSource::get_clip() extern "C" IL2CPP_METHOD_ATTR AudioClip_t3680889665 * AudioSource_get_clip_m1234340632 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceManager::SetCurMusicID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceManager_SetCurMusicID_m2884463545 (CDanceManager_t448141780 * __this, int32_t ___musicID0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceManager::SetCurMusicLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceManager_SetCurMusicLevel_m3755512948 (CDanceManager_t448141780 * __this, int32_t ___musicLevel0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Pause() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Pause_m710802674 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyManager::OnPreImplementMusicCfg() extern "C" IL2CPP_METHOD_ATTR void CBeatKeyManager_OnPreImplementMusicCfg_m3931481740 (CBeatKeyManager_t1395295909 * __this, 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.DanceMode.CDanceManager::SetCurMusicLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceManager_SetCurMusicLength_m1437432438 (CDanceManager_t448141780 * __this, int32_t ___secondes0, 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.Boolean DMCore.ISoundManager::IsBeatKeyMidiEnable() extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_IsBeatKeyMidiEnable_m1133154011 (ISoundManager_t434164892 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.CRoot::GetSceneService() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * CRoot_GetSceneService_m2061443921 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::OnAllReady() extern "C" IL2CPP_METHOD_ATTR void CSceneService_OnAllReady_m3957566772 (CSceneService_t551449725 * __this, 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); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetActiveCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetActiveCamera_m490033116 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Quaternion__ctor_m435141806 (Quaternion_t2301928331 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode/OnRoleAnimEnd::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnRoleAnimEnd__ctor_m1853740425 (OnRoleAnimEnd_t3559497459 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::OnGameStart() extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_OnGameStart_m340262503 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPropEquipManager DMCore.Logic.CPropEquipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropEquipManager_t729741778 * CPropEquipManager_GetInstance_m2283608790 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager::FreshEnableUsedItemCount() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_FreshEnableUsedItemCount_m447571597 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m170606278 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::EnableModelItem(DMCore.Framework.Scene.enumModelCategory,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_EnableModelItem_m1552532128 (ISceneRole_t2394225724 * __this, int32_t ___category0, bool ___bEnable1, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::Reset() extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Reset_m2019494392 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Reset() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Reset_m3782247179 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::Resume() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_Resume_m1815678583 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_time(System.Single) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_time_m3951137143 (AudioSource_t3935305588 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() extern "C" IL2CPP_METHOD_ATTR void AudioSource_Play_m48294159 (AudioSource_t3935305588 * __this, 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.Int32 DMCore.CDataProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetInt_m1935343217 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CCameraUnityAnim::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCameraUnityAnim__ctor_m3132130057 (CCameraUnityAnim_t1956596822 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::SetTimeRange(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimNode_SetTimeRange_m3219375386 (CAnimNode_t3327376431 * __this, float ___fStart0, float ___fEnd1, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CCameraUnityAnim::LoadCameraAnim(System.String) extern "C" IL2CPP_METHOD_ATTR void CCameraUnityAnim_LoadCameraAnim_m1394466464 (CCameraUnityAnim_t1956596822 * __this, String_t* ___resName0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSequence::AddNode(DMCore.Framework.Movie.CAnimNode) extern "C" IL2CPP_METHOD_ATTR void CAnimSequence_AddNode_m4289820994 (CAnimSequence_t1119714129 * __this, CAnimNode_t3327376431 * ___node0, const RuntimeMethod* method); // System.Void CGameMain::DestroyWaittingRoomUI() extern "C" IL2CPP_METHOD_ATTR void CGameMain_DestroyWaittingRoomUI_m1432012603 (CGameMain_t2202161662 * __this, const RuntimeMethod* method); // DMCore.DanceMode.ClassicalKeyLogic DMCore.DanceMode.ClassicalKeyLogic::GetInstance() extern "C" IL2CPP_METHOD_ATTR ClassicalKeyLogic_t2839086845 * ClassicalKeyLogic_GetInstance_m2319546815 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::Init() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_Init_m3891013088 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::Disable(DMCore.enumMsgBoxCustomKey,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_Disable_m426399464 (CMsgBoxControl_t806533544 * __this, int32_t ___searchKey0, bool ___defaultConfirmResult1, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::SendStageReady() extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SendStageReady_m1650450502 (CNetMainLogic_t857650587 * __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 DMCore.Framework.Scene.CSceneService::DestroyExceptScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyExceptScene_m1738914160 (CSceneService_t551449725 * __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); // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPhotoManager_t704993275 * CPhotoManager_GetInstance_m953076413 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPhotoManager::ClearExceptSceneRoles() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_ClearExceptSceneRoles_m896835478 (CPhotoManager_t704993275 * __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.CTrystManager DMCore.Logic.CTrystManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTrystManager_t3257589335 * CTrystManager_GetInstance_m3009828578 (RuntimeObject * __this /* static, unused */, 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); // System.Boolean DMCore.Framework.Movie.CAnimSystem::IsPlaying() extern "C" IL2CPP_METHOD_ATTR bool CAnimSystem_IsPlaying_m1603927973 (CAnimSystem_t3541144328 * __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.Boolean UnityEngine.AudioSource::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool AudioSource_get_isPlaying_m1896551654 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AudioSource::get_time() extern "C" IL2CPP_METHOD_ATTR float AudioSource_get_time_m2174765632 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CSceneService::GetRoleNum() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetRoleNum_m2909813266 (CSceneService_t551449725 * __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); // System.Void DMCore.Framework.Scene.ISceneRole::LoadRoleModel() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadRoleModel_m1111386502 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void CGameMain/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0__ctor_m987855073 (U3CLoadResourceU3Ec__Iterator0_t13710564 * __this, const RuntimeMethod* method); // System.Void DMCore.CRoot::OnAfterAnim() extern "C" IL2CPP_METHOD_ATTR void CRoot_OnAfterAnim_m836018578 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::OnGameEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_OnGameEnd_m3889324977 (RuntimeObject * __this /* static, unused */, bool ___uploadKpResult0, const RuntimeMethod* method); // UnityEngine.GameObject DMCore.Logic.CWndController::CreateDelayBindWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CWndController_CreateDelayBindWnd_m1486584967 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void DMCore.CEventManager::StopEvent(DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_StopEvent_m2167807725 (CEventManager_t474365641 * __this, OnEventCall_t3758354630 * ___ptr0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Stop() extern "C" IL2CPP_METHOD_ATTR void AudioSource_Stop_m2682712816 (AudioSource_t3935305588 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AchRewardInfo::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchRewardInfo__ctor_m930488441 (AchRewardInfo_t359019997 * __this, int32_t ___id0, int32_t ___num1, int32_t ___time2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; AchRewardInfo_set_ID_m2893061899(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___num1; AchRewardInfo_set_Num_m3204107474(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___time2; AchRewardInfo_set_LimitTime_m1606107280(__this, L_2, /*hidden argument*/NULL); return; } } // System.Int32 AchRewardInfo::get_ID() extern "C" IL2CPP_METHOD_ATTR int32_t AchRewardInfo_get_ID_m1128408160 (AchRewardInfo_t359019997 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIDU3Ek__BackingField_0(); return L_0; } } // System.Void AchRewardInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchRewardInfo_set_ID_m2893061899 (AchRewardInfo_t359019997 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } // System.Int32 AchRewardInfo::get_Num() extern "C" IL2CPP_METHOD_ATTR int32_t AchRewardInfo_get_Num_m847132516 (AchRewardInfo_t359019997 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CNumU3Ek__BackingField_1(); return L_0; } } // System.Void AchRewardInfo::set_Num(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchRewardInfo_set_Num_m3204107474 (AchRewardInfo_t359019997 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CNumU3Ek__BackingField_1(L_0); return; } } // System.Int32 AchRewardInfo::get_LimitTime() extern "C" IL2CPP_METHOD_ATTR int32_t AchRewardInfo_get_LimitTime_m2634723218 (AchRewardInfo_t359019997 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLimitTimeU3Ek__BackingField_2(); return L_0; } } // System.Void AchRewardInfo::set_LimitTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchRewardInfo_set_LimitTime_m1606107280 (AchRewardInfo_t359019997 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLimitTimeU3Ek__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 ActiveAnimation::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActiveAnimation__ctor_m2977184591 (ActiveAnimation_t3475256642 * __this, const RuntimeMethod* method) { { IgnoreTimeScale__ctor_m3176585006(__this, /*hidden argument*/NULL); return; } } // System.Boolean ActiveAnimation::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool ActiveAnimation_get_isPlaying_m498039959 (ActiveAnimation_t3475256642 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActiveAnimation_get_isPlaying_m498039959_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationState_t1108360407 * V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Animation_t3648466861 * L_0 = __this->get_mAnim_10(); 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_0013; } } { return (bool)0; } IL_0013: { Animation_t3648466861 * L_2 = __this->get_mAnim_10(); NullCheck(L_2); RuntimeObject* L_3 = Animation_GetEnumerator_m1233868201(L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_001f: try { // begin try (depth: 1) { goto IL_00a3; } IL_0024: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_5, AnimationState_t1108360407_il2cpp_TypeInfo_var)); Animation_t3648466861 * L_6 = __this->get_mAnim_10(); AnimationState_t1108360407 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = AnimationState_get_name_m2426172525(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9 = Animation_IsPlaying_m4012807256(L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_004b; } } IL_0046: { goto IL_00a3; } IL_004b: { int32_t L_10 = __this->get_mLastDirection_11(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0074; } } IL_0057: { AnimationState_t1108360407 * L_11 = V_0; NullCheck(L_11); float L_12 = AnimationState_get_time_m2889734845(L_11, /*hidden argument*/NULL); AnimationState_t1108360407 * L_13 = V_0; NullCheck(L_13); float L_14 = AnimationState_get_length_m2177740858(L_13, /*hidden argument*/NULL); if ((!(((float)L_12) < ((float)L_14)))) { goto IL_006f; } } IL_0068: { V_2 = (bool)1; IL2CPP_LEAVE(0xC9, FINALLY_00b3); } IL_006f: { goto IL_00a3; } IL_0074: { int32_t L_15 = __this->get_mLastDirection_11(); if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_009c; } } IL_0080: { AnimationState_t1108360407 * L_16 = V_0; NullCheck(L_16); float L_17 = AnimationState_get_time_m2889734845(L_16, /*hidden argument*/NULL); if ((!(((float)L_17) > ((float)(0.0f))))) { goto IL_0097; } } IL_0090: { V_2 = (bool)1; IL2CPP_LEAVE(0xC9, FINALLY_00b3); } IL_0097: { goto IL_00a3; } IL_009c: { V_2 = (bool)1; IL2CPP_LEAVE(0xC9, FINALLY_00b3); } IL_00a3: { RuntimeObject* L_18 = V_1; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0024; } } IL_00ae: { IL2CPP_LEAVE(0xC7, FINALLY_00b3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b3; } FINALLY_00b3: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_1; RuntimeObject* L_21 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_3 = L_21; if (!L_21) { goto IL_00c6; } } IL_00c0: { RuntimeObject* L_22 = V_3; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); } IL_00c6: { IL2CPP_END_FINALLY(179) } } // end finally (depth: 1) IL2CPP_CLEANUP(179) { IL2CPP_JUMP_TBL(0xC9, IL_00c9) IL2CPP_JUMP_TBL(0xC7, IL_00c7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c7: { return (bool)0; } IL_00c9: { bool L_23 = V_2; return L_23; } } // System.Void ActiveAnimation::Reset() extern "C" IL2CPP_METHOD_ATTR void ActiveAnimation_Reset_m1691954015 (ActiveAnimation_t3475256642 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActiveAnimation_Reset_m1691954015_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationState_t1108360407 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Animation_t3648466861 * L_0 = __this->get_mAnim_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0086; } } { Animation_t3648466861 * L_2 = __this->get_mAnim_10(); NullCheck(L_2); RuntimeObject* L_3 = Animation_GetEnumerator_m1233868201(L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_001d: try { // begin try (depth: 1) { goto IL_0062; } IL_0022: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_5, AnimationState_t1108360407_il2cpp_TypeInfo_var)); int32_t L_6 = __this->get_mLastDirection_11(); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_004b; } } IL_003a: { AnimationState_t1108360407 * L_7 = V_0; AnimationState_t1108360407 * L_8 = V_0; NullCheck(L_8); float L_9 = AnimationState_get_length_m2177740858(L_8, /*hidden argument*/NULL); NullCheck(L_7); AnimationState_set_time_m3753967308(L_7, L_9, /*hidden argument*/NULL); goto IL_0062; } IL_004b: { int32_t L_10 = __this->get_mLastDirection_11(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0062; } } IL_0057: { AnimationState_t1108360407 * L_11 = V_0; NullCheck(L_11); AnimationState_set_time_m3753967308(L_11, (0.0f), /*hidden argument*/NULL); } IL_0062: { RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0022; } } IL_006d: { IL2CPP_LEAVE(0x86, FINALLY_0072); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0072; } FINALLY_0072: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; RuntimeObject* L_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_15; if (!L_15) { goto IL_0085; } } IL_007f: { RuntimeObject* L_16 = V_2; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); } IL_0085: { IL2CPP_END_FINALLY(114) } } // end finally (depth: 1) IL2CPP_CLEANUP(114) { IL2CPP_JUMP_TBL(0x86, IL_0086) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0086: { return; } } // System.Void ActiveAnimation::Update() extern "C" IL2CPP_METHOD_ATTR void ActiveAnimation_Update_m3649775956 (ActiveAnimation_t3475256642 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActiveAnimation_Update_m3649775956_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; bool V_1 = false; AnimationState_t1108360407 * V_2 = NULL; RuntimeObject* V_3 = NULL; float V_4 = 0.0f; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { float L_0 = IgnoreTimeScale_UpdateRealTimeDelta_m4149425231(__this, /*hidden argument*/NULL); V_0 = L_0; float L_1 = V_0; if ((!(((float)L_1) == ((float)(0.0f))))) { goto IL_0013; } } { return; } IL_0013: { Animation_t3648466861 * L_2 = __this->get_mAnim_10(); 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_0197; } } { V_1 = (bool)0; Animation_t3648466861 * L_4 = __this->get_mAnim_10(); NullCheck(L_4); RuntimeObject* L_5 = Animation_GetEnumerator_m1233868201(L_4, /*hidden argument*/NULL); V_3 = L_5; } IL_0032: try { // begin try (depth: 1) { goto IL_00ce; } IL_0037: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_2 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_7, AnimationState_t1108360407_il2cpp_TypeInfo_var)); Animation_t3648466861 * L_8 = __this->get_mAnim_10(); AnimationState_t1108360407 * L_9 = V_2; NullCheck(L_9); String_t* L_10 = AnimationState_get_name_m2426172525(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = Animation_IsPlaying_m4012807256(L_8, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_005e; } } IL_0059: { goto IL_00ce; } IL_005e: { AnimationState_t1108360407 * L_12 = V_2; NullCheck(L_12); float L_13 = AnimationState_get_speed_m1122656433(L_12, /*hidden argument*/NULL); float L_14 = V_0; V_4 = ((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)); AnimationState_t1108360407 * L_15 = V_2; AnimationState_t1108360407 * L_16 = L_15; NullCheck(L_16); float L_17 = AnimationState_get_time_m2889734845(L_16, /*hidden argument*/NULL); float L_18 = V_4; NullCheck(L_16); AnimationState_set_time_m3753967308(L_16, ((float)il2cpp_codegen_add((float)L_17, (float)L_18)), /*hidden argument*/NULL); float L_19 = V_4; if ((!(((float)L_19) < ((float)(0.0f))))) { goto IL_00aa; } } IL_0083: { AnimationState_t1108360407 * L_20 = V_2; NullCheck(L_20); float L_21 = AnimationState_get_time_m2889734845(L_20, /*hidden argument*/NULL); if ((!(((float)L_21) > ((float)(0.0f))))) { goto IL_009a; } } IL_0093: { V_1 = (bool)1; goto IL_00a5; } IL_009a: { AnimationState_t1108360407 * L_22 = V_2; NullCheck(L_22); AnimationState_set_time_m3753967308(L_22, (0.0f), /*hidden argument*/NULL); } IL_00a5: { goto IL_00ce; } IL_00aa: { AnimationState_t1108360407 * L_23 = V_2; NullCheck(L_23); float L_24 = AnimationState_get_time_m2889734845(L_23, /*hidden argument*/NULL); AnimationState_t1108360407 * L_25 = V_2; NullCheck(L_25); float L_26 = AnimationState_get_length_m2177740858(L_25, /*hidden argument*/NULL); if ((!(((float)L_24) < ((float)L_26)))) { goto IL_00c2; } } IL_00bb: { V_1 = (bool)1; goto IL_00ce; } IL_00c2: { AnimationState_t1108360407 * L_27 = V_2; AnimationState_t1108360407 * L_28 = V_2; NullCheck(L_28); float L_29 = AnimationState_get_length_m2177740858(L_28, /*hidden argument*/NULL); NullCheck(L_27); AnimationState_set_time_m3753967308(L_27, L_29, /*hidden argument*/NULL); } IL_00ce: { RuntimeObject* L_30 = V_3; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0037; } } IL_00d9: { IL2CPP_LEAVE(0xF4, FINALLY_00de); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00de; } FINALLY_00de: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_3; RuntimeObject* L_33 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_5 = L_33; if (!L_33) { goto IL_00f3; } } IL_00ec: { RuntimeObject* L_34 = V_5; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_34); } IL_00f3: { IL2CPP_END_FINALLY(222) } } // end finally (depth: 1) IL2CPP_CLEANUP(222) { IL2CPP_JUMP_TBL(0xF4, IL_00f4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f4: { Animation_t3648466861 * L_35 = __this->get_mAnim_10(); NullCheck(L_35); Animation_Sample_m562269191(L_35, /*hidden argument*/NULL); bool L_36 = V_1; if (!L_36) { goto IL_0106; } } { return; } IL_0106: { Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); bool L_37 = __this->get_mNotify_13(); if (!L_37) { goto IL_0192; } } { __this->set_mNotify_13((bool)0); Action_1_t3647724237 * L_38 = __this->get_onFinished_7(); if (!L_38) { goto IL_0136; } } { Action_1_t3647724237 * L_39 = __this->get_onFinished_7(); NullCheck(L_39); Action_1_Invoke_m107833379(L_39, __this, /*hidden argument*/Action_1_Invoke_m107833379_RuntimeMethod_var); } IL_0136: { GameObject_t1113636619 * L_40 = __this->get_eventReceiver_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_40, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_41) { goto IL_016a; } } { String_t* L_42 = __this->get_callWhenFinished_9(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); if (L_43) { goto IL_016a; } } { GameObject_t1113636619 * L_44 = __this->get_eventReceiver_8(); String_t* L_45 = __this->get_callWhenFinished_9(); NullCheck(L_44); GameObject_SendMessage_m3720186693(L_44, L_45, __this, 1, /*hidden argument*/NULL); } IL_016a: { int32_t L_46 = __this->get_mDisableDirection_12(); if (!L_46) { goto IL_0192; } } { int32_t L_47 = __this->get_mLastDirection_11(); int32_t L_48 = __this->get_mDisableDirection_12(); if ((!(((uint32_t)L_47) == ((uint32_t)L_48)))) { goto IL_0192; } } { GameObject_t1113636619 * L_49 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_SetActive_m3543859753(NULL /*static, unused*/, L_49, (bool)0, /*hidden argument*/NULL); } IL_0192: { goto IL_019e; } IL_0197: { Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); } IL_019e: { return; } } // System.Void ActiveAnimation::Play(System.String,AnimationOrTween.Direction) extern "C" IL2CPP_METHOD_ATTR void ActiveAnimation_Play_m2066186773 (ActiveAnimation_t3475256642 * __this, String_t* ___clipName0, int32_t ___playDirection1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActiveAnimation_Play_m2066186773_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; AnimationState_t1108360407 * V_1 = NULL; RuntimeObject* V_2 = NULL; float V_3 = 0.0f; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B5_0 = 0; { Animation_t3648466861 * L_0 = __this->get_mAnim_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0164; } } { Behaviour_set_enabled_m20417929(__this, (bool)1, /*hidden argument*/NULL); Animation_t3648466861 * L_2 = __this->get_mAnim_10(); NullCheck(L_2); Behaviour_set_enabled_m20417929(L_2, (bool)0, /*hidden argument*/NULL); int32_t L_3 = ___playDirection1; if (L_3) { goto IL_003f; } } { int32_t L_4 = __this->get_mLastDirection_11(); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_003c; } } { G_B5_0 = 1; goto IL_003d; } IL_003c: { G_B5_0 = (-1); } IL_003d: { ___playDirection1 = G_B5_0; } IL_003f: { String_t* L_5 = ___clipName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; bool L_7 = V_0; if (!L_7) { goto IL_006d; } } { Animation_t3648466861 * L_8 = __this->get_mAnim_10(); NullCheck(L_8); bool L_9 = Animation_get_isPlaying_m1022540967(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0068; } } { Animation_t3648466861 * L_10 = __this->get_mAnim_10(); NullCheck(L_10); Animation_Play_m2798573761(L_10, /*hidden argument*/NULL); } IL_0068: { goto IL_008b; } IL_006d: { Animation_t3648466861 * L_11 = __this->get_mAnim_10(); String_t* L_12 = ___clipName0; NullCheck(L_11); bool L_13 = Animation_IsPlaying_m4012807256(L_11, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_008b; } } { Animation_t3648466861 * L_14 = __this->get_mAnim_10(); String_t* L_15 = ___clipName0; NullCheck(L_14); Animation_Play_m27531216(L_14, L_15, /*hidden argument*/NULL); } IL_008b: { Animation_t3648466861 * L_16 = __this->get_mAnim_10(); NullCheck(L_16); RuntimeObject* L_17 = Animation_GetEnumerator_m1233868201(L_16, /*hidden argument*/NULL); V_2 = L_17; } IL_0097: try { // begin try (depth: 1) { goto IL_0125; } IL_009c: { RuntimeObject* L_18 = V_2; NullCheck(L_18); RuntimeObject * L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); V_1 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_19, AnimationState_t1108360407_il2cpp_TypeInfo_var)); String_t* L_20 = ___clipName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00c4; } } IL_00b3: { AnimationState_t1108360407 * L_22 = V_1; NullCheck(L_22); String_t* L_23 = AnimationState_get_name_m2426172525(L_22, /*hidden argument*/NULL); String_t* L_24 = ___clipName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0125; } } IL_00c4: { AnimationState_t1108360407 * L_26 = V_1; NullCheck(L_26); float L_27 = AnimationState_get_speed_m1122656433(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_28 = fabsf(L_27); V_3 = L_28; AnimationState_t1108360407 * L_29 = V_1; float L_30 = V_3; int32_t L_31 = ___playDirection1; NullCheck(L_29); AnimationState_set_speed_m2787468711(L_29, ((float)il2cpp_codegen_multiply((float)L_30, (float)(((float)((float)L_31))))), /*hidden argument*/NULL); int32_t L_32 = ___playDirection1; if ((!(((uint32_t)L_32) == ((uint32_t)(-1))))) { goto IL_0102; } } IL_00e1: { AnimationState_t1108360407 * L_33 = V_1; NullCheck(L_33); float L_34 = AnimationState_get_time_m2889734845(L_33, /*hidden argument*/NULL); if ((!(((float)L_34) == ((float)(0.0f))))) { goto IL_0102; } } IL_00f1: { AnimationState_t1108360407 * L_35 = V_1; AnimationState_t1108360407 * L_36 = V_1; NullCheck(L_36); float L_37 = AnimationState_get_length_m2177740858(L_36, /*hidden argument*/NULL); NullCheck(L_35); AnimationState_set_time_m3753967308(L_35, L_37, /*hidden argument*/NULL); goto IL_0125; } IL_0102: { int32_t L_38 = ___playDirection1; if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { goto IL_0125; } } IL_0109: { AnimationState_t1108360407 * L_39 = V_1; NullCheck(L_39); float L_40 = AnimationState_get_time_m2889734845(L_39, /*hidden argument*/NULL); AnimationState_t1108360407 * L_41 = V_1; NullCheck(L_41); float L_42 = AnimationState_get_length_m2177740858(L_41, /*hidden argument*/NULL); if ((!(((float)L_40) == ((float)L_42)))) { goto IL_0125; } } IL_011a: { AnimationState_t1108360407 * L_43 = V_1; NullCheck(L_43); AnimationState_set_time_m3753967308(L_43, (0.0f), /*hidden argument*/NULL); } IL_0125: { RuntimeObject* L_44 = V_2; NullCheck(L_44); bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_44); if (L_45) { goto IL_009c; } } IL_0130: { IL2CPP_LEAVE(0x14B, FINALLY_0135); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0135; } FINALLY_0135: { // begin finally (depth: 1) { RuntimeObject* L_46 = V_2; RuntimeObject* L_47 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_4 = L_47; if (!L_47) { goto IL_014a; } } IL_0143: { RuntimeObject* L_48 = V_4; NullCheck(L_48); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_48); } IL_014a: { IL2CPP_END_FINALLY(309) } } // end finally (depth: 1) IL2CPP_CLEANUP(309) { IL2CPP_JUMP_TBL(0x14B, IL_014b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_014b: { int32_t L_49 = ___playDirection1; __this->set_mLastDirection_11(L_49); __this->set_mNotify_13((bool)1); Animation_t3648466861 * L_50 = __this->get_mAnim_10(); NullCheck(L_50); Animation_Sample_m562269191(L_50, /*hidden argument*/NULL); } IL_0164: { return; } } // ActiveAnimation ActiveAnimation::Play(UnityEngine.Animation,System.String,AnimationOrTween.Direction,AnimationOrTween.EnableCondition,AnimationOrTween.DisableCondition) extern "C" IL2CPP_METHOD_ATTR ActiveAnimation_t3475256642 * ActiveAnimation_Play_m2479515133 (RuntimeObject * __this /* static, unused */, Animation_t3648466861 * ___anim0, String_t* ___clipName1, int32_t ___playDirection2, int32_t ___enableBeforePlay3, int32_t ___disableCondition4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActiveAnimation_Play_m2479515133_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPanelU5BU5D_t1463265784* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ActiveAnimation_t3475256642 * V_3 = NULL; { Animation_t3648466861 * L_0 = ___anim0; 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); bool L_2 = NGUITools_GetActive_m1538523522(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_004f; } } { int32_t L_3 = ___enableBeforePlay3; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0019; } } { return (ActiveAnimation_t3475256642 *)NULL; } IL_0019: { Animation_t3648466861 * L_4 = ___anim0; NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_SetActive_m3543859753(NULL /*static, unused*/, L_5, (bool)1, /*hidden argument*/NULL); Animation_t3648466861 * L_6 = ___anim0; NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); UIPanelU5BU5D_t1463265784* L_8 = GameObject_GetComponentsInChildren_TisUIPanel_t1716472341_m2476359708(L_7, /*hidden argument*/GameObject_GetComponentsInChildren_TisUIPanel_t1716472341_m2476359708_RuntimeMethod_var); V_0 = L_8; V_1 = 0; UIPanelU5BU5D_t1463265784* L_9 = V_0; NullCheck(L_9); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))); goto IL_0048; } IL_003c: { UIPanelU5BU5D_t1463265784* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; UIPanel_t1716472341 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); UIPanel_Refresh_m3094808591(L_13, /*hidden argument*/NULL); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0048: { int32_t L_15 = V_1; int32_t L_16 = V_2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_003c; } } IL_004f: { Animation_t3648466861 * L_17 = ___anim0; NullCheck(L_17); ActiveAnimation_t3475256642 * L_18 = Component_GetComponent_TisActiveAnimation_t3475256642_m3757932823(L_17, /*hidden argument*/Component_GetComponent_TisActiveAnimation_t3475256642_m3757932823_RuntimeMethod_var); V_3 = L_18; ActiveAnimation_t3475256642 * L_19 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_19, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_006e; } } { Animation_t3648466861 * L_21 = ___anim0; NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); NullCheck(L_22); ActiveAnimation_t3475256642 * L_23 = GameObject_AddComponent_TisActiveAnimation_t3475256642_m513002695(L_22, /*hidden argument*/GameObject_AddComponent_TisActiveAnimation_t3475256642_m513002695_RuntimeMethod_var); V_3 = L_23; } IL_006e: { ActiveAnimation_t3475256642 * L_24 = V_3; Animation_t3648466861 * L_25 = ___anim0; NullCheck(L_24); L_24->set_mAnim_10(L_25); ActiveAnimation_t3475256642 * L_26 = V_3; int32_t L_27 = ___disableCondition4; NullCheck(L_26); L_26->set_mDisableDirection_12(L_27); ActiveAnimation_t3475256642 * L_28 = V_3; NullCheck(L_28); L_28->set_eventReceiver_8((GameObject_t1113636619 *)NULL); ActiveAnimation_t3475256642 * L_29 = V_3; NullCheck(L_29); L_29->set_callWhenFinished_9((String_t*)NULL); ActiveAnimation_t3475256642 * L_30 = V_3; NullCheck(L_30); L_30->set_onFinished_7((Action_1_t3647724237 *)NULL); ActiveAnimation_t3475256642 * L_31 = V_3; String_t* L_32 = ___clipName1; int32_t L_33 = ___playDirection2; NullCheck(L_31); ActiveAnimation_Play_m2066186773(L_31, L_32, L_33, /*hidden argument*/NULL); ActiveAnimation_t3475256642 * L_34 = V_3; return L_34; } } // ActiveAnimation ActiveAnimation::Play(UnityEngine.Animation,System.String,AnimationOrTween.Direction) extern "C" IL2CPP_METHOD_ATTR ActiveAnimation_t3475256642 * ActiveAnimation_Play_m2215077965 (RuntimeObject * __this /* static, unused */, Animation_t3648466861 * ___anim0, String_t* ___clipName1, int32_t ___playDirection2, const RuntimeMethod* method) { { Animation_t3648466861 * L_0 = ___anim0; String_t* L_1 = ___clipName1; int32_t L_2 = ___playDirection2; ActiveAnimation_t3475256642 * L_3 = ActiveAnimation_Play_m2479515133(NULL /*static, unused*/, L_0, L_1, L_2, 0, 0, /*hidden argument*/NULL); return L_3; } } // ActiveAnimation ActiveAnimation::Play(UnityEngine.Animation,AnimationOrTween.Direction) extern "C" IL2CPP_METHOD_ATTR ActiveAnimation_t3475256642 * ActiveAnimation_Play_m2072390185 (RuntimeObject * __this /* static, unused */, Animation_t3648466861 * ___anim0, int32_t ___playDirection1, const RuntimeMethod* method) { { Animation_t3648466861 * L_0 = ___anim0; int32_t L_1 = ___playDirection1; ActiveAnimation_t3475256642 * L_2 = ActiveAnimation_Play_m2479515133(NULL /*static, unused*/, L_0, (String_t*)NULL, L_1, 0, 0, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ActivityMenberRenewController::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController__ctor_m2929132113 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { { IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); __this->set_m_CurrentMemberGrade_2(0); return; } } // ActivityMenberRenewController ActivityMenberRenewController::GetInstance() extern "C" IL2CPP_METHOD_ATTR ActivityMenberRenewController_t222386189 * ActivityMenberRenewController_GetInstance_m134191520 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivityMenberRenewController_GetInstance_m134191520_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ActivityMenberRenewController_t222386189 * L_0 = ((ActivityMenberRenewController_t222386189_StaticFields*)il2cpp_codegen_static_fields_for(ActivityMenberRenewController_t222386189_il2cpp_TypeInfo_var))->get_s_instance_1(); if (L_0) { goto IL_0014; } } { ActivityMenberRenewController_t222386189 * L_1 = (ActivityMenberRenewController_t222386189 *)il2cpp_codegen_object_new(ActivityMenberRenewController_t222386189_il2cpp_TypeInfo_var); ActivityMenberRenewController__ctor_m2929132113(L_1, /*hidden argument*/NULL); ((ActivityMenberRenewController_t222386189_StaticFields*)il2cpp_codegen_static_fields_for(ActivityMenberRenewController_t222386189_il2cpp_TypeInfo_var))->set_s_instance_1(L_1); } IL_0014: { ActivityMenberRenewController_t222386189 * L_2 = ((ActivityMenberRenewController_t222386189_StaticFields*)il2cpp_codegen_static_fields_for(ActivityMenberRenewController_t222386189_il2cpp_TypeInfo_var))->get_s_instance_1(); return L_2; } } // System.Void ActivityMenberRenewController::TryShowUI() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_TryShowUI_m1970282876 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { { ActivityMenberRenewController_TryShowCloth_m718592620(__this, /*hidden argument*/NULL); return; } } // System.Void ActivityMenberRenewController::TryShowCloth() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_TryShowCloth_m718592620 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivityMenberRenewController_TryShowCloth_m718592620_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); int32_t L_1 = CActivityManager_AnnounceClothCount_m1980580295(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_002c; } } { 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); String_t* L_3 = CActivityManager_AnnounceClothInfo_m2451540482(L_2, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)ActivityMenberRenewController_CloseMessageBox_m2669992_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_5 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_5, __this, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, L_3, L_5, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void ActivityMenberRenewController::CloseMessageBox(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_CloseMessageBox_m2669992 (ActivityMenberRenewController_t222386189 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivityMenberRenewController_CloseMessageBox_m2669992_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)69), /*hidden argument*/NULL); return; } } // System.Void ActivityMenberRenewController::ShowUI() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_ShowUI_m1353888891 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivityMenberRenewController_ShowUI_m1353888891_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)110), /*hidden argument*/NULL); return; } } // System.Void ActivityMenberRenewController::HideUI() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_HideUI_m3467583140 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivityMenberRenewController_HideUI_m3467583140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)110), /*hidden argument*/NULL); ActivityMenberRenewController_TryShowCloth_m718592620(__this, /*hidden argument*/NULL); return; } } // System.Void ActivityMenberRenewController::OnClickRenew() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_OnClickRenew_m3803755395 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivityMenberRenewController_OnClickRenew_m3803755395_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_0; int32_t L_1 = __this->get_m_CurrentMemberGrade_2(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager_t2979457932 * L_2 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = MemberManager_GetMemberRechargeID_m1002045769(L_2, 1, /*hidden argument*/NULL); V_0 = L_3; MemberManager_t2979457932 * L_4 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = MemberManager_get_Price_m1299568404(L_4, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_5); StringU5BU5D_t1281789340* L_7 = String_Split_m3646115398(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = 0; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); V_1 = L_9; MemberManager_t2979457932 * L_10 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = V_0; int32_t L_12 = __this->get_m_CurrentMemberGrade_2(); String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_10); MemberManager_Buy_m936576913(L_10, L_11, 2, L_12, L_13, L_14, /*hidden argument*/NULL); goto IL_009b; } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager_t2979457932 * L_15 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = MemberManager_GetMemberRechargeID_m1002045769(L_15, 2, /*hidden argument*/NULL); V_0 = L_16; MemberManager_t2979457932 * L_17 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18 = MemberManager_get_Price_m1299568404(L_17, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_19 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_18); StringU5BU5D_t1281789340* L_20 = String_Split_m3646115398(L_18, L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = 1; String_t* L_22 = (L_20)->GetAt(static_cast(L_21)); V_1 = L_22; MemberManager_t2979457932 * L_23 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_24 = V_0; int32_t L_25 = __this->get_m_CurrentMemberGrade_2(); String_t* L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_23); MemberManager_Buy_m936576913(L_23, L_24, 2, L_25, L_26, L_27, /*hidden argument*/NULL); } IL_009b: { return; } } // System.Void ActivityMenberRenewController::OnClickUpgrade() extern "C" IL2CPP_METHOD_ATTR void ActivityMenberRenewController_OnClickUpgrade_m2084402473 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivityMenberRenewController_OnClickUpgrade_m2084402473_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_0; int32_t L_1 = __this->get_m_CurrentMemberGrade_2(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0057; } } { IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager_t2979457932 * L_2 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = MemberManager_GetMemberRechargeID_m1002045769(L_2, 2, /*hidden argument*/NULL); V_0 = L_3; MemberManager_t2979457932 * L_4 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = MemberManager_get_Price_m1299568404(L_4, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_5); StringU5BU5D_t1281789340* L_7 = String_Split_m3646115398(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = 1; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); V_1 = L_9; MemberManager_t2979457932 * L_10 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = V_0; int32_t L_12 = __this->get_m_CurrentMemberGrade_2(); String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_10); MemberManager_Buy_m936576913(L_10, L_11, 3, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)), L_13, L_14, /*hidden argument*/NULL); } IL_0057: { return; } } // System.Int32 ActivityMenberRenewController::get_CurrentMemberGrade() extern "C" IL2CPP_METHOD_ATTR int32_t ActivityMenberRenewController_get_CurrentMemberGrade_m1323678419 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_CurrentMemberGrade_2(); return L_0; } } // System.Int32 ActivityMenberRenewController::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t ActivityMenberRenewController_get_MemberType_m2465376492 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_MemberType_5(); return L_0; } } // System.Int32 ActivityMenberRenewController::get_SurplusDay() extern "C" IL2CPP_METHOD_ATTR int32_t ActivityMenberRenewController_get_SurplusDay_m3040107280 (ActivityMenberRenewController_t222386189 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_SurplusDay_3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AllClothesListView::.ctor() extern "C" IL2CPP_METHOD_ATTR void AllClothesListView__ctor_m2299640085 (AllClothesListView_t3567130420 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AllClothesListView::Start() extern "C" IL2CPP_METHOD_ATTR void AllClothesListView_Start_m2789666643 (AllClothesListView_t3567130420 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllClothesListView_Start_m2789666643_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); DMListView_t512231514 * L_1 = Component_GetComponent_TisDMListView_t512231514_m151075097(L_0, /*hidden argument*/Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var); __this->set_m_ListView_2(L_1); DMListView_t512231514 * L_2 = __this->get_m_ListView_2(); NullCheck(L_2); DMListView_SetEnumInfo_m2581368040(L_2, 0, 1, /*hidden argument*/NULL); __this->set_currentSetRowNum_3(0); return; } } // System.Void AllClothesListView::Update() extern "C" IL2CPP_METHOD_ATTR void AllClothesListView_Update_m273077365 (AllClothesListView_t3567130420 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllClothesListView_Update_m273077365_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); CHandbookAllClothesCfg_t703745743 * L_0 = CHandbookAllClothesCfg_GetInstance_m3834828096(NULL /*static, unused*/, /*hidden argument*/NULL); CHandBookManager_t2716637598 * L_1 = CHandBookManager_GetInstance_m3268041598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = L_1->get_subType_14(); NullCheck(L_0); List_1_t2092179787 * L_3 = CHandbookAllClothesCfg_GetItemList_m1331541043(L_0, L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m722541930(L_3, /*hidden argument*/List_1_get_Count_m722541930_RuntimeMethod_var); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)0) < ((int32_t)L_5))) { goto IL_0022; } } { return; } IL_0022: { DMListView_t512231514 * L_6 = __this->get_m_ListView_2(); NullCheck(L_6); int32_t L_7 = DMListView_GetCount_m1758119318(L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))/(int32_t)4)), (int32_t)1)); int32_t L_9 = __this->get_currentSetRowNum_3(); int32_t L_10 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_004a; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_004a; } } { return; } IL_004a: { DMListView_t512231514 * L_12 = __this->get_m_ListView_2(); NullCheck(L_12); L_12->set_isCommonItemList_2((bool)1); int32_t L_13 = V_0; __this->set_currentSetRowNum_3(L_13); DMListView_t512231514 * L_14 = __this->get_m_ListView_2(); int32_t L_15 = V_2; NullCheck(L_14); DMListView_GenerateItemList_m637906825(L_14, L_15, /*hidden argument*/NULL); return; } } // System.Void AllClothesListView::OnChangePage(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AllClothesListView_OnChangePage_m493627008 (AllClothesListView_t3567130420 * __this, int32_t ___nPageIndex0, bool ___bInit1, const RuntimeMethod* method) { { CHandBookManager_t2716637598 * L_0 = CHandBookManager_GetInstance_m3268041598(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___nPageIndex0; NullCheck(L_0); L_0->set_subType_14(L_1); CHandBookManager_t2716637598 * L_2 = CHandBookManager_GetInstance_m3268041598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t* L_3 = L_2->get_address_of_subSort_16(); bool L_4 = Int32_Equals_m2976157357(L_3, 0, /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { CHandBookManager_t2716637598 * L_5 = CHandBookManager_GetInstance_m3268041598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CHandBookManager_DefaultSortItemList_m1250733269(L_5, /*hidden argument*/NULL); goto IL_0039; } IL_002f: { CHandBookManager_t2716637598 * L_6 = CHandBookManager_GetInstance_m3268041598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CHandBookManager_SortItemList_m3201155448(L_6, /*hidden argument*/NULL); } IL_0039: { AllClothesListView_Update_m273077365(__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 AmountWnd::.ctor() extern "C" IL2CPP_METHOD_ATTR void AmountWnd__ctor_m872116146 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnPageInit_m721007046 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_OnPageInit_m721007046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_33(); if (L_0) { goto IL_01e4; } } { __this->set_isPageInit_33((bool)1); __this->set_m_MaxNum_35((((int64_t)((int64_t)((int32_t)999))))); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral3942613011, /*hidden argument*/NULL); __this->set_m_Buy_8(L_2); String_t* L_3 = __this->get_m_userPropPrompt_30(); if (L_3) { goto IL_0059; } } { CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_4); String_t* L_6 = CTextHelp_GetText_m3374553046(L_4, _stringLiteral1837187918, L_5, /*hidden argument*/NULL); __this->set_m_userPropPrompt_30(L_6); } IL_0059: { Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral897942938, /*hidden argument*/NULL); NullCheck(L_8); UILabel_t3248798549 * L_9 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_8, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_LabelUseTip_10(L_9); UILabel_t3248798549 * L_10 = __this->get_m_LabelUseTip_10(); String_t* L_11 = __this->get_m_userPropPrompt_30(); NullCheck(L_10); UILabel_set_text_m1071532778(L_10, L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral3235407498, /*hidden argument*/NULL); NullCheck(L_13); UITexture_t3471168817 * L_14 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_13, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_ItemIcon_3(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, _stringLiteral2354212373, /*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_ItemName_4(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, _stringLiteral2009204763, /*hidden argument*/NULL); NullCheck(L_19); UILabel_t3248798549 * L_20 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_19, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ItemPrice_5(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_21, _stringLiteral620200006, /*hidden argument*/NULL); NullCheck(L_22); UILabel_t3248798549 * L_23 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_22, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_TotalPrice_6(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, _stringLiteral170407151, /*hidden argument*/NULL); NullCheck(L_25); UILabel_t3248798549 * L_26 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_25, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ItemCountInBox_7(L_26); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_27); Transform_t3600365921 * L_28 = Transform_Find_m1729760951(L_27, _stringLiteral30805583, /*hidden argument*/NULL); NullCheck(L_28); UILabel_t3248798549 * L_29 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_28, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ItemCountInBar_9(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, _stringLiteral983553266, /*hidden argument*/NULL); NullCheck(L_31); UISprite_t194114938 * L_32 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_31, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_CashIcon_0_11(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, _stringLiteral1386837793, /*hidden argument*/NULL); NullCheck(L_34); UISprite_t194114938 * L_35 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_34, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_CashIcon_1_12(L_35); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral419232044, /*hidden argument*/NULL); NullCheck(L_37); UILabel_t3248798549 * L_38 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_37, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_BtnOkText_13(L_38); UILabel_t3248798549 * L_39 = __this->get_m_BtnOkText_13(); CTextHelp_t3119637808 * L_40 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = CTextHelp_GetText_m372251958(L_40, _stringLiteral1639201110, /*hidden argument*/NULL); NullCheck(L_39); UILabel_set_text_m1071532778(L_39, L_41, /*hidden argument*/NULL); Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_43 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_42, _stringLiteral3170687929, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_PayWayRoot_14(L_43); __this->set_m_paywayPoints_15(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)2))); TransformU5BU5D_t807237628* L_44 = __this->get_m_paywayPoints_15(); 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, _stringLiteral4057658656, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_46); (L_44)->SetAt(static_cast(0), (Transform_t3600365921 *)L_46); TransformU5BU5D_t807237628* L_47 = __this->get_m_paywayPoints_15(); Transform_t3600365921 * L_48 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_49 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_48, _stringLiteral2491574715, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_49); (L_47)->SetAt(static_cast(1), (Transform_t3600365921 *)L_49); } IL_01e4: { return; } } // System.Void AmountWnd::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnPageShow_m252813775 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { return; } } // UITexture AmountWnd::GetItemIcon() extern "C" IL2CPP_METHOD_ATTR UITexture_t3471168817 * AmountWnd_GetItemIcon_m1569078864 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { UITexture_t3471168817 * L_0 = __this->get_m_ItemIcon_3(); return L_0; } } // System.Void AmountWnd::SetListener(AmountWnd/OnConfirmAmount,AmountWnd/OnCancelAndExit) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_SetListener_m413519341 (AmountWnd_t1885830546 * __this, OnConfirmAmount_t1847612891 * ___confirmHandler0, OnCancelAndExit_t18917141 * ___cancelHandler1, const RuntimeMethod* method) { { OnConfirmAmount_t1847612891 * L_0 = ___confirmHandler0; __this->set_m_confirmHandler_21(L_0); OnCancelAndExit_t18917141 * L_1 = ___cancelHandler1; __this->set_m_cancelHandler_23(L_1); return; } } // System.Void AmountWnd::SetListener(AmountWnd/OnConfirmBuyAmount,AmountWnd/OnCancelAndExit) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_SetListener_m1815156680 (AmountWnd_t1885830546 * __this, OnConfirmBuyAmount_t1541777540 * ___confirmHandler0, OnCancelAndExit_t18917141 * ___cancelHandler1, const RuntimeMethod* method) { { OnConfirmBuyAmount_t1541777540 * L_0 = ___confirmHandler0; __this->set_m_buyconfirmHandler_22(L_0); OnCancelAndExit_t18917141 * L_1 = ___cancelHandler1; __this->set_m_cancelHandler_23(L_1); return; } } // System.Void AmountWnd::SetMax(System.Int64) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_SetMax_m3589807025 (AmountWnd_t1885830546 * __this, int64_t ___max0, const RuntimeMethod* method) { { int64_t L_0 = ___max0; __this->set_m_MaxNum_35(L_0); return; } } // System.Void AmountWnd::Start() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_Start_m2907781980 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressAdd_26((bool)0); __this->set_m_pressSubtrac_27((bool)0); __this->set_m_itemIndex_28((-1)); return; } } // System.Void AmountWnd::Update() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_Update_m1651185803 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { UITexture_t3471168817 * L_0 = __this->get_m_ItemIcon_3(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = GameObject_get_activeSelf_m1767405923(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { AmountWnd_LoadTexture_m3040646004(__this, /*hidden argument*/NULL); } IL_001c: { bool L_3 = __this->get_m_pressAdd_26(); if (!L_3) { goto IL_00d1; } } { int64_t L_4 = __this->get_m_pressTime_24(); float L_5 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_pressTime_24(((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)(((int64_t)((int64_t)((float)il2cpp_codegen_multiply((float)L_5, (float)(1000.0f))))))))); int64_t L_6 = __this->get_m_pressTime_1_25(); float L_7 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_pressTime_1_25(((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)(((int64_t)((int64_t)((float)il2cpp_codegen_multiply((float)L_7, (float)(1000.0f))))))))); int64_t L_8 = __this->get_m_pressTime_1_25(); if ((((int64_t)L_8) <= ((int64_t)(((int64_t)((int64_t)((int32_t)5000))))))) { goto IL_00a0; } } { int64_t L_9 = __this->get_m_pressTime_24(); if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)1050))))))) { goto IL_009b; } } { int64_t L_10 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), /*hidden argument*/NULL); int64_t L_11 = __this->get_m_pressTime_24(); __this->set_m_pressTime_24(((int64_t)il2cpp_codegen_subtract((int64_t)L_11, (int64_t)(((int64_t)((int64_t)((int32_t)50))))))); } IL_009b: { goto IL_00d1; } IL_00a0: { int64_t L_12 = __this->get_m_pressTime_24(); if ((((int64_t)L_12) <= ((int64_t)(((int64_t)((int64_t)((int32_t)1100))))))) { goto IL_00d1; } } { int64_t L_13 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, ((int64_t)il2cpp_codegen_add((int64_t)L_13, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), /*hidden argument*/NULL); int64_t L_14 = __this->get_m_pressTime_24(); __this->set_m_pressTime_24(((int64_t)il2cpp_codegen_subtract((int64_t)L_14, (int64_t)(((int64_t)((int64_t)((int32_t)100))))))); } IL_00d1: { bool L_15 = __this->get_m_pressSubtrac_27(); if (!L_15) { goto IL_0186; } } { int64_t L_16 = __this->get_m_pressTime_24(); float L_17 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_pressTime_24(((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)((float)il2cpp_codegen_multiply((float)L_17, (float)(1000.0f))))))))); int64_t L_18 = __this->get_m_pressTime_1_25(); float L_19 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_pressTime_1_25(((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)(((int64_t)((int64_t)((float)il2cpp_codegen_multiply((float)L_19, (float)(1000.0f))))))))); int64_t L_20 = __this->get_m_pressTime_1_25(); if ((((int64_t)L_20) <= ((int64_t)(((int64_t)((int64_t)((int32_t)5000))))))) { goto IL_0155; } } { int64_t L_21 = __this->get_m_pressTime_24(); if ((((int64_t)L_21) <= ((int64_t)(((int64_t)((int64_t)((int32_t)1050))))))) { goto IL_0150; } } { int64_t L_22 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, ((int64_t)il2cpp_codegen_subtract((int64_t)L_22, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), /*hidden argument*/NULL); int64_t L_23 = __this->get_m_pressTime_24(); __this->set_m_pressTime_24(((int64_t)il2cpp_codegen_subtract((int64_t)L_23, (int64_t)(((int64_t)((int64_t)((int32_t)50))))))); } IL_0150: { goto IL_0186; } IL_0155: { int64_t L_24 = __this->get_m_pressTime_24(); if ((((int64_t)L_24) <= ((int64_t)(((int64_t)((int64_t)((int32_t)1100))))))) { goto IL_0186; } } { int64_t L_25 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, ((int64_t)il2cpp_codegen_subtract((int64_t)L_25, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), /*hidden argument*/NULL); int64_t L_26 = __this->get_m_pressTime_24(); __this->set_m_pressTime_24(((int64_t)il2cpp_codegen_subtract((int64_t)L_26, (int64_t)(((int64_t)((int64_t)((int32_t)100))))))); } IL_0186: { return; } } // System.Void AmountWnd::OnClkMax() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnClkMax_m2561536212 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_MaxNum_35(); AmountWnd_UpdateAmount_m2565964771(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OnAdd() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnAdd_m2653121964 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)1))))), /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OnPressAdd() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnPressAdd_m3220822164 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressAdd_26((bool)1); __this->set_m_pressSubtrac_27((bool)0); return; } } // System.Void AmountWnd::OnReleaseAdd() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnReleaseAdd_m4001208642 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressAdd_26((bool)0); return; } } // System.Void AmountWnd::OnSubtract() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnSubtract_m227398020 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)(((int64_t)((int64_t)1))))), /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OnPressSubtract() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnPressSubtract_m537656942 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressAdd_26((bool)0); __this->set_m_pressSubtrac_27((bool)1); return; } } // System.Void AmountWnd::OnReleaseSubtract() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnReleaseSubtract_m3034547380 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressSubtrac_27((bool)0); return; } } // System.Void AmountWnd::OnConfirm() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnConfirm_m1558196157 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_OnConfirm_m1558196157_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; { bool L_0 = __this->get_isUseProp_31(); if (L_0) { goto IL_00bd; } } { 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); int32_t L_2 = CWndController_get_ActivePage_m2720187282(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_00bd; } } { TransformU5BU5D_t807237628* L_3 = __this->get_m_paywayPoints_15(); NullCheck(L_3); int32_t L_4 = 1; Transform_t3600365921 * L_5 = (L_3)->GetAt(static_cast(L_4)); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = GameObject_get_activeSelf_m1767405923(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_00bd; } } { int64_t L_8 = __this->get_m_amount_17(); int32_t L_9 = __this->get_m_price_18(); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); bool L_10 = CurrencyGetManager_CheckCurrencyState_m948361415(NULL /*static, unused*/, 3, ((int64_t)il2cpp_codegen_multiply((int64_t)L_8, (int64_t)(((int64_t)((int64_t)L_9))))), /*hidden argument*/NULL); V_0 = L_10; bool L_11 = V_0; if (L_11) { goto IL_00bd; } } { CTextHelp_t3119637808 * L_12 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_12); String_t* L_14 = CTextHelp_GetText_m3374553046(L_12, _stringLiteral2582004551, L_13, /*hidden argument*/NULL); V_1 = L_14; String_t* L_15 = V_1; int64_t L_16 = __this->get_m_amount_17(); int32_t L_17 = __this->get_m_price_18(); int64_t L_18 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_16, (int64_t)(((int64_t)((int64_t)L_17))))); RuntimeObject * L_19 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_18); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_20 = CurrencyGetManager_get_BindDiamond_m1902173397(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); int64_t L_21 = CurrencyUnit_get_CurValue_m3724884493(L_20, /*hidden argument*/NULL); int64_t L_22 = L_21; RuntimeObject * L_23 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_22); int64_t L_24 = __this->get_m_amount_17(); int32_t L_25 = __this->get_m_price_18(); 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)((int64_t)il2cpp_codegen_multiply((int64_t)L_24, (int64_t)(((int64_t)((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_15, L_19, L_23, L_29, /*hidden argument*/NULL); V_1 = L_30; String_t* L_31 = V_1; intptr_t L_32 = (intptr_t)AmountWnd_OnComfirBuyUseDimond_m3017589032_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); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 2, L_31, L_33, /*hidden argument*/NULL); return; } IL_00bd: { OnConfirmAmount_t1847612891 * L_34 = __this->get_m_confirmHandler_21(); if (!L_34) { goto IL_00e5; } } { OnConfirmAmount_t1847612891 * L_35 = __this->get_m_confirmHandler_21(); int32_t L_36 = __this->get_m_configId_16(); int64_t L_37 = __this->get_m_amount_17(); int32_t L_38 = __this->get_m_itemIndex_28(); NullCheck(L_35); OnConfirmAmount_Invoke_m3434044302(L_35, L_36, L_37, L_38, /*hidden argument*/NULL); } IL_00e5: { OnConfirmBuyAmount_t1541777540 * L_39 = __this->get_m_buyconfirmHandler_22(); if (!L_39) { goto IL_0113; } } { OnConfirmBuyAmount_t1541777540 * L_40 = __this->get_m_buyconfirmHandler_22(); int32_t L_41 = __this->get_m_configId_16(); int64_t L_42 = __this->get_m_amount_17(); int32_t L_43 = __this->get_m_itemIndex_28(); int32_t L_44 = __this->get_m_cashType_29(); NullCheck(L_40); OnConfirmBuyAmount_Invoke_m687452251(L_40, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); } IL_0113: { return; } } // System.Void AmountWnd::OnCancelAndClose() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnCancelAndClose_m3952705566 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { OnCancelAndExit_t18917141 * L_0 = __this->get_m_cancelHandler_23(); NullCheck(L_0); OnCancelAndExit_Invoke_m1619792871(L_0, /*hidden argument*/NULL); return; } } // UIAtlas AmountWnd::_GetAtlas(System.String) extern "C" IL2CPP_METHOD_ATTR UIAtlas_t3195533529 * AmountWnd__GetAtlas_m1136442789 (AmountWnd_t1885830546 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd__GetAtlas_m1136442789_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; UIAtlas_t3195533529 * G_B3_0 = NULL; { IResourceManager_t3165642952 * L_0 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___path0; NullCheck(L_0); Object_t631007953 * L_2 = IResourceManager_CreateResource_m1279813597(L_0, L_1, (bool)0, /*hidden argument*/NULL); V_0 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_2, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0029; } } { GameObject_t1113636619 * L_5 = V_0; NullCheck(L_5); UIAtlas_t3195533529 * L_6 = GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(L_5, /*hidden argument*/GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var); G_B3_0 = L_6; goto IL_002a; } IL_0029: { G_B3_0 = ((UIAtlas_t3195533529 *)(NULL)); } IL_002a: { return G_B3_0; } } // System.Void AmountWnd::OpenWnd(System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OpenWnd_m2875226612 (AmountWnd_t1885830546 * __this, int32_t ___configId0, int32_t ___price1, int32_t ___count2, String_t* ___name3, String_t* ___iconPath4, int32_t ___index5, bool ___bDiamond6, int32_t ___canUseBindDiamond7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_OpenWnd_m2875226612_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIAtlas_t3195533529 * V_0 = NULL; { AmountWnd_OnPageInit_m721007046(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CWndController_get_ActivePage_m2720187282(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0035; } } { Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_get_parent_m835071599(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = Object_get_name_m4211327027(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral1394295823, /*hidden argument*/NULL); if (!L_5) { goto IL_003c; } } IL_0035: { __this->set_isUseProp_31((bool)1); } IL_003c: { GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)1, /*hidden argument*/NULL); int32_t L_7 = ___price1; __this->set_m_price_18(L_7); int32_t L_8 = ___count2; __this->set_m_amount_17((((int64_t)((int64_t)L_8)))); int32_t L_9 = ___configId0; __this->set_m_configId_16(L_9); String_t* L_10 = ___iconPath4; __this->set_m_iconPath_20(L_10); int32_t L_11 = ___index5; __this->set_m_itemIndex_28(L_11); UILabel_t3248798549 * L_12 = __this->get_m_ItemName_4(); String_t* L_13 = ___name3; NullCheck(L_12); UILabel_set_text_m1071532778(L_12, L_13, /*hidden argument*/NULL); __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressAdd_26((bool)0); __this->set_m_pressSubtrac_27((bool)0); bool L_14 = ___bDiamond6; __this->set_m_bDiamond_19(L_14); bool L_15 = __this->get_isUseProp_31(); if (L_15) { goto IL_01bc; } } { UILabel_t3248798549 * L_16 = __this->get_m_LabelUseTip_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_16, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_17 = __this->get_m_Buy_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_17, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_18 = __this->get_m_ItemPrice_5(); int32_t* L_19 = __this->get_address_of_m_price_18(); String_t* L_20 = Int32_ToString_m141394615(L_19, /*hidden argument*/NULL); NullCheck(L_18); UILabel_set_text_m1071532778(L_18, L_20, /*hidden argument*/NULL); UIAtlas_t3195533529 * L_21 = AmountWnd__GetAtlas_m1136442789(__this, _stringLiteral3714156164, /*hidden argument*/NULL); V_0 = L_21; UISprite_t194114938 * L_22 = __this->get_m_CashIcon_0_11(); UIAtlas_t3195533529 * L_23 = V_0; NullCheck(L_22); UISprite_set_atlas_m2864119219(L_22, L_23, /*hidden argument*/NULL); UISprite_t194114938 * L_24 = __this->get_m_CashIcon_1_12(); UIAtlas_t3195533529 * L_25 = V_0; NullCheck(L_24); UISprite_set_atlas_m2864119219(L_24, L_25, /*hidden argument*/NULL); bool L_26 = __this->get_m_bDiamond_19(); if (!L_26) { goto IL_018b; } } { Transform_t3600365921 * L_27 = __this->get_m_PayWayRoot_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_27, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_28 = __this->get_m_CashIcon_0_11(); NullCheck(L_28); UISprite_set_spriteName_m1616245412(L_28, _stringLiteral1334167863, /*hidden argument*/NULL); UISprite_t194114938 * L_29 = __this->get_m_CashIcon_1_12(); NullCheck(L_29); UISprite_set_spriteName_m1616245412(L_29, _stringLiteral1334167863, /*hidden argument*/NULL); int32_t L_30 = ___canUseBindDiamond7; if ((!(((uint32_t)L_30) == ((uint32_t)1)))) { goto IL_0186; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_31 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32 = CWndController_get_ActivePage_m2720187282(L_31, /*hidden argument*/NULL); if ((((int32_t)L_32) == ((int32_t)((int32_t)77)))) { goto IL_0186; } } { UISprite_t194114938 * L_33 = __this->get_m_CashIcon_0_11(); NullCheck(L_33); UISprite_set_spriteName_m1616245412(L_33, _stringLiteral985907064, /*hidden argument*/NULL); UISprite_t194114938 * L_34 = __this->get_m_CashIcon_1_12(); NullCheck(L_34); UISprite_set_spriteName_m1616245412(L_34, _stringLiteral985907064, /*hidden argument*/NULL); Transform_t3600365921 * L_35 = __this->get_m_PayWayRoot_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_35, (bool)1, /*hidden argument*/NULL); AmountWnd_OnClkBindDimond_m1789004747(__this, /*hidden argument*/NULL); } IL_0186: { goto IL_01b7; } IL_018b: { UISprite_t194114938 * L_36 = __this->get_m_CashIcon_0_11(); NullCheck(L_36); UISprite_set_spriteName_m1616245412(L_36, _stringLiteral1733013957, /*hidden argument*/NULL); UISprite_t194114938 * L_37 = __this->get_m_CashIcon_1_12(); NullCheck(L_37); UISprite_set_spriteName_m1616245412(L_37, _stringLiteral1733013957, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = __this->get_m_PayWayRoot_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_38, (bool)0, /*hidden argument*/NULL); } IL_01b7: { goto IL_01f5; } IL_01bc: { UILabel_t3248798549 * L_39 = __this->get_m_ItemPrice_5(); String_t* L_40 = __this->get_m_userPropPrompt_30(); NullCheck(L_39); UILabel_set_text_m1071532778(L_39, L_40, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = __this->get_m_Buy_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_41, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_42 = __this->get_m_LabelUseTip_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_42, (bool)1, /*hidden argument*/NULL); __this->set_m_amount_17((((int64_t)((int64_t)1)))); int32_t L_43 = ___count2; __this->set_m_propCount_32((((int64_t)((int64_t)L_43)))); } IL_01f5: { AmountWnd_LoadTexture_m3040646004(__this, /*hidden argument*/NULL); int64_t L_44 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, L_44, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OpenWnd(System.Int32,System.Int32,System.Int64,System.String,System.String,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OpenWnd_m3453569599 (AmountWnd_t1885830546 * __this, int32_t ___configId0, int32_t ___price1, int64_t ___count2, String_t* ___name3, String_t* ___iconPath4, int32_t ___index5, bool ___bDiamond6, bool ___IsBuyGoods7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_OpenWnd_m3453569599_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIAtlas_t3195533529 * V_0 = NULL; { AmountWnd_OnPageInit_m721007046(__this, /*hidden argument*/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); int32_t L_1 = ___price1; __this->set_m_price_18(L_1); int64_t L_2 = ___count2; __this->set_m_amount_17(L_2); int32_t L_3 = ___configId0; __this->set_m_configId_16(L_3); String_t* L_4 = ___iconPath4; __this->set_m_iconPath_20(L_4); int32_t L_5 = ___index5; __this->set_m_itemIndex_28(L_5); UILabel_t3248798549 * L_6 = __this->get_m_ItemName_4(); String_t* L_7 = ___name3; NullCheck(L_6); UILabel_set_text_m1071532778(L_6, L_7, /*hidden argument*/NULL); __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressAdd_26((bool)0); __this->set_m_pressSubtrac_27((bool)0); bool L_8 = ___IsBuyGoods7; if (!L_8) { goto IL_0146; } } { UILabel_t3248798549 * L_9 = __this->get_m_LabelUseTip_10(); 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_m_Buy_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_11 = __this->get_m_ItemPrice_5(); int32_t* L_12 = __this->get_address_of_m_price_18(); String_t* L_13 = Int32_ToString_m141394615(L_12, /*hidden argument*/NULL); NullCheck(L_11); UILabel_set_text_m1071532778(L_11, L_13, /*hidden argument*/NULL); bool L_14 = ___bDiamond6; __this->set_m_bDiamond_19(L_14); UIAtlas_t3195533529 * L_15 = AmountWnd__GetAtlas_m1136442789(__this, _stringLiteral3714156164, /*hidden argument*/NULL); V_0 = L_15; UISprite_t194114938 * L_16 = __this->get_m_CashIcon_0_11(); UIAtlas_t3195533529 * L_17 = V_0; NullCheck(L_16); UISprite_set_atlas_m2864119219(L_16, L_17, /*hidden argument*/NULL); UISprite_t194114938 * L_18 = __this->get_m_CashIcon_1_12(); UIAtlas_t3195533529 * L_19 = V_0; NullCheck(L_18); UISprite_set_atlas_m2864119219(L_18, L_19, /*hidden argument*/NULL); bool L_20 = __this->get_m_bDiamond_19(); if (!L_20) { goto IL_010d; } } { UISprite_t194114938 * L_21 = __this->get_m_CashIcon_0_11(); NullCheck(L_21); UISprite_set_spriteName_m1616245412(L_21, _stringLiteral1334167863, /*hidden argument*/NULL); UISprite_t194114938 * L_22 = __this->get_m_CashIcon_1_12(); NullCheck(L_22); UISprite_set_spriteName_m1616245412(L_22, _stringLiteral1334167863, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_23 = CurrencyGetManager_get_Diamond_m3411783414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); int64_t L_24 = CurrencyUnit_get_PreValue_m3335683465(L_23, /*hidden argument*/NULL); int32_t L_25 = ___price1; __this->set_m_propCount_32((((int64_t)((int64_t)((int32_t)((int32_t)(((int32_t)((int32_t)L_24)))/(int32_t)L_25)))))); goto IL_0141; } IL_010d: { UISprite_t194114938 * L_26 = __this->get_m_CashIcon_0_11(); NullCheck(L_26); UISprite_set_spriteName_m1616245412(L_26, _stringLiteral1733013957, /*hidden argument*/NULL); UISprite_t194114938 * L_27 = __this->get_m_CashIcon_1_12(); NullCheck(L_27); UISprite_set_spriteName_m1616245412(L_27, _stringLiteral1733013957, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_28 = CurrencyGetManager_get_Gold_m2364791842(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); int64_t L_29 = CurrencyUnit_get_PreValue_m3335683465(L_28, /*hidden argument*/NULL); int32_t L_30 = ___price1; __this->set_m_propCount_32((((int64_t)((int64_t)((int32_t)((int32_t)(((int32_t)((int32_t)L_29)))/(int32_t)L_30)))))); } IL_0141: { goto IL_017e; } IL_0146: { UILabel_t3248798549 * L_31 = __this->get_m_ItemPrice_5(); String_t* L_32 = __this->get_m_userPropPrompt_30(); NullCheck(L_31); UILabel_set_text_m1071532778(L_31, L_32, /*hidden argument*/NULL); Transform_t3600365921 * L_33 = __this->get_m_Buy_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_33, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_34 = __this->get_m_LabelUseTip_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_34, (bool)1, /*hidden argument*/NULL); __this->set_m_amount_17((((int64_t)((int64_t)1)))); int64_t L_35 = ___count2; __this->set_m_propCount_32(L_35); } IL_017e: { AmountWnd_LoadTexture_m3040646004(__this, /*hidden argument*/NULL); int64_t L_36 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, L_36, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OpenWnd(System.Int32,System.Int32,System.Int64,System.String,UnityEngine.Texture,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OpenWnd_m801922637 (AmountWnd_t1885830546 * __this, int32_t ___configId0, int32_t ___price1, int64_t ___count2, String_t* ___name3, Texture_t3661962703 * ___icon4, int32_t ___index5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_OpenWnd_m801922637_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UIAtlas_t3195533529 * V_1 = NULL; { AmountWnd_OnPageInit_m721007046(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_0 = __this->get_m_LabelUseTip_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CProperty_GetInt_m2680341236(L_3, _stringLiteral3975411948, 0, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; int32_t L_6 = ___price1; __this->set_m_propCount_32((((int64_t)((int64_t)((int32_t)((int32_t)L_5/(int32_t)L_6)))))); int32_t L_7 = ___price1; __this->set_m_price_18(L_7); int64_t L_8 = ___count2; __this->set_m_amount_17(L_8); int32_t L_9 = ___configId0; __this->set_m_configId_16(L_9); UITexture_t3471168817 * L_10 = __this->get_m_ItemIcon_3(); Texture_t3661962703 * L_11 = ___icon4; NullCheck(L_10); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_10, L_11); int32_t L_12 = ___index5; __this->set_m_itemIndex_28(L_12); UILabel_t3248798549 * L_13 = __this->get_m_ItemName_4(); String_t* L_14 = ___name3; NullCheck(L_13); UILabel_set_text_m1071532778(L_13, L_14, /*hidden argument*/NULL); __this->set_m_pressTime_24((((int64_t)((int64_t)0)))); __this->set_m_pressTime_1_25((((int64_t)((int64_t)0)))); __this->set_m_pressAdd_26((bool)0); __this->set_m_pressSubtrac_27((bool)0); UILabel_t3248798549 * L_15 = __this->get_m_ItemPrice_5(); int32_t* L_16 = __this->get_address_of_m_price_18(); String_t* L_17 = Int32_ToString_m141394615(L_16, /*hidden argument*/NULL); NullCheck(L_15); UILabel_set_text_m1071532778(L_15, L_17, /*hidden argument*/NULL); UIAtlas_t3195533529 * L_18 = AmountWnd__GetAtlas_m1136442789(__this, _stringLiteral2794229550, /*hidden argument*/NULL); V_1 = L_18; UISprite_t194114938 * L_19 = __this->get_m_CashIcon_0_11(); UIAtlas_t3195533529 * L_20 = V_1; NullCheck(L_19); UISprite_set_atlas_m2864119219(L_19, L_20, /*hidden argument*/NULL); UISprite_t194114938 * L_21 = __this->get_m_CashIcon_1_12(); UIAtlas_t3195533529 * L_22 = V_1; NullCheck(L_21); UISprite_set_atlas_m2864119219(L_21, L_22, /*hidden argument*/NULL); UISprite_t194114938 * L_23 = __this->get_m_CashIcon_0_11(); NullCheck(L_23); UISprite_set_spriteName_m1616245412(L_23, _stringLiteral1844754799, /*hidden argument*/NULL); UISprite_t194114938 * L_24 = __this->get_m_CashIcon_1_12(); NullCheck(L_24); UISprite_set_spriteName_m1616245412(L_24, _stringLiteral1844754799, /*hidden argument*/NULL); int64_t L_25 = __this->get_m_amount_17(); AmountWnd_UpdateAmount_m2565964771(__this, L_25, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::SetPayWayPointActive(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_SetPayWayPointActive_m1175264245 (AmountWnd_t1885830546 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_SetPayWayPointActive_m1175264245_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0019; } IL_0007: { TransformU5BU5D_t807237628* L_0 = __this->get_m_paywayPoints_15(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Transform_t3600365921 * L_3 = (L_0)->GetAt(static_cast(L_2)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0019: { int32_t L_5 = V_0; TransformU5BU5D_t807237628* L_6 = __this->get_m_paywayPoints_15(); NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0007; } } { TransformU5BU5D_t807237628* L_7 = __this->get_m_paywayPoints_15(); int32_t L_8 = ___id0; NullCheck(L_7); int32_t L_9 = L_8; Transform_t3600365921 * L_10 = (L_7)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)1, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OnClkDimond() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnClkDimond_m344396095 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_OnClkDimond_m344396095_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UISprite_t194114938 * L_0 = __this->get_m_CashIcon_0_11(); NullCheck(L_0); UISprite_set_spriteName_m1616245412(L_0, _stringLiteral1334167863, /*hidden argument*/NULL); UISprite_t194114938 * L_1 = __this->get_m_CashIcon_1_12(); NullCheck(L_1); UISprite_set_spriteName_m1616245412(L_1, _stringLiteral1334167863, /*hidden argument*/NULL); __this->set_m_cashType_29(5); AmountWnd_SetPayWayPointActive_m1175264245(__this, 0, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OnClkBindDimond() extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnClkBindDimond_m1789004747 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_OnClkBindDimond_m1789004747_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_cashType_29(((int32_t)14)); UISprite_t194114938 * L_0 = __this->get_m_CashIcon_0_11(); NullCheck(L_0); UISprite_set_spriteName_m1616245412(L_0, _stringLiteral985907064, /*hidden argument*/NULL); UISprite_t194114938 * L_1 = __this->get_m_CashIcon_1_12(); NullCheck(L_1); UISprite_set_spriteName_m1616245412(L_1, _stringLiteral985907064, /*hidden argument*/NULL); AmountWnd_SetPayWayPointActive_m1175264245(__this, 1, /*hidden argument*/NULL); return; } } // System.Int64 AmountWnd::GetTotalPrice() extern "C" IL2CPP_METHOD_ATTR int64_t AmountWnd_GetTotalPrice_m1385436174 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_amount_17(); int32_t L_1 = __this->get_m_price_18(); return ((int64_t)il2cpp_codegen_multiply((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1))))); } } // System.Boolean AmountWnd::LoadTexture() extern "C" IL2CPP_METHOD_ATTR bool AmountWnd_LoadTexture_m3040646004 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmountWnd_LoadTexture_m3040646004_MetadataUsageId); s_Il2CppMethodInitialized = true; } Texture2D_t3840446185 * 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); String_t* L_1 = __this->get_m_iconPath_20(); NullCheck(L_0); Object_t631007953 * L_2 = IResourceManager_CreateResource_m1279813597(L_0, L_1, (bool)0, /*hidden argument*/NULL); V_0 = ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_2, Texture2D_t3840446185_il2cpp_TypeInfo_var)); Texture2D_t3840446185 * 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_0042; } } { UITexture_t3471168817 * L_5 = __this->get_m_ItemIcon_3(); Texture2D_t3840446185 * L_6 = V_0; NullCheck(L_5); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_5, L_6); UITexture_t3471168817 * L_7 = __this->get_m_ItemIcon_3(); 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)1, /*hidden argument*/NULL); return (bool)1; } IL_0042: { UITexture_t3471168817 * L_9 = __this->get_m_ItemIcon_3(); 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); return (bool)0; } } // System.Void AmountWnd::UpdateAmount(System.Int64) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_UpdateAmount_m2565964771 (AmountWnd_t1885830546 * __this, int64_t ___newAmount0, const RuntimeMethod* method) { int64_t V_0 = 0; { int64_t L_0 = ___newAmount0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)1)))))) { goto IL_0011; } } { ___newAmount0 = (((int64_t)((int64_t)1))); goto IL_0025; } IL_0011: { int64_t L_1 = ___newAmount0; int64_t L_2 = __this->get_m_MaxNum_35(); if ((((int64_t)L_1) <= ((int64_t)L_2))) { goto IL_0025; } } { int64_t L_3 = __this->get_m_MaxNum_35(); ___newAmount0 = L_3; } IL_0025: { int64_t L_4 = ___newAmount0; int64_t L_5 = __this->get_m_propCount_32(); if ((((int64_t)L_4) <= ((int64_t)L_5))) { goto IL_0046; } } { int64_t L_6 = __this->get_m_propCount_32(); if ((((int64_t)L_6) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0046; } } { int64_t L_7 = __this->get_m_propCount_32(); ___newAmount0 = L_7; } IL_0046: { int64_t L_8 = ___newAmount0; __this->set_m_amount_17(L_8); UILabel_t3248798549 * L_9 = __this->get_m_ItemCountInBox_7(); int64_t* L_10 = __this->get_address_of_m_amount_17(); String_t* L_11 = Int64_ToString_m2986581816(L_10, /*hidden argument*/NULL); NullCheck(L_9); UILabel_set_text_m1071532778(L_9, L_11, /*hidden argument*/NULL); UILabel_t3248798549 * L_12 = __this->get_m_ItemCountInBar_9(); int64_t* L_13 = __this->get_address_of_m_amount_17(); String_t* L_14 = Int64_ToString_m2986581816(L_13, /*hidden argument*/NULL); NullCheck(L_12); UILabel_set_text_m1071532778(L_12, L_14, /*hidden argument*/NULL); UILabel_t3248798549 * L_15 = __this->get_m_TotalPrice_6(); int64_t L_16 = __this->get_m_amount_17(); int32_t L_17 = __this->get_m_price_18(); V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_16, (int64_t)(((int64_t)((int64_t)L_17))))); String_t* L_18 = Int64_ToString_m2986581816((&V_0), /*hidden argument*/NULL); NullCheck(L_15); UILabel_set_text_m1071532778(L_15, L_18, /*hidden argument*/NULL); return; } } // System.Void AmountWnd::OnComfirBuyUseDimond(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void AmountWnd_OnComfirBuyUseDimond_m3017589032 (AmountWnd_t1885830546 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_0057; } } { OnConfirmAmount_t1847612891 * L_1 = __this->get_m_confirmHandler_21(); if (!L_1) { goto IL_002e; } } { OnConfirmAmount_t1847612891 * L_2 = __this->get_m_confirmHandler_21(); int32_t L_3 = __this->get_m_configId_16(); int64_t L_4 = __this->get_m_amount_17(); int32_t L_5 = __this->get_m_itemIndex_28(); NullCheck(L_2); OnConfirmAmount_Invoke_m3434044302(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); } IL_002e: { OnConfirmAmount_t1847612891 * L_6 = __this->get_m_confirmHandler_21(); if (!L_6) { goto IL_0057; } } { OnConfirmBuyAmount_t1541777540 * L_7 = __this->get_m_buyconfirmHandler_22(); int32_t L_8 = __this->get_m_configId_16(); int64_t L_9 = __this->get_m_amount_17(); int32_t L_10 = __this->get_m_itemIndex_28(); NullCheck(L_7); OnConfirmBuyAmount_Invoke_m687452251(L_7, L_8, L_9, L_10, 5, /*hidden argument*/NULL); } IL_0057: { return; } } #ifdef __clang__ #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_OnCancelAndExit_t18917141 (OnCancelAndExit_t18917141 * __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 AmountWnd/OnCancelAndExit::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit__ctor_m180445974 (OnCancelAndExit_t18917141 * __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 AmountWnd/OnCancelAndExit::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit_Invoke_m1619792871 (OnCancelAndExit_t18917141 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnCancelAndExit_Invoke_m1619792871((OnCancelAndExit_t18917141 *)__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 AmountWnd/OnCancelAndExit::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnCancelAndExit_BeginInvoke_m3989696704 (OnCancelAndExit_t18917141 * __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 AmountWnd/OnCancelAndExit::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit_EndInvoke_m921477345 (OnCancelAndExit_t18917141 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnConfirmAmount_t1847612891 (OnConfirmAmount_t1847612891 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int64_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___configId0, ___amount1, ___index2); } // System.Void AmountWnd/OnConfirmAmount::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnConfirmAmount__ctor_m3082837034 (OnConfirmAmount_t1847612891 * __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 AmountWnd/OnConfirmAmount::Invoke(System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmAmount_Invoke_m3434044302 (OnConfirmAmount_t1847612891 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnConfirmAmount_Invoke_m3434044302((OnConfirmAmount_t1847612891 *)__this->get_prev_9(), ___configId0, ___amount1, ___index2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int64_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___configId0, ___amount1, ___index2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int64_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___configId0, ___amount1, ___index2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< int32_t, int64_t, int32_t >::Invoke(targetMethod, targetThis, ___configId0, ___amount1, ___index2); else GenericVirtActionInvoker3< int32_t, int64_t, int32_t >::Invoke(targetMethod, targetThis, ___configId0, ___amount1, ___index2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int32_t, int64_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___configId0, ___amount1, ___index2); else VirtActionInvoker3< int32_t, int64_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___configId0, ___amount1, ___index2); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int64_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___configId0, ___amount1, ___index2, targetMethod); } } } } // System.IAsyncResult AmountWnd/OnConfirmAmount::BeginInvoke(System.Int32,System.Int64,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnConfirmAmount_BeginInvoke_m3177572789 (OnConfirmAmount_t1847612891 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnConfirmAmount_BeginInvoke_m3177572789_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___configId0); __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___amount1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___index2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void AmountWnd/OnConfirmAmount::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnConfirmAmount_EndInvoke_m2916591950 (OnConfirmAmount_t1847612891 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnConfirmBuyAmount_t1541777540 (OnConfirmBuyAmount_t1541777540 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, int32_t ___cashType3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int64_t, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___configId0, ___amount1, ___index2, ___cashType3); } // System.Void AmountWnd/OnConfirmBuyAmount::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount__ctor_m1423798185 (OnConfirmBuyAmount_t1541777540 * __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 AmountWnd/OnConfirmBuyAmount::Invoke(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount_Invoke_m687452251 (OnConfirmBuyAmount_t1541777540 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, int32_t ___cashType3, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnConfirmBuyAmount_Invoke_m687452251((OnConfirmBuyAmount_t1541777540 *)__this->get_prev_9(), ___configId0, ___amount1, ___index2, ___cashType3, 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) == 4) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int64_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___configId0, ___amount1, ___index2, ___cashType3, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int64_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___configId0, ___amount1, ___index2, ___cashType3, 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)) GenericInterfaceActionInvoker4< int32_t, int64_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___configId0, ___amount1, ___index2, ___cashType3); else GenericVirtActionInvoker4< int32_t, int64_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___configId0, ___amount1, ___index2, ___cashType3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< int32_t, int64_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___configId0, ___amount1, ___index2, ___cashType3); else VirtActionInvoker4< int32_t, int64_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___configId0, ___amount1, ___index2, ___cashType3); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int64_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___configId0, ___amount1, ___index2, ___cashType3, targetMethod); } } } } // System.IAsyncResult AmountWnd/OnConfirmBuyAmount::BeginInvoke(System.Int32,System.Int64,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnConfirmBuyAmount_BeginInvoke_m3392220983 (OnConfirmBuyAmount_t1541777540 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, int32_t ___cashType3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnConfirmBuyAmount_BeginInvoke_m3392220983_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___configId0); __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___amount1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___index2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___cashType3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Void AmountWnd/OnConfirmBuyAmount::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount_EndInvoke_m3220190577 (OnConfirmBuyAmount_t1541777540 * __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 AnimatedAlpha::.ctor() extern "C" IL2CPP_METHOD_ATTR void AnimatedAlpha__ctor_m171491651 (AnimatedAlpha_t1840762679 * __this, const RuntimeMethod* method) { { __this->set_alpha_2((1.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AnimatedAlpha::Awake() extern "C" IL2CPP_METHOD_ATTR void AnimatedAlpha_Awake_m2523501867 (AnimatedAlpha_t1840762679 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimatedAlpha_Awake_m2523501867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UIWidget_t3538521925 * L_0 = Component_GetComponent_TisUIWidget_t3538521925_m555478364(__this, /*hidden argument*/Component_GetComponent_TisUIWidget_t3538521925_m555478364_RuntimeMethod_var); __this->set_mWidget_3(L_0); UIPanel_t1716472341 * L_1 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); __this->set_mPanel_4(L_1); AnimatedAlpha_Update_m4183354007(__this, /*hidden argument*/NULL); return; } } // System.Void AnimatedAlpha::Update() extern "C" IL2CPP_METHOD_ATTR void AnimatedAlpha_Update_m4183354007 (AnimatedAlpha_t1840762679 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimatedAlpha_Update_m4183354007_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UIWidget_t3538521925 * L_0 = __this->get_mWidget_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { UIWidget_t3538521925 * L_2 = __this->get_mWidget_3(); float L_3 = __this->get_alpha_2(); NullCheck(L_2); UIWidget_set_alpha_m2278043477(L_2, L_3, /*hidden argument*/NULL); } IL_0022: { UIPanel_t1716472341 * L_4 = __this->get_mPanel_4(); 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_0044; } } { UIPanel_t1716472341 * L_6 = __this->get_mPanel_4(); float L_7 = __this->get_alpha_2(); NullCheck(L_6); UIPanel_set_alpha_m2999856520(L_6, L_7, /*hidden argument*/NULL); } IL_0044: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AnimatedColor::.ctor() extern "C" IL2CPP_METHOD_ATTR void AnimatedColor__ctor_m2696956254 (AnimatedColor_t3276574810 * __this, const RuntimeMethod* method) { { Color_t2555686324 L_0 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_color_2(L_0); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AnimatedColor::Awake() extern "C" IL2CPP_METHOD_ATTR void AnimatedColor_Awake_m1433629726 (AnimatedColor_t3276574810 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimatedColor_Awake_m1433629726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(__this, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_mLabel_3(L_0); return; } } // System.Void AnimatedColor::Update() extern "C" IL2CPP_METHOD_ATTR void AnimatedColor_Update_m780266582 (AnimatedColor_t3276574810 * __this, const RuntimeMethod* method) { { UILabel_t3248798549 * L_0 = __this->get_mLabel_3(); Color_t2555686324 L_1 = __this->get_color_2(); NullCheck(L_0); UIWidget_set_color_m2288988844(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AnimSequence::.ctor() extern "C" IL2CPP_METHOD_ATTR void AnimSequence__ctor_m667817786 (AnimSequence_t2739646792 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AnimSequence::Start() extern "C" IL2CPP_METHOD_ATTR void AnimSequence_Start_m3789173954 (AnimSequence_t2739646792 * __this, const RuntimeMethod* method) { { __this->set_m_timeLabor_3((-1.0f)); __this->set_m_activeIndex_4(0); AnimSequence_PlayNext_m2341923788(__this, /*hidden argument*/NULL); return; } } // System.Void AnimSequence::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void AnimSequence_LateUpdate_m2806152666 (AnimSequence_t2739646792 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_timeLabor_3(); if ((!(((float)(-0.5f)) > ((float)L_0)))) { goto IL_0011; } } { return; } IL_0011: { float L_1 = __this->get_m_timeLabor_3(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeLabor_3(((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))); float L_3 = __this->get_m_timeLabor_3(); if ((!(((float)(0.0f)) > ((float)L_3)))) { goto IL_0039; } } { AnimSequence_PlayNext_m2341923788(__this, /*hidden argument*/NULL); } IL_0039: { return; } } // System.Void AnimSequence::PlayNext() extern "C" IL2CPP_METHOD_ATTR void AnimSequence_PlayNext_m2341923788 (AnimSequence_t2739646792 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimSequence_PlayNext_m2341923788_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t3648466861 * V_0 = NULL; AnimationState_t1108360407 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; AnimationClip_t2318505987 * V_4 = NULL; String_t* V_5 = NULL; AnimationState_t1108360407 * V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Animation_t3648466861 * L_0 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(__this, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); V_0 = L_0; Animation_t3648466861 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { __this->set_m_timeLabor_3((-1.0f)); return; } IL_001f: { AnimationClipU5BU5D_t1636626578* L_3 = __this->get_m_list_2(); if (!L_3) { goto IL_003d; } } { AnimationClipU5BU5D_t1636626578* L_4 = __this->get_m_list_2(); NullCheck(L_4); int32_t L_5 = __this->get_m_activeIndex_4(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) > ((int32_t)L_5))) { goto IL_00a6; } } IL_003d: { Animation_t3648466861 * L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7 = Animation_GetEnumerator_m1233868201(L_6, /*hidden argument*/NULL); V_2 = L_7; } IL_0044: try { // begin try (depth: 1) { goto IL_0076; } IL_0049: { RuntimeObject* L_8 = V_2; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_1 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_9, AnimationState_t1108360407_il2cpp_TypeInfo_var)); AnimationState_t1108360407 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = AnimationState_get_name_m2426172525(L_10, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = String_StartsWith_m1759067526(L_11, _stringLiteral3408766274, /*hidden argument*/NULL); if (!L_12) { goto IL_0076; } } IL_006a: { Animation_t3648466861 * L_13 = V_0; AnimationState_t1108360407 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = AnimationState_get_name_m2426172525(L_14, /*hidden argument*/NULL); NullCheck(L_13); Animation_RemoveClip_m482305499(L_13, L_15, /*hidden argument*/NULL); } IL_0076: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0049; } } IL_0081: { IL2CPP_LEAVE(0x9A, FINALLY_0086); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0086; } FINALLY_0086: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_2; RuntimeObject* L_19 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_3 = L_19; if (!L_19) { goto IL_0099; } } IL_0093: { RuntimeObject* L_20 = V_3; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); } IL_0099: { IL2CPP_END_FINALLY(134) } } // end finally (depth: 1) IL2CPP_CLEANUP(134) { IL2CPP_JUMP_TBL(0x9A, IL_009a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009a: { __this->set_m_timeLabor_3((-1.0f)); return; } IL_00a6: { AnimationClipU5BU5D_t1636626578* L_21 = __this->get_m_list_2(); int32_t L_22 = __this->get_m_activeIndex_4(); NullCheck(L_21); int32_t L_23 = L_22; AnimationClip_t2318505987 * L_24 = (L_21)->GetAt(static_cast(L_23)); V_4 = L_24; int32_t L_25 = __this->get_m_activeIndex_4(); __this->set_m_activeIndex_4(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); AnimationClip_t2318505987 * L_26 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0178; } } { int32_t* L_28 = __this->get_address_of_m_activeIndex_4(); String_t* L_29 = Int32_ToString_m141394615(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3408766274, L_29, /*hidden argument*/NULL); V_5 = L_30; Animation_t3648466861 * L_31 = V_0; NullCheck(L_31); RuntimeObject* L_32 = Animation_GetEnumerator_m1233868201(L_31, /*hidden argument*/NULL); V_7 = L_32; } IL_00f5: try { // begin try (depth: 1) { goto IL_012b; } IL_00fa: { RuntimeObject* L_33 = V_7; NullCheck(L_33); RuntimeObject * L_34 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_33); V_6 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_34, AnimationState_t1108360407_il2cpp_TypeInfo_var)); AnimationState_t1108360407 * L_35 = V_6; NullCheck(L_35); String_t* L_36 = AnimationState_get_name_m2426172525(L_35, /*hidden argument*/NULL); NullCheck(L_36); bool L_37 = String_StartsWith_m1759067526(L_36, _stringLiteral3408766274, /*hidden argument*/NULL); if (!L_37) { goto IL_012b; } } IL_011e: { Animation_t3648466861 * L_38 = V_0; AnimationState_t1108360407 * L_39 = V_6; NullCheck(L_39); String_t* L_40 = AnimationState_get_name_m2426172525(L_39, /*hidden argument*/NULL); NullCheck(L_38); Animation_RemoveClip_m482305499(L_38, L_40, /*hidden argument*/NULL); } IL_012b: { RuntimeObject* L_41 = V_7; NullCheck(L_41); bool L_42 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_00fa; } } IL_0137: { IL2CPP_LEAVE(0x153, FINALLY_013c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_013c; } FINALLY_013c: { // begin finally (depth: 1) { RuntimeObject* L_43 = V_7; RuntimeObject* L_44 = ((RuntimeObject*)IsInst((RuntimeObject*)L_43, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_8 = L_44; if (!L_44) { goto IL_0152; } } IL_014b: { RuntimeObject* L_45 = V_8; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_45); } IL_0152: { IL2CPP_END_FINALLY(316) } } // end finally (depth: 1) IL2CPP_CLEANUP(316) { IL2CPP_JUMP_TBL(0x153, IL_0153) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0153: { Animation_t3648466861 * L_46 = V_0; AnimationClip_t2318505987 * L_47 = V_4; String_t* L_48 = V_5; NullCheck(L_46); Animation_AddClip_m2720317275(L_46, L_47, L_48, /*hidden argument*/NULL); Animation_t3648466861 * L_49 = V_0; String_t* L_50 = V_5; NullCheck(L_49); Animation_Play_m27531216(L_49, L_50, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_51 = V_4; NullCheck(L_51); float L_52 = AnimationClip_get_length_m3296085482(L_51, /*hidden argument*/NULL); __this->set_m_timeLabor_3(L_52); goto IL_0183; } IL_0178: { __this->set_m_timeLabor_3((0.0f)); } IL_0183: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AnimXulie::.ctor() extern "C" IL2CPP_METHOD_ATTR void AnimXulie__ctor_m1385159629 (AnimXulie_t2518634758 * __this, const RuntimeMethod* method) { { __this->set_mSpeed_2((0.5f)); __this->set_Width_3(2); __this->set_Height_4(2); __this->set_FromTop_5((bool)1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AnimXulie::Start() extern "C" IL2CPP_METHOD_ATTR void AnimXulie_Start_m4037507829 (AnimXulie_t2518634758 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimXulie_Start_m4037507829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MeshRenderer_t587009260 * L_0 = Component_GetComponent_TisMeshRenderer_t587009260_m2899624428(__this, /*hidden argument*/Component_GetComponent_TisMeshRenderer_t587009260_m2899624428_RuntimeMethod_var); __this->set_m_render_6(L_0); Renderer_t2627027031 * L_1 = __this->get_m_render_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0029; } } { SkinnedMeshRenderer_t245602842 * L_3 = Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185(__this, /*hidden argument*/Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185_RuntimeMethod_var); __this->set_m_render_6(L_3); } IL_0029: { Renderer_t2627027031 * L_4 = __this->get_m_render_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_005c; } } { GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = Object_get_name_m4211327027(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4081442380, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); return; } IL_005c: { Renderer_t2627027031 * L_9 = __this->get_m_render_6(); NullCheck(L_9); Material_t340375123 * L_10 = Renderer_get_sharedMaterial_m1936632411(L_9, /*hidden argument*/NULL); __this->set_m_matOld_7(L_10); Material_t340375123 * L_11 = __this->get_m_matOld_7(); Material_t340375123 * L_12 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m249231841(L_12, L_11, /*hidden argument*/NULL); __this->set_m_matNew_8(L_12); Material_t340375123 * L_13 = __this->get_m_matNew_8(); Renderer_t2627027031 * L_14 = __this->get_m_render_6(); NullCheck(L_14); Material_t340375123 * L_15 = Renderer_get_sharedMaterial_m1936632411(L_14, /*hidden argument*/NULL); NullCheck(L_15); Texture_t3661962703 * L_16 = Material_get_mainTexture_m692510677(L_15, /*hidden argument*/NULL); NullCheck(L_13); Material_set_mainTexture_m544811714(L_13, L_16, /*hidden argument*/NULL); int32_t L_17 = __this->get_Width_3(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_18 = Mathf_Max_m3673002171(NULL /*static, unused*/, 1, L_17, /*hidden argument*/NULL); __this->set_Width_3(L_18); int32_t L_19 = __this->get_Height_4(); int32_t L_20 = Mathf_Max_m3673002171(NULL /*static, unused*/, 1, L_19, /*hidden argument*/NULL); __this->set_Height_4(L_20); Material_t340375123 * L_21 = __this->get_m_matNew_8(); int32_t L_22 = __this->get_Width_3(); int32_t L_23 = __this->get_Height_4(); Vector2_t2156229523 L_24; memset(&L_24, 0, sizeof(L_24)); Vector2__ctor_m3970636864((&L_24), ((float)((float)(1.0f)/(float)(((float)((float)L_22))))), ((float)((float)(1.0f)/(float)(((float)((float)L_23))))), /*hidden argument*/NULL); NullCheck(L_21); Material_set_mainTextureScale_m2067513003(L_21, L_24, /*hidden argument*/NULL); bool L_25 = __this->get_FromTop_5(); if (!L_25) { goto IL_011f; } } { Material_t340375123 * L_26 = __this->get_m_matNew_8(); int32_t L_27 = __this->get_Height_4(); Vector2_t2156229523 L_28; memset(&L_28, 0, sizeof(L_28)); Vector2__ctor_m3970636864((&L_28), (0.0f), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)(1.0f)/(float)(((float)((float)L_27))))))), /*hidden argument*/NULL); NullCheck(L_26); Material_set_mainTextureOffset_m2452486895(L_26, L_28, /*hidden argument*/NULL); goto IL_0139; } IL_011f: { Material_t340375123 * L_29 = __this->get_m_matNew_8(); Vector2_t2156229523 L_30; memset(&L_30, 0, sizeof(L_30)); Vector2__ctor_m3970636864((&L_30), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_29); Material_set_mainTextureOffset_m2452486895(L_29, L_30, /*hidden argument*/NULL); } IL_0139: { Renderer_t2627027031 * L_31 = __this->get_m_render_6(); Material_t340375123 * L_32 = __this->get_m_matNew_8(); NullCheck(L_31); Renderer_set_sharedMaterial_m2374163090(L_31, L_32, /*hidden argument*/NULL); return; } } // System.Void AnimXulie::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void AnimXulie_OnDestroy_m2287757928 (AnimXulie_t2518634758 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimXulie_OnDestroy_m2287757928_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Material_t340375123 * L_0 = __this->get_m_matNew_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0035; } } { Renderer_t2627027031 * L_2 = __this->get_m_render_6(); Material_t340375123 * L_3 = __this->get_m_matOld_7(); NullCheck(L_2); Renderer_set_sharedMaterial_m2374163090(L_2, L_3, /*hidden argument*/NULL); Material_t340375123 * L_4 = __this->get_m_matNew_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); __this->set_m_matNew_8((Material_t340375123 *)NULL); } IL_0035: { return; } } // System.Void AnimXulie::Update() extern "C" IL2CPP_METHOD_ATTR void AnimXulie_Update_m3126707111 (AnimXulie_t2518634758 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimXulie_Update_m3126707111_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Material_t340375123 * L_0 = __this->get_m_matNew_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { float L_2 = __this->get_m_timeLabor_9(); float L_3 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeLabor_9(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); float L_4 = __this->get_mSpeed_2(); float L_5 = __this->get_m_timeLabor_9(); if ((!(((float)L_4) > ((float)L_5)))) { goto IL_0036; } } { return; } IL_0036: { Material_t340375123 * L_6 = __this->get_m_matNew_8(); int32_t L_7 = __this->get_Width_3(); int32_t L_8 = __this->get_Height_4(); Vector2_t2156229523 L_9; memset(&L_9, 0, sizeof(L_9)); Vector2__ctor_m3970636864((&L_9), ((float)((float)(1.0f)/(float)(((float)((float)L_7))))), ((float)((float)(1.0f)/(float)(((float)((float)L_8))))), /*hidden argument*/NULL); NullCheck(L_6); Material_set_mainTextureScale_m2067513003(L_6, L_9, /*hidden argument*/NULL); __this->set_m_timeLabor_9((0.0f)); int32_t L_10 = __this->get_m_indexLabor_10(); int32_t L_11 = __this->get_Width_3(); int32_t L_12 = __this->get_Height_4(); __this->set_m_indexLabor_10(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))%(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)L_12))))); int32_t L_13 = __this->get_m_indexLabor_10(); int32_t L_14 = __this->get_Width_3(); V_0 = ((int32_t)((int32_t)L_13/(int32_t)L_14)); int32_t L_15 = __this->get_m_indexLabor_10(); int32_t L_16 = V_0; int32_t L_17 = __this->get_Width_3(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)L_17)))); bool L_18 = __this->get_FromTop_5(); if (!L_18) { goto IL_00eb; } } { Material_t340375123 * L_19 = __this->get_m_matNew_8(); int32_t L_20 = __this->get_Width_3(); int32_t L_21 = V_1; int32_t L_22 = __this->get_Height_4(); int32_t L_23 = V_0; Vector2_t2156229523 L_24; memset(&L_24, 0, sizeof(L_24)); Vector2__ctor_m3970636864((&L_24), ((float)il2cpp_codegen_multiply((float)((float)((float)(1.0f)/(float)(((float)((float)L_20))))), (float)(((float)((float)L_21))))), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)((float)(1.0f)/(float)(((float)((float)L_22))))), (float)(((float)((float)L_23))))))), /*hidden argument*/NULL); NullCheck(L_19); Material_set_mainTextureOffset_m2452486895(L_19, L_24, /*hidden argument*/NULL); goto IL_011b; } IL_00eb: { Material_t340375123 * L_25 = __this->get_m_matNew_8(); int32_t L_26 = __this->get_Width_3(); int32_t L_27 = V_1; int32_t L_28 = __this->get_Height_4(); int32_t L_29 = V_0; Vector2_t2156229523 L_30; memset(&L_30, 0, sizeof(L_30)); Vector2__ctor_m3970636864((&L_30), ((float)il2cpp_codegen_multiply((float)((float)((float)(1.0f)/(float)(((float)((float)L_26))))), (float)(((float)((float)L_27))))), ((float)il2cpp_codegen_multiply((float)((float)((float)(1.0f)/(float)(((float)((float)L_28))))), (float)(((float)((float)L_29))))), /*hidden argument*/NULL); NullCheck(L_25); Material_set_mainTextureOffset_m2452486895(L_25, L_30, /*hidden argument*/NULL); } IL_011b: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AwardItemCell::.ctor() extern "C" IL2CPP_METHOD_ATTR void AwardItemCell__ctor_m1096728923 (AwardItemCell_t2030284737 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AwardItemCell::Awake() extern "C" IL2CPP_METHOD_ATTR void AwardItemCell_Awake_m852858443 (AwardItemCell_t2030284737 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardItemCell_Awake_m852858443_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_1 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_0, _stringLiteral222907311, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_name_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_3 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_2, _stringLiteral88648756, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_count_3(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_5 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_4, _stringLiteral145421085, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_texture_4(L_5); UITexture_t3471168817 * L_6 = __this->get_m_texture_4(); 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_textSize_6(L_8); __this->set_m_isIconReady_5((bool)0); return; } } // System.Void AwardItemCell::Update() extern "C" IL2CPP_METHOD_ATTR void AwardItemCell_Update_m665276098 (AwardItemCell_t2030284737 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardItemCell_Update_m665276098_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_isIconReady_5(); if (L_0) { goto IL_002d; } } { UITexture_t3471168817 * L_1 = __this->get_m_texture_4(); int32_t L_2 = __this->get_m_configId_7(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_3 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Vector3_t3722313464 L_4 = __this->get_m_textSize_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_5 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_1, L_3, L_4, /*hidden argument*/NULL); __this->set_m_isIconReady_5(L_5); } IL_002d: { return; } } // System.Void AwardItemCell::SetInfo(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AwardItemCell_SetInfo_m3226680184 (AwardItemCell_t2030284737 * __this, int32_t ___configId0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardItemCell_SetInfo_m3226680184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_isIconReady_5((bool)0); int32_t L_0 = ___configId0; __this->set_m_configId_7(L_0); UILabel_t3248798549 * L_1 = __this->get_m_name_2(); int32_t L_2 = ___configId0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_3 = CPropManager_GetName_m3847477158(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); UILabel_set_text_m1071532778(L_1, L_3, /*hidden argument*/NULL); UILabel_t3248798549 * L_4 = __this->get_m_count_3(); int32_t L_5 = ___count1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614648, L_7, /*hidden argument*/NULL); NullCheck(L_4); UILabel_set_text_m1071532778(L_4, L_8, /*hidden argument*/NULL); return; } } // System.Void AwardItemCell::OnClickItem() extern "C" IL2CPP_METHOD_ATTR void AwardItemCell_OnClickItem_m3219338185 (AwardItemCell_t2030284737 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardItemCell_OnClickItem_m3219338185_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_m_configId_7(); NullCheck(L_0); CShopManager_ShowAvatar_m2860953780(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AwardListItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void AwardListItem__ctor_m4184144348 (AwardListItem_t2103844205 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void AwardListItem::Awake() extern "C" IL2CPP_METHOD_ATTR void AwardListItem_Awake_m2323524148 (AwardListItem_t2103844205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardListItem_Awake_m2323524148_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)AwardListItem_OnIndexChanged_m3925019428_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 AwardListItem::InitUI() extern "C" IL2CPP_METHOD_ATTR bool AwardListItem_InitUI_m3621199470 (AwardListItem_t2103844205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardListItem_InitUI_m3621199470_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)AwardListItem_OnClkPre_m3120917095_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)AwardListItem_OnClkNext_m1027665495_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 AwardListItem::Update() extern "C" IL2CPP_METHOD_ATTR void AwardListItem_Update_m806255313 (AwardListItem_t2103844205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardListItem_Update_m806255313_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 AwardListItem::OnIndexChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AwardListItem_OnIndexChanged_m3925019428 (AwardListItem_t2103844205 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwardListItem_OnIndexChanged_m3925019428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bInit_6(); if (L_0) { goto IL_0017; } } { bool L_1 = AwardListItem_InitUI_m3621199470(__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_GetFinalistInfo_m752662582(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 AwardListItem::OnClkPre(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void AwardListItem_OnClkPre_m3120917095 (AwardListItem_t2103844205 * __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 AwardListItem::OnClkNext(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void AwardListItem_OnClkNext_m1027665495 (AwardListItem_t2103844205 * __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 BalanceWnd::.ctor() extern "C" IL2CPP_METHOD_ATTR void BalanceWnd__ctor_m3065414672 (BalanceWnd_t506785226 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void BalanceWnd::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void BalanceWnd_OnPageInit_m4215878357 (BalanceWnd_t506785226 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BalanceWnd_OnPageInit_m4215878357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_24(); if (L_0) { goto IL_019d; } } { __this->set_isPageInit_24((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, _stringLiteral2204971362, /*hidden argument*/NULL); __this->set_m_DressWnd_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, _stringLiteral3232544634, /*hidden argument*/NULL); __this->set_m_ToolWnd_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, _stringLiteral1264345284, /*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_DressPrice_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, _stringLiteral645242967, /*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_DressBuyConfirm_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, _stringLiteral1963871786, /*hidden argument*/NULL); NullCheck(L_12); UILabel_t3248798549 * L_13 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_12, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_DressPriceName_6(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral875127485, /*hidden argument*/NULL); NullCheck(L_15); UILabel_t3248798549 * L_16 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_15, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ToolUnitPrice_7(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = Transform_Find_m1729760951(L_17, _stringLiteral3604010840, /*hidden argument*/NULL); NullCheck(L_18); UILabel_t3248798549 * L_19 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_18, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ToolAmount_8(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral2037926899, /*hidden argument*/NULL); NullCheck(L_21); UILabel_t3248798549 * L_22 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_21, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ToolTotal_9(L_22); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_23); Transform_t3600365921 * L_24 = Transform_Find_m1729760951(L_23, _stringLiteral3140484509, /*hidden argument*/NULL); NullCheck(L_24); UILabel_t3248798549 * L_25 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_24, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ToolBuyConfirm_10(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_26); Transform_t3600365921 * L_27 = Transform_Find_m1729760951(L_26, _stringLiteral4107169300, /*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_ToolUnitPriceeName_11(L_28); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_29); Transform_t3600365921 * L_30 = Transform_Find_m1729760951(L_29, _stringLiteral2450560272, /*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_ToolAmountName_12(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral1437809635, /*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_ToolTotalName_13(L_34); Transform_t3600365921 * L_35 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_35); Transform_t3600365921 * L_36 = Transform_Find_m1729760951(L_35, _stringLiteral38930607, /*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_DressIcon_14(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_38, _stringLiteral2829895733, /*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_ToolIcon1_15(L_40); Transform_t3600365921 * L_41 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_41); Transform_t3600365921 * L_42 = Transform_Find_m1729760951(L_41, _stringLiteral492622257, /*hidden argument*/NULL); NullCheck(L_42); UISprite_t194114938 * L_43 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_42, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_ToolIcon2_16(L_43); } IL_019d: { return; } } // System.Void BalanceWnd::OpenWnd(DMCore.CDataArray,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void BalanceWnd_OpenWnd_m1467145181 (BalanceWnd_t506785226 * __this, CDataArray_t4068198041 * ___userData0, OnClickMsgCallBack_t2526724959 * ___callBack1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BalanceWnd_OpenWnd_m1467145181_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GoodsConfig_t1565846780 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/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); CDataArray_t4068198041 * L_1 = ___userData0; __this->set_m_data_23(L_1); CDataArray_t4068198041 * L_2 = __this->get_m_data_23(); NullCheck(L_2); int32_t L_3 = CDataArray_GetInt_m1111369473(L_2, 0, 0, /*hidden argument*/NULL); __this->set_m_configId_20(L_3); CDataArray_t4068198041 * L_4 = __this->get_m_data_23(); NullCheck(L_4); int32_t L_5 = CDataArray_GetInt_m1111369473(L_4, 1, 0, /*hidden argument*/NULL); __this->set_m_count_19(L_5); CDataArray_t4068198041 * L_6 = __this->get_m_data_23(); NullCheck(L_6); int32_t L_7 = CDataArray_GetInt_m1111369473(L_6, 2, 0, /*hidden argument*/NULL); __this->set_m_valid_21(L_7); CDataArray_t4068198041 * L_8 = __this->get_m_data_23(); NullCheck(L_8); int32_t L_9 = CDataArray_GetInt_m1111369473(L_8, 4, 0, /*hidden argument*/NULL); __this->set_m_Diamond_18(L_9); CDataArray_t4068198041 * L_10 = __this->get_m_data_23(); NullCheck(L_10); int32_t L_11 = CDataArray_GetInt_m1111369473(L_10, 5, 0, /*hidden argument*/NULL); V_0 = L_11; OnClickMsgCallBack_t2526724959 * L_12 = ___callBack1; __this->set_m_CallBack_22(L_12); CShopConfig_t202154353 * L_13 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = __this->get_m_configId_20(); NullCheck(L_13); GoodsConfig_t1565846780 * L_15 = CShopConfig_GetGoodsConfig_m1630978708(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = __this->get_m_valid_21(); V_2 = L_16; int32_t L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)7))) { goto IL_00b1; } } { int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)((int32_t)30)))) { goto IL_0135; } } { int32_t L_19 = V_2; if ((((int32_t)L_19) == ((int32_t)((int32_t)999)))) { goto IL_00ce; } } { goto IL_0135; } IL_00b1: { GoodsConfig_t1565846780 * L_20 = V_1; NullCheck(L_20); int32_t L_21 = L_20->get__price_1(); __this->set_m_price_17(L_21); GoodsConfig_t1565846780 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = L_22->get__diamond_2(); __this->set_m_Diamond_18(L_23); goto IL_013a; } IL_00ce: { GoodsConfig_t1565846780 * L_24 = V_1; NullCheck(L_24); int32_t L_25 = L_24->get__permanentCoinPrise_10(); __this->set_m_price_17(L_25); GoodsConfig_t1565846780 * L_26 = V_1; NullCheck(L_26); int32_t L_27 = L_26->get__permanentDiamondPrise_11(); __this->set_m_Diamond_18(L_27); GoodsConfig_t1565846780 * L_28 = V_1; NullCheck(L_28); float L_29 = L_28->get_DisCount_14(); if ((!(((float)L_29) > ((float)(0.0f))))) { goto IL_0130; } } { GoodsConfig_t1565846780 * L_30 = V_1; NullCheck(L_30); float L_31 = L_30->get_DisCount_14(); if ((!(((float)L_31) < ((float)(1.0f))))) { goto IL_0130; } } { int32_t L_32 = __this->get_m_Diamond_18(); GoodsConfig_t1565846780 * L_33 = V_1; NullCheck(L_33); float L_34 = L_33->get_DisCount_14(); __this->set_m_Diamond_18((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_32))), (float)L_34)))))); int32_t L_35 = __this->get_m_price_17(); GoodsConfig_t1565846780 * L_36 = V_1; NullCheck(L_36); float L_37 = L_36->get_DisCount_14(); __this->set_m_price_17((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_35))), (float)L_37)))))); } IL_0130: { goto IL_013a; } IL_0135: { goto IL_013a; } IL_013a: { V_3 = 0; int32_t L_38 = __this->get_m_Diamond_18(); if (!L_38) { goto IL_01bb; } } { int32_t L_39 = __this->get_m_Diamond_18(); V_3 = L_39; UISprite_t194114938 * L_40 = __this->get_m_DressIcon_14(); NullCheck(L_40); UISprite_set_spriteName_m1616245412(L_40, _stringLiteral1334167863, /*hidden argument*/NULL); UISprite_t194114938 * L_41 = __this->get_m_ToolIcon1_15(); NullCheck(L_41); UISprite_set_spriteName_m1616245412(L_41, _stringLiteral1334167863, /*hidden argument*/NULL); UISprite_t194114938 * L_42 = __this->get_m_ToolIcon2_16(); NullCheck(L_42); UISprite_set_spriteName_m1616245412(L_42, _stringLiteral1334167863, /*hidden argument*/NULL); int32_t L_43 = V_0; if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)14))))) { goto IL_01b6; } } { UISprite_t194114938 * L_44 = __this->get_m_DressIcon_14(); NullCheck(L_44); UISprite_set_spriteName_m1616245412(L_44, _stringLiteral985907064, /*hidden argument*/NULL); UISprite_t194114938 * L_45 = __this->get_m_ToolIcon1_15(); NullCheck(L_45); UISprite_set_spriteName_m1616245412(L_45, _stringLiteral985907064, /*hidden argument*/NULL); UISprite_t194114938 * L_46 = __this->get_m_ToolIcon2_16(); NullCheck(L_46); UISprite_set_spriteName_m1616245412(L_46, _stringLiteral985907064, /*hidden argument*/NULL); } IL_01b6: { goto IL_01f2; } IL_01bb: { int32_t L_47 = __this->get_m_price_17(); V_3 = L_47; UISprite_t194114938 * L_48 = __this->get_m_DressIcon_14(); NullCheck(L_48); UISprite_set_spriteName_m1616245412(L_48, _stringLiteral3967592439, /*hidden argument*/NULL); UISprite_t194114938 * L_49 = __this->get_m_ToolIcon1_15(); NullCheck(L_49); UISprite_set_spriteName_m1616245412(L_49, _stringLiteral3967592439, /*hidden argument*/NULL); UISprite_t194114938 * L_50 = __this->get_m_ToolIcon2_16(); NullCheck(L_50); UISprite_set_spriteName_m1616245412(L_50, _stringLiteral3967592439, /*hidden argument*/NULL); } IL_01f2: { int32_t L_51 = __this->get_m_configId_20(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_52 = CShopManager_IsClothing_m480793725(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0275; } } { Transform_t3600365921 * L_53 = __this->get_m_DressWnd_2(); NullCheck(L_53); GameObject_t1113636619 * L_54 = Component_get_gameObject_m442555142(L_53, /*hidden argument*/NULL); NullCheck(L_54); GameObject_SetActive_m796801857(L_54, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_55 = __this->get_m_ToolWnd_3(); 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_DressPrice_4(); String_t* L_58 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_57); UILabel_set_text_m1071532778(L_57, L_58, /*hidden argument*/NULL); UILabel_t3248798549 * L_59 = __this->get_m_DressBuyConfirm_5(); CTextHelp_t3119637808 * L_60 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_60); String_t* L_61 = CTextHelp_GetText_m372251958(L_60, _stringLiteral2093257848, /*hidden argument*/NULL); NullCheck(L_59); UILabel_set_text_m1071532778(L_59, L_61, /*hidden argument*/NULL); UILabel_t3248798549 * L_62 = __this->get_m_DressPriceName_6(); CTextHelp_t3119637808 * L_63 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); String_t* L_64 = CTextHelp_GetText_m372251958(L_63, _stringLiteral3598431358, /*hidden argument*/NULL); NullCheck(L_62); UILabel_set_text_m1071532778(L_62, L_64, /*hidden argument*/NULL); goto IL_0355; } IL_0275: { Transform_t3600365921 * L_65 = __this->get_m_DressWnd_2(); NullCheck(L_65); GameObject_t1113636619 * L_66 = Component_get_gameObject_m442555142(L_65, /*hidden argument*/NULL); NullCheck(L_66); GameObject_SetActive_m796801857(L_66, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_67 = __this->get_m_ToolWnd_3(); 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); UILabel_t3248798549 * L_69 = __this->get_m_ToolUnitPrice_7(); String_t* L_70 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_69); UILabel_set_text_m1071532778(L_69, L_70, /*hidden argument*/NULL); UILabel_t3248798549 * L_71 = __this->get_m_ToolAmount_8(); int32_t* L_72 = __this->get_address_of_m_count_19(); String_t* L_73 = Int32_ToString_m141394615(L_72, /*hidden argument*/NULL); NullCheck(L_71); UILabel_set_text_m1071532778(L_71, L_73, /*hidden argument*/NULL); UILabel_t3248798549 * L_74 = __this->get_m_ToolTotal_9(); int32_t L_75 = V_3; int32_t L_76 = __this->get_m_count_19(); V_4 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_75, (int32_t)L_76)); String_t* L_77 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); NullCheck(L_74); UILabel_set_text_m1071532778(L_74, L_77, /*hidden argument*/NULL); UILabel_t3248798549 * L_78 = __this->get_m_ToolBuyConfirm_10(); CTextHelp_t3119637808 * L_79 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_79); String_t* L_80 = CTextHelp_GetText_m372251958(L_79, _stringLiteral4075350727, /*hidden argument*/NULL); NullCheck(L_78); UILabel_set_text_m1071532778(L_78, L_80, /*hidden argument*/NULL); UILabel_t3248798549 * L_81 = __this->get_m_ToolUnitPriceeName_11(); CTextHelp_t3119637808 * L_82 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_82); String_t* L_83 = CTextHelp_GetText_m372251958(L_82, _stringLiteral957090050, /*hidden argument*/NULL); NullCheck(L_81); UILabel_set_text_m1071532778(L_81, L_83, /*hidden argument*/NULL); UILabel_t3248798549 * L_84 = __this->get_m_ToolAmountName_12(); CTextHelp_t3119637808 * L_85 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); String_t* L_86 = CTextHelp_GetText_m372251958(L_85, _stringLiteral3608364013, /*hidden argument*/NULL); NullCheck(L_84); UILabel_set_text_m1071532778(L_84, L_86, /*hidden argument*/NULL); UILabel_t3248798549 * L_87 = __this->get_m_ToolTotalName_13(); 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, _stringLiteral2972767694, /*hidden argument*/NULL); NullCheck(L_87); UILabel_set_text_m1071532778(L_87, L_89, /*hidden argument*/NULL); } IL_0355: { return; } } // System.Void BalanceWnd::OnClkOK() extern "C" IL2CPP_METHOD_ATTR void BalanceWnd_OnClkOK_m2208089184 (BalanceWnd_t506785226 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BalanceWnd_OnClkOK_m2208089184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OnClickMsgCallBack_t2526724959 * L_0 = __this->get_m_CallBack_22(); if (!L_0) { goto IL_001d; } } { OnClickMsgCallBack_t2526724959 * L_1 = __this->get_m_CallBack_22(); CDataArray_t4068198041 * L_2 = __this->get_m_data_23(); NullCheck(L_1); OnClickMsgCallBack_Invoke_m1441529840(L_1, (bool)1, L_2, /*hidden argument*/NULL); } IL_001d: { 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)109), /*hidden argument*/NULL); int32_t L_4 = __this->get_m_configId_20(); if ((!(((uint32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)10000)))) == ((uint32_t)6)))) { goto IL_0041; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); } IL_0041: { return; } } // System.Void BalanceWnd::OnClkCancel() extern "C" IL2CPP_METHOD_ATTR void BalanceWnd_OnClkCancel_m1007613399 (BalanceWnd_t506785226 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BalanceWnd_OnClkCancel_m1007613399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OnClickMsgCallBack_t2526724959 * L_0 = __this->get_m_CallBack_22(); if (!L_0) { goto IL_001d; } } { OnClickMsgCallBack_t2526724959 * L_1 = __this->get_m_CallBack_22(); CDataArray_t4068198041 * L_2 = __this->get_m_data_23(); NullCheck(L_1); OnClickMsgCallBack_Invoke_m1441529840(L_1, (bool)0, L_2, /*hidden argument*/NULL); } IL_001d: { 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)109), /*hidden argument*/NULL); int32_t L_4 = __this->get_m_configId_20(); if ((!(((uint32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)10000)))) == ((uint32_t)6)))) { goto IL_0041; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); } IL_0041: { return; } } #ifdef __clang__ #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 BlessListCell::.ctor() extern "C" IL2CPP_METHOD_ATTR void BlessListCell__ctor_m1518354284 (BlessListCell_t2163504691 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void BlessListCell::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void BlessListCell_OnPageInit_m2753935146 (BlessListCell_t2163504691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BlessListCell_OnPageInit_m2753935146_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, _stringLiteral1061797383, /*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_mSpriteNo123_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, _stringLiteral3875507433, /*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_mLabelNo456_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, _stringLiteral3167261506, /*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_mLabel1_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, _stringLiteral309418073, /*hidden argument*/NULL); NullCheck(L_10); UISprite_t194114938 * L_11 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_10, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mVip1_5(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral3167261537, /*hidden argument*/NULL); NullCheck(L_13); UILabel_t3248798549 * L_14 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_13, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_mLabel2_6(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral309418104, /*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); __this->set_mVip2_7(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, _stringLiteral3923321062, /*hidden argument*/NULL); NullCheck(L_19); UILabel_t3248798549 * L_20 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_19, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_mLabelBless_8(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_21, _stringLiteral4218144813, /*hidden argument*/NULL); NullCheck(L_22); UISprite_t194114938 * L_23 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_22, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mHeadBox1_9(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, _stringLiteral4218150370, /*hidden argument*/NULL); NullCheck(L_25); UISprite_t194114938 * L_26 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_25, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_mHeadBox2_10(L_26); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_27); Transform_t3600365921 * L_28 = Transform_Find_m1729760951(L_27, _stringLiteral2896931876, /*hidden argument*/NULL); NullCheck(L_28); UITexture_t3471168817 * L_29 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_28, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_mHead1_11(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, _stringLiteral2896932041, /*hidden argument*/NULL); NullCheck(L_31); UITexture_t3471168817 * L_32 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_31, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_mHead2_12(L_32); return; } } // System.Void BlessListCell::Init(BlessListData) extern "C" IL2CPP_METHOD_ATTR void BlessListCell_Init_m2694794699 (BlessListCell_t2163504691 * __this, BlessListData_t1352115146 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BlessListCell_Init_m2694794699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BlessListData_t1352115146 * L_0 = ___data0; __this->set_mItem_15(L_0); BlessListData_t1352115146 * L_1 = ___data0; NullCheck(L_1); int32_t L_2 = L_1->get_no_0(); if ((((int32_t)L_2) < ((int32_t)1))) { goto IL_0098; } } { BlessListData_t1352115146 * L_3 = ___data0; NullCheck(L_3); int32_t L_4 = L_3->get_no_0(); if ((((int32_t)L_4) > ((int32_t)3))) { goto IL_0098; } } { UISprite_t194114938 * L_5 = __this->get_mSpriteNo123_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); UILabel_t3248798549 * L_7 = __this->get_mLabelNo456_3(); 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); BlessListData_t1352115146 * L_9 = ___data0; NullCheck(L_9); int32_t L_10 = L_9->get_no_0(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0062; } } { UISprite_t194114938 * L_11 = __this->get_mSpriteNo123_2(); NullCheck(L_11); UISprite_set_spriteName_m1616245412(L_11, _stringLiteral2374226348, /*hidden argument*/NULL); goto IL_0093; } IL_0062: { BlessListData_t1352115146 * L_12 = ___data0; NullCheck(L_12); int32_t L_13 = L_12->get_no_0(); if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_0083; } } { UISprite_t194114938 * L_14 = __this->get_mSpriteNo123_2(); NullCheck(L_14); UISprite_set_spriteName_m1616245412(L_14, _stringLiteral3502150264, /*hidden argument*/NULL); goto IL_0093; } IL_0083: { UISprite_t194114938 * L_15 = __this->get_mSpriteNo123_2(); NullCheck(L_15); UISprite_set_spriteName_m1616245412(L_15, _stringLiteral2342388883, /*hidden argument*/NULL); } IL_0093: { goto IL_00d6; } IL_0098: { UISprite_t194114938 * L_16 = __this->get_mSpriteNo123_2(); NullCheck(L_16); GameObject_t1113636619 * L_17 = Component_get_gameObject_m442555142(L_16, /*hidden argument*/NULL); NullCheck(L_17); GameObject_SetActive_m796801857(L_17, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_18 = __this->get_mLabelNo456_3(); NullCheck(L_18); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(L_18, /*hidden argument*/NULL); NullCheck(L_19); GameObject_SetActive_m796801857(L_19, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_20 = __this->get_mLabelNo456_3(); BlessListData_t1352115146 * L_21 = ___data0; NullCheck(L_21); int32_t* L_22 = L_21->get_address_of_no_0(); String_t* L_23 = Int32_ToString_m141394615(L_22, /*hidden argument*/NULL); NullCheck(L_20); UILabel_set_text_m1071532778(L_20, L_23, /*hidden argument*/NULL); } IL_00d6: { UILabel_t3248798549 * L_24 = __this->get_mLabel1_4(); BlessListData_t1352115146 * L_25 = ___data0; NullCheck(L_25); String_t* L_26 = L_25->get_name1_1(); NullCheck(L_24); UILabel_set_text_m1071532778(L_24, L_26, /*hidden argument*/NULL); UILabel_t3248798549 * L_27 = __this->get_mLabel2_6(); BlessListData_t1352115146 * L_28 = ___data0; NullCheck(L_28); String_t* L_29 = L_28->get_name2_4(); NullCheck(L_27); UILabel_set_text_m1071532778(L_27, L_29, /*hidden argument*/NULL); UILabel_t3248798549 * L_30 = __this->get_mLabelBless_8(); BlessListData_t1352115146 * L_31 = ___data0; NullCheck(L_31); int32_t* L_32 = L_31->get_address_of_bless_7(); String_t* L_33 = Int32_ToString_m141394615(L_32, /*hidden argument*/NULL); NullCheck(L_30); UILabel_set_text_m1071532778(L_30, L_33, /*hidden argument*/NULL); UISprite_t194114938 * L_34 = __this->get_mVip1_5(); BlessListData_t1352115146 * L_35 = ___data0; NullCheck(L_35); int32_t L_36 = L_35->get_vip1_2(); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_SetVipLevel_m1076008873(NULL /*static, unused*/, L_34, L_36, /*hidden argument*/NULL); UISprite_t194114938 * L_37 = __this->get_mVip2_7(); BlessListData_t1352115146 * L_38 = ___data0; NullCheck(L_38); int32_t L_39 = L_38->get_vip2_5(); CVipManager_SetVipLevel_m1076008873(NULL /*static, unused*/, L_37, L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_40 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); BlessListData_t1352115146 * L_41 = ___data0; NullCheck(L_41); int32_t L_42 = L_41->get_headbox1_12(); UISprite_t194114938 * L_43 = __this->get_mHeadBox1_9(); NullCheck(L_40); PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277(L_40, L_42, L_43, /*hidden argument*/NULL); PersonaliseConfig_t2812043406 * L_44 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); BlessListData_t1352115146 * L_45 = ___data0; NullCheck(L_45); int32_t L_46 = L_45->get_headbox2_13(); UISprite_t194114938 * L_47 = __this->get_mHeadBox2_10(); NullCheck(L_44); PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277(L_44, L_46, L_47, /*hidden argument*/NULL); return; } } // System.Void BlessListCell::Update() extern "C" IL2CPP_METHOD_ATTR void BlessListCell_Update_m2128201475 (BlessListCell_t2163504691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BlessListCell_Update_m2128201475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_IsMalePhotoReady_13(); if (L_0) { goto IL_004f; } } { UITexture_t3471168817 * L_1 = __this->get_mHead1_11(); BlessListData_t1352115146 * L_2 = __this->get_mItem_15(); NullCheck(L_2); int64_t L_3 = L_2->get_userID1_8(); BlessListData_t1352115146 * L_4 = __this->get_mItem_15(); NullCheck(L_4); int64_t L_5 = L_4->get_head1_10(); BlessListData_t1352115146 * L_6 = __this->get_mItem_15(); NullCheck(L_6); int32_t L_7 = L_6->get_sex1_3(); UITexture_t3471168817 * L_8 = __this->get_mHead1_11(); NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localScale_m129152068(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_11 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_1, L_3, L_5, L_7, L_10, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_IsMalePhotoReady_13(L_11); } IL_004f: { bool L_12 = __this->get_IsFemalePhotoReady_14(); if (L_12) { goto IL_009e; } } { UITexture_t3471168817 * L_13 = __this->get_mHead2_12(); BlessListData_t1352115146 * L_14 = __this->get_mItem_15(); NullCheck(L_14); int64_t L_15 = L_14->get_userID2_9(); BlessListData_t1352115146 * L_16 = __this->get_mItem_15(); NullCheck(L_16); int64_t L_17 = L_16->get_head2_11(); BlessListData_t1352115146 * L_18 = __this->get_mItem_15(); NullCheck(L_18); int32_t L_19 = L_18->get_sex2_6(); UITexture_t3471168817 * L_20 = __this->get_mHead2_12(); 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_localScale_m129152068(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_23 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_13, L_15, L_17, L_19, L_22, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_IsFemalePhotoReady_14(L_23); } 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 BlessListData::.ctor() extern "C" IL2CPP_METHOD_ATTR void BlessListData__ctor_m41383049 (BlessListData_t1352115146 * __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 BMFont::.ctor() extern "C" IL2CPP_METHOD_ATTR void BMFont__ctor_m3555254907 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMFont__ctor_m3555254907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t521991992 * L_0 = (List_1_t521991992 *)il2cpp_codegen_object_new(List_1_t521991992_il2cpp_TypeInfo_var); List_1__ctor_m2818691425(L_0, /*hidden argument*/List_1__ctor_m2818691425_RuntimeMethod_var); __this->set_mSaved_5(L_0); Dictionary_2_t2233597877 * L_1 = (Dictionary_2_t2233597877 *)il2cpp_codegen_object_new(Dictionary_2_t2233597877_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200760697(L_1, /*hidden argument*/Dictionary_2__ctor_m3200760697_RuntimeMethod_var); __this->set_mDict_6(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean BMFont::get_isValid() extern "C" IL2CPP_METHOD_ATTR bool BMFont_get_isValid_m753448775 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMFont_get_isValid_m753448775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t521991992 * L_0 = __this->get_mSaved_5(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1292435543(L_0, /*hidden argument*/List_1_get_Count_m1292435543_RuntimeMethod_var); return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0); } } // System.Int32 BMFont::get_charSize() extern "C" IL2CPP_METHOD_ATTR int32_t BMFont_get_charSize_m2570469695 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mSize_0(); return L_0; } } // System.Void BMFont::set_charSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMFont_set_charSize_m862283376 (BMFont_t2757936676 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_mSize_0(L_0); return; } } // System.Int32 BMFont::get_baseOffset() extern "C" IL2CPP_METHOD_ATTR int32_t BMFont_get_baseOffset_m2506177456 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mBase_1(); return L_0; } } // System.Void BMFont::set_baseOffset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMFont_set_baseOffset_m2812587763 (BMFont_t2757936676 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_mBase_1(L_0); return; } } // System.Int32 BMFont::get_texWidth() extern "C" IL2CPP_METHOD_ATTR int32_t BMFont_get_texWidth_m1635218893 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mWidth_2(); return L_0; } } // System.Void BMFont::set_texWidth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMFont_set_texWidth_m3911393662 (BMFont_t2757936676 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_mWidth_2(L_0); return; } } // System.Int32 BMFont::get_texHeight() extern "C" IL2CPP_METHOD_ATTR int32_t BMFont_get_texHeight_m1195095578 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mHeight_3(); return L_0; } } // System.Void BMFont::set_texHeight(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMFont_set_texHeight_m2638239770 (BMFont_t2757936676 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_mHeight_3(L_0); return; } } // System.Int32 BMFont::get_glyphCount() extern "C" IL2CPP_METHOD_ATTR int32_t BMFont_get_glyphCount_m2424794343 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMFont_get_glyphCount_m2424794343_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { bool L_0 = BMFont_get_isValid_m753448775(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { List_1_t521991992 * L_1 = __this->get_mSaved_5(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1292435543(L_1, /*hidden argument*/List_1_get_Count_m1292435543_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.String BMFont::get_spriteName() extern "C" IL2CPP_METHOD_ATTR String_t* BMFont_get_spriteName_m347902316 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_mSpriteName_4(); return L_0; } } // System.Void BMFont::set_spriteName(System.String) extern "C" IL2CPP_METHOD_ATTR void BMFont_set_spriteName_m2280628526 (BMFont_t2757936676 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_mSpriteName_4(L_0); return; } } // BMGlyph BMFont::GetGlyph(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR BMGlyph_t3344884546 * BMFont_GetGlyph_m1952435058 (BMFont_t2757936676 * __this, int32_t ___index0, bool ___createIfMissing1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMFont_GetGlyph_m1952435058_MetadataUsageId); s_Il2CppMethodInitialized = true; } BMGlyph_t3344884546 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; BMGlyph_t3344884546 * V_3 = NULL; { V_0 = (BMGlyph_t3344884546 *)NULL; Dictionary_2_t2233597877 * L_0 = __this->get_mDict_6(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m403413757(L_0, /*hidden argument*/Dictionary_2_get_Count_m403413757_RuntimeMethod_var); if (L_1) { goto IL_004f; } } { V_1 = 0; List_1_t521991992 * L_2 = __this->get_mSaved_5(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m1292435543(L_2, /*hidden argument*/List_1_get_Count_m1292435543_RuntimeMethod_var); V_2 = L_3; goto IL_0048; } IL_0025: { List_1_t521991992 * L_4 = __this->get_mSaved_5(); int32_t L_5 = V_1; NullCheck(L_4); BMGlyph_t3344884546 * L_6 = List_1_get_Item_m2023298665(L_4, L_5, /*hidden argument*/List_1_get_Item_m2023298665_RuntimeMethod_var); V_3 = L_6; Dictionary_2_t2233597877 * L_7 = __this->get_mDict_6(); BMGlyph_t3344884546 * L_8 = V_3; NullCheck(L_8); int32_t L_9 = L_8->get_index_0(); BMGlyph_t3344884546 * L_10 = V_3; NullCheck(L_7); Dictionary_2_Add_m2299864123(L_7, L_9, L_10, /*hidden argument*/Dictionary_2_Add_m2299864123_RuntimeMethod_var); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0048: { int32_t L_12 = V_1; int32_t L_13 = V_2; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0025; } } IL_004f: { Dictionary_2_t2233597877 * L_14 = __this->get_mDict_6(); int32_t L_15 = ___index0; NullCheck(L_14); bool L_16 = Dictionary_2_TryGetValue_m1563681293(L_14, L_15, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1563681293_RuntimeMethod_var); if (L_16) { goto IL_008e; } } { bool L_17 = ___createIfMissing1; if (!L_17) { goto IL_008e; } } { BMGlyph_t3344884546 * L_18 = (BMGlyph_t3344884546 *)il2cpp_codegen_object_new(BMGlyph_t3344884546_il2cpp_TypeInfo_var); BMGlyph__ctor_m4257097929(L_18, /*hidden argument*/NULL); V_0 = L_18; BMGlyph_t3344884546 * L_19 = V_0; int32_t L_20 = ___index0; NullCheck(L_19); L_19->set_index_0(L_20); List_1_t521991992 * L_21 = __this->get_mSaved_5(); BMGlyph_t3344884546 * L_22 = V_0; NullCheck(L_21); List_1_Add_m1414219337(L_21, L_22, /*hidden argument*/List_1_Add_m1414219337_RuntimeMethod_var); Dictionary_2_t2233597877 * L_23 = __this->get_mDict_6(); int32_t L_24 = ___index0; BMGlyph_t3344884546 * L_25 = V_0; NullCheck(L_23); Dictionary_2_Add_m2299864123(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_Add_m2299864123_RuntimeMethod_var); } IL_008e: { BMGlyph_t3344884546 * L_26 = V_0; return L_26; } } // BMGlyph BMFont::GetGlyph(System.Int32) extern "C" IL2CPP_METHOD_ATTR BMGlyph_t3344884546 * BMFont_GetGlyph_m1896135788 (BMFont_t2757936676 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; BMGlyph_t3344884546 * L_1 = BMFont_GetGlyph_m1952435058(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Void BMFont::Clear() extern "C" IL2CPP_METHOD_ATTR void BMFont_Clear_m2365351251 (BMFont_t2757936676 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMFont_Clear_m2365351251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2233597877 * L_0 = __this->get_mDict_6(); NullCheck(L_0); Dictionary_2_Clear_m3614375616(L_0, /*hidden argument*/Dictionary_2_Clear_m3614375616_RuntimeMethod_var); List_1_t521991992 * L_1 = __this->get_mSaved_5(); NullCheck(L_1); List_1_Clear_m795218151(L_1, /*hidden argument*/List_1_Clear_m795218151_RuntimeMethod_var); return; } } // System.Void BMFont::Trim(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMFont_Trim_m3422210135 (BMFont_t2757936676 * __this, int32_t ___xMin0, int32_t ___yMin1, int32_t ___xMax2, int32_t ___yMax3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMFont_Trim_m3422210135_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BMGlyph_t3344884546 * V_2 = NULL; { bool L_0 = BMFont_get_isValid_m753448775(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0047; } } { V_0 = 0; List_1_t521991992 * L_1 = __this->get_mSaved_5(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1292435543(L_1, /*hidden argument*/List_1_get_Count_m1292435543_RuntimeMethod_var); V_1 = L_2; goto IL_0040; } IL_001e: { List_1_t521991992 * L_3 = __this->get_mSaved_5(); int32_t L_4 = V_0; NullCheck(L_3); BMGlyph_t3344884546 * L_5 = List_1_get_Item_m2023298665(L_3, L_4, /*hidden argument*/List_1_get_Item_m2023298665_RuntimeMethod_var); V_2 = L_5; BMGlyph_t3344884546 * L_6 = V_2; if (!L_6) { goto IL_003c; } } { BMGlyph_t3344884546 * L_7 = V_2; int32_t L_8 = ___xMin0; int32_t L_9 = ___yMin1; int32_t L_10 = ___xMax2; int32_t L_11 = ___yMax3; NullCheck(L_7); BMGlyph_Trim_m2255409772(L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); } IL_003c: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0040: { int32_t L_13 = V_0; int32_t L_14 = V_1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_001e; } } IL_0047: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BMGlyph::.ctor() extern "C" IL2CPP_METHOD_ATTR void BMGlyph__ctor_m4257097929 (BMGlyph_t3344884546 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 BMGlyph::GetKerning(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BMGlyph_GetKerning_m286618052 (BMGlyph_t3344884546 * __this, int32_t ___previousChar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMGlyph_GetKerning_m286618052_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { List_1_t128053199 * L_0 = __this->get_kerning_9(); if (!L_0) { goto IL_004a; } } { V_0 = 0; List_1_t128053199 * L_1 = __this->get_kerning_9(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); V_1 = L_2; goto IL_0043; } IL_001e: { List_1_t128053199 * L_3 = __this->get_kerning_9(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = List_1_get_Item_m888956288(L_3, L_4, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); int32_t L_6 = ___previousChar0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_003f; } } { List_1_t128053199 * L_7 = __this->get_kerning_9(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = List_1_get_Item_m888956288(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); return L_9; } IL_003f: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); } IL_0043: { int32_t L_11 = V_0; int32_t L_12 = V_1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_001e; } } IL_004a: { return 0; } } // System.Void BMGlyph::SetKerning(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMGlyph_SetKerning_m2151423149 (BMGlyph_t3344884546 * __this, int32_t ___previousChar0, int32_t ___amount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMGlyph_SetKerning_m2151423149_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t128053199 * L_0 = __this->get_kerning_9(); if (L_0) { goto IL_0016; } } { List_1_t128053199 * L_1 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_1, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_kerning_9(L_1); } IL_0016: { V_0 = 0; goto IL_0043; } IL_001d: { List_1_t128053199 * L_2 = __this->get_kerning_9(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = List_1_get_Item_m888956288(L_2, L_3, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); int32_t L_5 = ___previousChar0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_003f; } } { List_1_t128053199 * L_6 = __this->get_kerning_9(); int32_t L_7 = V_0; int32_t L_8 = ___amount1; NullCheck(L_6); List_1_set_Item_m2256214292(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), L_8, /*hidden argument*/List_1_set_Item_m2256214292_RuntimeMethod_var); return; } IL_003f: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); } IL_0043: { int32_t L_10 = V_0; List_1_t128053199 * L_11 = __this->get_kerning_9(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m186164705(L_11, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_001d; } } { List_1_t128053199 * L_13 = __this->get_kerning_9(); int32_t L_14 = ___previousChar0; NullCheck(L_13); List_1_Add_m697420525(L_13, L_14, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); List_1_t128053199 * L_15 = __this->get_kerning_9(); int32_t L_16 = ___amount1; NullCheck(L_15); List_1_Add_m697420525(L_15, L_16, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); return; } } // System.Void BMGlyph::Trim(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BMGlyph_Trim_m2255409772 (BMGlyph_t3344884546 * __this, int32_t ___xMin0, int32_t ___yMin1, int32_t ___xMax2, int32_t ___yMax3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = __this->get_x_1(); int32_t L_1 = __this->get_width_3(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = __this->get_y_2(); int32_t L_3 = __this->get_height_4(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = __this->get_x_1(); int32_t L_5 = ___xMin0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_005b; } } { int32_t L_6 = ___xMin0; int32_t L_7 = __this->get_x_1(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); int32_t L_8 = __this->get_x_1(); int32_t L_9 = V_2; __this->set_x_1(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); int32_t L_10 = __this->get_width_3(); int32_t L_11 = V_2; __this->set_width_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))); int32_t L_12 = __this->get_offsetX_5(); int32_t L_13 = V_2; __this->set_offsetX_5(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); } IL_005b: { int32_t L_14 = __this->get_y_2(); int32_t L_15 = ___yMin1; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_009a; } } { int32_t L_16 = ___yMin1; int32_t L_17 = __this->get_y_2(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); int32_t L_18 = __this->get_y_2(); int32_t L_19 = V_3; __this->set_y_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))); int32_t L_20 = __this->get_height_4(); int32_t L_21 = V_3; __this->set_height_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21))); int32_t L_22 = __this->get_offsetY_6(); int32_t L_23 = V_3; __this->set_offsetY_6(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))); } IL_009a: { int32_t L_24 = V_0; int32_t L_25 = ___xMax2; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_00b1; } } { int32_t L_26 = __this->get_width_3(); int32_t L_27 = V_0; int32_t L_28 = ___xMax2; __this->set_width_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))))); } IL_00b1: { int32_t L_29 = V_1; int32_t L_30 = ___yMax3; if ((((int32_t)L_29) <= ((int32_t)L_30))) { goto IL_00ca; } } { int32_t L_31 = __this->get_height_4(); int32_t L_32 = V_1; int32_t L_33 = ___yMax3; __this->set_height_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33))))); } IL_00ca: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BMSymbol::.ctor() extern "C" IL2CPP_METHOD_ATTR void BMSymbol__ctor_m1966455911 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 BMSymbol::get_length() extern "C" IL2CPP_METHOD_ATTR int32_t BMSymbol_get_length_m2485671228 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mLength_4(); if (L_0) { goto IL_001c; } } { String_t* L_1 = __this->get_sequence_0(); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); __this->set_mLength_4(L_2); } IL_001c: { int32_t L_3 = __this->get_mLength_4(); return L_3; } } // System.Int32 BMSymbol::get_offsetX() extern "C" IL2CPP_METHOD_ATTR int32_t BMSymbol_get_offsetX_m469445178 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mOffsetX_5(); return L_0; } } // System.Int32 BMSymbol::get_offsetY() extern "C" IL2CPP_METHOD_ATTR int32_t BMSymbol_get_offsetY_m469510714 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mOffsetY_6(); return L_0; } } // System.Int32 BMSymbol::get_width() extern "C" IL2CPP_METHOD_ATTR int32_t BMSymbol_get_width_m291019459 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mWidth_7(); return L_0; } } // System.Int32 BMSymbol::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t BMSymbol_get_height_m3591066960 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mHeight_8(); return L_0; } } // System.Int32 BMSymbol::get_advance() extern "C" IL2CPP_METHOD_ATTR int32_t BMSymbol_get_advance_m1579596237 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mAdvance_9(); return L_0; } } // UnityEngine.Rect BMSymbol::get_uvRect() extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 BMSymbol_get_uvRect_m2284950927 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { Rect_t2360479859 L_0 = __this->get_mUV_10(); return L_0; } } // System.Void BMSymbol::MarkAsDirty() extern "C" IL2CPP_METHOD_ATTR void BMSymbol_MarkAsDirty_m4242575055 (BMSymbol_t1586058841 * __this, const RuntimeMethod* method) { { __this->set_mIsValid_3((bool)0); return; } } // System.Boolean BMSymbol::Validate(UIAtlas) extern "C" IL2CPP_METHOD_ATTR bool BMSymbol_Validate_m4153457856 (BMSymbol_t1586058841 * __this, UIAtlas_t3195533529 * ___atlas0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BMSymbol_Validate_m4153457856_MetadataUsageId); s_Il2CppMethodInitialized = true; } Texture_t3661962703 * V_0 = NULL; Rect_t2360479859 V_1; memset(&V_1, 0, sizeof(V_1)); BMSymbol_t1586058841 * G_B7_0 = NULL; BMSymbol_t1586058841 * G_B6_0 = NULL; Sprite_t2895597119 * G_B8_0 = NULL; BMSymbol_t1586058841 * G_B8_1 = NULL; { UIAtlas_t3195533529 * L_0 = ___atlas0; 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_000e; } } { return (bool)0; } IL_000e: { bool L_2 = __this->get_mIsValid_3(); if (L_2) { goto IL_0166; } } { String_t* L_3 = __this->get_spriteName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { return (bool)0; } IL_002b: { UIAtlas_t3195533529 * L_5 = ___atlas0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); G_B6_0 = __this; if (!L_6) { G_B7_0 = __this; goto IL_0049; } } { UIAtlas_t3195533529 * L_7 = ___atlas0; String_t* L_8 = __this->get_spriteName_1(); NullCheck(L_7); Sprite_t2895597119 * L_9 = UIAtlas_GetSprite_m1406671849(L_7, L_8, /*hidden argument*/NULL); G_B8_0 = L_9; G_B8_1 = G_B6_0; goto IL_004a; } IL_0049: { G_B8_0 = ((Sprite_t2895597119 *)(NULL)); G_B8_1 = G_B7_0; } IL_004a: { NullCheck(G_B8_1); G_B8_1->set_mSprite_2(G_B8_0); Sprite_t2895597119 * L_10 = __this->get_mSprite_2(); if (!L_10) { goto IL_0166; } } { UIAtlas_t3195533529 * L_11 = ___atlas0; NullCheck(L_11); Texture_t3661962703 * L_12 = UIAtlas_get_texture_m1115131669(L_11, /*hidden argument*/NULL); V_0 = L_12; Texture_t3661962703 * 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_0079; } } { __this->set_mSprite_2((Sprite_t2895597119 *)NULL); goto IL_0166; } IL_0079: { Sprite_t2895597119 * L_15 = __this->get_mSprite_2(); NullCheck(L_15); Rect_t2360479859 L_16 = L_15->get_outer_1(); V_1 = L_16; Rect_t2360479859 L_17 = V_1; __this->set_mUV_10(L_17); UIAtlas_t3195533529 * L_18 = ___atlas0; NullCheck(L_18); int32_t L_19 = UIAtlas_get_coordinates_m511233365(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00b9; } } { Rect_t2360479859 L_20 = __this->get_mUV_10(); Texture_t3661962703 * L_21 = V_0; NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_21); Texture_t3661962703 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_23); Rect_t2360479859 L_25 = NGUIMath_ConvertToTexCoords_m692282035(NULL /*static, unused*/, L_20, L_22, L_24, /*hidden argument*/NULL); __this->set_mUV_10(L_25); goto IL_00cd; } IL_00b9: { Rect_t2360479859 L_26 = V_1; Texture_t3661962703 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_27); Texture_t3661962703 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_29); Rect_t2360479859 L_31 = NGUIMath_ConvertToPixels_m551352344(NULL /*static, unused*/, L_26, L_28, L_30, (bool)1, /*hidden argument*/NULL); V_1 = L_31; } IL_00cd: { Sprite_t2895597119 * L_32 = __this->get_mSprite_2(); NullCheck(L_32); float L_33 = L_32->get_paddingLeft_4(); float L_34 = Rect_get_width_m3421484486((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_35 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_33, (float)L_34)), /*hidden argument*/NULL); __this->set_mOffsetX_5(L_35); Sprite_t2895597119 * L_36 = __this->get_mSprite_2(); NullCheck(L_36); float L_37 = L_36->get_paddingTop_6(); float L_38 = Rect_get_width_m3421484486((&V_1), /*hidden argument*/NULL); int32_t L_39 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_37, (float)L_38)), /*hidden argument*/NULL); __this->set_mOffsetY_6(L_39); float L_40 = Rect_get_width_m3421484486((&V_1), /*hidden argument*/NULL); int32_t L_41 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); __this->set_mWidth_7(L_41); float L_42 = Rect_get_height_m1358425599((&V_1), /*hidden argument*/NULL); int32_t L_43 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); __this->set_mHeight_8(L_43); float L_44 = Rect_get_width_m3421484486((&V_1), /*hidden argument*/NULL); Sprite_t2895597119 * L_45 = __this->get_mSprite_2(); NullCheck(L_45); float L_46 = L_45->get_paddingRight_5(); Sprite_t2895597119 * L_47 = __this->get_mSprite_2(); NullCheck(L_47); float L_48 = L_47->get_paddingLeft_4(); float L_49 = Rect_get_width_m3421484486((&V_1), /*hidden argument*/NULL); int32_t L_50 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_44, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_46, (float)L_48)), (float)L_49)))), /*hidden argument*/NULL); __this->set_mAdvance_9(L_50); __this->set_mIsValid_3((bool)1); } IL_0166: { Sprite_t2895597119 * L_51 = __this->get_mSprite_2(); return (bool)((((int32_t)((((RuntimeObject*)(Sprite_t2895597119 *)L_51) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BoneLinkBone::.ctor() extern "C" IL2CPP_METHOD_ATTR void BoneLinkBone__ctor_m32036613 (BoneLinkBone_t3083848224 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void BoneLinkBone::Start() extern "C" IL2CPP_METHOD_ATTR void BoneLinkBone_Start_m385501495 (BoneLinkBone_t3083848224 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); String_t* L_1 = __this->get_LocalRootBoneName_3(); NullCheck(L_0); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_0, L_1, /*hidden argument*/NULL); __this->set_m_RootBone_7(L_2); return; } } // System.Void BoneLinkBone::OnAfterAnim(UnityEngine.Transform,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void BoneLinkBone_OnAfterAnim_m2267749399 (BoneLinkBone_t3083848224 * __this, Transform_t3600365921 * ___linkedRoot0, Transform_t3600365921 * ___role1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BoneLinkBone_OnAfterAnim_m2267749399_MetadataUsageId); s_Il2CppMethodInitialized = true; } Matrix4x4_t1817901843 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { Transform_t3600365921 * L_0 = ___linkedRoot0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { Transform_t3600365921 * L_2 = __this->get_m_RootBone_7(); 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_001e; } } IL_001d: { return; } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_4 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = ___linkedRoot0; NullCheck(L_5); Quaternion_t2301928331 L_6 = Transform_get_rotation_m3502953881(L_5, /*hidden argument*/NULL); Vector3_t3722313464 L_7 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_8 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_4, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector3_t3722313464 L_9 = __this->get_BindPosOffset_4(); Vector3_t3722313464 L_10 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_9, /*hidden argument*/NULL); V_1 = L_10; Transform_t3600365921 * L_11 = __this->get_m_RootBone_7(); Transform_t3600365921 * L_12 = ___linkedRoot0; NullCheck(L_12); Quaternion_t2301928331 L_13 = Transform_get_rotation_m3502953881(L_12, /*hidden argument*/NULL); Vector3_t3722313464 L_14 = __this->get_BindRotation_5(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_15 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); Quaternion_t2301928331 L_16 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); NullCheck(L_11); Transform_set_rotation_m3524318132(L_11, L_16, /*hidden argument*/NULL); bool L_17 = __this->get_LockHigh_6(); if (!L_17) { goto IL_00b5; } } { Transform_t3600365921 * L_18 = ___role1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00b5; } } { Transform_t3600365921 * L_20 = ___linkedRoot0; NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_position_m36019626(L_20, /*hidden argument*/NULL); Vector3_t3722313464 L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_23 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_2 = L_23; Transform_t3600365921 * L_24 = ___role1; NullCheck(L_24); Vector3_t3722313464 L_25 = Transform_get_position_m36019626(L_24, /*hidden argument*/NULL); V_3 = L_25; float L_26 = (&V_3)->get_y_2(); float L_27 = (&V_1)->get_y_2(); (&V_2)->set_y_2(((float)il2cpp_codegen_add((float)L_26, (float)L_27))); Transform_t3600365921 * L_28 = __this->get_m_RootBone_7(); Vector3_t3722313464 L_29 = V_2; NullCheck(L_28); Transform_set_position_m3387557959(L_28, L_29, /*hidden argument*/NULL); goto IL_00cc; } IL_00b5: { Transform_t3600365921 * L_30 = __this->get_m_RootBone_7(); Transform_t3600365921 * L_31 = ___linkedRoot0; NullCheck(L_31); Vector3_t3722313464 L_32 = Transform_get_position_m36019626(L_31, /*hidden argument*/NULL); Vector3_t3722313464 L_33 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_34 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); NullCheck(L_30); Transform_set_position_m3387557959(L_30, L_34, /*hidden argument*/NULL); } IL_00cc: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void btnLogin_account_login::.ctor() extern "C" IL2CPP_METHOD_ATTR void btnLogin_account_login__ctor_m3364089600 (btnLogin_account_login_t1896501404 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void btnLogin_account_login::Start() extern "C" IL2CPP_METHOD_ATTR void btnLogin_account_login_Start_m2955304406 (btnLogin_account_login_t1896501404 * __this, const RuntimeMethod* method) { { return; } } // System.Void btnLogin_account_login::OnClick() extern "C" IL2CPP_METHOD_ATTR void btnLogin_account_login_OnClick_m2826373862 (btnLogin_account_login_t1896501404 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (btnLogin_account_login_OnClick_m2826373862_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; UILabel_t3248798549 * V_1 = NULL; String_t* V_2 = NULL; Transform_t3600365921 * V_3 = NULL; UILabel_t3248798549 * V_4 = NULL; String_t* V_5 = NULL; CLogin_t728508773 * V_6 = NULL; UILabel_t3248798549 * G_B3_0 = NULL; String_t* G_B6_0 = NULL; UILabel_t3248798549 * G_B12_0 = NULL; String_t* G_B15_0 = NULL; { GameObject_t1113636619 * L_0 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_get_parent_m835071599(L_1, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral630126639, /*hidden argument*/NULL); V_0 = L_3; Transform_t3600365921 * 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_0037; } } { Transform_t3600365921 * L_6 = V_0; NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); UILabel_t3248798549 * L_8 = GameObject_GetComponent_TisUILabel_t3248798549_m3939638177(L_7, /*hidden argument*/GameObject_GetComponent_TisUILabel_t3248798549_m3939638177_RuntimeMethod_var); G_B3_0 = L_8; goto IL_0038; } IL_0037: { G_B3_0 = ((UILabel_t3248798549 *)(NULL)); } IL_0038: { V_1 = G_B3_0; UILabel_t3248798549 * 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_0050; } } { UILabel_t3248798549 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = UILabel_get_text_m389124667(L_11, /*hidden argument*/NULL); G_B6_0 = L_12; goto IL_0055; } IL_0050: { 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(); G_B6_0 = L_13; } IL_0055: { V_2 = G_B6_0; String_t* L_14 = V_2; if (!L_14) { goto IL_0067; } } { String_t* L_15 = V_2; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0068; } } IL_0067: { return; } IL_0068: { GameObject_t1113636619 * L_17 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_get_parent_m835071599(L_18, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_Find_m1729760951(L_19, _stringLiteral3760468472, /*hidden argument*/NULL); V_3 = L_20; Transform_t3600365921 * L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_009f; } } { Transform_t3600365921 * L_23 = V_3; NullCheck(L_23); GameObject_t1113636619 * L_24 = Component_get_gameObject_m442555142(L_23, /*hidden argument*/NULL); NullCheck(L_24); UILabel_t3248798549 * L_25 = GameObject_GetComponent_TisUILabel_t3248798549_m3939638177(L_24, /*hidden argument*/GameObject_GetComponent_TisUILabel_t3248798549_m3939638177_RuntimeMethod_var); G_B12_0 = L_25; goto IL_00a0; } IL_009f: { G_B12_0 = ((UILabel_t3248798549 *)(NULL)); } IL_00a0: { V_4 = G_B12_0; UILabel_t3248798549 * L_26 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00bb; } } { UILabel_t3248798549 * L_28 = V_4; NullCheck(L_28); String_t* L_29 = UILabel_get_text_m389124667(L_28, /*hidden argument*/NULL); G_B15_0 = L_29; goto IL_00c0; } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B15_0 = L_30; } IL_00c0: { V_5 = G_B15_0; String_t* L_31 = V_5; if (!L_31) { goto IL_00d5; } } { String_t* L_32 = V_5; NullCheck(L_32); int32_t L_33 = String_get_Length_m3847582255(L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00d6; } } IL_00d5: { return; } IL_00d6: { GameObject_t1113636619 * L_34 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral917982364, /*hidden argument*/NULL); NullCheck(L_34); CLogin_t728508773 * L_35 = GameObject_GetComponent_TisCLogin_t728508773_m2746113055(L_34, /*hidden argument*/GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var); V_6 = L_35; CLogin_t728508773 * L_36 = V_6; intptr_t L_37 = (intptr_t)btnLogin_account_login_OnResult_m4066136268_RuntimeMethod_var; _OnRegisterLoginUserAccResult_t314615006 * L_38 = (_OnRegisterLoginUserAccResult_t314615006 *)il2cpp_codegen_object_new(_OnRegisterLoginUserAccResult_t314615006_il2cpp_TypeInfo_var); _OnRegisterLoginUserAccResult__ctor_m915503602(L_38, __this, L_37, /*hidden argument*/NULL); NullCheck(L_36); CLogin_RegisterFunc_LoginAcc_m3389947052(L_36, L_38, /*hidden argument*/NULL); String_t* L_39 = V_2; __this->set_m_userName_2(L_39); String_t* L_40 = V_5; __this->set_m_secret_3(L_40); CLogin_t728508773 * L_41 = V_6; String_t* L_42 = V_2; String_t* L_43 = V_5; NullCheck(L_41); CLogin_LoginAcc_m493858843(L_41, L_42, L_43, /*hidden argument*/NULL); return; } } // System.Void btnLogin_account_login::OnResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void btnLogin_account_login_OnResult_m4066136268 (btnLogin_account_login_t1896501404 * __this, bool ___bSuccess0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (btnLogin_account_login_OnResult_m4066136268_MetadataUsageId); s_Il2CppMethodInitialized = true; } CLogin_t728508773 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; UICheckbox_t2276134195 * V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; logicLogin_main_page_t116642790 * V_4 = NULL; Transform_t3600365921 * V_5 = NULL; UILabel_t3248798549 * V_6 = NULL; Transform_t3600365921 * V_7 = NULL; UILabel_t3248798549 * V_8 = NULL; UICheckbox_t2276134195 * G_B4_0 = NULL; logicLogin_main_page_t116642790 * G_B10_0 = NULL; UILabel_t3248798549 * G_B16_0 = NULL; UILabel_t3248798549 * G_B19_0 = NULL; { bool L_0 = ___bSuccess0; if (!L_0) { goto IL_00d7; } } { GameObject_t1113636619 * L_1 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral917982364, /*hidden argument*/NULL); NullCheck(L_1); CLogin_t728508773 * L_2 = GameObject_GetComponent_TisCLogin_t728508773_m2746113055(L_1, /*hidden argument*/GameObject_GetComponent_TisCLogin_t728508773_m2746113055_RuntimeMethod_var); V_0 = L_2; CLogin_t728508773 * L_3 = V_0; NullCheck(L_3); CLogin_RegisterFunc_LoginAcc_m3389947052(L_3, (_OnRegisterLoginUserAccResult_t314615006 *)NULL, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_get_parent_m835071599(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral2802297796, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0054; } } { Transform_t3600365921 * L_10 = V_1; NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); NullCheck(L_11); UICheckbox_t2276134195 * L_12 = GameObject_GetComponent_TisUICheckbox_t2276134195_m2808817120(L_11, /*hidden argument*/GameObject_GetComponent_TisUICheckbox_t2276134195_m2808817120_RuntimeMethod_var); G_B4_0 = L_12; goto IL_0055; } IL_0054: { G_B4_0 = ((UICheckbox_t2276134195 *)(NULL)); } IL_0055: { V_2 = G_B4_0; UICheckbox_t2276134195 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0098; } } { UICheckbox_t2276134195 * L_15 = V_2; NullCheck(L_15); bool L_16 = UICheckbox_get_isChecked_m3880052987(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0098; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_17 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CAccManager_t1454736772 * L_18 = CRoot_GetAccManager_m510313156(L_17, /*hidden argument*/NULL); String_t* L_19 = __this->get_m_userName_2(); String_t* L_20 = __this->get_m_secret_3(); NullCheck(L_18); CAccManager_SetCurAcc_m2677280137(L_18, L_19, L_20, /*hidden argument*/NULL); CRoot_t1043641654 * L_21 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CAccManager_t1454736772 * L_22 = CRoot_GetAccManager_m510313156(L_21, /*hidden argument*/NULL); NullCheck(L_22); CAccManager_Save_m839917893(L_22, /*hidden argument*/NULL); } IL_0098: { GameObject_t1113636619 * L_23 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2438122144, /*hidden argument*/NULL); V_3 = L_23; GameObject_t1113636619 * 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_00ba; } } { GameObject_t1113636619 * L_26 = V_3; NullCheck(L_26); logicLogin_main_page_t116642790 * L_27 = GameObject_GetComponent_TislogicLogin_main_page_t116642790_m785967240(L_26, /*hidden argument*/GameObject_GetComponent_TislogicLogin_main_page_t116642790_m785967240_RuntimeMethod_var); G_B10_0 = L_27; goto IL_00bb; } IL_00ba: { G_B10_0 = ((logicLogin_main_page_t116642790 *)(NULL)); } IL_00bb: { V_4 = G_B10_0; logicLogin_main_page_t116642790 * L_28 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_29 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00d2; } } { logicLogin_main_page_t116642790 * L_30 = V_4; NullCheck(L_30); logicLogin_main_page_ChangePage_m401271940(L_30, (-1), /*hidden argument*/NULL); } IL_00d2: { goto IL_0169; } IL_00d7: { GameObject_t1113636619 * L_31 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_31); Transform_t3600365921 * L_32 = GameObject_get_transform_m1369836730(L_31, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_get_parent_m835071599(L_32, /*hidden argument*/NULL); NullCheck(L_33); Transform_t3600365921 * L_34 = Transform_Find_m1729760951(L_33, _stringLiteral630126639, /*hidden argument*/NULL); V_5 = L_34; Transform_t3600365921 * L_35 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_36 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0111; } } { Transform_t3600365921 * L_37 = V_5; NullCheck(L_37); GameObject_t1113636619 * L_38 = Component_get_gameObject_m442555142(L_37, /*hidden argument*/NULL); NullCheck(L_38); UILabel_t3248798549 * L_39 = GameObject_GetComponent_TisUILabel_t3248798549_m3939638177(L_38, /*hidden argument*/GameObject_GetComponent_TisUILabel_t3248798549_m3939638177_RuntimeMethod_var); G_B16_0 = L_39; goto IL_0112; } IL_0111: { G_B16_0 = ((UILabel_t3248798549 *)(NULL)); } IL_0112: { V_6 = G_B16_0; UILabel_t3248798549 * L_40 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_40); UILabel_set_text_m1071532778(L_40, L_41, /*hidden argument*/NULL); GameObject_t1113636619 * L_42 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_42); Transform_t3600365921 * L_43 = GameObject_get_transform_m1369836730(L_42, /*hidden argument*/NULL); NullCheck(L_43); Transform_t3600365921 * L_44 = Transform_get_parent_m835071599(L_43, /*hidden argument*/NULL); NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_44, _stringLiteral3760468472, /*hidden argument*/NULL); V_7 = L_45; Transform_t3600365921 * L_46 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_47 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_015a; } } { Transform_t3600365921 * L_48 = V_7; NullCheck(L_48); GameObject_t1113636619 * L_49 = Component_get_gameObject_m442555142(L_48, /*hidden argument*/NULL); NullCheck(L_49); UILabel_t3248798549 * L_50 = GameObject_GetComponent_TisUILabel_t3248798549_m3939638177(L_49, /*hidden argument*/GameObject_GetComponent_TisUILabel_t3248798549_m3939638177_RuntimeMethod_var); G_B19_0 = L_50; goto IL_015b; } IL_015a: { G_B19_0 = ((UILabel_t3248798549 *)(NULL)); } IL_015b: { V_8 = G_B19_0; UILabel_t3248798549 * L_51 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_51); UILabel_set_text_m1071532778(L_51, L_52, /*hidden argument*/NULL); } IL_0169: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BuglyAgent::.ctor() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__ctor_m2756140506 (BuglyAgent_t2834163709 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::InitWithAppId(System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_InitWithAppId_m124808292 (RuntimeObject * __this /* static, unused */, String_t* ___appId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_InitWithAppId_m124808292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral3492326398, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); return; } IL_001c: { String_t* L_1 = ___appId0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { return; } IL_0028: { String_t* L_3 = ___appId0; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_InitBuglyAgent_m638205783(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_5 = ___appId0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral1253190018, L_4, /*hidden argument*/NULL); BuglyAgent__RegisterExceptionHandler_m2751220235(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::EnableExceptionHandler() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_EnableExceptionHandler_m1036637300 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_EnableExceptionHandler_m1036637300_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral3492326398, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); return; } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral1740068093, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); BuglyAgent__RegisterExceptionHandler_m2751220235(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::RegisterLogCallback(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_RegisterLogCallback_m2708184726 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___handler0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_RegisterLogCallback_m2708184726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_3_t844242923 * L_0 = ___handler0; if (!L_0) { goto IL_0021; } } { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Action_3_t844242923 * L_2 = ___handler0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral1736434752, L_1, /*hidden argument*/NULL); Action_3_t844242923 * L_3 = ___handler0; BuglyAgent_add__LogCallbackEventHandler_m3687269688(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void BuglyAgent::SetLogCallbackExtrasHandler(System.Func`1>) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetLogCallbackExtrasHandler_m2907663673 (RuntimeObject * __this /* static, unused */, Func_1_t1062453635 * ___handler0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_SetLogCallbackExtrasHandler_m2907663673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_1_t1062453635 * L_0 = ___handler0; if (!L_0) { goto IL_0021; } } { Func_1_t1062453635 * L_1 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__LogCallbackExtrasHandler_11(L_1); ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Func_1_t1062453635 * L_3 = ___handler0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral2733568858, L_2, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void BuglyAgent::ReportException(System.Exception,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_m817399051 (RuntimeObject * __this /* static, unused */, Exception_t * ___e0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_ReportException_m817399051_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); String_t* L_2 = ___message1; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; Exception_t * L_4 = ___e0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral3245485829, L_3, /*hidden argument*/NULL); Exception_t * L_5 = ___e0; String_t* L_6 = ___message1; BuglyAgent__HandleException_m2117176679(NULL /*static, unused*/, L_5, L_6, (bool)0, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::ReportException(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_m3603358238 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___message1, String_t* ___stackTrace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_ReportException_m3603358238_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); String_t* L_2 = ___name0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; String_t* L_4 = ___message1; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_3; String_t* L_6 = ___stackTrace2; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral1670221455, L_5, /*hidden argument*/NULL); String_t* L_7 = ___name0; String_t* L_8 = ___message1; String_t* L_9 = ___stackTrace2; BuglyAgent__HandleException_m1693205556(NULL /*static, unused*/, 6, L_7, L_8, L_9, (bool)0, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::UnregisterLogCallback(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_UnregisterLogCallback_m24705475 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___handler0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_UnregisterLogCallback_m24705475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_3_t844242923 * L_0 = ___handler0; if (!L_0) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral4093768951, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); Action_3_t844242923 * L_1 = ___handler0; BuglyAgent_remove__LogCallbackEventHandler_m2777846524(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Void BuglyAgent::SetUserId(System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetUserId_m1474752477 (RuntimeObject * __this /* static, unused */, String_t* ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_SetUserId_m1474752477_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_2 = ___userId0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral3311652547, L_1, /*hidden argument*/NULL); String_t* L_3 = ___userId0; BuglyAgent_SetUserInfo_m297643624(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::SetScene(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetScene_m635037433 (RuntimeObject * __this /* static, unused */, int32_t ___sceneId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_SetScene_m635037433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_2 = ___sceneId0; 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(0), (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral179282578, L_1, /*hidden argument*/NULL); int32_t L_5 = ___sceneId0; BuglyAgent_SetCurrentScene_m574062948(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::AddSceneData(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_AddSceneData_m4262506663 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_AddSceneData_m4262506663_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); String_t* L_2 = ___key0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; String_t* L_4 = ___value1; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral3364204321, L_3, /*hidden argument*/NULL); String_t* L_5 = ___key0; String_t* L_6 = ___value1; BuglyAgent_AddKeyAndValueInScene_m1838434569(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::ConfigDebugMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDebugMode_m2220911515 (RuntimeObject * __this /* static, unused */, bool ___enable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_ConfigDebugMode_m2220911515_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; ObjectU5BU5D_t2843939325* G_B2_1 = NULL; ObjectU5BU5D_t2843939325* G_B2_2 = NULL; String_t* G_B2_3 = NULL; RuntimeObject * G_B2_4 = NULL; int32_t G_B1_0 = 0; ObjectU5BU5D_t2843939325* G_B1_1 = NULL; ObjectU5BU5D_t2843939325* G_B1_2 = NULL; String_t* G_B1_3 = NULL; RuntimeObject * G_B1_4 = 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; String_t* G_B3_4 = NULL; RuntimeObject * G_B3_5 = NULL; { bool L_0 = ___enable0; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_EnableDebugMode_m2696753976(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); bool L_2 = ___enable0; G_B1_0 = 0; G_B1_1 = L_1; G_B1_2 = L_1; G_B1_3 = _stringLiteral1963419682; G_B1_4 = NULL; if (!L_2) { G_B2_0 = 0; G_B2_1 = L_1; G_B2_2 = L_1; G_B2_3 = _stringLiteral1963419682; G_B2_4 = NULL; goto IL_0024; } } { G_B3_0 = _stringLiteral3928533906; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; goto IL_0029; } IL_0024: { G_B3_0 = _stringLiteral855128550; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; } IL_0029: { 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(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)G_B3_5, G_B3_4, G_B3_3, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::ConfigAutoQuitApplication(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoQuitApplication_m3709677150 (RuntimeObject * __this /* static, unused */, bool ___autoQuit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_ConfigAutoQuitApplication_m3709677150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___autoQuit0; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__autoQuitApplicationAfterReport_7(L_0); return; } } // System.Void BuglyAgent::ConfigAutoReportLogLevel(LogSeverity) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoReportLogLevel_m641268479 (RuntimeObject * __this /* static, unused */, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_ConfigAutoReportLogLevel_m641268479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___level0; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__autoReportLogLevel_5(L_0); return; } } // System.Void BuglyAgent::ConfigDefault(System.String,System.String,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefault_m4200879642 (RuntimeObject * __this /* static, unused */, String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_ConfigDefault_m4200879642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_1 = ___channel0; NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_1); ObjectU5BU5D_t2843939325* L_2 = L_0; String_t* L_3 = ___version1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(1), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_2; String_t* L_5 = ___user2; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(2), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_4; int64_t L_7 = ___delay3; int64_t L_8 = L_7; RuntimeObject * L_9 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_9); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral1508785759, L_6, /*hidden argument*/NULL); String_t* L_10 = ___channel0; String_t* L_11 = ___version1; String_t* L_12 = ___user2; int64_t L_13 = ___delay3; BuglyAgent_ConfigDefaultBeforeInit_m3807483764(NULL /*static, unused*/, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::DebugLog(System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_DebugLog_m618041714 (RuntimeObject * __this /* static, unused */, String_t* ___tag0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_DebugLog_m618041714_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_2 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__debugMode_6(); if (L_2) { goto IL_0017; } } { return; } IL_0017: { String_t* L_3 = ___tag0; String_t* L_4 = ___format1; ObjectU5BU5D_t2843939325* L_5 = ___args2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m630303134(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m398426893(NULL /*static, unused*/, _stringLiteral2468825765, L_3, L_6, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::PrintLog(LogSeverity,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_PrintLog_m451996820 (RuntimeObject * __this /* static, unused */, int32_t ___level0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_PrintLog_m451996820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { int32_t L_2 = ___level0; String_t* L_3 = ___format1; ObjectU5BU5D_t2843939325* L_4 = ___args2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m630303134(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_LogToConsole_m3673452031(NULL /*static, unused*/, L_2, L_5, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::ConfigDefaultBeforeInit(System.String,System.String,System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefaultBeforeInit_m3807483764 (RuntimeObject * __this /* static, unused */, String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::EnableDebugMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_EnableDebugMode_m2696753976 (RuntimeObject * __this /* static, unused */, bool ___enable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_EnableDebugMode_m2696753976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___enable0; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__debugMode_6(L_0); return; } } // System.Void BuglyAgent::InitBuglyAgent(System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_InitBuglyAgent_m638205783 (RuntimeObject * __this /* static, unused */, String_t* ___appId0, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::SetUnityVersion() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetUnityVersion_m4114381708 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::SetUserInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetUserInfo_m297643624 (RuntimeObject * __this /* static, unused */, String_t* ___userInfo0, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::ReportException(System.Int32,System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_m4113475987 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, bool ___quitProgram4, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::SetCurrentScene(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_SetCurrentScene_m574062948 (RuntimeObject * __this /* static, unused */, int32_t ___sceneId0, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::AddKeyAndValueInScene(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_AddKeyAndValueInScene_m1838434569 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::AddExtraDataWithException(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_AddExtraDataWithException_m1771270724 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { { return; } } // System.Void BuglyAgent::LogToConsole(LogSeverity,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_LogToConsole_m3673452031 (RuntimeObject * __this /* static, unused */, int32_t ___level0, String_t* ___message1, const RuntimeMethod* method) { { return; } } // System.Int32 BuglyAgent::LogSeverityToInt(LogSeverity) extern "C" IL2CPP_METHOD_ATTR int32_t BuglyAgent_LogSeverityToInt_m2002594361 (RuntimeObject * __this /* static, unused */, int32_t ___logLevel0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 5; int32_t L_0 = ___logLevel0; switch (L_0) { case 0: { goto IL_0029; } case 1: { goto IL_0030; } case 2: { goto IL_0037; } case 3: { goto IL_003e; } case 4: { goto IL_003e; } case 5: { goto IL_0045; } case 6: { goto IL_0045; } } } { goto IL_004c; } IL_0029: { V_0 = 5; goto IL_0053; } IL_0030: { V_0 = 4; goto IL_0053; } IL_0037: { V_0 = 3; goto IL_0053; } IL_003e: { V_0 = 2; goto IL_0053; } IL_0045: { V_0 = 1; goto IL_0053; } IL_004c: { V_0 = 0; goto IL_0053; } IL_0053: { int32_t L_1 = V_0; return L_1; } } // System.Void BuglyAgent::add__LogCallbackEventHandler(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_add__LogCallbackEventHandler_m3687269688 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_add__LogCallbackEventHandler_m3687269688_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_3_t844242923 * V_0 = NULL; Action_3_t844242923 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); Action_3_t844242923 * L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_3(); V_0 = L_0; } IL_0006: { Action_3_t844242923 * L_1 = V_0; V_1 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); Action_3_t844242923 * L_2 = V_1; Action_3_t844242923 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); Action_3_t844242923 * L_5 = V_0; Action_3_t844242923 * L_6 = InterlockedCompareExchangeImpl((((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_address_of__LogCallbackEventHandler_3()), ((Action_3_t844242923 *)CastclassSealed((RuntimeObject*)L_4, Action_3_t844242923_il2cpp_TypeInfo_var)), L_5); V_0 = L_6; Action_3_t844242923 * L_7 = V_0; Action_3_t844242923 * L_8 = V_1; if ((!(((RuntimeObject*)(Action_3_t844242923 *)L_7) == ((RuntimeObject*)(Action_3_t844242923 *)L_8)))) { goto IL_0006; } } { return; } } // System.Void BuglyAgent::remove__LogCallbackEventHandler(System.Action`3) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent_remove__LogCallbackEventHandler_m2777846524 (RuntimeObject * __this /* static, unused */, Action_3_t844242923 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_remove__LogCallbackEventHandler_m2777846524_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_3_t844242923 * V_0 = NULL; Action_3_t844242923 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); Action_3_t844242923 * L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_3(); V_0 = L_0; } IL_0006: { Action_3_t844242923 * L_1 = V_0; V_1 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); Action_3_t844242923 * L_2 = V_1; Action_3_t844242923 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); Action_3_t844242923 * L_5 = V_0; Action_3_t844242923 * L_6 = InterlockedCompareExchangeImpl((((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_address_of__LogCallbackEventHandler_3()), ((Action_3_t844242923 *)CastclassSealed((RuntimeObject*)L_4, Action_3_t844242923_il2cpp_TypeInfo_var)), L_5); V_0 = L_6; Action_3_t844242923 * L_7 = V_0; Action_3_t844242923 * L_8 = V_1; if ((!(((RuntimeObject*)(Action_3_t844242923 *)L_7) == ((RuntimeObject*)(Action_3_t844242923 *)L_8)))) { goto IL_0006; } } { return; } } // System.String BuglyAgent::get_PluginVersion() extern "C" IL2CPP_METHOD_ATTR String_t* BuglyAgent_get_PluginVersion_m3838537236 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_get_PluginVersion_m3838537236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); String_t* L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__pluginVersion_10(); return L_0; } } // System.Boolean BuglyAgent::get_IsInitialized() extern "C" IL2CPP_METHOD_ATTR bool BuglyAgent_get_IsInitialized_m3162492208 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_get_IsInitialized_m3162492208_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__isInitialized_4(); return L_0; } } // System.Boolean BuglyAgent::get_AutoQuitApplicationAfterReport() extern "C" IL2CPP_METHOD_ATTR bool BuglyAgent_get_AutoQuitApplicationAfterReport_m3768275762 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent_get_AutoQuitApplicationAfterReport_m3768275762_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__autoQuitApplicationAfterReport_7(); return L_0; } } // System.Void BuglyAgent::_RegisterExceptionHandler() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__RegisterExceptionHandler_m2751220235 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__RegisterExceptionHandler_m2751220235_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); AppDomain_t1571427825 * G_B4_0 = NULL; AppDomain_t1571427825 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); LogCallback_t3588208630 * L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_13(); if (L_0) { goto IL_0018; } } IL_0007: { intptr_t L_1 = (intptr_t)BuglyAgent__OnLogCallbackHandler_m2266434193_RuntimeMethod_var; LogCallback_t3588208630 * L_2 = (LogCallback_t3588208630 *)il2cpp_codegen_object_new(LogCallback_t3588208630_il2cpp_TypeInfo_var); LogCallback__ctor_m144650965(L_2, NULL, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_13(L_2); } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); LogCallback_t3588208630 * L_3 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_13(); Application_add_logMessageReceived_m3912321845(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); AppDomain_t1571427825 * L_4 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); UnhandledExceptionEventHandler_t3101989324 * L_5 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_14(); G_B3_0 = L_4; if (L_5) { G_B4_0 = L_4; goto IL_003f; } } IL_002e: { intptr_t L_6 = (intptr_t)BuglyAgent__OnUncaughtExceptionHandler_m1196417577_RuntimeMethod_var; UnhandledExceptionEventHandler_t3101989324 * L_7 = (UnhandledExceptionEventHandler_t3101989324 *)il2cpp_codegen_object_new(UnhandledExceptionEventHandler_t3101989324_il2cpp_TypeInfo_var); UnhandledExceptionEventHandler__ctor_m626016213(L_7, NULL, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_14(L_7); G_B4_0 = G_B3_0; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); UnhandledExceptionEventHandler_t3101989324 * L_8 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_14(); NullCheck(G_B4_0); AppDomain_add_UnhandledException_m66698413(G_B4_0, L_8, /*hidden argument*/NULL); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__isInitialized_4((bool)1); ObjectU5BU5D_t2843939325* L_9 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_10 = Application_get_unityVersion_m1068543125(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral2853390790, L_9, /*hidden argument*/NULL); goto IL_0073; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006d; throw e; } CATCH_006d: { // begin catch(System.Object) goto IL_0073; } // end catch (depth: 1) IL_0073: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_SetUnityVersion_m4114381708(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::_UnregisterExceptionHandler() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__UnregisterExceptionHandler_m2713206275 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__UnregisterExceptionHandler_m2713206275_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); AppDomain_t1571427825 * G_B4_0 = NULL; AppDomain_t1571427825 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); LogCallback_t3588208630 * L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_15(); if (L_0) { goto IL_0018; } } IL_0007: { intptr_t L_1 = (intptr_t)BuglyAgent__OnLogCallbackHandler_m2266434193_RuntimeMethod_var; LogCallback_t3588208630 * L_2 = (LogCallback_t3588208630 *)il2cpp_codegen_object_new(LogCallback_t3588208630_il2cpp_TypeInfo_var); LogCallback__ctor_m144650965(L_2, NULL, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_15(L_2); } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); LogCallback_t3588208630 * L_3 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_15(); Application_remove_logMessageReceived_m869397979(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); AppDomain_t1571427825 * L_4 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); UnhandledExceptionEventHandler_t3101989324 * L_5 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_16(); G_B3_0 = L_4; if (L_5) { G_B4_0 = L_4; goto IL_003f; } } IL_002e: { intptr_t L_6 = (intptr_t)BuglyAgent__OnUncaughtExceptionHandler_m1196417577_RuntimeMethod_var; UnhandledExceptionEventHandler_t3101989324 * L_7 = (UnhandledExceptionEventHandler_t3101989324 *)il2cpp_codegen_object_new(UnhandledExceptionEventHandler_t3101989324_il2cpp_TypeInfo_var); UnhandledExceptionEventHandler__ctor_m626016213(L_7, NULL, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_16(L_7); G_B4_0 = G_B3_0; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); UnhandledExceptionEventHandler_t3101989324 * L_8 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_16(); NullCheck(G_B4_0); AppDomain_remove_UnhandledException_m1144722992(G_B4_0, L_8, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_9 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_10 = Application_get_unityVersion_m1068543125(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral381576735, L_9, /*hidden argument*/NULL); goto IL_006d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0067; throw e; } CATCH_0067: { // begin catch(System.Object) goto IL_006d; } // end catch (depth: 1) IL_006d: { return; } } // System.Void BuglyAgent::_OnLogCallbackHandler(System.String,System.String,UnityEngine.LogType) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__OnLogCallbackHandler_m2266434193 (RuntimeObject * __this /* static, unused */, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__OnLogCallbackHandler_m2266434193_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); Action_3_t844242923 * L_0 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_3(); if (!L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); Action_3_t844242923 * L_1 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_3(); String_t* L_2 = ___condition0; String_t* L_3 = ___stackTrace1; int32_t L_4 = ___type2; NullCheck(L_1); Action_3_Invoke_m1223873058(L_1, L_2, L_3, L_4, /*hidden argument*/Action_3_Invoke_m1223873058_RuntimeMethod_var); } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_5 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_5) { goto IL_0022; } } { return; } IL_0022: { String_t* L_6 = ___condition0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003e; } } { String_t* L_8 = ___condition0; NullCheck(L_8); bool L_9 = String_Contains_m1147431944(L_8, _stringLiteral2532190414, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { return; } IL_003e: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_10 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__uncaughtAutoReportOnce_12(); if (!L_10) { goto IL_0049; } } { return; } IL_0049: { V_0 = 0; int32_t L_11 = ___type2; switch (L_11) { case 0: { goto IL_0071; } case 1: { goto IL_0078; } case 2: { goto IL_007f; } case 3: { goto IL_0086; } case 4: { goto IL_006a; } } } { goto IL_008d; } IL_006a: { V_0 = 6; goto IL_0092; } IL_0071: { V_0 = 5; goto IL_0092; } IL_0078: { V_0 = 4; goto IL_0092; } IL_007f: { V_0 = 3; goto IL_0092; } IL_0086: { V_0 = 1; goto IL_0092; } IL_008d: { goto IL_0092; } IL_0092: { int32_t L_12 = V_0; if (L_12) { goto IL_0099; } } { return; } IL_0099: { int32_t L_13 = V_0; String_t* L_14 = ___condition0; String_t* L_15 = ___stackTrace1; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent__HandleException_m1693205556(NULL /*static, unused*/, L_13, (String_t*)NULL, L_14, L_15, (bool)1, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::_OnUncaughtExceptionHandler(System.Object,System.UnhandledExceptionEventArgs) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__OnUncaughtExceptionHandler_m1196417577 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___sender0, UnhandledExceptionEventArgs_t2886101344 * ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__OnUncaughtExceptionHandler_m1196417577_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { UnhandledExceptionEventArgs_t2886101344 * L_0 = ___args1; if (!L_0) { goto IL_0011; } } { UnhandledExceptionEventArgs_t2886101344 * L_1 = ___args1; NullCheck(L_1); RuntimeObject * L_2 = UnhandledExceptionEventArgs_get_ExceptionObject_m862578480(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } IL_0011: { return; } IL_0012: try { // begin try (depth: 1) { UnhandledExceptionEventArgs_t2886101344 * L_3 = ___args1; NullCheck(L_3); RuntimeObject * L_4 = UnhandledExceptionEventArgs_get_ExceptionObject_m862578480(L_3, /*hidden argument*/NULL); NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Exception_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0031; } } IL_002c: { goto IL_0078; } IL_0031: { goto IL_0050; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0036; throw e; } CATCH_0036: { // begin catch(System.Object) { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); bool L_8 = Debug_get_isDebugBuild_m1389897688(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1359029427, /*hidden argument*/NULL); } IL_004b: { goto IL_0078; } } // end catch (depth: 1) IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_9 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_9) { goto IL_005b; } } { return; } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_10 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__uncaughtAutoReportOnce_12(); if (!L_10) { goto IL_0066; } } { return; } IL_0066: { UnhandledExceptionEventArgs_t2886101344 * L_11 = ___args1; NullCheck(L_11); RuntimeObject * L_12 = UnhandledExceptionEventArgs_get_ExceptionObject_m862578480(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent__HandleException_m2117176679(NULL /*static, unused*/, ((Exception_t *)CastclassClass((RuntimeObject*)L_12, Exception_t_il2cpp_TypeInfo_var)), (String_t*)NULL, (bool)1, /*hidden argument*/NULL); } IL_0078: { return; } } // System.Void BuglyAgent::_HandleException(System.Exception,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m2117176679 (RuntimeObject * __this /* static, unused */, Exception_t * ___e0, String_t* ___message1, bool ___uncaught2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__HandleException_m2117176679_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; StringBuilder_t * V_2 = NULL; StackTrace_t1598645457 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; StackFrame_t3217253059 * V_6 = NULL; ParameterInfoU5BU5D_t390618515* V_7 = NULL; int32_t V_8 = 0; ParameterInfo_t1861056598 * V_9 = NULL; int32_t V_10 = 0; String_t* V_11 = NULL; int32_t V_12 = 0; { Exception_t * L_0 = ___e0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_1 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { return; } IL_0012: { Exception_t * L_2 = ___e0; NullCheck(L_2); Type_t * L_3 = Exception_GetType_m2227967756(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); V_0 = L_4; Exception_t * L_5 = ___e0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_5); V_1 = L_6; String_t* L_7 = ___message1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0042; } } { String_t* L_9 = V_1; String_t* L_10 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = ___message1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral2564152668, L_9, L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; } IL_0042: { 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(); StringBuilder_t * L_14 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_14, L_13, /*hidden argument*/NULL); V_2 = L_14; Exception_t * L_15 = ___e0; StackTrace_t1598645457 * L_16 = (StackTrace_t1598645457 *)il2cpp_codegen_object_new(StackTrace_t1598645457_il2cpp_TypeInfo_var); StackTrace__ctor_m727500069(L_16, L_15, (bool)1, /*hidden argument*/NULL); V_3 = L_16; StackTrace_t1598645457 * L_17 = V_3; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, L_17); V_4 = L_18; V_5 = 0; goto IL_01e5; } IL_0065: { StackTrace_t1598645457 * L_19 = V_3; int32_t L_20 = V_5; NullCheck(L_19); StackFrame_t3217253059 * L_21 = VirtFuncInvoker1< StackFrame_t3217253059 *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, L_19, L_20); V_6 = L_21; StringBuilder_t * L_22 = V_2; StackFrame_t3217253059 * L_23 = V_6; NullCheck(L_23); MethodBase_t * L_24 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_23); NullCheck(L_24); Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_24); NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_25); StackFrame_t3217253059 * L_27 = V_6; NullCheck(L_27); MethodBase_t * L_28 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_27); NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_28); NullCheck(L_22); StringBuilder_AppendFormat_m3255666490(L_22, _stringLiteral112877610, L_26, L_29, /*hidden argument*/NULL); StackFrame_t3217253059 * L_30 = V_6; NullCheck(L_30); MethodBase_t * L_31 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_30); NullCheck(L_31); ParameterInfoU5BU5D_t390618515* L_32 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_31); V_7 = L_32; ParameterInfoU5BU5D_t390618515* L_33 = V_7; if (!L_33) { goto IL_00b6; } } { ParameterInfoU5BU5D_t390618515* L_34 = V_7; NullCheck(L_34); if ((((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))) { goto IL_00c7; } } IL_00b6: { StringBuilder_t * L_35 = V_2; NullCheck(L_35); StringBuilder_Append_m1965104174(L_35, _stringLiteral41840781, /*hidden argument*/NULL); goto IL_013f; } IL_00c7: { StringBuilder_t * L_36 = V_2; NullCheck(L_36); StringBuilder_Append_m1965104174(L_36, _stringLiteral3451041664, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_37 = V_7; NullCheck(L_37); V_8 = (((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))); V_9 = (ParameterInfo_t1861056598 *)NULL; V_10 = 0; goto IL_0127; } IL_00e4: { ParameterInfoU5BU5D_t390618515* L_38 = V_7; int32_t L_39 = V_10; NullCheck(L_38); int32_t L_40 = L_39; ParameterInfo_t1861056598 * L_41 = (L_38)->GetAt(static_cast(L_40)); V_9 = L_41; StringBuilder_t * L_42 = V_2; ParameterInfo_t1861056598 * L_43 = V_9; NullCheck(L_43); Type_t * L_44 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_43); NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_44); ParameterInfo_t1861056598 * L_46 = V_9; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_46); NullCheck(L_42); StringBuilder_AppendFormat_m3255666490(L_42, _stringLiteral380657706, L_45, L_47, /*hidden argument*/NULL); int32_t L_48 = V_10; int32_t L_49 = V_8; if ((((int32_t)L_48) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1))))) { goto IL_0121; } } { StringBuilder_t * L_50 = V_2; NullCheck(L_50); StringBuilder_Append_m1965104174(L_50, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_0121: { int32_t L_51 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_0127: { int32_t L_52 = V_10; int32_t L_53 = V_8; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_00e4; } } { V_9 = (ParameterInfo_t1861056598 *)NULL; StringBuilder_t * L_54 = V_2; NullCheck(L_54); StringBuilder_Append_m1965104174(L_54, _stringLiteral3450517383, /*hidden argument*/NULL); } IL_013f: { StackFrame_t3217253059 * L_55 = V_6; NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Diagnostics.StackFrame::GetFileName() */, L_55); V_11 = L_56; String_t* L_57 = V_11; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_58 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_01d8; } } { String_t* L_59 = V_11; NullCheck(L_59); String_t* L_60 = String_ToLower_m2029374922(L_59, /*hidden argument*/NULL); NullCheck(L_60); bool L_61 = String_Equals_m2270643605(L_60, _stringLiteral2854236355, /*hidden argument*/NULL); if (L_61) { goto IL_01d8; } } { String_t* L_62 = V_11; NullCheck(L_62); String_t* L_63 = String_Replace_m1273907647(L_62, _stringLiteral3452614644, _stringLiteral3452614529, /*hidden argument*/NULL); V_11 = L_63; String_t* L_64 = V_11; NullCheck(L_64); String_t* L_65 = String_ToLower_m2029374922(L_64, /*hidden argument*/NULL); NullCheck(L_65); int32_t L_66 = String_IndexOf_m1977622757(L_65, _stringLiteral728801176, /*hidden argument*/NULL); V_12 = L_66; int32_t L_67 = V_12; if ((((int32_t)L_67) >= ((int32_t)0))) { goto IL_01ab; } } { String_t* L_68 = V_11; NullCheck(L_68); String_t* L_69 = String_ToLower_m2029374922(L_68, /*hidden argument*/NULL); NullCheck(L_69); int32_t L_70 = String_IndexOf_m1977622757(L_69, _stringLiteral65051873, /*hidden argument*/NULL); V_12 = L_70; } IL_01ab: { int32_t L_71 = V_12; if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_01be; } } { String_t* L_72 = V_11; int32_t L_73 = V_12; NullCheck(L_72); String_t* L_74 = String_Substring_m2848979100(L_72, L_73, /*hidden argument*/NULL); V_11 = L_74; } IL_01be: { StringBuilder_t * L_75 = V_2; String_t* L_76 = V_11; StackFrame_t3217253059 * L_77 = V_6; NullCheck(L_77); int32_t L_78 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() */, L_77); int32_t L_79 = L_78; RuntimeObject * L_80 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_79); NullCheck(L_75); StringBuilder_AppendFormat_m3255666490(L_75, _stringLiteral2284710273, L_76, L_80, /*hidden argument*/NULL); } IL_01d8: { StringBuilder_t * L_81 = V_2; NullCheck(L_81); StringBuilder_AppendLine_m2783356575(L_81, /*hidden argument*/NULL); int32_t L_82 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_01e5: { int32_t L_83 = V_5; int32_t L_84 = V_4; if ((((int32_t)L_83) < ((int32_t)L_84))) { goto IL_0065; } } { bool L_85 = ___uncaught2; String_t* L_86 = V_0; String_t* L_87 = V_1; StringBuilder_t * L_88 = V_2; NullCheck(L_88); String_t* L_89 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_88); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent__reportException_m1161814778(NULL /*static, unused*/, L_85, L_86, L_87, L_89, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::_reportException(System.Boolean,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__reportException_m1161814778 (RuntimeObject * __this /* static, unused */, bool ___uncaught0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__reportException_m1161814778_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; StringBuilder_t * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B32_0 = 0; int32_t G_B35_0 = 0; String_t* G_B37_0 = NULL; String_t* G_B37_1 = NULL; String_t* G_B37_2 = NULL; int32_t G_B37_3 = 0; String_t* G_B36_0 = NULL; String_t* G_B36_1 = NULL; String_t* G_B36_2 = NULL; int32_t G_B36_3 = 0; int32_t G_B38_0 = 0; String_t* G_B38_1 = NULL; String_t* G_B38_2 = NULL; String_t* G_B38_3 = NULL; int32_t G_B38_4 = 0; { String_t* L_0 = ___name1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { String_t* L_2 = ___stackTrace3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(StackTraceUtility_t3465565809_il2cpp_TypeInfo_var); String_t* L_4 = StackTraceUtility_ExtractStackTrace_m3279197967(NULL /*static, unused*/, /*hidden argument*/NULL); ___stackTrace3 = L_4; } IL_001e: { String_t* L_5 = ___stackTrace3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { ___stackTrace3 = _stringLiteral3159092532; goto IL_01a2; } IL_0035: try { // begin try (depth: 1) { String_t* L_7 = ___stackTrace3; CharU5BU5D_t3528271667* L_8 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (Il2CppChar)((int32_t)10)); NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m3646115398(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; StringU5BU5D_t1281789340* L_10 = V_0; if (!L_10) { goto IL_017e; } } IL_004d: { StringU5BU5D_t1281789340* L_11 = V_0; NullCheck(L_11); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))) <= ((int32_t)0))) { goto IL_017e; } } IL_0056: { StringBuilder_t * L_12 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_12, /*hidden argument*/NULL); V_1 = L_12; V_2 = (String_t*)NULL; StringU5BU5D_t1281789340* L_13 = V_0; NullCheck(L_13); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))); V_4 = 0; goto IL_016e; } IL_006a: { StringU5BU5D_t1281789340* L_14 = V_0; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); V_2 = L_17; String_t* L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_008a; } } IL_007a: { String_t* L_20 = V_2; NullCheck(L_20); String_t* L_21 = String_Trim_m923598732(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_008f; } } IL_008a: { goto IL_0168; } IL_008f: { String_t* L_23 = V_2; NullCheck(L_23); String_t* L_24 = String_Trim_m923598732(L_23, /*hidden argument*/NULL); V_2 = L_24; String_t* L_25 = V_2; NullCheck(L_25); bool L_26 = String_StartsWith_m1759067526(L_25, _stringLiteral4133716451, /*hidden argument*/NULL); if (L_26) { goto IL_00b6; } } IL_00a6: { String_t* L_27 = V_2; NullCheck(L_27); bool L_28 = String_StartsWith_m1759067526(L_27, _stringLiteral3465467621, /*hidden argument*/NULL); if (!L_28) { goto IL_00bb; } } IL_00b6: { goto IL_0168; } IL_00bb: { String_t* L_29 = V_2; NullCheck(L_29); bool L_30 = String_StartsWith_m1759067526(L_29, _stringLiteral4281820866, /*hidden argument*/NULL); if (!L_30) { goto IL_00d0; } } IL_00cb: { goto IL_0168; } IL_00d0: { String_t* L_31 = V_2; NullCheck(L_31); bool L_32 = String_Contains_m1147431944(L_31, _stringLiteral3326773572, /*hidden argument*/NULL); if (!L_32) { goto IL_00e5; } } IL_00e0: { goto IL_0168; } IL_00e5: { String_t* L_33 = V_2; NullCheck(L_33); String_t* L_34 = String_ToLower_m2029374922(L_33, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = String_IndexOf_m1977622757(L_34, _stringLiteral2553479886, /*hidden argument*/NULL); V_5 = L_35; String_t* L_36 = V_2; NullCheck(L_36); String_t* L_37 = String_ToLower_m2029374922(L_36, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = String_IndexOf_m1977622757(L_37, _stringLiteral728801176, /*hidden argument*/NULL); V_6 = L_38; int32_t L_39 = V_5; if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_014a; } } IL_0111: { int32_t L_40 = V_6; if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_014a; } } IL_0119: { StringBuilder_t * L_41 = V_1; String_t* L_42 = V_2; int32_t L_43 = V_5; NullCheck(L_42); String_t* L_44 = String_Substring_m1610150815(L_42, 0, L_43, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45 = String_Replace_m1273907647(L_44, _stringLiteral3452614550, _stringLiteral3452614530, /*hidden argument*/NULL); String_t* L_46 = V_2; int32_t L_47 = V_6; NullCheck(L_46); String_t* L_48 = String_Substring_m2848979100(L_46, L_47, /*hidden argument*/NULL); NullCheck(L_41); StringBuilder_AppendFormat_m3255666490(L_41, _stringLiteral2217234305, L_45, L_48, /*hidden argument*/NULL); goto IL_0161; } IL_014a: { StringBuilder_t * L_49 = V_1; String_t* L_50 = V_2; NullCheck(L_50); String_t* L_51 = String_Replace_m1273907647(L_50, _stringLiteral3452614550, _stringLiteral3452614530, /*hidden argument*/NULL); NullCheck(L_49); StringBuilder_Append_m1965104174(L_49, L_51, /*hidden argument*/NULL); } IL_0161: { StringBuilder_t * L_52 = V_1; NullCheck(L_52); StringBuilder_AppendLine_m2783356575(L_52, /*hidden argument*/NULL); } IL_0168: { int32_t L_53 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_016e: { int32_t L_54 = V_4; int32_t L_55 = V_3; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_006a; } } IL_0176: { StringBuilder_t * L_56 = V_1; NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_56); ___stackTrace3 = L_57; } IL_017e: { goto IL_01a2; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0183; throw e; } CATCH_0183: { // begin catch(System.Object) ObjectU5BU5D_t2843939325* L_58 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral97441395); (L_58)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral97441395); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_PrintLog_m451996820(NULL /*static, unused*/, 3, _stringLiteral628085470, L_58, /*hidden argument*/NULL); goto IL_01a2; } // end catch (depth: 1) IL_01a2: { ObjectU5BU5D_t2843939325* L_59 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); String_t* L_60 = ___name1; NullCheck(L_59); ArrayElementTypeCheck (L_59, L_60); (L_59)->SetAt(static_cast(0), (RuntimeObject *)L_60); ObjectU5BU5D_t2843939325* L_61 = L_59; String_t* L_62 = ___reason2; NullCheck(L_61); ArrayElementTypeCheck (L_61, L_62); (L_61)->SetAt(static_cast(1), (RuntimeObject *)L_62); ObjectU5BU5D_t2843939325* L_63 = L_61; String_t* L_64 = ___stackTrace3; NullCheck(L_63); ArrayElementTypeCheck (L_63, L_64); (L_63)->SetAt(static_cast(2), (RuntimeObject *)L_64); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_PrintLog_m451996820(NULL /*static, unused*/, 5, _stringLiteral696594398, L_63, /*hidden argument*/NULL); bool L_65 = ___uncaught0; if (!L_65) { goto IL_01cc; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_66 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__autoQuitApplicationAfterReport_7(); G_B32_0 = ((int32_t)(L_66)); goto IL_01cd; } IL_01cc: { G_B32_0 = 0; } IL_01cd: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__uncaughtAutoReportOnce_12((bool)G_B32_0); bool L_67 = ___uncaught0; if (!L_67) { goto IL_01e2; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); int32_t L_68 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_EXCEPTION_TYPE_UNCAUGHT_8(); G_B35_0 = L_68; goto IL_01e7; } IL_01e2: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); int32_t L_69 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get_EXCEPTION_TYPE_CAUGHT_9(); G_B35_0 = L_69; } IL_01e7: { String_t* L_70 = ___name1; String_t* L_71 = ___reason2; String_t* L_72 = ___stackTrace3; bool L_73 = ___uncaught0; G_B36_0 = L_72; G_B36_1 = L_71; G_B36_2 = L_70; G_B36_3 = G_B35_0; if (!L_73) { G_B37_0 = L_72; G_B37_1 = L_71; G_B37_2 = L_70; G_B37_3 = G_B35_0; goto IL_01f7; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_74 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__autoQuitApplicationAfterReport_7(); G_B38_0 = ((int32_t)(L_74)); G_B38_1 = G_B36_0; G_B38_2 = G_B36_1; G_B38_3 = G_B36_2; G_B38_4 = G_B36_3; goto IL_01f8; } IL_01f7: { G_B38_0 = 0; G_B38_1 = G_B37_0; G_B38_2 = G_B37_1; G_B38_3 = G_B37_2; G_B38_4 = G_B37_3; } IL_01f8: { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_ReportException_m4113475987(NULL /*static, unused*/, G_B38_4, G_B38_3, G_B38_2, G_B38_1, (bool)G_B38_0, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::_HandleException(LogSeverity,System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m1693205556 (RuntimeObject * __this /* static, unused */, int32_t ___logLevel0, String_t* ___name1, String_t* ___message2, String_t* ___stackTrace3, bool ___uncaught4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__HandleException_m1693205556_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Match_t3408321083 * V_2 = NULL; Match_t3408321083 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; String_t* V_8 = NULL; String_t* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); bool L_0 = BuglyAgent_get_IsInitialized_m3162492208(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral1401350042, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); return; } IL_001c: { int32_t L_1 = ___logLevel0; if (L_1) { goto IL_0023; } } { return; } IL_0023: { bool L_2 = ___uncaught4; if (!L_2) { goto IL_0057; } } { int32_t L_3 = ___logLevel0; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); int32_t L_4 = ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->get__autoReportLogLevel_5(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0057; } } { ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_6 = Box(LogSeverity_t3776021818_il2cpp_TypeInfo_var, (&___logLevel0)); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); ___logLevel0 = *(int32_t*)UnBox(L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_7); IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_DebugLog_m618041714(NULL /*static, unused*/, (String_t*)NULL, _stringLiteral3647016353, L_5, /*hidden argument*/NULL); return; } IL_0057: { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; String_t* L_8 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_028e; } } IL_0066: try { // begin try (depth: 1) { int32_t L_10 = ___logLevel0; if ((!(((uint32_t)L_10) == ((uint32_t)6)))) { goto IL_00d6; } } IL_006d: { String_t* L_11 = ___message2; NullCheck(L_11); bool L_12 = String_Contains_m1147431944(L_11, _stringLiteral2618906327, /*hidden argument*/NULL); if (!L_12) { goto IL_00d6; } } IL_007d: { Regex_t3657309853 * L_13 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_13, _stringLiteral587217172, ((int32_t)16), /*hidden argument*/NULL); String_t* L_14 = ___message2; NullCheck(L_13); Match_t3408321083 * L_15 = Regex_Match_m2255756165(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; Match_t3408321083 * L_16 = V_2; NullCheck(L_16); bool L_17 = Group_get_Success_m1492300455(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00d1; } } IL_009b: { Match_t3408321083 * L_18 = V_2; NullCheck(L_18); GroupCollection_t69770484 * L_19 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_18); NullCheck(L_19); Group_t2468205786 * L_20 = GroupCollection_get_Item_m3293401907(L_19, _stringLiteral2301041623, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = Capture_get_Value_m538076933(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = String_Trim_m923598732(L_21, /*hidden argument*/NULL); V_0 = L_22; Match_t3408321083 * L_23 = V_2; NullCheck(L_23); GroupCollection_t69770484 * L_24 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_23); NullCheck(L_24); Group_t2468205786 * L_25 = GroupCollection_get_Item_m3293401907(L_24, _stringLiteral3113685463, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26 = Capture_get_Value_m538076933(L_25, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27 = String_Trim_m923598732(L_26, /*hidden argument*/NULL); V_1 = L_27; } IL_00d1: { goto IL_0276; } IL_00d6: { int32_t L_28 = ___logLevel0; if ((!(((uint32_t)L_28) == ((uint32_t)5)))) { goto IL_0276; } } IL_00dd: { String_t* L_29 = ___message2; NullCheck(L_29); bool L_30 = String_StartsWith_m1759067526(L_29, _stringLiteral853018199, /*hidden argument*/NULL); if (!L_30) { goto IL_0276; } } IL_00ed: { Regex_t3657309853 * L_31 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_31, _stringLiteral388868374, ((int32_t)16), /*hidden argument*/NULL); String_t* L_32 = ___message2; NullCheck(L_31); Match_t3408321083 * L_33 = Regex_Match_m2255756165(L_31, L_32, /*hidden argument*/NULL); V_3 = L_33; Match_t3408321083 * L_34 = V_3; NullCheck(L_34); bool L_35 = Group_get_Success_m1492300455(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0276; } } IL_010b: { Match_t3408321083 * L_36 = V_3; NullCheck(L_36); GroupCollection_t69770484 * L_37 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_36); NullCheck(L_37); Group_t2468205786 * L_38 = GroupCollection_get_Item_m3293401907(L_37, _stringLiteral3571236878, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = Capture_get_Value_m538076933(L_38, /*hidden argument*/NULL); NullCheck(L_39); String_t* L_40 = String_Trim_m923598732(L_39, /*hidden argument*/NULL); V_4 = L_40; Match_t3408321083 * L_41 = V_3; NullCheck(L_41); GroupCollection_t69770484 * L_42 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_41); NullCheck(L_42); Group_t2468205786 * L_43 = GroupCollection_get_Item_m3293401907(L_42, _stringLiteral722520877, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_44 = Capture_get_Value_m538076933(L_43, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45 = String_Trim_m923598732(L_44, /*hidden argument*/NULL); V_5 = L_45; String_t* L_46 = V_4; NullCheck(L_46); int32_t L_47 = String_LastIndexOf_m2676535141(L_46, _stringLiteral3452614530, /*hidden argument*/NULL); V_6 = L_47; int32_t L_48 = V_6; if ((((int32_t)L_48) <= ((int32_t)0))) { goto IL_0178; } } IL_0159: { int32_t L_49 = V_6; String_t* L_50 = V_4; NullCheck(L_50); int32_t L_51 = String_get_Length_m3847582255(L_50, /*hidden argument*/NULL); if ((((int32_t)L_49) == ((int32_t)L_51))) { goto IL_0178; } } IL_0167: { String_t* L_52 = V_4; int32_t L_53 = V_6; NullCheck(L_52); String_t* L_54 = String_Substring_m2848979100(L_52, ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_54; goto IL_017b; } IL_0178: { String_t* L_55 = V_4; V_0 = L_55; } IL_017b: { String_t* L_56 = V_5; NullCheck(L_56); int32_t L_57 = String_IndexOf_m1977622757(L_56, _stringLiteral731054790, /*hidden argument*/NULL); V_7 = L_57; int32_t L_58 = V_7; if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_01ef; } } IL_0191: { String_t* L_59 = V_5; int32_t L_60 = V_7; NullCheck(L_59); String_t* L_61 = String_Substring_m1610150815(L_59, 0, L_60, /*hidden argument*/NULL); V_1 = L_61; String_t* L_62 = V_5; int32_t L_63 = V_7; NullCheck(L_62); String_t* L_64 = String_Substring_m2848979100(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)3)), /*hidden argument*/NULL); NullCheck(L_64); String_t* L_65 = String_Replace_m1273907647(L_64, _stringLiteral731054790, _stringLiteral3452614566, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_65); String_t* L_67 = String_Replace_m1273907647(L_65, _stringLiteral1435361725, L_66, /*hidden argument*/NULL); 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 = String_Replace_m1273907647(L_67, _stringLiteral2450202187, L_68, /*hidden argument*/NULL); V_8 = L_69; String_t* L_70 = ___stackTrace3; String_t* L_71 = V_8; NullCheck(L_71); String_t* L_72 = String_Trim_m923598732(L_71, /*hidden argument*/NULL); String_t* L_73 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3882770474, L_70, L_72, /*hidden argument*/NULL); ___stackTrace3 = L_73; goto IL_01f2; } IL_01ef: { String_t* L_74 = V_5; V_1 = L_74; } IL_01f2: { String_t* L_75 = V_0; NullCheck(L_75); bool L_76 = String_Equals_m2270643605(L_75, _stringLiteral2602781513, /*hidden argument*/NULL); if (!L_76) { goto IL_0276; } } IL_0202: { String_t* L_77 = V_5; NullCheck(L_77); bool L_78 = String_Contains_m1147431944(L_77, _stringLiteral471496547, /*hidden argument*/NULL); if (!L_78) { goto IL_0276; } } IL_0213: { String_t* L_79 = V_5; NullCheck(L_79); bool L_80 = String_Contains_m1147431944(L_79, _stringLiteral3032626445, /*hidden argument*/NULL); if (!L_80) { goto IL_0276; } } IL_0224: { String_t* L_81 = V_5; NullCheck(L_81); int32_t L_82 = String_IndexOf_m1977622757(L_81, _stringLiteral3032626445, /*hidden argument*/NULL); V_7 = L_82; int32_t L_83 = V_7; if ((((int32_t)L_83) <= ((int32_t)0))) { goto IL_0276; } } IL_023a: { String_t* L_84 = V_5; int32_t L_85 = V_7; NullCheck(L_84); String_t* L_86 = String_Substring_m1610150815(L_84, 0, L_85, /*hidden argument*/NULL); V_1 = L_86; String_t* L_87 = V_5; int32_t L_88 = V_7; NullCheck(L_87); String_t* L_89 = String_Substring_m2848979100(L_87, ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)16))), /*hidden argument*/NULL); NullCheck(L_89); String_t* L_90 = String_Replace_m1273907647(L_89, _stringLiteral3458185088, _stringLiteral2336773619, /*hidden argument*/NULL); V_9 = L_90; String_t* L_91 = ___stackTrace3; String_t* L_92 = V_9; NullCheck(L_92); String_t* L_93 = String_Trim_m923598732(L_92, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_94 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3882770474, L_91, L_93, /*hidden argument*/NULL); ___stackTrace3 = L_94; } IL_0276: { goto IL_0281; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_027b; throw e; } CATCH_027b: { // begin catch(System.Object) goto IL_0281; } // end catch (depth: 1) IL_0281: { String_t* L_95 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_96 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_028e; } } { String_t* L_97 = ___message2; V_1 = L_97; } IL_028e: { String_t* L_98 = ___name1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_99 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_02c1; } } { String_t* L_100 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_101 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_02bc; } } { RuntimeObject * L_102 = Box(LogSeverity_t3776021818_il2cpp_TypeInfo_var, (&___logLevel0)); NullCheck(L_102); String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_102); ___logLevel0 = *(int32_t*)UnBox(L_102); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_104 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2564899413, L_103, /*hidden argument*/NULL); V_0 = L_104; } IL_02bc: { goto IL_02c3; } IL_02c1: { String_t* L_105 = ___name1; V_0 = L_105; } IL_02c3: { bool L_106 = ___uncaught4; String_t* L_107 = V_0; String_t* L_108 = V_1; String_t* L_109 = ___stackTrace3; IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent__reportException_m1161814778(NULL /*static, unused*/, L_106, L_107, L_108, L_109, /*hidden argument*/NULL); return; } } // System.Void BuglyAgent::.cctor() extern "C" IL2CPP_METHOD_ATTR void BuglyAgent__cctor_m2259576765 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyAgent__cctor_m2259576765_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__autoReportLogLevel_5(5); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set_EXCEPTION_TYPE_UNCAUGHT_8(1); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set_EXCEPTION_TYPE_CAUGHT_9(2); ((BuglyAgent_t2834163709_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_t2834163709_il2cpp_TypeInfo_var))->set__pluginVersion_10(_stringLiteral2637421693); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BuglyCallback::.ctor() extern "C" IL2CPP_METHOD_ATTR void BuglyCallback__ctor_m375774632 (BuglyCallback_t749338883 * __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 BuglyInit::.ctor() extern "C" IL2CPP_METHOD_ATTR void BuglyInit__ctor_m4058913815 (BuglyInit_t1666824102 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void BuglyInit::Awake() extern "C" IL2CPP_METHOD_ATTR void BuglyInit_Awake_m4237510503 (BuglyInit_t1666824102 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BuglyInit_Awake_m4237510503_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_t2834163709_il2cpp_TypeInfo_var); BuglyAgent_ConfigDebugMode_m2220911515(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); BuglyAgent_ConfigDefault_m4200879642(NULL /*static, unused*/, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); BuglyAgent_ConfigAutoReportLogLevel_m641268479(NULL /*static, unused*/, 5, /*hidden argument*/NULL); BuglyAgent_ConfigAutoQuitApplication_m3709677150(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); BuglyAgent_RegisterLogCallback_m2708184726(NULL /*static, unused*/, (Action_3_t844242923 *)NULL, /*hidden argument*/NULL); BuglyAgent_InitWithAppId_m124808292(NULL /*static, unused*/, _stringLiteral2173446356, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, __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 ByteReader::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ByteReader__ctor_m1495506484 (ByteReader_t1539670756 * __this, ByteU5BU5D_t4116647657* ___bytes0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___bytes0; __this->set_mBuffer_0(L_0); return; } } // System.Void ByteReader::.ctor(UnityEngine.TextAsset) extern "C" IL2CPP_METHOD_ATTR void ByteReader__ctor_m2508069236 (ByteReader_t1539670756 * __this, TextAsset_t3022178571 * ___asset0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); TextAsset_t3022178571 * L_0 = ___asset0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = TextAsset_get_bytes_m1826471440(L_0, /*hidden argument*/NULL); __this->set_mBuffer_0(L_1); return; } } // System.Boolean ByteReader::get_canRead() extern "C" IL2CPP_METHOD_ATTR bool ByteReader_get_canRead_m2810394985 (ByteReader_t1539670756 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_mBuffer_0(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = __this->get_mOffset_1(); ByteU5BU5D_t4116647657* L_2 = __this->get_mBuffer_0(); NullCheck(L_2); G_B3_0 = ((((int32_t)L_1) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))? 1 : 0); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.String ByteReader::ReadLine(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* ByteReader_ReadLine_m268564914 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___start1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteReader_ReadLine_m268564914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___start1; int32_t L_3 = ___count2; NullCheck(L_0); String_t* L_4 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.String ByteReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* ByteReader_ReadLine_m1591854590 (ByteReader_t1539670756 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get_mBuffer_0(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); goto IL_001c; } IL_000e: { int32_t L_1 = __this->get_mOffset_1(); __this->set_mOffset_1(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); } IL_001c: { int32_t L_2 = __this->get_mOffset_1(); int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_003c; } } { ByteU5BU5D_t4116647657* L_4 = __this->get_mBuffer_0(); int32_t L_5 = __this->get_mOffset_1(); NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); if ((((int32_t)L_7) < ((int32_t)((int32_t)32)))) { goto IL_000e; } } IL_003c: { int32_t L_8 = __this->get_mOffset_1(); V_1 = L_8; int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_00ab; } } { goto IL_00a6; } IL_004f: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_007d; } } { ByteU5BU5D_t4116647657* L_13 = __this->get_mBuffer_0(); int32_t L_14 = V_1; int32_t L_15 = L_14; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); NullCheck(L_13); int32_t L_16 = L_15; uint8_t L_17 = (L_13)->GetAt(static_cast(L_16)); V_2 = L_17; int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)((int32_t)10)))) { goto IL_0078; } } { int32_t L_19 = V_2; if ((((int32_t)L_19) == ((int32_t)((int32_t)13)))) { goto IL_0078; } } { goto IL_00a6; } IL_0078: { goto IL_0081; } IL_007d: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0081: { ByteU5BU5D_t4116647657* L_21 = __this->get_mBuffer_0(); int32_t L_22 = __this->get_mOffset_1(); int32_t L_23 = V_1; int32_t L_24 = __this->get_mOffset_1(); String_t* L_25 = ByteReader_ReadLine_m268564914(NULL /*static, unused*/, L_21, L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)), (int32_t)1)), /*hidden argument*/NULL); V_3 = L_25; int32_t L_26 = V_1; __this->set_mOffset_1(L_26); String_t* L_27 = V_3; return L_27; } IL_00a6: { goto IL_004f; } IL_00ab: { int32_t L_28 = V_0; __this->set_mOffset_1(L_28); return (String_t*)NULL; } } // System.Collections.Generic.Dictionary`2 ByteReader::ReadDictionary() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1632706988 * ByteReader_ReadDictionary_m2362209223 (ByteReader_t1539670756 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteReader_ReadDictionary_m2362209223_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1632706988 * V_0 = NULL; CharU5BU5D_t3528271667* V_1 = NULL; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; { Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); V_0 = L_0; 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)61)); V_1 = L_1; goto IL_005a; } IL_0017: { String_t* L_2 = ByteReader_ReadLine_m1591854590(__this, /*hidden argument*/NULL); V_2 = L_2; String_t* L_3 = V_2; if (L_3) { goto IL_0029; } } { goto IL_0065; } IL_0029: { String_t* L_4 = V_2; CharU5BU5D_t3528271667* L_5 = V_1; NullCheck(L_4); StringU5BU5D_t1281789340* L_6 = String_Split_m3580120853(L_4, L_5, 2, 1, /*hidden argument*/NULL); V_3 = L_6; StringU5BU5D_t1281789340* L_7 = V_3; NullCheck(L_7); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) == ((uint32_t)2)))) { goto IL_005a; } } { StringU5BU5D_t1281789340* L_8 = V_3; NullCheck(L_8); int32_t L_9 = 0; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck(L_10); String_t* L_11 = String_Trim_m923598732(L_10, /*hidden argument*/NULL); V_4 = L_11; StringU5BU5D_t1281789340* L_12 = V_3; NullCheck(L_12); int32_t L_13 = 1; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); NullCheck(L_14); String_t* L_15 = String_Trim_m923598732(L_14, /*hidden argument*/NULL); V_5 = L_15; Dictionary_2_t1632706988 * L_16 = V_0; String_t* L_17 = V_4; String_t* L_18 = V_5; NullCheck(L_16); Dictionary_2_set_Item_m187286838(L_16, L_17, L_18, /*hidden argument*/Dictionary_2_set_Item_m187286838_RuntimeMethod_var); } IL_005a: { bool L_19 = ByteReader_get_canRead_m2810394985(__this, /*hidden argument*/NULL); if (L_19) { goto IL_0017; } } IL_0065: { Dictionary_2_t1632706988 * L_20 = V_0; return L_20; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAchievementMedalCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAchievementMedalCfg__ctor_m1961783044 (CAchievementMedalCfg_t1489202100 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementMedalCfg__ctor_m1961783044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1914713242 * L_0 = (Dictionary_2_t1914713242 *)il2cpp_codegen_object_new(Dictionary_2_t1914713242_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1360890984(L_0, /*hidden argument*/Dictionary_2__ctor_m1360890984_RuntimeMethod_var); __this->set_medalInfo_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral4107481896, 0, /*hidden argument*/NULL); return; } } // CAchievementMedalCfg CAchievementMedalCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CAchievementMedalCfg_t1489202100 * CAchievementMedalCfg_GetInstance_m1816441677 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementMedalCfg_GetInstance_m1816441677_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAchievementMedalCfg_t1489202100 * L_0 = ((CAchievementMedalCfg_t1489202100_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementMedalCfg_t1489202100_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { CAchievementMedalCfg_t1489202100 * L_1 = ((CAchievementMedalCfg_t1489202100_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementMedalCfg_t1489202100_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CAchievementMedalCfg_t1489202100 * L_2 = (CAchievementMedalCfg_t1489202100 *)il2cpp_codegen_object_new(CAchievementMedalCfg_t1489202100_il2cpp_TypeInfo_var); CAchievementMedalCfg__ctor_m1961783044(L_2, /*hidden argument*/NULL); ((CAchievementMedalCfg_t1489202100_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementMedalCfg_t1489202100_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CAchievementMedalCfg_t1489202100 * L_3 = ((CAchievementMedalCfg_t1489202100_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementMedalCfg_t1489202100_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // CAchievementMedalCfg/MedalInfo CAchievementMedalCfg::GetMedalInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR MedalInfo_t3025999911 * CAchievementMedalCfg_GetMedalInfoByID_m2984421051 (CAchievementMedalCfg_t1489202100 * __this, int32_t ___medalId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementMedalCfg_GetMedalInfoByID_m2984421051_MetadataUsageId); s_Il2CppMethodInitialized = true; } MedalInfo_t3025999911 * V_0 = NULL; { V_0 = (MedalInfo_t3025999911 *)NULL; int32_t L_0 = ___medalId0; if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_0018; } } { Dictionary_2_t1914713242 * L_1 = __this->get_medalInfo_1(); int32_t L_2 = ___medalId0; NullCheck(L_1); Dictionary_2_TryGetValue_m553817714(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m553817714_RuntimeMethod_var); } IL_0018: { MedalInfo_t3025999911 * L_3 = V_0; return L_3; } } // System.Void CAchievementMedalCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CAchievementMedalCfg_Clear_m4265757488 (CAchievementMedalCfg_t1489202100 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementMedalCfg_Clear_m4265757488_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1914713242 * L_0 = __this->get_medalInfo_1(); NullCheck(L_0); Dictionary_2_Clear_m4224015718(L_0, /*hidden argument*/Dictionary_2_Clear_m4224015718_RuntimeMethod_var); return; } } // System.Boolean CAchievementMedalCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CAchievementMedalCfg_OnLoad_m3720020515 (CAchievementMedalCfg_t1489202100 * __this, String_t* ___loadedObj0, int32_t ___unUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementMedalCfg_OnLoad_m3720020515_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; String_t* V_8 = NULL; String_t* V_9 = NULL; MedalInfo_t3025999911 * V_10 = NULL; Exception_t * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B5_0 = NULL; { String_t* L_0 = ___loadedObj0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_Log_m386290467(L_2, _stringLiteral3237481178, /*hidden argument*/NULL); return (bool)0; } IL_001c: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlDocument_t2837193595 * L_4 = V_0; String_t* L_5 = ___loadedObj0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_4, L_5); XmlDocument_t2837193595 * L_6 = V_0; if (!L_6) { goto IL_003f; } } IL_002f: { XmlDocument_t2837193595 * L_7 = V_0; NullCheck(L_7); XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_7); G_B5_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0040; } IL_003f: { G_B5_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0040: { V_1 = G_B5_0; XmlElement_t561603118 * L_9 = V_1; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_2 = L_10; XmlNodeList_t2551693786 * L_11 = V_2; if (L_11) { goto IL_0055; } } IL_004e: { V_3 = (bool)0; IL2CPP_LEAVE(0x103, FINALLY_00fd); } IL_0055: { V_4 = 0; goto IL_00c9; } IL_005d: { XmlNodeList_t2551693786 * L_12 = V_2; int32_t L_13 = V_4; NullCheck(L_12); XmlNode_t3767805227 * L_14 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_12, L_13); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_14, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_15 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_16 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_15, _stringLiteral3454449607, 0, /*hidden argument*/NULL); V_6 = L_16; XmlElement_t561603118 * L_17 = V_5; String_t* L_18 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_17, _stringLiteral62725243, /*hidden argument*/NULL); V_7 = L_18; XmlElement_t561603118 * L_19 = V_5; String_t* L_20 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_19, _stringLiteral1610285846, /*hidden argument*/NULL); V_8 = L_20; XmlElement_t561603118 * L_21 = V_5; String_t* L_22 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_21, _stringLiteral3220737639, /*hidden argument*/NULL); V_9 = L_22; int32_t L_23 = V_6; String_t* L_24 = V_7; String_t* L_25 = V_8; String_t* L_26 = V_9; MedalInfo_t3025999911 * L_27 = (MedalInfo_t3025999911 *)il2cpp_codegen_object_new(MedalInfo_t3025999911_il2cpp_TypeInfo_var); MedalInfo__ctor_m87748144(L_27, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); V_10 = L_27; Dictionary_2_t1914713242 * L_28 = __this->get_medalInfo_1(); int32_t L_29 = V_6; MedalInfo_t3025999911 * L_30 = V_10; NullCheck(L_28); Dictionary_2_set_Item_m3141978203(L_28, L_29, L_30, /*hidden argument*/Dictionary_2_set_Item_m3141978203_RuntimeMethod_var); int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00c9: { int32_t L_32 = V_4; XmlNodeList_t2551693786 * L_33 = V_2; NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_33); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_005d; } } IL_00d6: { IL2CPP_LEAVE(0x101, FINALLY_00fd); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00db; throw e; } CATCH_00db: { // begin catch(System.Exception) V_11 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_35 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_36 = V_11; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral700648555, L_37, /*hidden argument*/NULL); NullCheck(L_35); CLogHelp_LogError_m609093992(L_35, L_38, /*hidden argument*/NULL); IL2CPP_LEAVE(0x101, FINALLY_00fd); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: { // begin finally (depth: 1) ___loadedObj0 = (String_t*)NULL; IL2CPP_END_FINALLY(253) } // end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_JUMP_TBL(0x103, IL_0103) IL2CPP_JUMP_TBL(0x101, IL_0101) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0101: { return (bool)0; } IL_0103: { bool L_39 = V_3; return L_39; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAchievementMedalCfg/MedalInfo::.ctor(System.Int32,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo__ctor_m87748144 (MedalInfo_t3025999911 * __this, int32_t ___id0, String_t* ___name1, String_t* ___path2, String_t* ___desc3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; MedalInfo_set_ID_m2013374037(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name1; MedalInfo_set_Name_m2128819022(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___path2; MedalInfo_set_Path_m4034932089(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ___desc3; MedalInfo_set_Desc_m4177815805(__this, L_3, /*hidden argument*/NULL); return; } } // System.Int32 CAchievementMedalCfg/MedalInfo::get_ID() extern "C" IL2CPP_METHOD_ATTR int32_t MedalInfo_get_ID_m4158445918 (MedalInfo_t3025999911 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIDU3Ek__BackingField_0(); return L_0; } } // System.Void CAchievementMedalCfg/MedalInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_ID_m2013374037 (MedalInfo_t3025999911 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } // System.String CAchievementMedalCfg/MedalInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MedalInfo_get_Name_m2490545709 (MedalInfo_t3025999911 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_1(); return L_0; } } // System.Void CAchievementMedalCfg/MedalInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_Name_m2128819022 (MedalInfo_t3025999911 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_1(L_0); return; } } // System.String CAchievementMedalCfg/MedalInfo::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* MedalInfo_get_Path_m171132506 (MedalInfo_t3025999911 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPathU3Ek__BackingField_2(); return L_0; } } // System.Void CAchievementMedalCfg/MedalInfo::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_Path_m4034932089 (MedalInfo_t3025999911 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_2(L_0); return; } } // System.String CAchievementMedalCfg/MedalInfo::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* MedalInfo_get_Desc_m1466276941 (MedalInfo_t3025999911 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDescU3Ek__BackingField_3(); return L_0; } } // System.Void CAchievementMedalCfg/MedalInfo::set_Desc(System.String) extern "C" IL2CPP_METHOD_ATTR void MedalInfo_set_Desc_m4177815805 (MedalInfo_t3025999911 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CDescU3Ek__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 CAchievementNewCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAchievementNewCfg__ctor_m768563319 (CAchievementNewCfg_t3177975818 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg__ctor_m768563319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t3512355514 * L_0 = (Dictionary_2_t3512355514 *)il2cpp_codegen_object_new(Dictionary_2_t3512355514_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1702633497(L_0, /*hidden argument*/Dictionary_2__ctor_m1702633497_RuntimeMethod_var); __this->set_achInfo_2(L_0); Dictionary_2_t3477736492 * L_1 = (Dictionary_2_t3477736492 *)il2cpp_codegen_object_new(Dictionary_2_t3477736492_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3471597227(L_1, /*hidden argument*/Dictionary_2__ctor_m3471597227_RuntimeMethod_var); __this->set_achInfoNext_3(L_1); Dictionary_2_t3477735814 * L_2 = (Dictionary_2_t3477735814 *)il2cpp_codegen_object_new(Dictionary_2_t3477735814_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2666159483(L_2, /*hidden argument*/Dictionary_2__ctor_m2666159483_RuntimeMethod_var); __this->set_achInner_4(L_2); ITextBase_PushTask_m2878137237(__this, _stringLiteral4221868821, 0, /*hidden argument*/NULL); return; } } // CAchievementNewCfg CAchievementNewCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CAchievementNewCfg_t3177975818 * CAchievementNewCfg_GetInstance_m1705798897 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_GetInstance_m1705798897_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAchievementNewCfg_t3177975818 * L_0 = ((CAchievementNewCfg_t3177975818_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementNewCfg_t3177975818_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CAchievementNewCfg_t3177975818 * L_1 = ((CAchievementNewCfg_t3177975818_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementNewCfg_t3177975818_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CAchievementNewCfg_t3177975818 * L_2 = (CAchievementNewCfg_t3177975818 *)il2cpp_codegen_object_new(CAchievementNewCfg_t3177975818_il2cpp_TypeInfo_var); CAchievementNewCfg__ctor_m768563319(L_2, /*hidden argument*/NULL); ((CAchievementNewCfg_t3177975818_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementNewCfg_t3177975818_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CAchievementNewCfg_t3177975818 * L_3 = ((CAchievementNewCfg_t3177975818_StaticFields*)il2cpp_codegen_static_fields_for(CAchievementNewCfg_t3177975818_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.Int32 CAchievementNewCfg::get_AchievementCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAchievementNewCfg_get_AchievementCount_m717573796 (CAchievementNewCfg_t3177975818 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_get_AchievementCount_m717573796_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3512355514 * L_0 = __this->get_achInfo_2(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m4204309974(L_0, /*hidden argument*/Dictionary_2_get_Count_m4204309974_RuntimeMethod_var); return L_1; } } // System.Int32 CAchievementNewCfg::get_AchievementInterCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAchievementNewCfg_get_AchievementInterCount_m2597639491 (CAchievementNewCfg_t3177975818 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_get_AchievementInterCount_m2597639491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3477736492 * L_0 = __this->get_achInfoNext_3(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m2114147124(L_0, /*hidden argument*/Dictionary_2_get_Count_m2114147124_RuntimeMethod_var); return L_1; } } // CAchievementNewCfg/AchOuterInfo CAchievementNewCfg::GetOuterInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR AchOuterInfo_t328674887 * CAchievementNewCfg_GetOuterInfoByID_m3055266919 (CAchievementNewCfg_t3177975818 * __this, int32_t ___outerId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_GetOuterInfoByID_m3055266919_MetadataUsageId); s_Il2CppMethodInitialized = true; } AchOuterInfo_t328674887 * V_0 = NULL; { V_0 = (AchOuterInfo_t328674887 *)NULL; int32_t L_0 = ___outerId0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0018; } } { Dictionary_2_t3512355514 * L_1 = __this->get_achInfo_2(); int32_t L_2 = ___outerId0; NullCheck(L_1); Dictionary_2_TryGetValue_m300178353(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m300178353_RuntimeMethod_var); } IL_0018: { AchOuterInfo_t328674887 * L_3 = V_0; return L_3; } } // CAchievementNewCfg/AchInnerInfo CAchievementNewCfg::GetInnerInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR AchInnerInfo_t294055187 * CAchievementNewCfg_GetInnerInfoByID_m1461948882 (CAchievementNewCfg_t3177975818 * __this, int32_t ___innerId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_GetInnerInfoByID_m1461948882_MetadataUsageId); s_Il2CppMethodInitialized = true; } AchInnerInfo_t294055187 * V_0 = NULL; { V_0 = (AchInnerInfo_t294055187 *)NULL; int32_t L_0 = ___innerId0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0018; } } { Dictionary_2_t3477735814 * L_1 = __this->get_achInner_4(); int32_t L_2 = ___innerId0; NullCheck(L_1); Dictionary_2_TryGetValue_m117513998(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m117513998_RuntimeMethod_var); } IL_0018: { AchInnerInfo_t294055187 * L_3 = V_0; return L_3; } } // CAchievementNewCfg/AchOuterInfo CAchievementNewCfg::GetOutInfoAll() extern "C" IL2CPP_METHOD_ATTR AchOuterInfo_t328674887 * CAchievementNewCfg_GetOutInfoAll_m31363534 (CAchievementNewCfg_t3177975818 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_GetOutInfoAll_m31363534_MetadataUsageId); s_Il2CppMethodInitialized = true; } AchOuterInfo_t328674887 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; List_1_t1766130607 * V_3 = NULL; int32_t V_4 = 0; AchOuterInfo_t328674887 * V_5 = NULL; int32_t V_6 = 0; AchInterInfo_t294055865 * V_7 = NULL; { V_0 = (AchOuterInfo_t328674887 *)NULL; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = L_0; List_1_t1766130607 * L_1 = (List_1_t1766130607 *)il2cpp_codegen_object_new(List_1_t1766130607_il2cpp_TypeInfo_var); List_1__ctor_m207032346(L_1, /*hidden argument*/List_1__ctor_m207032346_RuntimeMethod_var); V_3 = L_1; V_4 = 1; goto IL_0062; } IL_0018: { int32_t L_2 = V_4; AchOuterInfo_t328674887 * L_3 = CAchievementNewCfg_GetOuterInfoByID_m3055266919(__this, L_2, /*hidden argument*/NULL); V_5 = L_3; V_6 = 0; goto IL_004e; } IL_002a: { CAchievementManager_t5352954 * L_4 = CAchievementManager_GetInstance_m3432798286(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_6; int32_t L_6 = V_4; NullCheck(L_4); int32_t L_7 = CAchievementManager_GetInterID_m132780976(L_4, L_5, L_6, /*hidden argument*/NULL); AchInterInfo_t294055865 * L_8 = CAchievementNewCfg_GetInterInfoByID_m1170886589(__this, L_7, /*hidden argument*/NULL); V_7 = L_8; List_1_t1766130607 * L_9 = V_3; AchInterInfo_t294055865 * L_10 = V_7; NullCheck(L_9); List_1_Add_m2076153196(L_9, L_10, /*hidden argument*/List_1_Add_m2076153196_RuntimeMethod_var); int32_t L_11 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004e: { int32_t L_12 = V_6; AchOuterInfo_t328674887 * L_13 = V_5; NullCheck(L_13); int32_t L_14 = AchOuterInfo_get_InterCount_m1056338174(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_002a; } } { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0062: { int32_t L_16 = V_4; if ((((int32_t)L_16) < ((int32_t)6))) { goto IL_0018; } } { int32_t L_17 = V_1; String_t* L_18 = V_2; List_1_t1766130607 * L_19 = V_3; AchOuterInfo_t328674887 * L_20 = (AchOuterInfo_t328674887 *)il2cpp_codegen_object_new(AchOuterInfo_t328674887_il2cpp_TypeInfo_var); AchOuterInfo__ctor_m3412322930(L_20, L_17, L_18, L_19, /*hidden argument*/NULL); V_0 = L_20; AchOuterInfo_t328674887 * L_21 = V_0; return L_21; } } // CAchievementNewCfg/AchInterInfo CAchievementNewCfg::GetInterInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR AchInterInfo_t294055865 * CAchievementNewCfg_GetInterInfoByID_m1170886589 (CAchievementNewCfg_t3177975818 * __this, int32_t ___interId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_GetInterInfoByID_m1170886589_MetadataUsageId); s_Il2CppMethodInitialized = true; } AchInterInfo_t294055865 * V_0 = NULL; { V_0 = (AchInterInfo_t294055865 *)NULL; int32_t L_0 = ___interId0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0018; } } { Dictionary_2_t3477736492 * L_1 = __this->get_achInfoNext_3(); int32_t L_2 = ___interId0; NullCheck(L_1); Dictionary_2_TryGetValue_m1945832797(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1945832797_RuntimeMethod_var); } IL_0018: { AchInterInfo_t294055865 * L_3 = V_0; return L_3; } } // System.Collections.Generic.List`1 CAchievementNewCfg::GetInnerList(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t1766129929 * CAchievementNewCfg_GetInnerList_m1283261683 (CAchievementNewCfg_t3177975818 * __this, int32_t ___interId0, const RuntimeMethod* method) { AchInterInfo_t294055865 * V_0 = NULL; { int32_t L_0 = ___interId0; AchInterInfo_t294055865 * L_1 = CAchievementNewCfg_GetInterInfoByID_m1170886589(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; AchInterInfo_t294055865 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { AchInterInfo_t294055865 * L_3 = V_0; NullCheck(L_3); List_1_t1766129929 * L_4 = AchInterInfo_get_InnerInfoList_m2936323657(L_3, /*hidden argument*/NULL); return L_4; } IL_0015: { return (List_1_t1766129929 *)NULL; } } // System.Void CAchievementNewCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CAchievementNewCfg_Clear_m641054415 (CAchievementNewCfg_t3177975818 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_Clear_m641054415_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3512355514 * L_0 = __this->get_achInfo_2(); NullCheck(L_0); Dictionary_2_Clear_m1228749010(L_0, /*hidden argument*/Dictionary_2_Clear_m1228749010_RuntimeMethod_var); Dictionary_2_t3477736492 * L_1 = __this->get_achInfoNext_3(); NullCheck(L_1); Dictionary_2_Clear_m3281386778(L_1, /*hidden argument*/Dictionary_2_Clear_m3281386778_RuntimeMethod_var); Dictionary_2_t3477735814 * L_2 = __this->get_achInner_4(); NullCheck(L_2); Dictionary_2_Clear_m2475949676(L_2, /*hidden argument*/Dictionary_2_Clear_m2475949676_RuntimeMethod_var); return; } } // System.Boolean CAchievementNewCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CAchievementNewCfg_OnLoad_m3349741233 (CAchievementNewCfg_t3177975818 * __this, String_t* ___loadedObj0, int32_t ___unUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAchievementNewCfg_OnLoad_m3349741233_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; XmlNodeList_t2551693786 * V_8 = NULL; List_1_t1766130607 * V_9 = NULL; int32_t V_10 = 0; XmlElement_t561603118 * V_11 = NULL; int32_t V_12 = 0; String_t* V_13 = NULL; XmlNodeList_t2551693786 * V_14 = NULL; List_1_t1766129929 * V_15 = NULL; int32_t V_16 = 0; XmlElement_t561603118 * V_17 = NULL; int32_t V_18 = 0; String_t* V_19 = NULL; String_t* V_20 = NULL; AchInnerInfo_t294055187 * V_21 = NULL; AchInterInfo_t294055865 * V_22 = NULL; AchOuterInfo_t328674887 * V_23 = NULL; Exception_t * V_24 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B5_0 = NULL; { String_t* L_0 = ___loadedObj0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_Log_m386290467(L_2, _stringLiteral1323583723, /*hidden argument*/NULL); return (bool)0; } IL_001c: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlDocument_t2837193595 * L_4 = V_0; String_t* L_5 = ___loadedObj0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_4, L_5); XmlDocument_t2837193595 * L_6 = V_0; if (!L_6) { goto IL_003f; } } IL_002f: { XmlDocument_t2837193595 * L_7 = V_0; NullCheck(L_7); XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_7); G_B5_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0040; } IL_003f: { G_B5_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0040: { V_1 = G_B5_0; XmlElement_t561603118 * L_9 = V_1; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_2 = L_10; XmlNodeList_t2551693786 * L_11 = V_2; if (L_11) { goto IL_0055; } } IL_004e: { V_3 = (bool)0; IL2CPP_LEAVE(0x214, FINALLY_020e); } IL_0055: { V_4 = 0; goto IL_01d8; } IL_005d: { XmlNodeList_t2551693786 * L_12 = V_2; int32_t L_13 = V_4; NullCheck(L_12); XmlNode_t3767805227 * L_14 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_12, L_13); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_14, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_15 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_16 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_15, _stringLiteral3454449607, 0, /*hidden argument*/NULL); V_6 = L_16; XmlElement_t561603118 * L_17 = V_5; String_t* L_18 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_17, _stringLiteral2928279771, /*hidden argument*/NULL); V_7 = 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_8 = L_20; XmlNodeList_t2551693786 * L_21 = V_8; if (!L_21) { goto IL_01d2; } } IL_0099: { XmlNodeList_t2551693786 * L_22 = V_8; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_22); List_1_t1766130607 * L_24 = (List_1_t1766130607 *)il2cpp_codegen_object_new(List_1_t1766130607_il2cpp_TypeInfo_var); List_1__ctor_m314623807(L_24, L_23, /*hidden argument*/List_1__ctor_m314623807_RuntimeMethod_var); V_9 = L_24; V_10 = 0; goto IL_01a8; } IL_00af: { XmlNodeList_t2551693786 * L_25 = V_8; int32_t L_26 = V_10; NullCheck(L_25); XmlNode_t3767805227 * L_27 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_25, L_26); V_11 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_27, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_28 = V_11; if (!L_28) { goto IL_01a2; } } IL_00c6: { XmlElement_t561603118 * L_29 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_30 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_29, _stringLiteral3454449607, 0, /*hidden argument*/NULL); V_12 = L_30; XmlElement_t561603118 * L_31 = V_11; String_t* L_32 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_31, _stringLiteral3940799246, /*hidden argument*/NULL); V_13 = L_32; XmlElement_t561603118 * L_33 = V_11; NullCheck(L_33); XmlNodeList_t2551693786 * L_34 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_33); V_14 = L_34; XmlNodeList_t2551693786 * L_35 = V_14; if (!L_35) { goto IL_01a2; } } IL_00f3: { XmlNodeList_t2551693786 * L_36 = V_14; NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_36); List_1_t1766129929 * L_38 = (List_1_t1766129929 *)il2cpp_codegen_object_new(List_1_t1766129929_il2cpp_TypeInfo_var); List_1__ctor_m3529938260(L_38, L_37, /*hidden argument*/List_1__ctor_m3529938260_RuntimeMethod_var); V_15 = L_38; V_16 = 0; goto IL_016f; } IL_0109: { XmlNodeList_t2551693786 * L_39 = V_14; int32_t L_40 = V_16; NullCheck(L_39); XmlNode_t3767805227 * L_41 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_39, L_40); V_17 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_41, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_42 = V_17; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_43 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_42, _stringLiteral3454449607, 0, /*hidden argument*/NULL); V_18 = L_43; XmlElement_t561603118 * L_44 = V_17; String_t* L_45 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_44, _stringLiteral1084049820, /*hidden argument*/NULL); V_19 = L_45; XmlElement_t561603118 * L_46 = V_17; String_t* L_47 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_46, _stringLiteral3220737639, /*hidden argument*/NULL); V_20 = L_47; int32_t L_48 = V_18; String_t* L_49 = V_19; String_t* L_50 = V_20; AchInnerInfo_t294055187 * L_51 = (AchInnerInfo_t294055187 *)il2cpp_codegen_object_new(AchInnerInfo_t294055187_il2cpp_TypeInfo_var); AchInnerInfo__ctor_m1883499260(L_51, L_48, L_49, L_50, /*hidden argument*/NULL); V_21 = L_51; List_1_t1766129929 * L_52 = V_15; AchInnerInfo_t294055187 * L_53 = V_21; NullCheck(L_52); List_1_Add_m2000278246(L_52, L_53, /*hidden argument*/List_1_Add_m2000278246_RuntimeMethod_var); Dictionary_2_t3477735814 * L_54 = __this->get_achInner_4(); int32_t L_55 = V_18; AchInnerInfo_t294055187 * L_56 = V_21; NullCheck(L_54); Dictionary_2_set_Item_m4206511075(L_54, L_55, L_56, /*hidden argument*/Dictionary_2_set_Item_m4206511075_RuntimeMethod_var); int32_t L_57 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_016f: { int32_t L_58 = V_16; XmlNodeList_t2551693786 * L_59 = V_14; NullCheck(L_59); int32_t L_60 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_59); if ((((int32_t)L_58) < ((int32_t)L_60))) { goto IL_0109; } } IL_017d: { int32_t L_61 = V_12; String_t* L_62 = V_13; List_1_t1766129929 * L_63 = V_15; AchInterInfo_t294055865 * L_64 = (AchInterInfo_t294055865 *)il2cpp_codegen_object_new(AchInterInfo_t294055865_il2cpp_TypeInfo_var); AchInterInfo__ctor_m1273811993(L_64, L_61, L_62, L_63, /*hidden argument*/NULL); V_22 = L_64; List_1_t1766130607 * L_65 = V_9; AchInterInfo_t294055865 * L_66 = V_22; NullCheck(L_65); List_1_Add_m2076153196(L_65, L_66, /*hidden argument*/List_1_Add_m2076153196_RuntimeMethod_var); Dictionary_2_t3477736492 * L_67 = __this->get_achInfoNext_3(); int32_t L_68 = V_12; AchInterInfo_t294055865 * L_69 = V_22; NullCheck(L_67); Dictionary_2_Add_m364072457(L_67, L_68, L_69, /*hidden argument*/Dictionary_2_Add_m364072457_RuntimeMethod_var); } IL_01a2: { int32_t L_70 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_01a8: { int32_t L_71 = V_10; XmlNodeList_t2551693786 * L_72 = V_8; NullCheck(L_72); int32_t L_73 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_72); if ((((int32_t)L_71) < ((int32_t)L_73))) { goto IL_00af; } } IL_01b6: { int32_t L_74 = V_6; String_t* L_75 = V_7; List_1_t1766130607 * L_76 = V_9; AchOuterInfo_t328674887 * L_77 = (AchOuterInfo_t328674887 *)il2cpp_codegen_object_new(AchOuterInfo_t328674887_il2cpp_TypeInfo_var); AchOuterInfo__ctor_m3412322930(L_77, L_74, L_75, L_76, /*hidden argument*/NULL); V_23 = L_77; Dictionary_2_t3512355514 * L_78 = __this->get_achInfo_2(); int32_t L_79 = V_6; AchOuterInfo_t328674887 * L_80 = V_23; NullCheck(L_78); Dictionary_2_Add_m2702825800(L_78, L_79, L_80, /*hidden argument*/Dictionary_2_Add_m2702825800_RuntimeMethod_var); } IL_01d2: { int32_t L_81 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_01d8: { int32_t L_82 = V_4; XmlNodeList_t2551693786 * L_83 = V_2; NullCheck(L_83); int32_t L_84 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_83); if ((((int32_t)L_82) < ((int32_t)L_84))) { goto IL_005d; } } IL_01e5: { V_3 = (bool)1; IL2CPP_LEAVE(0x214, FINALLY_020e); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01ec; throw e; } CATCH_01ec: { // begin catch(System.Exception) V_24 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_85 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_86 = V_24; NullCheck(L_86); String_t* L_87 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_86); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_88 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral700648555, L_87, /*hidden argument*/NULL); NullCheck(L_85); CLogHelp_LogError_m609093992(L_85, L_88, /*hidden argument*/NULL); IL2CPP_LEAVE(0x212, FINALLY_020e); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_020e; } FINALLY_020e: { // begin finally (depth: 1) ___loadedObj0 = (String_t*)NULL; IL2CPP_END_FINALLY(526) } // end finally (depth: 1) IL2CPP_CLEANUP(526) { IL2CPP_JUMP_TBL(0x214, IL_0214) IL2CPP_JUMP_TBL(0x212, IL_0212) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0212: { return (bool)0; } IL_0214: { bool L_89 = V_3; return L_89; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAchievementNewCfg/AchInnerInfo::.ctor(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo__ctor_m1883499260 (AchInnerInfo_t294055187 * __this, int32_t ___id0, String_t* ___name1, String_t* ___desc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AchInnerInfo__ctor_m1883499260_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; AchInnerInfo_set_ID_m2976352151(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name1; AchInnerInfo_set_Name_m864453900(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___desc2; AchInnerInfo_set_Desc_m2471977212(__this, L_2, /*hidden argument*/NULL); List_1_t1831094739 * L_3 = (List_1_t1831094739 *)il2cpp_codegen_object_new(List_1_t1831094739_il2cpp_TypeInfo_var); List_1__ctor_m3134303520(L_3, /*hidden argument*/List_1__ctor_m3134303520_RuntimeMethod_var); AchInnerInfo_set_RewardInfoList_m311962592(__this, L_3, /*hidden argument*/NULL); return; } } // System.Int32 CAchievementNewCfg/AchInnerInfo::get_ID() extern "C" IL2CPP_METHOD_ATTR int32_t AchInnerInfo_get_ID_m594585917 (AchInnerInfo_t294055187 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIDU3Ek__BackingField_0(); return L_0; } } // System.Void CAchievementNewCfg/AchInnerInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_ID_m2976352151 (AchInnerInfo_t294055187 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } // System.String CAchievementNewCfg/AchInnerInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AchInnerInfo_get_Name_m4104228759 (AchInnerInfo_t294055187 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_1(); return L_0; } } // System.Void CAchievementNewCfg/AchInnerInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_Name_m864453900 (AchInnerInfo_t294055187 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_1(L_0); return; } } // System.String CAchievementNewCfg/AchInnerInfo::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* AchInnerInfo_get_Desc_m679531721 (AchInnerInfo_t294055187 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDescU3Ek__BackingField_2(); return L_0; } } // System.Void CAchievementNewCfg/AchInnerInfo::set_Desc(System.String) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_Desc_m2471977212 (AchInnerInfo_t294055187 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CDescU3Ek__BackingField_2(L_0); return; } } // System.Collections.Generic.List`1 CAchievementNewCfg/AchInnerInfo::get_RewardInfoList() extern "C" IL2CPP_METHOD_ATTR List_1_t1831094739 * AchInnerInfo_get_RewardInfoList_m674391589 (AchInnerInfo_t294055187 * __this, const RuntimeMethod* method) { { List_1_t1831094739 * L_0 = __this->get_U3CRewardInfoListU3Ek__BackingField_3(); return L_0; } } // System.Void CAchievementNewCfg/AchInnerInfo::set_RewardInfoList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchInnerInfo_set_RewardInfoList_m311962592 (AchInnerInfo_t294055187 * __this, List_1_t1831094739 * ___value0, const RuntimeMethod* method) { { List_1_t1831094739 * L_0 = ___value0; __this->set_U3CRewardInfoListU3Ek__BackingField_3(L_0); return; } } // System.Int32 CAchievementNewCfg/AchInnerInfo::get_RewardCount() extern "C" IL2CPP_METHOD_ATTR int32_t AchInnerInfo_get_RewardCount_m1969485241 (AchInnerInfo_t294055187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AchInnerInfo_get_RewardCount_m1969485241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1831094739 * L_0 = AchInnerInfo_get_RewardInfoList_m674391589(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3451667729(L_0, /*hidden argument*/List_1_get_Count_m3451667729_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAchievementNewCfg/AchInterInfo::.ctor(System.Int32,System.String,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo__ctor_m1273811993 (AchInterInfo_t294055865 * __this, int32_t ___id0, String_t* ___name1, List_1_t1766129929 * ___innerInfoList2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; AchInterInfo_set_ID_m984647796(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name1; AchInterInfo_set_Name_m92691487(__this, L_1, /*hidden argument*/NULL); List_1_t1766129929 * L_2 = ___innerInfoList2; AchInterInfo_set_InnerInfoList_m3377696299(__this, L_2, /*hidden argument*/NULL); return; } } // System.Int32 CAchievementNewCfg/AchInterInfo::get_ID() extern "C" IL2CPP_METHOD_ATTR int32_t AchInterInfo_get_ID_m855280255 (AchInterInfo_t294055865 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIDU3Ek__BackingField_0(); return L_0; } } // System.Void CAchievementNewCfg/AchInterInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo_set_ID_m984647796 (AchInterInfo_t294055865 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } // System.String CAchievementNewCfg/AchInterInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AchInterInfo_get_Name_m3436146553 (AchInterInfo_t294055865 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_1(); return L_0; } } // System.Void CAchievementNewCfg/AchInterInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo_set_Name_m92691487 (AchInterInfo_t294055865 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_1(L_0); return; } } // System.Collections.Generic.List`1 CAchievementNewCfg/AchInterInfo::get_InnerInfoList() extern "C" IL2CPP_METHOD_ATTR List_1_t1766129929 * AchInterInfo_get_InnerInfoList_m2936323657 (AchInterInfo_t294055865 * __this, const RuntimeMethod* method) { { List_1_t1766129929 * L_0 = __this->get_U3CInnerInfoListU3Ek__BackingField_2(); return L_0; } } // System.Void CAchievementNewCfg/AchInterInfo::set_InnerInfoList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchInterInfo_set_InnerInfoList_m3377696299 (AchInterInfo_t294055865 * __this, List_1_t1766129929 * ___value0, const RuntimeMethod* method) { { List_1_t1766129929 * L_0 = ___value0; __this->set_U3CInnerInfoListU3Ek__BackingField_2(L_0); return; } } // System.Int32 CAchievementNewCfg/AchInterInfo::get_InnerCount() extern "C" IL2CPP_METHOD_ATTR int32_t AchInterInfo_get_InnerCount_m859745657 (AchInterInfo_t294055865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AchInterInfo_get_InnerCount_m859745657_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t1766129929 * L_0 = AchInterInfo_get_InnerInfoList_m2936323657(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { List_1_t1766129929 * L_1 = AchInterInfo_get_InnerInfoList_m2936323657(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1932901463(L_1, /*hidden argument*/List_1_get_Count_m1932901463_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAchievementNewCfg/AchOuterInfo::.ctor(System.Int32,System.String,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo__ctor_m3412322930 (AchOuterInfo_t328674887 * __this, int32_t ___id0, String_t* ___name1, List_1_t1766130607 * ___interInfoList2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; AchOuterInfo_set_ID_m1910252516(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name1; AchOuterInfo_set_Name_m2262191376(__this, L_1, /*hidden argument*/NULL); List_1_t1766130607 * L_2 = ___interInfoList2; AchOuterInfo_set_InterInfoList_m3417604280(__this, L_2, /*hidden argument*/NULL); return; } } // System.Int32 CAchievementNewCfg/AchOuterInfo::get_ID() extern "C" IL2CPP_METHOD_ATTR int32_t AchOuterInfo_get_ID_m14572221 (AchOuterInfo_t328674887 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIDU3Ek__BackingField_0(); return L_0; } } // System.Void CAchievementNewCfg/AchOuterInfo::set_ID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo_set_ID_m1910252516 (AchOuterInfo_t328674887 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIDU3Ek__BackingField_0(L_0); return; } } // System.String CAchievementNewCfg/AchOuterInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AchOuterInfo_get_Name_m4152842694 (AchOuterInfo_t328674887 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_1(); return L_0; } } // System.Void CAchievementNewCfg/AchOuterInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo_set_Name_m2262191376 (AchOuterInfo_t328674887 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_1(L_0); return; } } // System.Collections.Generic.List`1 CAchievementNewCfg/AchOuterInfo::get_InterInfoList() extern "C" IL2CPP_METHOD_ATTR List_1_t1766130607 * AchOuterInfo_get_InterInfoList_m1281832000 (AchOuterInfo_t328674887 * __this, const RuntimeMethod* method) { { List_1_t1766130607 * L_0 = __this->get_U3CInterInfoListU3Ek__BackingField_2(); return L_0; } } // System.Void CAchievementNewCfg/AchOuterInfo::set_InterInfoList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AchOuterInfo_set_InterInfoList_m3417604280 (AchOuterInfo_t328674887 * __this, List_1_t1766130607 * ___value0, const RuntimeMethod* method) { { List_1_t1766130607 * L_0 = ___value0; __this->set_U3CInterInfoListU3Ek__BackingField_2(L_0); return; } } // System.Int32 CAchievementNewCfg/AchOuterInfo::get_InterCount() extern "C" IL2CPP_METHOD_ATTR int32_t AchOuterInfo_get_InterCount_m1056338174 (AchOuterInfo_t328674887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AchOuterInfo_get_InterCount_m1056338174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1766130607 * L_0 = AchOuterInfo_get_InterInfoList_m1281832000(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3399829959(L_0, /*hidden argument*/List_1_get_Count_m3399829959_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAnimSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAnimSite__ctor_m929762818 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite__ctor_m929762818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSkeletonSnap_t2156242323 * L_0 = (CSkeletonSnap_t2156242323 *)il2cpp_codegen_object_new(CSkeletonSnap_t2156242323_il2cpp_TypeInfo_var); CSkeletonSnap__ctor_m2085219893(L_0, /*hidden argument*/NULL); __this->set_m_animSnap_2(L_0); BetterList_1_t2419161419 * L_1 = (BetterList_1_t2419161419 *)il2cpp_codegen_object_new(BetterList_1_t2419161419_il2cpp_TypeInfo_var); BetterList_1__ctor_m3174022346(L_1, /*hidden argument*/BetterList_1__ctor_m3174022346_RuntimeMethod_var); __this->set_m_listAnimCritical_3(L_1); BetterList_1_t2419161419 * L_2 = (BetterList_1_t2419161419 *)il2cpp_codegen_object_new(BetterList_1_t2419161419_il2cpp_TypeInfo_var); BetterList_1__ctor_m3174022346(L_2, /*hidden argument*/BetterList_1__ctor_m3174022346_RuntimeMethod_var); __this->set_m_listAnimDefault_4(L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_IdleAnimName_7(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_activeIdleName_11(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_curPlayingName_12(L_5); BetterList_1_t3563600241 * L_6 = (BetterList_1_t3563600241 *)il2cpp_codegen_object_new(BetterList_1_t3563600241_il2cpp_TypeInfo_var); BetterList_1__ctor_m4029091568(L_6, /*hidden argument*/BetterList_1__ctor_m4029091568_RuntimeMethod_var); __this->set_m_listAnimInPlaying_14(L_6); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void CAnimSite::SetAnimEnvironment(DMCore.Framework.Scene.ISceneBaseObj,UnityEngine.Animation,CSkeletonSite) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_SetAnimEnvironment_m3176899690 (CAnimSite_t233742424 * __this, ISceneBaseObj_t858622483 * ___sceneOwner0, Animation_t3648466861 * ___animPlayer1, CSkeletonSite_t1178137573 * ___skeletonSite2, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = ___sceneOwner0; __this->set_m_sceneOwner_15(L_0); __this->set_m_existPlaying_8((bool)0); Animation_t3648466861 * L_1 = ___animPlayer1; __this->set_m_AnimPlayer_0(L_1); CSkeletonSite_t1178137573 * L_2 = ___skeletonSite2; __this->set_m_SkeletonSite_1(L_2); CSkeletonSnap_t2156242323 * L_3 = __this->get_m_animSnap_2(); NullCheck(L_3); CSkeletonSnap_Stop_m2024553020(L_3, /*hidden argument*/NULL); return; } } // System.Boolean CAnimSite::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_IfExistAnim_m54548297 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { BetterList_1_t2419161419 * L_0 = __this->get_m_listAnimCritical_3(); NullCheck(L_0); int32_t L_1 = L_0->get_size_1(); if (L_1) { goto IL_0020; } } { BetterList_1_t2419161419 * L_2 = __this->get_m_listAnimDefault_4(); NullCheck(L_2); int32_t L_3 = L_2->get_size_1(); if (!L_3) { goto IL_0026; } } IL_0020: { G_B4_0 = 1; goto IL_0027; } IL_0026: { G_B4_0 = 0; } IL_0027: { return (bool)G_B4_0; } } // System.Boolean CAnimSite::get_EnableAnim() extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_get_EnableAnim_m589562645 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = __this->get_m_sceneOwner_15(); if (!L_0) { goto IL_0035; } } { ISceneBaseObj_t858622483 * L_1 = __this->get_m_sceneOwner_15(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { ISceneBaseObj_t858622483 * L_3 = __this->get_m_sceneOwner_15(); NullCheck(L_3); Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = GameObject_get_activeSelf_m1767405923(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003e; } } IL_0035: { __this->set_m_existPlaying_8((bool)0); return (bool)0; } IL_003e: { bool L_7 = __this->get_m_bPaused_9(); if (!L_7) { goto IL_004b; } } { return (bool)0; } IL_004b: { return (bool)1; } } // System.Void CAnimSite::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_SetIdleAnim_m2305532783 (CAnimSite_t233742424 * __this, String_t* ___animPath0, const RuntimeMethod* method) { { String_t* L_0 = ___animPath0; CAnimSite_SetIdleAnim_m2919088148(__this, L_0, (0.2f), /*hidden argument*/NULL); return; } } // System.Boolean CAnimSite::SetIdleAnim(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_SetIdleAnim_m2919088148 (CAnimSite_t233742424 * __this, String_t* ___animPath0, float ___idleFadeIn1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_SetIdleAnim_m2919088148_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationClip_t2318505987 * V_0 = NULL; { String_t* L_0 = ___animPath0; 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_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_IdleAnimName_7(L_2); __this->set_m_IdleClip_5((AnimationClip_t2318505987 *)NULL); __this->set_m_IdleAnimFadeIn_6((0.0f)); CAnimSite__DoAnimation_m3938700310(__this, /*hidden argument*/NULL); return (bool)0; } IL_0030: { String_t* L_3 = ___animPath0; NullCheck(L_3); String_t* L_4 = String_ToLower_m2029374922(L_3, /*hidden argument*/NULL); ___animPath0 = L_4; AnimationClip_t2318505987 * L_5 = __this->get_m_IdleClip_5(); 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_005a; } } { String_t* L_7 = __this->get_m_IdleAnimName_7(); String_t* L_8 = ___animPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_Equals_m1744302937(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0088; } } IL_005a: { String_t* L_10 = ___animPath0; AnimationClip_t2318505987 * L_11 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_0 = L_11; AnimationClip_t2318505987 * L_12 = V_0; 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_0088; } } { String_t* L_14 = ___animPath0; __this->set_m_IdleAnimName_7(L_14); float L_15 = ___idleFadeIn1; __this->set_m_IdleAnimFadeIn_6(L_15); AnimationClip_t2318505987 * L_16 = V_0; __this->set_m_IdleClip_5(L_16); CAnimSite__DoAnimation_m3938700310(__this, /*hidden argument*/NULL); } IL_0088: { return (bool)1; } } // System.Void CAnimSite::PauseAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_PauseAnim_m521609244 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_PauseAnim_m521609244_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_m_bPaused_9((bool)1); Animation_t3648466861 * L_0 = __this->get_m_AnimPlayer_0(); NullCheck(L_0); Animation_Stop_m195768787(L_0, /*hidden argument*/NULL); V_0 = 0; goto IL_002f; } IL_0019: { BetterList_1_t2419161419 * L_1 = __this->get_m_listAnimCritical_3(); int32_t L_2 = V_0; NullCheck(L_1); stAnimInfo_t3264141101 * L_3 = BetterList_1_get_Item_m3605527122(L_1, L_2, /*hidden argument*/BetterList_1_get_Item_m3605527122_RuntimeMethod_var); NullCheck(L_3); L_3->set__bIsPlaying_7((bool)0); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002f: { int32_t L_5 = V_0; BetterList_1_t2419161419 * L_6 = __this->get_m_listAnimCritical_3(); NullCheck(L_6); int32_t L_7 = L_6->get_size_1(); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0019; } } { V_1 = 0; goto IL_005d; } IL_0047: { BetterList_1_t2419161419 * L_8 = __this->get_m_listAnimDefault_4(); int32_t L_9 = V_1; NullCheck(L_8); stAnimInfo_t3264141101 * L_10 = BetterList_1_get_Item_m3605527122(L_8, L_9, /*hidden argument*/BetterList_1_get_Item_m3605527122_RuntimeMethod_var); NullCheck(L_10); L_10->set__bIsPlaying_7((bool)0); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_005d: { int32_t L_12 = V_1; BetterList_1_t2419161419 * L_13 = __this->get_m_listAnimDefault_4(); NullCheck(L_13); int32_t L_14 = L_13->get_size_1(); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0047; } } { return; } } // System.Void CAnimSite::ResumeAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_ResumeAnim_m2362767433 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { { __this->set_m_bPaused_9((bool)0); CAnimSite__DoAnimation_m3938700310(__this, /*hidden argument*/NULL); return; } } // System.Void CAnimSite::PlayAnimOnce(System.String,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_PlayAnimOnce_m1204976410 (CAnimSite_t233742424 * __this, String_t* ___animPath0, float ___delay1, float ___fadeIn2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_PlayAnimOnce_m1204976410_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationClip_t2318505987 * V_0 = NULL; { String_t* L_0 = ___animPath0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___animPath0 = L_1; String_t* L_2 = ___animPath0; AnimationClip_t2318505987 * L_3 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; AnimationClip_t2318505987 * 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_0032; } } { AnimationClip_t2318505987 * L_6 = V_0; String_t* L_7 = ___animPath0; AnimationClip_t2318505987 * L_8 = V_0; NullCheck(L_8); float L_9 = AnimationClip_get_length_m3296085482(L_8, /*hidden argument*/NULL); float L_10 = ___delay1; float L_11 = ___fadeIn2; CAnimSite_PlayAnimClip_m2670366768(__this, L_6, L_7, (1.0f), L_9, L_10, (bool)1, L_11, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void CAnimSite::PlayAnimOnce(System.String) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_PlayAnimOnce_m4015861408 (CAnimSite_t233742424 * __this, String_t* ___animPath0, const RuntimeMethod* method) { { String_t* L_0 = ___animPath0; CAnimSite_PlayAnimOnce_m1204976410(__this, L_0, (0.0f), (0.0f), /*hidden argument*/NULL); return; } } // System.Void CAnimSite::PlayAnim(System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_PlayAnim_m1239780366 (CAnimSite_t233742424 * __this, String_t* ___animPath0, float ___fSpeed1, float ___fPlayTime2, float ___fDelay3, bool ___bCritical4, float ___fadeInTime5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_PlayAnim_m1239780366_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationClip_t2318505987 * V_0 = NULL; { String_t* L_0 = ___animPath0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___animPath0 = L_1; String_t* L_2 = ___animPath0; AnimationClip_t2318505987 * L_3 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; AnimationClip_t2318505987 * 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_002c; } } { AnimationClip_t2318505987 * L_6 = V_0; String_t* L_7 = ___animPath0; float L_8 = ___fSpeed1; float L_9 = ___fPlayTime2; float L_10 = ___fDelay3; bool L_11 = ___bCritical4; float L_12 = ___fadeInTime5; CAnimSite_PlayAnimClip_m2670366768(__this, L_6, L_7, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Boolean CAnimSite::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CAnimSite_PlayAnimClip_m2670366768 (CAnimSite_t233742424 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_PlayAnimClip_m2670366768_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; stAnimInfo_t3264141101 * V_5 = NULL; bool V_6 = false; stAnimInfo_t3264141101 * V_7 = NULL; bool V_8 = false; stAnimInfo_t3264141101 * V_9 = NULL; int32_t G_B11_0 = 0; int32_t G_B21_0 = 0; { AnimationClip_t2318505987 * L_0 = ___clip0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { float L_2 = ___fPlayTime3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_3 = Mathf_Max_m3146388979(NULL /*static, unused*/, (0.0f), L_2, /*hidden argument*/NULL); ___fPlayTime3 = L_3; float L_4 = ___fDelay4; if ((!(((float)(0.1f)) > ((float)L_4)))) { goto IL_0190; } } { Animation_t3648466861 * L_5 = __this->get_m_AnimPlayer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0190; } } { Animation_t3648466861 * L_7 = __this->get_m_AnimPlayer_0(); NullCheck(L_7); AnimationClip_t2318505987 * L_8 = Animation_get_clip_m1019546398(L_7, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_9 = ___clip0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0190; } } { V_0 = (bool)0; V_1 = (bool)0; float L_11 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_11; AnimationClip_t2318505987 * L_12 = ___clip0; NullCheck(L_12); float L_13 = AnimationClip_get_length_m3296085482(L_12, /*hidden argument*/NULL); float L_14 = ___fSpeed2; V_3 = ((float)((float)L_13/(float)L_14)); V_4 = 0; goto IL_00da; } IL_006a: { BetterList_1_t2419161419 * L_15 = __this->get_m_listAnimCritical_3(); int32_t L_16 = V_4; NullCheck(L_15); stAnimInfo_t3264141101 * L_17 = BetterList_1_get_Item_m3605527122(L_15, L_16, /*hidden argument*/BetterList_1_get_Item_m3605527122_RuntimeMethod_var); V_5 = L_17; stAnimInfo_t3264141101 * L_18 = V_5; NullCheck(L_18); bool L_19 = L_18->get__bIsPlaying_7(); if (!L_19) { goto IL_00d4; } } { stAnimInfo_t3264141101 * L_20 = V_5; NullCheck(L_20); AnimationClip_t2318505987 * L_21 = ((stAnimBaseInfo_t113612627 *)L_20)->get__clip_0(); AnimationClip_t2318505987 * L_22 = ___clip0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00d4; } } { V_0 = (bool)1; stAnimInfo_t3264141101 * L_24 = V_5; float L_25 = V_2; float L_26 = ___fDelay4; float L_27 = ___fPlayTime3; NullCheck(L_24); L_24->set__fTimeEnd_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_25, (float)L_26)), (float)L_27))); float L_28 = V_3; stAnimInfo_t3264141101 * L_29 = V_5; NullCheck(L_29); float L_30 = L_29->get__fTimeEnd_3(); stAnimInfo_t3264141101 * L_31 = V_5; NullCheck(L_31); float L_32 = L_31->get__fTimeStart_2(); if ((!(((float)((float)il2cpp_codegen_multiply((float)(1.1f), (float)L_28))) < ((float)((float)il2cpp_codegen_subtract((float)L_30, (float)L_32)))))) { goto IL_00c8; } } { G_B11_0 = 1; goto IL_00c9; } IL_00c8: { G_B11_0 = 0; } IL_00c9: { V_6 = (bool)G_B11_0; bool L_33 = V_6; if (!L_33) { goto IL_00d4; } } { V_1 = (bool)1; } IL_00d4: { int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00da: { int32_t L_35 = V_4; BetterList_1_t2419161419 * L_36 = __this->get_m_listAnimCritical_3(); NullCheck(L_36); int32_t L_37 = L_36->get_size_1(); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_006a; } } { V_4 = 0; goto IL_0164; } IL_00f4: { BetterList_1_t2419161419 * L_38 = __this->get_m_listAnimDefault_4(); int32_t L_39 = V_4; NullCheck(L_38); stAnimInfo_t3264141101 * L_40 = BetterList_1_get_Item_m3605527122(L_38, L_39, /*hidden argument*/BetterList_1_get_Item_m3605527122_RuntimeMethod_var); V_7 = L_40; stAnimInfo_t3264141101 * L_41 = V_7; NullCheck(L_41); bool L_42 = L_41->get__bIsPlaying_7(); if (!L_42) { goto IL_015e; } } { stAnimInfo_t3264141101 * L_43 = V_7; NullCheck(L_43); AnimationClip_t2318505987 * L_44 = ((stAnimBaseInfo_t113612627 *)L_43)->get__clip_0(); AnimationClip_t2318505987 * L_45 = ___clip0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_015e; } } { V_0 = (bool)1; stAnimInfo_t3264141101 * L_47 = V_7; float L_48 = V_2; float L_49 = ___fDelay4; float L_50 = ___fPlayTime3; NullCheck(L_47); L_47->set__fTimeEnd_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_48, (float)L_49)), (float)L_50))); float L_51 = V_3; stAnimInfo_t3264141101 * L_52 = V_7; NullCheck(L_52); float L_53 = L_52->get__fTimeEnd_3(); stAnimInfo_t3264141101 * L_54 = V_7; NullCheck(L_54); float L_55 = L_54->get__fTimeStart_2(); if ((!(((float)((float)il2cpp_codegen_multiply((float)(1.1f), (float)L_51))) < ((float)((float)il2cpp_codegen_subtract((float)L_53, (float)L_55)))))) { goto IL_0152; } } { G_B21_0 = 1; goto IL_0153; } IL_0152: { G_B21_0 = 0; } IL_0153: { V_8 = (bool)G_B21_0; bool L_56 = V_8; if (!L_56) { goto IL_015e; } } { V_1 = (bool)1; } IL_015e: { int32_t L_57 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_0164: { int32_t L_58 = V_4; BetterList_1_t2419161419 * L_59 = __this->get_m_listAnimDefault_4(); NullCheck(L_59); int32_t L_60 = L_59->get_size_1(); if ((((int32_t)L_58) < ((int32_t)L_60))) { goto IL_00f4; } } { bool L_61 = V_0; if (!L_61) { goto IL_0190; } } { bool L_62 = V_1; if (!L_62) { goto IL_018e; } } { Animation_t3648466861 * L_63 = __this->get_m_AnimPlayer_0(); NullCheck(L_63); Animation_set_wrapMode_m2823425410(L_63, 2, /*hidden argument*/NULL); } IL_018e: { return (bool)1; } IL_0190: { stAnimInfo_t3264141101 * L_64 = (stAnimInfo_t3264141101 *)il2cpp_codegen_object_new(stAnimInfo_t3264141101_il2cpp_TypeInfo_var); stAnimInfo__ctor_m2470128649(L_64, /*hidden argument*/NULL); V_9 = L_64; stAnimInfo_t3264141101 * L_65 = V_9; NullCheck(L_65); L_65->set__bIsPlaying_7((bool)0); stAnimInfo_t3264141101 * L_66 = V_9; bool L_67 = ___bHighPriority5; NullCheck(L_66); L_66->set__bHightPriority_6(L_67); stAnimInfo_t3264141101 * L_68 = V_9; AnimationClip_t2318505987 * L_69 = ___clip0; NullCheck(L_68); ((stAnimBaseInfo_t113612627 *)L_68)->set__clip_0(L_69); stAnimInfo_t3264141101 * L_70 = V_9; String_t* L_71 = ___name1; NullCheck(L_70); ((stAnimBaseInfo_t113612627 *)L_70)->set__animName_1(L_71); stAnimInfo_t3264141101 * L_72 = V_9; float L_73 = ___fSpeed2; NullCheck(L_72); L_72->set__fSpeed_5(L_73); stAnimInfo_t3264141101 * L_74 = V_9; float L_75 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); float L_76 = ___fDelay4; NullCheck(L_74); L_74->set__fTimeStart_2(((float)il2cpp_codegen_add((float)L_75, (float)L_76))); stAnimInfo_t3264141101 * L_77 = V_9; stAnimInfo_t3264141101 * L_78 = V_9; NullCheck(L_78); float L_79 = L_78->get__fTimeStart_2(); float L_80 = ___fPlayTime3; NullCheck(L_77); L_77->set__fTimeEnd_3(((float)il2cpp_codegen_add((float)L_79, (float)L_80))); stAnimInfo_t3264141101 * L_81 = V_9; float L_82 = ___fadeInTime6; NullCheck(L_81); L_81->set__fTimeFadeIn_4(L_82); bool L_83 = ___bHighPriority5; if (!L_83) { goto IL_0202; } } { BetterList_1_t2419161419 * L_84 = __this->get_m_listAnimCritical_3(); stAnimInfo_t3264141101 * L_85 = V_9; NullCheck(L_84); BetterList_1_Add_m3065781169(L_84, L_85, /*hidden argument*/BetterList_1_Add_m3065781169_RuntimeMethod_var); goto IL_020f; } IL_0202: { BetterList_1_t2419161419 * L_86 = __this->get_m_listAnimDefault_4(); stAnimInfo_t3264141101 * L_87 = V_9; NullCheck(L_86); BetterList_1_Add_m3065781169(L_86, L_87, /*hidden argument*/BetterList_1_Add_m3065781169_RuntimeMethod_var); } IL_020f: { return (bool)1; } } // System.Void CAnimSite::FitCurAnimTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_FitCurAnimTime_m2441902213 (CAnimSite_t233742424 * __this, float ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_FitCurAnimTime_m2441902213_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationState_t1108360407 * V_0 = NULL; { Animation_t3648466861 * L_0 = __this->get_m_AnimPlayer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = __this->get_m_curPlayingName_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } IL_0021: { return; } IL_0022: { Animation_t3648466861 * L_4 = __this->get_m_AnimPlayer_0(); String_t* L_5 = __this->get_m_curPlayingName_12(); NullCheck(L_4); AnimationState_t1108360407 * L_6 = Animation_get_Item_m2435218778(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; AnimationState_t1108360407 * L_7 = V_0; bool L_8 = TrackedReference_op_Inequality_m832179495(NULL /*static, unused*/, (TrackedReference_t1199777556 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0047; } } { AnimationState_t1108360407 * L_9 = V_0; float L_10 = ___time0; NullCheck(L_9); AnimationState_set_time_m3753967308(L_9, L_10, /*hidden argument*/NULL); } IL_0047: { return; } } // System.Void CAnimSite::ClearAnimCached() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_ClearAnimCached_m2770422380 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_ClearAnimCached_m2770422380_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_IdleClip_5((AnimationClip_t2318505987 *)NULL); __this->set_m_IdleAnimFadeIn_6((0.0f)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_IdleAnimName_7(L_0); BetterList_1_t2419161419 * L_1 = __this->get_m_listAnimCritical_3(); NullCheck(L_1); BetterList_1_Clear_m1068839046(L_1, /*hidden argument*/BetterList_1_Clear_m1068839046_RuntimeMethod_var); BetterList_1_t2419161419 * L_2 = __this->get_m_listAnimDefault_4(); NullCheck(L_2); BetterList_1_Clear_m1068839046(L_2, /*hidden argument*/BetterList_1_Clear_m1068839046_RuntimeMethod_var); return; } } // System.Void CAnimSite::StopAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_StopAnim_m744227390 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_StopAnim_m744227390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Animation_t3648466861 * L_0 = __this->get_m_AnimPlayer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { Animation_t3648466861 * L_2 = __this->get_m_AnimPlayer_0(); NullCheck(L_2); Animation_Stop_m195768787(L_2, /*hidden argument*/NULL); Animation_t3648466861 * L_3 = __this->get_m_AnimPlayer_0(); NullCheck(L_3); Animation_set_clip_m2768026374(L_3, (AnimationClip_t2318505987 *)NULL, /*hidden argument*/NULL); } IL_0028: { __this->set_m_bPaused_9((bool)0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_curPlayingName_12(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_activeIdleName_11(L_5); __this->set_m_existPlaying_8((bool)0); __this->set_m_bNeedCheckDirty_10((bool)1); __this->set_m_IdleClip_5((AnimationClip_t2318505987 *)NULL); __this->set_m_IdleAnimFadeIn_6((0.0f)); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_IdleAnimName_7(L_6); CSkeletonSnap_t2156242323 * L_7 = __this->get_m_animSnap_2(); NullCheck(L_7); CSkeletonSnap_Stop_m2024553020(L_7, /*hidden argument*/NULL); BetterList_1_t2419161419 * L_8 = __this->get_m_listAnimCritical_3(); NullCheck(L_8); BetterList_1_Release_m2785092524(L_8, /*hidden argument*/BetterList_1_Release_m2785092524_RuntimeMethod_var); BetterList_1_t2419161419 * L_9 = __this->get_m_listAnimDefault_4(); NullCheck(L_9); BetterList_1_Release_m2785092524(L_9, /*hidden argument*/BetterList_1_Release_m2785092524_RuntimeMethod_var); return; } } // System.Void CAnimSite::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_OnDestroy_m1564647853 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_OnDestroy_m1564647853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAnimSite_StopAnim_m744227390(__this, /*hidden argument*/NULL); BetterList_1_t3563600241 * L_0 = __this->get_m_listAnimInPlaying_14(); NullCheck(L_0); BetterList_1_Clear_m3937775778(L_0, /*hidden argument*/BetterList_1_Clear_m3937775778_RuntimeMethod_var); __this->set_m_bNeedCheckDirty_10((bool)1); CAnimSite__CheckDirtyAnim_m2422570967(__this, /*hidden argument*/NULL); __this->set_m_AnimPlayer_0((Animation_t3648466861 *)NULL); return; } } // System.Void CAnimSite::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_OnUpdate_m1340691293 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { { CAnimSite__DoAnimation_m3938700310(__this, /*hidden argument*/NULL); return; } } // System.Void CAnimSite::OnLateUpdate() extern "C" IL2CPP_METHOD_ATTR void CAnimSite_OnLateUpdate_m2851510144 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_OnLateUpdate_m2851510144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = CAnimSite_get_EnableAnim_m589562645(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { Animation_t3648466861 * L_1 = __this->get_m_AnimPlayer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } IL_001c: { return; } IL_001d: { CSkeletonSnap_t2156242323 * L_3 = __this->get_m_animSnap_2(); CSkeletonSite_t1178137573 * L_4 = __this->get_m_SkeletonSite_1(); NullCheck(L_3); CSkeletonSnap_OnLerpSkeleton_m3127405303(L_3, L_4, /*hidden argument*/NULL); CAnimSite__CheckDirtyAnim_m2422570967(__this, /*hidden argument*/NULL); return; } } // System.Void CAnimSite::_CheckDirtyAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimSite__CheckDirtyAnim_m2422570967 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite__CheckDirtyAnim_m2422570967_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationState_t1108360407 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_m_bNeedCheckDirty_10(); if (!L_0) { goto IL_001c; } } { Animation_t3648466861 * L_1 = __this->get_m_AnimPlayer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } IL_001c: { return; } IL_001d: { __this->set_m_bNeedCheckDirty_10((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1002471007 * L_3 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedList_16(); NullCheck(L_3); BetterList_1_Clear_m2539858282(L_3, /*hidden argument*/BetterList_1_Clear_m2539858282_RuntimeMethod_var); BetterList_1_t1473526305 * L_4 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedClipList_17(); NullCheck(L_4); BetterList_1_Clear_m1285147616(L_4, /*hidden argument*/BetterList_1_Clear_m1285147616_RuntimeMethod_var); Animation_t3648466861 * L_5 = __this->get_m_AnimPlayer_0(); NullCheck(L_5); RuntimeObject* L_6 = Animation_GetEnumerator_m1233868201(L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_0044: try { // begin try (depth: 1) { goto IL_00b2; } IL_0049: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); V_0 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_8, AnimationState_t1108360407_il2cpp_TypeInfo_var)); String_t* L_9 = __this->get_m_curPlayingName_12(); AnimationState_t1108360407 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = AnimationState_get_name_m2426172525(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_Equals_m1744302937(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_00b2; } } IL_006b: { String_t* L_13 = __this->get_m_activeIdleName_11(); AnimationState_t1108360407 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = AnimationState_get_name_m2426172525(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_Equals_m1744302937(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_00b2; } } IL_0081: { AnimationState_t1108360407 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = AnimationState_get_name_m2426172525(L_17, /*hidden argument*/NULL); stAnimBaseInfo_t113612627 * L_19 = CAnimSite_FindExistAnimByName_m2294962155(__this, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00b2; } } IL_0092: { IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1473526305 * L_20 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedClipList_17(); AnimationState_t1108360407 * L_21 = V_0; NullCheck(L_21); AnimationClip_t2318505987 * L_22 = AnimationState_get_clip_m3280372436(L_21, /*hidden argument*/NULL); NullCheck(L_20); BetterList_1_Add_m509005318(L_20, L_22, /*hidden argument*/BetterList_1_Add_m509005318_RuntimeMethod_var); BetterList_1_t1002471007 * L_23 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedList_16(); AnimationState_t1108360407 * L_24 = V_0; NullCheck(L_24); String_t* L_25 = AnimationState_get_name_m2426172525(L_24, /*hidden argument*/NULL); NullCheck(L_23); BetterList_1_Add_m154076240(L_23, L_25, /*hidden argument*/BetterList_1_Add_m154076240_RuntimeMethod_var); } IL_00b2: { RuntimeObject* L_26 = V_1; NullCheck(L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0049; } } IL_00bd: { IL2CPP_LEAVE(0xD6, FINALLY_00c2); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c2; } FINALLY_00c2: { // begin finally (depth: 1) { RuntimeObject* L_28 = V_1; RuntimeObject* L_29 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_29; if (!L_29) { goto IL_00d5; } } IL_00cf: { RuntimeObject* L_30 = V_2; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_30); } IL_00d5: { IL2CPP_END_FINALLY(194) } } // end finally (depth: 1) IL2CPP_CLEANUP(194) { IL2CPP_JUMP_TBL(0xD6, IL_00d6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d6: { V_3 = 0; goto IL_0150; } IL_00dd: { Animation_t3648466861 * L_31 = __this->get_m_AnimPlayer_0(); IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1002471007 * L_32 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedList_16(); int32_t L_33 = V_3; NullCheck(L_32); String_t* L_34 = BetterList_1_get_Item_m1397742623(L_32, L_33, /*hidden argument*/BetterList_1_get_Item_m1397742623_RuntimeMethod_var); NullCheck(L_31); Animation_RemoveClip_m482305499(L_31, L_34, /*hidden argument*/NULL); V_4 = 0; goto IL_013a; } IL_00fb: { IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1002471007 * L_35 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedList_16(); int32_t L_36 = V_3; NullCheck(L_35); String_t* L_37 = BetterList_1_get_Item_m1397742623(L_35, L_36, /*hidden argument*/BetterList_1_get_Item_m1397742623_RuntimeMethod_var); BetterList_1_t3563600241 * L_38 = __this->get_m_listAnimInPlaying_14(); int32_t L_39 = V_4; NullCheck(L_38); stAnimBaseInfo_t113612627 * L_40 = BetterList_1_get_Item_m2307190224(L_38, L_39, /*hidden argument*/BetterList_1_get_Item_m2307190224_RuntimeMethod_var); NullCheck(L_40); String_t* L_41 = L_40->get__animName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_Equals_m1744302937(NULL /*static, unused*/, L_37, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0134; } } { BetterList_1_t3563600241 * L_43 = __this->get_m_listAnimInPlaying_14(); int32_t L_44 = V_4; NullCheck(L_43); BetterList_1_RemoveAt_m3405385083(L_43, L_44, /*hidden argument*/BetterList_1_RemoveAt_m3405385083_RuntimeMethod_var); goto IL_014c; } IL_0134: { int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_013a: { int32_t L_46 = V_4; BetterList_1_t3563600241 * L_47 = __this->get_m_listAnimInPlaying_14(); NullCheck(L_47); int32_t L_48 = L_47->get_size_1(); if ((((int32_t)L_46) < ((int32_t)L_48))) { goto IL_00fb; } } IL_014c: { int32_t L_49 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0150: { int32_t L_50 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1002471007 * L_51 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedList_16(); NullCheck(L_51); int32_t L_52 = L_51->get_size_1(); if ((((int32_t)L_50) < ((int32_t)L_52))) { goto IL_00dd; } } { IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1002471007 * L_53 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedList_16(); NullCheck(L_53); BetterList_1_Clear_m2539858282(L_53, /*hidden argument*/BetterList_1_Clear_m2539858282_RuntimeMethod_var); V_5 = 0; goto IL_0196; } IL_0172: { IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1473526305 * L_54 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedClipList_17(); int32_t L_55 = V_5; NullCheck(L_54); AnimationClip_t2318505987 * L_56 = BetterList_1_get_Item_m3235205186(L_54, L_55, /*hidden argument*/BetterList_1_get_Item_m3235205186_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); BetterList_1_t1473526305 * L_57 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedClipList_17(); int32_t L_58 = V_5; NullCheck(L_57); BetterList_1_set_Item_m3984794631(L_57, L_58, (AnimationClip_t2318505987 *)NULL, /*hidden argument*/BetterList_1_set_Item_m3984794631_RuntimeMethod_var); int32_t L_59 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0196: { int32_t L_60 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1473526305 * L_61 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedClipList_17(); NullCheck(L_61); int32_t L_62 = L_61->get_size_1(); if ((((int32_t)L_60) < ((int32_t)L_62))) { goto IL_0172; } } { IL2CPP_RUNTIME_CLASS_INIT(CAnimSite_t233742424_il2cpp_TypeInfo_var); BetterList_1_t1473526305 * L_63 = ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->get_s_CachedClipList_17(); NullCheck(L_63); BetterList_1_Clear_m1285147616(L_63, /*hidden argument*/BetterList_1_Clear_m1285147616_RuntimeMethod_var); return; } } // System.Void CAnimSite::_DoAnimation() extern "C" IL2CPP_METHOD_ATTR void CAnimSite__DoAnimation_m3938700310 (CAnimSite_t233742424 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite__DoAnimation_m3938700310_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; float V_2 = 0.0f; List_1_t441248547 * V_3 = NULL; int32_t V_4 = 0; stAnimInfo_t3264141101 * V_5 = NULL; bool V_6 = false; float V_7 = 0.0f; float V_8 = 0.0f; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; stAnimInfo_t3264141101 * V_12 = NULL; bool V_13 = false; float V_14 = 0.0f; float V_15 = 0.0f; bool V_16 = false; int32_t V_17 = 0; stAnimInfo_t3264141101 * V_18 = NULL; int32_t G_B11_0 = 0; int32_t G_B17_0 = 0; int32_t G_B31_0 = 0; int32_t G_B37_0 = 0; { bool L_0 = CAnimSite_get_EnableAnim_m589562645(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { Animation_t3648466861 * L_1 = __this->get_m_AnimPlayer_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } IL_001c: { return; } IL_001d: { V_0 = (bool)0; V_1 = (bool)0; BetterList_1_t2419161419 * L_3 = __this->get_m_listAnimCritical_3(); NullCheck(L_3); int32_t L_4 = L_3->get_size_1(); if (L_4) { goto IL_0041; } } { BetterList_1_t2419161419 * L_5 = __this->get_m_listAnimDefault_4(); NullCheck(L_5); int32_t L_6 = L_5->get_size_1(); if (!L_6) { goto IL_02ed; } } IL_0041: { float L_7 = Time_get_time_m2907476221(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_7; List_1_t441248547 * L_8 = (List_1_t441248547 *)il2cpp_codegen_object_new(List_1_t441248547_il2cpp_TypeInfo_var); List_1__ctor_m2421623137(L_8, /*hidden argument*/List_1__ctor_m2421623137_RuntimeMethod_var); V_3 = L_8; V_4 = 0; goto IL_0170; } IL_0055: { BetterList_1_t2419161419 * L_9 = __this->get_m_listAnimCritical_3(); int32_t L_10 = V_4; NullCheck(L_9); stAnimInfo_t3264141101 * L_11 = BetterList_1_get_Item_m3605527122(L_9, L_10, /*hidden argument*/BetterList_1_get_Item_m3605527122_RuntimeMethod_var); V_5 = L_11; stAnimInfo_t3264141101 * L_12 = V_5; NullCheck(L_12); float L_13 = L_12->get__fTimeEnd_3(); float L_14 = V_2; if ((!(((float)L_13) <= ((float)L_14)))) { goto IL_007e; } } { List_1_t441248547 * L_15 = V_3; stAnimInfo_t3264141101 * L_16 = V_5; NullCheck(L_15); List_1_Add_m1999418217(L_15, L_16, /*hidden argument*/List_1_Add_m1999418217_RuntimeMethod_var); goto IL_016a; } IL_007e: { stAnimInfo_t3264141101 * L_17 = V_5; NullCheck(L_17); float L_18 = L_17->get__fTimeStart_2(); float L_19 = V_2; if ((!(((float)L_18) <= ((float)L_19)))) { goto IL_0091; } } { G_B11_0 = 1; goto IL_0092; } IL_0091: { G_B11_0 = 0; } IL_0092: { V_6 = (bool)G_B11_0; bool L_20 = V_6; if (!L_20) { goto IL_016a; } } { V_0 = (bool)1; stAnimInfo_t3264141101 * L_21 = V_5; NullCheck(L_21); bool L_22 = L_21->get__bIsPlaying_7(); if (L_22) { goto IL_016a; } } { bool L_23 = V_1; if (L_23) { goto IL_016a; } } { stAnimInfo_t3264141101 * L_24 = V_5; NullCheck(L_24); L_24->set__bIsPlaying_7((bool)1); V_1 = (bool)1; float L_25 = V_2; stAnimInfo_t3264141101 * L_26 = V_5; NullCheck(L_26); float L_27 = L_26->get__fTimeStart_2(); V_7 = ((float)il2cpp_codegen_subtract((float)L_25, (float)L_27)); stAnimInfo_t3264141101 * L_28 = V_5; NullCheck(L_28); AnimationClip_t2318505987 * L_29 = ((stAnimBaseInfo_t113612627 *)L_28)->get__clip_0(); NullCheck(L_29); float L_30 = AnimationClip_get_length_m3296085482(L_29, /*hidden argument*/NULL); stAnimInfo_t3264141101 * L_31 = V_5; NullCheck(L_31); float L_32 = L_31->get__fSpeed_5(); float L_33 = V_7; V_8 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_30/(float)L_32)), (float)L_33)); float L_34 = V_8; stAnimInfo_t3264141101 * L_35 = V_5; NullCheck(L_35); float L_36 = L_35->get__fTimeEnd_3(); float L_37 = V_2; if ((!(((float)((float)il2cpp_codegen_multiply((float)(1.1f), (float)L_34))) < ((float)((float)il2cpp_codegen_subtract((float)L_36, (float)L_37)))))) { goto IL_00f9; } } { G_B17_0 = 1; goto IL_00fa; } IL_00f9: { G_B17_0 = 0; } IL_00fa: { V_9 = (bool)G_B17_0; stAnimInfo_t3264141101 * L_38 = V_5; NullCheck(L_38); AnimationClip_t2318505987 * L_39 = ((stAnimBaseInfo_t113612627 *)L_38)->get__clip_0(); stAnimInfo_t3264141101 * L_40 = V_5; NullCheck(L_40); String_t* L_41 = ((stAnimBaseInfo_t113612627 *)L_40)->get__animName_1(); stAnimInfo_t3264141101 * L_42 = V_5; NullCheck(L_42); float L_43 = L_42->get__fSpeed_5(); float L_44 = V_7; stAnimInfo_t3264141101 * L_45 = V_5; NullCheck(L_45); float L_46 = L_45->get__fSpeed_5(); stAnimInfo_t3264141101 * L_47 = V_5; NullCheck(L_47); AnimationClip_t2318505987 * L_48 = ((stAnimBaseInfo_t113612627 *)L_47)->get__clip_0(); NullCheck(L_48); float L_49 = AnimationClip_get_length_m3296085482(L_48, /*hidden argument*/NULL); bool L_50 = V_9; stAnimInfo_t3264141101 * L_51 = V_5; NullCheck(L_51); float L_52 = L_51->get__fTimeFadeIn_4(); CAnimSite_DoPlayAnimClip_m2999281537(__this, L_39, L_41, L_43, (fmodf(((float)((float)L_44/(float)L_46)), L_49)), L_50, L_52, /*hidden argument*/NULL); V_10 = 0; goto IL_0158; } IL_013f: { BetterList_1_t2419161419 * L_53 = __this->get_m_listAnimDefault_4(); int32_t L_54 = V_10; NullCheck(L_53); stAnimInfo_t3264141101 * L_55 = BetterList_1_get_Item_m3605527122(L_53, L_54, /*hidden argument*/BetterList_1_get_Item_m3605527122_RuntimeMethod_var); NullCheck(L_55); L_55->set__bIsPlaying_7((bool)0); int32_t L_56 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0158: { int32_t L_57 = V_10; BetterList_1_t2419161419 * L_58 = __this->get_m_listAnimDefault_4(); NullCheck(L_58); int32_t L_59 = L_58->get_size_1(); if ((((int32_t)L_57) < ((int32_t)L_59))) { goto IL_013f; } } IL_016a: { int32_t L_60 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0170: { int32_t L_61 = V_4; BetterList_1_t2419161419 * L_62 = __this->get_m_listAnimCritical_3(); NullCheck(L_62); int32_t L_63 = L_62->get_size_1(); if ((((int32_t)L_61) < ((int32_t)L_63))) { goto IL_0055; } } { V_11 = 0; goto IL_0283; } IL_018a: { BetterList_1_t2419161419 * L_64 = __this->get_m_listAnimDefault_4(); int32_t L_65 = V_11; NullCheck(L_64); stAnimInfo_t3264141101 * L_66 = BetterList_1_get_Item_m3605527122(L_64, L_65, /*hidden argument*/BetterList_1_get_Item_m3605527122_RuntimeMethod_var); V_12 = L_66; stAnimInfo_t3264141101 * L_67 = V_12; NullCheck(L_67); float L_68 = L_67->get__fTimeEnd_3(); float L_69 = V_2; if ((!(((float)L_68) <= ((float)L_69)))) { goto IL_01b3; } } { List_1_t441248547 * L_70 = V_3; stAnimInfo_t3264141101 * L_71 = V_12; NullCheck(L_70); List_1_Add_m1999418217(L_70, L_71, /*hidden argument*/List_1_Add_m1999418217_RuntimeMethod_var); goto IL_027d; } IL_01b3: { bool L_72 = V_0; if (L_72) { goto IL_01bf; } } { bool L_73 = V_1; if (!L_73) { goto IL_01c4; } } IL_01bf: { goto IL_027d; } IL_01c4: { stAnimInfo_t3264141101 * L_74 = V_12; NullCheck(L_74); float L_75 = L_74->get__fTimeStart_2(); float L_76 = V_2; if ((!(((float)L_75) <= ((float)L_76)))) { goto IL_01d7; } } { G_B31_0 = 1; goto IL_01d8; } IL_01d7: { G_B31_0 = 0; } IL_01d8: { V_13 = (bool)G_B31_0; bool L_77 = V_13; if (!L_77) { goto IL_027d; } } { V_0 = (bool)1; stAnimInfo_t3264141101 * L_78 = V_12; NullCheck(L_78); bool L_79 = L_78->get__bIsPlaying_7(); if (L_79) { goto IL_027d; } } { bool L_80 = V_1; if (L_80) { goto IL_027d; } } { stAnimInfo_t3264141101 * L_81 = V_12; NullCheck(L_81); L_81->set__bIsPlaying_7((bool)1); V_1 = (bool)1; float L_82 = V_2; stAnimInfo_t3264141101 * L_83 = V_12; NullCheck(L_83); float L_84 = L_83->get__fTimeStart_2(); V_14 = ((float)il2cpp_codegen_subtract((float)L_82, (float)L_84)); stAnimInfo_t3264141101 * L_85 = V_12; NullCheck(L_85); AnimationClip_t2318505987 * L_86 = ((stAnimBaseInfo_t113612627 *)L_85)->get__clip_0(); NullCheck(L_86); float L_87 = AnimationClip_get_length_m3296085482(L_86, /*hidden argument*/NULL); stAnimInfo_t3264141101 * L_88 = V_12; NullCheck(L_88); float L_89 = L_88->get__fSpeed_5(); float L_90 = V_14; V_15 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_87/(float)L_89)), (float)L_90)); float L_91 = V_15; stAnimInfo_t3264141101 * L_92 = V_12; NullCheck(L_92); float L_93 = L_92->get__fTimeEnd_3(); float L_94 = V_2; if ((!(((float)((float)il2cpp_codegen_multiply((float)(1.1f), (float)L_91))) < ((float)((float)il2cpp_codegen_subtract((float)L_93, (float)L_94)))))) { goto IL_023f; } } { G_B37_0 = 1; goto IL_0240; } IL_023f: { G_B37_0 = 0; } IL_0240: { V_16 = (bool)G_B37_0; stAnimInfo_t3264141101 * L_95 = V_12; NullCheck(L_95); AnimationClip_t2318505987 * L_96 = ((stAnimBaseInfo_t113612627 *)L_95)->get__clip_0(); stAnimInfo_t3264141101 * L_97 = V_12; NullCheck(L_97); String_t* L_98 = ((stAnimBaseInfo_t113612627 *)L_97)->get__animName_1(); stAnimInfo_t3264141101 * L_99 = V_12; NullCheck(L_99); float L_100 = L_99->get__fSpeed_5(); float L_101 = V_14; stAnimInfo_t3264141101 * L_102 = V_12; NullCheck(L_102); float L_103 = L_102->get__fSpeed_5(); stAnimInfo_t3264141101 * L_104 = V_12; NullCheck(L_104); AnimationClip_t2318505987 * L_105 = ((stAnimBaseInfo_t113612627 *)L_104)->get__clip_0(); NullCheck(L_105); float L_106 = AnimationClip_get_length_m3296085482(L_105, /*hidden argument*/NULL); bool L_107 = V_16; stAnimInfo_t3264141101 * L_108 = V_12; NullCheck(L_108); float L_109 = L_108->get__fTimeFadeIn_4(); CAnimSite_DoPlayAnimClip_m2999281537(__this, L_96, L_98, L_100, (fmodf(((float)((float)L_101/(float)L_103)), L_106)), L_107, L_109, /*hidden argument*/NULL); } IL_027d: { int32_t L_110 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_0283: { int32_t L_111 = V_11; BetterList_1_t2419161419 * L_112 = __this->get_m_listAnimDefault_4(); NullCheck(L_112); int32_t L_113 = L_112->get_size_1(); if ((((int32_t)L_111) < ((int32_t)L_113))) { goto IL_018a; } } { V_17 = 0; goto IL_02da; } IL_029d: { List_1_t441248547 * L_114 = V_3; int32_t L_115 = V_17; NullCheck(L_114); stAnimInfo_t3264141101 * L_116 = List_1_get_Item_m2518380025(L_114, L_115, /*hidden argument*/List_1_get_Item_m2518380025_RuntimeMethod_var); V_18 = L_116; stAnimInfo_t3264141101 * L_117 = V_18; NullCheck(L_117); bool L_118 = L_117->get__bHightPriority_6(); if (!L_118) { goto IL_02c6; } } { BetterList_1_t2419161419 * L_119 = __this->get_m_listAnimCritical_3(); stAnimInfo_t3264141101 * L_120 = V_18; NullCheck(L_119); BetterList_1_Remove_m3456311881(L_119, L_120, /*hidden argument*/BetterList_1_Remove_m3456311881_RuntimeMethod_var); goto IL_02d4; } IL_02c6: { BetterList_1_t2419161419 * L_121 = __this->get_m_listAnimDefault_4(); stAnimInfo_t3264141101 * L_122 = V_18; NullCheck(L_121); BetterList_1_Remove_m3456311881(L_121, L_122, /*hidden argument*/BetterList_1_Remove_m3456311881_RuntimeMethod_var); } IL_02d4: { int32_t L_123 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); } IL_02da: { int32_t L_124 = V_17; List_1_t441248547 * L_125 = V_3; NullCheck(L_125); int32_t L_126 = List_1_get_Count_m661414947(L_125, /*hidden argument*/List_1_get_Count_m661414947_RuntimeMethod_var); if ((((int32_t)L_124) < ((int32_t)L_126))) { goto IL_029d; } } { List_1_t441248547 * L_127 = V_3; NullCheck(L_127); List_1_Clear_m1367775186(L_127, /*hidden argument*/List_1_Clear_m1367775186_RuntimeMethod_var); } IL_02ed: { bool L_128 = V_0; if (L_128) { goto IL_0372; } } { AnimationClip_t2318505987 * L_129 = __this->get_m_IdleClip_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_130 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_0357; } } { Animation_t3648466861 * L_131 = __this->get_m_AnimPlayer_0(); NullCheck(L_131); bool L_132 = Animation_get_isPlaying_m1022540967(L_131, /*hidden argument*/NULL); if (!L_132) { goto IL_032f; } } { Animation_t3648466861 * L_133 = __this->get_m_AnimPlayer_0(); NullCheck(L_133); AnimationClip_t2318505987 * L_134 = Animation_get_clip_m1019546398(L_133, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_135 = __this->get_m_IdleClip_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_136 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_134, L_135, /*hidden argument*/NULL); if (!L_136) { goto IL_0352; } } IL_032f: { AnimationClip_t2318505987 * L_137 = __this->get_m_IdleClip_5(); String_t* L_138 = __this->get_m_IdleAnimName_7(); float L_139 = __this->get_m_IdleAnimFadeIn_6(); CAnimSite_DoPlayAnimClip_m2999281537(__this, L_137, L_138, (1.0f), (0.0f), (bool)1, L_139, /*hidden argument*/NULL); } IL_0352: { goto IL_0372; } IL_0357: { Animation_t3648466861 * L_140 = __this->get_m_AnimPlayer_0(); NullCheck(L_140); bool L_141 = Animation_get_isPlaying_m1022540967(L_140, /*hidden argument*/NULL); if (!L_141) { goto IL_0372; } } { Animation_t3648466861 * L_142 = __this->get_m_AnimPlayer_0(); NullCheck(L_142); Animation_Stop_m195768787(L_142, /*hidden argument*/NULL); } IL_0372: { return; } } // System.Void CAnimSite::DoPlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_DoPlayAnimClip_m2999281537 (CAnimSite_t233742424 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fStartTime3, bool ___bLoop4, float ___fFadeIn5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_DoPlayAnimClip_m2999281537_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; stAnimBaseInfo_t113612627 * V_1 = NULL; Animation_t3648466861 * G_B15_0 = NULL; Animation_t3648466861 * G_B14_0 = NULL; int32_t G_B16_0 = 0; Animation_t3648466861 * G_B16_1 = NULL; { CSkeletonSnap_t2156242323 * L_0 = __this->get_m_animSnap_2(); NullCheck(L_0); CSkeletonSnap_Stop_m2024553020(L_0, /*hidden argument*/NULL); CSkeletonSite_t1178137573 * L_1 = __this->get_m_SkeletonSite_1(); if (!L_1) { goto IL_0040; } } { float L_2 = ___fFadeIn5; if ((!(((float)(0.01f)) <= ((float)L_2)))) { goto IL_0040; } } { bool L_3 = __this->get_m_existPlaying_8(); if (!L_3) { goto IL_0040; } } { CSkeletonSnap_t2156242323 * L_4 = __this->get_m_animSnap_2(); CSkeletonSite_t1178137573 * L_5 = __this->get_m_SkeletonSite_1(); float L_6 = ___fFadeIn5; NullCheck(L_4); CSkeletonSnap_SnapSkeleton_m2121739659(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0040: { Animation_t3648466861 * L_7 = __this->get_m_AnimPlayer_0(); NullCheck(L_7); Animation_Stop_m195768787(L_7, /*hidden argument*/NULL); __this->set_m_existPlaying_8((bool)1); Animation_t3648466861 * L_8 = __this->get_m_AnimPlayer_0(); NullCheck(L_8); AnimationClip_t2318505987 * L_9 = Animation_get_clip_m1019546398(L_8, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_10 = ___clip0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_0 = L_11; bool L_12 = V_0; if (L_12) { goto IL_012d; } } { AnimationClip_t2318505987 * L_13 = ___clip0; stAnimBaseInfo_t113612627 * L_14 = CAnimSite_FindExistAnimByClip_m1045687506(__this, L_13, /*hidden argument*/NULL); V_1 = L_14; stAnimBaseInfo_t113612627 * L_15 = V_1; if (L_15) { goto IL_0121; } } { AnimationClip_t2318505987 * L_16 = ___clip0; AnimationClip_t2318505987 * L_17 = __this->get_m_IdleClip_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00af; } } { int32_t* L_19 = __this->get_address_of_m_playingIndex_13(); String_t* L_20 = Int32_ToString_m141394615(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1457403802, L_20, /*hidden argument*/NULL); __this->set_m_curPlayingName_12(L_21); goto IL_00d0; } IL_00af: { int32_t* L_22 = __this->get_address_of_m_playingIndex_13(); String_t* L_23 = Int32_ToString_m141394615(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral820956036, L_23, /*hidden argument*/NULL); __this->set_m_curPlayingName_12(L_24); } IL_00d0: { int32_t L_25 = __this->get_m_playingIndex_13(); __this->set_m_playingIndex_13(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); stAnimBaseInfo_t113612627 * L_26 = (stAnimBaseInfo_t113612627 *)il2cpp_codegen_object_new(stAnimBaseInfo_t113612627_il2cpp_TypeInfo_var); stAnimBaseInfo__ctor_m4043044947(L_26, /*hidden argument*/NULL); V_1 = L_26; stAnimBaseInfo_t113612627 * L_27 = V_1; AnimationClip_t2318505987 * L_28 = ___clip0; NullCheck(L_27); L_27->set__clip_0(L_28); stAnimBaseInfo_t113612627 * L_29 = V_1; String_t* L_30 = __this->get_m_curPlayingName_12(); NullCheck(L_29); L_29->set__animName_1(L_30); BetterList_1_t3563600241 * L_31 = __this->get_m_listAnimInPlaying_14(); stAnimBaseInfo_t113612627 * L_32 = V_1; NullCheck(L_31); BetterList_1_Add_m4259671038(L_31, L_32, /*hidden argument*/BetterList_1_Add_m4259671038_RuntimeMethod_var); __this->set_m_bNeedCheckDirty_10((bool)1); Animation_t3648466861 * L_33 = __this->get_m_AnimPlayer_0(); AnimationClip_t2318505987 * L_34 = ___clip0; String_t* L_35 = __this->get_m_curPlayingName_12(); NullCheck(L_33); Animation_AddClip_m2720317275(L_33, L_34, L_35, /*hidden argument*/NULL); goto IL_012d; } IL_0121: { stAnimBaseInfo_t113612627 * L_36 = V_1; NullCheck(L_36); String_t* L_37 = L_36->get__animName_1(); __this->set_m_curPlayingName_12(L_37); } IL_012d: { AnimationClip_t2318505987 * L_38 = ___clip0; AnimationClip_t2318505987 * L_39 = __this->get_m_IdleClip_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_40 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_014a; } } { String_t* L_41 = __this->get_m_curPlayingName_12(); __this->set_m_activeIdleName_11(L_41); } IL_014a: { Animation_t3648466861 * L_42 = __this->get_m_AnimPlayer_0(); AnimationClip_t2318505987 * L_43 = ___clip0; NullCheck(L_42); Animation_set_clip_m2768026374(L_42, L_43, /*hidden argument*/NULL); Animation_t3648466861 * L_44 = __this->get_m_AnimPlayer_0(); bool L_45 = ___bLoop4; G_B14_0 = L_44; if (!L_45) { G_B15_0 = L_44; goto IL_0169; } } { G_B16_0 = 2; G_B16_1 = G_B14_0; goto IL_016a; } IL_0169: { G_B16_0 = 1; G_B16_1 = G_B15_0; } IL_016a: { NullCheck(G_B16_1); Animation_set_wrapMode_m2823425410(G_B16_1, G_B16_0, /*hidden argument*/NULL); Animation_t3648466861 * L_46 = __this->get_m_AnimPlayer_0(); String_t* L_47 = __this->get_m_curPlayingName_12(); NullCheck(L_46); AnimationState_t1108360407 * L_48 = Animation_get_Item_m2435218778(L_46, L_47, /*hidden argument*/NULL); bool L_49 = TrackedReference_op_Equality_m3702354772(NULL /*static, unused*/, (TrackedReference_t1199777556 *)NULL, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_01b2; } } { Animation_t3648466861 * L_50 = __this->get_m_AnimPlayer_0(); AnimationClip_t2318505987 * L_51 = ___clip0; String_t* L_52 = __this->get_m_curPlayingName_12(); NullCheck(L_50); Animation_AddClip_m2720317275(L_50, L_51, L_52, /*hidden argument*/NULL); String_t* L_53 = __this->get_m_curPlayingName_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3165156309, L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); } IL_01b2: { Animation_t3648466861 * L_55 = __this->get_m_AnimPlayer_0(); String_t* L_56 = __this->get_m_curPlayingName_12(); NullCheck(L_55); Animation_Play_m10633183(L_55, L_56, 4, /*hidden argument*/NULL); Animation_t3648466861 * L_57 = __this->get_m_AnimPlayer_0(); String_t* L_58 = __this->get_m_curPlayingName_12(); NullCheck(L_57); AnimationState_t1108360407 * L_59 = Animation_get_Item_m2435218778(L_57, L_58, /*hidden argument*/NULL); float L_60 = ___fStartTime3; NullCheck(L_59); AnimationState_set_time_m3753967308(L_59, L_60, /*hidden argument*/NULL); Animation_t3648466861 * L_61 = __this->get_m_AnimPlayer_0(); String_t* L_62 = __this->get_m_curPlayingName_12(); NullCheck(L_61); AnimationState_t1108360407 * L_63 = Animation_get_Item_m2435218778(L_61, L_62, /*hidden argument*/NULL); float L_64 = ___fSpeed2; NullCheck(L_63); AnimationState_set_speed_m2787468711(L_63, L_64, /*hidden argument*/NULL); return; } } // CAnimSite/stAnimBaseInfo CAnimSite::FindExistAnimByName(System.String) extern "C" IL2CPP_METHOD_ATTR stAnimBaseInfo_t113612627 * CAnimSite_FindExistAnimByName_m2294962155 (CAnimSite_t233742424 * __this, String_t* ___animName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_FindExistAnimByName_m2294962155_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stAnimBaseInfo_t113612627 * V_1 = NULL; { V_0 = 0; goto IL_002b; } IL_0007: { BetterList_1_t3563600241 * L_0 = __this->get_m_listAnimInPlaying_14(); int32_t L_1 = V_0; NullCheck(L_0); stAnimBaseInfo_t113612627 * L_2 = BetterList_1_get_Item_m2307190224(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m2307190224_RuntimeMethod_var); V_1 = L_2; stAnimBaseInfo_t113612627 * L_3 = V_1; NullCheck(L_3); String_t* L_4 = L_3->get__animName_1(); String_t* L_5 = ___animName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_Equals_m1744302937(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { stAnimBaseInfo_t113612627 * L_7 = V_1; return L_7; } IL_0027: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002b: { int32_t L_9 = V_0; BetterList_1_t3563600241 * L_10 = __this->get_m_listAnimInPlaying_14(); NullCheck(L_10); int32_t L_11 = L_10->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (stAnimBaseInfo_t113612627 *)NULL; } } // CAnimSite/stAnimBaseInfo CAnimSite::FindExistAnimByClip(UnityEngine.AnimationClip) extern "C" IL2CPP_METHOD_ATTR stAnimBaseInfo_t113612627 * CAnimSite_FindExistAnimByClip_m1045687506 (CAnimSite_t233742424 * __this, AnimationClip_t2318505987 * ___animClip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite_FindExistAnimByClip_m1045687506_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stAnimBaseInfo_t113612627 * V_1 = NULL; { V_0 = 0; goto IL_002b; } IL_0007: { BetterList_1_t3563600241 * L_0 = __this->get_m_listAnimInPlaying_14(); int32_t L_1 = V_0; NullCheck(L_0); stAnimBaseInfo_t113612627 * L_2 = BetterList_1_get_Item_m2307190224(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m2307190224_RuntimeMethod_var); V_1 = L_2; AnimationClip_t2318505987 * L_3 = ___animClip0; stAnimBaseInfo_t113612627 * L_4 = V_1; NullCheck(L_4); AnimationClip_t2318505987 * L_5 = L_4->get__clip_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { stAnimBaseInfo_t113612627 * L_7 = V_1; return L_7; } IL_0027: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002b: { int32_t L_9 = V_0; BetterList_1_t3563600241 * L_10 = __this->get_m_listAnimInPlaying_14(); NullCheck(L_10); int32_t L_11 = L_10->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (stAnimBaseInfo_t113612627 *)NULL; } } // System.Void CAnimSite::.cctor() extern "C" IL2CPP_METHOD_ATTR void CAnimSite__cctor_m1254968428 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAnimSite__cctor_m1254968428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t1002471007 * L_0 = (BetterList_1_t1002471007 *)il2cpp_codegen_object_new(BetterList_1_t1002471007_il2cpp_TypeInfo_var); BetterList_1__ctor_m2325346993(L_0, /*hidden argument*/BetterList_1__ctor_m2325346993_RuntimeMethod_var); ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->set_s_CachedList_16(L_0); BetterList_1_t1473526305 * L_1 = (BetterList_1_t1473526305 *)il2cpp_codegen_object_new(BetterList_1_t1473526305_il2cpp_TypeInfo_var); BetterList_1__ctor_m268868903(L_1, /*hidden argument*/BetterList_1__ctor_m268868903_RuntimeMethod_var); ((CAnimSite_t233742424_StaticFields*)il2cpp_codegen_static_fields_for(CAnimSite_t233742424_il2cpp_TypeInfo_var))->set_s_CachedClipList_17(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAnimSite/stAnimBaseInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stAnimBaseInfo__ctor_m4043044947 (stAnimBaseInfo_t113612627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stAnimBaseInfo__ctor_m4043044947_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__animName_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAnimSite/stAnimInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stAnimInfo__ctor_m2470128649 (stAnimInfo_t3264141101 * __this, const RuntimeMethod* method) { { stAnimBaseInfo__ctor_m4043044947(__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 CardScrollView::.ctor() extern "C" IL2CPP_METHOD_ATTR void CardScrollView__ctor_m4225391143 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { { __this->set_m_fMoveSpeed_5((0.25f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CardScrollView::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CardScrollView_OnPageInit_m3134160659 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView_OnPageInit_m3134160659_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; stTransOrg_t967933370 * V_3 = NULL; CardScrollViewItem_t4220360527 * V_4 = NULL; 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)); Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); { GameObject_t1113636619 * L_0 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); __this->set_m_ActiveReceiver_4(L_0); __this->set_m_listView_3(((CardScrollViewItemU5BU5D_t856059542*)SZArrayNew(CardScrollViewItemU5BU5D_t856059542_il2cpp_TypeInfo_var, (uint32_t)5))); V_0 = 0; goto IL_004b; } IL_001f: { CardScrollViewItemU5BU5D_t856059542* L_1 = __this->get_m_listView_3(); int32_t L_2 = V_0; Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); int32_t L_4 = V_0; 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_m904156431(NULL /*static, unused*/, _stringLiteral298762043, L_6, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_3, L_7, /*hidden argument*/NULL); NullCheck(L_8); CardScrollViewItem_t4220360527 * L_9 = Component_GetComponent_TisCardScrollViewItem_t4220360527_m3367654906(L_8, /*hidden argument*/Component_GetComponent_TisCardScrollViewItem_t4220360527_m3367654906_RuntimeMethod_var); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_9); (L_1)->SetAt(static_cast(L_2), (CardScrollViewItem_t4220360527 *)L_9); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_004b: { int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)5))) { goto IL_001f; } } { CardScrollViewItemU5BU5D_t856059542* L_12 = __this->get_m_listView_3(); NullCheck(L_12); __this->set_m_HalfOffset_11(((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)1))/(int32_t)2))); CardScrollViewItemU5BU5D_t856059542* L_13 = __this->get_m_listView_3(); NullCheck(L_13); __this->set_m_listTransOrg_8(((stTransOrgU5BU5D_t3423224351*)SZArrayNew(stTransOrgU5BU5D_t3423224351_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))); CardScrollViewItemU5BU5D_t856059542* L_14 = __this->get_m_listView_3(); NullCheck(L_14); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)1))/(int32_t)2)); V_2 = 0; goto IL_0158; } IL_008b: { stTransOrg_t967933370 * L_15 = (stTransOrg_t967933370 *)il2cpp_codegen_object_new(stTransOrg_t967933370_il2cpp_TypeInfo_var); stTransOrg__ctor_m1023322474(L_15, /*hidden argument*/NULL); V_3 = L_15; CardScrollViewItemU5BU5D_t856059542* L_16 = __this->get_m_listView_3(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; CardScrollViewItem_t4220360527 * L_19 = (L_16)->GetAt(static_cast(L_18)); V_4 = L_19; stTransOrg_t967933370 * L_20 = V_3; CardScrollViewItem_t4220360527 * L_21 = V_4; 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_localPosition_m4234289348(L_22, /*hidden argument*/NULL); V_5 = L_23; float L_24 = (&V_5)->get_x_1(); CardScrollViewItem_t4220360527 * L_25 = V_4; NullCheck(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(L_25, /*hidden argument*/NULL); NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_localPosition_m4234289348(L_26, /*hidden argument*/NULL); V_6 = L_27; float L_28 = (&V_6)->get_y_2(); CardScrollViewItem_t4220360527 * L_29 = V_4; 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_7 = L_31; float L_32 = (&V_7)->get_z_3(); Vector3_t3722313464 L_33; memset(&L_33, 0, sizeof(L_33)); Vector3__ctor_m3353183577((&L_33), L_24, L_28, L_32, /*hidden argument*/NULL); NullCheck(L_20); L_20->set__position_0(L_33); stTransOrg_t967933370 * L_34 = V_3; CardScrollViewItem_t4220360527 * L_35 = V_4; NullCheck(L_35); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(L_35, /*hidden argument*/NULL); NullCheck(L_36); Vector3_t3722313464 L_37 = Transform_get_localScale_m129152068(L_36, /*hidden argument*/NULL); V_8 = L_37; float L_38 = (&V_8)->get_x_1(); CardScrollViewItem_t4220360527 * L_39 = V_4; NullCheck(L_39); Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(L_39, /*hidden argument*/NULL); NullCheck(L_40); Vector3_t3722313464 L_41 = Transform_get_localScale_m129152068(L_40, /*hidden argument*/NULL); V_9 = L_41; float L_42 = (&V_9)->get_y_2(); CardScrollViewItem_t4220360527 * L_43 = V_4; NullCheck(L_43); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(L_43, /*hidden argument*/NULL); NullCheck(L_44); Vector3_t3722313464 L_45 = Transform_get_localScale_m129152068(L_44, /*hidden argument*/NULL); V_10 = L_45; float L_46 = (&V_10)->get_z_3(); Vector3_t3722313464 L_47; memset(&L_47, 0, sizeof(L_47)); Vector3__ctor_m3353183577((&L_47), L_38, L_42, L_46, /*hidden argument*/NULL); NullCheck(L_34); L_34->set__scale_1(L_47); stTransOrg_t967933370 * L_48 = V_3; CardScrollViewItem_t4220360527 * L_49 = V_4; NullCheck(L_49); UIPanel_t1716472341 * L_50 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(L_49, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); NullCheck(L_50); float L_51 = UIPanel_get_alpha_m958384288(L_50, /*hidden argument*/NULL); NullCheck(L_48); L_48->set__alpha_2(L_51); stTransOrgU5BU5D_t3423224351* L_52 = __this->get_m_listTransOrg_8(); int32_t L_53 = V_2; stTransOrg_t967933370 * L_54 = V_3; NullCheck(L_52); ArrayElementTypeCheck (L_52, L_54); (L_52)->SetAt(static_cast(L_53), (stTransOrg_t967933370 *)L_54); CardScrollViewItem_t4220360527 * L_55 = V_4; int32_t L_56 = V_2; int32_t L_57 = V_1; NullCheck(L_55); CardScrollViewItem_SetLogicIndex_m1029237377(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57)), /*hidden argument*/NULL); int32_t L_58 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0158: { int32_t L_59 = V_2; CardScrollViewItemU5BU5D_t856059542* L_60 = __this->get_m_listView_3(); NullCheck(L_60); if ((((int32_t)L_59) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_60)->max_length))))))) { goto IL_008b; } } { return; } } // System.Void CardScrollView::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void CardScrollView_LateUpdate_m3424085568 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_totalItemCnt_7(); if ((((int32_t)L_0) > ((int32_t)1))) { goto IL_000d; } } { return; } IL_000d: { CardScrollView__OnCheckSlidItemsArea_m661553419(__this, /*hidden argument*/NULL); CardScrollView__OnItemsMove_m3826811159(__this, /*hidden argument*/NULL); return; } } // System.Void CardScrollView::Init(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CardScrollView_Init_m3336417134 (CardScrollView_t798858080 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView_Init_m3336417134_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uiChooseCardItem_t1601743264 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uiChooseCardItem_t1601743264 * V_4 = NULL; int32_t G_B8_0 = 0; { int32_t L_0 = ___count0; __this->set_m_totalItemCnt_7(L_0); __this->set_m_bClkingInside_12((bool)0); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_1 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_13(L_1); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ClkPos_14(L_2); __this->set_m_MoveTimeLabor_16((-1.0f)); __this->set_m_bMoveLower_15((bool)1); V_0 = 0; goto IL_006a; } IL_003d: { CardScrollViewItemU5BU5D_t856059542* L_3 = __this->get_m_listView_3(); NullCheck(L_3); int32_t L_4 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) <= ((int32_t)L_4))) { goto IL_0066; } } { CardScrollViewItemU5BU5D_t856059542* L_5 = __this->get_m_listView_3(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; CardScrollViewItem_t4220360527 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); GameObject_t1113636619 * L_9 = Component_get_gameObject_m442555142(L_8, /*hidden argument*/NULL); NullCheck(L_9); uiChooseCardItem_t1601743264 * L_10 = GameObject_GetComponent_TisuiChooseCardItem_t1601743264_m1921508517(L_9, /*hidden argument*/GameObject_GetComponent_TisuiChooseCardItem_t1601743264_m1921508517_RuntimeMethod_var); V_1 = L_10; uiChooseCardItem_t1601743264 * L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); uiChooseCardItem_SetItem_m3474614141(L_11, L_12, (bool)1, /*hidden argument*/NULL); } IL_0066: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_006a: { int32_t L_14 = V_0; if ((((int32_t)L_14) < ((int32_t)3))) { goto IL_003d; } } { int32_t L_15 = __this->get_m_totalItemCnt_7(); CardScrollViewItemU5BU5D_t856059542* L_16 = __this->get_m_listView_3(); NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_008f; } } { int32_t L_17 = __this->get_m_totalItemCnt_7(); G_B8_0 = L_17; goto IL_0097; } IL_008f: { CardScrollViewItemU5BU5D_t856059542* L_18 = __this->get_m_listView_3(); NullCheck(L_18); G_B8_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))); } IL_0097: { V_2 = G_B8_0; V_3 = 2; goto IL_00cb; } IL_009f: { CardScrollViewItemU5BU5D_t856059542* L_19 = __this->get_m_listView_3(); CardScrollViewItemU5BU5D_t856059542* L_20 = __this->get_m_listView_3(); NullCheck(L_20); int32_t L_21 = V_3; NullCheck(L_19); int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), (int32_t)L_21)); CardScrollViewItem_t4220360527 * L_23 = (L_19)->GetAt(static_cast(L_22)); NullCheck(L_23); GameObject_t1113636619 * L_24 = Component_get_gameObject_m442555142(L_23, /*hidden argument*/NULL); NullCheck(L_24); uiChooseCardItem_t1601743264 * L_25 = GameObject_GetComponent_TisuiChooseCardItem_t1601743264_m1921508517(L_24, /*hidden argument*/GameObject_GetComponent_TisuiChooseCardItem_t1601743264_m1921508517_RuntimeMethod_var); V_4 = L_25; uiChooseCardItem_t1601743264 * L_26 = V_4; int32_t L_27 = V_2; int32_t L_28 = V_3; NullCheck(L_26); uiChooseCardItem_SetItem_m3474614141(L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), (bool)1, /*hidden argument*/NULL); int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); } IL_00cb: { int32_t L_30 = V_3; if ((((int32_t)L_30) > ((int32_t)0))) { goto IL_009f; } } { CardScrollViewItemU5BU5D_t856059542* L_31 = __this->get_m_listView_3(); int32_t L_32 = __this->get_m_HalfOffset_11(); NullCheck(L_31); int32_t L_33 = L_32; CardScrollViewItem_t4220360527 * L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_34); CardScrollViewItem_SetActiveItem_m1902924230(L_34, (bool)1, /*hidden argument*/NULL); CardScrollView__OnSetLogicActiveIndex_m2960838800(__this, 0, /*hidden argument*/NULL); return; } } // System.Int32 CardScrollView::GetActiveLogicIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CardScrollView_GetActiveLogicIndex_m920525682 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_SceneStart_10(); return L_0; } } // System.Boolean CardScrollView::MoveOneTick(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CardScrollView_MoveOneTick_m1346436327 (CardScrollView_t798858080 * __this, bool ___bLower0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView_MoveOneTick_m1346436327_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B6_0 = 0; { float L_0 = __this->get_m_MoveTimeLabor_16(); if ((!(((float)(1.0f)) > ((float)L_0)))) { goto IL_0022; } } { float L_1 = __this->get_m_MoveTimeLabor_16(); if ((!(((float)(-0.5f)) < ((float)L_1)))) { goto IL_0022; } } { return (bool)0; } IL_0022: { int32_t L_2 = __this->get_m_UIStart_9(); V_0 = L_2; int32_t L_3 = __this->get_m_SceneStart_10(); V_1 = L_3; bool L_4 = ___bLower0; __this->set_m_bMoveLower_15(L_4); int32_t L_5 = __this->get_m_totalItemCnt_7(); CardScrollViewItemU5BU5D_t856059542* L_6 = __this->get_m_listView_3(); NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0055; } } { int32_t L_7 = __this->get_m_totalItemCnt_7(); G_B6_0 = L_7; goto IL_005d; } IL_0055: { CardScrollViewItemU5BU5D_t856059542* L_8 = __this->get_m_listView_3(); NullCheck(L_8); G_B6_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))); } IL_005d: { V_2 = G_B6_0; bool L_9 = __this->get_m_bMoveLower_15(); if (!L_9) { goto IL_008c; } } { int32_t L_10 = V_0; CardScrollViewItemU5BU5D_t856059542* L_11 = __this->get_m_listView_3(); NullCheck(L_11); CardScrollViewItemU5BU5D_t856059542* L_12 = __this->get_m_listView_3(); NullCheck(L_12); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))); int32_t L_13 = V_1; int32_t L_14 = V_2; int32_t L_15 = V_2; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), (int32_t)L_14))%(int32_t)L_15)); goto IL_009f; } IL_008c: { int32_t L_16 = V_0; CardScrollViewItemU5BU5D_t856059542* L_17 = __this->get_m_listView_3(); NullCheck(L_17); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))); int32_t L_18 = V_1; int32_t L_19 = V_2; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))%(int32_t)L_19)); } IL_009f: { int32_t L_20 = __this->get_m_totalItemCnt_7(); CardScrollViewItemU5BU5D_t856059542* L_21 = __this->get_m_listView_3(); NullCheck(L_21); if ((((int32_t)L_20) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_00c0; } } { int32_t L_22 = V_1; int32_t L_23 = __this->get_m_totalItemCnt_7(); if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_00c0; } } { return (bool)0; } IL_00c0: { int32_t L_24 = V_0; __this->set_m_UIStart_9(L_24); int32_t L_25 = V_1; __this->set_m_SceneStart_10(L_25); int32_t L_26 = __this->get_m_UIStart_9(); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); int32_t L_29 = __this->get_m_SceneStart_10(); int32_t L_30 = L_29; RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1203054989, L_28, L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); CardScrollView__OnFillUI_m1555844510(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Void CardScrollView::OnReset() extern "C" IL2CPP_METHOD_ATTR void CardScrollView_OnReset_m2440371441 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView_OnReset_m2440371441_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0068; } IL_0007: { CardScrollViewItemU5BU5D_t856059542* L_0 = __this->get_m_listView_3(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; CardScrollViewItem_t4220360527 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); stTransOrgU5BU5D_t3423224351* L_5 = __this->get_m_listTransOrg_8(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; stTransOrg_t967933370 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); Vector3_t3722313464 L_9 = L_8->get__position_0(); NullCheck(L_4); Transform_set_localPosition_m4128471975(L_4, L_9, /*hidden argument*/NULL); CardScrollViewItemU5BU5D_t856059542* L_10 = __this->get_m_listView_3(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; CardScrollViewItem_t4220360527 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(L_13, /*hidden argument*/NULL); stTransOrgU5BU5D_t3423224351* L_15 = __this->get_m_listTransOrg_8(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = L_16; stTransOrg_t967933370 * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); Vector3_t3722313464 L_19 = L_18->get__scale_1(); NullCheck(L_14); Transform_set_localScale_m3053443106(L_14, L_19, /*hidden argument*/NULL); CardScrollViewItemU5BU5D_t856059542* L_20 = __this->get_m_listView_3(); int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; CardScrollViewItem_t4220360527 * L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_23); UIPanel_t1716472341 * L_24 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(L_23, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); stTransOrgU5BU5D_t3423224351* L_25 = __this->get_m_listTransOrg_8(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; stTransOrg_t967933370 * L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); float L_29 = L_28->get__alpha_2(); NullCheck(L_24); UIPanel_set_alpha_m2999856520(L_24, L_29, /*hidden argument*/NULL); int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0068: { int32_t L_31 = V_0; CardScrollViewItemU5BU5D_t856059542* L_32 = __this->get_m_listView_3(); NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_0007; } } { __this->set_m_bPressFlag_17((bool)0); __this->set_m_UIStart_9(0); __this->set_m_SceneStart_10(0); __this->set_m_totalItemCnt_7(0); return; } } // UnityEngine.Transform CardScrollView::GetCardItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CardScrollView_GetCardItem_m823226196 (CardScrollView_t798858080 * __this, int32_t ____idx0, const RuntimeMethod* method) { { CardScrollViewItemU5BU5D_t856059542* L_0 = __this->get_m_listView_3(); if (!L_0) { goto IL_002e; } } { int32_t L_1 = ____idx0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_002e; } } { int32_t L_2 = ____idx0; CardScrollViewItemU5BU5D_t856059542* L_3 = __this->get_m_listView_3(); NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_002e; } } { CardScrollViewItemU5BU5D_t856059542* L_4 = __this->get_m_listView_3(); int32_t L_5 = ____idx0; NullCheck(L_4); int32_t L_6 = L_5; CardScrollViewItem_t4220360527 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(L_7, /*hidden argument*/NULL); return L_8; } IL_002e: { return (Transform_t3600365921 *)NULL; } } // System.Void CardScrollView::_OnItemsMove() extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnItemsMove_m3826811159 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView__OnItemsMove_m3826811159_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; float V_1 = 0.0f; int32_t V_2 = 0; stTransOrg_t967933370 * V_3 = NULL; int32_t V_4 = 0; CardScrollViewItem_t4220360527 * V_5 = NULL; uiChooseCardItem_t1601743264 * V_6 = NULL; uiChooseCardItem_t1601743264 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; stTransOrg_t967933370 * V_14 = NULL; stTransOrg_t967933370 * V_15 = NULL; int32_t V_16 = 0; CardScrollViewItem_t4220360527 * V_17 = NULL; Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); int32_t G_B9_0 = 0; { float L_0 = __this->get_m_MoveTimeLabor_16(); if ((!(((float)(-0.5f)) > ((float)L_0)))) { goto IL_0011; } } { return; } IL_0011: { V_0 = (bool)0; float L_1 = __this->get_m_MoveTimeLabor_16(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MoveTimeLabor_16(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); float L_3 = __this->get_m_MoveTimeLabor_16(); float L_4 = __this->get_m_fMoveSpeed_5(); V_1 = ((float)((float)L_3/(float)L_4)); float L_5 = V_1; if ((!(((float)(1.0f)) <= ((float)L_5)))) { goto IL_0051; } } { V_1 = (1.0f); __this->set_m_MoveTimeLabor_16((-1.0f)); V_0 = (bool)1; } IL_0051: { bool L_6 = V_0; if (!L_6) { goto IL_0252; } } { V_2 = 0; goto IL_023f; } IL_005e: { stTransOrgU5BU5D_t3423224351* L_7 = __this->get_m_listTransOrg_8(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; stTransOrg_t967933370 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; int32_t L_11 = __this->get_m_UIStart_9(); int32_t L_12 = V_2; CardScrollViewItemU5BU5D_t856059542* L_13 = __this->get_m_listView_3(); NullCheck(L_13); V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))); CardScrollViewItemU5BU5D_t856059542* L_14 = __this->get_m_listView_3(); int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; CardScrollViewItem_t4220360527 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_5 = L_17; CardScrollViewItem_t4220360527 * L_18 = V_5; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); stTransOrg_t967933370 * L_20 = V_3; NullCheck(L_20); Vector3_t3722313464 * L_21 = L_20->get_address_of__position_0(); float L_22 = L_21->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_23 = bankers_roundf(L_22); stTransOrg_t967933370 * L_24 = V_3; NullCheck(L_24); Vector3_t3722313464 * L_25 = L_24->get_address_of__position_0(); float L_26 = L_25->get_y_2(); float L_27 = bankers_roundf(L_26); stTransOrg_t967933370 * L_28 = V_3; NullCheck(L_28); Vector3_t3722313464 * L_29 = L_28->get_address_of__position_0(); float L_30 = L_29->get_z_3(); Vector3_t3722313464 L_31; memset(&L_31, 0, sizeof(L_31)); Vector3__ctor_m3353183577((&L_31), L_23, L_27, L_30, /*hidden argument*/NULL); NullCheck(L_19); Transform_set_localPosition_m4128471975(L_19, L_31, /*hidden argument*/NULL); CardScrollViewItem_t4220360527 * L_32 = V_5; NullCheck(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(L_32, /*hidden argument*/NULL); stTransOrg_t967933370 * L_34 = V_3; NullCheck(L_34); Vector3_t3722313464 * L_35 = L_34->get_address_of__scale_1(); float L_36 = L_35->get_x_1(); stTransOrg_t967933370 * L_37 = V_3; NullCheck(L_37); Vector3_t3722313464 * L_38 = L_37->get_address_of__scale_1(); float L_39 = L_38->get_y_2(); stTransOrg_t967933370 * L_40 = V_3; NullCheck(L_40); Vector3_t3722313464 * L_41 = L_40->get_address_of__scale_1(); float L_42 = L_41->get_z_3(); Vector3_t3722313464 L_43; memset(&L_43, 0, sizeof(L_43)); Vector3__ctor_m3353183577((&L_43), L_36, L_39, L_42, /*hidden argument*/NULL); NullCheck(L_33); Transform_set_localScale_m3053443106(L_33, L_43, /*hidden argument*/NULL); CardScrollViewItem_t4220360527 * L_44 = V_5; NullCheck(L_44); UIPanel_t1716472341 * L_45 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(L_44, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); stTransOrg_t967933370 * L_46 = V_3; NullCheck(L_46); float L_47 = L_46->get__alpha_2(); NullCheck(L_45); UIPanel_set_alpha_m2999856520(L_45, L_47, /*hidden argument*/NULL); CardScrollViewItemU5BU5D_t856059542* L_48 = __this->get_m_listView_3(); int32_t L_49 = __this->get_m_UIStart_9(); int32_t L_50 = __this->get_m_HalfOffset_11(); CardScrollViewItemU5BU5D_t856059542* L_51 = __this->get_m_listView_3(); NullCheck(L_51); CardScrollViewItemU5BU5D_t856059542* L_52 = __this->get_m_listView_3(); NullCheck(L_52); NullCheck(L_48); int32_t L_53 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))))); CardScrollViewItem_t4220360527 * L_54 = (L_48)->GetAt(static_cast(L_53)); NullCheck(L_54); uiChooseCardItem_t1601743264 * L_55 = Component_GetComponent_TisuiChooseCardItem_t1601743264_m3272458855(L_54, /*hidden argument*/Component_GetComponent_TisuiChooseCardItem_t1601743264_m3272458855_RuntimeMethod_var); V_6 = L_55; CardScrollViewItemU5BU5D_t856059542* L_56 = __this->get_m_listView_3(); int32_t L_57 = __this->get_m_UIStart_9(); int32_t L_58 = __this->get_m_HalfOffset_11(); CardScrollViewItemU5BU5D_t856059542* L_59 = __this->get_m_listView_3(); NullCheck(L_59); NullCheck(L_56); int32_t L_60 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_59)->max_length)))))); CardScrollViewItem_t4220360527 * L_61 = (L_56)->GetAt(static_cast(L_60)); NullCheck(L_61); uiChooseCardItem_t1601743264 * L_62 = Component_GetComponent_TisuiChooseCardItem_t1601743264_m3272458855(L_61, /*hidden argument*/Component_GetComponent_TisuiChooseCardItem_t1601743264_m3272458855_RuntimeMethod_var); V_7 = L_62; int32_t L_63 = __this->get_m_totalItemCnt_7(); CardScrollViewItemU5BU5D_t856059542* L_64 = __this->get_m_listView_3(); NullCheck(L_64); if ((((int32_t)L_63) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length))))))) { goto IL_0174; } } { int32_t L_65 = __this->get_m_totalItemCnt_7(); G_B9_0 = L_65; goto IL_017c; } IL_0174: { CardScrollViewItemU5BU5D_t856059542* L_66 = __this->get_m_listView_3(); NullCheck(L_66); G_B9_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_66)->max_length)))); } IL_017c: { V_8 = G_B9_0; uiChooseCardItem_t1601743264 * L_67 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_68 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_67, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_68) { goto IL_01aa; } } { int32_t L_69 = __this->get_m_SceneStart_10(); int32_t L_70 = V_8; int32_t L_71 = __this->get_m_HalfOffset_11(); int32_t L_72 = V_8; V_9 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)L_70)), (int32_t)L_71))%(int32_t)L_72)); uiChooseCardItem_t1601743264 * L_73 = V_6; int32_t L_74 = V_9; NullCheck(L_73); uiChooseCardItem_SetItem_m3474614141(L_73, L_74, (bool)1, /*hidden argument*/NULL); } IL_01aa: { uiChooseCardItem_t1601743264 * L_75 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_76 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_75, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_76) { goto IL_01d3; } } { int32_t L_77 = __this->get_m_SceneStart_10(); int32_t L_78 = __this->get_m_HalfOffset_11(); int32_t L_79 = V_8; V_10 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78))%(int32_t)L_79)); uiChooseCardItem_t1601743264 * L_80 = V_7; int32_t L_81 = V_10; NullCheck(L_80); uiChooseCardItem_SetItem_m3474614141(L_80, L_81, (bool)1, /*hidden argument*/NULL); } IL_01d3: { ObjectU5BU5D_t2843939325* L_82 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); uiChooseCardItem_t1601743264 * L_83 = V_6; NullCheck(L_83); String_t* L_84 = Object_get_name_m4211327027(L_83, /*hidden argument*/NULL); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_84); (L_82)->SetAt(static_cast(0), (RuntimeObject *)L_84); ObjectU5BU5D_t2843939325* L_85 = L_82; int32_t L_86 = __this->get_m_SceneStart_10(); int32_t L_87 = __this->get_m_totalItemCnt_7(); int32_t L_88 = __this->get_m_HalfOffset_11(); int32_t L_89 = __this->get_m_totalItemCnt_7(); int32_t L_90 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), (int32_t)L_88))%(int32_t)L_89)); RuntimeObject * L_91 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_90); NullCheck(L_85); ArrayElementTypeCheck (L_85, L_91); (L_85)->SetAt(static_cast(1), (RuntimeObject *)L_91); ObjectU5BU5D_t2843939325* L_92 = L_85; uiChooseCardItem_t1601743264 * L_93 = V_7; NullCheck(L_93); String_t* L_94 = Object_get_name_m4211327027(L_93, /*hidden argument*/NULL); NullCheck(L_92); ArrayElementTypeCheck (L_92, L_94); (L_92)->SetAt(static_cast(2), (RuntimeObject *)L_94); ObjectU5BU5D_t2843939325* L_95 = L_92; int32_t L_96 = __this->get_m_SceneStart_10(); int32_t L_97 = __this->get_m_HalfOffset_11(); int32_t L_98 = __this->get_m_totalItemCnt_7(); int32_t L_99 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)L_97))%(int32_t)L_98)); RuntimeObject * L_100 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_99); NullCheck(L_95); ArrayElementTypeCheck (L_95, L_100); (L_95)->SetAt(static_cast(3), (RuntimeObject *)L_100); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_101 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral126034998, L_95, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); int32_t L_102 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_023f: { int32_t L_103 = V_2; CardScrollViewItemU5BU5D_t856059542* L_104 = __this->get_m_listView_3(); NullCheck(L_104); if ((((int32_t)L_103) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_104)->max_length))))))) { goto IL_005e; } } { goto IL_03c2; } IL_0252: { V_11 = 0; bool L_105 = __this->get_m_bMoveLower_15(); if (!L_105) { goto IL_0282; } } { int32_t L_106 = __this->get_m_SceneStart_10(); int32_t L_107 = __this->get_m_HalfOffset_11(); int32_t L_108 = __this->get_m_totalItemCnt_7(); int32_t L_109 = __this->get_m_totalItemCnt_7(); V_11 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)L_107)), (int32_t)L_108))%(int32_t)L_109)); goto IL_0298; } IL_0282: { int32_t L_110 = __this->get_m_SceneStart_10(); int32_t L_111 = __this->get_m_HalfOffset_11(); int32_t L_112 = __this->get_m_totalItemCnt_7(); V_11 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_111))%(int32_t)L_112)); } IL_0298: { V_12 = 0; goto IL_03b3; } IL_02a0: { int32_t L_113 = V_12; V_13 = L_113; bool L_114 = __this->get_m_bMoveLower_15(); if (!L_114) { goto IL_02cc; } } { int32_t L_115 = V_13; CardScrollViewItemU5BU5D_t856059542* L_116 = __this->get_m_listView_3(); NullCheck(L_116); CardScrollViewItemU5BU5D_t856059542* L_117 = __this->get_m_listView_3(); NullCheck(L_117); V_13 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_116)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_117)->max_length)))))); goto IL_02db; } IL_02cc: { int32_t L_118 = V_13; CardScrollViewItemU5BU5D_t856059542* L_119 = __this->get_m_listView_3(); NullCheck(L_119); V_13 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_119)->max_length)))))); } IL_02db: { stTransOrgU5BU5D_t3423224351* L_120 = __this->get_m_listTransOrg_8(); int32_t L_121 = V_13; NullCheck(L_120); int32_t L_122 = L_121; stTransOrg_t967933370 * L_123 = (L_120)->GetAt(static_cast(L_122)); V_14 = L_123; stTransOrgU5BU5D_t3423224351* L_124 = __this->get_m_listTransOrg_8(); int32_t L_125 = V_12; NullCheck(L_124); int32_t L_126 = L_125; stTransOrg_t967933370 * L_127 = (L_124)->GetAt(static_cast(L_126)); V_15 = L_127; int32_t L_128 = __this->get_m_UIStart_9(); int32_t L_129 = V_12; CardScrollViewItemU5BU5D_t856059542* L_130 = __this->get_m_listView_3(); NullCheck(L_130); V_16 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)L_129))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_130)->max_length)))))); CardScrollViewItemU5BU5D_t856059542* L_131 = __this->get_m_listView_3(); int32_t L_132 = V_16; NullCheck(L_131); int32_t L_133 = L_132; CardScrollViewItem_t4220360527 * L_134 = (L_131)->GetAt(static_cast(L_133)); V_17 = L_134; stTransOrg_t967933370 * L_135 = V_14; NullCheck(L_135); Vector3_t3722313464 L_136 = L_135->get__position_0(); stTransOrg_t967933370 * L_137 = V_15; NullCheck(L_137); Vector3_t3722313464 L_138 = L_137->get__position_0(); float L_139 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_140 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_136, L_138, L_139, /*hidden argument*/NULL); V_18 = L_140; stTransOrg_t967933370 * L_141 = V_15; NullCheck(L_141); Vector3_t3722313464 * L_142 = L_141->get_address_of__position_0(); float L_143 = L_142->get_z_3(); (&V_18)->set_z_3(L_143); float L_144 = (&V_18)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_145 = bankers_roundf(L_144); (&V_18)->set_x_1(L_145); float L_146 = (&V_18)->get_y_2(); float L_147 = bankers_roundf(L_146); (&V_18)->set_y_2(L_147); CardScrollViewItem_t4220360527 * L_148 = V_17; NullCheck(L_148); Transform_t3600365921 * L_149 = Component_get_transform_m3162698980(L_148, /*hidden argument*/NULL); Vector3_t3722313464 L_150 = V_18; NullCheck(L_149); Transform_set_localPosition_m4128471975(L_149, L_150, /*hidden argument*/NULL); CardScrollViewItem_t4220360527 * L_151 = V_17; NullCheck(L_151); Transform_t3600365921 * L_152 = Component_get_transform_m3162698980(L_151, /*hidden argument*/NULL); stTransOrg_t967933370 * L_153 = V_14; NullCheck(L_153); Vector3_t3722313464 L_154 = L_153->get__scale_1(); stTransOrg_t967933370 * L_155 = V_15; NullCheck(L_155); Vector3_t3722313464 L_156 = L_155->get__scale_1(); float L_157 = V_1; Vector3_t3722313464 L_158 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_154, L_156, L_157, /*hidden argument*/NULL); NullCheck(L_152); Transform_set_localScale_m3053443106(L_152, L_158, /*hidden argument*/NULL); CardScrollViewItem_t4220360527 * L_159 = V_17; NullCheck(L_159); UIPanel_t1716472341 * L_160 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(L_159, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); stTransOrg_t967933370 * L_161 = V_14; NullCheck(L_161); float L_162 = L_161->get__alpha_2(); stTransOrg_t967933370 * L_163 = V_15; NullCheck(L_163); float L_164 = L_163->get__alpha_2(); float L_165 = V_1; float L_166 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, L_162, L_164, L_165, /*hidden argument*/NULL); NullCheck(L_160); UIPanel_set_alpha_m2999856520(L_160, L_166, /*hidden argument*/NULL); int32_t L_167 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1)); } IL_03b3: { int32_t L_168 = V_12; CardScrollViewItemU5BU5D_t856059542* L_169 = __this->get_m_listView_3(); NullCheck(L_169); if ((((int32_t)L_168) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_169)->max_length))))))) { goto IL_02a0; } } IL_03c2: { return; } } // System.Void CardScrollView::OnPress(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CardScrollView_OnPress_m753317697 (CardScrollView_t798858080 * __this, bool ___isPressed0, const RuntimeMethod* method) { { bool L_0 = ___isPressed0; if (!L_0) { goto IL_000d; } } { __this->set_m_bPressFlag_17((bool)1); } IL_000d: { return; } } // System.Void CardScrollView::_OnCheckSlidItemsArea() extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnCheckSlidItemsArea_m661553419 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView__OnCheckSlidItemsArea_m661553419_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; bool V_2 = false; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; int32_t G_B3_0 = 0; float G_B10_0 = 0.0f; CardScrollView_t798858080 * G_B13_0 = NULL; CardScrollView_t798858080 * G_B12_0 = NULL; int32_t G_B14_0 = 0; CardScrollView_t798858080 * G_B14_1 = NULL; Vector2_t2156229523 * G_B20_0 = NULL; Vector2_t2156229523 * G_B19_0 = NULL; float G_B21_0 = 0.0f; Vector2_t2156229523 * G_B21_1 = NULL; Vector2_t2156229523 * G_B23_0 = NULL; Vector2_t2156229523 * G_B22_0 = NULL; float G_B24_0 = 0.0f; Vector2_t2156229523 * G_B24_1 = NULL; { 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; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_1 = CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)0, (&V_0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_001c; } } { G_B3_0 = 1; goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_2 = (bool)G_B3_0; bool L_3 = __this->get_m_bPressFlag_17(); if (!L_3) { goto IL_0051; } } { __this->set_m_bPressFlag_17((bool)0); __this->set_m_bClkingInside_12((bool)1); __this->set_m_bClkingInside_12((bool)1); Vector2_t2156229523 L_4 = V_0; __this->set_m_ClkPos_14(L_4); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_5 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_13(L_5); return; } IL_0051: { bool L_6 = __this->get_m_bClkingInside_12(); if (!L_6) { goto IL_00da; } } { bool L_7 = V_2; if (L_7) { goto IL_00da; } } { bool L_8 = V_2; __this->set_m_bClkingInside_12(L_8); int32_t L_9 = __this->get_m_ScrollType_2(); if (L_9) { goto IL_0084; } } { Vector2_t2156229523 * L_10 = __this->get_address_of_m_MaxOffset_13(); float L_11 = L_10->get_x_0(); G_B10_0 = L_11; goto IL_008f; } IL_0084: { Vector2_t2156229523 * L_12 = __this->get_address_of_m_MaxOffset_13(); float L_13 = L_12->get_y_1(); G_B10_0 = L_13; } IL_008f: { V_3 = G_B10_0; float L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_15 = fabsf(L_14); if ((!(((float)(30.0f)) <= ((float)L_15)))) { goto IL_00b9; } } { float L_16 = V_3; G_B12_0 = __this; if ((!(((float)(0.0f)) < ((float)L_16)))) { G_B13_0 = __this; goto IL_00b2; } } { G_B14_0 = 1; G_B14_1 = G_B12_0; goto IL_00b3; } IL_00b2: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_00b3: { NullCheck(G_B14_1); CardScrollView_MoveOneTick_m1346436327(G_B14_1, (bool)G_B14_0, /*hidden argument*/NULL); } IL_00b9: { Vector2_t2156229523 * L_17 = __this->get_address_of_m_MaxOffset_13(); L_17->set_x_0((0.0f)); Vector2_t2156229523 * L_18 = __this->get_address_of_m_MaxOffset_13(); L_18->set_y_1((0.0f)); return; } IL_00da: { bool L_19 = V_2; if (!L_19) { goto IL_0187; } } { bool L_20 = __this->get_m_bClkingInside_12(); if (!L_20) { goto IL_0187; } } { float L_21 = (&V_0)->get_x_0(); Vector2_t2156229523 * L_22 = __this->get_address_of_m_ClkPos_14(); float L_23 = L_22->get_x_0(); V_4 = ((float)il2cpp_codegen_subtract((float)L_21, (float)L_23)); float L_24 = (&V_0)->get_y_1(); Vector2_t2156229523 * L_25 = __this->get_address_of_m_ClkPos_14(); float L_26 = L_25->get_y_1(); V_5 = ((float)il2cpp_codegen_subtract((float)L_24, (float)L_26)); Vector2_t2156229523 * L_27 = __this->get_address_of_m_MaxOffset_13(); Vector2_t2156229523 * L_28 = __this->get_address_of_m_MaxOffset_13(); float L_29 = L_28->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_30 = fabsf(L_29); float L_31 = V_4; float L_32 = fabsf(L_31); G_B19_0 = L_27; if ((!(((float)L_30) < ((float)L_32)))) { G_B20_0 = L_27; goto IL_013e; } } { float L_33 = V_4; G_B21_0 = L_33; G_B21_1 = G_B19_0; goto IL_0149; } IL_013e: { Vector2_t2156229523 * L_34 = __this->get_address_of_m_MaxOffset_13(); float L_35 = L_34->get_x_0(); G_B21_0 = L_35; G_B21_1 = G_B20_0; } IL_0149: { G_B21_1->set_x_0(G_B21_0); Vector2_t2156229523 * L_36 = __this->get_address_of_m_MaxOffset_13(); Vector2_t2156229523 * L_37 = __this->get_address_of_m_MaxOffset_13(); float L_38 = L_37->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_39 = fabsf(L_38); float L_40 = V_5; float L_41 = fabsf(L_40); G_B22_0 = L_36; if ((!(((float)L_39) < ((float)L_41)))) { G_B23_0 = L_36; goto IL_0177; } } { float L_42 = V_5; G_B24_0 = L_42; G_B24_1 = G_B22_0; goto IL_0182; } IL_0177: { Vector2_t2156229523 * L_43 = __this->get_address_of_m_MaxOffset_13(); float L_44 = L_43->get_y_1(); G_B24_0 = L_44; G_B24_1 = G_B23_0; } IL_0182: { G_B24_1->set_y_1(G_B24_0); } IL_0187: { return; } } // System.Void CardScrollView::_OnSetLogicActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnSetLogicActiveIndex_m2960838800 (CardScrollView_t798858080 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView__OnSetLogicActiveIndex_m2960838800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_ActiveReceiver_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { GameObject_t1113636619 * L_2 = __this->get_m_ActiveReceiver_4(); int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); GameObject_SendMessage_m3720186693(L_2, _stringLiteral3606779639, L_5, 1, /*hidden argument*/NULL); } IL_0028: { return; } } // System.Void CardScrollView::_OnFillUI() extern "C" IL2CPP_METHOD_ATTR void CardScrollView__OnFillUI_m1555844510 (CardScrollView_t798858080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollView__OnFillUI_m1555844510_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t G_B4_0 = 0; { __this->set_m_MoveTimeLabor_16((0.0f)); int32_t L_0 = __this->get_m_SceneStart_10(); CardScrollView__OnSetLogicActiveIndex_m2960838800(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_UIStart_9(); int32_t L_2 = __this->get_m_HalfOffset_11(); stTransOrgU5BU5D_t3423224351* L_3 = __this->get_m_listTransOrg_8(); NullCheck(L_3); stTransOrgU5BU5D_t3423224351* L_4 = __this->get_m_listTransOrg_8(); NullCheck(L_4); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))); V_1 = 0; goto IL_00cf; } IL_003e: { int32_t L_5 = __this->get_m_UIStart_9(); int32_t L_6 = V_1; stTransOrgU5BU5D_t3423224351* L_7 = __this->get_m_listTransOrg_8(); NullCheck(L_7); V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))); int32_t L_8 = V_2; int32_t L_9 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_005d; } } { G_B4_0 = 1; goto IL_005e; } IL_005d: { G_B4_0 = 0; } IL_005e: { V_3 = (bool)G_B4_0; CardScrollViewItemU5BU5D_t856059542* L_10 = __this->get_m_listView_3(); int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; CardScrollViewItem_t4220360527 * L_13 = (L_10)->GetAt(static_cast(L_12)); bool L_14 = V_3; NullCheck(L_13); CardScrollViewItem_SetActiveItem_m1902924230(L_13, L_14, /*hidden argument*/NULL); bool L_15 = V_3; if (!L_15) { goto IL_0090; } } { CardScrollViewItemU5BU5D_t856059542* L_16 = __this->get_m_listView_3(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; CardScrollViewItem_t4220360527 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(L_19, /*hidden argument*/NULL); NullCheck(L_20); Component_SendMessage_m1441147224(L_20, _stringLiteral1491195644, 1, /*hidden argument*/NULL); goto IL_00a8; } IL_0090: { CardScrollViewItemU5BU5D_t856059542* L_21 = __this->get_m_listView_3(); int32_t L_22 = V_2; NullCheck(L_21); int32_t L_23 = L_22; CardScrollViewItem_t4220360527 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); NullCheck(L_25); Component_SendMessage_m1441147224(L_25, _stringLiteral3197631421, 1, /*hidden argument*/NULL); } IL_00a8: { CardScrollViewItemU5BU5D_t856059542* L_26 = __this->get_m_listView_3(); int32_t L_27 = V_2; NullCheck(L_26); int32_t L_28 = L_27; CardScrollViewItem_t4220360527 * L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = __this->get_m_SceneStart_10(); int32_t L_31 = __this->get_m_HalfOffset_11(); int32_t L_32 = __this->get_m_totalItemCnt_7(); int32_t L_33 = V_1; NullCheck(L_29); CardScrollViewItem_SetLogicIndex_m1029237377(L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))%(int32_t)L_32)), (int32_t)L_33)), /*hidden argument*/NULL); int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00cf: { int32_t L_35 = V_1; CardScrollViewItemU5BU5D_t856059542* L_36 = __this->get_m_listView_3(); NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_003e; } } { return; } } #ifdef __clang__ #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 CardScrollView/stTransOrg::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTransOrg__ctor_m1023322474 (stTransOrg_t967933370 * __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 CardScrollViewItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CardScrollViewItem__ctor_m1044233092 (CardScrollViewItem_t4220360527 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CardScrollViewItem::Awake() extern "C" IL2CPP_METHOD_ATTR void CardScrollViewItem_Awake_m3797594519 (CardScrollViewItem_t4220360527 * __this, const RuntimeMethod* method) { { __this->set_m_bActive_2((bool)0); __this->set_m_logicIndex_3(((int32_t)-100)); __this->set_m_MaxCount_4(((int32_t)1000)); return; } } // System.Boolean CardScrollViewItem::IsActive() extern "C" IL2CPP_METHOD_ATTR bool CardScrollViewItem_IsActive_m2484357060 (CardScrollViewItem_t4220360527 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bActive_2(); return L_0; } } // System.Void CardScrollViewItem::SetActiveItem(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CardScrollViewItem_SetActiveItem_m1902924230 (CardScrollViewItem_t4220360527 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_bActive_2(L_0); return; } } // System.Int32 CardScrollViewItem::GetLogicIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CardScrollViewItem_GetLogicIndex_m1319537655 (CardScrollViewItem_t4220360527 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_logicIndex_3(); return L_0; } } // System.Void CardScrollViewItem::SetLogicIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CardScrollViewItem_SetLogicIndex_m1029237377 (CardScrollViewItem_t4220360527 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollViewItem_SetLogicIndex_m1029237377_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_logicIndex_3(); V_0 = L_0; int32_t L_1 = ___index0; __this->set_m_logicIndex_3(L_1); int32_t L_2 = ___index0; int32_t L_3 = V_0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0026; } } { GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SendMessage_m1121218340(L_4, _stringLiteral1331099311, 1, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void CardScrollViewItem::SetMaxItemCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CardScrollViewItem_SetMaxItemCount_m2272242850 (CardScrollViewItem_t4220360527 * __this, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CardScrollViewItem_SetMaxItemCount_m2272242850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___val0; __this->set_m_MaxCount_4(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SendMessage_m1121218340(L_1, _stringLiteral1331099311, 1, /*hidden argument*/NULL); return; } } // System.Int32 CardScrollViewItem::GetMaxItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CardScrollViewItem_GetMaxItemCount_m2168665133 (CardScrollViewItem_t4220360527 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_MaxCount_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAutoUpdate::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate__ctor_m864747669 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CAutoUpdate::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_OnPageInit_m693395008 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_OnPageInit_m693395008_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { bool L_0 = __this->get_isPageInit_3(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_isPageInit_3((bool)1); GameObject_t1113636619 * L_1 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral3696591256, /*hidden argument*/NULL); V_0 = L_1; GameObject_t1113636619 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003b; } } { GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); __this->set_m_LoginTarget_2(L_5); goto IL_006c; } IL_003b: { Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_get_parent_m835071599(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_006c; } } { Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = Transform_get_parent_m835071599(L_9, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral3696591256, /*hidden argument*/NULL); __this->set_m_LoginTarget_2(L_11); } IL_006c: { return; } } // System.Void CAutoUpdate::CheckUpdate() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_CheckUpdate_m3399589843 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_CheckUpdate_m3399589843_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; CPkgVersionCheckMsg_t2257513204 * V_2 = NULL; { CAutoUpdate_OnPageInit_m693395008(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_0 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSystemTool_ClearSystemMemory_m65061909(L_0, /*hidden argument*/NULL); V_0 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_1 = CNetServerConfig_GetInstance_m1865421617(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 = CNetServerConfig_GetConfigString_m1508055105(L_1, _stringLiteral201333861, L_2, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_1; bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { V_0 = (bool)1; } IL_0034: { bool L_6 = V_0; if (!L_6) { goto IL_005f; } } { CPkgVersionCheckMsg_t2257513204 * L_7 = (CPkgVersionCheckMsg_t2257513204 *)il2cpp_codegen_object_new(CPkgVersionCheckMsg_t2257513204_il2cpp_TypeInfo_var); CPkgVersionCheckMsg__ctor_m2851030542(L_7, /*hidden argument*/NULL); V_2 = L_7; CPkgVersionCheckMsg_t2257513204 * L_8 = V_2; NullCheck(L_8); L_8->set_m_updateInstance_5(__this); CPkgVersionCheckMsg_t2257513204 * L_9 = V_2; String_t* L_10 = V_1; NullCheck(L_9); IWebGetMsgBase_SetUrl_m3512145757(L_9, L_10, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_11 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CPkgVersionCheckMsg_t2257513204 * L_12 = V_2; NullCheck(L_11); CThreadManager_PushMsg_m3098333431(L_11, 0, L_12, /*hidden argument*/NULL); goto IL_0065; } IL_005f: { CAutoUpdate_CallCheckEnd_m2072457836(__this, /*hidden argument*/NULL); } IL_0065: { return; } } // System.Void CAutoUpdate::OnStartFullUpdateImpl(System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_OnStartFullUpdateImpl_m3795726601 (CAutoUpdate_t511563099 * __this, String_t* ___versionName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_OnStartFullUpdateImpl_m3795726601_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAutoUpdatePlugin_t3199557684 * L_0 = CAutoUpdatePlugin_GetInstance_m2366133980(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_2 = CMiscHelp_GetFullGameObjName_m2327383603(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); CAutoUpdatePlugin_FitfunCheckUpdate_IOS_m1615199705(L_0, L_2, _stringLiteral860686472, /*hidden argument*/NULL); return; } } // System.Void CAutoUpdate::OnContinueUpdate(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_OnContinueUpdate_m1453931367 (CAutoUpdate_t511563099 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_OnContinueUpdate_m1453931367_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { CDataArray_t4068198041 * L_0 = ___userData1; if (L_0) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1779734043, /*hidden argument*/NULL); Transform_t3600365921 * L_1 = __this->get_m_LoginTarget_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_0032; } } { Transform_t3600365921 * L_3 = __this->get_m_LoginTarget_2(); NullCheck(L_3); Component_SendMessage_m1441147224(L_3, _stringLiteral2291802207, 1, /*hidden argument*/NULL); } IL_0032: { return; } IL_0033: { CDataArray_t4068198041 * L_4 = ___userData1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_4); String_t* L_6 = CDataArray_GetWideStr_m3532563229(L_4, 0, L_5, /*hidden argument*/NULL); V_0 = L_6; CDataArray_t4068198041 * L_7 = ___userData1; String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_7); String_t* L_9 = CDataArray_GetWideStr_m3532563229(L_7, 1, L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_0; bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0063; } } { String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0090; } } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3324345719, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = __this->get_m_LoginTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_14, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_008f; } } { Transform_t3600365921 * L_16 = __this->get_m_LoginTarget_2(); NullCheck(L_16); Component_SendMessage_m1441147224(L_16, _stringLiteral2291802207, 1, /*hidden argument*/NULL); } IL_008f: { return; } IL_0090: { return; } } // System.Void CAutoUpdate::WaitforInstall() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_WaitforInstall_m4026275664 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_WaitforInstall_m4026275664_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral317823888, /*hidden argument*/NULL); Transform_t3600365921 * L_0 = __this->get_m_LoginTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_003b; } } { Transform_t3600365921 * L_2 = __this->get_m_LoginTarget_2(); CTextHelp_t3119637808 * L_3 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CTextHelp_GetText_m372251958(L_3, _stringLiteral3198105206, /*hidden argument*/NULL); NullCheck(L_2); Component_SendMessage_m2905932203(L_2, _stringLiteral578875201, L_4, 1, /*hidden argument*/NULL); } IL_003b: { return; } } // System.Void CAutoUpdate::DownloadProgress(System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_DownloadProgress_m3632835528 (CAutoUpdate_t511563099 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_DownloadProgress_m3632835528_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_LoginTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0043; } } { Transform_t3600365921 * L_2 = __this->get_m_LoginTarget_2(); String_t* L_3 = ___msg0; NullCheck(L_2); Component_SendMessage_m2905932203(L_2, _stringLiteral320346683, L_3, 1, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_LoginTarget_2(); CTextHelp_t3119637808 * L_5 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = CTextHelp_GetText_m372251958(L_5, _stringLiteral238470198, /*hidden argument*/NULL); NullCheck(L_4); Component_SendMessage_m2905932203(L_4, _stringLiteral578875201, L_6, 1, /*hidden argument*/NULL); } IL_0043: { return; } } // System.Void CAutoUpdate::CheckResult(System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_CheckResult_m453299335 (CAutoUpdate_t511563099 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_CheckResult_m453299335_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; CDataArray_t4068198041 * V_4 = NULL; int32_t V_5 = 0; float V_6 = 0.0f; String_t* V_7 = 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* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral259293089, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_2 = ___msg0; CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_2); StringU5BU5D_t1281789340* L_4 = String_Split_m3646115398(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; StringU5BU5D_t1281789340* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 1; String_t* L_7 = (L_5)->GetAt(static_cast(L_6)); V_1 = L_7; StringU5BU5D_t1281789340* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 0; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); V_2 = L_10; String_t* L_11 = ___msg0; String_t* L_12 = V_1; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); String_t* L_14 = V_2; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_16 = String_Substring_m2848979100(L_11, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_15)), (int32_t)2)), /*hidden argument*/NULL); V_3 = L_16; CDataArray_t4068198041 * L_17 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_17, /*hidden argument*/NULL); V_4 = L_17; CDataArray_t4068198041 * L_18 = V_4; String_t* L_19 = V_2; NullCheck(L_18); CDataArray_Push_m1799687930(L_18, L_19, /*hidden argument*/NULL); CDataArray_t4068198041 * L_20 = V_4; String_t* L_21 = V_3; NullCheck(L_20); CDataArray_Push_m1799687930(L_20, L_21, /*hidden argument*/NULL); V_5 = 0; } IL_005a: try { // begin try (depth: 1) String_t* L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_23 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); V_5 = L_23; goto IL_008f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0067; throw e; } CATCH_0067: { // begin catch(System.Object) { Transform_t3600365921 * L_24 = __this->get_m_LoginTarget_2(); 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_008a; } } IL_0079: { Transform_t3600365921 * L_26 = __this->get_m_LoginTarget_2(); NullCheck(L_26); Component_SendMessage_m1441147224(L_26, _stringLiteral2291802207, 1, /*hidden argument*/NULL); } IL_008a: { goto IL_00d6; } } // end catch (depth: 1) IL_008f: { int32_t L_27 = V_5; V_6 = ((float)((float)(((float)((float)L_27)))/(float)(1048576.0f))); CTextHelp_t3119637808 * L_28 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29 = CTextHelp_GetText_m372251958(L_28, _stringLiteral2915728526, /*hidden argument*/NULL); V_7 = L_29; String_t* L_30 = V_7; float L_31 = V_6; float L_32 = L_31; RuntimeObject * L_33 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Format_m2844511972(NULL /*static, unused*/, L_30, L_33, /*hidden argument*/NULL); V_7 = L_34; CMsgBoxControl_t806533544 * L_35 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_36 = V_7; intptr_t L_37 = (intptr_t)CAutoUpdate_OnContinueUpdate_m1453931367_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_38 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_38, __this, L_37, /*hidden argument*/NULL); CDataArray_t4068198041 * L_39 = V_4; NullCheck(L_35); CMsgBoxControl_Push_m272952420(L_35, 1, L_36, L_38, L_39, /*hidden argument*/NULL); } IL_00d6: { return; } } // System.Void CAutoUpdate::UpdateError(System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_UpdateError_m1078817356 (CAutoUpdate_t511563099 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_UpdateError_m1078817356_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2252333759, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_2 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___msg0; String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2299168034, L_3, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5 = CTextHelp_GetText_m372251958(L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; CMsgBoxControl_t806533544 * L_6 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = V_0; intptr_t L_8 = (intptr_t)CAutoUpdate_OnContinueGame_m3034085709_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_9 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_9, __this, L_8, /*hidden argument*/NULL); NullCheck(L_6); CMsgBoxControl_Push_m272952420(L_6, 1, L_7, L_9, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); return; } } // System.Void CAutoUpdate::OnContinueGame(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_OnContinueGame_m3034085709 (CAutoUpdate_t511563099 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { { CAutoUpdate_CallCheckEnd_m2072457836(__this, /*hidden argument*/NULL); return; } } // System.Void CAutoUpdate::UpdateFinish(System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_UpdateFinish_m3013825412 (CAutoUpdate_t511563099 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_UpdateFinish_m3013825412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_LoginTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { Transform_t3600365921 * L_2 = __this->get_m_LoginTarget_2(); NullCheck(L_2); Component_SendMessage_m1441147224(L_2, _stringLiteral2291802207, 1, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = __this->get_m_LoginTarget_2(); CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CTextHelp_GetText_m372251958(L_4, _stringLiteral2604932564, /*hidden argument*/NULL); NullCheck(L_3); Component_SendMessage_m2905932203(L_3, _stringLiteral578875201, L_5, 1, /*hidden argument*/NULL); return; } } // System.Void CAutoUpdate::CallCheckEnd() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdate_CallCheckEnd_m2072457836 (CAutoUpdate_t511563099 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdate_CallCheckEnd_m2072457836_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_LoginTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { Transform_t3600365921 * L_2 = __this->get_m_LoginTarget_2(); NullCheck(L_2); Component_SendMessage_m1441147224(L_2, _stringLiteral2291802207, 1, /*hidden argument*/NULL); } IL_0022: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAutoUpdate/CPkgVersionCheckMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPkgVersionCheckMsg__ctor_m2851030542 (CPkgVersionCheckMsg_t2257513204 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void CAutoUpdate/CPkgVersionCheckMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CPkgVersionCheckMsg_OnEndExcute_m467117360 (CPkgVersionCheckMsg_t2257513204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgVersionCheckMsg_OnEndExcute_m467117360_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; String_t* V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (String_t*)NULL; bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0056; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_0056; } } IL_0019: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); NullCheck(L_2); String_t* L_5 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, L_4); V_0 = L_5; String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0049; } } IL_0041: { String_t* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); String_t* L_11 = String_Remove_m1524948975(L_9, L_10, /*hidden argument*/NULL); V_0 = L_11; } IL_0049: { goto IL_0056; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004e; throw e; } CATCH_004e: { // begin catch(System.Object) V_0 = (String_t*)NULL; goto IL_0056; } // end catch (depth: 1) IL_0056: { CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); V_2 = (bool)0; String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_014d; } } { IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_14 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = CSystemTool_GetAppVersion_m2910533976(L_14, /*hidden argument*/NULL); V_3 = L_15; CLogHelp_t779629444 * L_16 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_17 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral648757844); (L_17)->SetAt(static_cast(0), (String_t*)_stringLiteral648757844); StringU5BU5D_t1281789340* L_18 = L_17; String_t* L_19 = V_3; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(1), (String_t*)L_19); StringU5BU5D_t1281789340* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3865552840); (L_20)->SetAt(static_cast(2), (String_t*)_stringLiteral3865552840); StringU5BU5D_t1281789340* L_21 = L_20; String_t* L_22 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(3), (String_t*)L_22); StringU5BU5D_t1281789340* L_23 = L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral3452614643); (L_23)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614643); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m1809518182(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_16); CLogHelp_LogFile_m4227814860(L_16, L_24, /*hidden argument*/NULL); String_t* L_25 = V_3; CharU5BU5D_t3528271667* L_26 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_26); (L_26)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_25); StringU5BU5D_t1281789340* L_27 = String_Split_m3646115398(L_25, L_26, /*hidden argument*/NULL); V_4 = L_27; String_t* L_28 = V_0; CharU5BU5D_t3528271667* L_29 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_29); (L_29)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_28); StringU5BU5D_t1281789340* L_30 = String_Split_m3646115398(L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; StringU5BU5D_t1281789340* L_31 = V_4; if (!L_31) { goto IL_014d; } } { StringU5BU5D_t1281789340* L_32 = V_5; if (!L_32) { goto IL_014d; } } { StringU5BU5D_t1281789340* L_33 = V_4; NullCheck(L_33); StringU5BU5D_t1281789340* L_34 = V_5; NullCheck(L_34); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))))))) { goto IL_014d; } } { StringU5BU5D_t1281789340* L_35 = V_5; NullCheck(L_35); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_014d; } } { V_6 = 0; goto IL_0142; } IL_00fc: { V_7 = 0; StringU5BU5D_t1281789340* L_36 = V_4; int32_t L_37 = V_6; NullCheck(L_36); int32_t L_38 = L_37; String_t* L_39 = (L_36)->GetAt(static_cast(L_38)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_39, (&V_7), /*hidden argument*/NULL); V_8 = 0; StringU5BU5D_t1281789340* L_40 = V_5; int32_t L_41 = V_6; NullCheck(L_40); int32_t L_42 = L_41; String_t* L_43 = (L_40)->GetAt(static_cast(L_42)); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_43, (&V_8), /*hidden argument*/NULL); int32_t L_44 = V_7; int32_t L_45 = V_8; if ((((int32_t)L_44) >= ((int32_t)L_45))) { goto IL_012c; } } { V_2 = (bool)1; goto IL_014d; } IL_012c: { int32_t L_46 = V_7; int32_t L_47 = V_8; if ((((int32_t)L_46) <= ((int32_t)L_47))) { goto IL_013c; } } { V_2 = (bool)0; goto IL_014d; } IL_013c: { int32_t L_48 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0142: { int32_t L_49 = V_6; StringU5BU5D_t1281789340* L_50 = V_4; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))))) { goto IL_00fc; } } IL_014d: { bool L_51 = V_2; if (!L_51) { goto IL_0164; } } { CAutoUpdate_t511563099 * L_52 = __this->get_m_updateInstance_5(); String_t* L_53 = V_0; NullCheck(L_52); CAutoUpdate_OnStartFullUpdateImpl_m3795726601(L_52, L_53, /*hidden argument*/NULL); goto IL_016f; } IL_0164: { CAutoUpdate_t511563099 * L_54 = __this->get_m_updateInstance_5(); NullCheck(L_54); CAutoUpdate_CallCheckEnd_m2072457836(L_54, /*hidden argument*/NULL); } IL_016f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CAwardItemCell::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAwardItemCell__ctor_m1375420780 (CAwardItemCell_t1814535141 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CAwardItemCell::Awake() extern "C" IL2CPP_METHOD_ATTR void CAwardItemCell_Awake_m2352538733 (CAwardItemCell_t1814535141 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardItemCell_Awake_m2352538733_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_1 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_0, _stringLiteral2568768431, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_count_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_3 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_2, _stringLiteral145421085, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_texture_3(L_3); UITexture_t3471168817 * L_4 = __this->get_m_texture_3(); NullCheck(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_localScale_m129152068(L_5, /*hidden argument*/NULL); __this->set_m_textSize_5(L_6); __this->set_m_isIconReady_4((bool)0); return; } } // System.Void CAwardItemCell::Update() extern "C" IL2CPP_METHOD_ATTR void CAwardItemCell_Update_m1555903140 (CAwardItemCell_t1814535141 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardItemCell_Update_m1555903140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_isIconReady_4(); if (L_0) { goto IL_002d; } } { UITexture_t3471168817 * L_1 = __this->get_m_texture_3(); int32_t L_2 = __this->get_m_configID_6(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_3 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Vector3_t3722313464 L_4 = __this->get_m_textSize_5(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_5 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_1, L_3, L_4, /*hidden argument*/NULL); __this->set_m_isIconReady_4(L_5); } IL_002d: { return; } } // System.Void CAwardItemCell::SetData(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAwardItemCell_SetData_m3373067666 (CAwardItemCell_t1814535141 * __this, int32_t ___configID0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAwardItemCell_SetData_m3373067666_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_isIconReady_4((bool)0); UILabel_t3248798549 * L_0 = __this->get_m_count_2(); int32_t L_1 = ___count1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614648, L_3, /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_4, /*hidden argument*/NULL); int32_t L_5 = ___configID0; __this->set_m_configID_6(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void cbBookReservation::OnBookReservationData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbBookReservation_OnBookReservationData_m2948036759 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbBookReservation_OnBookReservationData_m2948036759_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; CBookReservationInfo_t4147366020 * V_5 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CBookReservationConfig_t3541798465_il2cpp_TypeInfo_var); CBookReservationConfig_t3541798465 * L_4 = CBookReservationConfig_GetInstance_m3547560977(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CBookReservationConfig_ResetOwnAmount_m3724399452(L_4, /*hidden argument*/NULL); V_2 = 0; goto IL_005c; } IL_0020: { CDataArray_t4068198041 * L_5 = ___msg0; int32_t L_6 = V_0; int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); V_0 = L_7; NullCheck(L_5); int32_t L_8 = CDataArray_GetInt_m1111369473(L_5, L_7, 0, /*hidden argument*/NULL); V_3 = L_8; CDataArray_t4068198041 * L_9 = ___msg0; int32_t L_10 = V_0; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); V_0 = L_11; NullCheck(L_9); int32_t L_12 = CDataArray_GetInt_m1111369473(L_9, L_11, 0, /*hidden argument*/NULL); V_4 = L_12; IL2CPP_RUNTIME_CLASS_INIT(CBookReservationConfig_t3541798465_il2cpp_TypeInfo_var); CBookReservationConfig_t3541798465 * L_13 = CBookReservationConfig_GetInstance_m3547560977(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = V_3; NullCheck(L_13); CBookReservationInfo_t4147366020 * L_15 = CBookReservationConfig_GetCfgUnitByID_m648056151(L_13, L_14, /*hidden argument*/NULL); V_5 = L_15; CBookReservationInfo_t4147366020 * L_16 = V_5; if (!L_16) { goto IL_0058; } } { CBookReservationInfo_t4147366020 * L_17 = V_5; int32_t L_18 = V_4; NullCheck(L_17); L_17->set_ownedAmount_7(L_18); } IL_0058: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005c: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0020; } } { int32_t L_22 = V_1; if ((((int32_t)0) >= ((int32_t)L_22))) { goto IL_0075; } } { IL2CPP_RUNTIME_CLASS_INIT(CBookReservationManager_t2709920264_il2cpp_TypeInfo_var); CBookReservationManager_t2709920264 * L_23 = CBookReservationManager_GetInstance_m2629755170(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CBookReservationManager_set_IsRefreshProgress_m3419310181(L_23, (bool)1, /*hidden argument*/NULL); } IL_0075: { return; } } // System.Void cbBookReservation::OnBookReservationSingleData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbBookReservation_OnBookReservationSingleData_m2612882645 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbBookReservation_OnBookReservationSingleData_m2612882645_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; CBookReservationInfo_t4147366020 * V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_00bd; } } { CDataArray_t4068198041 * L_9 = ___msg0; int32_t L_10 = V_0; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); V_0 = L_11; 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(); NullCheck(L_9); String_t* L_13 = CDataArray_GetWideStr_m3532563229(L_9, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; IL2CPP_RUNTIME_CLASS_INIT(CBookReservationConfig_t3541798465_il2cpp_TypeInfo_var); CBookReservationConfig_t3541798465 * L_14 = CBookReservationConfig_GetInstance_m3547560977(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_1; NullCheck(L_14); CBookReservationInfo_t4147366020 * L_16 = CBookReservationConfig_GetCfgUnitByID_m648056151(L_14, L_15, /*hidden argument*/NULL); V_4 = L_16; int32_t L_17 = V_2; if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_0062; } } { CBookReservationInfo_t4147366020 * L_18 = V_4; if (!L_18) { goto IL_005d; } } { CBookReservationInfo_t4147366020 * L_19 = V_4; String_t* L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_21 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_20, 0, /*hidden argument*/NULL); NullCheck(L_19); CBookReservationInfo_AddOwnList_m4224035221(L_19, L_21, /*hidden argument*/NULL); } IL_005d: { goto IL_00b2; } IL_0062: { String_t* L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00b2; } } { String_t* L_24 = V_3; CharU5BU5D_t3528271667* L_25 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_25); (L_25)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_24); StringU5BU5D_t1281789340* L_26 = String_Split_m3646115398(L_24, L_25, /*hidden argument*/NULL); V_5 = L_26; StringU5BU5D_t1281789340* L_27 = V_5; if (!L_27) { goto IL_00b2; } } { V_6 = 0; goto IL_00a7; } IL_008f: { CBookReservationInfo_t4147366020 * L_28 = V_4; StringU5BU5D_t1281789340* L_29 = V_5; int32_t L_30 = V_6; NullCheck(L_29); int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAt(static_cast(L_31)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_33 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_32, 0, /*hidden argument*/NULL); NullCheck(L_28); CBookReservationInfo_AddOwnList_m4224035221(L_28, L_33, /*hidden argument*/NULL); int32_t L_34 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a7: { int32_t L_35 = V_6; StringU5BU5D_t1281789340* L_36 = V_5; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_008f; } } IL_00b2: { IL2CPP_RUNTIME_CLASS_INIT(CBookReservationManager_t2709920264_il2cpp_TypeInfo_var); CBookReservationManager_t2709920264 * L_37 = CBookReservationManager_GetInstance_m2629755170(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); CBookReservationManager_set_IsSingleDataReady_m1030516475(L_37, (bool)1, /*hidden argument*/NULL); } IL_00bd: { return; } } // System.Void cbBookReservation::OnBookReservationRanking(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbBookReservation_OnBookReservationRanking_m3073907216 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbBookReservation_OnBookReservationRanking_m3073907216_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int64_t V_3 = 0; String_t* V_4 = NULL; int32_t V_5 = 0; int64_t V_6 = 0; int32_t V_7 = 0; COwnerInfo_t868562171 * V_8 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_0081; } IL_0016: { CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int64_t L_7 = CDataArray_GetLong_m4094450536(L_4, L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_3 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_8); String_t* L_12 = CDataArray_GetWideStr_m3532563229(L_8, L_10, L_11, /*hidden argument*/NULL); V_4 = L_12; CDataArray_t4068198041 * L_13 = ___msg0; int32_t L_14 = V_0; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); V_0 = L_15; NullCheck(L_13); int32_t L_16 = CDataArray_GetInt_m1111369473(L_13, L_15, 0, /*hidden argument*/NULL); V_5 = L_16; CDataArray_t4068198041 * L_17 = ___msg0; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); V_0 = L_19; NullCheck(L_17); int64_t L_20 = CDataArray_GetLong_m4094450536(L_17, L_19, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_6 = L_20; CDataArray_t4068198041 * L_21 = ___msg0; int32_t L_22 = V_0; int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); V_0 = L_23; NullCheck(L_21); int32_t L_24 = CDataArray_GetInt_m1111369473(L_21, L_23, 0, /*hidden argument*/NULL); V_7 = L_24; int64_t L_25 = V_3; int32_t L_26 = V_5; int64_t L_27 = V_6; int32_t L_28 = V_7; String_t* L_29 = V_4; COwnerInfo_t868562171 * L_30 = (COwnerInfo_t868562171 *)il2cpp_codegen_object_new(COwnerInfo_t868562171_il2cpp_TypeInfo_var); COwnerInfo__ctor_m4034448139(L_30, L_25, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); V_8 = L_30; IL2CPP_RUNTIME_CLASS_INIT(CBookReservationManager_t2709920264_il2cpp_TypeInfo_var); CBookReservationManager_t2709920264 * L_31 = CBookReservationManager_GetInstance_m2629755170(NULL /*static, unused*/, /*hidden argument*/NULL); COwnerInfo_t868562171 * L_32 = V_8; NullCheck(L_31); CBookReservationManager_AddData_m14080159(L_31, L_32, /*hidden argument*/NULL); int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0081: { int32_t L_34 = V_2; int32_t L_35 = V_1; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0016; } } { int32_t L_36 = V_1; if ((((int32_t)0) >= ((int32_t)L_36))) { goto IL_009a; } } { IL2CPP_RUNTIME_CLASS_INIT(CBookReservationManager_t2709920264_il2cpp_TypeInfo_var); CBookReservationManager_t2709920264 * L_37 = CBookReservationManager_GetInstance_m2629755170(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); CBookReservationManager_set_IsOwnerDataReady_m1335070699(L_37, (bool)1, /*hidden argument*/NULL); } IL_009a: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void cbCouple::OnResponseIsLover(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCouple_OnResponseIsLover_m3072174711 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCouple_OnResponseIsLover_m3072174711_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CLogHelp_t779629444 * L_4 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3943228968, L_7, /*hidden argument*/NULL); NullCheck(L_4); CLogHelp_Log_m386290467(L_4, L_8, /*hidden argument*/NULL); logicCardManager_t2956095708 * L_9 = logicCardManager_GetInstance_m10903635(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_1; NullCheck(L_9); logicCardManager_set_Islover_m2912431767(L_9, L_10, /*hidden argument*/NULL); logicCardManager_t2956095708 * L_11 = logicCardManager_GetInstance_m10903635(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_NeedFreshIsLover_14((bool)1); int32_t L_12 = V_1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); OnRefreshIsLover_t1807964166 * L_15 = ((cbCouple_t1980970727_StaticFields*)il2cpp_codegen_static_fields_for(cbCouple_t1980970727_il2cpp_TypeInfo_var))->get_onRefeshIslover_0(); if (!L_15) { goto IL_005e; } } { OnRefreshIsLover_t1807964166 * L_16 = ((cbCouple_t1980970727_StaticFields*)il2cpp_codegen_static_fields_for(cbCouple_t1980970727_il2cpp_TypeInfo_var))->get_onRefeshIslover_0(); NullCheck(L_16); OnRefreshIsLover_Invoke_m2121992884(L_16, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Void cbCouple::OnCoupleInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCouple_OnCoupleInfo_m2169781336 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCouple_OnCoupleInfo_m2169781336_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; String_t* V_7 = NULL; int32_t V_8 = 0; int64_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; String_t* V_13 = NULL; StringU5BU5D_t1281789340* V_14 = NULL; int64_t V_15 = 0; int32_t V_16 = 0; String_t* V_17 = NULL; int32_t V_18 = 0; CoupleInfo_t1105442132 * V_19 = NULL; int32_t V_20 = 0; int32_t V_21 = 0; int64_t V_22 = 0; String_t* V_23 = NULL; int64_t V_24 = 0; int32_t V_25 = 0; int32_t V_26 = 0; int32_t V_27 = 0; int32_t V_28 = 0; int32_t V_29 = 0; StringU5BU5D_t1281789340* V_30 = NULL; StringU5BU5D_t1281789340* V_31 = NULL; StringU5BU5D_t1281789340* V_32 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) >= ((int32_t)2))) { goto IL_0017; } } { return; } IL_0017: { CDataArray_t4068198041 * L_5 = ___msg0; int32_t L_6 = V_0; int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); V_0 = L_7; NullCheck(L_5); int32_t L_8 = CDataArray_GetInt_m1111369473(L_5, L_7, 0, /*hidden argument*/NULL); V_2 = L_8; CDataArray_t4068198041 * L_9 = ___msg0; int32_t L_10 = V_0; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); V_0 = L_11; NullCheck(L_9); int32_t L_12 = CDataArray_GetInt_m1111369473(L_9, L_11, 0, /*hidden argument*/NULL); V_3 = L_12; CDataArray_t4068198041 * L_13 = ___msg0; int32_t L_14 = V_0; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); V_0 = L_15; NullCheck(L_13); int32_t L_16 = CDataArray_GetInt_m1111369473(L_13, L_15, 0, /*hidden argument*/NULL); V_4 = L_16; CDataArray_t4068198041 * L_17 = ___msg0; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); V_0 = L_19; NullCheck(L_17); int32_t L_20 = CDataArray_GetInt_m1111369473(L_17, L_19, 0, /*hidden argument*/NULL); V_5 = L_20; CDataArray_t4068198041 * L_21 = ___msg0; int32_t L_22 = V_0; int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); V_0 = L_23; NullCheck(L_21); int32_t L_24 = CDataArray_GetInt_m1111369473(L_21, L_23, 0, /*hidden argument*/NULL); V_6 = L_24; CDataArray_t4068198041 * L_25 = ___msg0; int32_t L_26 = V_0; int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); V_0 = L_27; 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_25); String_t* L_29 = CDataArray_GetWideStr_m3532563229(L_25, L_27, L_28, /*hidden argument*/NULL); V_7 = L_29; CDataArray_t4068198041 * L_30 = ___msg0; int32_t L_31 = V_0; int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); V_0 = L_32; NullCheck(L_30); int32_t L_33 = CDataArray_GetInt_m1111369473(L_30, L_32, 0, /*hidden argument*/NULL); V_8 = L_33; CDataArray_t4068198041 * L_34 = ___msg0; int32_t L_35 = V_0; int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); V_0 = L_36; NullCheck(L_34); int64_t L_37 = CDataArray_GetLong_m4094450536(L_34, L_36, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_9 = L_37; CDataArray_t4068198041 * L_38 = ___msg0; int32_t L_39 = V_0; int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); V_0 = L_40; NullCheck(L_38); int32_t L_41 = CDataArray_GetInt_m1111369473(L_38, L_40, 0, /*hidden argument*/NULL); V_10 = L_41; CDataArray_t4068198041 * L_42 = ___msg0; int32_t L_43 = V_0; int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); V_0 = L_44; NullCheck(L_42); int32_t L_45 = CDataArray_GetInt_m1111369473(L_42, L_44, 0, /*hidden argument*/NULL); V_11 = L_45; CDataArray_t4068198041 * L_46 = ___msg0; int32_t L_47 = V_0; int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); V_0 = L_48; NullCheck(L_46); int32_t L_49 = CDataArray_GetInt_m1111369473(L_46, L_48, 0, /*hidden argument*/NULL); V_12 = L_49; CDataArray_t4068198041 * L_50 = ___msg0; int32_t L_51 = V_0; int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); V_0 = L_52; String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_50); String_t* L_54 = CDataArray_GetWideStr_m3532563229(L_50, L_52, L_53, /*hidden argument*/NULL); V_13 = L_54; String_t* L_55 = V_13; CharU5BU5D_t3528271667* L_56 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_56); (L_56)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_55); StringU5BU5D_t1281789340* L_57 = String_Split_m3646115398(L_55, L_56, /*hidden argument*/NULL); V_14 = L_57; CDataArray_t4068198041 * L_58 = ___msg0; int32_t L_59 = V_0; int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); V_0 = L_60; NullCheck(L_58); int64_t L_61 = CDataArray_GetLong_m4094450536(L_58, L_60, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_15 = L_61; CDataArray_t4068198041 * L_62 = ___msg0; int32_t L_63 = V_0; int32_t L_64 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); V_0 = L_64; NullCheck(L_62); int32_t L_65 = CDataArray_GetInt_m1111369473(L_62, L_64, 0, /*hidden argument*/NULL); V_16 = L_65; CDataArray_t4068198041 * L_66 = ___msg0; int32_t L_67 = V_0; int32_t L_68 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); V_0 = L_68; String_t* L_69 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_66); String_t* L_70 = CDataArray_GetWideStr_m3532563229(L_66, L_68, L_69, /*hidden argument*/NULL); V_17 = L_70; CDataArray_t4068198041 * L_71 = ___msg0; int32_t L_72 = V_0; int32_t L_73 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); V_0 = L_73; NullCheck(L_71); int32_t L_74 = CDataArray_GetInt_m1111369473(L_71, L_73, 0, /*hidden argument*/NULL); V_18 = L_74; CoupleInfo_t1105442132 * L_75 = (CoupleInfo_t1105442132 *)il2cpp_codegen_object_new(CoupleInfo_t1105442132_il2cpp_TypeInfo_var); CoupleInfo__ctor_m2725813477(L_75, /*hidden argument*/NULL); V_19 = L_75; V_20 = 0; V_21 = 0; goto IL_0227; } IL_0129: { CDataArray_t4068198041 * L_76 = ___msg0; int32_t L_77 = V_0; int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); V_0 = L_78; NullCheck(L_76); int64_t L_79 = CDataArray_GetLong_m4094450536(L_76, L_78, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_22 = L_79; CDataArray_t4068198041 * L_80 = ___msg0; int32_t L_81 = V_0; int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); V_0 = L_82; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_83 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_80); String_t* L_84 = CDataArray_GetWideStr_m3532563229(L_80, L_82, L_83, /*hidden argument*/NULL); V_23 = L_84; CDataArray_t4068198041 * L_85 = ___msg0; int32_t L_86 = V_0; int32_t L_87 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); V_0 = L_87; NullCheck(L_85); int64_t L_88 = CDataArray_GetLong_m4094450536(L_85, L_87, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_24 = L_88; CDataArray_t4068198041 * L_89 = ___msg0; int32_t L_90 = V_0; int32_t L_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); V_0 = L_91; NullCheck(L_89); int32_t L_92 = CDataArray_GetInt_m1111369473(L_89, L_91, 0, /*hidden argument*/NULL); V_25 = L_92; CDataArray_t4068198041 * L_93 = ___msg0; int32_t L_94 = V_0; int32_t L_95 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); V_0 = L_95; NullCheck(L_93); int32_t L_96 = CDataArray_GetInt_m1111369473(L_93, L_95, 0, /*hidden argument*/NULL); V_26 = L_96; CDataArray_t4068198041 * L_97 = ___msg0; int32_t L_98 = V_0; int32_t L_99 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); V_0 = L_99; NullCheck(L_97); int32_t L_100 = CDataArray_GetInt_m1111369473(L_97, L_99, 0, /*hidden argument*/NULL); V_27 = L_100; CDataArray_t4068198041 * L_101 = ___msg0; int32_t L_102 = V_0; int32_t L_103 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); V_0 = L_103; NullCheck(L_101); int32_t L_104 = CDataArray_GetInt_m1111369473(L_101, L_103, 0, /*hidden argument*/NULL); V_28 = L_104; int32_t L_105 = V_20; if (L_105) { goto IL_01df; } } { CoupleInfo_t1105442132 * L_106 = V_19; int64_t L_107 = V_22; NullCheck(L_106); L_106->set_UserId1_0(L_107); CoupleInfo_t1105442132 * L_108 = V_19; String_t* L_109 = V_23; NullCheck(L_108); L_108->set_Name1_1(L_109); CoupleInfo_t1105442132 * L_110 = V_19; int32_t L_111 = V_25; NullCheck(L_110); L_110->set_Vip1_2(L_111); CoupleInfo_t1105442132 * L_112 = V_19; int64_t L_113 = V_24; NullCheck(L_112); L_112->set_Photo1_3(L_113); CoupleInfo_t1105442132 * L_114 = V_19; int32_t L_115 = V_26; NullCheck(L_114); L_114->set_Sex1_4(L_115); CoupleInfo_t1105442132 * L_116 = V_19; int32_t L_117 = V_27; NullCheck(L_116); L_116->set_MemeberLevel_1_5(L_117); CoupleInfo_t1105442132 * L_118 = V_19; int32_t L_119 = V_28; NullCheck(L_118); L_118->set_HeadBox1_6(L_119); V_20 = 1; goto IL_0221; } IL_01df: { CoupleInfo_t1105442132 * L_120 = V_19; int64_t L_121 = V_22; NullCheck(L_120); L_120->set_UserId2_7(L_121); CoupleInfo_t1105442132 * L_122 = V_19; String_t* L_123 = V_23; NullCheck(L_122); L_122->set_Name2_8(L_123); CoupleInfo_t1105442132 * L_124 = V_19; int32_t L_125 = V_25; NullCheck(L_124); L_124->set_Vip2_9(L_125); CoupleInfo_t1105442132 * L_126 = V_19; int64_t L_127 = V_24; NullCheck(L_126); L_126->set_Photo2_10(L_127); CoupleInfo_t1105442132 * L_128 = V_19; int32_t L_129 = V_26; NullCheck(L_128); L_128->set_Sex2_11(L_129); CoupleInfo_t1105442132 * L_130 = V_19; int32_t L_131 = V_27; NullCheck(L_130); L_130->set_MemeberLevel_2_12(L_131); CoupleInfo_t1105442132 * L_132 = V_19; int32_t L_133 = V_28; NullCheck(L_132); L_132->set_HeadBox2_13(L_133); V_20 = 1; } IL_0221: { int32_t L_134 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); } IL_0227: { int32_t L_135 = V_21; int32_t L_136 = V_1; if ((((int32_t)L_135) < ((int32_t)L_136))) { goto IL_0129; } } { CoupleInfo_t1105442132 * L_137 = V_19; int32_t L_138 = V_3; NullCheck(L_137); L_137->set_LoverLevel_14(L_138); CoupleInfo_t1105442132 * L_139 = V_19; int32_t L_140 = V_2; NullCheck(L_139); L_139->set_Qinmidu_15(L_140); CoupleInfo_t1105442132 * L_141 = V_19; String_t* L_142 = V_7; NullCheck(L_141); L_141->set_LoveDay_18(L_142); CoupleInfo_t1105442132 * L_143 = V_19; int32_t L_144 = V_8; NullCheck(L_143); L_143->set_LoveTag_19(L_144); CoupleInfo_t1105442132 * L_145 = V_19; int32_t L_146 = V_10; NullCheck(L_145); L_145->set_GiftMax_20(L_146); CoupleInfo_t1105442132 * L_147 = V_19; int64_t L_148 = V_9; NullCheck(L_147); L_147->set_RemoveTime_22((((int32_t)((int32_t)L_148)))); CoupleInfo_t1105442132 * L_149 = V_19; int32_t L_150 = V_11; NullCheck(L_149); L_149->set_TreeTag_23(L_150); CoupleInfo_t1105442132 * L_151 = V_19; int64_t L_152 = V_15; NullCheck(L_151); L_151->set_FirstRemoveUserId_34(L_152); CoupleInfo_t1105442132 * L_153 = V_19; int32_t L_154 = V_16; NullCheck(L_153); L_153->set_fruit_35(L_154); CoupleInfo_t1105442132 * L_155 = V_19; String_t* L_156 = V_17; NullCheck(L_155); L_155->set_partnerDay_36(L_156); CoupleInfo_t1105442132 * L_157 = V_19; int32_t L_158 = V_12; NullCheck(L_157); L_157->set_mGiftTag_24(L_158); CoupleInfo_t1105442132 * L_159 = V_19; int32_t L_160 = V_18; NullCheck(L_159); L_159->set_canMarriage_37(L_160); StringU5BU5D_t1281789340* L_161 = V_14; NullCheck(L_161); V_29 = (((int32_t)((int32_t)(((RuntimeArray *)L_161)->max_length)))); V_30 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); V_31 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); V_32 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); int32_t L_162 = V_29; if ((((int32_t)L_162) == ((int32_t)2))) { goto IL_02d5; } } { int32_t L_163 = V_29; if ((((int32_t)L_163) == ((int32_t)3))) { goto IL_0320; } } { int32_t L_164 = V_29; if ((((int32_t)L_164) == ((int32_t)4))) { goto IL_03b1; } } { goto IL_0488; } IL_02d5: { StringU5BU5D_t1281789340* L_165 = V_14; NullCheck(L_165); int32_t L_166 = 0; String_t* L_167 = (L_165)->GetAt(static_cast(L_166)); CharU5BU5D_t3528271667* L_168 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_168); (L_168)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_167); StringU5BU5D_t1281789340* L_169 = String_Split_m3646115398(L_167, L_168, /*hidden argument*/NULL); V_30 = L_169; CoupleInfo_t1105442132 * L_170 = V_19; StringU5BU5D_t1281789340* L_171 = V_30; NullCheck(L_171); int32_t L_172 = 0; String_t* L_173 = (L_171)->GetAt(static_cast(L_172)); int32_t L_174 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_173, /*hidden argument*/NULL); NullCheck(L_170); L_170->set_GiftDetail1_25(L_174); CoupleInfo_t1105442132 * L_175 = V_19; StringU5BU5D_t1281789340* L_176 = V_30; NullCheck(L_176); int32_t L_177 = 1; String_t* L_178 = (L_176)->GetAt(static_cast(L_177)); int32_t L_179 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_178, /*hidden argument*/NULL); NullCheck(L_175); L_175->set_num1_26(L_179); CoupleInfo_t1105442132 * L_180 = V_19; StringU5BU5D_t1281789340* L_181 = V_30; NullCheck(L_181); int32_t L_182 = 2; String_t* L_183 = (L_181)->GetAt(static_cast(L_182)); int32_t L_184 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_183, /*hidden argument*/NULL); NullCheck(L_180); L_180->set_awardType1_27(L_184); goto IL_0488; } IL_0320: { StringU5BU5D_t1281789340* L_185 = V_14; NullCheck(L_185); int32_t L_186 = 0; String_t* L_187 = (L_185)->GetAt(static_cast(L_186)); CharU5BU5D_t3528271667* L_188 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_188); (L_188)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_187); StringU5BU5D_t1281789340* L_189 = String_Split_m3646115398(L_187, L_188, /*hidden argument*/NULL); V_30 = L_189; CoupleInfo_t1105442132 * L_190 = V_19; StringU5BU5D_t1281789340* L_191 = V_30; NullCheck(L_191); int32_t L_192 = 0; String_t* L_193 = (L_191)->GetAt(static_cast(L_192)); int32_t L_194 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_193, /*hidden argument*/NULL); NullCheck(L_190); L_190->set_GiftDetail1_25(L_194); CoupleInfo_t1105442132 * L_195 = V_19; StringU5BU5D_t1281789340* L_196 = V_30; NullCheck(L_196); int32_t L_197 = 1; String_t* L_198 = (L_196)->GetAt(static_cast(L_197)); int32_t L_199 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_198, /*hidden argument*/NULL); NullCheck(L_195); L_195->set_num1_26(L_199); CoupleInfo_t1105442132 * L_200 = V_19; StringU5BU5D_t1281789340* L_201 = V_30; NullCheck(L_201); int32_t L_202 = 2; String_t* L_203 = (L_201)->GetAt(static_cast(L_202)); int32_t L_204 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_203, /*hidden argument*/NULL); NullCheck(L_200); L_200->set_awardType1_27(L_204); StringU5BU5D_t1281789340* L_205 = V_14; NullCheck(L_205); int32_t L_206 = 1; String_t* L_207 = (L_205)->GetAt(static_cast(L_206)); CharU5BU5D_t3528271667* L_208 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_208); (L_208)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_207); StringU5BU5D_t1281789340* L_209 = String_Split_m3646115398(L_207, L_208, /*hidden argument*/NULL); V_31 = L_209; CoupleInfo_t1105442132 * L_210 = V_19; StringU5BU5D_t1281789340* L_211 = V_31; NullCheck(L_211); int32_t L_212 = 0; String_t* L_213 = (L_211)->GetAt(static_cast(L_212)); int32_t L_214 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_213, /*hidden argument*/NULL); NullCheck(L_210); L_210->set_GiftDetail2_28(L_214); CoupleInfo_t1105442132 * L_215 = V_19; StringU5BU5D_t1281789340* L_216 = V_31; NullCheck(L_216); int32_t L_217 = 1; String_t* L_218 = (L_216)->GetAt(static_cast(L_217)); int32_t L_219 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_218, /*hidden argument*/NULL); NullCheck(L_215); L_215->set_num2_29(L_219); CoupleInfo_t1105442132 * L_220 = V_19; StringU5BU5D_t1281789340* L_221 = V_31; NullCheck(L_221); int32_t L_222 = 2; String_t* L_223 = (L_221)->GetAt(static_cast(L_222)); int32_t L_224 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_223, /*hidden argument*/NULL); NullCheck(L_220); L_220->set_awardType2_30(L_224); goto IL_0488; } IL_03b1: { StringU5BU5D_t1281789340* L_225 = V_14; NullCheck(L_225); int32_t L_226 = 0; String_t* L_227 = (L_225)->GetAt(static_cast(L_226)); CharU5BU5D_t3528271667* L_228 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_228); (L_228)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_227); StringU5BU5D_t1281789340* L_229 = String_Split_m3646115398(L_227, L_228, /*hidden argument*/NULL); V_30 = L_229; CoupleInfo_t1105442132 * L_230 = V_19; StringU5BU5D_t1281789340* L_231 = V_30; NullCheck(L_231); int32_t L_232 = 0; String_t* L_233 = (L_231)->GetAt(static_cast(L_232)); int32_t L_234 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_233, /*hidden argument*/NULL); NullCheck(L_230); L_230->set_GiftDetail1_25(L_234); CoupleInfo_t1105442132 * L_235 = V_19; StringU5BU5D_t1281789340* L_236 = V_30; NullCheck(L_236); int32_t L_237 = 1; String_t* L_238 = (L_236)->GetAt(static_cast(L_237)); int32_t L_239 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_238, /*hidden argument*/NULL); NullCheck(L_235); L_235->set_num1_26(L_239); CoupleInfo_t1105442132 * L_240 = V_19; StringU5BU5D_t1281789340* L_241 = V_30; NullCheck(L_241); int32_t L_242 = 2; String_t* L_243 = (L_241)->GetAt(static_cast(L_242)); int32_t L_244 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_243, /*hidden argument*/NULL); NullCheck(L_240); L_240->set_awardType1_27(L_244); StringU5BU5D_t1281789340* L_245 = V_14; NullCheck(L_245); int32_t L_246 = 1; String_t* L_247 = (L_245)->GetAt(static_cast(L_246)); CharU5BU5D_t3528271667* L_248 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_248); (L_248)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_247); StringU5BU5D_t1281789340* L_249 = String_Split_m3646115398(L_247, L_248, /*hidden argument*/NULL); V_31 = L_249; CoupleInfo_t1105442132 * L_250 = V_19; StringU5BU5D_t1281789340* L_251 = V_31; NullCheck(L_251); int32_t L_252 = 0; String_t* L_253 = (L_251)->GetAt(static_cast(L_252)); int32_t L_254 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_253, /*hidden argument*/NULL); NullCheck(L_250); L_250->set_GiftDetail2_28(L_254); CoupleInfo_t1105442132 * L_255 = V_19; StringU5BU5D_t1281789340* L_256 = V_31; NullCheck(L_256); int32_t L_257 = 1; String_t* L_258 = (L_256)->GetAt(static_cast(L_257)); int32_t L_259 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_258, /*hidden argument*/NULL); NullCheck(L_255); L_255->set_num2_29(L_259); CoupleInfo_t1105442132 * L_260 = V_19; StringU5BU5D_t1281789340* L_261 = V_31; NullCheck(L_261); int32_t L_262 = 2; String_t* L_263 = (L_261)->GetAt(static_cast(L_262)); int32_t L_264 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_263, /*hidden argument*/NULL); NullCheck(L_260); L_260->set_awardType2_30(L_264); StringU5BU5D_t1281789340* L_265 = V_14; NullCheck(L_265); int32_t L_266 = 2; String_t* L_267 = (L_265)->GetAt(static_cast(L_266)); CharU5BU5D_t3528271667* L_268 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_268); (L_268)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_267); StringU5BU5D_t1281789340* L_269 = String_Split_m3646115398(L_267, L_268, /*hidden argument*/NULL); V_32 = L_269; CoupleInfo_t1105442132 * L_270 = V_19; StringU5BU5D_t1281789340* L_271 = V_32; NullCheck(L_271); int32_t L_272 = 0; String_t* L_273 = (L_271)->GetAt(static_cast(L_272)); int32_t L_274 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_273, /*hidden argument*/NULL); NullCheck(L_270); L_270->set_GiftDetail3_31(L_274); CoupleInfo_t1105442132 * L_275 = V_19; StringU5BU5D_t1281789340* L_276 = V_32; NullCheck(L_276); int32_t L_277 = 1; String_t* L_278 = (L_276)->GetAt(static_cast(L_277)); int32_t L_279 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_278, /*hidden argument*/NULL); NullCheck(L_275); L_275->set_num3_32(L_279); CoupleInfo_t1105442132 * L_280 = V_19; StringU5BU5D_t1281789340* L_281 = V_32; NullCheck(L_281); int32_t L_282 = 2; String_t* L_283 = (L_281)->GetAt(static_cast(L_282)); int32_t L_284 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_283, /*hidden argument*/NULL); NullCheck(L_280); L_280->set_awardType3_33(L_284); goto IL_0488; } IL_0488: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_285 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_285); CWndController_ShowUI_m3552255067(L_285, ((int32_t)34), /*hidden argument*/NULL); CoupleCardManager_t1858373668 * L_286 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); CoupleInfo_t1105442132 * L_287 = V_19; NullCheck(L_286); CoupleCardManager_set_CurCoupleInfo_m4231864034(L_286, L_287, /*hidden argument*/NULL); CoupleCardManager_t1858373668 * L_288 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); CoupleInfo_t1105442132 * L_289 = V_19; NullCheck(L_288); CoupleCardManager_SetCoupleInf_m1473203193(L_288, L_289, /*hidden argument*/NULL); return; } } // System.Void cbCouple::AddLoveValue(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCouple_AddLoveValue_m3472204177 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_3 = L_11; CoupleCardManager_t1858373668 * L_12 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_13 = V_1; int32_t L_14 = V_2; int32_t L_15 = V_3; NullCheck(L_12); CoupleCardManager_AddLoveValueInitUI_m3371693209(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); return; } } // System.Void cbCouple::OnWaterInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCouple_OnWaterInfo_m3654884694 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCouple_OnWaterInfo_m3654884694_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; String_t* V_5 = NULL; String_t* V_6 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_3 = L_11; CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; NullCheck(L_12); int32_t L_15 = CDataArray_GetInt_m1111369473(L_12, L_14, 0, /*hidden argument*/NULL); V_4 = L_15; CTextHelp_t3119637808 * L_16 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = CTextHelp_GetText_m372251958(L_16, _stringLiteral871221405, /*hidden argument*/NULL); V_5 = L_17; String_t* L_18 = V_5; int32_t L_19 = V_1; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Format_m2844511972(NULL /*static, unused*/, L_18, L_21, /*hidden argument*/NULL); V_6 = L_22; CMsgManager_t455955613 * L_23 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_24 = V_6; NullCheck(L_23); CMsgManager_PushHint_m1231354654(L_23, L_24, (bool)1, /*hidden argument*/NULL); CoupleCardManager_t1858373668 * L_25 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_26 = V_1; int32_t L_27 = V_2; int32_t L_28 = V_3; int32_t L_29 = V_4; NullCheck(L_25); CoupleCardManager_SetCoupleWater_m4276763427(L_25, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); return; } } // System.Void cbCouple::OnReliveLoverInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCouple_OnReliveLoverInfo_m2652455305 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCouple_OnReliveLoverInfo_m2652455305_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int64_t V_4 = 0; String_t* V_5 = NULL; String_t* V_6 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_3 = L_11; CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; NullCheck(L_12); int64_t L_15 = CDataArray_GetLong_m4094450536(L_12, L_14, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_4 = L_15; int32_t L_16 = V_2; if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_009c; } } { int32_t L_17 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_0069; } } { CTextHelp_t3119637808 * L_18 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = CTextHelp_GetText_m372251958(L_18, _stringLiteral1111017469, /*hidden argument*/NULL); V_5 = L_19; CMsgManager_t455955613 * L_20 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_21 = V_5; NullCheck(L_20); CMsgManager_PushHint_m1231354654(L_20, L_21, (bool)1, /*hidden argument*/NULL); goto IL_008e; } IL_0069: { int32_t L_22 = V_1; if ((!(((uint32_t)L_22) == ((uint32_t)2)))) { goto IL_008e; } } { CTextHelp_t3119637808 * L_23 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); String_t* L_24 = CTextHelp_GetText_m372251958(L_23, _stringLiteral4241022663, /*hidden argument*/NULL); V_6 = L_24; CMsgManager_t455955613 * L_25 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_26 = V_6; NullCheck(L_25); CMsgManager_PushHint_m1231354654(L_25, L_26, (bool)1, /*hidden argument*/NULL); } IL_008e: { CoupleCardManager_t1858373668 * L_27 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_28 = V_1; int32_t L_29 = V_3; int64_t L_30 = V_4; NullCheck(L_27); CoupleCardManager_ReliveLovers_m1782136422(L_27, L_28, L_29, L_30, /*hidden argument*/NULL); } IL_009c: { return; } } // System.Void cbCouple::OnGetGift(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCouple_OnGetGift_m1666816296 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CoupleCardManager_t1858373668 * L_8 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = V_1; NullCheck(L_8); CoupleCardManager_GiftResult_m1288226133(L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0058; } } { int32_t L_11 = V_2; CoupleCardManager_t1858373668 * L_12 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CoupleCardManager_GetCoupleGiftMaxValue_m77019421(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)L_13))) { goto IL_0058; } } { CoupleCardManager_t1858373668 * L_14 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CoupleInfo_t1105442132 * L_15 = CoupleCardManager_get_CurCoupleInfo_m919103364(L_14, /*hidden argument*/NULL); int32_t L_16 = V_2; NullCheck(L_15); L_15->set_mGiftTag_24(L_16); CoupleCardManager_t1858373668 * L_17 = CoupleCardManager_GetInstance_m1798063704(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CoupleCardManager_SetCoupleInfo_AfterGetGift_m2364726955(L_17, /*hidden argument*/NULL); } IL_0058: { return; } } // System.Void cbCouple::OnLoveLog(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCouple_OnLoveLog_m2564786909 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCouple_OnLoveLog_m2564786909_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; List_1_t4100575959 * V_2 = NULL; int32_t V_3 = 0; LoveHisData_t2628501217 * V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; String_t* V_9 = NULL; DateTime_t3738529785 V_10; memset(&V_10, 0, sizeof(V_10)); int32_t V_11 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; List_1_t4100575959 * L_4 = (List_1_t4100575959 *)il2cpp_codegen_object_new(List_1_t4100575959_il2cpp_TypeInfo_var); List_1__ctor_m463316007(L_4, /*hidden argument*/List_1__ctor_m463316007_RuntimeMethod_var); V_2 = L_4; V_3 = 0; goto IL_00ce; } IL_001c: { LoveHisData_t2628501217 * L_5 = (LoveHisData_t2628501217 *)il2cpp_codegen_object_new(LoveHisData_t2628501217_il2cpp_TypeInfo_var); LoveHisData__ctor_m1128528404(L_5, /*hidden argument*/NULL); V_4 = L_5; CDataArray_t4068198041 * L_6 = ___msg0; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_0 = L_8; NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, 0, /*hidden argument*/NULL); V_5 = L_9; CDataArray_t4068198041 * L_10 = ___msg0; int32_t L_11 = V_0; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_0 = L_12; 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(); NullCheck(L_10); String_t* L_14 = CDataArray_GetWideStr_m3532563229(L_10, L_12, L_13, /*hidden argument*/NULL); V_6 = L_14; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_15); String_t* L_19 = CDataArray_GetWideStr_m3532563229(L_15, L_17, L_18, /*hidden argument*/NULL); V_7 = L_19; CDataArray_t4068198041 * L_20 = ___msg0; int32_t L_21 = V_0; int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); V_0 = L_22; String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_20); String_t* L_24 = CDataArray_GetWideStr_m3532563229(L_20, L_22, L_23, /*hidden argument*/NULL); V_8 = L_24; CDataArray_t4068198041 * L_25 = ___msg0; int32_t L_26 = V_0; int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); V_0 = L_27; String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_25); String_t* L_29 = CDataArray_GetWideStr_m3532563229(L_25, L_27, L_28, /*hidden argument*/NULL); V_9 = L_29; LoveHisData_t2628501217 * L_30 = V_4; int32_t L_31 = V_5; NullCheck(L_30); L_30->set_type_0(L_31); LoveHisData_t2628501217 * L_32 = V_4; String_t* L_33 = V_6; NullCheck(L_32); L_32->set_time_1(L_33); LoveHisData_t2628501217 * L_34 = V_4; String_t* L_35 = V_7; NullCheck(L_34); L_34->set_p1_2(L_35); LoveHisData_t2628501217 * L_36 = V_4; String_t* L_37 = V_8; NullCheck(L_36); L_36->set_p2_3(L_37); LoveHisData_t2628501217 * L_38 = V_4; String_t* L_39 = V_9; NullCheck(L_38); L_38->set_p3_4(L_39); List_1_t4100575959 * L_40 = V_2; LoveHisData_t2628501217 * L_41 = V_4; NullCheck(L_40); List_1_Add_m3132629135(L_40, L_41, /*hidden argument*/List_1_Add_m3132629135_RuntimeMethod_var); String_t* L_42 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_43 = DateTime_Parse_m2550724587(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); V_10 = L_43; DateTime_t3738529785 L_44 = V_10; int32_t L_45 = cbCouple_ConvertDateTimeInt_m3342711473(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_11 = L_45; LoveHisData_t2628501217 * L_46 = V_4; int32_t L_47 = V_11; NullCheck(L_46); L_46->set_timestamp_5((((int64_t)((int64_t)L_47)))); int32_t L_48 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00ce: { int32_t L_49 = V_3; int32_t L_50 = V_1; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_001c; } } { List_1_t4100575959 * L_51 = V_2; CCompareTime_t389177739 * L_52 = (CCompareTime_t389177739 *)il2cpp_codegen_object_new(CCompareTime_t389177739_il2cpp_TypeInfo_var); CCompareTime__ctor_m1809350423(L_52, /*hidden argument*/NULL); NullCheck(L_51); List_1_Sort_m3866280427(L_51, L_52, /*hidden argument*/List_1_Sort_m3866280427_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_53 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); CWndController_ShowUI_m3552255067(L_53, ((int32_t)36), /*hidden argument*/NULL); CLoveHisManager_t4094175723 * L_54 = CLoveHisManager_GetInstance_m2184531876(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t4100575959 * L_55 = V_2; NullCheck(L_54); CLoveHisManager_SetLoveHisInfo_m1278652392(L_54, L_55, /*hidden argument*/NULL); return; } } // System.Int32 cbCouple::ConvertDateTimeInt(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t cbCouple_ConvertDateTimeInt_m3342711473 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCouple_ConvertDateTimeInt_m3342711473_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); TimeSpan_t881159249 V_1; memset(&V_1, 0, sizeof(V_1)); { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_0 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_1; memset(&L_1, 0, sizeof(L_1)); DateTime__ctor_m12900168((&L_1), ((int32_t)1970), 1, 1, /*hidden argument*/NULL); NullCheck(L_0); DateTime_t3738529785 L_2 = VirtFuncInvoker1< DateTime_t3738529785 , DateTime_t3738529785 >::Invoke(7 /* System.DateTime System.TimeZone::ToLocalTime(System.DateTime) */, L_0, L_1); V_0 = L_2; DateTime_t3738529785 L_3 = ___time0; DateTime_t3738529785 L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_5 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; double L_6 = TimeSpan_get_TotalSeconds_m4083325051((&V_1), /*hidden argument*/NULL); return (((int32_t)((int32_t)L_6))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void cbCouple/CCompareTime::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCompareTime__ctor_m1809350423 (CCompareTime_t389177739 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 cbCouple/CCompareTime::Compare(LoveHisData,LoveHisData) extern "C" IL2CPP_METHOD_ATTR int32_t CCompareTime_Compare_m57266088 (CCompareTime_t389177739 * __this, LoveHisData_t2628501217 * ___lhs0, LoveHisData_t2628501217 * ___rhs1, const RuntimeMethod* method) { { LoveHisData_t2628501217 * L_0 = ___lhs0; NullCheck(L_0); int64_t L_1 = L_0->get_timestamp_5(); LoveHisData_t2628501217 * L_2 = ___rhs1; NullCheck(L_2); int64_t L_3 = L_2->get_timestamp_5(); if ((((int64_t)L_1) >= ((int64_t)L_3))) { goto IL_0013; } } { return (-1); } IL_0013: { return 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 extern "C" void DelegatePInvokeWrapper_OnRefreshIsLover_t1807964166 (OnRefreshIsLover_t1807964166 * __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 cbCouple/OnRefreshIsLover::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnRefreshIsLover__ctor_m2226865269 (OnRefreshIsLover_t1807964166 * __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 cbCouple/OnRefreshIsLover::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnRefreshIsLover_Invoke_m2121992884 (OnRefreshIsLover_t1807964166 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnRefreshIsLover_Invoke_m2121992884((OnRefreshIsLover_t1807964166 *)__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 cbCouple/OnRefreshIsLover::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnRefreshIsLover_BeginInvoke_m3657054020 (OnRefreshIsLover_t1807964166 * __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 cbCouple/OnRefreshIsLover::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnRefreshIsLover_EndInvoke_m484278551 (OnRefreshIsLover_t1807964166 * __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 cbCoupleWall::.ctor() extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall__ctor_m859048996 (cbCoupleWall_t4084469120 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnReceiveCoupleWallInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnReceiveCoupleWallInfo_m705876410 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnReceiveCoupleWallInfo_m705876410_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CDataModelList_t1133308508 * V_2 = NULL; CDataModelList_t1133308508 * V_3 = NULL; CDataModelList_t1133308508 * V_4 = NULL; CDataModelList_t1133308508 * V_5 = NULL; int32_t V_6 = 0; CoupleWallInfoUnit_t2257658563 * V_7 = NULL; String_t* V_8 = NULL; StringU5BU5D_t1281789340* V_9 = NULL; CoupleWallInfoUnit_t2257658563 * G_B6_0 = NULL; CoupleWallInfoUnit_t2257658563 * G_B5_0 = NULL; int32_t G_B7_0 = 0; CoupleWallInfoUnit_t2257658563 * G_B7_1 = NULL; { V_0 = 1; 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; CDataModelList_t1133308508 * L_4 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_4, /*hidden argument*/NULL); V_2 = L_4; CDataModelList_t1133308508 * L_5 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_5, /*hidden argument*/NULL); V_3 = L_5; CDataModelList_t1133308508 * L_6 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_6, /*hidden argument*/NULL); V_4 = L_6; CDataModelList_t1133308508 * L_7 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_7, /*hidden argument*/NULL); V_5 = L_7; V_6 = 0; goto IL_0202; } IL_0031: { CoupleWallInfoUnit_t2257658563 * L_8 = (CoupleWallInfoUnit_t2257658563 *)il2cpp_codegen_object_new(CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var); CoupleWallInfoUnit__ctor_m925530210(L_8, /*hidden argument*/NULL); V_7 = L_8; CoupleWallInfoUnit_t2257658563 * L_9 = V_7; 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); int64_t L_13 = CDataArray_GetLong_m4094450536(L_10, L_12, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); NullCheck(L_9); L_9->set_userID_0(L_13); CoupleWallInfoUnit_t2257658563 * L_14 = V_7; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = L_16; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_15); String_t* L_19 = CDataArray_GetWideStr_m3532563229(L_15, L_17, L_18, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_userName_1(L_19); CDataArray_t4068198041 * L_20 = ___msg0; int32_t L_21 = V_0; int32_t L_22 = L_21; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_20); String_t* L_24 = CDataArray_GetWideStr_m3532563229(L_20, L_22, L_23, /*hidden argument*/NULL); V_8 = L_24; String_t* L_25 = V_8; CharU5BU5D_t3528271667* L_26 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_26); (L_26)->SetAt(static_cast(0), (Il2CppChar)((int32_t)43)); NullCheck(L_25); StringU5BU5D_t1281789340* L_27 = String_Split_m3646115398(L_25, L_26, /*hidden argument*/NULL); V_9 = L_27; StringU5BU5D_t1281789340* L_28 = V_9; NullCheck(L_28); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))) == ((uint32_t)2)))) { goto IL_00b3; } } { CoupleWallInfoUnit_t2257658563 * L_29 = V_7; StringU5BU5D_t1281789340* L_30 = V_9; NullCheck(L_30); int32_t L_31 = 0; String_t* L_32 = (L_30)->GetAt(static_cast(L_31)); int32_t L_33 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_voice_length_2(L_33); CoupleWallInfoUnit_t2257658563 * L_34 = V_7; StringU5BU5D_t1281789340* L_35 = V_9; NullCheck(L_35); int32_t L_36 = 1; String_t* L_37 = (L_35)->GetAt(static_cast(L_36)); NullCheck(L_34); L_34->set_voice_url_3(L_37); goto IL_00c7; } IL_00b3: { CoupleWallInfoUnit_t2257658563 * L_38 = V_7; NullCheck(L_38); L_38->set_voice_length_2(0); CoupleWallInfoUnit_t2257658563 * L_39 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_39); L_39->set_voice_url_3(L_40); } IL_00c7: { CoupleWallInfoUnit_t2257658563 * L_41 = V_7; 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)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_42); String_t* L_46 = CDataArray_GetWideStr_m3532563229(L_42, L_44, L_45, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_context_4(L_46); CoupleWallInfoUnit_t2257658563 * L_47 = V_7; CDataArray_t4068198041 * L_48 = ___msg0; int32_t L_49 = V_0; int32_t L_50 = L_49; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); NullCheck(L_48); int64_t L_51 = CDataArray_GetLong_m4094450536(L_48, L_50, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_47); L_47->set_restTime_5(L_51); CoupleWallInfoUnit_t2257658563 * L_52 = V_7; CDataArray_t4068198041 * L_53 = ___msg0; int32_t L_54 = V_0; int32_t L_55 = L_54; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); NullCheck(L_53); int32_t L_56 = CDataArray_GetInt_m1111369473(L_53, L_55, 0, /*hidden argument*/NULL); NullCheck(L_52); L_52->set_cashType_6(L_56); CoupleWallInfoUnit_t2257658563 * L_57 = V_7; CDataArray_t4068198041 * L_58 = ___msg0; int32_t L_59 = V_0; int32_t L_60 = L_59; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); NullCheck(L_58); int32_t L_61 = CDataArray_GetInt_m1111369473(L_58, L_60, 0, /*hidden argument*/NULL); NullCheck(L_57); L_57->set_highFlag_7(L_61); CoupleWallInfoUnit_t2257658563 * L_62 = V_7; CDataArray_t4068198041 * L_63 = ___msg0; int32_t L_64 = V_0; int32_t L_65 = L_64; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); NullCheck(L_63); int32_t L_66 = CDataArray_GetInt_m1111369473(L_63, L_65, 0, /*hidden argument*/NULL); NullCheck(L_62); L_62->set_userLevel_8(L_66); CoupleWallInfoUnit_t2257658563 * L_67 = V_7; CDataArray_t4068198041 * L_68 = ___msg0; int32_t L_69 = V_0; int32_t L_70 = L_69; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); NullCheck(L_68); int64_t L_71 = CDataArray_GetLong_m4094450536(L_68, L_70, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_67); L_67->set_photoID_9(L_71); CoupleWallInfoUnit_t2257658563 * L_72 = V_7; CDataArray_t4068198041 * L_73 = ___msg0; int32_t L_74 = V_0; int32_t L_75 = L_74; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); NullCheck(L_73); int32_t L_76 = CDataArray_GetInt_m1111369473(L_73, L_75, 0, /*hidden argument*/NULL); NullCheck(L_72); L_72->set_sexID_10(L_76); CoupleWallInfoUnit_t2257658563 * L_77 = V_7; CDataArray_t4068198041 * L_78 = ___msg0; int32_t L_79 = V_0; int32_t L_80 = L_79; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); NullCheck(L_78); int32_t L_81 = CDataArray_GetInt_m1111369473(L_78, L_80, 0, /*hidden argument*/NULL); NullCheck(L_77); L_77->set_vipLevel_11(L_81); CoupleWallInfoUnit_t2257658563 * L_82 = V_7; CDataArray_t4068198041 * L_83 = ___msg0; int32_t L_84 = V_0; int32_t L_85 = L_84; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); NullCheck(L_83); int32_t L_86 = CDataArray_GetInt_m1111369473(L_83, L_85, 0, /*hidden argument*/NULL); NullCheck(L_82); L_82->set_memberLevel_12(L_86); CoupleWallInfoUnit_t2257658563 * L_87 = V_7; CDataArray_t4068198041 * L_88 = ___msg0; int32_t L_89 = V_0; int32_t L_90 = L_89; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); NullCheck(L_88); int32_t L_91 = CDataArray_GetInt_m1111369473(L_88, L_90, 0, /*hidden argument*/NULL); NullCheck(L_87); L_87->set_state_13(L_91); CoupleWallInfoUnit_t2257658563 * L_92 = V_7; CDataArray_t4068198041 * L_93 = ___msg0; int32_t L_94 = V_0; int32_t L_95 = L_94; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); NullCheck(L_93); int32_t L_96 = CDataArray_GetInt_m1111369473(L_93, L_95, 0, /*hidden argument*/NULL); G_B5_0 = L_92; if ((!(((uint32_t)L_96) == ((uint32_t)1)))) { G_B6_0 = L_92; goto IL_01a5; } } { G_B7_0 = 1; G_B7_1 = G_B5_0; goto IL_01a6; } IL_01a5: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_01a6: { NullCheck(G_B7_1); G_B7_1->set_bExpress_14((bool)G_B7_0); CDataModelList_t1133308508 * L_97 = V_2; CoupleWallInfoUnit_t2257658563 * L_98 = V_7; NullCheck(L_97); CDataModelList_Add_m2675322066(L_97, L_98, /*hidden argument*/NULL); CoupleWallInfoUnit_t2257658563 * L_99 = V_7; NullCheck(L_99); int32_t L_100 = L_99->get_sexID_10(); if (L_100) { goto IL_01c7; } } { CDataModelList_t1133308508 * L_101 = V_3; CoupleWallInfoUnit_t2257658563 * L_102 = V_7; NullCheck(L_101); CDataModelList_Add_m2675322066(L_101, L_102, /*hidden argument*/NULL); } IL_01c7: { CoupleWallInfoUnit_t2257658563 * L_103 = V_7; NullCheck(L_103); int32_t L_104 = L_103->get_sexID_10(); if ((!(((uint32_t)L_104) == ((uint32_t)1)))) { goto IL_01dd; } } { CDataModelList_t1133308508 * L_105 = V_4; CoupleWallInfoUnit_t2257658563 * L_106 = V_7; NullCheck(L_105); CDataModelList_Add_m2675322066(L_105, L_106, /*hidden argument*/NULL); } IL_01dd: { CoupleWallInfoUnit_t2257658563 * L_107 = V_7; NullCheck(L_107); int64_t L_108 = L_107->get_userID_0(); CMainRole_t4200562839 * L_109 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_109); int64_t L_110 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_109); if ((!(((uint64_t)L_108) == ((uint64_t)L_110)))) { goto IL_01fc; } } { CDataModelList_t1133308508 * L_111 = V_5; CoupleWallInfoUnit_t2257658563 * L_112 = V_7; NullCheck(L_111); CDataModelList_Add_m2675322066(L_111, L_112, /*hidden argument*/NULL); } IL_01fc: { int32_t L_113 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); } IL_0202: { int32_t L_114 = V_6; int32_t L_115 = V_1; if ((((int32_t)L_114) < ((int32_t)L_115))) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_116 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_117 = V_2; NullCheck(L_116); CoupleWallManager_SetCoupleWallDataMap_m1134741752(L_116, 0, L_117, /*hidden argument*/NULL); CoupleWallManager_t3934997805 * L_118 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_119 = V_3; NullCheck(L_118); CoupleWallManager_SetCoupleWallDataMap_m1134741752(L_118, 1, L_119, /*hidden argument*/NULL); CoupleWallManager_t3934997805 * L_120 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_121 = V_4; NullCheck(L_120); CoupleWallManager_SetCoupleWallDataMap_m1134741752(L_120, 2, L_121, /*hidden argument*/NULL); CoupleWallManager_t3934997805 * L_122 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_123 = V_5; NullCheck(L_122); CoupleWallManager_SetCoupleWallDataMap_m1134741752(L_122, 3, L_123, /*hidden argument*/NULL); CoupleWallManager_t3934997805 * L_124 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_124); CoupleWallManager_Set_CoupleWallNeedFreshUI_m400911166(L_124, (bool)1, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnReceivePublishInfoResult(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnReceivePublishInfoResult_m3050991755 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnReceivePublishInfoResult_m3050991755_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CoupleWallInfoUnit_t2257658563 * V_1 = NULL; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; int32_t V_4 = 0; { V_0 = 1; CoupleWallInfoUnit_t2257658563 * L_0 = (CoupleWallInfoUnit_t2257658563 *)il2cpp_codegen_object_new(CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var); CoupleWallInfoUnit__ctor_m925530210(L_0, /*hidden argument*/NULL); V_1 = L_0; CoupleWallInfoUnit_t2257658563 * L_1 = V_1; CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); int64_t L_5 = CDataArray_GetLong_m4094450536(L_2, L_4, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); NullCheck(L_1); L_1->set_userID_0(L_5); CoupleWallInfoUnit_t2257658563 * L_6 = V_1; CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = V_0; int32_t L_9 = L_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_7); String_t* L_11 = CDataArray_GetWideStr_m3532563229(L_7, L_9, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_userName_1(L_11); CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_12); String_t* L_16 = CDataArray_GetWideStr_m3532563229(L_12, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; String_t* L_17 = V_2; CharU5BU5D_t3528271667* L_18 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_18); (L_18)->SetAt(static_cast(0), (Il2CppChar)((int32_t)43)); NullCheck(L_17); StringU5BU5D_t1281789340* L_19 = String_Split_m3646115398(L_17, L_18, /*hidden argument*/NULL); V_3 = L_19; StringU5BU5D_t1281789340* L_20 = V_3; NullCheck(L_20); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))) == ((uint32_t)2)))) { goto IL_0079; } } { CoupleWallInfoUnit_t2257658563 * L_21 = V_1; StringU5BU5D_t1281789340* L_22 = V_3; NullCheck(L_22); int32_t L_23 = 0; String_t* L_24 = (L_22)->GetAt(static_cast(L_23)); int32_t L_25 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_voice_length_2(L_25); CoupleWallInfoUnit_t2257658563 * L_26 = V_1; StringU5BU5D_t1281789340* L_27 = V_3; NullCheck(L_27); int32_t L_28 = 1; String_t* L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_26); L_26->set_voice_url_3(L_29); goto IL_008b; } IL_0079: { CoupleWallInfoUnit_t2257658563 * L_30 = V_1; NullCheck(L_30); L_30->set_voice_length_2(0); CoupleWallInfoUnit_t2257658563 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_31); L_31->set_voice_url_3(L_32); } IL_008b: { CoupleWallInfoUnit_t2257658563 * L_33 = V_1; CDataArray_t4068198041 * L_34 = ___msg0; int32_t L_35 = V_0; int32_t L_36 = L_35; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_34); String_t* L_38 = CDataArray_GetWideStr_m3532563229(L_34, L_36, L_37, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_context_4(L_38); CoupleWallInfoUnit_t2257658563 * L_39 = V_1; CDataArray_t4068198041 * L_40 = ___msg0; int32_t L_41 = V_0; int32_t L_42 = L_41; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); NullCheck(L_40); int64_t L_43 = CDataArray_GetLong_m4094450536(L_40, L_42, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_39); L_39->set_restTime_5(L_43); CoupleWallInfoUnit_t2257658563 * L_44 = V_1; CDataArray_t4068198041 * L_45 = ___msg0; int32_t L_46 = V_0; int32_t L_47 = L_46; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); NullCheck(L_45); int32_t L_48 = CDataArray_GetInt_m1111369473(L_45, L_47, 0, /*hidden argument*/NULL); NullCheck(L_44); L_44->set_cashType_6(L_48); CoupleWallInfoUnit_t2257658563 * L_49 = V_1; 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); NullCheck(L_49); L_49->set_highFlag_7(L_53); CoupleWallInfoUnit_t2257658563 * L_54 = V_1; CDataArray_t4068198041 * L_55 = ___msg0; int32_t L_56 = V_0; int32_t L_57 = L_56; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); NullCheck(L_55); int32_t L_58 = CDataArray_GetInt_m1111369473(L_55, L_57, 0, /*hidden argument*/NULL); NullCheck(L_54); L_54->set_userLevel_8(L_58); CoupleWallInfoUnit_t2257658563 * L_59 = V_1; CDataArray_t4068198041 * L_60 = ___msg0; int32_t L_61 = V_0; int32_t L_62 = L_61; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); NullCheck(L_60); int64_t L_63 = CDataArray_GetLong_m4094450536(L_60, L_62, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_59); L_59->set_photoID_9(L_63); CoupleWallInfoUnit_t2257658563 * L_64 = V_1; CDataArray_t4068198041 * L_65 = ___msg0; int32_t L_66 = V_0; int32_t L_67 = L_66; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); NullCheck(L_65); int32_t L_68 = CDataArray_GetInt_m1111369473(L_65, L_67, 0, /*hidden argument*/NULL); NullCheck(L_64); L_64->set_sexID_10(L_68); CoupleWallInfoUnit_t2257658563 * L_69 = V_1; CDataArray_t4068198041 * L_70 = ___msg0; int32_t L_71 = V_0; int32_t L_72 = L_71; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); NullCheck(L_70); int32_t L_73 = CDataArray_GetInt_m1111369473(L_70, L_72, 0, /*hidden argument*/NULL); NullCheck(L_69); L_69->set_vipLevel_11(L_73); CoupleWallInfoUnit_t2257658563 * L_74 = V_1; CDataArray_t4068198041 * L_75 = ___msg0; int32_t L_76 = V_0; int32_t L_77 = L_76; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); NullCheck(L_75); int32_t L_78 = CDataArray_GetInt_m1111369473(L_75, L_77, 0, /*hidden argument*/NULL); NullCheck(L_74); L_74->set_memberLevel_12(L_78); CoupleWallInfoUnit_t2257658563 * L_79 = V_1; CDataArray_t4068198041 * L_80 = ___msg0; int32_t L_81 = V_0; int32_t L_82 = L_81; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); NullCheck(L_80); int32_t L_83 = CDataArray_GetInt_m1111369473(L_80, L_82, 0, /*hidden argument*/NULL); NullCheck(L_79); L_79->set_state_13(L_83); CoupleWallInfoUnit_t2257658563 * L_84 = V_1; NullCheck(L_84); L_84->set_bExpress_14((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_85 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); CDataModelList_t1133308508 * L_86 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_85, 0, /*hidden argument*/NULL); CoupleWallInfoUnit_t2257658563 * L_87 = V_1; NullCheck(L_86); CDataModelList_Insert_m1202932652(L_86, 0, L_87, /*hidden argument*/NULL); CoupleWallInfoUnit_t2257658563 * L_88 = V_1; NullCheck(L_88); int32_t L_89 = L_88->get_sexID_10(); if (L_89) { goto IL_017b; } } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_90 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_90); CDataModelList_t1133308508 * L_91 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_90, 1, /*hidden argument*/NULL); CoupleWallInfoUnit_t2257658563 * L_92 = V_1; NullCheck(L_91); CDataModelList_Insert_m1202932652(L_91, 0, L_92, /*hidden argument*/NULL); } IL_017b: { CoupleWallInfoUnit_t2257658563 * L_93 = V_1; NullCheck(L_93); int32_t L_94 = L_93->get_sexID_10(); if ((!(((uint32_t)L_94) == ((uint32_t)1)))) { goto IL_0199; } } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_95 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_95); CDataModelList_t1133308508 * L_96 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_95, 2, /*hidden argument*/NULL); CoupleWallInfoUnit_t2257658563 * L_97 = V_1; NullCheck(L_96); CDataModelList_Insert_m1202932652(L_96, 0, L_97, /*hidden argument*/NULL); } IL_0199: { CoupleWallInfoUnit_t2257658563 * L_98 = V_1; NullCheck(L_98); int64_t L_99 = L_98->get_userID_0(); CMainRole_t4200562839 * L_100 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_100); int64_t L_101 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_100); if ((!(((uint64_t)L_99) == ((uint64_t)L_101)))) { goto IL_01bf; } } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_102 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_102); CDataModelList_t1133308508 * L_103 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_102, 3, /*hidden argument*/NULL); CoupleWallInfoUnit_t2257658563 * L_104 = V_1; NullCheck(L_103); CDataModelList_Add_m2675322066(L_103, L_104, /*hidden argument*/NULL); } IL_01bf: { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_105 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_105); CDataModelList_t1133308508 * L_106 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_105, 0, /*hidden argument*/NULL); NullCheck(L_106); int32_t L_107 = IDataModel_get_Count_m1487795662(L_106, /*hidden argument*/NULL); V_4 = L_107; CoupleWallManager_t3934997805 * L_108 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_108); CoupleWallManager_Set_CoupleWallNeedFreshUI_m400911166(L_108, (bool)1, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnReceiveDeleteInfoResult(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnReceiveDeleteInfoResult_m1598496727 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnReceiveDeleteInfoResult_m1598496727_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CDataModelList_t1133308508 * V_2 = NULL; CDataModelList_t1133308508 * V_3 = NULL; CDataModelList_t1133308508 * V_4 = NULL; CDataModelList_t1133308508 * V_5 = NULL; int32_t V_6 = 0; CoupleWallInfoUnit_t2257658563 * V_7 = NULL; int32_t V_8 = 0; CoupleWallInfoUnit_t2257658563 * V_9 = NULL; int32_t V_10 = 0; CoupleWallInfoUnit_t2257658563 * V_11 = NULL; { V_0 = 1; 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); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_4 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CDataModelList_t1133308508 * L_5 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_4, 0, /*hidden argument*/NULL); V_2 = L_5; CoupleWallManager_t3934997805 * L_6 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CDataModelList_t1133308508 * L_7 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_6, 1, /*hidden argument*/NULL); V_3 = L_7; CoupleWallManager_t3934997805 * L_8 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CDataModelList_t1133308508 * L_9 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_8, 2, /*hidden argument*/NULL); V_4 = L_9; CoupleWallManager_t3934997805 * L_10 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CDataModelList_t1133308508 * L_11 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_10, 3, /*hidden argument*/NULL); V_5 = L_11; V_6 = 0; goto IL_007d; } IL_004a: { CDataModelList_t1133308508 * L_12 = V_2; int32_t L_13 = V_6; NullCheck(L_12); RuntimeObject * L_14 = CDataModelList_GetValue_m2300688861(L_12, L_13, /*hidden argument*/NULL); V_7 = ((CoupleWallInfoUnit_t2257658563 *)CastclassClass((RuntimeObject*)L_14, CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var)); CoupleWallInfoUnit_t2257658563 * L_15 = V_7; NullCheck(L_15); int64_t L_16 = L_15->get_userID_0(); CMainRole_t4200562839 * L_17 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); int64_t L_18 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_17); if ((!(((uint64_t)L_16) == ((uint64_t)L_18)))) { goto IL_0077; } } { CDataModelList_t1133308508 * L_19 = V_2; int32_t L_20 = V_6; NullCheck(L_19); CDataModelList_RemoveAt_m2716366326(L_19, L_20, /*hidden argument*/NULL); } IL_0077: { int32_t L_21 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007d: { int32_t L_22 = V_6; CDataModelList_t1133308508 * L_23 = V_2; NullCheck(L_23); int32_t L_24 = IDataModel_get_Count_m1487795662(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_004a; } } { V_8 = 0; goto IL_00c5; } IL_0092: { CDataModelList_t1133308508 * L_25 = V_3; int32_t L_26 = V_8; NullCheck(L_25); RuntimeObject * L_27 = CDataModelList_GetValue_m2300688861(L_25, L_26, /*hidden argument*/NULL); V_9 = ((CoupleWallInfoUnit_t2257658563 *)CastclassClass((RuntimeObject*)L_27, CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var)); CoupleWallInfoUnit_t2257658563 * L_28 = V_9; NullCheck(L_28); int64_t L_29 = L_28->get_userID_0(); CMainRole_t4200562839 * L_30 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); int64_t L_31 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_30); if ((!(((uint64_t)L_29) == ((uint64_t)L_31)))) { goto IL_00bf; } } { CDataModelList_t1133308508 * L_32 = V_3; int32_t L_33 = V_8; NullCheck(L_32); CDataModelList_RemoveAt_m2716366326(L_32, L_33, /*hidden argument*/NULL); } IL_00bf: { int32_t L_34 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00c5: { int32_t L_35 = V_8; CDataModelList_t1133308508 * L_36 = V_3; NullCheck(L_36); int32_t L_37 = IDataModel_get_Count_m1487795662(L_36, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_0092; } } { V_10 = 0; goto IL_010f; } IL_00da: { CDataModelList_t1133308508 * L_38 = V_4; int32_t L_39 = V_10; NullCheck(L_38); RuntimeObject * L_40 = CDataModelList_GetValue_m2300688861(L_38, L_39, /*hidden argument*/NULL); V_11 = ((CoupleWallInfoUnit_t2257658563 *)CastclassClass((RuntimeObject*)L_40, CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var)); CoupleWallInfoUnit_t2257658563 * L_41 = V_11; NullCheck(L_41); int64_t L_42 = L_41->get_userID_0(); CMainRole_t4200562839 * L_43 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); int64_t L_44 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_43); if ((!(((uint64_t)L_42) == ((uint64_t)L_44)))) { goto IL_0109; } } { CDataModelList_t1133308508 * L_45 = V_4; int32_t L_46 = V_10; NullCheck(L_45); CDataModelList_RemoveAt_m2716366326(L_45, L_46, /*hidden argument*/NULL); } IL_0109: { int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_010f: { int32_t L_48 = V_10; CDataModelList_t1133308508 * L_49 = V_4; NullCheck(L_49); int32_t L_50 = IDataModel_get_Count_m1487795662(L_49, /*hidden argument*/NULL); if ((((int32_t)L_48) < ((int32_t)L_50))) { goto IL_00da; } } { CDataModelList_t1133308508 * L_51 = V_5; NullCheck(L_51); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_52 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_52); CoupleWallManager_Set_CoupleWallNeedFreshUI_m400911166(L_52, (bool)1, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnReceiveMessageLogInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnReceiveMessageLogInfo_m3134906645 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnReceiveMessageLogInfo_m3134906645_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; MessageLogInfoUnit_t4080848674 * V_3 = NULL; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_0 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDataModelList_t1133308508 * L_1 = CoupleWallManager_GetMessageLogDataList_m1181777977(L_0, /*hidden argument*/NULL); NullCheck(L_1); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_1); V_0 = 1; CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); int32_t L_5 = CDataArray_GetInt_m1111369473(L_2, L_4, 0, /*hidden argument*/NULL); V_1 = L_5; V_2 = 0; goto IL_0159; } IL_0025: { MessageLogInfoUnit_t4080848674 * L_6 = (MessageLogInfoUnit_t4080848674 *)il2cpp_codegen_object_new(MessageLogInfoUnit_t4080848674_il2cpp_TypeInfo_var); MessageLogInfoUnit__ctor_m2197320020(L_6, /*hidden argument*/NULL); V_3 = L_6; MessageLogInfoUnit_t4080848674 * L_7 = V_3; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = L_9; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); NullCheck(L_8); int64_t L_11 = CDataArray_GetLong_m4094450536(L_8, L_10, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); NullCheck(L_7); L_7->set_userID_0(L_11); MessageLogInfoUnit_t4080848674 * L_12 = V_3; CDataArray_t4068198041 * L_13 = ___msg0; int32_t L_14 = V_0; int32_t L_15 = L_14; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); 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_13); String_t* L_17 = CDataArray_GetWideStr_m3532563229(L_13, L_15, L_16, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_userName_1(L_17); MessageLogInfoUnit_t4080848674 * L_18 = V_3; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_0; int32_t L_21 = L_20; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_19); String_t* L_23 = CDataArray_GetWideStr_m3532563229(L_19, L_21, L_22, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_context_2(L_23); CDataArray_t4068198041 * L_24 = ___msg0; int32_t L_25 = V_0; int32_t L_26 = L_25; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_24); String_t* L_28 = CDataArray_GetWideStr_m3532563229(L_24, L_26, L_27, /*hidden argument*/NULL); V_4 = L_28; String_t* L_29 = V_4; CharU5BU5D_t3528271667* L_30 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_30); (L_30)->SetAt(static_cast(0), (Il2CppChar)((int32_t)43)); NullCheck(L_29); StringU5BU5D_t1281789340* L_31 = String_Split_m3646115398(L_29, L_30, /*hidden argument*/NULL); V_5 = L_31; StringU5BU5D_t1281789340* L_32 = V_5; NullCheck(L_32); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))) == ((uint32_t)2)))) { goto IL_00b8; } } { MessageLogInfoUnit_t4080848674 * L_33 = V_3; StringU5BU5D_t1281789340* L_34 = V_5; NullCheck(L_34); int32_t L_35 = 0; String_t* L_36 = (L_34)->GetAt(static_cast(L_35)); int32_t L_37 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_voice_length_3(L_37); MessageLogInfoUnit_t4080848674 * L_38 = V_3; StringU5BU5D_t1281789340* L_39 = V_5; NullCheck(L_39); int32_t L_40 = 1; String_t* L_41 = (L_39)->GetAt(static_cast(L_40)); NullCheck(L_38); L_38->set_voice_url_4(L_41); goto IL_00ca; } IL_00b8: { MessageLogInfoUnit_t4080848674 * L_42 = V_3; NullCheck(L_42); L_42->set_voice_length_3(0); MessageLogInfoUnit_t4080848674 * L_43 = V_3; 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(); NullCheck(L_43); L_43->set_voice_url_4(L_44); } IL_00ca: { MessageLogInfoUnit_t4080848674 * L_45 = V_3; 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); NullCheck(L_45); L_45->set_process_5(L_49); MessageLogInfoUnit_t4080848674 * L_50 = V_3; CDataArray_t4068198041 * L_51 = ___msg0; int32_t L_52 = V_0; int32_t L_53 = L_52; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); NullCheck(L_51); int32_t L_54 = CDataArray_GetInt_m1111369473(L_51, L_53, 0, /*hidden argument*/NULL); NullCheck(L_50); L_50->set_userLevel_6(L_54); MessageLogInfoUnit_t4080848674 * L_55 = V_3; CDataArray_t4068198041 * L_56 = ___msg0; int32_t L_57 = V_0; int32_t L_58 = L_57; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); NullCheck(L_56); int64_t L_59 = CDataArray_GetLong_m4094450536(L_56, L_58, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_55); L_55->set_photoID_7(L_59); MessageLogInfoUnit_t4080848674 * L_60 = V_3; CDataArray_t4068198041 * L_61 = ___msg0; int32_t L_62 = V_0; int32_t L_63 = L_62; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); NullCheck(L_61); int32_t L_64 = CDataArray_GetInt_m1111369473(L_61, L_63, 0, /*hidden argument*/NULL); NullCheck(L_60); L_60->set_sexID_8(L_64); MessageLogInfoUnit_t4080848674 * L_65 = V_3; CDataArray_t4068198041 * L_66 = ___msg0; int32_t L_67 = V_0; int32_t L_68 = L_67; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); NullCheck(L_66); int32_t L_69 = CDataArray_GetInt_m1111369473(L_66, L_68, 0, /*hidden argument*/NULL); NullCheck(L_65); L_65->set_vipLevel_9(L_69); MessageLogInfoUnit_t4080848674 * L_70 = V_3; CDataArray_t4068198041 * L_71 = ___msg0; int32_t L_72 = V_0; int32_t L_73 = L_72; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); NullCheck(L_71); int32_t L_74 = CDataArray_GetInt_m1111369473(L_71, L_73, 0, /*hidden argument*/NULL); NullCheck(L_70); L_70->set_state_10(L_74); MessageLogInfoUnit_t4080848674 * L_75 = V_3; CDataArray_t4068198041 * L_76 = ___msg0; int32_t L_77 = V_0; int32_t L_78 = L_77; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); NullCheck(L_76); int64_t L_79 = CDataArray_GetLong_m4094450536(L_76, L_78, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_75); L_75->set_restTime_11(L_79); IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_80 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); MessageLogInfoUnit_t4080848674 * L_81 = V_3; NullCheck(L_80); CoupleWallManager_SetMessageLogDataList_m1306726817(L_80, L_81, /*hidden argument*/NULL); int32_t L_82 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_0159: { int32_t L_83 = V_2; int32_t L_84 = V_1; if ((((int32_t)L_83) < ((int32_t)L_84))) { goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_85 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); CoupleWallManager_Set_MessageLogNeedFreshUI_m49397656(L_85, (bool)1, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnReceiveExpressWork(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnReceiveExpressWork_m2765040482 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnReceiveExpressWork_m2765040482_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CDataModelList_t1133308508 * V_2 = NULL; CDataModelList_t1133308508 * V_3 = NULL; CDataModelList_t1133308508 * V_4 = NULL; int32_t V_5 = 0; CoupleWallInfoUnit_t2257658563 * V_6 = NULL; int32_t V_7 = 0; CoupleWallInfoUnit_t2257658563 * V_8 = NULL; int32_t V_9 = 0; CoupleWallInfoUnit_t2257658563 * V_10 = NULL; { V_0 = 1; 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); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_4 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CDataModelList_t1133308508 * L_5 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_4, 0, /*hidden argument*/NULL); V_2 = L_5; CoupleWallManager_t3934997805 * L_6 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CDataModelList_t1133308508 * L_7 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_6, 1, /*hidden argument*/NULL); V_3 = L_7; CoupleWallManager_t3934997805 * L_8 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CDataModelList_t1133308508 * L_9 = CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424(L_8, 2, /*hidden argument*/NULL); V_4 = L_9; V_5 = 0; goto IL_006c; } IL_003d: { CDataModelList_t1133308508 * L_10 = V_2; int32_t L_11 = V_5; NullCheck(L_10); RuntimeObject * L_12 = CDataModelList_GetValue_m2300688861(L_10, L_11, /*hidden argument*/NULL); V_6 = ((CoupleWallInfoUnit_t2257658563 *)CastclassClass((RuntimeObject*)L_12, CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var)); CoupleWallInfoUnit_t2257658563 * L_13 = V_6; NullCheck(L_13); int64_t L_14 = L_13->get_userID_0(); int64_t L_15 = V_1; if ((!(((uint64_t)L_14) == ((uint64_t)L_15)))) { goto IL_0066; } } { CoupleWallInfoUnit_t2257658563 * L_16 = V_6; NullCheck(L_16); L_16->set_bExpress_14((bool)1); goto IL_0079; } IL_0066: { int32_t L_17 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { int32_t L_18 = V_5; CDataModelList_t1133308508 * L_19 = V_2; NullCheck(L_19); int32_t L_20 = IDataModel_get_Count_m1487795662(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_003d; } } IL_0079: { V_7 = 0; goto IL_00b0; } IL_0081: { CDataModelList_t1133308508 * L_21 = V_3; int32_t L_22 = V_7; NullCheck(L_21); RuntimeObject * L_23 = CDataModelList_GetValue_m2300688861(L_21, L_22, /*hidden argument*/NULL); V_8 = ((CoupleWallInfoUnit_t2257658563 *)CastclassClass((RuntimeObject*)L_23, CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var)); CoupleWallInfoUnit_t2257658563 * L_24 = V_8; NullCheck(L_24); int64_t L_25 = L_24->get_userID_0(); int64_t L_26 = V_1; if ((!(((uint64_t)L_25) == ((uint64_t)L_26)))) { goto IL_00aa; } } { CoupleWallInfoUnit_t2257658563 * L_27 = V_8; NullCheck(L_27); L_27->set_bExpress_14((bool)1); goto IL_00bd; } IL_00aa: { int32_t L_28 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00b0: { int32_t L_29 = V_7; CDataModelList_t1133308508 * L_30 = V_3; NullCheck(L_30); int32_t L_31 = IDataModel_get_Count_m1487795662(L_30, /*hidden argument*/NULL); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_0081; } } IL_00bd: { V_9 = 0; goto IL_00f5; } IL_00c5: { CDataModelList_t1133308508 * L_32 = V_4; int32_t L_33 = V_9; NullCheck(L_32); RuntimeObject * L_34 = CDataModelList_GetValue_m2300688861(L_32, L_33, /*hidden argument*/NULL); V_10 = ((CoupleWallInfoUnit_t2257658563 *)CastclassClass((RuntimeObject*)L_34, CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var)); CoupleWallInfoUnit_t2257658563 * L_35 = V_10; NullCheck(L_35); int64_t L_36 = L_35->get_userID_0(); int64_t L_37 = V_1; if ((!(((uint64_t)L_36) == ((uint64_t)L_37)))) { goto IL_00ef; } } { CoupleWallInfoUnit_t2257658563 * L_38 = V_10; NullCheck(L_38); L_38->set_bExpress_14((bool)1); goto IL_0103; } IL_00ef: { int32_t L_39 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00f5: { int32_t L_40 = V_9; CDataModelList_t1133308508 * L_41 = V_4; NullCheck(L_41); int32_t L_42 = IDataModel_get_Count_m1487795662(L_41, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_42))) { goto IL_00c5; } } IL_0103: { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_43 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); CoupleWallManager_Set_CoupleWallNeedFreshUI_m400911166(L_43, (bool)1, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnReceiveClearAlreadyMessageLog(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnReceiveClearAlreadyMessageLog_m2712313691 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnReceiveClearAlreadyMessageLog_m2712313691_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; MessageLogInfoUnit_t4080848674 * V_5 = NULL; { V_0 = 1; 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; V_2 = 0; goto IL_0082; } IL_0016: { CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = L_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_4); int64_t L_7 = CDataArray_GetLong_m4094450536(L_4, L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_3 = L_7; V_4 = 0; goto IL_0068; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_8 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CDataModelList_t1133308508 * L_9 = CoupleWallManager_GetMessageLogDataList_m1181777977(L_8, /*hidden argument*/NULL); int32_t L_10 = V_4; NullCheck(L_9); RuntimeObject * L_11 = CDataModelList_GetValue_m2300688861(L_9, L_10, /*hidden argument*/NULL); V_5 = ((MessageLogInfoUnit_t4080848674 *)CastclassClass((RuntimeObject*)L_11, MessageLogInfoUnit_t4080848674_il2cpp_TypeInfo_var)); MessageLogInfoUnit_t4080848674 * L_12 = V_5; NullCheck(L_12); int64_t L_13 = L_12->get_userID_0(); int64_t L_14 = V_3; if ((!(((uint64_t)L_13) == ((uint64_t)L_14)))) { goto IL_0062; } } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_15 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CDataModelList_t1133308508 * L_16 = CoupleWallManager_GetMessageLogDataList_m1181777977(L_15, /*hidden argument*/NULL); int32_t L_17 = V_4; NullCheck(L_16); CDataModelList_RemoveAt_m2716366326(L_16, L_17, /*hidden argument*/NULL); } IL_0062: { int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0068: { int32_t L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_20 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CDataModelList_t1133308508 * L_21 = CoupleWallManager_GetMessageLogDataList_m1181777977(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = IDataModel_get_Count_m1487795662(L_21, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_22))) { goto IL_002c; } } { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0082: { int32_t L_24 = V_2; int32_t L_25 = V_1; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_26 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CoupleWallManager_Set_MessageLogNeedFreshUI_m49397656(L_26, (bool)1, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnReceiveExpressResultData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnReceiveExpressResultData_m4120613800 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnReceiveExpressResultData_m4120613800_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; MessageLogInfoUnit_t4080848674 * V_4 = NULL; { V_0 = 1; 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); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = L_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; V_3 = 0; goto IL_0059; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_8 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CDataModelList_t1133308508 * L_9 = CoupleWallManager_GetMessageLogDataList_m1181777977(L_8, /*hidden argument*/NULL); int32_t L_10 = V_3; NullCheck(L_9); RuntimeObject * L_11 = CDataModelList_GetValue_m2300688861(L_9, L_10, /*hidden argument*/NULL); V_4 = ((MessageLogInfoUnit_t4080848674 *)CastclassClass((RuntimeObject*)L_11, MessageLogInfoUnit_t4080848674_il2cpp_TypeInfo_var)); MessageLogInfoUnit_t4080848674 * L_12 = V_4; NullCheck(L_12); int64_t L_13 = L_12->get_userID_0(); int64_t L_14 = V_1; if ((!(((uint64_t)L_13) == ((uint64_t)L_14)))) { goto IL_0055; } } { MessageLogInfoUnit_t4080848674 * L_15 = V_4; int32_t L_16 = V_2; NullCheck(L_15); L_15->set_process_5(L_16); goto IL_006e; } IL_0055: { int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0059: { int32_t L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_19 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CDataModelList_t1133308508 * L_20 = CoupleWallManager_GetMessageLogDataList_m1181777977(L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = IDataModel_get_Count_m1487795662(L_20, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_0024; } } IL_006e: { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_22 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CoupleWallManager_Set_MessageLogNeedFreshUI_m49397656(L_22, (bool)1, /*hidden argument*/NULL); return; } } // System.Void cbCoupleWall::OnFocusPlayerInCoupleWall(System.Int64) extern "C" IL2CPP_METHOD_ATTR void cbCoupleWall_OnFocusPlayerInCoupleWall_m674959523 (RuntimeObject * __this /* static, unused */, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbCoupleWall_OnFocusPlayerInCoupleWall_m674959523_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_0 = CoupleWallManager_GetInstance_m2208694608(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CoupleWallManager_Set_CoupleWallNeedFreshUI_m400911166(L_0, (bool)1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CBillBoard::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBillBoard__ctor_m3555628952 (CBillBoard_t4180992375 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CBillBoard::Awake() extern "C" IL2CPP_METHOD_ATTR void CBillBoard_Awake_m2299261849 (CBillBoard_t4180992375 * __this, const RuntimeMethod* method) { { CBillBoard_ReBindCamera_m850060845(__this, /*hidden argument*/NULL); return; } } // System.Void CBillBoard::Start() extern "C" IL2CPP_METHOD_ATTR void CBillBoard_Start_m1353577678 (CBillBoard_t4180992375 * __this, const RuntimeMethod* method) { { CBillBoard_ReBindCamera_m850060845(__this, /*hidden argument*/NULL); return; } } // System.Void CBillBoard::Update() extern "C" IL2CPP_METHOD_ATTR void CBillBoard_Update_m1101971466 (CBillBoard_t4180992375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CBillBoard_Update_m1101971466_MetadataUsageId); s_Il2CppMethodInitialized = true; } Quaternion_t2301928331 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Quaternion_t2301928331 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Quaternion_t2301928331 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)); Quaternion_t2301928331 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); { CBillBoard_ReBindCamera_m850060845(__this, /*hidden argument*/NULL); Camera_t4157153871 * L_0 = __this->get_m_activeCamera_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_00e8; } } { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_2 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_2; Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_get_parent_m835071599(L_3, /*hidden argument*/NULL); 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_0044; } } { Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_get_parent_m835071599(L_6, /*hidden argument*/NULL); NullCheck(L_7); Quaternion_t2301928331 L_8 = Transform_get_rotation_m3502953881(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0044: { Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_9); Quaternion_t2301928331 L_10 = Transform_get_localRotation_m3487911431(L_9, /*hidden argument*/NULL); V_2 = L_10; Vector3_t3722313464 L_11 = Quaternion_get_eulerAngles_m3425202016((&V_2), /*hidden argument*/NULL); V_1 = L_11; Vector3_t3722313464 L_12 = Quaternion_get_eulerAngles_m3425202016((&V_0), /*hidden argument*/NULL); V_3 = L_12; float L_13 = (&V_3)->get_y_2(); Camera_t4157153871 * L_14 = __this->get_m_activeCamera_2(); NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); NullCheck(L_15); Quaternion_t2301928331 L_16 = Transform_get_rotation_m3502953881(L_15, /*hidden argument*/NULL); V_4 = L_16; Vector3_t3722313464 L_17 = Quaternion_get_eulerAngles_m3425202016((&V_4), /*hidden argument*/NULL); V_5 = L_17; float L_18 = (&V_5)->get_y_2(); (&V_1)->set_y_2(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(180.0f), (float)L_13)), (float)L_18))); Vector3_t3722313464 L_19 = Quaternion_get_eulerAngles_m3425202016((&V_0), /*hidden argument*/NULL); V_6 = L_19; float L_20 = (&V_6)->get_x_1(); Camera_t4157153871 * L_21 = __this->get_m_activeCamera_2(); NullCheck(L_21); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(L_21, /*hidden argument*/NULL); NullCheck(L_22); Quaternion_t2301928331 L_23 = Transform_get_rotation_m3502953881(L_22, /*hidden argument*/NULL); V_7 = L_23; Vector3_t3722313464 L_24 = Quaternion_get_eulerAngles_m3425202016((&V_7), /*hidden argument*/NULL); V_8 = L_24; float L_25 = (&V_8)->get_x_1(); (&V_1)->set_x_1(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)(90.0f), (float)L_20)), (float)L_25))); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_28 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_26); Transform_set_localRotation_m19445462(L_26, L_28, /*hidden argument*/NULL); } IL_00e8: { return; } } // System.Void CBillBoard::ReBindCamera() extern "C" IL2CPP_METHOD_ATTR void CBillBoard_ReBindCamera_m850060845 (CBillBoard_t4180992375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CBillBoard_ReBindCamera_m850060845_MetadataUsageId); s_Il2CppMethodInitialized = true; } CameraU5BU5D_t1709987734* V_0 = NULL; int32_t V_1 = 0; { Camera_t4157153871 * L_0 = __this->get_m_activeCamera_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0037; } } { Camera_t4157153871 * L_2 = __this->get_m_activeCamera_2(); NullCheck(L_2); bool L_3 = Behaviour_get_enabled_m753527255(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0037; } } { Camera_t4157153871 * L_4 = __this->get_m_activeCamera_2(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = GameObject_get_activeSelf_m1767405923(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0037; } } { return; } IL_0037: { CameraU5BU5D_t1709987734* L_7 = Camera_get_allCameras_m2948461600(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_7; V_1 = 0; goto IL_007e; } IL_0044: { CameraU5BU5D_t1709987734* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; Camera_t4157153871 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); bool L_12 = Behaviour_get_enabled_m753527255(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_007a; } } { CameraU5BU5D_t1709987734* L_13 = V_0; int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; Camera_t4157153871 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); GameObject_t1113636619 * L_17 = Component_get_gameObject_m442555142(L_16, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = GameObject_get_activeSelf_m1767405923(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_007a; } } { CameraU5BU5D_t1709987734* L_19 = V_0; int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; Camera_t4157153871 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); bool L_23 = Camera_get_orthographic_m2831464531(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_007a; } } { CameraU5BU5D_t1709987734* L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = L_25; Camera_t4157153871 * L_27 = (L_24)->GetAt(static_cast(L_26)); __this->set_m_activeCamera_2(L_27); return; } IL_007a: { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_007e: { int32_t L_29 = V_1; CameraU5BU5D_t1709987734* L_30 = V_0; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0044; } } { __this->set_m_activeCamera_2((Camera_t4157153871 *)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 cbSuitInfo::OnGetSuitInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbSuitInfo_OnGetSuitInfo_m4027106680 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbSuitInfo_OnGetSuitInfo_m4027106680_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; List_1_t1208796635 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; FashionInfo_t4031689189 * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; List_1_t296433643 * V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; RewardInfo_t3119326197 * V_18 = NULL; SuitInfo_t4135687472 * V_19 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral393950684, /*hidden argument*/NULL); V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = CDataArray_GetInt_m1111369473(L_0, L_1, ((int32_t)1636), /*hidden argument*/NULL); V_1 = L_2; CDataArray_t4068198041 * L_3 = ___msg0; int32_t L_4 = V_0; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); V_0 = L_5; NullCheck(L_3); int32_t L_6 = CDataArray_GetInt_m1111369473(L_3, L_5, (-1), /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; 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*/, _stringLiteral2803402757, L_9, /*hidden argument*/NULL); Debug_Log_m4051431634(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = ___msg0; int32_t L_12 = V_0; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_0 = L_13; NullCheck(L_11); int32_t L_14 = CDataArray_GetInt_m1111369473(L_11, L_13, 0, /*hidden argument*/NULL); V_3 = L_14; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); V_4 = L_18; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_0; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); V_0 = L_21; NullCheck(L_19); int32_t L_22 = CDataArray_GetInt_m1111369473(L_19, L_21, 0, /*hidden argument*/NULL); V_5 = L_22; int32_t L_23 = V_4; List_1_t1208796635 * L_24 = (List_1_t1208796635 *)il2cpp_codegen_object_new(List_1_t1208796635_il2cpp_TypeInfo_var); List_1__ctor_m2368277165(L_24, L_23, /*hidden argument*/List_1__ctor_m2368277165_RuntimeMethod_var); V_6 = L_24; V_7 = 0; goto IL_00ae; } IL_0075: { CDataArray_t4068198041 * L_25 = ___msg0; int32_t L_26 = V_0; int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); V_0 = L_27; NullCheck(L_25); int32_t L_28 = CDataArray_GetInt_m1111369473(L_25, L_27, (-1), /*hidden argument*/NULL); V_8 = L_28; CDataArray_t4068198041 * L_29 = ___msg0; int32_t L_30 = V_0; int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); V_0 = L_31; NullCheck(L_29); int32_t L_32 = CDataArray_GetInt_m1111369473(L_29, L_31, 0, /*hidden argument*/NULL); V_9 = L_32; int32_t L_33 = V_8; int32_t L_34 = V_9; FashionInfo_t4031689189 * L_35 = (FashionInfo_t4031689189 *)il2cpp_codegen_object_new(FashionInfo_t4031689189_il2cpp_TypeInfo_var); FashionInfo__ctor_m2600320743(L_35, L_33, (bool)((((int32_t)L_34) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); V_10 = L_35; List_1_t1208796635 * L_36 = V_6; FashionInfo_t4031689189 * L_37 = V_10; NullCheck(L_36); List_1_Add_m3014112368(L_36, L_37, /*hidden argument*/List_1_Add_m3014112368_RuntimeMethod_var); int32_t L_38 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ae: { int32_t L_39 = V_7; int32_t L_40 = V_4; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0075; } } { CDataArray_t4068198041 * L_41 = ___msg0; int32_t L_42 = V_0; int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); V_0 = L_43; NullCheck(L_41); int32_t L_44 = CDataArray_GetInt_m1111369473(L_41, L_43, 0, /*hidden argument*/NULL); V_11 = L_44; CDataArray_t4068198041 * L_45 = ___msg0; int32_t L_46 = V_0; int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); V_0 = L_47; NullCheck(L_45); int32_t L_48 = CDataArray_GetInt_m1111369473(L_45, L_47, 0, /*hidden argument*/NULL); V_12 = L_48; int32_t L_49 = V_11; List_1_t296433643 * L_50 = (List_1_t296433643 *)il2cpp_codegen_object_new(List_1_t296433643_il2cpp_TypeInfo_var); List_1__ctor_m1455105620(L_50, L_49, /*hidden argument*/List_1__ctor_m1455105620_RuntimeMethod_var); V_13 = L_50; V_14 = 0; goto IL_012a; } IL_00e4: { CDataArray_t4068198041 * L_51 = ___msg0; int32_t L_52 = V_0; int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); V_0 = L_53; NullCheck(L_51); int32_t L_54 = CDataArray_GetInt_m1111369473(L_51, L_53, (-1), /*hidden argument*/NULL); V_15 = L_54; CDataArray_t4068198041 * L_55 = ___msg0; int32_t L_56 = V_0; int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); V_0 = L_57; NullCheck(L_55); int32_t L_58 = CDataArray_GetInt_m1111369473(L_55, L_57, 0, /*hidden argument*/NULL); V_16 = L_58; CDataArray_t4068198041 * L_59 = ___msg0; int32_t L_60 = V_0; int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); V_0 = L_61; NullCheck(L_59); int32_t L_62 = CDataArray_GetInt_m1111369473(L_59, L_61, 0, /*hidden argument*/NULL); V_17 = L_62; int32_t L_63 = V_15; int32_t L_64 = V_16; int32_t L_65 = V_17; RewardInfo_t3119326197 * L_66 = (RewardInfo_t3119326197 *)il2cpp_codegen_object_new(RewardInfo_t3119326197_il2cpp_TypeInfo_var); RewardInfo__ctor_m4146617640(L_66, L_63, L_64, L_65, /*hidden argument*/NULL); V_18 = L_66; List_1_t296433643 * L_67 = V_13; RewardInfo_t3119326197 * L_68 = V_18; NullCheck(L_67); List_1_Add_m1833166294(L_67, L_68, /*hidden argument*/List_1_Add_m1833166294_RuntimeMethod_var); int32_t L_69 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_012a: { int32_t L_70 = V_14; int32_t L_71 = V_11; if ((((int32_t)L_70) < ((int32_t)L_71))) { goto IL_00e4; } } { HandBookCfg_t3398685571 * L_72 = HandBookCfg_GetInstance_m3087382814(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_73 = V_2; NullCheck(L_72); SuitInfo_t4135687472 * L_74 = HandBookCfg_GetSuitbySuitId_m2847084208(L_72, L_73, /*hidden argument*/NULL); V_19 = L_74; int32_t L_75 = V_3; int32_t L_76 = L_75; RuntimeObject * L_77 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_76); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_78 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3155112072, L_77, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); SuitInfo_t4135687472 * L_79 = V_19; RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (EnumSuitReward_t4037878222_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); int32_t L_82 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_83 = Enum_ToObject_m2710011811(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); NullCheck(L_79); SuitInfo_set_RewardStaus_m461597923(L_79, ((*(int32_t*)((int32_t*)UnBox(L_83, EnumSuitReward_t4037878222_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); SuitInfo_t4135687472 * L_84 = V_19; List_1_t296433643 * L_85 = V_13; NullCheck(L_84); SuitInfo_set_RewardList_m1066763283(L_84, L_85, /*hidden argument*/NULL); SuitInfo_t4135687472 * L_86 = V_19; List_1_t1208796635 * L_87 = V_6; NullCheck(L_86); SuitInfo_set_FashionList_m889619595(L_86, L_87, /*hidden argument*/NULL); CSuitDetailCtr_t2341865762 * L_88 = CSuitDetailCtr_GetInstance_m791883356(NULL /*static, unused*/, /*hidden argument*/NULL); SuitInfo_t4135687472 * L_89 = V_19; NullCheck(L_88); CSuitDetailCtr_UpdatePage_m682258089(L_88, L_89, /*hidden argument*/NULL); return; } } // System.Void cbSuitInfo::OnGetRewardResult(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbSuitInfo_OnGetRewardResult_m2951836589 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbSuitInfo_OnGetRewardResult_m2951836589_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 1, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, (-1), /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; if (L_8) { goto IL_002c; } } { CSuitDetailCtr_t2341865762 * L_9 = CSuitDetailCtr_GetInstance_m791883356(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CSuitDetailCtr_ShowSuitReward_m3459790283(L_9, /*hidden argument*/NULL); } IL_002c: { int32_t L_10 = V_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*/, _stringLiteral2321613654, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return; } } // System.Void cbSuitInfo::OnGetSuitNum(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbSuitInfo_OnGetSuitNum_m2957636493 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbSuitInfo_OnGetSuitNum_m2957636493_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; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_006c; } IL_0016: { CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_3 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_4 = L_11; CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; NullCheck(L_12); int32_t L_15 = CDataArray_GetInt_m1111369473(L_12, L_14, 0, /*hidden argument*/NULL); V_5 = L_15; CDataArray_t4068198041 * L_16 = ___msg0; int32_t L_17 = V_0; int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); V_0 = L_18; NullCheck(L_16); int32_t L_19 = CDataArray_GetInt_m1111369473(L_16, L_18, (-1), /*hidden argument*/NULL); V_6 = L_19; CHandBookCtr_t4285066741 * L_20 = CHandBookCtr_GetInstance_m650984722(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); Dictionary_2_t88127061 * L_21 = L_20->get_GetsuitNum_4(); int32_t L_22 = V_3; int32_t L_23 = V_4; int32_t L_24 = V_5; int32_t L_25 = V_6; SuitNum_t1199413730 * L_26 = (SuitNum_t1199413730 *)il2cpp_codegen_object_new(SuitNum_t1199413730_il2cpp_TypeInfo_var); SuitNum__ctor_m352892116(L_26, L_23, L_24, L_25, /*hidden argument*/NULL); NullCheck(L_21); Dictionary_2_set_Item_m1165357600(L_21, L_22, L_26, /*hidden argument*/Dictionary_2_set_Item_m1165357600_RuntimeMethod_var); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_006c: { int32_t L_28 = V_2; int32_t L_29 = V_1; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0016; } } { return; } } // System.Void cbSuitInfo::OnGetTujianProgress(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbSuitInfo_OnGetTujianProgress_m1951109422 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbSuitInfo_OnGetTujianProgress_m1951109422_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; List_1_t2007141648 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; List_1_t4145945798 * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; PriseInfo_t2673871056 * V_16 = NULL; GiftInfo_t535066906 * V_17 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_0117; } IL_0016: { CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_3 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_4 = L_11; CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; NullCheck(L_12); int32_t L_15 = CDataArray_GetInt_m1111369473(L_12, L_14, 0, /*hidden argument*/NULL); V_5 = L_15; int32_t L_16 = V_5; List_1_t2007141648 * L_17 = (List_1_t2007141648 *)il2cpp_codegen_object_new(List_1_t2007141648_il2cpp_TypeInfo_var); List_1__ctor_m4293249418(L_17, L_16, /*hidden argument*/List_1__ctor_m4293249418_RuntimeMethod_var); V_6 = L_17; V_7 = 0; goto IL_00f8; } IL_0050: { CDataArray_t4068198041 * L_18 = ___msg0; int32_t L_19 = V_0; int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); V_0 = L_20; NullCheck(L_18); int32_t L_21 = CDataArray_GetInt_m1111369473(L_18, L_20, 0, /*hidden argument*/NULL); V_8 = L_21; CDataArray_t4068198041 * L_22 = ___msg0; int32_t L_23 = V_0; int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); V_0 = L_24; NullCheck(L_22); int32_t L_25 = CDataArray_GetInt_m1111369473(L_22, L_24, 0, /*hidden argument*/NULL); V_9 = L_25; CDataArray_t4068198041 * L_26 = ___msg0; int32_t L_27 = V_0; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_0 = L_28; NullCheck(L_26); int32_t L_29 = CDataArray_GetInt_m1111369473(L_26, L_28, 0, /*hidden argument*/NULL); V_10 = L_29; int32_t L_30 = V_10; List_1_t4145945798 * L_31 = (List_1_t4145945798 *)il2cpp_codegen_object_new(List_1_t4145945798_il2cpp_TypeInfo_var); List_1__ctor_m924521014(L_31, L_30, /*hidden argument*/List_1__ctor_m924521014_RuntimeMethod_var); V_11 = L_31; V_12 = 0; goto IL_00d1; } IL_008b: { CDataArray_t4068198041 * L_32 = ___msg0; int32_t L_33 = V_0; int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); V_0 = L_34; NullCheck(L_32); int32_t L_35 = CDataArray_GetInt_m1111369473(L_32, L_34, 0, /*hidden argument*/NULL); V_13 = L_35; CDataArray_t4068198041 * L_36 = ___msg0; int32_t L_37 = V_0; int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); V_0 = L_38; NullCheck(L_36); int32_t L_39 = CDataArray_GetInt_m1111369473(L_36, L_38, 0, /*hidden argument*/NULL); V_14 = L_39; CDataArray_t4068198041 * L_40 = ___msg0; int32_t L_41 = V_0; int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); V_0 = L_42; NullCheck(L_40); int32_t L_43 = CDataArray_GetInt_m1111369473(L_40, L_42, 0, /*hidden argument*/NULL); V_15 = L_43; int32_t L_44 = V_13; int32_t L_45 = V_14; int32_t L_46 = V_15; PriseInfo_t2673871056 * L_47 = (PriseInfo_t2673871056 *)il2cpp_codegen_object_new(PriseInfo_t2673871056_il2cpp_TypeInfo_var); PriseInfo__ctor_m1270214700(L_47, L_44, L_45, L_46, /*hidden argument*/NULL); V_16 = L_47; List_1_t4145945798 * L_48 = V_11; PriseInfo_t2673871056 * L_49 = V_16; NullCheck(L_48); List_1_Add_m1004994270(L_48, L_49, /*hidden argument*/List_1_Add_m1004994270_RuntimeMethod_var); int32_t L_50 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00d1: { int32_t L_51 = V_12; int32_t L_52 = V_10; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_008b; } } { int32_t L_53 = V_8; int32_t L_54 = V_9; List_1_t4145945798 * L_55 = V_11; int32_t L_56 = V_4; GiftInfo_t535066906 * L_57 = (GiftInfo_t535066906 *)il2cpp_codegen_object_new(GiftInfo_t535066906_il2cpp_TypeInfo_var); GiftInfo__ctor_m4066004946(L_57, L_53, L_54, L_55, L_56, /*hidden argument*/NULL); V_17 = L_57; List_1_t2007141648 * L_58 = V_6; GiftInfo_t535066906 * L_59 = V_17; NullCheck(L_58); List_1_Add_m211016047(L_58, L_59, /*hidden argument*/List_1_Add_m211016047_RuntimeMethod_var); int32_t L_60 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_00f8: { int32_t L_61 = V_7; int32_t L_62 = V_5; if ((((int32_t)L_61) < ((int32_t)L_62))) { goto IL_0050; } } { CHandBookCtr_t4285066741 * L_63 = CHandBookCtr_GetInstance_m650984722(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); Dictionary_2_t895854979 * L_64 = L_63->get_mygiftInfo_5(); int32_t L_65 = V_3; List_1_t2007141648 * L_66 = V_6; NullCheck(L_64); Dictionary_2_set_Item_m4262077811(L_64, L_65, L_66, /*hidden argument*/Dictionary_2_set_Item_m4262077811_RuntimeMethod_var); int32_t L_67 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0117: { int32_t L_68 = V_2; int32_t L_69 = V_1; if ((((int32_t)L_68) < ((int32_t)L_69))) { goto IL_0016; } } { return; } } // System.Void cbSuitInfo::OnGetTujianSuccess(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbSuitInfo_OnGetTujianSuccess_m396604445 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbSuitInfo_OnGetTujianSuccess_m396604445_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; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 1, /*hidden argument*/NULL); V_3 = L_11; CHandBookCtr_t4285066741 * L_12 = CHandBookCtr_GetInstance_m650984722(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); Dictionary_2_t3235388461 * L_13 = L_12->get_Getsucessinfo_6(); int32_t L_14 = V_2; int32_t L_15 = V_1; int32_t L_16 = V_2; int32_t L_17 = V_3; SucessInfo_t51707834 * L_18 = (SucessInfo_t51707834 *)il2cpp_codegen_object_new(SucessInfo_t51707834_il2cpp_TypeInfo_var); SucessInfo__ctor_m1840168855(L_18, L_15, L_16, L_17, /*hidden argument*/NULL); NullCheck(L_13); Dictionary_2_set_Item_m2177106778(L_13, L_14, L_18, /*hidden argument*/Dictionary_2_set_Item_m2177106778_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void cbSweep::.ctor() extern "C" IL2CPP_METHOD_ATTR void cbSweep__ctor_m1250508440 (cbSweep_t3611869675 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void cbSweep::OnResponseSweep(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void cbSweep_OnResponseSweep_m819302616 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cbSweep_OnResponseSweep_m819302616_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; List_1_t3319525431 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if (L_4) { goto IL_0016; } } { return; } IL_0016: { CDataArray_t4068198041 * L_5 = ___msg0; int32_t L_6 = V_0; int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); V_0 = L_7; NullCheck(L_5); int32_t L_8 = CDataArray_GetInt_m1111369473(L_5, L_7, 0, /*hidden argument*/NULL); V_2 = L_8; List_1_t3319525431 * L_9 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_9, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_3 = L_9; CLogHelp_t779629444 * L_10 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = V_2; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3668421212, L_13, /*hidden argument*/NULL); NullCheck(L_10); CLogHelp_Log_m386290467(L_10, L_14, /*hidden argument*/NULL); V_4 = 0; goto IL_00bb; } IL_004b: { CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); V_5 = L_18; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_0; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); V_0 = L_21; NullCheck(L_19); int32_t L_22 = CDataArray_GetInt_m1111369473(L_19, L_21, 0, /*hidden argument*/NULL); V_6 = L_22; CDataArray_t4068198041 * L_23 = ___msg0; int32_t L_24 = V_0; int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); V_0 = L_25; NullCheck(L_23); int32_t L_26 = CDataArray_GetInt_m1111369473(L_23, L_25, 0, /*hidden argument*/NULL); V_7 = L_26; List_1_t3319525431 * L_27 = V_3; 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_6; 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_Concat_m1715369213(NULL /*static, unused*/, L_30, _stringLiteral3452614641, L_33, /*hidden argument*/NULL); NullCheck(L_27); List_1_Add_m1685793073(L_27, L_34, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); CLogHelp_t779629444 * L_35 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); 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_6; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40); String_t* L_42 = String_Concat_m1715369213(NULL /*static, unused*/, L_38, _stringLiteral3452614641, L_41, /*hidden argument*/NULL); NullCheck(L_35); CLogHelp_Log_m386290467(L_35, L_42, /*hidden argument*/NULL); int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00bb: { int32_t L_44 = V_4; int32_t L_45 = V_2; if ((((int32_t)L_44) < ((int32_t)L_45))) { goto IL_004b; } } { PveSweepManager_t2545045145 * L_46 = PveSweepManager_GetInstance_m2055302674(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t3319525431 * L_47 = V_3; NullCheck(L_46); PveSweepManager_ShowSweepDetail_m1096809708(L_46, L_47, /*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 CConstellationManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CConstellationManager__ctor_m1317586403 (CConstellationManager_t2532336838 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // CConstellationManager CConstellationManager::getInstance() extern "C" IL2CPP_METHOD_ATTR CConstellationManager_t2532336838 * CConstellationManager_getInstance_m3895647922 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CConstellationManager_getInstance_m3895647922_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CConstellationManager_t2532336838 * L_0 = ((CConstellationManager_t2532336838_StaticFields*)il2cpp_codegen_static_fields_for(CConstellationManager_t2532336838_il2cpp_TypeInfo_var))->get_instance_0(); if (L_0) { goto IL_0014; } } { CConstellationManager_t2532336838 * L_1 = (CConstellationManager_t2532336838 *)il2cpp_codegen_object_new(CConstellationManager_t2532336838_il2cpp_TypeInfo_var); CConstellationManager__ctor_m1317586403(L_1, /*hidden argument*/NULL); ((CConstellationManager_t2532336838_StaticFields*)il2cpp_codegen_static_fields_for(CConstellationManager_t2532336838_il2cpp_TypeInfo_var))->set_instance_0(L_1); } IL_0014: { CConstellationManager_t2532336838 * L_2 = ((CConstellationManager_t2532336838_StaticFields*)il2cpp_codegen_static_fields_for(CConstellationManager_t2532336838_il2cpp_TypeInfo_var))->get_instance_0(); return L_2; } } // System.Void CConstellationManager::OpenStarPage() extern "C" IL2CPP_METHOD_ATTR void CConstellationManager_OpenStarPage_m2789745112 (CConstellationManager_t2532336838 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CConstellationManager_OpenStarPage_m2789745112_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; float V_2 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetUICamera_m3997251255(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { return; } IL_001d: { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral1062148084, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; 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_0054; } } { Camera_t4157153871 * L_10 = V_0; NullCheck(L_10); float L_11 = Camera_get_nearClipPlane_m837839537(L_10, /*hidden argument*/NULL); V_2 = ((float)il2cpp_codegen_add((float)L_11, (float)(10.0f))); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_12 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CWndController_ShowUI_m3552255067(L_12, ((int32_t)76), /*hidden argument*/NULL); } IL_0054: { return; } } // System.Void CConstellationManager::OnDestroyUI() extern "C" IL2CPP_METHOD_ATTR void CConstellationManager_OnDestroyUI_m1090739292 (CConstellationManager_t2532336838 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CConstellationManager_OnDestroyUI_m1090739292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ChangeStarSin_t3703845707 * L_0 = __this->get_changeStatSign_2(); if (!L_0) { goto IL_001c; } } { ChangeStarSin_t3703845707 * L_1 = __this->get_changeStatSign_2(); int32_t L_2 = __this->get_starIndex_1(); NullCheck(L_1); ChangeStarSin_Invoke_m2117747265(L_1, L_2, /*hidden argument*/NULL); } IL_001c: { __this->set_changeStatSign_2((ChangeStarSin_t3703845707 *)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)76), /*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_ChangeStarSin_t3703845707 (ChangeStarSin_t3703845707 * __this, int32_t ___index0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___index0); } // System.Void CConstellationManager/ChangeStarSin::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ChangeStarSin__ctor_m3234861814 (ChangeStarSin_t3703845707 * __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 CConstellationManager/ChangeStarSin::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChangeStarSin_Invoke_m2117747265 (ChangeStarSin_t3703845707 * __this, int32_t ___index0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ChangeStarSin_Invoke_m2117747265((ChangeStarSin_t3703845707 *)__this->get_prev_9(), ___index0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___index0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___index0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___index0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___index0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___index0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___index0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___index0, targetMethod); } } } } // System.IAsyncResult CConstellationManager/ChangeStarSin::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ChangeStarSin_BeginInvoke_m129563481 (ChangeStarSin_t3703845707 * __this, int32_t ___index0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChangeStarSin_BeginInvoke_m129563481_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___index0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void CConstellationManager/ChangeStarSin::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ChangeStarSin_EndInvoke_m1609404679 (ChangeStarSin_t3703845707 * __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 CDataModelAny::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelAny__ctor_m2630302822 (CDataModelAny_t3819624005 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); return; } } // System.Object CDataModelAny::get_Data() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CDataModelAny_get_Data_m978408719 (CDataModelAny_t3819624005 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_Val_1(); return L_0; } } // System.Void CDataModelAny::set_Data(System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelAny_set_Data_m2429302818 (CDataModelAny_t3819624005 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelAny_set_Data_m2429302818_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; __this->set_m_Val_1(L_0); CEventChangeOne_t3209287255 * L_1 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_1, /*hidden argument*/NULL); V_0 = L_1; CEventChangeOne_t3209287255 * L_2 = V_0; NullCheck(L_2); IDataEvent_set_DataModel_m263037649(L_2, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_3 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelBool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelBool__ctor_m1721054774 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); return; } } // System.Boolean CDataModelBool::get_Data() extern "C" IL2CPP_METHOD_ATTR bool CDataModelBool_get_Data_m2289136987 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Val_1(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelBool_set_Data_m838892248_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { bool L_0 = ___value0; __this->set_m_Val_1(L_0); CEventChangeOne_t3209287255 * L_1 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_1, /*hidden argument*/NULL); V_0 = L_1; CEventChangeOne_t3209287255 * L_2 = V_0; NullCheck(L_2); IDataEvent_set_DataModel_m263037649(L_2, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_3 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelFloat::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelFloat__ctor_m877119484 (CDataModelFloat_t1314209436 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); return; } } // System.Single CDataModelFloat::get_Data() extern "C" IL2CPP_METHOD_ATTR float CDataModelFloat_get_Data_m340087328 (CDataModelFloat_t1314209436 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_Val_1(); return L_0; } } // System.Void CDataModelFloat::set_Data(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataModelFloat_set_Data_m1471886701 (CDataModelFloat_t1314209436 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelFloat_set_Data_m1471886701_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { float L_0 = ___value0; __this->set_m_Val_1(L_0); CEventChangeOne_t3209287255 * L_1 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_1, /*hidden argument*/NULL); V_0 = L_1; CEventChangeOne_t3209287255 * L_2 = V_0; NullCheck(L_2); IDataEvent_set_DataModel_m263037649(L_2, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_3 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelInt__ctor_m420760675 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); return; } } // System.Int32 CDataModelInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelInt_get_Data_m274101408 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Val_1(); return L_0; } } // System.Void CDataModelInt::set_Data(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelInt_set_Data_m3794751788 (CDataModelInt_t3463393640 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelInt_set_Data_m3794751788_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { int32_t L_0 = ___value0; __this->set_m_Val_1(L_0); CEventChangeOne_t3209287255 * L_1 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_1, /*hidden argument*/NULL); V_0 = L_1; CEventChangeOne_t3209287255 * L_2 = V_0; NullCheck(L_2); IDataEvent_set_DataModel_m263037649(L_2, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_3 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelList__ctor_m3914079479 (CDataModelList_t1133308508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList__ctor_m3914079479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); List_1_t257213610 * L_0 = (List_1_t257213610 *)il2cpp_codegen_object_new(List_1_t257213610_il2cpp_TypeInfo_var); List_1__ctor_m2321703786(L_0, /*hidden argument*/List_1__ctor_m2321703786_RuntimeMethod_var); __this->set_m_listVal_1(L_0); return; } } // System.Int32 CDataModelList::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelList_GetCount_m2680738349 (CDataModelList_t1133308508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_GetCount_m2680738349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2934127733(L_0, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); return L_1; } } // System.Object CDataModelList::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CDataModelList_GetValue_m2300688861 (CDataModelList_t1133308508 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_GetValue_m2300688861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2934127733(L_0, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0022; } } { List_1_t257213610 * L_2 = __this->get_m_listVal_1(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m2934127733(L_2, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); int32_t L_4 = ___index0; if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0024; } } IL_0022: { return NULL; } IL_0024: { List_1_t257213610 * L_5 = __this->get_m_listVal_1(); int32_t L_6 = ___index0; NullCheck(L_5); RuntimeObject * L_7 = List_1_get_Item_m2287542950(L_5, L_6, /*hidden argument*/List_1_get_Item_m2287542950_RuntimeMethod_var); return L_7; } } // System.Boolean CDataModelList::Set(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CDataModelList_Set_m4251133707 (CDataModelList_t1133308508 * __this, RuntimeObject * ___val0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_Set_m4251133707_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2934127733(L_0, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0051; } } { List_1_t257213610 * L_2 = __this->get_m_listVal_1(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m2934127733(L_2, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); int32_t L_4 = ___index1; if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0051; } } { List_1_t257213610 * L_5 = __this->get_m_listVal_1(); int32_t L_6 = ___index1; RuntimeObject * L_7 = ___val0; NullCheck(L_5); List_1_set_Item_m1979164443(L_5, L_6, L_7, /*hidden argument*/List_1_set_Item_m1979164443_RuntimeMethod_var); CEventChangeOne_t3209287255 * L_8 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_8, /*hidden argument*/NULL); V_0 = L_8; CEventChangeOne_t3209287255 * L_9 = V_0; NullCheck(L_9); IDataEvent_set_DataModel_m263037649(L_9, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_10 = V_0; int32_t L_11 = ___index1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); CEventChangeOne_set_KeyID_m1987023659(L_10, L_13, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_14 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_14, /*hidden argument*/NULL); return (bool)1; } IL_0051: { return (bool)0; } } // System.Void CDataModelList::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Add_m2675322066 (CDataModelList_t1133308508 * __this, RuntimeObject * ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_Add_m2675322066_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventAddOne_t265969249 * V_0 = NULL; { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); RuntimeObject * L_1 = ___val0; NullCheck(L_0); List_1_Add_m3338814081(L_0, L_1, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); CEventAddOne_t265969249 * L_2 = (CEventAddOne_t265969249 *)il2cpp_codegen_object_new(CEventAddOne_t265969249_il2cpp_TypeInfo_var); CEventAddOne__ctor_m2619440603(L_2, /*hidden argument*/NULL); V_0 = L_2; CEventAddOne_t265969249 * L_3 = V_0; NullCheck(L_3); IDataEvent_set_DataModel_m263037649(L_3, __this, /*hidden argument*/NULL); CEventAddOne_t265969249 * L_4 = V_0; List_1_t257213610 * L_5 = __this->get_m_listVal_1(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m2934127733(L_5, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); NullCheck(L_4); CEventAddOne_set_KeyID_m3615544068(L_4, L_8, /*hidden argument*/NULL); CEventAddOne_t265969249 * L_9 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void CDataModelList::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_RemoveAt_m2716366326 (CDataModelList_t1133308508 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_RemoveAt_m2716366326_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeAll_t836503194 * V_0 = NULL; { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2934127733(L_0, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0042; } } { List_1_t257213610 * L_2 = __this->get_m_listVal_1(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m2934127733(L_2, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); int32_t L_4 = ___index0; if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0042; } } { List_1_t257213610 * L_5 = __this->get_m_listVal_1(); int32_t L_6 = ___index0; NullCheck(L_5); List_1_RemoveAt_m2730968292(L_5, L_6, /*hidden argument*/List_1_RemoveAt_m2730968292_RuntimeMethod_var); CEventChangeAll_t836503194 * L_7 = (CEventChangeAll_t836503194 *)il2cpp_codegen_object_new(CEventChangeAll_t836503194_il2cpp_TypeInfo_var); CEventChangeAll__ctor_m3672760628(L_7, /*hidden argument*/NULL); V_0 = L_7; CEventChangeAll_t836503194 * L_8 = V_0; NullCheck(L_8); IDataEvent_set_DataModel_m263037649(L_8, __this, /*hidden argument*/NULL); CEventChangeAll_t836503194 * L_9 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_9, /*hidden argument*/NULL); } IL_0042: { return; } } // System.Void CDataModelList::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Clear_m3060359967 (CDataModelList_t1133308508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_Clear_m3060359967_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventRemoveAll_t615414916 * V_0 = NULL; { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); NullCheck(L_0); List_1_Clear_m3697625829(L_0, /*hidden argument*/List_1_Clear_m3697625829_RuntimeMethod_var); CEventRemoveAll_t615414916 * L_1 = (CEventRemoveAll_t615414916 *)il2cpp_codegen_object_new(CEventRemoveAll_t615414916_il2cpp_TypeInfo_var); CEventRemoveAll__ctor_m4154219824(L_1, /*hidden argument*/NULL); V_0 = L_1; CEventRemoveAll_t615414916 * L_2 = V_0; NullCheck(L_2); IDataEvent_set_DataModel_m263037649(L_2, __this, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_3 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void CDataModelList::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Insert_m1202932652 (CDataModelList_t1133308508 * __this, int32_t ___index0, RuntimeObject * ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_Insert_m1202932652_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeAll_t836503194 * V_0 = NULL; { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { List_1_t257213610 * L_1 = __this->get_m_listVal_1(); int32_t L_2 = ___index0; RuntimeObject * L_3 = ___val1; NullCheck(L_1); List_1_Insert_m814893238(L_1, L_2, L_3, /*hidden argument*/List_1_Insert_m814893238_RuntimeMethod_var); CEventChangeAll_t836503194 * L_4 = (CEventChangeAll_t836503194 *)il2cpp_codegen_object_new(CEventChangeAll_t836503194_il2cpp_TypeInfo_var); CEventChangeAll__ctor_m3672760628(L_4, /*hidden argument*/NULL); V_0 = L_4; CEventChangeAll_t836503194 * L_5 = V_0; NullCheck(L_5); IDataEvent_set_DataModel_m263037649(L_5, __this, /*hidden argument*/NULL); CEventChangeAll_t836503194 * L_6 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void CDataModelList::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Sort_m1581137243 (CDataModelList_t1133308508 * __this, Comparison_1_t2855037343 * ___comparison0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelList_Sort_m1581137243_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeAll_t836503194 * V_0 = NULL; { List_1_t257213610 * L_0 = __this->get_m_listVal_1(); if (!L_0) { goto IL_001b; } } { List_1_t257213610 * L_1 = __this->get_m_listVal_1(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2934127733(L_1, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); if (L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { List_1_t257213610 * L_3 = __this->get_m_listVal_1(); Comparison_1_t2855037343 * L_4 = ___comparison0; NullCheck(L_3); List_1_Sort_m116019857(L_3, L_4, /*hidden argument*/List_1_Sort_m116019857_RuntimeMethod_var); CEventChangeAll_t836503194 * L_5 = (CEventChangeAll_t836503194 *)il2cpp_codegen_object_new(CEventChangeAll_t836503194_il2cpp_TypeInfo_var); CEventChangeAll__ctor_m3672760628(L_5, /*hidden argument*/NULL); V_0 = L_5; CEventChangeAll_t836503194 * L_6 = V_0; NullCheck(L_6); IDataEvent_set_DataModel_m263037649(L_6, __this, /*hidden argument*/NULL); CEventChangeAll_t836503194 * L_7 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_7, /*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 CDataModelMap::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelMap__ctor_m2240469843 (CDataModelMap_t1093164792 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelMap__ctor_m2240469843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); Dictionary_2_t132545152 * L_0 = (Dictionary_2_t132545152 *)il2cpp_codegen_object_new(Dictionary_2_t132545152_il2cpp_TypeInfo_var); Dictionary_2__ctor_m518943619(L_0, /*hidden argument*/Dictionary_2__ctor_m518943619_RuntimeMethod_var); __this->set_m_mapVal_1(L_0); return; } } // System.Int32 CDataModelMap::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelMap_GetCount_m4159681203 (CDataModelMap_t1093164792 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelMap_GetCount_m4159681203_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t132545152 * L_0 = __this->get_m_mapVal_1(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m2424847318(L_0, /*hidden argument*/Dictionary_2_get_Count_m2424847318_RuntimeMethod_var); return L_1; } } // System.Object CDataModelMap::GetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CDataModelMap_GetValue_m2959219901 (CDataModelMap_t1093164792 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelMap_GetValue_m2959219901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t132545152 * L_0 = __this->get_m_mapVal_1(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m183483489(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m183483489_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t132545152 * L_3 = __this->get_m_mapVal_1(); RuntimeObject * L_4 = ___key0; NullCheck(L_3); RuntimeObject * L_5 = Dictionary_2_get_Item_m1170170947(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m1170170947_RuntimeMethod_var); return L_5; } IL_001e: { return NULL; } } // System.Void CDataModelMap::Set(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelMap_Set_m186491749 (CDataModelMap_t1093164792 * __this, RuntimeObject * ___key0, RuntimeObject * ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelMap_Set_m186491749_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; CEventAddOne_t265969249 * V_1 = NULL; { Dictionary_2_t132545152 * L_0 = __this->get_m_mapVal_1(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m183483489(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m183483489_RuntimeMethod_var); if (!L_2) { goto IL_003e; } } { Dictionary_2_t132545152 * L_3 = __this->get_m_mapVal_1(); RuntimeObject * L_4 = ___key0; RuntimeObject * L_5 = ___val1; NullCheck(L_3); Dictionary_2_set_Item_m3474379962(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_m3474379962_RuntimeMethod_var); CEventChangeOne_t3209287255 * L_6 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_6, /*hidden argument*/NULL); V_0 = L_6; CEventChangeOne_t3209287255 * L_7 = V_0; NullCheck(L_7); IDataEvent_set_DataModel_m263037649(L_7, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_8 = V_0; RuntimeObject * L_9 = ___key0; NullCheck(L_8); CEventChangeOne_set_KeyID_m1987023659(L_8, L_9, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_10 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_10, /*hidden argument*/NULL); goto IL_0066; } IL_003e: { Dictionary_2_t132545152 * L_11 = __this->get_m_mapVal_1(); RuntimeObject * L_12 = ___key0; RuntimeObject * L_13 = ___val1; NullCheck(L_11); Dictionary_2_Add_m2387223709(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_Add_m2387223709_RuntimeMethod_var); CEventAddOne_t265969249 * L_14 = (CEventAddOne_t265969249 *)il2cpp_codegen_object_new(CEventAddOne_t265969249_il2cpp_TypeInfo_var); CEventAddOne__ctor_m2619440603(L_14, /*hidden argument*/NULL); V_1 = L_14; CEventAddOne_t265969249 * L_15 = V_1; NullCheck(L_15); IDataEvent_set_DataModel_m263037649(L_15, __this, /*hidden argument*/NULL); CEventAddOne_t265969249 * L_16 = V_1; RuntimeObject * L_17 = ___key0; NullCheck(L_16); CEventAddOne_set_KeyID_m3615544068(L_16, L_17, /*hidden argument*/NULL); CEventAddOne_t265969249 * L_18 = V_1; IEventDispatcher_Dispatch_m319955281(__this, L_18, /*hidden argument*/NULL); } IL_0066: { return; } } // System.Void CDataModelMap::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelMap_Remove_m2629582452 (CDataModelMap_t1093164792 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelMap_Remove_m2629582452_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeAll_t836503194 * V_0 = NULL; { Dictionary_2_t132545152 * L_0 = __this->get_m_mapVal_1(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m183483489(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m183483489_RuntimeMethod_var); if (!L_2) { goto IL_0032; } } { Dictionary_2_t132545152 * L_3 = __this->get_m_mapVal_1(); RuntimeObject * L_4 = ___key0; NullCheck(L_3); Dictionary_2_Remove_m1399450161(L_3, L_4, /*hidden argument*/Dictionary_2_Remove_m1399450161_RuntimeMethod_var); CEventChangeAll_t836503194 * L_5 = (CEventChangeAll_t836503194 *)il2cpp_codegen_object_new(CEventChangeAll_t836503194_il2cpp_TypeInfo_var); CEventChangeAll__ctor_m3672760628(L_5, /*hidden argument*/NULL); V_0 = L_5; CEventChangeAll_t836503194 * L_6 = V_0; NullCheck(L_6); IDataEvent_set_DataModel_m263037649(L_6, __this, /*hidden argument*/NULL); CEventChangeAll_t836503194 * L_7 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_7, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void CDataModelMap::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataModelMap_Clear_m1358677540 (CDataModelMap_t1093164792 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelMap_Clear_m1358677540_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventRemoveAll_t615414916 * V_0 = NULL; { Dictionary_2_t132545152 * L_0 = __this->get_m_mapVal_1(); NullCheck(L_0); Dictionary_2_Clear_m1951681556(L_0, /*hidden argument*/Dictionary_2_Clear_m1951681556_RuntimeMethod_var); CEventRemoveAll_t615414916 * L_1 = (CEventRemoveAll_t615414916 *)il2cpp_codegen_object_new(CEventRemoveAll_t615414916_il2cpp_TypeInfo_var); CEventRemoveAll__ctor_m4154219824(L_1, /*hidden argument*/NULL); V_0 = L_1; CEventRemoveAll_t615414916 * L_2 = V_0; NullCheck(L_2); IDataEvent_set_DataModel_m263037649(L_2, __this, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_3 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelNetMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelNetMsg__ctor_m1413319784 (CDataModelNetMsg_t3113596870 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); __this->set_m_msgVal_1((CDataArray_t4068198041 *)NULL); return; } } // System.Void CDataModelNetMsg::Attach(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CDataModelNetMsg_Attach_m1662202065 (CDataModelNetMsg_t3113596870 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { { CDataArray_t4068198041 * L_0 = __this->get_m_msgVal_1(); CDataArray_t4068198041 * L_1 = ___msg0; if ((!(((RuntimeObject*)(CDataArray_t4068198041 *)L_0) == ((RuntimeObject*)(CDataArray_t4068198041 *)L_1)))) { goto IL_000d; } } { return; } IL_000d: { CDataArray_t4068198041 * L_2 = ___msg0; __this->set_m_msgVal_1(L_2); return; } } // System.Void CDataModelNetMsg::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataModelNetMsg_Clear_m3453851636 (CDataModelNetMsg_t3113596870 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelNetMsg_Clear_m3453851636_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventRemoveAll_t615414916 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = __this->get_m_msgVal_1(); if (!L_0) { goto IL_002a; } } { CDataArray_t4068198041 * L_1 = __this->get_m_msgVal_1(); NullCheck(L_1); CDataArray_Clear_m1422959473(L_1, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_2 = (CEventRemoveAll_t615414916 *)il2cpp_codegen_object_new(CEventRemoveAll_t615414916_il2cpp_TypeInfo_var); CEventRemoveAll__ctor_m4154219824(L_2, /*hidden argument*/NULL); V_0 = L_2; CEventRemoveAll_t615414916 * L_3 = V_0; NullCheck(L_3); IDataEvent_set_DataModel_m263037649(L_3, __this, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_4 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_4, /*hidden argument*/NULL); } IL_002a: { return; } } // System.Int32 CDataModelNetMsg::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelNetMsg_GetCount_m910843476 (CDataModelNetMsg_t3113596870 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CDataArray_t4068198041 * L_0 = __this->get_m_msgVal_1(); if (!L_0) { goto IL_001b; } } { CDataArray_t4068198041 * L_1 = __this->get_m_msgVal_1(); NullCheck(L_1); int32_t L_2 = CDataArray_GetCount_m3616072297(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // DMCore.CDataArray CDataModelNetMsg::GetData() extern "C" IL2CPP_METHOD_ATTR CDataArray_t4068198041 * CDataModelNetMsg_GetData_m556108060 (CDataModelNetMsg_t3113596870 * __this, const RuntimeMethod* method) { { CDataArray_t4068198041 * L_0 = __this->get_m_msgVal_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelNetProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelNetProperty__ctor_m1433176860 (CDataModelNetProperty_t1403229243 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); __this->set_m_netProperty_1((CProperty_t963755051 *)NULL); return; } } // System.Void CDataModelNetProperty::Bind(DMCore.Framework.Scene.CProperty) extern "C" IL2CPP_METHOD_ATTR void CDataModelNetProperty_Bind_m3144271635 (CDataModelNetProperty_t1403229243 * __this, CProperty_t963755051 * ___netProperty0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelNetProperty_Bind_m3144271635_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = __this->get_m_netProperty_1(); CProperty_t963755051 * L_1 = ___netProperty0; if ((!(((RuntimeObject*)(CProperty_t963755051 *)L_0) == ((RuntimeObject*)(CProperty_t963755051 *)L_1)))) { goto IL_000d; } } { return; } IL_000d: { CProperty_t963755051 * L_2 = __this->get_m_netProperty_1(); if (!L_2) { goto IL_0030; } } { CProperty_t963755051 * L_3 = __this->get_m_netProperty_1(); intptr_t L_4 = (intptr_t)CDataModelNetProperty__OnEndChanged_m2448474252_RuntimeMethod_var; Action_1_t2019918284 * L_5 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_5, __this, L_4, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_3); CProperty_OnUnRegisterListener_m2419209623(L_3, (Action_2_t319610619 *)NULL, L_5, /*hidden argument*/NULL); } IL_0030: { CProperty_t963755051 * L_6 = ___netProperty0; __this->set_m_netProperty_1(L_6); CProperty_t963755051 * L_7 = __this->get_m_netProperty_1(); if (!L_7) { goto IL_005a; } } { CProperty_t963755051 * L_8 = __this->get_m_netProperty_1(); intptr_t L_9 = (intptr_t)CDataModelNetProperty__OnEndChanged_m2448474252_RuntimeMethod_var; Action_1_t2019918284 * L_10 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_10, __this, L_9, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_8); CProperty_OnRegisterListener_m297633249(L_8, (Action_2_t319610619 *)NULL, L_10, /*hidden argument*/NULL); } IL_005a: { return; } } // System.Void CDataModelNetProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataModelNetProperty_Clear_m406596013 (CDataModelNetProperty_t1403229243 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelNetProperty_Clear_m406596013_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventRemoveAll_t615414916 * V_0 = NULL; { CProperty_t963755051 * L_0 = __this->get_m_netProperty_1(); if (!L_0) { goto IL_002a; } } { CProperty_t963755051 * L_1 = __this->get_m_netProperty_1(); NullCheck(L_1); CProperty_Clear_m1869381630(L_1, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_2 = (CEventRemoveAll_t615414916 *)il2cpp_codegen_object_new(CEventRemoveAll_t615414916_il2cpp_TypeInfo_var); CEventRemoveAll__ctor_m4154219824(L_2, /*hidden argument*/NULL); V_0 = L_2; CEventRemoveAll_t615414916 * L_3 = V_0; NullCheck(L_3); IDataEvent_set_DataModel_m263037649(L_3, __this, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_4 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_4, /*hidden argument*/NULL); } IL_002a: { return; } } // System.Int32 CDataModelNetProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelNetProperty_GetCount_m4151284834 (CDataModelNetProperty_t1403229243 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CProperty_t963755051 * L_0 = __this->get_m_netProperty_1(); if (!L_0) { goto IL_001b; } } { CProperty_t963755051 * L_1 = __this->get_m_netProperty_1(); NullCheck(L_1); int32_t L_2 = CProperty_GetCount_m4271154150(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // DMCore.Framework.Scene.CProperty CDataModelNetProperty::GetData() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * CDataModelNetProperty_GetData_m3319685901 (CDataModelNetProperty_t1403229243 * __this, const RuntimeMethod* method) { { CProperty_t963755051 * L_0 = __this->get_m_netProperty_1(); return L_0; } } // System.Void CDataModelNetProperty::_OnEndChanged(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataModelNetProperty__OnEndChanged_m2448474252 (CDataModelNetProperty_t1403229243 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelNetProperty__OnEndChanged_m2448474252_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { CEventChangeOne_t3209287255 * L_0 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_0, /*hidden argument*/NULL); V_0 = L_0; CEventChangeOne_t3209287255 * L_1 = V_0; NullCheck(L_1); IDataEvent_set_DataModel_m263037649(L_1, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_2 = V_0; String_t* L_3 = ___strName0; NullCheck(L_2); CEventChangeOne_set_KeyID_m1987023659(L_2, L_3, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_4 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelProperty__ctor_m3407753079 (CDataModelProperty_t3423063225 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); __this->set_m_usrProperty_1((CDataProperty_t2806246268 *)NULL); return; } } // System.Void CDataModelProperty::Attach(DMCore.CDataProperty) extern "C" IL2CPP_METHOD_ATTR void CDataModelProperty_Attach_m342258411 (CDataModelProperty_t3423063225 * __this, CDataProperty_t2806246268 * ___usrProperty0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelProperty_Attach_m342258411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataProperty_t2806246268 * L_0 = __this->get_m_usrProperty_1(); CDataProperty_t2806246268 * L_1 = ___usrProperty0; if ((!(((RuntimeObject*)(CDataProperty_t2806246268 *)L_0) == ((RuntimeObject*)(CDataProperty_t2806246268 *)L_1)))) { goto IL_000d; } } { return; } IL_000d: { CDataProperty_t2806246268 * L_2 = __this->get_m_usrProperty_1(); if (!L_2) { goto IL_0030; } } { CDataProperty_t2806246268 * L_3 = __this->get_m_usrProperty_1(); intptr_t L_4 = (intptr_t)CDataModelProperty__OnEndChanged_m816318858_RuntimeMethod_var; Action_1_t2019918284 * L_5 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_5, __this, L_4, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_3); CDataProperty_UnRegisterListener_m3592113079(L_3, (Action_2_t2799970140 *)NULL, L_5, /*hidden argument*/NULL); } IL_0030: { CDataProperty_t2806246268 * L_6 = ___usrProperty0; __this->set_m_usrProperty_1(L_6); CDataProperty_t2806246268 * L_7 = __this->get_m_usrProperty_1(); intptr_t L_8 = (intptr_t)CDataModelProperty__OnEndChanged_m816318858_RuntimeMethod_var; Action_1_t2019918284 * L_9 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_9, __this, L_8, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); NullCheck(L_7); CDataProperty_RegisterListener_m3253102657(L_7, (Action_2_t2799970140 *)NULL, L_9, /*hidden argument*/NULL); return; } } // System.Void CDataModelProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataModelProperty_Clear_m3192748949 (CDataModelProperty_t3423063225 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelProperty_Clear_m3192748949_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventRemoveAll_t615414916 * V_0 = NULL; { CDataProperty_t2806246268 * L_0 = __this->get_m_usrProperty_1(); if (!L_0) { goto IL_002a; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_usrProperty_1(); NullCheck(L_1); CDataProperty_Clear_m1542459772(L_1, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_2 = (CEventRemoveAll_t615414916 *)il2cpp_codegen_object_new(CEventRemoveAll_t615414916_il2cpp_TypeInfo_var); CEventRemoveAll__ctor_m4154219824(L_2, /*hidden argument*/NULL); V_0 = L_2; CEventRemoveAll_t615414916 * L_3 = V_0; NullCheck(L_3); IDataEvent_set_DataModel_m263037649(L_3, __this, /*hidden argument*/NULL); CEventRemoveAll_t615414916 * L_4 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_4, /*hidden argument*/NULL); } IL_002a: { return; } } // System.Int32 CDataModelProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelProperty_GetCount_m4101324615 (CDataModelProperty_t3423063225 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CDataProperty_t2806246268 * L_0 = __this->get_m_usrProperty_1(); if (!L_0) { goto IL_001b; } } { CDataProperty_t2806246268 * L_1 = __this->get_m_usrProperty_1(); NullCheck(L_1); int32_t L_2 = CDataProperty_GetCount_m3325234687(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // DMCore.CDataProperty CDataModelProperty::GetData() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CDataModelProperty_GetData_m2552570616 (CDataModelProperty_t3423063225 * __this, const RuntimeMethod* method) { { CDataProperty_t2806246268 * L_0 = __this->get_m_usrProperty_1(); return L_0; } } // System.Void CDataModelProperty::_OnEndChanged(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataModelProperty__OnEndChanged_m816318858 (CDataModelProperty_t3423063225 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelProperty__OnEndChanged_m816318858_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { CEventChangeOne_t3209287255 * L_0 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_0, /*hidden argument*/NULL); V_0 = L_0; CEventChangeOne_t3209287255 * L_1 = V_0; NullCheck(L_1); IDataEvent_set_DataModel_m263037649(L_1, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_2 = V_0; String_t* L_3 = ___strName0; NullCheck(L_2); CEventChangeOne_set_KeyID_m1987023659(L_2, L_3, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_4 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDataModelString::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelString__ctor_m2957080808 (CDataModelString_t3714869824 * __this, const RuntimeMethod* method) { { IDataModel__ctor_m456775681(__this, /*hidden argument*/NULL); return; } } // System.String CDataModelString::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* CDataModelString_get_Data_m2026359875 (CDataModelString_t3714869824 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Val_1(); return L_0; } } // System.Void CDataModelString::set_Data(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataModelString_set_Data_m1784437890 (CDataModelString_t3714869824 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDataModelString_set_Data_m1784437890_MetadataUsageId); s_Il2CppMethodInitialized = true; } CEventChangeOne_t3209287255 * V_0 = NULL; { String_t* L_0 = ___value0; __this->set_m_Val_1(L_0); CEventChangeOne_t3209287255 * L_1 = (CEventChangeOne_t3209287255 *)il2cpp_codegen_object_new(CEventChangeOne_t3209287255_il2cpp_TypeInfo_var); CEventChangeOne__ctor_m3175026933(L_1, /*hidden argument*/NULL); V_0 = L_1; CEventChangeOne_t3209287255 * L_2 = V_0; NullCheck(L_2); IDataEvent_set_DataModel_m263037649(L_2, __this, /*hidden argument*/NULL); CEventChangeOne_t3209287255 * L_3 = V_0; IEventDispatcher_Dispatch_m319955281(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDebugInv::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDebugInv__ctor_m801901431 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CDebugInv::Start() extern "C" IL2CPP_METHOD_ATTR void CDebugInv_Start_m1979714119 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_Start_m1979714119_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDebugInv_LoadChannelFlag_m3030093918(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); bool L_0 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_inited_2(); if (L_0) { goto IL_001c; } } { MonoBehaviour_StartCoroutine_m2618285814(__this, _stringLiteral668298911, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Void CDebugInv::OnLoadedEnd() extern "C" IL2CPP_METHOD_ATTR void CDebugInv_OnLoadedEnd_m4288963117 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_OnLoadedEnd_m4288963117_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stChannelVal_t2971589287 * V_1 = NULL; Type_t * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; Type_t * V_5 = NULL; MethodInfo_t * V_6 = NULL; { V_0 = 0; goto IL_012e; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); List_1_t148696733 * L_0 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_listChannel_3(); int32_t L_1 = V_0; NullCheck(L_0); stChannelVal_t2971589287 * L_2 = List_1_get_Item_m2374459357(L_0, L_1, /*hidden argument*/List_1_get_Item_m2374459357_RuntimeMethod_var); V_1 = L_2; String_t* L_3 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_strLastChannel_4(); stChannelVal_t2971589287 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = L_4->get_m_id_0(); NullCheck(L_3); int32_t L_6 = String_CompareTo_m3414379165(L_3, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_012a; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_7 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); Type_t * L_8 = CModuleManager_GetScriptType_m3989940510(L_7, _stringLiteral386520490, /*hidden argument*/NULL); V_2 = L_8; Type_t * L_9 = V_2; if (L_9) { goto IL_003f; } } { return; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_10 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_11 = CModuleManager_CallStaticFun_m2473844421(L_10, _stringLiteral386520490, _stringLiteral4247157265, /*hidden argument*/NULL); V_3 = L_11; RuntimeObject * L_12 = V_3; if (L_12) { goto IL_005b; } } { return; } IL_005b: { Type_t * L_13 = V_2; NullCheck(L_13); FieldInfo_t * L_14 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_13, _stringLiteral3648252482, ((int32_t)36)); RuntimeObject * L_15 = V_3; NullCheck(L_14); RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(17 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_14, L_15); V_4 = L_16; RuntimeObject * L_17 = V_4; if (L_17) { goto IL_0078; } } { return; } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_18 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); Type_t * L_19 = CModuleManager_GetScriptType_m3989940510(L_18, _stringLiteral1462107287, /*hidden argument*/NULL); V_5 = L_19; Type_t * L_20 = V_5; if (L_20) { goto IL_0091; } } { return; } IL_0091: { Type_t * L_21 = V_5; TypeU5BU5D_t3940880105* L_22 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (Type_t *)L_24); TypeU5BU5D_t3940880105* L_25 = L_22; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(1), (Type_t *)L_27); NullCheck(L_21); MethodInfo_t * L_28 = Type_GetMethod_m1479779718(L_21, _stringLiteral3265744085, L_25, /*hidden argument*/NULL); V_6 = L_28; MethodInfo_t * L_29 = V_6; if (L_29) { goto IL_00c7; } } { return; } IL_00c7: { stChannelVal_t2971589287 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = L_30->get_m_resServerVersionCfg_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00f8; } } { MethodInfo_t * L_33 = V_6; RuntimeObject * L_34 = V_4; ObjectU5BU5D_t2843939325* L_35 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral3222463383); (L_35)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3222463383); ObjectU5BU5D_t2843939325* L_36 = L_35; stChannelVal_t2971589287 * L_37 = V_1; NullCheck(L_37); String_t* L_38 = L_37->get_m_resServerVersionCfg_6(); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(1), (RuntimeObject *)L_38); NullCheck(L_33); MethodBase_Invoke_m1776411915(L_33, L_34, L_36, /*hidden argument*/NULL); } IL_00f8: { stChannelVal_t2971589287 * L_39 = V_1; NullCheck(L_39); String_t* L_40 = L_39->get_m_resServer_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); if (L_41) { goto IL_0129; } } { MethodInfo_t * L_42 = V_6; RuntimeObject * L_43 = V_4; ObjectU5BU5D_t2843939325* L_44 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral547868706); (L_44)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral547868706); ObjectU5BU5D_t2843939325* L_45 = L_44; stChannelVal_t2971589287 * L_46 = V_1; NullCheck(L_46); String_t* L_47 = L_46->get_m_resServer_5(); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_47); (L_45)->SetAt(static_cast(1), (RuntimeObject *)L_47); NullCheck(L_42); MethodBase_Invoke_m1776411915(L_42, L_43, L_45, /*hidden argument*/NULL); } IL_0129: { return; } IL_012a: { int32_t L_48 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_012e: { int32_t L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); List_1_t148696733 * L_50 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_listChannel_3(); NullCheck(L_50); int32_t L_51 = List_1_get_Count_m3796169703(L_50, /*hidden argument*/List_1_get_Count_m3796169703_RuntimeMethod_var); if ((((int32_t)L_49) < ((int32_t)L_51))) { goto IL_0007; } } { return; } } // System.Void CDebugInv::OnGUI() extern "C" IL2CPP_METHOD_ATTR void CDebugInv_OnGUI_m1763763160 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_OnGUI_m1763763160_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; Color_t2555686324 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; float V_4 = 0.0f; float V_5 = 0.0f; stChannelVal_t2971589287 * V_6 = NULL; int32_t V_7 = 0; { bool L_0 = __this->get_m_bChooseChannel_5(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { int32_t L_1 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = Mathf_Max_m3146388979(NULL /*static, unused*/, (1.0f), ((float)((float)(((float)((float)L_1)))/(float)(960.0f))), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_4 = Mathf_Max_m3146388979(NULL /*static, unused*/, (1.0f), ((float)((float)(((float)((float)L_3)))/(float)(640.0f))), /*hidden argument*/NULL); V_1 = L_4; IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); GUISkin_t1244372282 * L_5 = GUI_get_skin_m1874615010(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); GUIStyle_t3956901511 * L_6 = GUISkin_get_button_m2792560996(L_5, /*hidden argument*/NULL); float L_7 = V_0; float L_8 = V_1; float L_9 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); int32_t L_10 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_9, (float)(12.0f))), /*hidden argument*/NULL); NullCheck(L_6); GUIStyle_set_fontSize_m1566850023(L_6, L_10, /*hidden argument*/NULL); Color_t2555686324 L_11 = GUI_get_backgroundColor_m492704139(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_11; Color_t2555686324 L_12 = Color_get_red_m3227813939(NULL /*static, unused*/, /*hidden argument*/NULL); GUI_set_backgroundColor_m2936584335(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); int32_t L_13 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_14 = V_0; int32_t L_15 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_16 = V_1; float L_17 = V_0; float L_18 = V_1; Rect_t2360479859 L_19; memset(&L_19, 0, sizeof(L_19)); Rect__ctor_m2614021312((&L_19), ((float)il2cpp_codegen_subtract((float)(((float)((float)L_13))), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)(220.0f))))), ((float)il2cpp_codegen_subtract((float)(((float)((float)L_15))), (float)((float)il2cpp_codegen_multiply((float)L_16, (float)(60.0f))))), ((float)il2cpp_codegen_multiply((float)L_17, (float)(200.0f))), ((float)il2cpp_codegen_multiply((float)L_18, (float)(58.0f))), /*hidden argument*/NULL); bool L_20 = GUI_Button_m1518979886(NULL /*static, unused*/, L_19, _stringLiteral3201879158, /*hidden argument*/NULL); if (!L_20) { goto IL_00af; } } { CDebugInv_ClearAllCache_m1604016406(__this, /*hidden argument*/NULL); } IL_00af: { Color_t2555686324 L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); GUI_set_backgroundColor_m2936584335(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); bool L_22 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_inited_2(); if (L_22) { goto IL_00eb; } } { float L_23 = V_1; float L_24 = V_1; Rect_t2360479859 L_25; memset(&L_25, 0, sizeof(L_25)); Rect__ctor_m2614021312((&L_25), (0.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)(180.0f), (float)L_23)), ((float)il2cpp_codegen_multiply((float)(48.0f), (float)L_24)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); GUI_Label_m2454565404(NULL /*static, unused*/, L_25, _stringLiteral1930555842, /*hidden argument*/NULL); goto IL_01f7; } IL_00eb: { V_3 = (-1); V_4 = (0.0f); V_5 = (0.0f); V_6 = (stChannelVal_t2971589287 *)NULL; V_7 = 0; goto IL_0174; } IL_0106: { IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); List_1_t148696733 * L_26 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_listChannel_3(); int32_t L_27 = V_7; NullCheck(L_26); stChannelVal_t2971589287 * L_28 = List_1_get_Item_m2374459357(L_26, L_27, /*hidden argument*/List_1_get_Item_m2374459357_RuntimeMethod_var); V_6 = L_28; String_t* L_29 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_strLastChannel_4(); stChannelVal_t2971589287 * L_30 = V_6; NullCheck(L_30); String_t* L_31 = L_30->get_m_id_0(); NullCheck(L_29); int32_t L_32 = String_CompareTo_m3414379165(L_29, L_31, /*hidden argument*/NULL); if (L_32) { goto IL_0132; } } { int32_t L_33 = V_7; V_3 = L_33; goto IL_016e; } IL_0132: { float L_34 = V_4; float L_35 = V_5; float L_36 = V_0; float L_37 = V_1; Rect_t2360479859 L_38; memset(&L_38, 0, sizeof(L_38)); Rect__ctor_m2614021312((&L_38), L_34, L_35, ((float)il2cpp_codegen_multiply((float)L_36, (float)(180.0f))), ((float)il2cpp_codegen_multiply((float)L_37, (float)(48.0f))), /*hidden argument*/NULL); stChannelVal_t2971589287 * L_39 = V_6; NullCheck(L_39); String_t* L_40 = L_39->get_m_name_1(); IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); bool L_41 = GUI_Button_m1518979886(NULL /*static, unused*/, L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0162; } } { stChannelVal_t2971589287 * L_42 = V_6; CDebugInv_ChooseInv_m3861630379(__this, L_42, /*hidden argument*/NULL); } IL_0162: { float L_43 = V_5; float L_44 = V_1; V_5 = ((float)il2cpp_codegen_add((float)L_43, (float)((float)il2cpp_codegen_multiply((float)(60.0f), (float)L_44)))); } IL_016e: { int32_t L_45 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0174: { int32_t L_46 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); List_1_t148696733 * L_47 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_listChannel_3(); NullCheck(L_47); int32_t L_48 = List_1_get_Count_m3796169703(L_47, /*hidden argument*/List_1_get_Count_m3796169703_RuntimeMethod_var); if ((((int32_t)L_46) < ((int32_t)L_48))) { goto IL_0106; } } { int32_t L_49 = V_3; if ((((int32_t)0) > ((int32_t)L_49))) { goto IL_01f7; } } { IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); List_1_t148696733 * L_50 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_listChannel_3(); int32_t L_51 = V_3; NullCheck(L_50); stChannelVal_t2971589287 * L_52 = List_1_get_Item_m2374459357(L_50, L_51, /*hidden argument*/List_1_get_Item_m2374459357_RuntimeMethod_var); V_6 = L_52; Color_t2555686324 L_53 = Color_get_green_m490390750(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); GUI_set_backgroundColor_m2936584335(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); int32_t L_54 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_55 = V_0; int32_t L_56 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_57 = V_1; float L_58 = V_0; float L_59 = V_1; Rect_t2360479859 L_60; memset(&L_60, 0, sizeof(L_60)); Rect__ctor_m2614021312((&L_60), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_54))))), (float)((float)il2cpp_codegen_multiply((float)(100.0f), (float)L_55)))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_56))))), (float)((float)il2cpp_codegen_multiply((float)(30.0f), (float)L_57)))), ((float)il2cpp_codegen_multiply((float)L_58, (float)(200.0f))), ((float)il2cpp_codegen_multiply((float)L_59, (float)(60.0f))), /*hidden argument*/NULL); stChannelVal_t2971589287 * L_61 = V_6; NullCheck(L_61); String_t* L_62 = L_61->get_m_name_1(); bool L_63 = GUI_Button_m1518979886(NULL /*static, unused*/, L_60, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_01f7; } } { stChannelVal_t2971589287 * L_64 = V_6; CDebugInv_ChooseInv_m3861630379(__this, L_64, /*hidden argument*/NULL); } IL_01f7: { Color_t2555686324 L_65 = V_2; IL2CPP_RUNTIME_CLASS_INIT(GUI_t1624858472_il2cpp_TypeInfo_var); GUI_set_backgroundColor_m2936584335(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator CDebugInv::OnLoadChannelCfg() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CDebugInv_OnLoadChannelCfg_m1816839546 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_OnLoadChannelCfg_m1816839546_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * V_0 = NULL; { U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * L_0 = (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 *)il2cpp_codegen_object_new(U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546_il2cpp_TypeInfo_var); U3COnLoadChannelCfgU3Ec__Iterator0__ctor_m1808479052(L_0, /*hidden argument*/NULL); V_0 = L_0; U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_4(__this); U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * L_2 = V_0; return L_2; } } // System.Void CDebugInv::ParseChannelCfg(System.String) extern "C" IL2CPP_METHOD_ATTR void CDebugInv_ParseChannelCfg_m1670714364 (CDebugInv_t1719435658 * __this, String_t* ___cfgVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_ParseChannelCfg_m1670714364_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; stChannelVal_t2971589287 * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNode_t3767805227 * G_B4_0 = NULL; XmlNodeList_t2551693786 * G_B7_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_inited_2((bool)1); List_1_t148696733 * L_0 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_listChannel_3(); NullCheck(L_0); List_1_Clear_m2419685934(L_0, /*hidden argument*/List_1_Clear_m2419685934_RuntimeMethod_var); } IL_0010: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_1 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_1, /*hidden argument*/NULL); V_0 = L_1; XmlDocument_t2837193595 * L_2 = V_0; String_t* L_3 = ___cfgVal0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_2, L_3); XmlDocument_t2837193595 * L_4 = V_0; if (!L_4) { goto IL_002e; } } IL_0023: { XmlDocument_t2837193595 * L_5 = V_0; NullCheck(L_5); XmlNode_t3767805227 * L_6 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_5); G_B4_0 = L_6; goto IL_002f; } IL_002e: { G_B4_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_002f: { V_1 = G_B4_0; XmlNode_t3767805227 * L_7 = V_1; if (!L_7) { goto IL_0041; } } IL_0036: { XmlNode_t3767805227 * L_8 = V_1; NullCheck(L_8); XmlNodeList_t2551693786 * L_9 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_8); G_B7_0 = L_9; goto IL_0042; } IL_0041: { G_B7_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0042: { V_2 = G_B7_0; XmlNodeList_t2551693786 * L_10 = V_2; if (!L_10) { goto IL_0054; } } IL_0049: { XmlNodeList_t2551693786 * L_11 = V_2; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_11); if (L_12) { goto IL_0060; } } IL_0054: { CDebugInv_ChooseInv_m3861630379(__this, (stChannelVal_t2971589287 *)NULL, /*hidden argument*/NULL); goto IL_013c; } IL_0060: { V_3 = 0; goto IL_0111; } IL_0067: { XmlNodeList_t2551693786 * L_13 = V_2; int32_t L_14 = V_3; NullCheck(L_13); XmlNode_t3767805227 * L_15 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_13, L_14); V_4 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_15, XmlElement_t561603118_il2cpp_TypeInfo_var)); stChannelVal_t2971589287 * L_16 = (stChannelVal_t2971589287 *)il2cpp_codegen_object_new(stChannelVal_t2971589287_il2cpp_TypeInfo_var); stChannelVal__ctor_m3547158837(L_16, /*hidden argument*/NULL); V_5 = L_16; stChannelVal_t2971589287 * L_17 = V_5; XmlElement_t561603118 * L_18 = V_4; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_18, _stringLiteral3454449607); NullCheck(L_17); L_17->set_m_id_0(L_19); stChannelVal_t2971589287 * L_20 = V_5; XmlElement_t561603118 * L_21 = V_4; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_21, _stringLiteral62725243); NullCheck(L_20); L_20->set_m_name_1(L_22); stChannelVal_t2971589287 * L_23 = V_5; XmlElement_t561603118 * L_24 = V_4; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_24, _stringLiteral3239436300); NullCheck(L_23); L_23->set_m_hot_version_2(L_25); stChannelVal_t2971589287 * L_26 = V_5; XmlElement_t561603118 * L_27 = V_4; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_27, _stringLiteral1354932569); NullCheck(L_26); L_26->set_m_hot_res_3(L_28); stChannelVal_t2971589287 * L_29 = V_5; XmlElement_t561603118 * L_30 = V_4; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_30, _stringLiteral539004199); NullCheck(L_29); L_29->set_m_hot_code_4(L_31); stChannelVal_t2971589287 * L_32 = V_5; XmlElement_t561603118 * L_33 = V_4; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_33, _stringLiteral897338709); NullCheck(L_32); L_32->set_m_resServer_5(L_34); stChannelVal_t2971589287 * L_35 = V_5; XmlElement_t561603118 * L_36 = V_4; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_36, _stringLiteral3222463383); NullCheck(L_35); L_35->set_m_resServerVersionCfg_6(L_37); IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); List_1_t148696733 * L_38 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_listChannel_3(); stChannelVal_t2971589287 * L_39 = V_5; NullCheck(L_38); List_1_Add_m1260835387(L_38, L_39, /*hidden argument*/List_1_Add_m1260835387_RuntimeMethod_var); int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0111: { int32_t L_41 = V_3; XmlNodeList_t2551693786 * L_42 = V_2; NullCheck(L_42); int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_42); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_0067; } } IL_011d: { goto IL_013c; } } // 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_0122; throw e; } CATCH_0122: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); Exception_t * L_44 = V_6; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); CDebugInv_ChooseInv_m3861630379(__this, (stChannelVal_t2971589287 *)NULL, /*hidden argument*/NULL); goto IL_013c; } // end catch (depth: 1) IL_013c: { return; } } // System.Void CDebugInv::ClearAllCache() extern "C" IL2CPP_METHOD_ATTR void CDebugInv_ClearAllCache_m1604016406 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_ClearAllCache_m1604016406_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral2227265170, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; bool L_3 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { String_t* L_4 = V_0; Directory_Delete_m3266154992(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_5 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral2799476833, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; bool L_8 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0044; } } { String_t* L_9 = V_0; Directory_Delete_m3266154992(NULL /*static, unused*/, L_9, (bool)1, /*hidden argument*/NULL); } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_10 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, L_10, _stringLiteral99308088, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; bool L_13 = File_Exists_m3943585060(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0065; } } { String_t* L_14 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_15 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_15, _stringLiteral989826585, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; bool L_18 = File_Exists_m3943585060(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0086; } } { String_t* L_19 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); } IL_0086: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_strLastChannel_4(L_20); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_21 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_22 = Directory_GetFiles_m182026717(NULL /*static, unused*/, L_21, _stringLiteral1031388914, 0, /*hidden argument*/NULL); V_1 = L_22; StringU5BU5D_t1281789340* L_23 = V_1; if (!L_23) { goto IL_00c3; } } { V_2 = 0; goto IL_00ba; } IL_00ae: { StringU5BU5D_t1281789340* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); int32_t L_26 = L_25; String_t* L_27 = (L_24)->GetAt(static_cast(L_26)); File_Delete_m321251800(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00ba: { int32_t L_29 = V_2; StringU5BU5D_t1281789340* L_30 = V_1; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_00ae; } } IL_00c3: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_31 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_32 = Directory_GetFiles_m182026717(NULL /*static, unused*/, L_31, _stringLiteral3784379369, 0, /*hidden argument*/NULL); V_1 = L_32; StringU5BU5D_t1281789340* L_33 = V_1; if (!L_33) { goto IL_00f6; } } { V_3 = 0; goto IL_00ed; } IL_00e1: { StringU5BU5D_t1281789340* L_34 = V_1; int32_t L_35 = V_3; NullCheck(L_34); int32_t L_36 = L_35; String_t* L_37 = (L_34)->GetAt(static_cast(L_36)); File_Delete_m321251800(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); int32_t L_38 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ed: { int32_t L_39 = V_3; StringU5BU5D_t1281789340* L_40 = V_1; NullCheck(L_40); if ((((int32_t)L_39) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))))))) { goto IL_00e1; } } IL_00f6: { return; } } // System.Void CDebugInv::ChooseInv(CDebugInv/stChannelVal) extern "C" IL2CPP_METHOD_ATTR void CDebugInv_ChooseInv_m3861630379 (CDebugInv_t1719435658 * __this, stChannelVal_t2971589287 * ___channelVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_ChooseInv_m3861630379_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUIResWWW_t153014691 * V_0 = NULL; UIGameStarter_t3167157668 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_inited_2((bool)1); __this->set_m_bChooseChannel_5((bool)1); stChannelVal_t2971589287 * L_0 = ___channelVal0; if (!L_0) { goto IL_0087; } } { IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); String_t* L_1 = ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->get_s_strLastChannel_4(); stChannelVal_t2971589287 * L_2 = ___channelVal0; NullCheck(L_2); String_t* L_3 = L_2->get_m_id_0(); NullCheck(L_1); int32_t L_4 = String_CompareTo_m3414379165(L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { CDebugInv_ClearAllCache_m1604016406(__this, /*hidden argument*/NULL); } IL_002e: { stChannelVal_t2971589287 * L_5 = ___channelVal0; NullCheck(L_5); String_t* L_6 = L_5->get_m_id_0(); CDebugInv_SaveChannelFlag_m2403103237(__this, L_6, /*hidden argument*/NULL); CUIResWWW_t153014691 * L_7 = CUIResWWW_GetInstance_m318267057(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_7; stChannelVal_t2971589287 * L_8 = ___channelVal0; NullCheck(L_8); String_t* L_9 = L_8->get_m_hot_version_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0061; } } { CUIResWWW_t153014691 * L_11 = V_0; NullCheck(L_11); CUrlLabor_t1679613458 * L_12 = L_11->get_m_urlVersionDownLoad_3(); stChannelVal_t2971589287 * L_13 = ___channelVal0; NullCheck(L_13); String_t* L_14 = L_13->get_m_hot_version_2(); NullCheck(L_12); CUrlLabor_Parse_m3576941283(L_12, L_14, /*hidden argument*/NULL); } IL_0061: { stChannelVal_t2971589287 * L_15 = ___channelVal0; NullCheck(L_15); String_t* L_16 = L_15->get_m_hot_res_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0082; } } { CUIResWWW_t153014691 * L_18 = V_0; NullCheck(L_18); CUrlLabor_t1679613458 * L_19 = L_18->get_m_urlResDownload_5(); stChannelVal_t2971589287 * L_20 = ___channelVal0; NullCheck(L_20); String_t* L_21 = L_20->get_m_hot_res_3(); NullCheck(L_19); CUrlLabor_Parse_m3576941283(L_19, L_21, /*hidden argument*/NULL); } IL_0082: { goto IL_0091; } IL_0087: { 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(); IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_strLastChannel_4(L_22); } IL_0091: { UIGameStarter_t3167157668 * L_23 = Component_GetComponent_TisUIGameStarter_t3167157668_m3287468323(__this, /*hidden argument*/Component_GetComponent_TisUIGameStarter_t3167157668_m3287468323_RuntimeMethod_var); V_1 = L_23; UIGameStarter_t3167157668 * L_24 = V_1; 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_00ab; } } { UIGameStarter_t3167157668 * L_26 = V_1; NullCheck(L_26); Behaviour_set_enabled_m20417929(L_26, (bool)1, /*hidden argument*/NULL); } IL_00ab: { return; } } // System.Void CDebugInv::LoadChannelFlag() extern "C" IL2CPP_METHOD_ATTR void CDebugInv_LoadChannelFlag_m3030093918 (CDebugInv_t1719435658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_LoadChannelFlag_m3030093918_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* G_B4_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = CReadVar_ReadFile_m2302192807(NULL /*static, unused*/, _stringLiteral2644232025, /*hidden argument*/NULL); V_0 = L_0; ByteU5BU5D_t4116647657* L_1 = V_0; if (!L_1) { goto IL_002e; } } { ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_2); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = V_0; NullCheck(L_5); NullCheck(L_3); String_t* L_6 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))); G_B4_0 = L_6; goto IL_0033; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B4_0 = L_7; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_strLastChannel_4(G_B4_0); return; } } // System.Void CDebugInv::SaveChannelFlag(System.String) extern "C" IL2CPP_METHOD_ATTR void CDebugInv_SaveChannelFlag_m2403103237 (CDebugInv_t1719435658 * __this, String_t* ___strChannelName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv_SaveChannelFlag_m2403103237_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; FileStream_t4292183065 * V_2 = NULL; { String_t* L_0 = ___strChannelName0; IL2CPP_RUNTIME_CLASS_INIT(CDebugInv_t1719435658_il2cpp_TypeInfo_var); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_strLastChannel_4(L_0); String_t* L_1 = ___strChannelName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_3 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral989826585, /*hidden argument*/NULL); V_0 = L_4; 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_0032; } } { String_t* L_7 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_8 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = ___strChannelName0; NullCheck(L_8); ByteU5BU5D_t4116647657* L_10 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_8, L_9); V_1 = L_10; String_t* L_11 = V_0; FileStream_t4292183065 * L_12 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_12, L_11, 1, 2, 2, /*hidden argument*/NULL); V_2 = L_12; FileStream_t4292183065 * L_13 = V_2; ByteU5BU5D_t4116647657* L_14 = V_1; ByteU5BU5D_t4116647657* L_15 = V_1; NullCheck(L_15); NullCheck(L_13); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))); FileStream_t4292183065 * L_16 = V_2; NullCheck(L_16); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_16); FileStream_t4292183065 * L_17 = V_2; NullCheck(L_17); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_17); V_2 = (FileStream_t4292183065 *)NULL; } IL_0061: { return; } } // System.Void CDebugInv::.cctor() extern "C" IL2CPP_METHOD_ATTR void CDebugInv__cctor_m3728284855 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDebugInv__cctor_m3728284855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_inited_2((bool)0); List_1_t148696733 * L_0 = (List_1_t148696733 *)il2cpp_codegen_object_new(List_1_t148696733_il2cpp_TypeInfo_var); List_1__ctor_m1337318351(L_0, /*hidden argument*/List_1__ctor_m1337318351_RuntimeMethod_var); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_listChannel_3(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(); ((CDebugInv_t1719435658_StaticFields*)il2cpp_codegen_static_fields_for(CDebugInv_t1719435658_il2cpp_TypeInfo_var))->set_s_strLastChannel_4(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CDebugInv/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3COnLoadChannelCfgU3Ec__Iterator0__ctor_m1808479052 (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CDebugInv/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3COnLoadChannelCfgU3Ec__Iterator0_MoveNext_m1990609068 (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3COnLoadChannelCfgU3Ec__Iterator0_MoveNext_m1990609068_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * G_B12_0 = NULL; U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * G_B11_0 = NULL; ByteU5BU5D_t4116647657* G_B13_0 = NULL; U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * G_B13_1 = NULL; U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * G_B16_0 = NULL; U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * G_B14_0 = NULL; U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * G_B15_0 = NULL; String_t* G_B17_0 = NULL; U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * G_B17_1 = NULL; { int32_t L_0 = __this->get_U24PC_7(); V_0 = L_0; __this->set_U24PC_7((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0025; } case 1: { goto IL_007e; } case 2: { goto IL_00c0; } } } { goto IL_0167; } IL_0025: { __this->set_U3CstrUrlValU3E__0_0((String_t*)NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_2; int64_t L_3 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); int64_t L_4 = L_3; RuntimeObject * L_5 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral532819789, L_5, /*hidden argument*/NULL); __this->set_U3CstrUrlValU3E__0_0(L_6); String_t* L_7 = __this->get_U3CstrUrlValU3E__0_0(); bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_008f; } } { int32_t L_9 = 1; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); __this->set_U24current_5(L_10); bool L_11 = __this->get_U24disposing_6(); if (L_11) { goto IL_0079; } } { __this->set_U24PC_7(1); } IL_0079: { goto IL_0169; } IL_007e: { CDebugInv_t1719435658 * L_12 = __this->get_U24this_4(); NullCheck(L_12); CDebugInv_ChooseInv_m3861630379(L_12, (stChannelVal_t2971589287 *)NULL, /*hidden argument*/NULL); goto IL_0160; } IL_008f: { String_t* L_13 = __this->get_U3CstrUrlValU3E__0_0(); WWW_t3688466362 * L_14 = (WWW_t3688466362 *)il2cpp_codegen_object_new(WWW_t3688466362_il2cpp_TypeInfo_var); WWW__ctor_m2915079343(L_14, L_13, /*hidden argument*/NULL); __this->set_U3CwwwValU3E__1_1(L_14); WWW_t3688466362 * L_15 = __this->get_U3CwwwValU3E__1_1(); __this->set_U24current_5(L_15); bool L_16 = __this->get_U24disposing_6(); if (L_16) { goto IL_00bb; } } { __this->set_U24PC_7(2); } IL_00bb: { goto IL_0169; } IL_00c0: { WWW_t3688466362 * L_17 = __this->get_U3CwwwValU3E__1_1(); NullCheck(L_17); String_t* L_18 = WWW_get_error_m3055313367(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); G_B11_0 = __this; if (!L_19) { G_B12_0 = __this; goto IL_00e6; } } { WWW_t3688466362 * L_20 = __this->get_U3CwwwValU3E__1_1(); NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = WWW_get_bytes_m3061182897(L_20, /*hidden argument*/NULL); G_B13_0 = L_21; G_B13_1 = G_B11_0; goto IL_00e7; } IL_00e6: { G_B13_0 = ((ByteU5BU5D_t4116647657*)(NULL)); G_B13_1 = G_B12_0; } IL_00e7: { NullCheck(G_B13_1); G_B13_1->set_U3CbytesValU3E__1_2(G_B13_0); ByteU5BU5D_t4116647657* L_22 = __this->get_U3CbytesValU3E__1_2(); G_B14_0 = __this; if (!L_22) { G_B16_0 = __this; goto IL_0124; } } { ByteU5BU5D_t4116647657* L_23 = __this->get_U3CbytesValU3E__1_2(); NullCheck(L_23); G_B15_0 = G_B14_0; if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { G_B16_0 = G_B14_0; goto IL_0124; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_24 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_25 = __this->get_U3CbytesValU3E__1_2(); ByteU5BU5D_t4116647657* L_26 = __this->get_U3CbytesValU3E__1_2(); NullCheck(L_26); NullCheck(L_24); String_t* L_27 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_24, L_25, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))); G_B17_0 = L_27; G_B17_1 = G_B15_0; goto IL_0129; } IL_0124: { 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(); G_B17_0 = L_28; G_B17_1 = G_B16_0; } IL_0129: { NullCheck(G_B17_1); G_B17_1->set_U3CgetCfgValU3E__1_3(G_B17_0); String_t* L_29 = __this->get_U3CgetCfgValU3E__1_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_014f; } } { CDebugInv_t1719435658 * L_31 = __this->get_U24this_4(); NullCheck(L_31); CDebugInv_ChooseInv_m3861630379(L_31, (stChannelVal_t2971589287 *)NULL, /*hidden argument*/NULL); goto IL_0160; } IL_014f: { CDebugInv_t1719435658 * L_32 = __this->get_U24this_4(); String_t* L_33 = __this->get_U3CgetCfgValU3E__1_3(); NullCheck(L_32); CDebugInv_ParseChannelCfg_m1670714364(L_32, L_33, /*hidden argument*/NULL); } IL_0160: { __this->set_U24PC_7((-1)); } IL_0167: { return (bool)0; } IL_0169: { return (bool)1; } } // System.Object CDebugInv/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3COnLoadChannelCfgU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3156022454 (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_5(); return L_0; } } // System.Object CDebugInv/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3COnLoadChannelCfgU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3699626667 (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_5(); return L_0; } } // System.Void CDebugInv/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3COnLoadChannelCfgU3Ec__Iterator0_Dispose_m3726662259 (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_6((bool)1); __this->set_U24PC_7((-1)); return; } } // System.Void CDebugInv/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3COnLoadChannelCfgU3Ec__Iterator0_Reset_m2879128353 (U3COnLoadChannelCfgU3Ec__Iterator0_t3165448546 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3COnLoadChannelCfgU3Ec__Iterator0_Reset_m2879128353_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,U3COnLoadChannelCfgU3Ec__Iterator0_Reset_m2879128353_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 CDebugInv/stChannelVal::.ctor() extern "C" IL2CPP_METHOD_ATTR void stChannelVal__ctor_m3547158837 (stChannelVal_t2971589287 * __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 CDownloadPlayTips::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDownloadPlayTips__ctor_m4285771890 (CDownloadPlayTips_t1871773776 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Int32 CDownloadPlayTips::RandomExcept(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDownloadPlayTips_RandomExcept_m1424269067 (RuntimeObject * __this /* static, unused */, int32_t ___min0, int32_t ___max1, int32_t ___except2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___min0; int32_t L_1 = ___max1; int32_t L_2 = Random_Range_m4054026115(NULL /*static, unused*/, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___except2; int32_t L_4 = V_0; if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0019; } } { int32_t L_5 = V_0; G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); goto IL_001a; } IL_0019: { int32_t L_6 = V_0; G_B3_0 = L_6; } IL_001a: { return G_B3_0; } } // System.Void CDownloadPlayTips::Start() extern "C" IL2CPP_METHOD_ATTR void CDownloadPlayTips_Start_m343412768 (CDownloadPlayTips_t1871773776 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDownloadPlayTips_Start_m343412768_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNode_t3767805227 * G_B4_0 = NULL; XmlNodeList_t2551693786 * G_B7_0 = NULL; { __this->set_m_bShowTime_10((0.082f)); __this->set_m_bShowIndex_11(0); CDownloadPlayTips_ChangePicByIndex_m301874229(__this, 0, /*hidden argument*/NULL); GameObject_t1113636619 * L_0 = __this->get_m_avatarRoot_2(); UIEventListener_t1665237878 * L_1 = UIEventListener_Get_m2822737179(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_2 = L_1; NullCheck(L_2); Action_1_t1286104214 * L_3 = L_2->get_onClick_4(); intptr_t L_4 = (intptr_t)CDownloadPlayTips_OnClkSpriteMmd_m4213238264_RuntimeMethod_var; Action_1_t1286104214 * L_5 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_5, __this, L_4, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); Delegate_t1188392813 * L_6 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_onClick_4(((Action_1_t1286104214 *)CastclassSealed((RuntimeObject*)L_6, Action_1_t1286104214_il2cpp_TypeInfo_var))); __this->set_m_posIndex_7(0); __this->set_m_postarget_8(0); GameObject_t1113636619 * L_7 = __this->get_m_avatarRoot_2(); NullCheck(L_7); Transform_t3600365921 * L_8 = GameObject_get_transform_m1369836730(L_7, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_9 = __this->get_m_posArray_6(); NullCheck(L_9); int32_t L_10 = 0; Transform_t3600365921 * L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_localPosition_m4128471975(L_8, L_12, /*hidden argument*/NULL); __this->set_m_curPosTimeLabor_9((-1.0f)); List_1_t3319525431 * L_13 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_13, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_listShowText_12(L_13); __this->set_m_curShowTextIndex_13((-1)); Object_t631007953 * L_14 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral2431027298, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_14, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0176; } } IL_00a9: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_17 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_17, /*hidden argument*/NULL); V_1 = L_17; XmlDocument_t2837193595 * L_18 = V_1; TextAsset_t3022178571 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = TextAsset_get_text_m2027878391(L_19, /*hidden argument*/NULL); NullCheck(L_18); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_18, L_20); XmlDocument_t2837193595 * L_21 = V_1; if (!L_21) { goto IL_00cc; } } IL_00c1: { XmlDocument_t2837193595 * L_22 = V_1; NullCheck(L_22); XmlNode_t3767805227 * L_23 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_22); G_B4_0 = L_23; goto IL_00cd; } IL_00cc: { G_B4_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_00cd: { V_2 = G_B4_0; XmlNode_t3767805227 * L_24 = V_2; if (!L_24) { goto IL_00df; } } IL_00d4: { XmlNode_t3767805227 * L_25 = V_2; NullCheck(L_25); XmlNodeList_t2551693786 * L_26 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_25); G_B7_0 = L_26; goto IL_00e0; } IL_00df: { G_B7_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_00e0: { V_3 = G_B7_0; XmlNodeList_t2551693786 * L_27 = V_3; if (L_27) { goto IL_00ec; } } IL_00e7: { goto IL_0176; } IL_00ec: { V_4 = 0; goto IL_015e; } IL_00f4: { XmlNodeList_t2551693786 * L_28 = V_3; int32_t L_29 = V_4; NullCheck(L_28); XmlNode_t3767805227 * L_30 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_28, L_29); V_5 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_30, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_31 = V_5; NullCheck(L_31); bool L_32 = VirtFuncInvoker1< bool, String_t* >::Invoke(46 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_31, _stringLiteral2863639176); if (!L_32) { goto IL_0141; } } IL_0114: { UILabel_t3248798549 * L_33 = __this->get_m_textLabel_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_34 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_013c; } } IL_0125: { UILabel_t3248798549 * L_35 = __this->get_m_textLabel_4(); XmlElement_t561603118 * L_36 = V_5; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_36, _stringLiteral3987835854); NullCheck(L_35); UILabel_set_text_m1071532778(L_35, L_37, /*hidden argument*/NULL); } IL_013c: { goto IL_0158; } IL_0141: { List_1_t3319525431 * L_38 = __this->get_m_listShowText_12(); XmlElement_t561603118 * L_39 = V_5; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_39, _stringLiteral3987835854); NullCheck(L_38); List_1_Add_m1685793073(L_38, L_40, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_0158: { int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_015e: { int32_t L_42 = V_4; XmlNodeList_t2551693786 * L_43 = V_3; NullCheck(L_43); int32_t L_44 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_43); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_00f4; } } IL_016b: { goto IL_0176; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0170; throw e; } CATCH_0170: { // begin catch(System.Object) goto IL_0176; } // end catch (depth: 1) IL_0176: { return; } } // System.Void CDownloadPlayTips::Update() extern "C" IL2CPP_METHOD_ATTR void CDownloadPlayTips_Update_m460503532 (CDownloadPlayTips_t1871773776 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_bShowTime_10(); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bShowTime_10(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); float L_2 = __this->get_m_bShowTime_10(); if ((!(((float)(0.0f)) > ((float)L_2)))) { goto IL_0050; } } { __this->set_m_bShowTime_10((0.082f)); int32_t L_3 = __this->get_m_bShowIndex_11(); Texture2DU5BU5D_t149664596* L_4 = __this->get_m_textures_5(); NullCheck(L_4); __this->set_m_bShowIndex_11(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))); int32_t L_5 = __this->get_m_bShowIndex_11(); CDownloadPlayTips_ChangePicByIndex_m301874229(__this, L_5, /*hidden argument*/NULL); } IL_0050: { int32_t L_6 = __this->get_m_posIndex_7(); int32_t L_7 = __this->get_m_postarget_8(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_00e9; } } { float L_8 = __this->get_m_curPosTimeLabor_9(); float L_9 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_curPosTimeLabor_9(((float)il2cpp_codegen_add((float)L_8, (float)L_9))); float L_10 = __this->get_m_curPosTimeLabor_9(); if ((!(((float)L_10) > ((float)(0.3f))))) { goto IL_00b8; } } { int32_t L_11 = __this->get_m_postarget_8(); __this->set_m_posIndex_7(L_11); UITexture_t3471168817 * L_12 = __this->get_m_avatar_3(); Color_t2555686324 L_13; memset(&L_13, 0, sizeof(L_13)); Color__ctor_m2943235014((&L_13), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_12); UIWidget_set_color_m2288988844(L_12, L_13, /*hidden argument*/NULL); goto IL_00e9; } IL_00b8: { UITexture_t3471168817 * L_14 = __this->get_m_avatar_3(); float L_15 = __this->get_m_curPosTimeLabor_9(); Color_t2555686324 L_16; memset(&L_16, 0, sizeof(L_16)); Color__ctor_m2943235014((&L_16), (1.0f), (1.0f), (1.0f), ((float)il2cpp_codegen_add((float)(0.2f), (float)((float)il2cpp_codegen_multiply((float)(2.6f), (float)L_15)))), /*hidden argument*/NULL); NullCheck(L_14); UIWidget_set_color_m2288988844(L_14, L_16, /*hidden argument*/NULL); } IL_00e9: { return; } } // System.Void CDownloadPlayTips::OnClkSpriteMmd(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CDownloadPlayTips_OnClkSpriteMmd_m4213238264 (CDownloadPlayTips_t1871773776 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDownloadPlayTips_OnClkSpriteMmd_m4213238264_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)); { __this->set_m_posIndex_7((-1)); TransformU5BU5D_t807237628* L_0 = __this->get_m_posArray_6(); NullCheck(L_0); int32_t L_1 = __this->get_m_postarget_8(); int32_t L_2 = CDownloadPlayTips_RandomExcept_m1424269067(NULL /*static, unused*/, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), L_1, /*hidden argument*/NULL); __this->set_m_postarget_8(L_2); __this->set_m_curPosTimeLabor_9((0.0f)); GameObject_t1113636619 * L_3 = __this->get_m_avatarRoot_2(); NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_5 = __this->get_m_posArray_6(); int32_t L_6 = __this->get_m_postarget_8(); NullCheck(L_5); int32_t L_7 = L_6; Transform_t3600365921 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); Vector3_t3722313464 L_9 = Transform_get_localPosition_m4234289348(L_8, /*hidden argument*/NULL); NullCheck(L_4); Transform_set_localPosition_m4128471975(L_4, L_9, /*hidden argument*/NULL); UILabel_t3248798549 * L_10 = __this->get_m_textLabel_4(); 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_0141; } } { List_1_t3319525431 * L_12 = __this->get_m_listShowText_12(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m2276455407(L_12, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)0) >= ((int32_t)L_13))) { goto IL_0141; } } { int32_t L_14 = __this->get_m_curShowTextIndex_13(); List_1_t3319525431 * L_15 = __this->get_m_listShowText_12(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m2276455407(L_15, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); __this->set_m_curShowTextIndex_13(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))%(int32_t)L_16))); UILabel_t3248798549 * L_17 = __this->get_m_textLabel_4(); List_1_t3319525431 * L_18 = __this->get_m_listShowText_12(); int32_t L_19 = __this->get_m_curShowTextIndex_13(); NullCheck(L_18); String_t* L_20 = List_1_get_Item_m3729392029(L_18, L_19, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); NullCheck(L_17); UILabel_set_text_m1071532778(L_17, L_20, /*hidden argument*/NULL); GameObject_t1113636619 * L_21 = __this->get_m_avatarRoot_2(); NullCheck(L_21); Transform_t3600365921 * L_22 = GameObject_get_transform_m1369836730(L_21, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_localPosition_m4234289348(L_22, /*hidden argument*/NULL); V_0 = L_23; float L_24 = (&V_0)->get_x_1(); if ((!(((float)(0.0f)) < ((float)L_24)))) { goto IL_0107; } } { UILabel_t3248798549 * L_25 = __this->get_m_textLabel_4(); NullCheck(L_25); UIWidget_set_pivot_m951060879(L_25, 2, /*hidden argument*/NULL); UILabel_t3248798549 * L_26 = __this->get_m_textLabel_4(); 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_localPosition_m4234289348(L_27, /*hidden argument*/NULL); V_1 = L_28; (&V_1)->set_x_1((74.0f)); UILabel_t3248798549 * L_29 = __this->get_m_textLabel_4(); NullCheck(L_29); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(L_29, /*hidden argument*/NULL); Vector3_t3722313464 L_31 = V_1; NullCheck(L_30); Transform_set_localPosition_m4128471975(L_30, L_31, /*hidden argument*/NULL); goto IL_0141; } IL_0107: { UILabel_t3248798549 * L_32 = __this->get_m_textLabel_4(); NullCheck(L_32); UIWidget_set_pivot_m951060879(L_32, 0, /*hidden argument*/NULL); UILabel_t3248798549 * L_33 = __this->get_m_textLabel_4(); NullCheck(L_33); Transform_t3600365921 * L_34 = Component_get_transform_m3162698980(L_33, /*hidden argument*/NULL); NullCheck(L_34); Vector3_t3722313464 L_35 = Transform_get_localPosition_m4234289348(L_34, /*hidden argument*/NULL); V_2 = L_35; (&V_2)->set_x_1((-104.0f)); UILabel_t3248798549 * L_36 = __this->get_m_textLabel_4(); NullCheck(L_36); Transform_t3600365921 * L_37 = Component_get_transform_m3162698980(L_36, /*hidden argument*/NULL); Vector3_t3722313464 L_38 = V_2; NullCheck(L_37); Transform_set_localPosition_m4128471975(L_37, L_38, /*hidden argument*/NULL); } IL_0141: { return; } } // System.Void CDownloadPlayTips::ChangePicByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDownloadPlayTips_ChangePicByIndex_m301874229 (CDownloadPlayTips_t1871773776 * __this, int32_t ___index0, const RuntimeMethod* method) { { UITexture_t3471168817 * L_0 = __this->get_m_avatar_3(); Texture2DU5BU5D_t149664596* L_1 = __this->get_m_textures_5(); int32_t L_2 = ___index0; NullCheck(L_1); int32_t L_3 = L_2; Texture2D_t3840446185 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_0); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_0, L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IEntityBase CEntityHelp::Create(System.String) extern "C" IL2CPP_METHOD_ATTR IEntityBase_t3866625305 * CEntityHelp_Create_m1511037034 (RuntimeObject * __this /* static, unused */, String_t* ___className0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEntityHelp_Create_m1511037034_MetadataUsageId); s_Il2CppMethodInitialized = true; } IEntityBase_t3866625305 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_0 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___className0; NullCheck(L_0); IEntityBase_t3866625305 * L_2 = CModuleManager_CreateInstance_TisIEntityBase_t3866625305_m3387990450(L_0, L_1, /*hidden argument*/CModuleManager_CreateInstance_TisIEntityBase_t3866625305_m3387990450_RuntimeMethod_var); V_0 = L_2; IEntityBase_t3866625305 * L_3 = V_0; if (!L_3) { goto IL_0030; } } { IEntityBase_t3866625305 * L_4 = V_0; String_t* L_5 = ___className0; NullCheck(L_4); IEntityBase_set_ClassName_m1567061922(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CEntityHelp_t1491713186_il2cpp_TypeInfo_var); Dictionary_2_t2755338636 * L_6 = ((CEntityHelp_t1491713186_StaticFields*)il2cpp_codegen_static_fields_for(CEntityHelp_t1491713186_il2cpp_TypeInfo_var))->get_s_listEntityAll_0(); IEntityBase_t3866625305 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = IEntityBase_get_EntityID_m2386313883(L_7, /*hidden argument*/NULL); IEntityBase_t3866625305 * L_9 = V_0; NullCheck(L_6); Dictionary_2_set_Item_m408666813(L_6, L_8, L_9, /*hidden argument*/Dictionary_2_set_Item_m408666813_RuntimeMethod_var); IEntityBase_t3866625305 * L_10 = V_0; NullCheck(L_10); VirtActionInvoker0::Invoke(4 /* System.Void IEntityBase::OnInit() */, L_10); } IL_0030: { IEntityBase_t3866625305 * L_11 = V_0; return L_11; } } // IEntityBase CEntityHelp::Find(System.Int32) extern "C" IL2CPP_METHOD_ATTR IEntityBase_t3866625305 * CEntityHelp_Find_m1282338744 (RuntimeObject * __this /* static, unused */, int32_t ___entityID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEntityHelp_Find_m1282338744_MetadataUsageId); s_Il2CppMethodInitialized = true; } IEntityBase_t3866625305 * V_0 = NULL; { V_0 = (IEntityBase_t3866625305 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CEntityHelp_t1491713186_il2cpp_TypeInfo_var); Dictionary_2_t2755338636 * L_0 = ((CEntityHelp_t1491713186_StaticFields*)il2cpp_codegen_static_fields_for(CEntityHelp_t1491713186_il2cpp_TypeInfo_var))->get_s_listEntityAll_0(); int32_t L_1 = ___entityID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2651968169(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2651968169_RuntimeMethod_var); if (!L_2) { goto IL_0016; } } { IEntityBase_t3866625305 * L_3 = V_0; return L_3; } IL_0016: { return (IEntityBase_t3866625305 *)NULL; } } // IEntityBase CEntityHelp::Find(System.String) extern "C" IL2CPP_METHOD_ATTR IEntityBase_t3866625305 * CEntityHelp_Find_m475400506 (RuntimeObject * __this /* static, unused */, String_t* ___scriptName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEntityHelp_Find_m475400506_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t414554115 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t858043507 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t858043507 V_2; memset(&V_2, 0, sizeof(V_2)); { IL2CPP_RUNTIME_CLASS_INIT(CEntityHelp_t1491713186_il2cpp_TypeInfo_var); Dictionary_2_t2755338636 * L_0 = ((CEntityHelp_t1491713186_StaticFields*)il2cpp_codegen_static_fields_for(CEntityHelp_t1491713186_il2cpp_TypeInfo_var))->get_s_listEntityAll_0(); NullCheck(L_0); Enumerator_t414554115 L_1 = Dictionary_2_GetEnumerator_m4165888886(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m4165888886_RuntimeMethod_var); V_0 = L_1; goto IL_003f; } IL_0010: { String_t* L_2 = ___scriptName0; KeyValuePair_2_t858043507 L_3 = Enumerator_get_Current_m2964170110((&V_0), /*hidden argument*/Enumerator_get_Current_m2964170110_RuntimeMethod_var); V_1 = L_3; IEntityBase_t3866625305 * L_4 = KeyValuePair_2_get_Value_m3827074526((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m3827074526_RuntimeMethod_var); NullCheck(L_4); String_t* L_5 = IEntityBase_get_ClassName_m4228176346(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_Equals_m1744302937(NULL /*static, unused*/, L_2, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003f; } } { KeyValuePair_2_t858043507 L_7 = Enumerator_get_Current_m2964170110((&V_0), /*hidden argument*/Enumerator_get_Current_m2964170110_RuntimeMethod_var); V_2 = L_7; IEntityBase_t3866625305 * L_8 = KeyValuePair_2_get_Value_m3827074526((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m3827074526_RuntimeMethod_var); return L_8; } IL_003f: { bool L_9 = Enumerator_MoveNext_m3718802272((&V_0), /*hidden argument*/Enumerator_MoveNext_m3718802272_RuntimeMethod_var); if (L_9) { goto IL_0010; } } { return (IEntityBase_t3866625305 *)NULL; } } // System.Void CEntityHelp::Delete(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEntityHelp_Delete_m3498792095 (RuntimeObject * __this /* static, unused */, int32_t ___entityID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEntityHelp_Delete_m3498792095_MetadataUsageId); s_Il2CppMethodInitialized = true; } IEntityBase_t3866625305 * V_0 = NULL; { int32_t L_0 = ___entityID0; IL2CPP_RUNTIME_CLASS_INIT(CEntityHelp_t1491713186_il2cpp_TypeInfo_var); IEntityBase_t3866625305 * L_1 = CEntityHelp_Find_m1282338744(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; IEntityBase_t3866625305 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(CEntityHelp_t1491713186_il2cpp_TypeInfo_var); Dictionary_2_t2755338636 * L_3 = ((CEntityHelp_t1491713186_StaticFields*)il2cpp_codegen_static_fields_for(CEntityHelp_t1491713186_il2cpp_TypeInfo_var))->get_s_listEntityAll_0(); int32_t L_4 = ___entityID0; NullCheck(L_3); Dictionary_2_Remove_m3444610563(L_3, L_4, /*hidden argument*/Dictionary_2_Remove_m3444610563_RuntimeMethod_var); IEntityBase_t3866625305 * L_5 = V_0; NullCheck(L_5); VirtActionInvoker0::Invoke(7 /* System.Void IEntityBase::OnDestroy() */, L_5); } IL_001f: { return; } } // System.Void CEntityHelp::DeleteAll() extern "C" IL2CPP_METHOD_ATTR void CEntityHelp_DeleteAll_m1393177228 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEntityHelp_DeleteAll_m1393177228_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t414554115 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t858043507 V_1; memset(&V_1, 0, sizeof(V_1)); { IL2CPP_RUNTIME_CLASS_INIT(CEntityHelp_t1491713186_il2cpp_TypeInfo_var); Dictionary_2_t2755338636 * L_0 = ((CEntityHelp_t1491713186_StaticFields*)il2cpp_codegen_static_fields_for(CEntityHelp_t1491713186_il2cpp_TypeInfo_var))->get_s_listEntityAll_0(); NullCheck(L_0); Enumerator_t414554115 L_1 = Dictionary_2_GetEnumerator_m4165888886(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m4165888886_RuntimeMethod_var); V_0 = L_1; goto IL_0024; } IL_0010: { KeyValuePair_2_t858043507 L_2 = Enumerator_get_Current_m2964170110((&V_0), /*hidden argument*/Enumerator_get_Current_m2964170110_RuntimeMethod_var); V_1 = L_2; IEntityBase_t3866625305 * L_3 = KeyValuePair_2_get_Value_m3827074526((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m3827074526_RuntimeMethod_var); NullCheck(L_3); VirtActionInvoker0::Invoke(7 /* System.Void IEntityBase::OnDestroy() */, L_3); } IL_0024: { bool L_4 = Enumerator_MoveNext_m3718802272((&V_0), /*hidden argument*/Enumerator_MoveNext_m3718802272_RuntimeMethod_var); if (L_4) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CEntityHelp_t1491713186_il2cpp_TypeInfo_var); Dictionary_2_t2755338636 * L_5 = ((CEntityHelp_t1491713186_StaticFields*)il2cpp_codegen_static_fields_for(CEntityHelp_t1491713186_il2cpp_TypeInfo_var))->get_s_listEntityAll_0(); NullCheck(L_5); Dictionary_2_Clear_m4195879963(L_5, /*hidden argument*/Dictionary_2_Clear_m4195879963_RuntimeMethod_var); return; } } // System.Void CEntityHelp::.cctor() extern "C" IL2CPP_METHOD_ATTR void CEntityHelp__cctor_m988133543 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEntityHelp__cctor_m988133543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2755338636 * L_0 = (Dictionary_2_t2755338636 *)il2cpp_codegen_object_new(Dictionary_2_t2755338636_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4152924350(L_0, /*hidden argument*/Dictionary_2__ctor_m4152924350_RuntimeMethod_var); ((CEntityHelp_t1491713186_StaticFields*)il2cpp_codegen_static_fields_for(CEntityHelp_t1491713186_il2cpp_TypeInfo_var))->set_s_listEntityAll_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 CEventAddOne::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventAddOne__ctor_m2619440603 (CEventAddOne_t265969249 * __this, const RuntimeMethod* method) { { IDataEvent__ctor_m1056403973(__this, /*hidden argument*/NULL); return; } } // System.Int32 CEventAddOne::GetDataEventType() extern "C" IL2CPP_METHOD_ATTR int32_t CEventAddOne_GetDataEventType_m2965526151 (CEventAddOne_t265969249 * __this, const RuntimeMethod* method) { { return 1; } } // System.Object CEventAddOne::get_KeyID() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CEventAddOne_get_KeyID_m2241210484 (CEventAddOne_t265969249 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CKeyIDU3Ek__BackingField_1(); return L_0; } } // System.Void CEventAddOne::set_KeyID(System.Object) extern "C" IL2CPP_METHOD_ATTR void CEventAddOne_set_KeyID_m3615544068 (CEventAddOne_t265969249 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CKeyIDU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CEventAddRange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventAddRange__ctor_m3031764860 (CEventAddRange_t2605741470 * __this, const RuntimeMethod* method) { { IDataEvent__ctor_m1056403973(__this, /*hidden argument*/NULL); return; } } // System.Int32 CEventAddRange::GetDataEventType() extern "C" IL2CPP_METHOD_ATTR int32_t CEventAddRange_GetDataEventType_m2521097742 (CEventAddRange_t2605741470 * __this, const RuntimeMethod* method) { { return ((int32_t)10); } } // System.Int32 CEventAddRange::get_Start() extern "C" IL2CPP_METHOD_ATTR int32_t CEventAddRange_get_Start_m1183329571 (CEventAddRange_t2605741470 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CStartU3Ek__BackingField_1(); return L_0; } } // System.Void CEventAddRange::set_Start(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventAddRange_set_Start_m1296092495 (CEventAddRange_t2605741470 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CStartU3Ek__BackingField_1(L_0); return; } } // System.Int32 CEventAddRange::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CEventAddRange_get_Count_m3629203004 (CEventAddRange_t2605741470 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCountU3Ek__BackingField_2(); return L_0; } } // System.Void CEventAddRange::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventAddRange_set_Count_m2603703837 (CEventAddRange_t2605741470 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__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 CEventChangeAll::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventChangeAll__ctor_m3672760628 (CEventChangeAll_t836503194 * __this, const RuntimeMethod* method) { { IDataEvent__ctor_m1056403973(__this, /*hidden argument*/NULL); return; } } // System.Int32 CEventChangeAll::GetDataEventType() extern "C" IL2CPP_METHOD_ATTR int32_t CEventChangeAll_GetDataEventType_m1692480991 (CEventChangeAll_t836503194 * __this, const RuntimeMethod* method) { { return ((int32_t)100); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CEventChangeOne::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventChangeOne__ctor_m3175026933 (CEventChangeOne_t3209287255 * __this, const RuntimeMethod* method) { { IDataEvent__ctor_m1056403973(__this, /*hidden argument*/NULL); return; } } // System.Int32 CEventChangeOne::GetDataEventType() extern "C" IL2CPP_METHOD_ATTR int32_t CEventChangeOne_GetDataEventType_m1257767601 (CEventChangeOne_t3209287255 * __this, const RuntimeMethod* method) { { return 2; } } // System.Object CEventChangeOne::get_KeyID() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CEventChangeOne_get_KeyID_m244508646 (CEventChangeOne_t3209287255 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CKeyIDU3Ek__BackingField_1(); return L_0; } } // System.Void CEventChangeOne::set_KeyID(System.Object) extern "C" IL2CPP_METHOD_ATTR void CEventChangeOne_set_KeyID_m1987023659 (CEventChangeOne_t3209287255 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CKeyIDU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CEventRemoveAll::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEventRemoveAll__ctor_m4154219824 (CEventRemoveAll_t615414916 * __this, const RuntimeMethod* method) { { IDataEvent__ctor_m1056403973(__this, /*hidden argument*/NULL); return; } } // System.Int32 CEventRemoveAll::GetDataEventType() extern "C" IL2CPP_METHOD_ATTR int32_t CEventRemoveAll_GetDataEventType_m1838887380 (CEventRemoveAll_t615414916 * __this, const RuntimeMethod* method) { { return ((int32_t)101); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CFashionTagCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CFashionTagCtr__ctor_m3031466928 (CFashionTagCtr_t1928095552 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFashionTagCtr__ctor_m3031466928_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_0 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_0, /*hidden argument*/NULL); CFashionTagCtr_set_CDataFashion_m763032008(__this, L_0, /*hidden argument*/NULL); return; } } // CFashionTagCtr CFashionTagCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFashionTagCtr_t1928095552 * CFashionTagCtr_GetInstance_m3958063695 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFashionTagCtr_GetInstance_m3958063695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CFashionTagCtr_t1928095552 * L_0 = ((CFashionTagCtr_t1928095552_StaticFields*)il2cpp_codegen_static_fields_for(CFashionTagCtr_t1928095552_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { CFashionTagCtr_t1928095552 * L_1 = ((CFashionTagCtr_t1928095552_StaticFields*)il2cpp_codegen_static_fields_for(CFashionTagCtr_t1928095552_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CFashionTagCtr_t1928095552 * L_2 = (CFashionTagCtr_t1928095552 *)il2cpp_codegen_object_new(CFashionTagCtr_t1928095552_il2cpp_TypeInfo_var); CFashionTagCtr__ctor_m3031466928(L_2, /*hidden argument*/NULL); ((CFashionTagCtr_t1928095552_StaticFields*)il2cpp_codegen_static_fields_for(CFashionTagCtr_t1928095552_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CFashionTagCtr_t1928095552 * L_3 = ((CFashionTagCtr_t1928095552_StaticFields*)il2cpp_codegen_static_fields_for(CFashionTagCtr_t1928095552_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // CDataModelInt CFashionTagCtr::get_CDataFashion() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * CFashionTagCtr_get_CDataFashion_m2998982956 (CFashionTagCtr_t1928095552 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_U3CCDataFashionU3Ek__BackingField_1(); return L_0; } } // System.Void CFashionTagCtr::set_CDataFashion(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void CFashionTagCtr_set_CDataFashion_m763032008 (CFashionTagCtr_t1928095552 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = ___value0; __this->set_U3CCDataFashionU3Ek__BackingField_1(L_0); return; } } // System.Void CFashionTagCtr::ShowPage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CFashionTagCtr_ShowPage_m1407537383 (CFashionTagCtr_t1928095552 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFashionTagCtr_ShowPage_m1407537383_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)148), /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_1 = CFashionTagCtr_get_CDataFashion_m2998982956(__this, /*hidden argument*/NULL); int32_t L_2 = ___modelID0; NullCheck(L_1); CDataModelInt_set_Data_m3794751788(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void CFashionTagCtr::HidePage() extern "C" IL2CPP_METHOD_ATTR void CFashionTagCtr_HidePage_m1664503587 (CFashionTagCtr_t1928095552 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFashionTagCtr_HidePage_m1664503587_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)148), /*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 CGameController::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGameController__ctor_m3074981627 (CGameController_t2711137428 * __this, const RuntimeMethod* method) { { __this->set_UpdateInterval_6((1.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CGameController::OnFitfunNetReceiveMsg(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameController_OnFitfunNetReceiveMsg_m1119161706 (CGameController_t2711137428 * __this, String_t* ___msgVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_OnFitfunNetReceiveMsg_m1119161706_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; CNetLink_IOS_t2636358992 * V_1 = NULL; { String_t* L_0 = ___msgVal0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); 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); CNetService_t1201271315 * L_3 = CRoot_GetNetService_m2764581604(L_2, /*hidden argument*/NULL); NullCheck(L_3); CNetLink_IOS_t2636358992 * L_4 = CNetService_GetLinkedPtr_m3362794274(L_3, /*hidden argument*/NULL); V_1 = L_4; CNetLink_IOS_t2636358992 * L_5 = V_1; if (!L_5) { goto IL_0024; } } { CNetLink_IOS_t2636358992 * L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_0; NullCheck(L_6); CNetLink_IOS_OnReceive_m1247248206(L_6, L_7, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Void CGameController::OnFitfunNetLinkResult(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameController_OnFitfunNetLinkResult_m2157868754 (CGameController_t2711137428 * __this, String_t* ___resultVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_OnFitfunNetLinkResult_m2157868754_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; CNetLink_IOS_t2636358992 * V_1 = NULL; int32_t G_B3_0 = 0; { String_t* L_0 = ___resultVal0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { String_t* L_2 = ___resultVal0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral3452614544, L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)((((int32_t)0) == ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001f; } IL_001e: { G_B3_0 = 0; } IL_001f: { V_0 = (bool)G_B3_0; 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); CNetService_t1201271315 * L_5 = CRoot_GetNetService_m2764581604(L_4, /*hidden argument*/NULL); NullCheck(L_5); CNetLink_IOS_t2636358992 * L_6 = CNetService_GetLinkedPtr_m3362794274(L_5, /*hidden argument*/NULL); V_1 = L_6; CNetLink_IOS_t2636358992 * L_7 = V_1; if (!L_7) { goto IL_003d; } } { CNetLink_IOS_t2636358992 * L_8 = V_1; bool L_9 = V_0; NullCheck(L_8); CNetLink_IOS_OnLinkResult_m1224621348(L_8, L_9, /*hidden argument*/NULL); } IL_003d: { return; } } // System.Void CGameController::Start() extern "C" IL2CPP_METHOD_ATTR void CGameController_Start_m2280199817 (CGameController_t2711137428 * __this, const RuntimeMethod* method) { { float L_0 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__lastInterval_7(L_0); __this->set__frames_8(0); return; } } // System.Void CGameController::SetDelayCallBack(System.Action,System.Single) extern "C" IL2CPP_METHOD_ATTR void CGameController_SetDelayCallBack_m587613555 (CGameController_t2711137428 * __this, Action_t1264377477 * ___callback0, float ___delay1, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = ___callback0; __this->set_FunDelay_2(L_0); float L_1 = ___delay1; RuntimeObject* L_2 = CGameController_delayFun_m2105782877(__this, L_1, /*hidden argument*/NULL); MonoBehaviour_StartCoroutine_m3411253000(__this, L_2, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator CGameController::delayFun(System.Single) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CGameController_delayFun_m2105782877 (CGameController_t2711137428 * __this, float ___delay0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_delayFun_m2105782877_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CdelayFunU3Ec__Iterator0_t3590996484 * V_0 = NULL; { U3CdelayFunU3Ec__Iterator0_t3590996484 * L_0 = (U3CdelayFunU3Ec__Iterator0_t3590996484 *)il2cpp_codegen_object_new(U3CdelayFunU3Ec__Iterator0_t3590996484_il2cpp_TypeInfo_var); U3CdelayFunU3Ec__Iterator0__ctor_m2137652250(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CdelayFunU3Ec__Iterator0_t3590996484 * L_1 = V_0; float L_2 = ___delay0; NullCheck(L_1); L_1->set_delay_0(L_2); U3CdelayFunU3Ec__Iterator0_t3590996484 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_1(__this); U3CdelayFunU3Ec__Iterator0_t3590996484 * L_4 = V_0; return L_4; } } // System.Void CGameController::OnChangeScene() extern "C" IL2CPP_METHOD_ATTR void CGameController_OnChangeScene_m2000820294 (CGameController_t2711137428 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_OnChangeScene_m2000820294_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_Clear_m205881840(L_0, /*hidden argument*/NULL); return; } } // System.Void CGameController::Update() extern "C" IL2CPP_METHOD_ATTR void CGameController_Update_m1044403000 (CGameController_t2711137428 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_Update_m1044403000_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFCMConfig_t130793684_il2cpp_TypeInfo_var); CFCMConfig_t130793684 * L_0 = CFCMConfig_GetInstance_m2188646222(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CFCMConfig_IsOpen_m193385642(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(CFCMConfig_t130793684_il2cpp_TypeInfo_var); CFCMConfig_t130793684 * L_2 = CFCMConfig_GetInstance_m2188646222(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CFCMConfig_GetSecondsRemaining_m2644170129(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_4 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CWndController_IsExistEx_m3924165208(L_4, ((int32_t)234), /*hidden argument*/NULL); if (L_5) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_6 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CWndController_ShowUI_m3552255067(L_6, ((int32_t)234), /*hidden argument*/NULL); } IL_0042: { goto IL_0056; } IL_0047: { 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_HideUI_m732482071(L_7, ((int32_t)234), /*hidden argument*/NULL); } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CUpdateInterface_DispatchUpdate_m1165879505(NULL /*static, unused*/, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_8 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CThreadManager_OnGetMsg_m2398509114(L_8, /*hidden argument*/NULL); CLevelManager_t3077608201 * L_9 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CLevelManager_IsLevel_m3139716542(L_9, _stringLiteral840214861, /*hidden argument*/NULL); if (L_10) { goto IL_00c4; } } { CLevelManager_t3077608201 * L_11 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = CLevelManager_IsLevel_m3139716542(L_11, _stringLiteral3811860389, /*hidden argument*/NULL); if (L_12) { goto IL_00c4; } } { float L_13 = __this->get_m_timeLabor_3(); float L_14 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeLabor_3(((float)il2cpp_codegen_add((float)L_13, (float)L_14))); float L_15 = __this->get_m_timeLabor_3(); if ((!(((float)(10.0f)) < ((float)L_15)))) { goto IL_00c4; } } { __this->set_m_timeLabor_3((0.0f)); IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_16 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CChatManager_SerializePrivateAll_m3632027259(L_16, /*hidden argument*/NULL); } IL_00c4: { String_t* L_17 = __this->get_m_serverStatus_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00ee; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_19 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = CNetServerConfig_GetConfigString_m1508055105(L_19, _stringLiteral1608166844, _stringLiteral3452614543, /*hidden argument*/NULL); __this->set_m_serverStatus_5(L_20); } IL_00ee: { return; } } // System.Void CGameController::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void CGameController_LateUpdate_m377449992 (CGameController_t2711137428 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_LateUpdate_m377449992_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CUpdateInterface_t2239046830_il2cpp_TypeInfo_var); CUpdateInterface_DispatchLateUpdate_m2964536771(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameController_t2711137428_il2cpp_TypeInfo_var); String_t* L_0 = ((CGameController_t2711137428_StaticFields*)il2cpp_codegen_static_fields_for(CGameController_t2711137428_il2cpp_TypeInfo_var))->get_Next_Level_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_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(CGameController_t2711137428_il2cpp_TypeInfo_var); String_t* L_2 = ((CGameController_t2711137428_StaticFields*)il2cpp_codegen_static_fields_for(CGameController_t2711137428_il2cpp_TypeInfo_var))->get_Next_Level_4(); V_0 = L_2; ((CGameController_t2711137428_StaticFields*)il2cpp_codegen_static_fields_for(CGameController_t2711137428_il2cpp_TypeInfo_var))->set_Next_Level_4((String_t*)NULL); CLevelManager_t3077608201 * L_3 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); CLevelManager_LoadLevel_m1400460863(L_3, L_4, /*hidden argument*/NULL); } IL_002b: { int32_t L_5 = __this->get__frames_8(); __this->set__frames_8(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); float L_6 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); float L_7 = __this->get__lastInterval_7(); float L_8 = __this->get_UpdateInterval_6(); if ((!(((float)L_6) > ((float)((float)il2cpp_codegen_add((float)L_7, (float)L_8)))))) { goto IL_007c; } } { int32_t L_9 = __this->get__frames_8(); float L_10 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); float L_11 = __this->get__lastInterval_7(); __this->set__fps_9(((float)((float)(((float)((float)L_9)))/(float)((float)il2cpp_codegen_subtract((float)L_10, (float)L_11))))); __this->set__frames_8(0); float L_12 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__lastInterval_7(L_12); } IL_007c: { return; } } // System.Void CGameController::OnShowQuitConfirmMsgBox() extern "C" IL2CPP_METHOD_ATTR void CGameController_OnShowQuitConfirmMsgBox_m2064429447 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_OnShowQuitConfirmMsgBox_m2064429447_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; CMsgBoxControl_t806533544 * G_B4_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; CMsgBoxControl_t806533544 * G_B3_2 = NULL; { CMsgBoxControl_t806533544 * L_0 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CMsgBoxControl_IsMsgBoxActive_m2272270482(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { CMsgBoxControl_t806533544 * L_2 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CMsgBoxControl_OnClkResult_m2058476521(L_2, (bool)0, (bool)1, /*hidden argument*/NULL); return; } IL_001c: { CMsgBoxControl_t806533544 * L_3 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CTextHelp_GetText_m372251958(L_4, _stringLiteral3034262102, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameController_t2711137428_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_6 = ((CGameController_t2711137428_StaticFields*)il2cpp_codegen_static_fields_for(CGameController_t2711137428_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_10(); G_B3_0 = L_5; G_B3_1 = 1; G_B3_2 = L_3; if (L_6) { G_B4_0 = L_5; G_B4_1 = 1; G_B4_2 = L_3; goto IL_0049; } } { intptr_t L_7 = (intptr_t)CGameController_OnQuitConfirmProc_m2869059381_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_8 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_8, NULL, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameController_t2711137428_il2cpp_TypeInfo_var); ((CGameController_t2711137428_StaticFields*)il2cpp_codegen_static_fields_for(CGameController_t2711137428_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_10(L_8); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(CGameController_t2711137428_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_9 = ((CGameController_t2711137428_StaticFields*)il2cpp_codegen_static_fields_for(CGameController_t2711137428_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_10(); NullCheck(G_B4_2); CMsgBoxControl_PushUseTextHelp_m571022018(G_B4_2, G_B4_1, G_B4_0, L_9, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); return; } } // System.Void CGameController::OnQuitConfirmProc(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGameController_OnQuitConfirmProc_m2869059381 (RuntimeObject * __this /* static, unused */, bool ___result0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_OnQuitConfirmProc_m2869059381_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___result0; if (!L_0) { goto IL_000b; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); CAppOSHelp_FinalExit_m4023113436(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000b: { return; } } // System.Void CGameController::OnApplicationQuit() extern "C" IL2CPP_METHOD_ATTR void CGameController_OnApplicationQuit_m3463508655 (CGameController_t2711137428 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameController_OnApplicationQuit_m3463508655_MetadataUsageId); s_Il2CppMethodInitialized = true; } CThreadManager_t1155338034 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CGameSetting_t2678036671_il2cpp_TypeInfo_var); CGameSetting_t2678036671 * L_0 = CGameSetting_GetInstance_m804447900(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CGameSetting_Save_m2403816230(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CAccManager_t1454736772 * L_2 = CRoot_GetAccManager_m510313156(L_1, /*hidden argument*/NULL); NullCheck(L_2); CAccManager_Save_m839917893(L_2, /*hidden argument*/NULL); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CNetMainLogic_t857650587 * L_4 = CRoot_GetNetControl_m305351655(L_3, /*hidden argument*/NULL); NullCheck(L_4); CNetMainLogic_Close_m1894979583(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_5 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CChatManager_SerializePrivateAll_m3632027259(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRecentInteractiveObj_t3091204042_il2cpp_TypeInfo_var); CRecentInteractiveObj_SaveRecentInteractive_m3029292116(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_6 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CTimerManager_KillAll_m1988728823(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); CInputStatistics_UploadInputInfo_m2569678420(NULL /*static, unused*/, /*hidden argument*/NULL); CResourceAdapter_t3687212940 * L_7 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0080; } } { CThreadManager_t1155338034 * L_9 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_9; CThreadManager_t1155338034 * L_10 = V_0; NullCheck(L_10); CThreadManager_Stop_m147882772(L_10, 0, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_11 = V_0; NullCheck(L_11); CThreadManager_Stop_m147882772(L_11, ((int32_t)10), /*hidden argument*/NULL); CThreadManager_t1155338034 * L_12 = V_0; NullCheck(L_12); CThreadManager_Stop_m147882772(L_12, ((int32_t)11), /*hidden argument*/NULL); CThreadManager_t1155338034 * L_13 = V_0; NullCheck(L_13); CThreadManager_SlienceStop_m2664667457(L_13, 5, /*hidden argument*/NULL); goto IL_008a; } IL_0080: { CThreadManager_t1155338034 * L_14 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CThreadManager_StopAll_m1863911803(L_14, /*hidden argument*/NULL); } IL_008a: { return; } } // System.Void CGameController::.cctor() extern "C" IL2CPP_METHOD_ATTR void CGameController__cctor_m689346715 (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 CGameController/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CdelayFunU3Ec__Iterator0__ctor_m2137652250 (U3CdelayFunU3Ec__Iterator0_t3590996484 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean CGameController/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CdelayFunU3Ec__Iterator0_MoveNext_m1318019145 (U3CdelayFunU3Ec__Iterator0_t3590996484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelayFunU3Ec__Iterator0_MoveNext_m1318019145_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_0046; } } } { goto IL_006d; } IL_0021: { float L_2 = __this->get_delay_0(); WaitForSeconds_t1699091251 * L_3 = (WaitForSeconds_t1699091251 *)il2cpp_codegen_object_new(WaitForSeconds_t1699091251_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m2199082655(L_3, L_2, /*hidden argument*/NULL); __this->set_U24current_2(L_3); bool L_4 = __this->get_U24disposing_3(); if (L_4) { goto IL_0041; } } { __this->set_U24PC_4(1); } IL_0041: { goto IL_006f; } IL_0046: { CGameController_t2711137428 * L_5 = __this->get_U24this_1(); NullCheck(L_5); Action_t1264377477 * L_6 = L_5->get_FunDelay_2(); if (!L_6) { goto IL_0066; } } { CGameController_t2711137428 * L_7 = __this->get_U24this_1(); NullCheck(L_7); Action_t1264377477 * L_8 = L_7->get_FunDelay_2(); NullCheck(L_8); Action_Invoke_m937035532(L_8, /*hidden argument*/NULL); } IL_0066: { __this->set_U24PC_4((-1)); } IL_006d: { return (bool)0; } IL_006f: { return (bool)1; } } // System.Object CGameController/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CdelayFunU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m686622924 (U3CdelayFunU3Ec__Iterator0_t3590996484 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Object CGameController/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CdelayFunU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m2683512786 (U3CdelayFunU3Ec__Iterator0_t3590996484 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Void CGameController/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CdelayFunU3Ec__Iterator0_Dispose_m1350274612 (U3CdelayFunU3Ec__Iterator0_t3590996484 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void CGameController/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CdelayFunU3Ec__Iterator0_Reset_m196229473 (U3CdelayFunU3Ec__Iterator0_t3590996484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelayFunU3Ec__Iterator0_Reset_m196229473_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,U3CdelayFunU3Ec__Iterator0_Reset_m196229473_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 CGameDancing::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGameDancing__ctor_m241163460 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing__ctor_m241163460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { stComboArea_t2266499608 * L_0 = (stComboArea_t2266499608 *)il2cpp_codegen_object_new(stComboArea_t2266499608_il2cpp_TypeInfo_var); stComboArea__ctor_m3718091569(L_0, /*hidden argument*/NULL); __this->set_m_comboLeft_27(L_0); stComboArea_t2266499608 * L_1 = (stComboArea_t2266499608 *)il2cpp_codegen_object_new(stComboArea_t2266499608_il2cpp_TypeInfo_var); stComboArea__ctor_m3718091569(L_1, /*hidden argument*/NULL); __this->set_m_comboRight_28(L_1); stScoreArea_t3872884956 * L_2 = (stScoreArea_t3872884956 *)il2cpp_codegen_object_new(stScoreArea_t3872884956_il2cpp_TypeInfo_var); stScoreArea__ctor_m4147518194(L_2, /*hidden argument*/NULL); __this->set_m_scoreLeft_29(L_2); stScoreArea_t3872884956 * L_3 = (stScoreArea_t3872884956 *)il2cpp_codegen_object_new(stScoreArea_t3872884956_il2cpp_TypeInfo_var); stScoreArea__ctor_m4147518194(L_3, /*hidden argument*/NULL); __this->set_m_scoreRight_30(L_3); List_1_t777473367 * L_4 = (List_1_t777473367 *)il2cpp_codegen_object_new(List_1_t777473367_il2cpp_TypeInfo_var); List_1__ctor_m2885667311(L_4, /*hidden argument*/List_1__ctor_m2885667311_RuntimeMethod_var); __this->set_m_broadControlerList_33(L_4); __this->set_m_bEnableUpdateCombo_34((bool)1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnPageInit_m3012253259 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnPageInit_m3012253259_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; Transform_t3600365921 * V_5 = NULL; int32_t G_B4_0 = 0; { bool L_0 = __this->get_isPageInit_26(); if (L_0) { goto IL_0381; } } { __this->set_isPageInit_26((bool)1); 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_002d; } } { CLocalBattle_t1519924991 * L_3 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CLocalBattle_get_EnableDoubleMode_m4172060757(L_3, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_4)); goto IL_002e; } IL_002d: { G_B4_0 = 0; } IL_002e: { V_0 = (bool)G_B4_0; Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral803787917, /*hidden argument*/NULL); __this->set_m_ModeNormal_2(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral515034769, /*hidden argument*/NULL); __this->set_m_ModeHeart_3(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, _stringLiteral644009623, /*hidden argument*/NULL); __this->set_m_ModeScore_4(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, _stringLiteral3258544179, /*hidden argument*/NULL); __this->set_m_ModeBattle_5(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, _stringLiteral594073270, /*hidden argument*/NULL); __this->set_m_ModeGuildChallenge_6(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral2869350977, /*hidden argument*/NULL); V_1 = L_16; Transform_t3600365921 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_18 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_17, _stringLiteral2235345990, /*hidden argument*/NULL); V_2 = L_18; Transform_t3600365921 * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00f9; } } { Transform_t3600365921 * L_21 = V_2; NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_21, _stringLiteral4213823138, /*hidden argument*/NULL); __this->set_m_rootCrown_7(L_22); Transform_t3600365921 * L_23 = V_2; NullCheck(L_23); Transform_t3600365921 * L_24 = Transform_Find_m1729760951(L_23, _stringLiteral3708979930, /*hidden argument*/NULL); __this->set_m_rootTime_8(L_24); Transform_t3600365921 * L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_26 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_25, _stringLiteral4125187729, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_musicTime_9(L_26); } IL_00f9: { Transform_t3600365921 * L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_28 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_27, _stringLiteral836756931, /*hidden argument*/NULL); V_3 = L_28; Transform_t3600365921 * L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_30 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_013a; } } { Transform_t3600365921 * L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_32 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_31, _stringLiteral2585327019, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_musicInfo_25(L_32); stScoreArea_t3872884956 * L_33 = __this->get_m_scoreLeft_29(); Transform_t3600365921 * L_34 = V_3; NullCheck(L_34); Transform_t3600365921 * L_35 = Transform_Find_m1729760951(L_34, _stringLiteral1512031223, /*hidden argument*/NULL); NullCheck(L_33); stScoreArea_InitUI_m297117005(L_33, L_35, 0, (bool)1, /*hidden argument*/NULL); } IL_013a: { Transform_t3600365921 * L_36 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_37 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_36, _stringLiteral2430228144, /*hidden argument*/NULL); V_4 = L_37; Transform_t3600365921 * L_38 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_39 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_01ab; } } { Transform_t3600365921 * L_40 = V_4; NullCheck(L_40); Transform_t3600365921 * L_41 = Transform_Find_m1729760951(L_40, _stringLiteral2245783680, /*hidden argument*/NULL); __this->set_m_rootSection_10(L_41); Transform_t3600365921 * L_42 = __this->get_m_rootSection_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UISprite_t194114938 * L_43 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_42, _stringLiteral3534185453, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_CurSection_11(L_43); Transform_t3600365921 * L_44 = __this->get_m_rootSection_10(); UISprite_t194114938 * L_45 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_44, _stringLiteral2918823845, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_MaxSection_12(L_45); stScoreArea_t3872884956 * L_46 = __this->get_m_scoreRight_30(); Transform_t3600365921 * L_47 = V_4; NullCheck(L_47); Transform_t3600365921 * L_48 = Transform_Find_m1729760951(L_47, _stringLiteral1512031223, /*hidden argument*/NULL); bool L_49 = V_0; NullCheck(L_46); stScoreArea_InitUI_m297117005(L_46, L_48, 1, L_49, /*hidden argument*/NULL); } IL_01ab: { Transform_t3600365921 * L_50 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_51 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_50, _stringLiteral565836111, /*hidden argument*/NULL); V_5 = L_51; Transform_t3600365921 * L_52 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_53 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_021f; } } { Transform_t3600365921 * L_54 = V_5; NullCheck(L_54); Transform_t3600365921 * L_55 = Transform_Find_m1729760951(L_54, _stringLiteral2586772096, /*hidden argument*/NULL); __this->set_m_labelFree_19(L_55); Transform_t3600365921 * L_56 = V_5; NullCheck(L_56); Transform_t3600365921 * L_57 = Transform_Find_m1729760951(L_56, _stringLiteral2586837632, /*hidden argument*/NULL); __this->set_m_labelStand_20(L_57); Transform_t3600365921 * L_58 = V_5; NullCheck(L_58); Transform_t3600365921 * L_59 = Transform_Find_m1729760951(L_58, _stringLiteral2123462511, /*hidden argument*/NULL); __this->set_m_labelShow_18(L_59); Transform_t3600365921 * L_60 = V_5; NullCheck(L_60); Transform_t3600365921 * L_61 = Transform_Find_m1729760951(L_60, _stringLiteral2123462512, /*hidden argument*/NULL); __this->set_m_labelHide_17(L_61); Transform_t3600365921 * L_62 = V_5; NullCheck(L_62); Transform_t3600365921 * L_63 = Transform_Find_m1729760951(L_62, _stringLiteral915726516, /*hidden argument*/NULL); __this->set_m_SpeedRoot_21(L_63); } IL_021f: { Transform_t3600365921 * L_64 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UISprite_t194114938 * L_65 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_64, _stringLiteral2313135279, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_SectionStep_13(L_65); stComboArea_t2266499608 * L_66 = __this->get_m_comboLeft_27(); Transform_t3600365921 * L_67 = V_1; Transform_t3600365921 * L_68 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_67, _stringLiteral728988320, /*hidden argument*/NULL); NullCheck(L_66); stComboArea_InitUI_m232284300(L_66, L_68, 0, (bool)1, /*hidden argument*/NULL); stComboArea_t2266499608 * L_69 = __this->get_m_comboRight_28(); Transform_t3600365921 * L_70 = V_1; Transform_t3600365921 * L_71 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_70, _stringLiteral1788543996, /*hidden argument*/NULL); bool L_72 = V_0; NullCheck(L_69); stComboArea_InitUI_m232284300(L_69, L_71, 1, L_72, /*hidden argument*/NULL); Transform_t3600365921 * L_73 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_73); Transform_t3600365921 * L_74 = Transform_Find_m1729760951(L_73, _stringLiteral1474228174, /*hidden argument*/NULL); __this->set_m_ShowTime_14(L_74); __this->set_m_ScoreRoot_16(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)8))); TransformU5BU5D_t807237628* L_75 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_76 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_76); Transform_t3600365921 * L_77 = Transform_Find_m1729760951(L_76, _stringLiteral3412005497, /*hidden argument*/NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(0), (Transform_t3600365921 *)L_77); TransformU5BU5D_t807237628* L_78 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_79 = V_4; Transform_t3600365921 * L_80 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_79, _stringLiteral2245783680, /*hidden argument*/NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(1), (Transform_t3600365921 *)L_80); TransformU5BU5D_t807237628* L_81 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_82 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_82); Transform_t3600365921 * L_83 = Transform_Find_m1729760951(L_82, _stringLiteral594493488, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAt(static_cast(2), (Transform_t3600365921 *)L_83); TransformU5BU5D_t807237628* L_84 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_85 = V_3; Transform_t3600365921 * L_86 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_85, _stringLiteral1512031223, /*hidden argument*/NULL); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_86); (L_84)->SetAt(static_cast(3), (Transform_t3600365921 *)L_86); TransformU5BU5D_t807237628* L_87 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_88 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_88); Transform_t3600365921 * L_89 = Transform_Find_m1729760951(L_88, _stringLiteral2278406246, /*hidden argument*/NULL); NullCheck(L_87); ArrayElementTypeCheck (L_87, L_89); (L_87)->SetAt(static_cast(4), (Transform_t3600365921 *)L_89); TransformU5BU5D_t807237628* L_90 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_91 = V_2; Transform_t3600365921 * L_92 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_91, _stringLiteral4213823138, /*hidden argument*/NULL); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_92); (L_90)->SetAt(static_cast(5), (Transform_t3600365921 *)L_92); TransformU5BU5D_t807237628* L_93 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_94 = V_2; Transform_t3600365921 * L_95 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_94, _stringLiteral3708979930, /*hidden argument*/NULL); NullCheck(L_93); ArrayElementTypeCheck (L_93, L_95); (L_93)->SetAt(static_cast(6), (Transform_t3600365921 *)L_95); TransformU5BU5D_t807237628* L_96 = __this->get_m_ScoreRoot_16(); Transform_t3600365921 * L_97 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_97); Transform_t3600365921 * L_98 = Transform_Find_m1729760951(L_97, _stringLiteral885431865, /*hidden argument*/NULL); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_98); (L_96)->SetAt(static_cast(0), (Transform_t3600365921 *)L_98); Transform_t3600365921 * L_99 = V_1; Transform_t3600365921 * L_100 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_99, _stringLiteral387784528, /*hidden argument*/NULL); __this->set_m_RetunBt_15(L_100); Transform_t3600365921 * L_101 = __this->get_m_SpeedRoot_21(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_101, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_102 = __this->get_m_labelHide_17(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_102, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_103 = __this->get_m_labelShow_18(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_103, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_104 = __this->get_m_labelStand_20(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_104, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_105 = __this->get_m_labelFree_19(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_105, (bool)0, /*hidden argument*/NULL); } IL_0381: { return; } } // System.Void CGameDancing::Start() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_Start_m3388338500 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_Start_m3388338500_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneNpcBase_t3974693970 * V_1 = NULL; { CQualifyingManager_t954001806 * L_0 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = L_0->get_IsQualifyingGame_15(); if (!L_1) { goto IL_0020; } } { Transform_t3600365921 * L_2 = __this->get_m_RetunBt_15(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); goto IL_002c; } IL_0020: { Transform_t3600365921 * L_3 = __this->get_m_RetunBt_15(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_4 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_main_Type_7(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0079; } } { Transform_t3600365921 * L_6 = __this->get_m_ModeNormal_2(); int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, (bool)((((int32_t)0) == ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_8 = __this->get_m_ModeHeart_3(); int32_t L_9 = V_0; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_8, (bool)((((int32_t)2) == ((int32_t)L_9))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_10 = __this->get_m_ModeScore_4(); int32_t L_11 = V_0; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)((((int32_t)3) == ((int32_t)L_11))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_12 = __this->get_m_ModeBattle_5(); int32_t L_13 = V_0; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_12, (bool)((((int32_t)4) == ((int32_t)L_13))? 1 : 0), /*hidden argument*/NULL); } IL_0079: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_14 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_15 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CWndController_ShowUI_m3552255067(L_15, ((int32_t)105), /*hidden argument*/NULL); } IL_0091: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_16 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_00fa; } } { CLocalBattle_t1519924991 * L_17 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = CLocalBattle_get_EnableLocalGame_m1315119155(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00cf; } } { CLocalBattle_t1519924991 * L_19 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); bool L_20 = CLocalBattle_get_EnableDoubleMode_m4172060757(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00cf; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_21 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CWndController_ShowUI_m3552255067(L_21, ((int32_t)302), /*hidden argument*/NULL); goto IL_00df; } IL_00cf: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_22 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CWndController_ShowUI_m3552255067(L_22, ((int32_t)301), /*hidden argument*/NULL); } IL_00df: { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_23 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CBeatKeySwingCtrollor_Clear_m2371431506(L_23, /*hidden argument*/NULL); CBeatKeySwingCtrollor_t4230979690 * L_24 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); CBeatKeySwingCtrollor_SetSpeed_m3578334110(L_24, 1, /*hidden argument*/NULL); CGameDancing_OnChangeSpeed_m753324756(__this, /*hidden argument*/NULL); } IL_00fa: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_25 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = CGameDancing_SetActiveDanceMode_m3441301906(__this, L_25, /*hidden argument*/NULL); __this->set_m_targetDanceMode_31(L_26); Transform_t3600365921 * L_27 = __this->get_m_ShowTime_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_27, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_28 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_29 = (intptr_t)CGameDancing_OnDefaultEffect_m1757336150_RuntimeMethod_var; Action_1_t1569734369 * L_30 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_30, __this, L_29, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_28); CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011(L_28, L_30, /*hidden argument*/NULL); CSceneEffectManager_t793970061 * L_31 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_32 = (intptr_t)CGameDancing_OnShowTime_m4065739985_RuntimeMethod_var; Action_1_t1569734369 * L_33 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_33, __this, L_32, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_31); CSceneEffectManager_RegisterShowTimeCallback_m2073380952(L_31, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_34 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); ISceneNpcBase_t3974693970 * L_35 = CPetManager_get_CurrentFollowedPet_m3456142787(L_34, /*hidden argument*/NULL); V_1 = L_35; ISceneNpcBase_t3974693970 * L_36 = V_1; if (!L_36) { goto IL_0166; } } { ISceneNpcBase_t3974693970 * L_37 = V_1; NullCheck(L_37); bool L_38 = ISceneBaseObj_IsEnable_m3745268461(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0166; } } { ISceneNpcBase_t3974693970 * L_39 = V_1; NullCheck(L_39); ISceneNpcBase_set_IsSubmitAlready_m475230837(L_39, (bool)0, /*hidden argument*/NULL); } IL_0166: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_40 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); ISceneNpcBase_t3974693970 * L_41 = CPetManager_get_CurrentFollowedPet_m3456142787(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_018f; } } { 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); ISceneNpcBase_t3974693970 * L_43 = CPetManager_get_CurrentFollowedPet_m3456142787(L_42, /*hidden argument*/NULL); NullCheck(L_43); ISceneBaseObj_ClearAllEffect_m3221289534(L_43, /*hidden argument*/NULL); CPetManager_t2941415134 * L_44 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); CPetManager_set_petSkillUseCount_m1801960473(L_44, 0, /*hidden argument*/NULL); } IL_018f: { return; } } // UnityEngine.GameObject CGameDancing::SetActiveDanceMode(DMCore.DanceMode.ENUM_PLAY_MODE) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CGameDancing_SetActiveDanceMode_m3441301906 (CGameDancing_t3256271692 * __this, int32_t ___danceMode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_SetActiveDanceMode_m3441301906_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; GameObject_t1113636619 * G_B13_0 = NULL; { V_0 = (Transform_t3600365921 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_main_Type_7(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0068; } } { int32_t L_1 = ___danceMode0; switch (L_1) { case 0: { goto IL_002c; } case 1: { goto IL_005c; } case 2: { goto IL_0038; } case 3: { goto IL_0044; } case 4: { goto IL_0050; } } } { goto IL_005c; } IL_002c: { Transform_t3600365921 * L_2 = __this->get_m_ModeNormal_2(); V_0 = L_2; goto IL_0063; } IL_0038: { Transform_t3600365921 * L_3 = __this->get_m_ModeHeart_3(); V_0 = L_3; goto IL_0063; } IL_0044: { Transform_t3600365921 * L_4 = __this->get_m_ModeScore_4(); V_0 = L_4; goto IL_0063; } IL_0050: { Transform_t3600365921 * L_5 = __this->get_m_ModeBattle_5(); V_0 = L_5; goto IL_0063; } IL_005c: { V_0 = (Transform_t3600365921 *)NULL; goto IL_0063; } IL_0063: { goto IL_006f; } IL_0068: { Transform_t3600365921 * L_6 = __this->get_m_ModeGuildChallenge_6(); V_0 = L_6; } IL_006f: { Transform_t3600365921 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0086; } } { Transform_t3600365921 * L_9 = V_0; NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); G_B13_0 = L_10; goto IL_0087; } IL_0086: { G_B13_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0087: { return G_B13_0; } } // System.Void CGameDancing::OnDefaultEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnDefaultEffect_m1757336150 (CGameDancing_t3256271692 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnDefaultEffect_m1757336150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_ShowTime_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnShowTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnShowTime_m4065739985 (CGameDancing_t3256271692 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnShowTime_m4065739985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEventManager_t474365641 * L_0 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)CGameDancing_OnUIShowTimeStart_m2187850686_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_PushOnce_m1854500591(L_0, (0.15f), L_2, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnUIShowTimeStart(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnUIShowTimeStart_m2187850686 (CGameDancing_t3256271692 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnUIShowTimeStart_m2187850686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_ShowTime_14(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ResetAnim_m1618882349(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Transform_t3600365921 * L_2 = __this->get_m_ShowTime_14(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); CEventManager_t474365641 * L_3 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)CGameDancing_OnUIShowTimeEnd_m2573526252_RuntimeMethod_var; OnEventCall_t3758354630 * L_5 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_5, __this, L_4, /*hidden argument*/NULL); NullCheck(L_3); CEventManager_PushOnce_m1854500591(L_3, (4.2f), L_5, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnUIShowTimeEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnUIShowTimeEnd_m2573526252 (CGameDancing_t3256271692 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnUIShowTimeEnd_m2573526252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_ShowTime_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::AddBroadTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_AddBroadTransform_m119267303 (CGameDancing_t3256271692 * __this, Transform_t3600365921 * ___trans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_AddBroadTransform_m119267303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t777473367 * L_0 = __this->get_m_broadControlerList_33(); if (L_0) { goto IL_0016; } } { List_1_t777473367 * L_1 = (List_1_t777473367 *)il2cpp_codegen_object_new(List_1_t777473367_il2cpp_TypeInfo_var); List_1__ctor_m2885667311(L_1, /*hidden argument*/List_1__ctor_m2885667311_RuntimeMethod_var); __this->set_m_broadControlerList_33(L_1); } IL_0016: { List_1_t777473367 * L_2 = __this->get_m_broadControlerList_33(); Transform_t3600365921 * L_3 = ___trans0; NullCheck(L_2); bool L_4 = List_1_Contains_m1256867375(L_2, L_3, /*hidden argument*/List_1_Contains_m1256867375_RuntimeMethod_var); if (L_4) { goto IL_0033; } } { List_1_t777473367 * L_5 = __this->get_m_broadControlerList_33(); Transform_t3600365921 * L_6 = ___trans0; NullCheck(L_5); List_1_Add_m4073477735(L_5, L_6, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); } IL_0033: { return; } } // System.Void CGameDancing::OnInit() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnInit_m3690361762 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnInit_m3690361762_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)); 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; CMusicDescription_t2126213410 * V_7 = NULL; Vector3_t3722313464 G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); Vector3_t3722313464 G_B7_1; memset(&G_B7_1, 0, sizeof(G_B7_1)); CSystemBroadCast_t3934508125 * G_B7_2 = NULL; Vector3_t3722313464 G_B6_0; memset(&G_B6_0, 0, sizeof(G_B6_0)); Vector3_t3722313464 G_B6_1; memset(&G_B6_1, 0, sizeof(G_B6_1)); CSystemBroadCast_t3934508125 * G_B6_2 = NULL; { GameObject_t1113636619 * L_0 = __this->get_m_targetDanceMode_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_2 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = CGameDancing_SetActiveDanceMode_m3441301906(__this, L_2, /*hidden argument*/NULL); __this->set_m_targetDanceMode_31(L_3); } IL_0022: { GameObject_t1113636619 * L_4 = __this->get_m_targetDanceMode_31(); 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_0050; } } { GameObject_t1113636619 * L_6 = __this->get_m_targetDanceMode_31(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = __this->get_m_targetDanceMode_31(); NullCheck(L_7); GameObject_SendMessage_m1121218340(L_7, _stringLiteral2913039261, 1, /*hidden argument*/NULL); } IL_0050: { CSystemBroadCast_t3934508125 * L_8 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = CSystemBroadCast_IsPlaying_m2706323434(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_011e; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_10; Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_12))))); int32_t L_13 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_13))))); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_14 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_14; float L_15 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_15; float L_16 = V_4; float L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_18 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); V_6 = L_18; float L_19 = V_4; float L_20 = V_3; float L_21 = V_6; Vector3_Set_m1737058353((&V_0), ((float)il2cpp_codegen_multiply((float)(20.0f), (float)L_19)), ((float)il2cpp_codegen_add((float)((-L_20)), (float)((float)il2cpp_codegen_multiply((float)(15.0f), (float)L_21)))), (-8.0f), /*hidden argument*/NULL); float L_22 = V_2; float L_23 = V_4; float L_24 = V_3; float L_25 = V_6; Vector3_Set_m1737058353((&V_1), ((float)il2cpp_codegen_subtract((float)L_22, (float)((float)il2cpp_codegen_multiply((float)(20.0f), (float)L_23)))), ((float)il2cpp_codegen_add((float)((-L_24)), (float)((float)il2cpp_codegen_multiply((float)(15.0f), (float)L_25)))), (-8.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_NeedMove_37((bool)1); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_IsMoveUp_36((bool)1); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_TimeElapsed_38((0.0f)); CSystemBroadCast_t3934508125 * L_26 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_27 = V_0; Vector3_t3722313464 L_28 = V_1; OnSysBroadcastEnd_t3794690773 * L_29 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_39(); G_B6_0 = L_28; G_B6_1 = L_27; G_B6_2 = L_26; if (L_29) { G_B7_0 = L_28; G_B7_1 = L_27; G_B7_2 = L_26; goto IL_0113; } } { intptr_t L_30 = (intptr_t)CGameDancing_OnCallSystemBroadCastEnd_m677712096_RuntimeMethod_var; OnSysBroadcastEnd_t3794690773 * L_31 = (OnSysBroadcastEnd_t3794690773 *)il2cpp_codegen_object_new(OnSysBroadcastEnd_t3794690773_il2cpp_TypeInfo_var); OnSysBroadcastEnd__ctor_m1302032486(L_31, NULL, L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_39(L_31); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; G_B7_2 = G_B6_2; } IL_0113: { IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); OnSysBroadcastEnd_t3794690773 * L_32 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_39(); NullCheck(G_B7_2); CSystemBroadCast_TryMove_m3507204403(G_B7_2, G_B7_1, G_B7_0, L_32, /*hidden argument*/NULL); } IL_011e: { 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_7 = L_34; CMusicDescription_t2126213410 * L_35 = V_7; if (!L_35) { goto IL_0141; } } { UILabel_t3248798549 * L_36 = __this->get_m_musicInfo_25(); IL2CPP_RUNTIME_CLASS_INIT(WaitingRoomHelper_t1026959434_il2cpp_TypeInfo_var); String_t* L_37 = WaitingRoomHelper_GetMusicInfo_m1005783269(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); UILabel_set_text_m1071532778(L_36, L_37, /*hidden argument*/NULL); } IL_0141: { return; } } // System.Void CGameDancing::OnClkEnableScene(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnClkEnableScene_m3225104036 (CGameDancing_t3256271692 * __this, bool ___bCheck0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnClkEnableScene_m3225104036_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSceneModelObj_t2681526009 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * G_B3_0 = NULL; Transform_t3600365921 * G_B6_0 = NULL; Transform_t3600365921 * G_B5_0 = NULL; String_t* G_B7_0 = NULL; Transform_t3600365921 * G_B7_1 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSceneModelObj_t2681526009 * L_1 = CSceneService_GetSceneObj_m85658510(L_0, /*hidden argument*/NULL); V_0 = L_1; CSceneModelObj_t2681526009 * L_2 = V_0; if (!L_2) { goto IL_001c; } } { CSceneModelObj_t2681526009 * L_3 = V_0; NullCheck(L_3); Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001d; } IL_001c: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_001d: { V_1 = G_B3_0; Transform_t3600365921 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0061; } } { Transform_t3600365921 * L_7 = V_1; bool L_8 = ___bCheck0; G_B5_0 = L_7; if (!L_8) { G_B6_0 = L_7; goto IL_003b; } } { G_B7_0 = _stringLiteral1211210949; G_B7_1 = G_B5_0; goto IL_0040; } IL_003b: { G_B7_0 = _stringLiteral1412169936; G_B7_1 = G_B6_0; } IL_0040: { NullCheck(G_B7_1); Component_SendMessage_m1441147224(G_B7_1, G_B7_0, 1, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = __this->get_m_labelShow_18(); bool L_10 = ___bCheck0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_9, (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_11 = __this->get_m_labelHide_17(); bool L_12 = ___bCheck0; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); } IL_0061: { return; } } // System.Void CGameDancing::OnClkEnableCamera(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnClkEnableCamera_m2342451765 (CGameDancing_t3256271692 * __this, bool ___bEnable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnClkEnableCamera_m2342451765_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimSystem_t3541144328 * V_0 = NULL; CAnimSequence_t1119714129 * V_1 = NULL; Camera_t4157153871 * V_2 = NULL; Animation_t3648466861 * V_3 = NULL; float V_4 = 0.0f; int32_t V_5 = 0; int32_t V_6 = 0; CAnimNode_t3327376431 * V_7 = NULL; GameObject_t1113636619 * V_8 = NULL; CGameMain_t2202161662 * V_9 = NULL; CAnimSequence_t1119714129 * G_B3_0 = NULL; Animation_t3648466861 * G_B8_0 = NULL; CGameMain_t2202161662 * G_B21_0 = NULL; { CAnimSystem_t3541144328 * L_0 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CAnimSystem_t3541144328 * L_1 = V_0; if (!L_1) { goto IL_001c; } } { CAnimSystem_t3541144328 * L_2 = V_0; NullCheck(L_2); CAnimSequence_t1119714129 * L_3 = CAnimSystem_GetSequence_m4015007355(L_2, _stringLiteral3170030842, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_001d; } IL_001c: { G_B3_0 = ((CAnimSequence_t1119714129 *)(NULL)); } IL_001d: { V_1 = G_B3_0; CAnimSequence_t1119714129 * L_4 = V_1; if (L_4) { goto IL_0025; } } { return; } IL_0025: { CAnimSequence_t1119714129 * L_5 = V_1; bool L_6 = ___bEnable0; NullCheck(L_5); CAnimSequence_SetEnable_m4244610736(L_5, L_6, /*hidden argument*/NULL); Camera_t4157153871 * L_7 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_7; Camera_t4157153871 * 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_004e; } } { Camera_t4157153871 * L_10 = V_2; NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); NullCheck(L_11); Animation_t3648466861 * L_12 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_11, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); G_B8_0 = L_12; goto IL_004f; } IL_004e: { G_B8_0 = ((Animation_t3648466861 *)(NULL)); } IL_004f: { V_3 = G_B8_0; Animation_t3648466861 * L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0063; } } { Animation_t3648466861 * L_15 = V_3; bool L_16 = ___bEnable0; NullCheck(L_15); Behaviour_set_enabled_m20417929(L_15, L_16, /*hidden argument*/NULL); } IL_0063: { bool L_17 = ___bEnable0; if (!L_17) { goto IL_00cc; } } { Transform_t3600365921 * L_18 = __this->get_m_labelFree_19(); 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_m_labelStand_20(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)1, /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_20 = V_0; NullCheck(L_20); float L_21 = CAnimSystem_Tell_m1941641543(L_20, /*hidden argument*/NULL); V_4 = L_21; V_5 = 0; CAnimSequence_t1119714129 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = CAnimSequence_GetNodeCount_m514257036(L_22, /*hidden argument*/NULL); V_6 = L_23; goto IL_00be; } IL_0099: { CAnimSequence_t1119714129 * L_24 = V_1; int32_t L_25 = V_5; NullCheck(L_24); CAnimNode_t3327376431 * L_26 = CAnimSequence_GetNode_m3843207171(L_24, L_25, /*hidden argument*/NULL); V_7 = L_26; CAnimNode_t3327376431 * L_27 = V_7; if (L_27) { goto IL_00af; } } { goto IL_00b8; } IL_00af: { CAnimNode_t3327376431 * L_28 = V_7; float L_29 = V_4; NullCheck(L_28); VirtActionInvoker1< float >::Invoke(17 /* System.Void DMCore.Framework.Movie.CAnimNode::Seek(System.Single) */, L_28, L_29); } IL_00b8: { int32_t L_30 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00be: { int32_t L_31 = V_5; int32_t L_32 = V_6; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0099; } } { goto IL_0120; } IL_00cc: { Transform_t3600365921 * L_33 = __this->get_m_labelFree_19(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_33, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_34 = __this->get_m_labelStand_20(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_34, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_35 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral3696623800, /*hidden argument*/NULL); V_8 = L_35; GameObject_t1113636619 * L_36 = V_8; 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_0109; } } { GameObject_t1113636619 * L_38 = V_8; NullCheck(L_38); CGameMain_t2202161662 * L_39 = GameObject_GetComponent_TisCGameMain_t2202161662_m2680494473(L_38, /*hidden argument*/GameObject_GetComponent_TisCGameMain_t2202161662_m2680494473_RuntimeMethod_var); G_B21_0 = L_39; goto IL_010a; } IL_0109: { G_B21_0 = ((CGameMain_t2202161662 *)(NULL)); } IL_010a: { V_9 = G_B21_0; CGameMain_t2202161662 * L_40 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0120; } } { CGameMain_t2202161662 * L_42 = V_9; NullCheck(L_42); CGameMain_ResumeCameraStartState_m2528795411(L_42, /*hidden argument*/NULL); } IL_0120: { return; } } // System.Void CGameDancing::OnSectionResult() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnSectionResult_m2703524249 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnSectionResult_m2703524249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = __this->get_m_targetDanceMode_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_2 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = CGameDancing_SetActiveDanceMode_m3441301906(__this, L_2, /*hidden argument*/NULL); __this->set_m_targetDanceMode_31(L_3); } IL_0022: { GameObject_t1113636619 * L_4 = __this->get_m_targetDanceMode_31(); 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_0050; } } { GameObject_t1113636619 * L_6 = __this->get_m_targetDanceMode_31(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = __this->get_m_targetDanceMode_31(); NullCheck(L_7); GameObject_SendMessage_m1121218340(L_7, _stringLiteral1086423010, 1, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void CGameDancing::OnReturnToLobbyBtClick() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnReturnToLobbyBtClick_m840964479 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnReturnToLobbyBtClick_m840964479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)CGameDancing_OnQuitConfirmCallBack_m106086402_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_1 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_1, __this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, _stringLiteral400406481, L_1, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnQuitConfirmCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnQuitConfirmCallBack_m106086402 (CGameDancing_t3256271692 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnQuitConfirmCallBack_m106086402_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { bool L_0 = ___bConfirmed0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CNetMainLogic_t857650587 * L_2 = CRoot_GetNetControl_m305351655(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CNetMainLogic_GetNetState_m3393450786(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0040; } } { 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); CNetMainLogic_t857650587 * L_5 = CRoot_GetNetControl_m305351655(L_4, /*hidden argument*/NULL); NullCheck(L_5); CNetMainLogic_SetNetState_m3776391945(L_5, 8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_6, /*hidden argument*/NULL); V_0 = L_6; CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Push_m3820844360(L_7, ((int32_t)100), /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; NullCheck(L_8); CDataArray_Flush_m1077150699(L_8, /*hidden argument*/NULL); } IL_0040: { return; } } // System.Void CGameDancing::OnSpeedReduce() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnSpeedReduce_m1701525757 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnSpeedReduce_m1701525757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_0 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); CBeatKeySwingCtrollor_t4230979690 * L_1 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CBeatKeySwingCtrollor_get_SpeedIndex_m3812513136(L_1, /*hidden argument*/NULL); NullCheck(L_0); CBeatKeySwingCtrollor_SetSpeed_m3578334110(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); CGameDancing_OnChangeSpeed_m753324756(__this, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnSpeedPlus() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnSpeedPlus_m2546953729 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnSpeedPlus_m2546953729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_0 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); CBeatKeySwingCtrollor_t4230979690 * L_1 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CBeatKeySwingCtrollor_get_SpeedIndex_m3812513136(L_1, /*hidden argument*/NULL); NullCheck(L_0); CBeatKeySwingCtrollor_SetSpeed_m3578334110(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); CGameDancing_OnChangeSpeed_m753324756(__this, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnChangeSpeed() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnChangeSpeed_m753324756 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { { return; } } // System.Void CGameDancing::OnCallSystemBroadCastEnd() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnCallSystemBroadCastEnd_m677712096 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnCallSystemBroadCastEnd_m677712096_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_0 = CMiscHelp_FindTransFromUICamera_m1444083882(NULL /*static, unused*/, _stringLiteral4248988930, /*hidden argument*/NULL); V_0 = L_0; Transform_t3600365921 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { Transform_t3600365921 * L_3 = V_0; NullCheck(L_3); Component_SendMessage_m1441147224(L_3, _stringLiteral1789026951, 1, /*hidden argument*/NULL); } IL_0023: { return; } } // System.Void CGameDancing::OnSystemBroadCastEnd() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnSystemBroadCastEnd_m3411054676 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_OnSystemBroadCastEnd_m3411054676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_NeedMove_37((bool)1); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_IsMoveUp_36((bool)0); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_TimeElapsed_38((0.0f)); return; } } // System.Void CGameDancing::UpdateSystemBroadCast() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateSystemBroadCast_m2528437644 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_UpdateSystemBroadCast_m2528437644_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)); int32_t G_B3_0 = 0; Vector3_t3722313464 G_B3_1; memset(&G_B3_1, 0, sizeof(G_B3_1)); Vector3_t3722313464 G_B3_2; memset(&G_B3_2, 0, sizeof(G_B3_2)); CSystemBroadCast_t3934508125 * G_B3_3 = NULL; int32_t G_B2_0 = 0; Vector3_t3722313464 G_B2_1; memset(&G_B2_1, 0, sizeof(G_B2_1)); Vector3_t3722313464 G_B2_2; memset(&G_B2_2, 0, sizeof(G_B2_2)); CSystemBroadCast_t3934508125 * G_B2_3 = NULL; { CSystemBroadCast_t3934508125 * L_0 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CSystemBroadCast_IfShowValid_m783933042(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_006a; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_2; Vector3_t3722313464 L_3 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_NeedMove_37((bool)1); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_IsMoveUp_36((bool)1); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_TimeElapsed_38((0.0f)); CSystemBroadCast_t3934508125 * L_4 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CSystemBroadCast_GetBroadCastPos_m1246914633(L_4, (&V_0), (&V_1), /*hidden argument*/NULL); CSystemBroadCast_t3934508125 * L_5 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_6 = V_0; Vector3_t3722313464 L_7 = V_1; OnSysBroadcastEnd_t3794690773 * L_8 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_40(); G_B2_0 = 0; G_B2_1 = L_7; G_B2_2 = L_6; G_B2_3 = L_5; if (L_8) { G_B3_0 = 0; G_B3_1 = L_7; G_B3_2 = L_6; G_B3_3 = L_5; goto IL_005f; } } { intptr_t L_9 = (intptr_t)CGameDancing_OnCallSystemBroadCastEnd_m677712096_RuntimeMethod_var; OnSysBroadcastEnd_t3794690773 * L_10 = (OnSysBroadcastEnd_t3794690773 *)il2cpp_codegen_object_new(OnSysBroadcastEnd_t3794690773_il2cpp_TypeInfo_var); OnSysBroadcastEnd__ctor_m1302032486(L_10, NULL, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_40(L_10); G_B3_0 = G_B2_0; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; G_B3_3 = G_B2_3; } IL_005f: { IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); OnSysBroadcastEnd_t3794690773 * L_11 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_40(); NullCheck(G_B3_3); CSystemBroadCast_Invok_m131037051(G_B3_3, G_B3_2, G_B3_1, (bool)G_B3_0, L_11, /*hidden argument*/NULL); } IL_006a: { return; } } // System.Void CGameDancing::Update() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_Update_m526168838 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_Update_m526168838_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneNpcBase_t3974693970 * V_0 = NULL; String_t* V_1 = NULL; AnimationClip_t2318505987 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { CGameDancing_UpdateScore_m2590835609(__this, /*hidden argument*/NULL); CGameDancing_UpdateMusicSection_m3045104418(__this, /*hidden argument*/NULL); CGameDancing_UpdateMyCombo_m3735483909(__this, /*hidden argument*/NULL); CGameDancing_UpdateSystemBroadCast_m2528437644(__this, /*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_CurrentFollowedPet_m3456142787(L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneNpcBase_t3974693970 * L_3 = V_0; if (!L_3) { goto IL_003f; } } { ISceneNpcBase_t3974693970 * L_4 = V_0; NullCheck(L_4); bool L_5 = ISceneBaseObj_IsEnable_m3745268461(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0040; } } IL_003f: { return; } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_6 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_7 = V_0; NullCheck(L_7); int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_7); NullCheck(L_6); IdleActionManager_OnTick_m920841233(L_6, L_8, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_9 = V_0; NullCheck(L_9); bool L_10 = ISceneNpcBase_get_IsSubmitAlready_m1334787197(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_00f5; } } { ISceneNpcBase_t3974693970 * L_11 = V_0; NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_11); if (!L_12) { goto IL_00df; } } { ISceneNpcBase_t3974693970 * L_13 = V_0; NullCheck(L_13); ISceneNpcBase_set_IsSubmitAlready_m475230837(L_13, (bool)1, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_14 = V_0; NullCheck(L_14); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_14, (bool)1); ISceneNpcBase_t3974693970 * L_15 = V_0; NullCheck(L_15); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_15); ISceneNpcBase_t3974693970 * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_17 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); ISceneBaseObj_SetForward_m1723825477(L_16, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_18 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_19); NullCheck(L_18); String_t* L_21 = CPetActionConfig_GetActionResByModelID_m823719944(L_18, L_20, 6, /*hidden argument*/NULL); V_1 = L_21; String_t* L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00b4; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_24 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_25); NullCheck(L_24); String_t* L_27 = CPetActionConfig_GetActionResByModelID_m823719944(L_24, L_26, 1, /*hidden argument*/NULL); V_1 = L_27; } IL_00b4: { String_t* L_28 = V_1; AnimationClip_t2318505987 * L_29 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); V_2 = L_29; AnimationClip_t2318505987 * L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00da; } } { ISceneNpcBase_t3974693970 * L_32 = V_0; String_t* L_33 = V_1; NullCheck(L_32); ISceneBaseObj_SetIdleAnim_m1936918694(L_32, L_33, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_34 = V_0; NullCheck(L_34); ILogicBase_Update_m3853008051(L_34, (0.0001f), /*hidden argument*/NULL); } IL_00da: { goto IL_00f0; } IL_00df: { ISceneNpcBase_t3974693970 * L_35 = V_0; NullCheck(L_35); bool L_36 = ISceneNpcBase_IsOwnerObjEnable_m3340038587(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00f0; } } { ISceneNpcBase_t3974693970 * L_37 = V_0; NullCheck(L_37); ISceneNpcBase_LoadingResource_m2169387502(L_37, /*hidden argument*/NULL); } IL_00f0: { goto IL_013c; } IL_00f5: { ISceneNpcBase_t3974693970 * L_38 = V_0; NullCheck(L_38); Transform_t3600365921 * L_39 = ISceneBaseObj_GetTransform_m3818769012(L_38, /*hidden argument*/NULL); V_3 = L_39; Transform_t3600365921 * L_40 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_40, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_41) { goto IL_013c; } } { Transform_t3600365921 * L_42 = V_3; CMainRole_t4200562839 * L_43 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); Transform_t3600365921 * L_44 = ISceneBaseObj_GetTransform_m3818769012(L_43, /*hidden argument*/NULL); NullCheck(L_44); Vector3_t3722313464 L_45 = Transform_get_localPosition_m4234289348(L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); Vector3_t3722313464 L_46 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SHOW_POSITION_29(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_47 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); NullCheck(L_42); Transform_set_localPosition_m4128471975(L_42, L_47, /*hidden argument*/NULL); Transform_t3600365921 * L_48 = V_3; CMainRole_t4200562839 * L_49 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); Transform_t3600365921 * L_50 = ISceneBaseObj_GetTransform_m3818769012(L_49, /*hidden argument*/NULL); NullCheck(L_50); Quaternion_t2301928331 L_51 = Transform_get_localRotation_m3487911431(L_50, /*hidden argument*/NULL); NullCheck(L_48); Transform_set_localRotation_m19445462(L_48, L_51, /*hidden argument*/NULL); } IL_013c: { return; } } // System.Void CGameDancing::UpdateMusicSection() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateMusicSection_m3045104418 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_UpdateMusicSection_m3045104418_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; String_t* V_4 = NULL; float V_5 = 0.0f; 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; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_00ef; } } { Transform_t3600365921 * L_1 = __this->get_m_rootCrown_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_2 = __this->get_m_rootTime_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = __this->get_m_rootSection_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); V_0 = (0.0f); V_1 = (0.0f); CAnimSystem_t3541144328 * L_4 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CAnimSystem_GetSequenceTimeRange_m3510046749(L_4, _stringLiteral1732937732, (&V_0), (&V_1), /*hidden argument*/NULL); CAnimSystem_t3541144328 * L_5 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); float L_6 = CAnimSystem_Tell_m1941641543(L_5, /*hidden argument*/NULL); V_2 = L_6; V_3 = (0.0f); V_4 = _stringLiteral16340778; float L_7 = V_1; if ((!(((float)L_7) > ((float)(0.0f))))) { goto IL_00ba; } } { float L_8 = V_2; float L_9 = V_1; if ((!(((float)L_8) <= ((float)L_9)))) { goto IL_00ba; } } { float L_10 = V_2; float L_11 = V_1; V_3 = ((float)((float)L_10/(float)L_11)); float L_12 = V_1; float L_13 = V_2; V_5 = ((float)il2cpp_codegen_subtract((float)L_12, (float)L_13)); float L_14 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_15 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)((float)L_14/(float)(60.0f))), /*hidden argument*/NULL); V_6 = L_15; float L_16 = V_5; int32_t L_17 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, (fmodf(L_16, (60.0f))), /*hidden argument*/NULL); V_7 = L_17; int32_t L_18 = V_6; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); int32_t L_21 = V_7; 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*/, _stringLiteral170854902, L_20, L_23, /*hidden argument*/NULL); V_4 = L_24; } IL_00ba: { UISprite_t194114938 * L_25 = __this->get_m_SectionStep_13(); NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); float L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_28 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)(960.0f), (float)L_27)), (1.0f), (960.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectScaleX_m2969638982(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); UILabel_t3248798549 * L_29 = __this->get_m_musicTime_9(); String_t* L_30 = V_4; NullCheck(L_29); UILabel_set_text_m1071532778(L_29, L_30, /*hidden argument*/NULL); return; } IL_00ef: { Transform_t3600365921 * L_31 = __this->get_m_rootCrown_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_31, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_32 = __this->get_m_rootTime_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_32, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_33 = __this->get_m_rootSection_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_33, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_34 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = CDanceMode_GetSectionIndex_m4199677593(L_34, /*hidden argument*/NULL); V_8 = L_35; CDanceMode_t1520520494 * L_36 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37 = CDanceMode_GetSectionCount_m2327911418(L_36, /*hidden argument*/NULL); V_9 = L_37; UISprite_t194114938 * L_38 = __this->get_m_CurSection_11(); int32_t L_39 = V_8; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); String_t* L_40 = Int32_ToString_m141394615((&V_10), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3512975299, L_40, /*hidden argument*/NULL); NullCheck(L_38); UISprite_set_spriteName_m1616245412(L_38, L_41, /*hidden argument*/NULL); UISprite_t194114938 * L_42 = __this->get_m_MaxSection_12(); String_t* L_43 = Int32_ToString_m141394615((&V_9), /*hidden argument*/NULL); String_t* L_44 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3512975299, L_43, /*hidden argument*/NULL); NullCheck(L_42); UISprite_set_spriteName_m1616245412(L_42, L_44, /*hidden argument*/NULL); V_11 = (0.0f); V_12 = (0.0f); V_13 = (0.0f); int32_t L_45 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CBeatKeyManager_t1395295909_il2cpp_TypeInfo_var); bool L_46 = CBeatKeyManager_GetSectionTime_m3545411115(NULL /*static, unused*/, L_45, (&V_12), (&V_13), /*hidden argument*/NULL); if (!L_46) { goto IL_01a1; } } { float L_47 = V_12; float L_48 = V_13; V_11 = ((float)((float)L_47/(float)L_48)); } IL_01a1: { UISprite_t194114938 * L_49 = __this->get_m_SectionStep_13(); NullCheck(L_49); GameObject_t1113636619 * L_50 = Component_get_gameObject_m442555142(L_49, /*hidden argument*/NULL); float L_51 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_52 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)(960.0f), (float)L_51)), (1.0f), (960.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectScaleX_m2969638982(NULL /*static, unused*/, L_50, L_52, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::UpdateScore() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateScore_m2590835609 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { { stScoreArea_t3872884956 * L_0 = __this->get_m_scoreLeft_29(); NullCheck(L_0); stScoreArea_OnUpdate_m203011684(L_0, /*hidden argument*/NULL); stScoreArea_t3872884956 * L_1 = __this->get_m_scoreRight_30(); NullCheck(L_1); stScoreArea_OnUpdate_m203011684(L_1, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::UpdateMyCombo() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_UpdateMyCombo_m3735483909 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_UpdateMyCombo_m3735483909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bEnableUpdateCombo_34(); if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_1 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002f; } } IL_0016: { stComboArea_t2266499608 * L_2 = __this->get_m_comboLeft_27(); NullCheck(L_2); stComboArea_ShowRateRoot_m1542089466(L_2, (bool)0, /*hidden argument*/NULL); stComboArea_t2266499608 * L_3 = __this->get_m_comboRight_28(); NullCheck(L_3); stComboArea_ShowRateRoot_m1542089466(L_3, (bool)0, /*hidden argument*/NULL); return; } IL_002f: { stComboArea_t2266499608 * L_4 = __this->get_m_comboLeft_27(); NullCheck(L_4); stComboArea_OnUpdate_m250611237(L_4, /*hidden argument*/NULL); stComboArea_t2266499608 * L_5 = __this->get_m_comboRight_28(); NullCheck(L_5); stComboArea_OnUpdate_m250611237(L_5, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::ChangeSpritePos(UISprite,System.String,System.Single,System.Single&) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_ChangeSpritePos_m716554268 (RuntimeObject * __this /* static, unused */, UISprite_t194114938 * ___sp0, String_t* ___spName1, float ___garp2, float* ___xLabor3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_ChangeSpritePos_m716554268_MetadataUsageId); s_Il2CppMethodInitialized = true; } Sprite_t2895597119 * V_0 = NULL; { UISprite_t194114938 * L_0 = ___sp0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { UISprite_t194114938 * L_2 = ___sp0; String_t* L_3 = ___spName1; NullCheck(L_2); UISprite_set_spriteName_m1616245412(L_2, L_3, /*hidden argument*/NULL); UISprite_t194114938 * L_4 = ___sp0; NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); float* L_6 = ___xLabor3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionX_m129950964(NULL /*static, unused*/, L_5, (*((float*)L_6)), /*hidden argument*/NULL); UISprite_t194114938 * L_7 = ___sp0; 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)1, /*hidden argument*/NULL); UISprite_t194114938 * L_9 = ___sp0; NullCheck(L_9); Sprite_t2895597119 * L_10 = UISprite_GetAtlasSprite_m1728210218(L_9, /*hidden argument*/NULL); V_0 = L_10; Sprite_t2895597119 * L_11 = V_0; if (!L_11) { goto IL_004b; } } { float* L_12 = ___xLabor3; float* L_13 = ___xLabor3; Sprite_t2895597119 * L_14 = V_0; NullCheck(L_14); Rect_t2360479859 * L_15 = L_14->get_address_of_inner_2(); float L_16 = Rect_get_width_m3421484486(L_15, /*hidden argument*/NULL); *((float*)(L_12)) = (float)((float)il2cpp_codegen_subtract((float)(*((float*)L_13)), (float)L_16)); } IL_004b: { float* L_17 = ___xLabor3; float* L_18 = ___xLabor3; float L_19 = ___garp2; *((float*)(L_17)) = (float)((float)il2cpp_codegen_subtract((float)(*((float*)L_18)), (float)L_19)); return; } } // System.Void CGameDancing::ChangeSpriteScale(UISprite,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CGameDancing_ChangeSpriteScale_m5959959 (RuntimeObject * __this /* static, unused */, UISprite_t194114938 * ___sp0, float ___fScaleX1, float ___fScaleY2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing_ChangeSpriteScale_m5959959_MetadataUsageId); s_Il2CppMethodInitialized = true; } Sprite_t2895597119 * V_0 = NULL; { UISprite_t194114938 * L_0 = ___sp0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { UISprite_t194114938 * L_2 = ___sp0; NullCheck(L_2); Sprite_t2895597119 * L_3 = UISprite_GetAtlasSprite_m1728210218(L_2, /*hidden argument*/NULL); V_0 = L_3; Sprite_t2895597119 * L_4 = V_0; if (!L_4) { goto IL_0049; } } { UISprite_t194114938 * L_5 = ___sp0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); float L_7 = ___fScaleX1; Sprite_t2895597119 * L_8 = V_0; NullCheck(L_8); Rect_t2360479859 * L_9 = L_8->get_address_of_inner_2(); float L_10 = Rect_get_width_m3421484486(L_9, /*hidden argument*/NULL); float L_11 = ___fScaleY2; Sprite_t2895597119 * L_12 = V_0; NullCheck(L_12); Rect_t2360479859 * L_13 = L_12->get_address_of_inner_2(); float L_14 = Rect_get_height_m1358425599(L_13, /*hidden argument*/NULL); Vector3_t3722313464 L_15; memset(&L_15, 0, sizeof(L_15)); Vector3__ctor_m3353183577((&L_15), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_10)), ((float)il2cpp_codegen_multiply((float)L_11, (float)L_14)), (1.0f), /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localScale_m3053443106(L_6, L_15, /*hidden argument*/NULL); } IL_0049: { return; } } // System.Void CGameDancing::OnBeginPVEGuide() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnBeginPVEGuide_m1183768773 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { { __this->set_m_bEnableUpdateCombo_34((bool)0); stComboArea_t2266499608 * L_0 = __this->get_m_comboLeft_27(); NullCheck(L_0); stComboArea_ShowUI_m2579276832(L_0, (bool)1, /*hidden argument*/NULL); stComboArea_t2266499608 * L_1 = __this->get_m_comboRight_28(); NullCheck(L_1); stComboArea_ShowUI_m2579276832(L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::OnEndPVEGuide() extern "C" IL2CPP_METHOD_ATTR void CGameDancing_OnEndPVEGuide_m1144128035 (CGameDancing_t3256271692 * __this, const RuntimeMethod* method) { { GameStagePVE_ResumePVE_m2142782521(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bEnableUpdateCombo_34((bool)1); stComboArea_t2266499608 * L_0 = __this->get_m_comboLeft_27(); NullCheck(L_0); stComboArea_ShowUI_m2579276832(L_0, (bool)0, /*hidden argument*/NULL); stComboArea_t2266499608 * L_1 = __this->get_m_comboRight_28(); NullCheck(L_1); stComboArea_ShowUI_m2579276832(L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CGameDancing::_AdjustScoreBarPos(System.Single) extern "C" IL2CPP_METHOD_ATTR void CGameDancing__AdjustScoreBarPos_m1114565182 (CGameDancing_t3256271692 * __this, float ___deltaTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing__AdjustScoreBarPos_m1114565182_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; int32_t V_5 = 0; int32_t V_6 = 0; Transform_t3600365921 * V_7 = NULL; int32_t V_8 = 0; Transform_t3600365921 * V_9 = NULL; { TransformU5BU5D_t807237628* L_0 = __this->get_m_ScoreRoot_16(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); float L_1 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_s_TimeElapsed_38(); float L_2 = ___deltaTime0; ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_TimeElapsed_38(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); V_0 = (34.0f); V_1 = (0.0f); bool L_3 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_s_IsMoveUp_36(); if (!L_3) { goto IL_003a; } } { V_0 = (0.0f); V_1 = (34.0f); } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); float L_4 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_s_TimeElapsed_38(); float L_5 = ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->get_CHANGE_HEIGHT_TIME_35(); V_2 = ((float)((float)L_4/(float)L_5)); float L_6 = V_0; float L_7 = V_1; float L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_9 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; float L_10 = V_3; float L_11 = V_1; if ((!(((float)L_10) == ((float)L_11)))) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_NeedMove_37((bool)0); } IL_005c: { float L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_13 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_12, (0.0f), (34.0f), /*hidden argument*/NULL); V_4 = L_13; V_5 = 0; TransformU5BU5D_t807237628* L_14 = __this->get_m_ScoreRoot_16(); NullCheck(L_14); V_6 = (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))); goto IL_00ad; } IL_0080: { TransformU5BU5D_t807237628* L_15 = __this->get_m_ScoreRoot_16(); int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; Transform_t3600365921 * L_18 = (L_15)->GetAt(static_cast(L_17)); V_7 = L_18; Transform_t3600365921 * L_19 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_009d; } } { goto IL_00a7; } IL_009d: { Transform_t3600365921 * L_21 = V_7; float L_22 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionY_m3129686273(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); } IL_00a7: { int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00ad: { int32_t L_24 = V_5; int32_t L_25 = V_6; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0080; } } { List_1_t777473367 * L_26 = __this->get_m_broadControlerList_33(); if (!L_26) { goto IL_0107; } } { V_8 = 0; goto IL_00f5; } IL_00c9: { List_1_t777473367 * L_27 = __this->get_m_broadControlerList_33(); int32_t L_28 = V_8; NullCheck(L_27); Transform_t3600365921 * L_29 = List_1_get_Item_m3022113929(L_27, L_28, /*hidden argument*/List_1_get_Item_m3022113929_RuntimeMethod_var); V_9 = L_29; Transform_t3600365921 * L_30 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00ef; } } { Transform_t3600365921 * L_32 = V_9; float L_33 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionY_m3129686273(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); } IL_00ef: { int32_t L_34 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00f5: { int32_t L_35 = V_8; List_1_t777473367 * L_36 = __this->get_m_broadControlerList_33(); NullCheck(L_36); int32_t L_37 = List_1_get_Count_m3787308655(L_36, /*hidden argument*/List_1_get_Count_m3787308655_RuntimeMethod_var); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_00c9; } } IL_0107: { return; } } // System.Void CGameDancing::.cctor() extern "C" IL2CPP_METHOD_ATTR void CGameDancing__cctor_m3536744577 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameDancing__cctor_m3536744577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_CHANGE_HEIGHT_TIME_35((0.4f)); ((CGameDancing_t3256271692_StaticFields*)il2cpp_codegen_static_fields_for(CGameDancing_t3256271692_il2cpp_TypeInfo_var))->set_s_IsMoveUp_36((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CGameDancing/stComboArea::.ctor() extern "C" IL2CPP_METHOD_ATTR void stComboArea__ctor_m3718091569 (stComboArea_t2266499608 * __this, const RuntimeMethod* method) { { __this->set_m_LastComboVal_13((-1)); __this->set_m_lastNotZero_16((-1.0f)); __this->set_m_lastComboStep_17((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void CGameDancing/stComboArea::InitUI(UnityEngine.Transform,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stComboArea_InitUI_m232284300 (stComboArea_t2266499608 * __this, Transform_t3600365921 * ___transRoot0, int32_t ___deviceID1, bool ___enable2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stComboArea_InitUI_m232284300_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { bool L_0 = ___enable2; __this->set_m_bEnable_0(L_0); int32_t L_1 = ___deviceID1; __this->set_m_deviceID_1(L_1); Transform_t3600365921 * L_2 = ___transRoot0; __this->set_m_ComboRoot_2(L_2); Transform_t3600365921 * L_3 = __this->get_m_ComboRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0097; } } { Transform_t3600365921 * L_5 = __this->get_m_ComboRoot_2(); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_localPosition_m4234289348(L_5, /*hidden argument*/NULL); V_0 = L_6; float L_7 = (&V_0)->get_x_1(); __this->set_m_orgRootPosX_12(L_7); Transform_t3600365921 * L_8 = __this->get_m_ComboRoot_2(); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral3700421729, /*hidden argument*/NULL); __this->set_m_ComboLevel_3(L_9); Transform_t3600365921 * L_10 = __this->get_m_ComboRoot_2(); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral360870613, /*hidden argument*/NULL); __this->set_m_ComboRateRoot_4(L_11); Transform_t3600365921 * L_12 = __this->get_m_ComboRateRoot_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UISprite_t194114938 * L_13 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_12, _stringLiteral3294680492, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_ComboRate_5(L_13); Transform_t3600365921 * L_14 = __this->get_m_ComboRateRoot_4(); UISprite_t194114938 * L_15 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_14, _stringLiteral1570679840, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_ComboStatic_6(L_15); } IL_0097: { Transform_t3600365921 * L_16 = __this->get_m_ComboLevel_3(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UISprite_t194114938 * L_17 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_16, _stringLiteral1570679840, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_spComboStatic_7(L_17); Transform_t3600365921 * L_18 = __this->get_m_ComboLevel_3(); UISprite_t194114938 * L_19 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_18, _stringLiteral1595200775, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_spCombo0_8(L_19); Transform_t3600365921 * L_20 = __this->get_m_ComboLevel_3(); UISprite_t194114938 * L_21 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_20, _stringLiteral1595135239, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_spCombo1_9(L_21); Transform_t3600365921 * L_22 = __this->get_m_ComboLevel_3(); UISprite_t194114938 * L_23 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_22, _stringLiteral1595069703, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_spCombo2_10(L_23); Transform_t3600365921 * L_24 = __this->get_m_ComboLevel_3(); UISprite_t194114938 * L_25 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_24, _stringLiteral1595004167, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_spCombo3_11(L_25); Transform_t3600365921 * L_26 = __this->get_m_ComboRoot_2(); bool L_27 = __this->get_m_bEnable_0(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); return; } } // System.Void CGameDancing/stComboArea::ShowUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stComboArea_ShowUI_m2579276832 (stComboArea_t2266499608 * __this, bool ___visible0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stComboArea_ShowUI_m2579276832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bEnable_0(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { bool L_1 = ___visible0; if (!L_1) { goto IL_00ae; } } { Transform_t3600365921 * L_2 = __this->get_m_ComboRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = __this->get_m_ComboLevel_3(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_ComboLevel_3(); 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_00a9; } } { Transform_t3600365921 * L_6 = __this->get_m_ComboLevel_3(); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral1570679840, /*hidden argument*/NULL); 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_m_ComboLevel_3(); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral1595200775, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_9, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = __this->get_m_ComboLevel_3(); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral1595135239, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_11, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = __this->get_m_ComboLevel_3(); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral1595069703, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_13, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = __this->get_m_ComboLevel_3(); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral1595004167, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_15, (bool)0, /*hidden argument*/NULL); } IL_00a9: { goto IL_00ba; } IL_00ae: { Transform_t3600365921 * L_16 = __this->get_m_ComboRoot_2(); bool L_17 = ___visible0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); } IL_00ba: { return; } } // System.Void CGameDancing/stComboArea::ShowRateRoot(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stComboArea_ShowRateRoot_m1542089466 (stComboArea_t2266499608 * __this, bool ___visible0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stComboArea_ShowRateRoot_m1542089466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bEnable_0(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { Transform_t3600365921 * L_1 = __this->get_m_ComboRateRoot_4(); bool L_2 = ___visible0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void CGameDancing/stComboArea::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void stComboArea_OnUpdate_m250611237 (stComboArea_t2266499608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stComboArea_OnUpdate_m250611237_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; CBeatKeyManager_t1395295909 * V_1 = NULL; CBeatKeyCtrlNode_t1019706062 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; bool V_9 = false; String_t* V_10 = NULL; String_t* V_11 = NULL; float V_12 = 0.0f; Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; float V_17 = 0.0f; CBeatKeyCtrlNode_t1019706062 * G_B5_0 = NULL; int32_t G_B8_0 = 0; int32_t G_B16_0 = 0; float G_B54_0 = 0.0f; float G_B57_0 = 0.0f; { bool L_0 = __this->get_m_bEnable_0(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); float L_2 = ILogicBase_Tell_m124438213(L_1, /*hidden argument*/NULL); V_0 = L_2; CBeatKeyManager_t1395295909 * L_3 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; CBeatKeyManager_t1395295909 * L_4 = V_1; if (!L_4) { goto IL_0034; } } { CBeatKeyManager_t1395295909 * L_5 = V_1; int32_t L_6 = __this->get_m_deviceID_1(); NullCheck(L_5); CBeatKeyCtrlNode_t1019706062 * L_7 = CBeatKeyManager_FindCtrlNode_m143344604(L_5, L_6, /*hidden argument*/NULL); G_B5_0 = L_7; goto IL_0035; } IL_0034: { G_B5_0 = ((CBeatKeyCtrlNode_t1019706062 *)(NULL)); } IL_0035: { V_2 = G_B5_0; CBeatKeyCtrlNode_t1019706062 * L_8 = V_2; if (!L_8) { goto IL_0047; } } { CBeatKeyCtrlNode_t1019706062 * L_9 = V_2; NullCheck(L_9); int32_t L_10 = CBeatKeyCtrlNode_GetCombo_m1821287212(L_9, /*hidden argument*/NULL); G_B8_0 = L_10; goto IL_0048; } IL_0047: { G_B8_0 = 0; } IL_0048: { V_3 = G_B8_0; int32_t L_11 = V_3; if ((((int32_t)0) < ((int32_t)L_11))) { goto IL_005c; } } { float L_12 = V_0; __this->set_m_lastZero_15(L_12); goto IL_0063; } IL_005c: { float L_13 = V_0; __this->set_m_lastNotZero_16(L_13); } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_14 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); bool L_15 = CSceneEffectManager_IsInShowTime_m1412775753(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_008d; } } { Transform_t3600365921 * L_16 = __this->get_m_ComboRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_16, (bool)0, /*hidden argument*/NULL); __this->set_m_LastComboVal_13(0); float L_17 = V_0; __this->set_m_LastComboTriggerTime_14(L_17); return; } IL_008d: { Transform_t3600365921 * L_18 = __this->get_m_ComboRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, (bool)1, /*hidden argument*/NULL); CBeatKeyCtrlNode_t1019706062 * L_19 = V_2; if (!L_19) { goto IL_00aa; } } { CBeatKeyCtrlNode_t1019706062 * L_20 = V_2; NullCheck(L_20); int32_t L_21 = CBeatKeyCtrlNode_GetComboStep_m3089368589(L_20, /*hidden argument*/NULL); G_B16_0 = L_21; goto IL_00ab; } IL_00aa: { G_B16_0 = 0; } IL_00ab: { V_4 = G_B16_0; int32_t L_22 = V_3; if ((((int32_t)1) > ((int32_t)L_22))) { goto IL_0132; } } { Transform_t3600365921 * L_23 = __this->get_m_ComboRateRoot_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)1, /*hidden argument*/NULL); int32_t L_24 = V_4; int32_t L_25 = __this->get_m_lastComboStep_17(); if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_012d; } } { int32_t L_26 = V_4; __this->set_m_lastComboStep_17(L_26); UISprite_t194114938 * L_27 = __this->get_m_ComboRate_5(); int32_t L_28 = V_4; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2624239596, L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetSpriteName_m4215678733(NULL /*static, unused*/, L_27, L_31, /*hidden argument*/NULL); UISprite_t194114938 * L_32 = __this->get_m_ComboStatic_6(); int32_t L_33 = V_4; int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_33)); RuntimeObject * L_35 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_34); String_t* L_36 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1594153191, L_35, /*hidden argument*/NULL); CMiscHelp_SetSpriteName_m4215678733(NULL /*static, unused*/, L_32, L_36, /*hidden argument*/NULL); UISprite_t194114938 * L_37 = __this->get_spComboStatic_7(); int32_t L_38 = V_4; int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_38)); RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); String_t* L_41 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1473211760, L_40, /*hidden argument*/NULL); CMiscHelp_SetSpriteName_m4215678733(NULL /*static, unused*/, L_37, L_41, /*hidden argument*/NULL); } IL_012d: { goto IL_013e; } IL_0132: { Transform_t3600365921 * L_42 = __this->get_m_ComboRateRoot_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_42, (bool)0, /*hidden argument*/NULL); } IL_013e: { Transform_t3600365921 * L_43 = __this->get_m_ComboLevel_3(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_43, (bool)1, /*hidden argument*/NULL); int32_t L_44 = V_3; if ((((int32_t)0) < ((int32_t)L_44))) { goto IL_0237; } } { float L_45 = V_0; float L_46 = __this->get_m_lastNotZero_16(); V_5 = ((float)il2cpp_codegen_subtract((float)L_45, (float)L_46)); float L_47 = V_5; if ((!(((float)(0.3f)) > ((float)L_47)))) { goto IL_01f6; } } { UISprite_t194114938 * L_48 = __this->get_spComboStatic_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_48, (bool)1, /*hidden argument*/NULL); UISprite_t194114938 * L_49 = __this->get_spCombo0_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_49, (bool)1, /*hidden argument*/NULL); UISprite_t194114938 * L_50 = __this->get_spCombo1_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_50, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_51 = __this->get_spCombo2_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_51, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_52 = __this->get_spCombo3_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_52, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_53 = __this->get_spCombo0_8(); CMiscHelp_SetSpriteName_m4215678733(NULL /*static, unused*/, L_53, _stringLiteral3451566046, /*hidden argument*/NULL); float L_54 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_55 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.0f), (-220.0f), ((float)((float)L_54/(float)(0.3f))), /*hidden argument*/NULL); V_6 = L_55; int32_t L_56 = __this->get_m_deviceID_1(); if (!L_56) { goto IL_01dc; } } { float L_57 = V_6; V_6 = ((-L_57)); } IL_01dc: { Transform_t3600365921 * L_58 = __this->get_m_ComboRoot_2(); float L_59 = __this->get_m_orgRootPosX_12(); float L_60 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionX_m99106243(NULL /*static, unused*/, L_58, ((float)il2cpp_codegen_add((float)L_59, (float)L_60)), /*hidden argument*/NULL); goto IL_0232; } IL_01f6: { UISprite_t194114938 * L_61 = __this->get_spComboStatic_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_61, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_62 = __this->get_spCombo0_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_62, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_63 = __this->get_spCombo1_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_63, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_64 = __this->get_spCombo2_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_64, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_65 = __this->get_spCombo3_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_65, (bool)0, /*hidden argument*/NULL); } IL_0232: { goto IL_0550; } IL_0237: { UISprite_t194114938 * L_66 = __this->get_spComboStatic_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_66, (bool)1, /*hidden argument*/NULL); float L_67 = V_0; float L_68 = __this->get_m_lastZero_15(); V_7 = ((float)il2cpp_codegen_subtract((float)L_67, (float)L_68)); V_8 = (0.0f); float L_69 = V_7; if ((!(((float)(0.3f)) > ((float)L_69)))) { goto IL_0289; } } { float L_70 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_71 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (-220.0f), (0.0f), ((float)((float)L_70/(float)(0.3f))), /*hidden argument*/NULL); V_8 = L_71; int32_t L_72 = __this->get_m_deviceID_1(); if (!L_72) { goto IL_0289; } } { float L_73 = V_8; V_8 = ((-L_73)); } IL_0289: { Transform_t3600365921 * L_74 = __this->get_m_ComboRoot_2(); float L_75 = __this->get_m_orgRootPosX_12(); float L_76 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionX_m99106243(NULL /*static, unused*/, L_74, ((float)il2cpp_codegen_add((float)L_75, (float)L_76)), /*hidden argument*/NULL); V_9 = (bool)0; int32_t L_77 = __this->get_m_LastComboVal_13(); int32_t L_78 = V_3; if ((((int32_t)L_77) == ((int32_t)L_78))) { goto IL_02be; } } { int32_t L_79 = V_3; __this->set_m_LastComboVal_13(L_79); float L_80 = V_0; __this->set_m_LastComboTriggerTime_14(L_80); V_9 = (bool)1; } IL_02be: { String_t* L_81 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); V_10 = L_81; bool L_82 = V_9; if (!L_82) { goto IL_046f; } } { V_11 = _stringLiteral3452614622; int32_t L_83 = V_4; if ((((int32_t)L_83) > ((int32_t)0))) { goto IL_02ef; } } { V_11 = _stringLiteral3452614622; goto IL_031e; } IL_02ef: { int32_t L_84 = V_4; if ((((int32_t)L_84) > ((int32_t)1))) { goto IL_0303; } } { V_11 = _stringLiteral3452614617; goto IL_031e; } IL_0303: { int32_t L_85 = V_4; if ((((int32_t)L_85) > ((int32_t)2))) { goto IL_0317; } } { V_11 = _stringLiteral3452614640; goto IL_031e; } IL_0317: { V_11 = _stringLiteral3452614625; } IL_031e: { UISprite_t194114938 * L_86 = __this->get_spCombo0_8(); NullCheck(L_86); Transform_t3600365921 * L_87 = Component_get_transform_m3162698980(L_86, /*hidden argument*/NULL); NullCheck(L_87); Vector3_t3722313464 L_88 = Transform_get_localPosition_m4234289348(L_87, /*hidden argument*/NULL); V_13 = L_88; float L_89 = (&V_13)->get_x_1(); V_12 = L_89; UISprite_t194114938 * L_90 = __this->get_spCombo0_8(); String_t* L_91 = V_11; String_t* L_92 = V_10; String_t* L_93 = V_10; NullCheck(L_93); int32_t L_94 = String_get_Length_m3847582255(L_93, /*hidden argument*/NULL); NullCheck(L_92); Il2CppChar L_95 = String_get_Chars_m2986988803(L_92, ((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)1)), /*hidden argument*/NULL); Il2CppChar L_96 = L_95; RuntimeObject * L_97 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_96); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_98 = String_Concat_m904156431(NULL /*static, unused*/, L_91, L_97, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpritePos_m716554268(NULL /*static, unused*/, L_90, L_98, (5.0f), (&V_12), /*hidden argument*/NULL); String_t* L_99 = V_10; NullCheck(L_99); int32_t L_100 = String_get_Length_m3847582255(L_99, /*hidden argument*/NULL); if ((((int32_t)1) >= ((int32_t)L_100))) { goto IL_03a7; } } { UISprite_t194114938 * L_101 = __this->get_spCombo1_9(); String_t* L_102 = V_11; String_t* L_103 = V_10; String_t* L_104 = V_10; NullCheck(L_104); int32_t L_105 = String_get_Length_m3847582255(L_104, /*hidden argument*/NULL); NullCheck(L_103); Il2CppChar L_106 = String_get_Chars_m2986988803(L_103, ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)2)), /*hidden argument*/NULL); Il2CppChar L_107 = L_106; RuntimeObject * L_108 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_107); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_109 = String_Concat_m904156431(NULL /*static, unused*/, L_102, L_108, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpritePos_m716554268(NULL /*static, unused*/, L_101, L_109, (5.0f), (&V_12), /*hidden argument*/NULL); goto IL_03cb; } IL_03a7: { UISprite_t194114938 * L_110 = __this->get_spCombo1_9(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_110, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_111 = __this->get_spCombo2_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_111, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_112 = __this->get_spCombo3_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_112, (bool)0, /*hidden argument*/NULL); } IL_03cb: { String_t* L_113 = V_10; NullCheck(L_113); int32_t L_114 = String_get_Length_m3847582255(L_113, /*hidden argument*/NULL); if ((((int32_t)2) >= ((int32_t)L_114))) { goto IL_040b; } } { UISprite_t194114938 * L_115 = __this->get_spCombo2_10(); String_t* L_116 = V_11; String_t* L_117 = V_10; String_t* L_118 = V_10; NullCheck(L_118); int32_t L_119 = String_get_Length_m3847582255(L_118, /*hidden argument*/NULL); NullCheck(L_117); Il2CppChar L_120 = String_get_Chars_m2986988803(L_117, ((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)3)), /*hidden argument*/NULL); Il2CppChar L_121 = L_120; RuntimeObject * L_122 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_121); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_123 = String_Concat_m904156431(NULL /*static, unused*/, L_116, L_122, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpritePos_m716554268(NULL /*static, unused*/, L_115, L_123, (5.0f), (&V_12), /*hidden argument*/NULL); goto IL_0423; } IL_040b: { UISprite_t194114938 * L_124 = __this->get_spCombo2_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_124, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_125 = __this->get_spCombo3_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_125, (bool)0, /*hidden argument*/NULL); } IL_0423: { String_t* L_126 = V_10; NullCheck(L_126); int32_t L_127 = String_get_Length_m3847582255(L_126, /*hidden argument*/NULL); if ((((int32_t)3) >= ((int32_t)L_127))) { goto IL_0463; } } { UISprite_t194114938 * L_128 = __this->get_spCombo3_11(); String_t* L_129 = V_11; String_t* L_130 = V_10; String_t* L_131 = V_10; NullCheck(L_131); int32_t L_132 = String_get_Length_m3847582255(L_131, /*hidden argument*/NULL); NullCheck(L_130); Il2CppChar L_133 = String_get_Chars_m2986988803(L_130, ((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)4)), /*hidden argument*/NULL); Il2CppChar L_134 = L_133; RuntimeObject * L_135 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_134); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_136 = String_Concat_m904156431(NULL /*static, unused*/, L_129, L_135, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpritePos_m716554268(NULL /*static, unused*/, L_128, L_136, (5.0f), (&V_12), /*hidden argument*/NULL); goto IL_046f; } IL_0463: { UISprite_t194114938 * L_137 = __this->get_spCombo3_11(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_137, (bool)0, /*hidden argument*/NULL); } IL_046f: { float L_138 = V_0; float L_139 = __this->get_m_LastComboTriggerTime_14(); V_14 = ((float)il2cpp_codegen_subtract((float)L_138, (float)L_139)); float L_140 = V_14; V_15 = ((float)il2cpp_codegen_multiply((float)L_140, (float)(2.5f))); float L_141 = V_15; if ((!(((float)(1.0f)) >= ((float)L_141)))) { goto IL_0550; } } { float L_142 = V_15; if ((!(((float)(0.6f)) <= ((float)L_142)))) { goto IL_04a5; } } { G_B54_0 = (1.0f); goto IL_04bc; } IL_04a5: { float L_143 = V_15; float L_144 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (1.0f), (1.2f), ((float)((float)L_143/(float)(0.6f))), /*hidden argument*/NULL); G_B54_0 = L_144; } IL_04bc: { V_16 = G_B54_0; float L_145 = V_15; if ((!(((float)(0.6f)) <= ((float)L_145)))) { goto IL_04d4; } } { G_B57_0 = (1.0f); goto IL_04eb; } IL_04d4: { float L_146 = V_15; float L_147 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (1.0f), (1.6f), ((float)((float)L_146/(float)(0.6f))), /*hidden argument*/NULL); G_B57_0 = L_147; } IL_04eb: { V_17 = G_B57_0; UISprite_t194114938 * L_148 = __this->get_spCombo0_8(); float L_149 = V_16; float L_150 = V_17; IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpriteScale_m5959959(NULL /*static, unused*/, L_148, L_149, L_150, /*hidden argument*/NULL); String_t* L_151 = V_10; NullCheck(L_151); int32_t L_152 = String_get_Length_m3847582255(L_151, /*hidden argument*/NULL); if ((((int32_t)1) >= ((int32_t)L_152))) { goto IL_0518; } } { UISprite_t194114938 * L_153 = __this->get_spCombo1_9(); float L_154 = V_16; float L_155 = V_17; IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpriteScale_m5959959(NULL /*static, unused*/, L_153, L_154, L_155, /*hidden argument*/NULL); } IL_0518: { String_t* L_156 = V_10; NullCheck(L_156); int32_t L_157 = String_get_Length_m3847582255(L_156, /*hidden argument*/NULL); if ((((int32_t)2) >= ((int32_t)L_157))) { goto IL_0534; } } { UISprite_t194114938 * L_158 = __this->get_spCombo2_10(); float L_159 = V_16; float L_160 = V_17; IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpriteScale_m5959959(NULL /*static, unused*/, L_158, L_159, L_160, /*hidden argument*/NULL); } IL_0534: { String_t* L_161 = V_10; NullCheck(L_161); int32_t L_162 = String_get_Length_m3847582255(L_161, /*hidden argument*/NULL); if ((((int32_t)3) >= ((int32_t)L_162))) { goto IL_0550; } } { UISprite_t194114938 * L_163 = __this->get_spCombo3_11(); float L_164 = V_16; float L_165 = V_17; IL2CPP_RUNTIME_CLASS_INIT(CGameDancing_t3256271692_il2cpp_TypeInfo_var); CGameDancing_ChangeSpriteScale_m5959959(NULL /*static, unused*/, L_163, L_164, L_165, /*hidden argument*/NULL); } IL_0550: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CGameDancing/stScoreArea::.ctor() extern "C" IL2CPP_METHOD_ATTR void stScoreArea__ctor_m4147518194 (stScoreArea_t3872884956 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stScoreArea__ctor_m4147518194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1666189680 * L_0 = (List_1_t1666189680 *)il2cpp_codegen_object_new(List_1_t1666189680_il2cpp_TypeInfo_var); List_1__ctor_m1679529104(L_0, /*hidden argument*/List_1__ctor_m1679529104_RuntimeMethod_var); __this->set_m_ListScores_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void CGameDancing/stScoreArea::InitUI(UnityEngine.Transform,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void stScoreArea_InitUI_m297117005 (stScoreArea_t3872884956 * __this, Transform_t3600365921 * ___transRoot0, int32_t ___deviceID1, bool ___enable2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stScoreArea_InitUI_m297117005_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___enable2; __this->set_m_bEnable_0(L_0); int32_t L_1 = ___deviceID1; __this->set_m_deviceID_1(L_1); Transform_t3600365921 * L_2 = ___transRoot0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UISprite_t194114938 * L_3 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_2, _stringLiteral4282003717, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_MyScore_3(L_3); List_1_t1666189680 * L_4 = __this->get_m_ListScores_4(); UISprite_t194114938 * L_5 = __this->get_m_MyScore_3(); NullCheck(L_4); List_1_Add_m2778281004(L_4, L_5, /*hidden argument*/List_1_Add_m2778281004_RuntimeMethod_var); Transform_t3600365921 * L_6 = ___transRoot0; bool L_7 = __this->get_m_bEnable_0(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void CGameDancing/stScoreArea::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void stScoreArea_OnUpdate_m203011684 (stScoreArea_t3872884956 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stScoreArea_OnUpdate_m203011684_MetadataUsageId); s_Il2CppMethodInitialized = true; } CBeatKeyManager_t1395295909 * V_0 = NULL; CBeatKeyCtrlNode_t1019706062 * V_1 = NULL; int32_t V_2 = 0; CharU5BU5D_t3528271667* V_3 = NULL; int32_t V_4 = 0; GameObject_t1113636619 * V_5 = NULL; int32_t V_6 = 0; Transform_t3600365921 * V_7 = NULL; Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); 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)); Vector3_t3722313464 V_14; memset(&V_14, 0, sizeof(V_14)); Vector3_t3722313464 V_15; memset(&V_15, 0, sizeof(V_15)); UISprite_t194114938 * V_16 = NULL; CBeatKeyCtrlNode_t1019706062 * G_B5_0 = NULL; { bool L_0 = __this->get_m_bEnable_0(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { CBeatKeyManager_t1395295909 * L_1 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; CBeatKeyManager_t1395295909 * L_2 = V_0; if (!L_2) { goto IL_0029; } } { CBeatKeyManager_t1395295909 * L_3 = V_0; int32_t L_4 = __this->get_m_deviceID_1(); NullCheck(L_3); CBeatKeyCtrlNode_t1019706062 * L_5 = CBeatKeyManager_FindCtrlNode_m143344604(L_3, L_4, /*hidden argument*/NULL); G_B5_0 = L_5; goto IL_002a; } IL_0029: { G_B5_0 = ((CBeatKeyCtrlNode_t1019706062 *)(NULL)); } IL_002a: { V_1 = G_B5_0; CBeatKeyCtrlNode_t1019706062 * L_6 = V_1; if (!L_6) { goto IL_0042; } } { UISprite_t194114938 * L_7 = __this->get_m_MyScore_3(); 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_0043; } } IL_0042: { return; } IL_0043: { CBeatKeyCtrlNode_t1019706062 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = CBeatKeyCtrlNode_GetScore_m872110592(L_9, /*hidden argument*/NULL); V_2 = L_10; int32_t L_11 = V_2; int32_t L_12 = __this->get_m_LastScore_2(); if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0291; } } { int32_t L_13 = V_2; __this->set_m_LastScore_2(L_13); int32_t* L_14 = __this->get_address_of_m_LastScore_2(); String_t* L_15 = Int32_ToString_m141394615(L_14, /*hidden argument*/NULL); NullCheck(L_15); CharU5BU5D_t3528271667* L_16 = String_ToCharArray_m1492846834(L_15, /*hidden argument*/NULL); V_3 = L_16; V_4 = 0; goto IL_0287; } IL_007c: { List_1_t1666189680 * L_17 = __this->get_m_ListScores_4(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m995996543(L_17, /*hidden argument*/List_1_get_Count_m995996543_RuntimeMethod_var); int32_t L_19 = V_4; if ((((int32_t)L_18) > ((int32_t)L_19))) { goto IL_0221; } } { UISprite_t194114938 * L_20 = __this->get_m_MyScore_3(); NullCheck(L_20); GameObject_t1113636619 * L_21 = Component_get_gameObject_m442555142(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_22 = CMiscHelp_Instantiate_m197120899(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); V_5 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_22, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_23 = V_5; int32_t L_24 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); String_t* L_25 = Int32_ToString_m141394615((&V_6), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1244387367, L_25, /*hidden argument*/NULL); NullCheck(L_23); Object_set_name_m291480324(L_23, L_26, /*hidden argument*/NULL); GameObject_t1113636619 * L_27 = V_5; NullCheck(L_27); Transform_t3600365921 * L_28 = GameObject_get_transform_m1369836730(L_27, /*hidden argument*/NULL); UISprite_t194114938 * L_29 = __this->get_m_MyScore_3(); NullCheck(L_29); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(L_29, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_get_parent_m835071599(L_30, /*hidden argument*/NULL); NullCheck(L_28); Transform_set_parent_m786917804(L_28, L_31, /*hidden argument*/NULL); GameObject_t1113636619 * L_32 = V_5; NullCheck(L_32); Transform_t3600365921 * L_33 = GameObject_get_transform_m1369836730(L_32, /*hidden argument*/NULL); UISprite_t194114938 * L_34 = __this->get_m_MyScore_3(); NullCheck(L_34); Transform_t3600365921 * L_35 = Component_get_transform_m3162698980(L_34, /*hidden argument*/NULL); NullCheck(L_35); Vector3_t3722313464 L_36 = Transform_get_localScale_m129152068(L_35, /*hidden argument*/NULL); NullCheck(L_33); Transform_set_localScale_m3053443106(L_33, L_36, /*hidden argument*/NULL); GameObject_t1113636619 * L_37 = V_5; NullCheck(L_37); Transform_t3600365921 * L_38 = GameObject_get_transform_m1369836730(L_37, /*hidden argument*/NULL); UISprite_t194114938 * L_39 = __this->get_m_MyScore_3(); NullCheck(L_39); Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(L_39, /*hidden argument*/NULL); NullCheck(L_40); Quaternion_t2301928331 L_41 = Transform_get_localRotation_m3487911431(L_40, /*hidden argument*/NULL); NullCheck(L_38); Transform_set_localRotation_m19445462(L_38, L_41, /*hidden argument*/NULL); List_1_t1666189680 * L_42 = __this->get_m_ListScores_4(); int32_t L_43 = V_4; NullCheck(L_42); UISprite_t194114938 * L_44 = List_1_get_Item_m1663248861(L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)), /*hidden argument*/List_1_get_Item_m1663248861_RuntimeMethod_var); NullCheck(L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(L_44, /*hidden argument*/NULL); V_7 = L_45; int32_t L_46 = __this->get_m_deviceID_1(); if (L_46) { goto IL_01a7; } } { GameObject_t1113636619 * L_47 = V_5; NullCheck(L_47); Transform_t3600365921 * L_48 = GameObject_get_transform_m1369836730(L_47, /*hidden argument*/NULL); Transform_t3600365921 * L_49 = V_7; NullCheck(L_49); Vector3_t3722313464 L_50 = Transform_get_localPosition_m4234289348(L_49, /*hidden argument*/NULL); V_8 = L_50; float L_51 = (&V_8)->get_x_1(); Transform_t3600365921 * L_52 = V_7; NullCheck(L_52); Vector3_t3722313464 L_53 = Transform_get_localScale_m129152068(L_52, /*hidden argument*/NULL); V_9 = L_53; float L_54 = (&V_9)->get_x_1(); UISprite_t194114938 * L_55 = __this->get_m_MyScore_3(); NullCheck(L_55); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(L_55, /*hidden argument*/NULL); NullCheck(L_56); Vector3_t3722313464 L_57 = Transform_get_localPosition_m4234289348(L_56, /*hidden argument*/NULL); V_10 = L_57; float L_58 = (&V_10)->get_y_2(); UISprite_t194114938 * L_59 = __this->get_m_MyScore_3(); NullCheck(L_59); Transform_t3600365921 * L_60 = Component_get_transform_m3162698980(L_59, /*hidden argument*/NULL); NullCheck(L_60); Vector3_t3722313464 L_61 = Transform_get_localPosition_m4234289348(L_60, /*hidden argument*/NULL); V_11 = L_61; float L_62 = (&V_11)->get_z_3(); Vector3_t3722313464 L_63; memset(&L_63, 0, sizeof(L_63)); Vector3__ctor_m3353183577((&L_63), ((float)il2cpp_codegen_add((float)L_51, (float)L_54)), L_58, L_62, /*hidden argument*/NULL); NullCheck(L_48); Transform_set_localPosition_m4128471975(L_48, L_63, /*hidden argument*/NULL); goto IL_020b; } IL_01a7: { GameObject_t1113636619 * L_64 = V_5; NullCheck(L_64); Transform_t3600365921 * L_65 = GameObject_get_transform_m1369836730(L_64, /*hidden argument*/NULL); Transform_t3600365921 * L_66 = V_7; NullCheck(L_66); Vector3_t3722313464 L_67 = Transform_get_localPosition_m4234289348(L_66, /*hidden argument*/NULL); V_12 = L_67; float L_68 = (&V_12)->get_x_1(); Transform_t3600365921 * L_69 = V_7; NullCheck(L_69); Vector3_t3722313464 L_70 = Transform_get_localScale_m129152068(L_69, /*hidden argument*/NULL); V_13 = L_70; float L_71 = (&V_13)->get_x_1(); UISprite_t194114938 * L_72 = __this->get_m_MyScore_3(); NullCheck(L_72); Transform_t3600365921 * L_73 = Component_get_transform_m3162698980(L_72, /*hidden argument*/NULL); NullCheck(L_73); Vector3_t3722313464 L_74 = Transform_get_localPosition_m4234289348(L_73, /*hidden argument*/NULL); V_14 = L_74; float L_75 = (&V_14)->get_y_2(); UISprite_t194114938 * L_76 = __this->get_m_MyScore_3(); NullCheck(L_76); Transform_t3600365921 * L_77 = Component_get_transform_m3162698980(L_76, /*hidden argument*/NULL); NullCheck(L_77); Vector3_t3722313464 L_78 = Transform_get_localPosition_m4234289348(L_77, /*hidden argument*/NULL); V_15 = L_78; float L_79 = (&V_15)->get_z_3(); Vector3_t3722313464 L_80; memset(&L_80, 0, sizeof(L_80)); Vector3__ctor_m3353183577((&L_80), ((float)il2cpp_codegen_subtract((float)L_68, (float)L_71)), L_75, L_79, /*hidden argument*/NULL); NullCheck(L_65); Transform_set_localPosition_m4128471975(L_65, L_80, /*hidden argument*/NULL); } IL_020b: { GameObject_t1113636619 * L_81 = V_5; NullCheck(L_81); UISprite_t194114938 * L_82 = GameObject_GetComponent_TisUISprite_t194114938_m299858934(L_81, /*hidden argument*/GameObject_GetComponent_TisUISprite_t194114938_m299858934_RuntimeMethod_var); V_16 = L_82; List_1_t1666189680 * L_83 = __this->get_m_ListScores_4(); UISprite_t194114938 * L_84 = V_16; NullCheck(L_83); List_1_Add_m2778281004(L_83, L_84, /*hidden argument*/List_1_Add_m2778281004_RuntimeMethod_var); } IL_0221: { int32_t L_85 = __this->get_m_deviceID_1(); if (L_85) { goto IL_0256; } } { List_1_t1666189680 * L_86 = __this->get_m_ListScores_4(); int32_t L_87 = V_4; NullCheck(L_86); UISprite_t194114938 * L_88 = List_1_get_Item_m1663248861(L_86, L_87, /*hidden argument*/List_1_get_Item_m1663248861_RuntimeMethod_var); CharU5BU5D_t3528271667* L_89 = V_3; int32_t L_90 = V_4; NullCheck(L_89); String_t* L_91 = Char_ToString_m3588025615(((L_89)->GetAddressAt(static_cast(L_90))), /*hidden argument*/NULL); NullCheck(L_88); UISprite_set_spriteName_m1616245412(L_88, L_91, /*hidden argument*/NULL); goto IL_0281; } IL_0256: { List_1_t1666189680 * L_92 = __this->get_m_ListScores_4(); int32_t L_93 = V_4; NullCheck(L_92); UISprite_t194114938 * L_94 = List_1_get_Item_m1663248861(L_92, L_93, /*hidden argument*/List_1_get_Item_m1663248861_RuntimeMethod_var); CharU5BU5D_t3528271667* L_95 = V_3; CharU5BU5D_t3528271667* L_96 = V_3; NullCheck(L_96); int32_t L_97 = V_4; NullCheck(L_95); String_t* L_98 = Char_ToString_m3588025615(((L_95)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_96)->max_length)))), (int32_t)L_97)), (int32_t)1))))), /*hidden argument*/NULL); NullCheck(L_94); UISprite_set_spriteName_m1616245412(L_94, L_98, /*hidden argument*/NULL); } IL_0281: { int32_t L_99 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_0287: { int32_t L_100 = V_4; CharU5BU5D_t3528271667* L_101 = V_3; NullCheck(L_101); if ((((int32_t)L_100) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_101)->max_length))))))) { goto IL_007c; } } IL_0291: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CGameFuncAdapter::OnInitEnvironment() extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnInitEnvironment_m1980186220 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_OnInitEnvironment_m1980186220_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Int32 CGameFuncAdapter::GetCurMusicBpm() extern "C" IL2CPP_METHOD_ATTR int32_t CGameFuncAdapter_GetCurMusicBpm_m2140196174 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { 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); G_B3_0 = L_2; goto IL_001b; } IL_0019: { G_B3_0 = ((int32_t)120); } IL_001b: { return G_B3_0; } } // System.Int32 CGameFuncAdapter::GetCurComboStep() extern "C" IL2CPP_METHOD_ATTR int32_t CGameFuncAdapter_GetCurComboStep_m2720144715 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { CBeatKeyManager_t1395295909 * L_1 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CBeatKeyManager_GetComboStep_m1823930661(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { return G_B3_0; } } // System.Void CGameFuncAdapter::PlayAudio(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_PlayAudio_m2071343842 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_PlayAudio_m2071343842_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); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_2 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___resPath0; NullCheck(L_2); AudioClip_t3680889665 * L_4 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_2, L_3); NullCheck(L_1); ISoundManager_PlayOnce_m3370941300(L_1, L_4, /*hidden argument*/NULL); return; } } // System.Void CGameFuncAdapter::PlayAudioClip(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_PlayAudioClip_m2627292588 (RuntimeObject * __this /* static, unused */, AudioClip_t3680889665 * ___audioClip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_PlayAudioClip_m2627292588_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); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); AudioClip_t3680889665 * L_2 = ___audioClip0; NullCheck(L_1); ISoundManager_PlayOnce_m3370941300(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean CGameFuncAdapter::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CGameFuncAdapter_IsHighQuality_m3603971840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_IsHighQuality_m3603971840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_0 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // UnityEngine.Camera CGameFuncAdapter::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * CGameFuncAdapter_GetUICamera_m580732996 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void CGameFuncAdapter::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_Log_m1038543871 (RuntimeObject * __this /* static, unused */, String_t* ___logText0, const RuntimeMethod* method) { { CLogHelp_t779629444 * L_0 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___logText0; NullCheck(L_0); CLogHelp_LogAuto_m2403746865(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void CGameFuncAdapter::AddRootChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_AddRootChild_m2376160336 (RuntimeObject * __this /* static, unused */, ILogicBase_t2190831891 * ___child0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_AddRootChild_m2376160336_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILogicBase_t2190831891 * L_0 = ___child0; if (!L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); ILogicBase_t2190831891 * L_2 = ___child0; NullCheck(L_1); ILogicBase_AddChild_m4104591912(L_1, L_2, /*hidden argument*/NULL); } IL_0011: { return; } } // System.Void CGameFuncAdapter::OnLevelChange(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnLevelChange_m2211879296 (RuntimeObject * __this /* static, unused */, String_t* ___nextLevelName0, bool ___bAsync1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_OnLevelChange_m2211879296_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_t2771698115 * L_0 = ((UserGuideManager_t2771698115_StaticFields*)il2cpp_codegen_static_fields_for(UserGuideManager_t2771698115_il2cpp_TypeInfo_var))->get_Instance_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_t2771698115 * L_2 = ((UserGuideManager_t2771698115_StaticFields*)il2cpp_codegen_static_fields_for(UserGuideManager_t2771698115_il2cpp_TypeInfo_var))->get_Instance_2(); NullCheck(L_2); UserGuideManager_HideBG_m1884147941(L_2, /*hidden argument*/NULL); } IL_001a: { return; } } // System.Void CGameFuncAdapter::OnLevelLoadBefore(System.String) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnLevelLoadBefore_m3041654731 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_OnLevelLoadBefore_m3041654731_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ISceneBaseObj_t858622483 * V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_0 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWalkManager_OnReset_m3097969851(L_0, /*hidden argument*/NULL); V_0 = (bool)1; CWalkManager_t3228361237 * L_1 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CWalkCamera_t1176337330 * L_2 = CWalkManager_GetWalkCamera_m2368173090(L_1, /*hidden argument*/NULL); bool L_3 = V_0; NullCheck(L_2); CWalkCamera_SetEnable_m12329853(L_2, L_3, /*hidden argument*/NULL); bool L_4 = V_0; CWalkManager_set_EnableChangeModel_m1452555125(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); String_t* L_5 = ___levelName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3500937908, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0042; } } { String_t* L_7 = ___levelName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral840214861, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0076; } } IL_0042: { V_1 = (ISceneBaseObj_t858622483 *)NULL; V_2 = 0; goto IL_0060; } IL_004b: { ISceneBaseObj_t858622483 * L_9 = V_1; NullCheck(L_9); bool L_10 = ISceneBaseObj_CheckRoleState_m2983555996(L_9, ((int32_t)16), /*hidden argument*/NULL); if (!L_10) { goto IL_0060; } } { ISceneBaseObj_t858622483 * L_11 = V_1; NullCheck(L_11); ISceneBaseObj_RemoveRoleState_m1533657667(L_11, ((int32_t)16), /*hidden argument*/NULL); } IL_0060: { CSceneService_t551449725 * L_12 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_13 = V_2; int32_t L_14 = L_13; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); ISceneBaseObj_t858622483 * L_15 = CSceneService_GetRoleObj_m3880305570(L_12, L_14, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_16 = L_15; V_1 = L_16; if (L_16) { goto IL_004b; } } IL_0076: { IResourceManager_t3165642952 * L_17 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_18 = ___levelName0; NullCheck(L_17); VirtActionInvoker1< String_t* >::Invoke(6 /* System.Void DMCore.Framework.Resource.IResourceManager::OnBeforeSceneChanged(System.String) */, L_17, L_18); return; } } // System.Void CGameFuncAdapter::OnLevelLoadEnd(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGameFuncAdapter_OnLevelLoadEnd_m272814675 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, bool ___bSuccess1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameFuncAdapter_OnLevelLoadEnd_m272814675_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMonoCtrllorManager_t57721319_il2cpp_TypeInfo_var); CMonoCtrllorManager_CallLevelChanged_m1184910773(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CGameMain::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGameMain__ctor_m1348893315 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void CGameMain::Start() extern "C" IL2CPP_METHOD_ATTR void CGameMain_Start_m3583895451 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_Start_m3583895451_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); CPveStage_t850204332 * V_1 = NULL; CProperty_t963755051 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; AudioSource_t3935305588 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Transform_t3600365921 * V_8 = NULL; int32_t G_B8_0 = 0; int32_t G_B11_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int64_t L_1 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); Random_InitState_m1442880541(NULL /*static, unused*/, (((int32_t)((int32_t)((int64_t)((int64_t)L_1&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))), /*hidden argument*/NULL); 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); bool L_3 = CPveManager_IsPveMode_m3137815888(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_006c; } } { 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); CPveManager_RecordMaxPassedStageID_m1156544869(L_4, /*hidden argument*/NULL); CPveManager_t3058433014 * L_5 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CPveStage_t850204332 * L_6 = CPveManager_GetCurStage_m1008327040(L_5, /*hidden argument*/NULL); V_1 = L_6; CPveStage_t850204332 * L_7 = V_1; if (!L_7) { goto IL_005b; } } { CPveStage_t850204332 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = CPveStage_GetKeyMode_m2981702896(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_set_KeyMode_m2051611966(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); CPveStage_t850204332 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = CPveStage_GetPlayMode_m2050646118(L_10, /*hidden argument*/NULL); CDanceModeManager_set_PlayMode_m3679479831(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); goto IL_0067; } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_set_KeyMode_m2051611966(NULL /*static, unused*/, 0, /*hidden argument*/NULL); CDanceModeManager_set_PlayMode_m3679479831(NULL /*static, unused*/, 3, /*hidden argument*/NULL); } IL_0067: { goto IL_00b7; } IL_006c: { CSceneService_t551449725 * L_12 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CProperty_t963755051 * L_13 = CSceneService_GetSceneNetProperty_m2882939145(L_12, /*hidden argument*/NULL); V_2 = L_13; CProperty_t963755051 * L_14 = V_2; if (!L_14) { goto IL_008e; } } { CProperty_t963755051 * L_15 = V_2; NullCheck(L_15); int32_t L_16 = CProperty_GetInt_m2680341236(L_15, _stringLiteral671433250, 0, /*hidden argument*/NULL); G_B8_0 = L_16; goto IL_008f; } IL_008e: { G_B8_0 = 0; } IL_008f: { V_3 = G_B8_0; CProperty_t963755051 * L_17 = V_2; if (!L_17) { goto IL_00a7; } } { CProperty_t963755051 * L_18 = V_2; NullCheck(L_18); int32_t L_19 = CProperty_GetInt_m2680341236(L_18, _stringLiteral309324792, 0, /*hidden argument*/NULL); G_B11_0 = L_19; goto IL_00a8; } IL_00a7: { G_B11_0 = 0; } IL_00a8: { V_4 = G_B11_0; int32_t L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_set_KeyMode_m2051611966(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); int32_t L_21 = V_4; CDanceModeManager_set_PlayMode_m3679479831(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); } IL_00b7: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_22 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); VirtActionInvoker0::Invoke(4 /* System.Void DMCore.DanceMode.CDanceMode::Clear() */, L_22); GameObject_t1113636619 * L_23 = __this->get_m_GameStage_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_23, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_24 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); CDanceManager_t448141780 * L_25 = CRoot_GetDanceManager_m876173276(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00ec; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_26 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CDanceManager_t448141780 * L_27 = CRoot_GetDanceManager_m876173276(L_26, /*hidden argument*/NULL); NullCheck(L_27); CDanceManager_SetDancing_m281022321(L_27, (bool)0, /*hidden argument*/NULL); } IL_00ec: { __this->set_m_bFirst_3(((int32_t)-2)); __this->set_m_bDancing_4((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_Init_m3792011341(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_28 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); IResourceManager_CreateResource_m1279813597(L_28, _stringLiteral59090590, (bool)1, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral2833084525, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral3548628297, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral789984009, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral2502039926, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_29 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); IResourceManager_CreateResource_m1279813597(L_29, _stringLiteral1251628735, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_30 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); IResourceManager_CreateResource_m1279813597(L_30, _stringLiteral3168018958, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_31 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); CRoot_OnSceneLoadedEnd_m1698382656(L_31, /*hidden argument*/NULL); CSceneService_t551449725 * L_32 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); CSceneModelObj_t2681526009 * L_33 = CSceneService_GetSceneObj_m85658510(L_32, /*hidden argument*/NULL); NullCheck(L_33); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_33); CMainRole_t4200562839 * L_34 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_34); CMainRole_t4200562839 * L_35 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); ISceneRole_PlayMemberShipEffect_m2368816413(L_35, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_36 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); CDataProperty_t2806246268 * L_37 = ISceneBaseObj_GetUserProperty_m776816018(L_36, /*hidden argument*/NULL); NullCheck(L_37); CDataProperty_Add_m837145387(L_37, _stringLiteral649975346, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_38 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_39 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); VirtActionInvoker1< ISceneRole_t2394225724 * >::Invoke(6 /* System.Void DMCore.DanceMode.CDanceMode::OnRoleReady(DMCore.Framework.Scene.ISceneRole) */, L_38, L_39); CAnimSystem_t3541144328 * L_40 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); CAnimSystem_SetIntroduceMode_m2616741324(L_40, (bool)0, /*hidden argument*/NULL); CRoot_t1043641654 * L_41 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); CAnimSystem_t3541144328 * L_42 = CRoot_GetMovieSystem_m206666588(L_41, /*hidden argument*/NULL); NullCheck(L_42); CAnimSystem_SetEditMode_m3345061264(L_42, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_43 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1225903039, /*hidden argument*/NULL); NullCheck(L_43); AudioSource_t3935305588 * L_44 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_43, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); V_5 = L_44; AudioSource_t3935305588 * L_45 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0290; } } { AudioSource_t3935305588 * L_47 = V_5; NullCheck(L_47); AudioClip_t3680889665 * L_48 = AudioSource_get_clip_m1234340632(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_49 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0290; } } { V_6 = 0; AudioSource_t3935305588 * L_50 = V_5; NullCheck(L_50); AudioClip_t3680889665 * L_51 = AudioSource_get_clip_m1234340632(L_50, /*hidden argument*/NULL); NullCheck(L_51); String_t* L_52 = Object_get_name_m4211327027(L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_52, (&V_6), /*hidden argument*/NULL); CSceneService_t551449725 * L_53 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); CProperty_t963755051 * L_54 = CSceneService_GetSceneNetProperty_m2882939145(L_53, /*hidden argument*/NULL); NullCheck(L_54); int32_t L_55 = CProperty_GetInt_m2680341236(L_54, _stringLiteral217883487, 1, /*hidden argument*/NULL); V_7 = L_55; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_56 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); CDanceManager_t448141780 * L_57 = CRoot_GetDanceManager_m876173276(L_56, /*hidden argument*/NULL); int32_t L_58 = V_6; NullCheck(L_57); CDanceManager_SetCurMusicID_m2884463545(L_57, L_58, /*hidden argument*/NULL); CRoot_t1043641654 * L_59 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); CDanceManager_t448141780 * L_60 = CRoot_GetDanceManager_m876173276(L_59, /*hidden argument*/NULL); int32_t L_61 = V_7; NullCheck(L_60); CDanceManager_SetCurMusicLevel_m3755512948(L_60, L_61, /*hidden argument*/NULL); CRoot_t1043641654 * L_62 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_62); CAnimSystem_t3541144328 * L_63 = CRoot_GetMovieSystem_m206666588(L_62, /*hidden argument*/NULL); NullCheck(L_63); CAnimSystem_Pause_m710802674(L_63, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_64 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_64); CBeatKeyManager_OnPreImplementMusicCfg_m3931481740(L_64, /*hidden argument*/NULL); CRoot_t1043641654 * L_65 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_65); CDanceManager_t448141780 * L_66 = CRoot_GetDanceManager_m876173276(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0290; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_67 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_67); CDanceManager_t448141780 * L_68 = CRoot_GetDanceManager_m876173276(L_67, /*hidden argument*/NULL); AudioSource_t3935305588 * L_69 = V_5; NullCheck(L_69); AudioClip_t3680889665 * L_70 = AudioSource_get_clip_m1234340632(L_69, /*hidden argument*/NULL); NullCheck(L_70); float L_71 = AudioClip_get_length_m4269890037(L_70, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_72 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); NullCheck(L_68); CDanceManager_SetCurMusicLength_m1437432438(L_68, L_72, /*hidden argument*/NULL); } IL_0290: { ISoundManager_t434164892 * L_73 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_73); bool L_74 = ISoundManager_IsBeatKeyMidiEnable_m1133154011(L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_02bf; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_75 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_75); VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_75, _stringLiteral3164635854); IResourceManager_t3165642952 * L_76 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_76, _stringLiteral1271716953); } IL_02bf: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_77 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_77); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.DanceMode.CDanceMode::PrepareResources() */, L_77); CMainRole_t4200562839 * L_78 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_79 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_79); CSceneService_t551449725 * L_80 = CRoot_GetSceneService_m2061443921(L_79, /*hidden argument*/NULL); NullCheck(L_80); CSceneService_OnAllReady_m3957566772(L_80, /*hidden argument*/NULL); CSceneService_t551449725 * L_81 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_81); CSceneModelObj_t2681526009 * L_82 = CSceneService_GetSceneObj_m85658510(L_81, /*hidden argument*/NULL); NullCheck(L_82); Transform_t3600365921 * L_83 = ISceneBaseObj_GetTransform_m3818769012(L_82, /*hidden argument*/NULL); V_8 = L_83; Transform_t3600365921 * L_84 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_85 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_030e; } } { Transform_t3600365921 * L_86 = V_8; NullCheck(L_86); Component_SendMessage_m1441147224(L_86, _stringLiteral4195950112, 1, /*hidden argument*/NULL); } IL_030e: { float L_87 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fTimeOverTimeLabor_12(L_87); return; } } // System.Void CGameMain::OnBeforeMusicShowRoles() extern "C" IL2CPP_METHOD_ATTR void CGameMain_OnBeforeMusicShowRoles_m119396732 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_OnBeforeMusicShowRoles_m119396732_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * 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)); Quaternion_t2301928331 V_4; memset(&V_4, 0, sizeof(V_4)); Quaternion_t2301928331 V_5; memset(&V_5, 0, sizeof(V_5)); Quaternion_t2301928331 V_6; memset(&V_6, 0, sizeof(V_6)); Quaternion_t2301928331 V_7; memset(&V_7, 0, sizeof(V_7)); Transform_t3600365921 * V_8 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetActiveCamera_m490033116(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_00bb; } } { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t3722313464 L_7 = Transform_get_position_m36019626(L_6, /*hidden argument*/NULL); V_1 = L_7; float L_8 = (&V_1)->get_x_1(); Camera_t4157153871 * L_9 = V_0; NullCheck(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(L_9, /*hidden argument*/NULL); NullCheck(L_10); Vector3_t3722313464 L_11 = Transform_get_position_m36019626(L_10, /*hidden argument*/NULL); V_2 = L_11; float L_12 = (&V_2)->get_y_2(); Camera_t4157153871 * L_13 = V_0; NullCheck(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(L_13, /*hidden argument*/NULL); NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_position_m36019626(L_14, /*hidden argument*/NULL); V_3 = L_15; float L_16 = (&V_3)->get_z_3(); Vector3_t3722313464 L_17; memset(&L_17, 0, sizeof(L_17)); Vector3__ctor_m3353183577((&L_17), L_8, L_12, L_16, /*hidden argument*/NULL); __this->set_m_OldCameraPos_10(L_17); Camera_t4157153871 * L_18 = V_0; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); NullCheck(L_19); Quaternion_t2301928331 L_20 = Transform_get_rotation_m3502953881(L_19, /*hidden argument*/NULL); V_4 = L_20; float L_21 = (&V_4)->get_x_0(); Camera_t4157153871 * L_22 = V_0; NullCheck(L_22); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(L_22, /*hidden argument*/NULL); NullCheck(L_23); Quaternion_t2301928331 L_24 = Transform_get_rotation_m3502953881(L_23, /*hidden argument*/NULL); V_5 = L_24; float L_25 = (&V_5)->get_y_1(); Camera_t4157153871 * L_26 = V_0; NullCheck(L_26); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(L_26, /*hidden argument*/NULL); NullCheck(L_27); Quaternion_t2301928331 L_28 = Transform_get_rotation_m3502953881(L_27, /*hidden argument*/NULL); V_6 = L_28; float L_29 = (&V_6)->get_z_2(); Camera_t4157153871 * L_30 = V_0; NullCheck(L_30); Transform_t3600365921 * L_31 = Component_get_transform_m3162698980(L_30, /*hidden argument*/NULL); NullCheck(L_31); Quaternion_t2301928331 L_32 = Transform_get_rotation_m3502953881(L_31, /*hidden argument*/NULL); V_7 = L_32; float L_33 = (&V_7)->get_w_3(); Quaternion_t2301928331 L_34; memset(&L_34, 0, sizeof(L_34)); Quaternion__ctor_m435141806((&L_34), L_21, L_25, L_29, L_33, /*hidden argument*/NULL); __this->set_m_OldCameraRotation_11(L_34); } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_35 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_36 = (intptr_t)CGameMain_OnRoleAnimEnd_m4045582277_RuntimeMethod_var; OnRoleAnimEnd_t3559497459 * L_37 = (OnRoleAnimEnd_t3559497459 *)il2cpp_codegen_object_new(OnRoleAnimEnd_t3559497459_il2cpp_TypeInfo_var); OnRoleAnimEnd__ctor_m1853740425(L_37, __this, L_36, /*hidden argument*/NULL); NullCheck(L_35); VirtActionInvoker1< OnRoleAnimEnd_t3559497459 * >::Invoke(7 /* System.Void DMCore.DanceMode.CDanceMode::OnStartRoleAnim(DMCore.DanceMode.CDanceMode/OnRoleAnimEnd) */, L_35, L_37); CDanceModeManager_OnGameStart_m340262503(NULL /*static, unused*/, /*hidden argument*/NULL); CSceneService_t551449725 * L_38 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); CSceneModelObj_t2681526009 * L_39 = CSceneService_GetSceneObj_m85658510(L_38, /*hidden argument*/NULL); NullCheck(L_39); Transform_t3600365921 * L_40 = ISceneBaseObj_GetTransform_m3818769012(L_39, /*hidden argument*/NULL); V_8 = L_40; Transform_t3600365921 * L_41 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_42 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0101; } } { Transform_t3600365921 * L_43 = V_8; NullCheck(L_43); Component_SendMessage_m1441147224(L_43, _stringLiteral1697462016, 1, /*hidden argument*/NULL); } IL_0101: { return; } } // System.Void CGameMain::ResumeCameraStartState() extern "C" IL2CPP_METHOD_ATTR void CGameMain_ResumeCameraStartState_m2528795411 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_ResumeCameraStartState_m2528795411_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetActiveCamera_m490033116(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003e; } } { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); Vector3_t3722313464 L_7 = __this->get_m_OldCameraPos_10(); NullCheck(L_6); Transform_set_position_m3387557959(L_6, L_7, /*hidden argument*/NULL); Camera_t4157153871 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); Quaternion_t2301928331 L_10 = __this->get_m_OldCameraRotation_11(); NullCheck(L_9); Transform_set_rotation_m3524318132(L_9, L_10, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void CGameMain::OnStartDanceGame() extern "C" IL2CPP_METHOD_ATTR void CGameMain_OnStartDanceGame_m936066626 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_OnStartDanceGame_m936066626_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; ISceneRole_t2394225724 * V_2 = NULL; int32_t V_3 = 0; AudioSource_t3935305588 * V_4 = NULL; int32_t V_5 = 0; ISceneBaseObj_t858622483 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; CAnimSequence_t1119714129 * V_9 = NULL; CCameraUnityAnim_t1956596822 * V_10 = NULL; { __this->set_m_bDancing_4((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_0 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPropEquipManager_FreshEnableUsedItemCount_m447571597(L_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_00cf; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ICameraBase_t3615533728 * L_4 = CRoot_GetCamera_m3179746689(L_3, /*hidden argument*/NULL); NullCheck(L_4); Camera_t4157153871 * L_5 = ICameraBase_GetUICamera_m3997251255(L_4, /*hidden argument*/NULL); V_0 = L_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_6 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, _stringLiteral3487312659, /*hidden argument*/NULL); V_1 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_6, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00cf; } } { GameObject_t1113636619 * L_9 = V_1; NullCheck(L_9); Transform_t3600365921 * L_10 = GameObject_get_transform_m1369836730(L_9, /*hidden argument*/NULL); Camera_t4157153871 * L_11 = V_0; NullCheck(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(L_11, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_parent_m786917804(L_10, L_12, /*hidden argument*/NULL); GameObject_t1113636619 * L_13 = V_1; NullCheck(L_13); Transform_t3600365921 * L_14 = GameObject_get_transform_m1369836730(L_13, /*hidden argument*/NULL); Vector3_t3722313464 L_15; memset(&L_15, 0, sizeof(L_15)); Vector3__ctor_m3353183577((&L_15), (0.0f), (0.0f), (-1.0f), /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localPosition_m4128471975(L_14, L_15, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = V_1; NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_18 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); Transform_set_localRotation_m19445462(L_17, L_18, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = V_1; NullCheck(L_19); Transform_t3600365921 * L_20 = GameObject_get_transform_m1369836730(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_21 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); Transform_set_localScale_m3053443106(L_20, L_21, /*hidden argument*/NULL); GameObject_t1113636619 * L_22 = V_1; NullCheck(L_22); Object_set_name_m291480324(L_22, _stringLiteral2512396214, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = __this->get_m_GameStage_2(); 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_00cf; } } { GameObject_t1113636619 * L_25 = V_1; GameObject_t1113636619 * L_26 = __this->get_m_GameStage_2(); NullCheck(L_26); Transform_t3600365921 * L_27 = GameObject_get_transform_m1369836730(L_26, /*hidden argument*/NULL); NullCheck(L_25); GameObject_SendMessage_m3720186693(L_25, _stringLiteral2913039261, L_27, 1, /*hidden argument*/NULL); } IL_00cf: { V_2 = (ISceneRole_t2394225724 *)NULL; V_3 = 0; goto IL_00ef; } IL_00d8: { ISceneRole_t2394225724 * L_28 = V_2; NullCheck(L_28); ISceneBaseObj_SetIdleAnim_m1936918694(L_28, (String_t*)NULL, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_29 = V_2; NullCheck(L_29); ISceneBaseObj_StopAnim_m821603361(L_29, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_30 = V_2; NullCheck(L_30); ISceneRole_EnableModelItem_m1552532128(L_30, ((int32_t)30), (bool)0, /*hidden argument*/NULL); } IL_00ef: { CSceneService_t551449725 * L_31 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_32 = V_3; int32_t L_33 = L_32; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); NullCheck(L_31); ISceneBaseObj_t858622483 * L_34 = CSceneService_GetRoleObj_m3880305570(L_31, L_33, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_35 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_34, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_2 = L_35; if (L_35) { goto IL_00d8; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_36 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); ILogicBase_Reset_m2019494392(L_36, /*hidden argument*/NULL); CRoot_t1043641654 * L_37 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); CAnimSystem_t3541144328 * L_38 = CRoot_GetMovieSystem_m206666588(L_37, /*hidden argument*/NULL); NullCheck(L_38); CAnimSystem_Reset_m3782247179(L_38, /*hidden argument*/NULL); CRoot_t1043641654 * L_39 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); CAnimSystem_t3541144328 * L_40 = CRoot_GetMovieSystem_m206666588(L_39, /*hidden argument*/NULL); NullCheck(L_40); CAnimSystem_Resume_m1815678583(L_40, /*hidden argument*/NULL); CRoot_t1043641654 * L_41 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); CDanceManager_t448141780 * L_42 = CRoot_GetDanceManager_m876173276(L_41, /*hidden argument*/NULL); NullCheck(L_42); CDanceManager_SetDancing_m281022321(L_42, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_43 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1225903039, /*hidden argument*/NULL); NullCheck(L_43); AudioSource_t3935305588 * L_44 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_43, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); V_4 = L_44; AudioSource_t3935305588 * L_45 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0173; } } { AudioSource_t3935305588 * L_47 = V_4; NullCheck(L_47); AudioSource_set_time_m3951137143(L_47, (0.0f), /*hidden argument*/NULL); AudioSource_t3935305588 * L_48 = V_4; NullCheck(L_48); AudioSource_Play_m48294159(L_48, /*hidden argument*/NULL); } IL_0173: { __this->set_m_bFirst_3(0); V_5 = 0; V_6 = (ISceneBaseObj_t858622483 *)NULL; goto IL_01e4; } IL_0185: { ISceneBaseObj_t858622483 * L_49 = V_6; NullCheck(L_49); CDataProperty_t2806246268 * L_50 = ISceneBaseObj_GetUserProperty_m776816018(L_49, /*hidden argument*/NULL); NullCheck(L_50); CDataProperty_Add_m837145387(L_50, _stringLiteral3249829647, 1, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_51 = V_6; NullCheck(L_51); CProperty_t963755051 * L_52 = ISceneBaseObj_GetNetProperty_m1709069404(L_51, /*hidden argument*/NULL); NullCheck(L_52); int32_t L_53 = CProperty_GetInt_m2680341236(L_52, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_7 = L_53; ISceneBaseObj_t858622483 * L_54 = V_6; NullCheck(L_54); CDataProperty_t2806246268 * L_55 = ISceneBaseObj_GetUserProperty_m776816018(L_54, /*hidden argument*/NULL); int32_t L_56 = V_7; NullCheck(L_55); CDataProperty_Add_m837145387(L_55, _stringLiteral403571131, L_56, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_57 = V_6; NullCheck(L_57); CDataProperty_t2806246268 * L_58 = ISceneBaseObj_GetUserProperty_m776816018(L_57, /*hidden argument*/NULL); int32_t L_59 = V_7; NullCheck(L_58); CDataProperty_Add_m837145387(L_58, _stringLiteral1362697702, L_59, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_60 = V_6; NullCheck(L_60); CDataProperty_t2806246268 * L_61 = ISceneBaseObj_GetUserProperty_m776816018(L_60, /*hidden argument*/NULL); int32_t L_62 = V_7; NullCheck(L_61); CDataProperty_Add_m837145387(L_61, _stringLiteral4157990518, L_62, /*hidden argument*/NULL); } IL_01e4: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_63 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); CSceneService_t551449725 * L_64 = CRoot_GetSceneService_m2061443921(L_63, /*hidden argument*/NULL); int32_t L_65 = V_5; int32_t L_66 = L_65; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); NullCheck(L_64); ISceneBaseObj_t858622483 * L_67 = CSceneService_GetRoleObj_m3880305570(L_64, L_66, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_68 = L_67; V_6 = L_68; if (L_68) { goto IL_0185; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_69 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_69); ICameraBase_t3615533728 * L_70 = CRoot_GetCamera_m3179746689(L_69, /*hidden argument*/NULL); CMainRole_t4200562839 * L_71 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); Transform_t3600365921 * L_72 = ISceneBaseObj_GetTransform_m3818769012(L_71, /*hidden argument*/NULL); NullCheck(L_70); ICameraBase_SetWatchTarget_m1900455678(L_70, L_72, /*hidden argument*/NULL); CSceneService_t551449725 * L_73 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_73); CSceneModelObj_t2681526009 * L_74 = CSceneService_GetSceneObj_m85658510(L_73, /*hidden argument*/NULL); NullCheck(L_74); CDataProperty_t2806246268 * L_75 = ISceneBaseObj_GetUserProperty_m776816018(L_74, /*hidden argument*/NULL); NullCheck(L_75); int32_t L_76 = CDataProperty_GetInt_m1935343217(L_75, _stringLiteral2037568315, 0, /*hidden argument*/NULL); V_8 = L_76; CRoot_t1043641654 * L_77 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_77); CAnimSystem_t3541144328 * L_78 = CRoot_GetMovieSystem_m206666588(L_77, /*hidden argument*/NULL); NullCheck(L_78); CAnimSequence_t1119714129 * L_79 = CAnimSystem_GetSequence_m4015007355(L_78, _stringLiteral3170030842, /*hidden argument*/NULL); V_9 = L_79; CAnimSequence_t1119714129 * L_80 = V_9; if (!L_80) { goto IL_02c7; } } { CCameraUnityAnim_t1956596822 * L_81 = (CCameraUnityAnim_t1956596822 *)il2cpp_codegen_object_new(CCameraUnityAnim_t1956596822_il2cpp_TypeInfo_var); CCameraUnityAnim__ctor_m3132130057(L_81, /*hidden argument*/NULL); V_10 = L_81; CCameraUnityAnim_t1956596822 * L_82 = V_10; NullCheck(L_82); CAnimNode_SetTimeRange_m3219375386(L_82, (0.0f), (1.0f), /*hidden argument*/NULL); CCameraUnityAnim_t1956596822 * L_83 = V_10; StringU5BU5D_t1281789340* L_84 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral2708045721); (L_84)->SetAt(static_cast(0), (String_t*)_stringLiteral2708045721); StringU5BU5D_t1281789340* L_85 = L_84; String_t* L_86 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); NullCheck(L_85); ArrayElementTypeCheck (L_85, L_86); (L_85)->SetAt(static_cast(1), (String_t*)L_86); StringU5BU5D_t1281789340* L_87 = L_85; NullCheck(L_87); ArrayElementTypeCheck (L_87, _stringLiteral3457660801); (L_87)->SetAt(static_cast(2), (String_t*)_stringLiteral3457660801); StringU5BU5D_t1281789340* L_88 = L_87; String_t* L_89 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); NullCheck(L_88); ArrayElementTypeCheck (L_88, L_89); (L_88)->SetAt(static_cast(3), (String_t*)L_89); StringU5BU5D_t1281789340* L_90 = L_88; NullCheck(L_90); ArrayElementTypeCheck (L_90, _stringLiteral3451500529); (L_90)->SetAt(static_cast(4), (String_t*)_stringLiteral3451500529); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_91 = String_Concat_m1809518182(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); NullCheck(L_83); CCameraUnityAnim_LoadCameraAnim_m1394466464(L_83, L_91, /*hidden argument*/NULL); CCameraUnityAnim_t1956596822 * L_92 = V_10; NullCheck(L_92); VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean DMCore.Framework.Movie.CAnimNode::IsReady() */, L_92); CAnimSequence_t1119714129 * L_93 = V_9; CCameraUnityAnim_t1956596822 * L_94 = V_10; NullCheck(L_93); CAnimSequence_AddNode_m4289820994(L_93, L_94, /*hidden argument*/NULL); } IL_02c7: { CGameMain_DestroyWaittingRoomUI_m1432012603(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_95 = __this->get_m_GameStage_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_96 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_030c; } } { GameObject_t1113636619 * L_97 = __this->get_m_GameStage_2(); NullCheck(L_97); GameObject_SetActive_m796801857(L_97, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_98 = __this->get_m_GameStage_2(); NullCheck(L_98); GameObject_SendMessage_m1121218340(L_98, _stringLiteral1590299467, 1, /*hidden argument*/NULL); GameObject_t1113636619 * L_99 = __this->get_m_GameStage_2(); NullCheck(L_99); GameObject_SendMessage_m1121218340(L_99, _stringLiteral2913039261, 1, /*hidden argument*/NULL); } IL_030c: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_100 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_100) == ((int32_t)1))) { goto IL_0322; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_101 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_101) == ((uint32_t)3)))) { goto IL_032c; } } IL_0322: { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_102 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_102); ClassicalKeyLogic_Init_m3891013088(L_102, /*hidden argument*/NULL); } IL_032c: { return; } } // System.Void CGameMain::DestroyWaittingRoomUI() extern "C" IL2CPP_METHOD_ATTR void CGameMain_DestroyWaittingRoomUI_m1432012603 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { { CMsgBoxControl_t806533544 * L_0 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CMsgBoxControl_Disable_m426399464(L_0, 0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CGameMain::Update() extern "C" IL2CPP_METHOD_ATTR void CGameMain_Update_m530192859 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_Update_m530192859_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; GameObject_t1113636619 * V_2 = NULL; AudioSource_t3935305588 * V_3 = NULL; float V_4 = 0.0f; int64_t V_5 = 0; CDataArray_t4068198041 * V_6 = NULL; int32_t V_7 = 0; ISceneBaseObj_t858622483 * V_8 = NULL; ISceneRole_t2394225724 * V_9 = NULL; CDataArray_t4068198041 * V_10 = NULL; CDataArray_t4068198041 * V_11 = NULL; CDataArray_t4068198041 * V_12 = NULL; String_t* G_B15_0 = NULL; String_t* G_B14_0 = NULL; AudioSource_t3935305588 * G_B23_0 = NULL; { int32_t L_0 = __this->get_m_bFirst_3(); if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_0035; } } { int32_t L_1 = __this->get_m_bFirst_3(); __this->set_m_bFirst_3(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); int32_t L_2 = __this->get_m_bFirst_3(); if (L_2) { goto IL_0034; } } { 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); CNetMainLogic_t857650587 * L_4 = CRoot_GetNetControl_m305351655(L_3, /*hidden argument*/NULL); NullCheck(L_4); CNetMainLogic_SendStageReady_m1650450502(L_4, /*hidden argument*/NULL); } IL_0034: { return; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_5 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String DMCore.Framework.Resource.IResourceManager::PopAsyncTask() */, L_5); V_0 = L_6; String_t* L_7 = V_0; if (!L_7) { goto IL_0053; } } { String_t* L_8 = V_0; MonoBehaviour_StartCoroutine_m1654577315(__this, _stringLiteral2303653040, L_8, /*hidden argument*/NULL); } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_9 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CPveManager_IsPveMode_m3137815888(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0135; } } { 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); CNetMainLogic_t857650587 * L_12 = CRoot_GetNetControl_m305351655(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CNetMainLogic_GetNetState_m3393450786(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)12))))) { goto IL_0135; } } { CSceneService_t551449725 * L_14 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CSceneService_DestroyExceptScene_m1738914160(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_15 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CAnimSystem_t3541144328 * L_16 = CRoot_GetMovieSystem_m206666588(L_15, /*hidden argument*/NULL); NullCheck(L_16); CAnimSystem_DelSequenceAll_m761186596(L_16, /*hidden argument*/NULL); IResHelp_t377823252 * L_17 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); IResHelp_ClearAllProtectedRes_m2887695512(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager_t704993275 * L_18 = CPhotoManager_GetInstance_m953076413(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CPhotoManager_ClearExceptSceneRoles_m896835478(L_18, /*hidden argument*/NULL); CRoot_t1043641654 * L_19 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); ILogicBase_Reset_m2019494392(L_19, /*hidden argument*/NULL); CQualifyingManager_t954001806 * L_20 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); bool L_21 = L_20->get_IsQualifyingGame_15(); if (!L_21) { goto IL_00cf; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_22 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CRoot_SetOpenPage_m2050013413(L_22, ((int32_t)50), /*hidden argument*/NULL); goto IL_00fe; } IL_00cf: { IL2CPP_RUNTIME_CLASS_INIT(CTrystManager_t3257589335_il2cpp_TypeInfo_var); CTrystManager_t3257589335 * L_23 = CTrystManager_GetInstance_m3009828578(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); bool L_24 = L_23->get_IsTrystGame_11(); if (!L_24) { goto IL_00f2; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_25 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CRoot_SetOpenPage_m2050013413(L_25, ((int32_t)210), /*hidden argument*/NULL); goto IL_00fe; } IL_00f2: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_26 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CRoot_SetOpenPage_m2050013413(L_26, ((int32_t)17), /*hidden argument*/NULL); } IL_00fe: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_27 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); CRoot_SetLoadingSceneName_m1081407738(L_27, _stringLiteral3500937908, /*hidden argument*/NULL); Action_t1264377477 * L_28 = ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_13(); G_B14_0 = _stringLiteral1305446639; if (L_28) { G_B15_0 = _stringLiteral1305446639; goto IL_012a; } } { intptr_t L_29 = (intptr_t)CLoadingWatch_OnLevelLoadedWithScene_m1373809381_RuntimeMethod_var; Action_t1264377477 * L_30 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_30, NULL, L_29, /*hidden argument*/NULL); ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_13(L_30); G_B15_0 = G_B14_0; } IL_012a: { Action_t1264377477 * L_31 = ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_13(); IHelp_DoLoadLevel_m4092529488(NULL /*static, unused*/, G_B15_0, L_31, /*hidden argument*/NULL); return; } IL_0135: { bool L_32 = __this->get_m_bDancing_4(); if (!L_32) { goto IL_0249; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_33 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); bool L_34 = CPveManager_IsPveMode_m3137815888(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_017e; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_35 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); CAnimSystem_t3541144328 * L_36 = CRoot_GetMovieSystem_m206666588(L_35, /*hidden argument*/NULL); NullCheck(L_36); bool L_37 = CAnimSystem_IsPlaying_m1603927973(L_36, /*hidden argument*/NULL); if (L_37) { goto IL_017e; } } { __this->set_m_bLastPlay_7((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_38 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); CRoot_OnTick_m1920649087(L_38, (0.0f), /*hidden argument*/NULL); goto IL_0244; } IL_017e: { bool L_39 = __this->get_m_bLastPlay_7(); V_1 = L_39; GameObject_t1113636619 * L_40 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1225903039, /*hidden argument*/NULL); V_2 = L_40; GameObject_t1113636619 * L_41 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_42 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_01a7; } } { GameObject_t1113636619 * L_43 = V_2; NullCheck(L_43); AudioSource_t3935305588 * L_44 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_43, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); G_B23_0 = L_44; goto IL_01a8; } IL_01a7: { G_B23_0 = ((AudioSource_t3935305588 *)(NULL)); } IL_01a8: { V_3 = G_B23_0; AudioSource_t3935305588 * L_45 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_022e; } } { AudioSource_t3935305588 * L_47 = V_3; NullCheck(L_47); bool L_48 = AudioSource_get_isPlaying_m1896551654(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_022e; } } { __this->set_m_bLastPlay_7((bool)1); V_4 = (0.0f); bool L_49 = V_1; if (!L_49) { goto IL_01ee; } } { float L_50 = __this->get_m_fTimePlayed_5(); float L_51 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_52 = __this->get_m_fTimeStart_6(); V_4 = ((float)il2cpp_codegen_add((float)L_50, (float)((float)il2cpp_codegen_subtract((float)L_51, (float)L_52)))); goto IL_020d; } IL_01ee: { AudioSource_t3935305588 * L_53 = V_3; NullCheck(L_53); float L_54 = AudioSource_get_time_m2174765632(L_53, /*hidden argument*/NULL); __this->set_m_fTimePlayed_5(L_54); float L_55 = __this->get_m_fTimePlayed_5(); V_4 = L_55; float L_56 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fTimeStart_6(L_56); } IL_020d: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_57 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_58 = V_4; CRoot_t1043641654 * L_59 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); CAnimSystem_t3541144328 * L_60 = CRoot_GetMovieSystem_m206666588(L_59, /*hidden argument*/NULL); NullCheck(L_60); float L_61 = CAnimSystem_Tell_m1941641543(L_60, /*hidden argument*/NULL); NullCheck(L_57); CRoot_OnTick_m1920649087(L_57, ((float)il2cpp_codegen_subtract((float)L_58, (float)L_61)), /*hidden argument*/NULL); goto IL_0244; } IL_022e: { __this->set_m_bLastPlay_7((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_62 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_63 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_62); CRoot_OnTick_m1920649087(L_62, L_63, /*hidden argument*/NULL); } IL_0244: { goto IL_0468; } IL_0249: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_64 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_65 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_64); CRoot_OnTick_m1920649087(L_64, L_65, /*hidden argument*/NULL); CMainRole_t4200562839 * L_66 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_66); int64_t L_67 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_66); V_5 = L_67; CSceneService_t551449725 * L_68 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_68); int32_t L_69 = CSceneService_GetRoleNum_m2909813266(L_68, /*hidden argument*/NULL); if ((((int32_t)L_69) > ((int32_t)1))) { goto IL_02c3; } } { CMainRole_t4200562839 * L_70 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_70); CDataProperty_t2806246268 * L_71 = ISceneBaseObj_GetUserProperty_m776816018(L_70, /*hidden argument*/NULL); NullCheck(L_71); int32_t L_72 = CDataProperty_GetInt_m1935343217(L_71, _stringLiteral649975346, 0, /*hidden argument*/NULL); if (L_72) { goto IL_02c3; } } { CDataArray_t4068198041 * L_73 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_73, /*hidden argument*/NULL); V_6 = L_73; CDataArray_t4068198041 * L_74 = V_6; NullCheck(L_74); CDataArray_Push_m3820844360(L_74, ((int32_t)103), /*hidden argument*/NULL); CDataArray_t4068198041 * L_75 = V_6; int64_t L_76 = V_5; NullCheck(L_75); CDataArray_Push_m3799896857(L_75, L_76, /*hidden argument*/NULL); CDataArray_t4068198041 * L_77 = V_6; NullCheck(L_77); CDataArray_Flush_m1077150699(L_77, /*hidden argument*/NULL); CMainRole_t4200562839 * L_78 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); CDataProperty_t2806246268 * L_79 = ISceneBaseObj_GetUserProperty_m776816018(L_78, /*hidden argument*/NULL); NullCheck(L_79); CDataProperty_Add_m837145387(L_79, _stringLiteral649975346, 1, /*hidden argument*/NULL); } IL_02c3: { V_7 = 0; V_8 = (ISceneBaseObj_t858622483 *)NULL; goto IL_03f6; } IL_02ce: { ISceneBaseObj_t858622483 * L_80 = V_8; V_9 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_80, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_81 = V_9; if (!L_81) { goto IL_03f6; } } { int64_t L_82 = V_5; ISceneRole_t2394225724 * L_83 = V_9; NullCheck(L_83); int64_t L_84 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_83); if ((((int64_t)L_82) == ((int64_t)L_84))) { goto IL_03f6; } } { ISceneRole_t2394225724 * L_85 = V_9; NullCheck(L_85); bool L_86 = ISceneBaseObj_IsValid_m1197404667(L_85, /*hidden argument*/NULL); if (L_86) { goto IL_03f6; } } { ISceneRole_t2394225724 * L_87 = V_9; NullCheck(L_87); bool L_88 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_87); if (!L_88) { goto IL_03ef; } } { ISceneRole_t2394225724 * L_89 = V_9; NullCheck(L_89); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_89); ISceneRole_t2394225724 * L_90 = V_9; NullCheck(L_90); ISceneRole_PlayMemberShipEffect_m2368816413(L_90, (bool)1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_91 = V_9; NullCheck(L_91); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_91); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_92 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_93 = V_9; NullCheck(L_92); VirtActionInvoker1< ISceneRole_t2394225724 * >::Invoke(6 /* System.Void DMCore.DanceMode.CDanceMode::OnRoleReady(DMCore.Framework.Scene.ISceneRole) */, L_92, L_93); ISceneRole_t2394225724 * L_94 = V_9; NullCheck(L_94); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::OnReady() */, L_94); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_95 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_95); bool L_96 = CPveManager_IsPveMode_m3137815888(L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_0390; } } { ISceneRole_t2394225724 * L_97 = V_9; NullCheck(L_97); CDataProperty_t2806246268 * L_98 = ISceneBaseObj_GetUserProperty_m776816018(L_97, /*hidden argument*/NULL); NullCheck(L_98); int32_t L_99 = CDataProperty_GetInt_m1935343217(L_98, _stringLiteral649975346, 0, /*hidden argument*/NULL); if (L_99) { goto IL_038b; } } { CDataArray_t4068198041 * L_100 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_100, /*hidden argument*/NULL); V_10 = L_100; CDataArray_t4068198041 * L_101 = V_10; NullCheck(L_101); CDataArray_Push_m3820844360(L_101, ((int32_t)103), /*hidden argument*/NULL); CDataArray_t4068198041 * L_102 = V_10; ISceneRole_t2394225724 * L_103 = V_9; NullCheck(L_103); int64_t L_104 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_103); NullCheck(L_102); CDataArray_Push_m3799896857(L_102, L_104, /*hidden argument*/NULL); CDataArray_t4068198041 * L_105 = V_10; NullCheck(L_105); CDataArray_Flush_m1077150699(L_105, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_106 = V_9; NullCheck(L_106); CDataProperty_t2806246268 * L_107 = ISceneBaseObj_GetUserProperty_m776816018(L_106, /*hidden argument*/NULL); NullCheck(L_107); CDataProperty_Add_m837145387(L_107, _stringLiteral649975346, 1, /*hidden argument*/NULL); } IL_038b: { goto IL_03ea; } IL_0390: { int32_t L_108 = __this->get_m_PlayerCountOfReadyState_8(); __this->set_m_PlayerCountOfReadyState_8(((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1))); int32_t L_109 = __this->get_m_PlayerCountOfReadyState_8(); CSceneService_t551449725 * L_110 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_110); int32_t L_111 = CSceneService_GetRoleNum_m2909813266(L_110, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1))) < ((int32_t)L_111))) { goto IL_03ea; } } { CDataArray_t4068198041 * L_112 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_112, /*hidden argument*/NULL); V_11 = L_112; CDataArray_t4068198041 * L_113 = V_11; NullCheck(L_113); CDataArray_Push_m3820844360(L_113, ((int32_t)103), /*hidden argument*/NULL); CDataArray_t4068198041 * L_114 = V_11; CMainRole_t4200562839 * L_115 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_115); int64_t L_116 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_115); NullCheck(L_114); CDataArray_Push_m3799896857(L_114, L_116, /*hidden argument*/NULL); CDataArray_t4068198041 * L_117 = V_11; NullCheck(L_117); CDataArray_Flush_m1077150699(L_117, /*hidden argument*/NULL); __this->set_m_PlayerCountOfReadyState_8(((int32_t)-6)); goto IL_040f; } IL_03ea: { goto IL_03f6; } IL_03ef: { ISceneRole_t2394225724 * L_118 = V_9; NullCheck(L_118); ISceneRole_LoadRoleModel_m1111386502(L_118, /*hidden argument*/NULL); } IL_03f6: { CSceneService_t551449725 * L_119 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_120 = V_7; int32_t L_121 = L_120; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); NullCheck(L_119); ISceneBaseObj_t858622483 * L_122 = CSceneService_GetRoleObj_m3880305570(L_119, L_121, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_123 = L_122; V_8 = L_123; if (L_123) { goto IL_02ce; } } IL_040f: { int32_t L_124 = __this->get_m_PlayerCountOfReadyState_8(); if ((((int32_t)0) > ((int32_t)L_124))) { goto IL_0468; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_125 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_125); bool L_126 = CPveManager_IsPveMode_m3137815888(L_125, /*hidden argument*/NULL); if (L_126) { goto IL_0468; } } { float L_127 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_128 = __this->get_m_fTimeOverTimeLabor_12(); if ((!(((float)(30.0f)) < ((float)((float)il2cpp_codegen_subtract((float)L_127, (float)L_128)))))) { goto IL_0468; } } { __this->set_m_PlayerCountOfReadyState_8(((int32_t)-6)); CDataArray_t4068198041 * L_129 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_129, /*hidden argument*/NULL); V_12 = L_129; CDataArray_t4068198041 * L_130 = V_12; NullCheck(L_130); CDataArray_Push_m3820844360(L_130, ((int32_t)103), /*hidden argument*/NULL); CDataArray_t4068198041 * L_131 = V_12; int64_t L_132 = V_5; NullCheck(L_131); CDataArray_Push_m3799896857(L_131, L_132, /*hidden argument*/NULL); CDataArray_t4068198041 * L_133 = V_12; NullCheck(L_133); CDataArray_Flush_m1077150699(L_133, /*hidden argument*/NULL); } IL_0468: { return; } } // System.Collections.IEnumerator CGameMain::LoadResource(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CGameMain_LoadResource_m2294700151 (CGameMain_t2202161662 * __this, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_LoadResource_m2294700151_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CLoadResourceU3Ec__Iterator0_t13710564 * V_0 = NULL; { U3CLoadResourceU3Ec__Iterator0_t13710564 * L_0 = (U3CLoadResourceU3Ec__Iterator0_t13710564 *)il2cpp_codegen_object_new(U3CLoadResourceU3Ec__Iterator0_t13710564_il2cpp_TypeInfo_var); U3CLoadResourceU3Ec__Iterator0__ctor_m987855073(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CLoadResourceU3Ec__Iterator0_t13710564 * L_1 = V_0; String_t* L_2 = ___resName0; NullCheck(L_1); L_1->set_resName_0(L_2); U3CLoadResourceU3Ec__Iterator0_t13710564 * L_3 = V_0; return L_3; } } // System.Void CGameMain::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void CGameMain_LateUpdate_m264142200 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_LateUpdate_m264142200_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.Void CGameMain::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CGameMain_OnDestroy_m1737858868 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_OnDestroy_m1737858868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_OnGameEnd_m3889324977(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); return; } } // System.Void CGameMain::OnPlayReady(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGameMain_OnPlayReady_m1475227834 (CGameMain_t2202161662 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_OnPlayReady_m1475227834_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, _stringLiteral73945996); 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); return; } } // System.Void CGameMain::OnPlayGo(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGameMain_OnPlayGo_m2132852420 (CGameMain_t2202161662 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_OnPlayGo_m2132852420_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, _stringLiteral1776769073); 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); return; } } // System.Void CGameMain::OnMusicInfoEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGameMain_OnMusicInfoEnd_m1455622940 (CGameMain_t2202161662 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_OnMusicInfoEnd_m1455622940_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)73), /*hidden argument*/NULL); return; } } // System.Void CGameMain::OnRoleAnimEnd() extern "C" IL2CPP_METHOD_ATTR void CGameMain_OnRoleAnimEnd_m4045582277 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_OnRoleAnimEnd_m4045582277_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; ISceneBaseObj_t858622483 * V_1 = NULL; int32_t V_2 = 0; ISceneRole_t2394225724 * V_3 = NULL; CDataArray_t4068198041 * V_4 = NULL; bool V_5 = false; GameObject_t1113636619 * V_6 = NULL; float G_B11_0 = 0.0f; CEventManager_t474365641 * G_B11_1 = NULL; float G_B10_0 = 0.0f; CEventManager_t474365641 * G_B10_1 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSceneModelObj_t2681526009 * L_1 = CSceneService_GetSceneObj_m85658510(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(L_1, /*hidden argument*/NULL); V_0 = L_2; Transform_t3600365921 * L_3 = V_0; 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_0028; } } { Transform_t3600365921 * L_5 = V_0; NullCheck(L_5); Component_SendMessage_m1441147224(L_5, _stringLiteral3835209016, 1, /*hidden argument*/NULL); } IL_0028: { V_1 = (ISceneBaseObj_t858622483 *)NULL; V_2 = 0; goto IL_0091; } IL_0031: { ISceneBaseObj_t858622483 * L_6 = V_1; NullCheck(L_6); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_6, (bool)1); ISceneBaseObj_t858622483 * L_7 = V_1; NullCheck(L_7); ISceneBaseObj_StopAnim_m821603361(L_7, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_8 = V_1; NullCheck(L_8); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_8); ISceneBaseObj_t858622483 * L_9 = V_1; V_3 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_9, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); CDataArray_t4068198041 * L_10 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_10, /*hidden argument*/NULL); V_4 = L_10; CDataArray_t4068198041 * L_11 = V_4; NullCheck(L_11); CDataArray_Push_m3820844360(L_11, ((int32_t)1750), /*hidden argument*/NULL); CMainRole_t4200562839 * L_12 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_12); ISceneRole_t2394225724 * L_14 = V_3; NullCheck(L_14); int64_t L_15 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_14); V_5 = (bool)((((int32_t)((((int64_t)L_13) == ((int64_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_16 = V_5; if (!L_16) { goto IL_008a; } } { CDataArray_t4068198041 * L_17 = V_4; ISceneRole_t2394225724 * L_18 = V_3; NullCheck(L_18); int64_t L_19 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_18); NullCheck(L_17); CDataArray_Push_m3799896857(L_17, L_19, /*hidden argument*/NULL); } IL_008a: { CDataArray_t4068198041 * L_20 = V_4; NullCheck(L_20); CDataArray_Flush_m1077150699(L_20, /*hidden argument*/NULL); } IL_0091: { CSceneService_t551449725 * L_21 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = V_2; int32_t L_23 = L_22; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); NullCheck(L_21); ISceneBaseObj_t858622483 * L_24 = CSceneService_GetRoleObj_m3880305570(L_21, L_23, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_25 = L_24; V_1 = L_25; if (L_25) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_26 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CWndController_ShowUI_m3552255067(L_26, ((int32_t)73), /*hidden argument*/NULL); CWndController_t749709641 * L_27 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); GameObject_t1113636619 * L_28 = CWndController_CreateDelayBindWnd_m1486584967(L_27, ((int32_t)73), /*hidden argument*/NULL); V_6 = L_28; GameObject_t1113636619 * L_29 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_30 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_29, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_00dc; } } { GameObject_t1113636619 * L_31 = V_6; NullCheck(L_31); GameObject_SendMessage_m1121218340(L_31, _stringLiteral2913039261, 1, /*hidden argument*/NULL); } IL_00dc: { CEventManager_t474365641 * L_32 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_33 = (intptr_t)CGameMain_OnPlayReady_m1475227834_RuntimeMethod_var; OnEventCall_t3758354630 * L_34 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_34, __this, L_33, /*hidden argument*/NULL); NullCheck(L_32); CEventManager_PushOnce_m1854500591(L_32, (0.2f), L_34, /*hidden argument*/NULL); CEventManager_t474365641 * L_35 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_36 = (intptr_t)CGameMain_OnPlayGo_m2132852420_RuntimeMethod_var; OnEventCall_t3758354630 * L_37 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_37, __this, L_36, /*hidden argument*/NULL); NullCheck(L_35); CEventManager_PushOnce_m1854500591(L_35, (3.32f), L_37, /*hidden argument*/NULL); CEventManager_t474365641 * L_38 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_39 = (intptr_t)CGameMain_OnMusicInfoEnd_m1455622940_RuntimeMethod_var; OnEventCall_t3758354630 * L_40 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_40, __this, L_39, /*hidden argument*/NULL); NullCheck(L_38); CEventManager_PushOnce_m1854500591(L_38, (4.6f), L_40, /*hidden argument*/NULL); CEventManager_t474365641 * L_41 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); OnEventCall_t3758354630 * L_42 = ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_14(); G_B10_0 = (5.0f); G_B10_1 = L_41; if (L_42) { G_B11_0 = (5.0f); G_B11_1 = L_41; goto IL_014f; } } { intptr_t L_43 = (intptr_t)CCustomMsgProc__StartGame_m859414082_RuntimeMethod_var; OnEventCall_t3758354630 * L_44 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_44, NULL, L_43, /*hidden argument*/NULL); ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_14(L_44); G_B11_0 = G_B10_0; G_B11_1 = G_B10_1; } IL_014f: { OnEventCall_t3758354630 * L_45 = ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_14(); NullCheck(G_B11_1); CEventManager_PushOnce_m1854500591(G_B11_1, G_B11_0, L_45, /*hidden argument*/NULL); CGameMain_ResumeCameraStartState_m2528795411(__this, /*hidden argument*/NULL); return; } } // System.Void CGameMain::SpecialStopQualifyingGame() extern "C" IL2CPP_METHOD_ATTR void CGameMain_SpecialStopQualifyingGame_m3279166440 (CGameMain_t2202161662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGameMain_SpecialStopQualifyingGame_m3279166440_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; AudioSource_t3935305588 * V_1 = NULL; CEventManager_t474365641 * G_B2_0 = NULL; CEventManager_t474365641 * G_B1_0 = NULL; AudioSource_t3935305588 * G_B5_0 = NULL; { CEventManager_t474365641 * L_0 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)CGameMain_OnPlayReady_m1475227834_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); CEventManager_t474365641 * L_3 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)CGameMain_OnPlayGo_m2132852420_RuntimeMethod_var; OnEventCall_t3758354630 * L_5 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_5, __this, L_4, /*hidden argument*/NULL); NullCheck(L_3); CEventManager_StopEvent_m2167807725(L_3, L_5, /*hidden argument*/NULL); CEventManager_t474365641 * L_6 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_7 = (intptr_t)CGameMain_OnMusicInfoEnd_m1455622940_RuntimeMethod_var; OnEventCall_t3758354630 * L_8 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_8, __this, L_7, /*hidden argument*/NULL); NullCheck(L_6); CEventManager_StopEvent_m2167807725(L_6, L_8, /*hidden argument*/NULL); CEventManager_t474365641 * L_9 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); OnEventCall_t3758354630 * L_10 = ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_15(); G_B1_0 = L_9; if (L_10) { G_B2_0 = L_9; goto IL_005f; } } { intptr_t L_11 = (intptr_t)CCustomMsgProc__StartGame_m859414082_RuntimeMethod_var; OnEventCall_t3758354630 * L_12 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_12, NULL, L_11, /*hidden argument*/NULL); ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_15(L_12); G_B2_0 = G_B1_0; } IL_005f: { OnEventCall_t3758354630 * L_13 = ((CGameMain_t2202161662_StaticFields*)il2cpp_codegen_static_fields_for(CGameMain_t2202161662_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_15(); NullCheck(G_B2_0); CEventManager_StopEvent_m2167807725(G_B2_0, L_13, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1225903039, /*hidden argument*/NULL); V_0 = L_14; GameObject_t1113636619 * L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_008b; } } { GameObject_t1113636619 * L_17 = V_0; NullCheck(L_17); AudioSource_t3935305588 * L_18 = GameObject_GetComponent_TisAudioSource_t3935305588_m625814604(L_17, /*hidden argument*/GameObject_GetComponent_TisAudioSource_t3935305588_m625814604_RuntimeMethod_var); G_B5_0 = L_18; goto IL_008c; } IL_008b: { G_B5_0 = ((AudioSource_t3935305588 *)(NULL)); } IL_008c: { V_1 = G_B5_0; AudioSource_t3935305588 * 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_009f; } } { AudioSource_t3935305588 * L_21 = V_1; NullCheck(L_21); AudioSource_Stop_m2682712816(L_21, /*hidden argument*/NULL); } IL_009f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif