#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 VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; // DMCore.Logic.CFullDownGifts/cFullDownGift struct cFullDownGift_t1680988379; // DMCore.Logic.CFunctionSwitchConfig struct CFunctionSwitchConfig_t2078484928; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2297708088; // DMCore.Logic.CWishFountainMgr struct CWishFountainMgr_t2594140948; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Logic.CGiftCfg struct CGiftCfg_t3030574353; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t783330921; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.String struct String_t; // DMCore.Logic.CAwardList struct CAwardList_t4094041907; // DMCore.Logic.CGiftPackage struct CGiftPackage_t998074622; // DMCore.Framework.Ini.CIniFile struct CIniFile_t2879301433; // DMCore.Framework.Ini.CIniSection struct CIniSection_t1218490364; // DMCore.Framework.Ini.CIniItem struct CIniItem_t4093898296; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915; // DMCore.Logic.CAwardItem[] struct CAwardItemU5BU5D_t688006690; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // DMCore.Logic.CGiftListWnd struct CGiftListWnd_t2390808505; // DMCore.Logic.OnAccetpGiftsCallback struct OnAccetpGiftsCallback_t3618620664; // DMCore.Logic.CWndController struct CWndController_t749709641; // DMCore.Logic.CGiftManager struct CGiftManager_t2180653355; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4239275471; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1296649317; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // DMCore.Logic.CGiftResultInfo struct CGiftResultInfo_t2457003308; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2202178411; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t133983646; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2158494966; // DMCore.Logic.CGiftManager/AnimationCfg struct AnimationCfg_t1055594844; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // UnityEngine.Object struct Object_t631007953; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // UnityEngine.TextAsset struct TextAsset_t3022178571; // System.Xml.XmlNode struct XmlNode_t3767805227; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.GameObject struct GameObject_t1113636619; // uiGiftCheck struct uiGiftCheck_t3095588053; // DMCore.Logic.CGiftManager/OnPlayEffect struct OnPlayEffect_t1177268666; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Collections.Generic.List`1 struct List_1_t3149535657; // System.Collections.Generic.List`1 struct List_1_t257213610; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Logic.CGoldWatcher struct CGoldWatcher_t2760796238; // UILabel struct UILabel_t3248798549; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Logic.CGrowupManager struct CGrowupManager_t3194282175; // DMCore.Logic.CLeveluprewardConfig struct CLeveluprewardConfig_t716371407; // DMCore.Logic.CGuessManager struct CGuessManager_t3528162309; // System.Collections.Generic.List`1 struct List_1_t4061876057; // DMCore.Logic.PlayerInfoBase struct PlayerInfoBase_t2589801315; // DMCore.Logic.CGuessManager/OnInfoChanged struct OnInfoChanged_t2866752421; // DMCore.Logic.CGuideMainStep struct CGuideMainStep_t63991967; // BetterList`1 struct BetterList_1_t487729231; // BetterList`1 struct BetterList_1_t2235126482; // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524; // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656; // BetterList`1 struct BetterList_1_t3113987842; // DMCore.Logic.CGuideSubStep struct CGuideSubStep_t1332708913; // DMCore.Logic.CGuideVer2 struct CGuideVer2_t720663952; // DMCore.Logic.CGuild struct CGuild_t675931451; // DMCore.Logic.CGuildData struct CGuildData_t2153593818; // System.Collections.Generic.List`1 struct List_1_t3006210622; // System.Collections.Generic.List`1 struct List_1_t3180379001; // System.Collections.Generic.List`1 struct List_1_t3027426323; // DMCore.Logic.CMemberData struct CMemberData_t1242630376; // DMCore.Logic.CGuildRole struct CGuildRole_t1534135880; // System.Comparison`1 struct Comparison_1_t1309067059; // System.Comparison`1 struct Comparison_1_t2855037343; // DMCore.Logic.CLogData struct CLogData_t998132375; // DMCore.Logic.CGuildLog struct CGuildLog_t1708304259; // DMCore.Logic.CJoinRequstData struct CJoinRequstData_t67409287; // DMCore.Logic.CJoinInRequest struct CJoinInRequest_t1555351581; // DMCore.Logic.CGuild/c__AnonStorey0 struct U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944; // System.Predicate`1 struct Predicate_1_t2359430004; // System.Predicate`1 struct Predicate_1_t3905400288; // DMCore.Logic.CGuild/c__AnonStorey1 struct U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518; // System.Predicate`1 struct Predicate_1_t2380645705; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3619707304; // DMCore.Logic.CGuildChallengeManager struct CGuildChallengeManager_t610245203; // System.Collections.Generic.List`1 struct List_1_t1260420484; // DMCore.Logic.CGuildManager struct CGuildManager_t3445311192; // DMCore.Logic.ChallengeBossData struct ChallengeBossData_t4083313038; // DMCore.Logic.CGuildChallengeModel struct CGuildChallengeModel_t1632606626; // uiGuildChallenge struct uiGuildChallenge_t3559644076; // DMCore.Logic.ChallengeBossTextManager struct ChallengeBossTextManager_t1223296511; // DMCore.Logic.ChallengeBossTextManager/ChallengeBossText struct ChallengeBossText_t2436435923; // DMCore.Logic.CGuildChallengeModel/c__AnonStorey0 struct U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723; // System.Predicate`1 struct Predicate_1_t613639866; // DMCore.Logic.CGuildChallengeTeamManager struct CGuildChallengeTeamManager_t4025118022; // DMCore.Logic.TeamMember struct TeamMember_t3910888696; // System.Collections.Generic.List`1 struct List_1_t3378899327; // DMCore.Logic.WaitTeamData struct WaitTeamData_t1906824585; // DMCore.Logic.CRoomMananger struct CRoomMananger_t1058696229; // DMCore.Logic.CRoomMananger/RoomInfo struct RoomInfo_t2137681786; // uiGuildChallengeTeam struct uiGuildChallengeTeam_t580458821; // System.Collections.Generic.List`1 struct List_1_t1087996142; // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey0 struct U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013; // System.Predicate`1 struct Predicate_1_t2732118709; // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey1 struct U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877; // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey2 struct U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948; // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3 struct U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248; // System.Predicate`1 struct Predicate_1_t441215524; // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey4 struct U3CDeleteTeamU3Ec__AnonStorey4_t4104256040; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535; // System.Collections.Generic.List`1 struct List_1_t2148006193; // System.Comparison`1 struct Comparison_1_t450862630; // DMCore.Logic.CGuildManager/c__AnonStorey0 struct U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071; // System.Predicate`1 struct Predicate_1_t1501225575; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Logic.CCreateCondition struct CCreateCondition_t197933841; // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127; // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582; // DMCore.Logic.OnChangeNameCallback struct OnChangeNameCallback_t2458829697; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1325149254; // System.Xml.XmlElement struct XmlElement_t561603118; // DMCore.Logic.CHandbookAllClothesCfg struct CHandbookAllClothesCfg_t703745743; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t980893118; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1165792132; // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415; // DMCore.Logic.CShopConfig/StaticConfigUnit struct StaticConfigUnit_t2277078801; // System.Collections.Generic.List`1 struct List_1_t2092179787; // DMCore.Logic.CHandBookManager struct CHandBookManager_t2716637598; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Logic.CBookReservationConfig/CBookReservationInfo struct CBookReservationInfo_t4147366020; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t3217184140; // DMCore.Logic.CBookReservationConfig struct CBookReservationConfig_t3541798465; // System.Action`1 struct Action_1_t1368688201; // System.Collections.Generic.List`1 struct List_1_t2753864082; // System.Action struct Action_t1264377477; // HandBookCfg struct HandBookCfg_t3398685571; // HandBookCfg/ThemeInfo struct ThemeInfo_t2661298501; // System.Collections.Generic.List`1 struct List_1_t1312794918; // HandBookCfg/SuitInfo struct SuitInfo_t4135687472; // System.Comparison`1 struct Comparison_1_t395036224; // DMCore.Logic.CHandBookManager/c__AnonStorey0 struct U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354; // DMCore.Logic.CItemManager struct CItemManager_t2289463753; // System.Collections.Generic.List`1 struct List_1_t776431360; // DMCore.Logic.CHandBookManager/c__AnonStorey1 struct U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353; // System.Predicate`1 struct Predicate_1_t1445399169; // DMCore.Logic.CardHandBookItemData struct CardHandBookItemData_t620105045; // DMCore.Logic.CItemData struct CItemData_t3599323914; // DMCore.Logic.CItemBase struct CItemBase_t2436786639; // DMCore.Logic.CHandBookStoryCtr struct CHandBookStoryCtr_t880003063; // IMonoCtrllor struct IMonoCtrllor_t1427182583; // HandBookStoryCfg struct HandBookStoryCfg_t1974137550; // HandBookStoryInfo struct HandBookStoryInfo_t2304689445; // System.Collections.Generic.List`1 struct List_1_t1329610734; // HandBookStoryStepInfo struct HandBookStoryStepInfo_t4152503288; // System.Action`2 struct Action_2_t949473781; // System.Action`2 struct Action_2_t2470008838; // System.Delegate struct Delegate_t1188392813; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // System.Int32[] struct Int32U5BU5D_t385246372; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.ILogicBase struct ILogicBase_t2190831891; // DMCore.Logic.CHandBookStoryCtr/c__AnonStorey0 struct U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940; // DMCore.Logic.shopModel struct shopModel_t101745799; // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208; // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091; // ScenePersonalMainRole struct ScenePersonalMainRole_t3023680637; // DMCore.Logic.ChangeStateCallback struct ChangeStateCallback_t3932589649; // DMCore.Logic.ChatBubbleType struct ChatBubbleType_t2493694615; // DMCore.Logic.CPropItem struct CPropItem_t1455887095; // DMCore.Logic.ChatContactInfo struct ChatContactInfo_t170274670; // DMCore.Logic.CChatManager struct CChatManager_t1988186574; // DMCore.Logic.ChooseBuyUseBoxInfo struct ChooseBuyUseBoxInfo_t2600922063; // DMCore.Logic.ChooseBuyUseNumBoxController struct ChooseBuyUseNumBoxController_t2176104285; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount struct OnConfirmBuyAmount_t3515310033; // DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit struct OnCancelAndExit_t3571001794; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount struct OnConfirmUseAmount_t3345112943; // DMCore.Logic.ChooseCardManager struct ChooseCardManager_t493395204; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1096415580; // DMCore.Logic.CIdolCardConfig struct CIdolCardConfig_t2073998303; // DMCore.Logic.CardUnit struct CardUnit_t3010225743; // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866; // DMCore.Logic.ChooseCardManager/ChooseGroup struct ChooseGroup_t2207702249; // DMCore.Logic.CIdolAbilityManager struct CIdolAbilityManager_t240297659; // CDataModelBool struct CDataModelBool_t2269476966; // System.Collections.Generic.List`1 struct List_1_t1519036347; // System.Collections.Generic.List`1 struct List_1_t779509957; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t407749678; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3302194709; // DMCore.Logic.IdolPlayerData struct IdolPlayerData_t1126670343; // System.Collections.Generic.List`1 struct List_1_t395442325; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3228841118; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4142745948; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // System.Collections.Generic.List`1 struct List_1_t3172792085; // System.Collections.Generic.Queue`1 struct Queue_1_t1546976837; // System.Collections.Generic.Queue`1 struct Queue_1_t2926365658; // DMCore.Logic.IdolLevelCount struct IdolLevelCount_t694126592; // DMCore.Logic.CurAbilityLevelCount struct CurAbilityLevelCount_t3218334879; // DMCore.Logic.IdolData struct IdolData_t118514082; // DMCore.Logic.RewardCount struct RewardCount_t3602402511; // DMCore.Logic.AbilityLevelCount struct AbilityLevelCount_t46961605; // System.Collections.Generic.List`1 struct List_1_t2166201334; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Logic.AddIdolData struct AddIdolData_t1700717343; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3121698093; // DMCore.Logic.CardGroup struct CardGroup_t4232984762; // System.Collections.Generic.List`1 struct List_1_t187333189; // DMCore.Logic.CIdolCardConfig/c__AnonStorey0 struct U3CIsLockU3Ec__AnonStorey0_t453125300; // System.Predicate`1 struct Predicate_1_t3835519867; // DMCore.Logic.CIdolCardManager struct CIdolCardManager_t1778192884; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1990078632; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Comparison`1 struct Comparison_1_t2785156922; // System.Action`1 struct Action_1_t1302699353; // IEventDispatcher struct IEventDispatcher_t2294365884; // DMCore.Logic.CIdolConfig struct CIdolConfig_t13845451; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // DMCore.Logic.IdolRule struct IdolRule_t1690125706; // DMCore.Logic.CIdolShowManager struct CIdolShowManager_t2312713117; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2029334555; // System.Collections.Generic.List`1> struct List_1_t1414438697; // System.Comparison`1> struct Comparison_1_t4012262430; // DMCore.Logic.IdolAwardListItem struct IdolAwardListItem_t3723746892; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.List`1 struct List_1_t900854338; // DMCore.Logic.CIdolInfo struct CIdolInfo_t400451087; // System.Collections.Generic.List`1 struct List_1_t913674750; // DMCore.Logic.CIdolManager struct CIdolManager_t2822338582; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2770358969; // DMCore.Logic.LevelupStarInfo struct LevelupStarInfo_t831176484; // DMCore.Logic.IdolAwardUnit struct IdolAwardUnit_t568575365; // CDataModelInt struct CDataModelInt_t3463393640; // UITexture struct UITexture_t3471168817; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t463511065; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1671091400; // uiIdowShowLastWeekTop10 struct uiIdowShowLastWeekTop10_t1635343170; // System.Collections.Generic.List`1 struct List_1_t1872525829; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack struct DataRefreshCallBack_t1481235937; // DMCore.Logic.PopularInfo struct PopularInfo_t1929720024; // DMCore.Logic.CIdolShowManager/SendPopularLogDetail struct SendPopularLogDetail_t1438849614; // DMCore.Logic.CIdolTaskCfg struct CIdolTaskCfg_t1886236285; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1212362214; // DMCore.Logic.IdolTaskUnit struct IdolTaskUnit_t1888848056; // DMCore.Logic.IdolTaskGroup struct IdolTaskGroup_t2323648883; // DMCore.Logic.CInputStatistics/c__AnonStorey0 struct U3CIncreaseU3Ec__AnonStorey0_t3604481031; // System.Predicate`1 struct Predicate_1_t787732190; // System.Collections.Generic.List`1 struct List_1_t1434512808; // DMCore.Logic.CInputStatistics/COperationData struct COperationData_t4257405362; // DMCore.Logic.CIntegralRankController struct CIntegralRankController_t2394358502; // CDataModelList struct CDataModelList_t1133308508; // DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem struct Fruit_IntegralRankItem_t3484072089; // DMCore.Logic.CInteractiveConfig struct CInteractiveConfig_t2063269181; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3988524122; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2919602138; // DMCore.Logic.ActionUnit struct ActionUnit_t684030816; // DMCore.Logic.ActionEffect struct ActionEffect_t4203267823; // System.Collections.Generic.List`1 struct List_1_t2869341516; // DMCore.Logic.ActionList struct ActionList_t4030888807; // DMCore.Logic.CInteractiveManager struct CInteractiveManager_t1765251898; // DMCore.Logic.CMenuManager struct CMenuManager_t3869721565; // DMCore.Logic.CMutualAnimManager struct CMutualAnimManager_t3619480921; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMCore.Logic.CSingleAnimManager struct CSingleAnimManager_t1334401826; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // MemberManager struct MemberManager_t2979457932; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Predicate`1 struct Predicate_1_t666014300; // HandBookCfg/SuitInfo[] struct SuitInfoU5BU5D_t3525509137; // DMCore.Logic.CItemManager/CItemGroup[] struct CItemGroupU5BU5D_t344250011; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2488037245; // System.String[][] struct StringU5BU5DU5BU5D_t2611993717; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4284552512; // System.Action`1 struct Action_1_t3123413348; // DMCore.Logic.CardHandBookItemData[] struct CardHandBookItemDataU5BU5D_t2750362040; // DMCore.Logic.CItemData[] struct CItemDataU5BU5D_t2647285135; // DMCore.Logic.RewardCount[] struct RewardCountU5BU5D_t4134187798; // DMCore.Logic.AbilityLevelCount[] struct AbilityLevelCountU5BU5D_t3035042696; // BetterList`1 struct BetterList_1_t1591806957; // HandBookStoryStepInfo[] struct HandBookStoryStepInfoU5BU5D_t744394025; // System.Collections.Generic.List`1 struct List_1_t3662906633; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2910090473; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1790591762; // BetterList`1 struct BetterList_1_t2105966071; // System.Predicate`1 struct Predicate_1_t2672744813; // BetterList`1 struct BetterList_1_t2996838064; // DMCore.Logic.ChooseCardManager/ChooseGroup[] struct ChooseGroupU5BU5D_t1097100628; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t701439472; // DMCore.Logic.CShopConfig/StaticConfigUnit[] struct StaticConfigUnitU5BU5D_t2610666892; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2215005736; // DMCore.Logic.TeamMember[] struct TeamMemberU5BU5D_t1335568425; // DMCore.Logic.WaitTeamData[] struct WaitTeamDataU5BU5D_t4085145140; // DMCore.Logic.ChallengeBossData[] struct ChallengeBossDataU5BU5D_t413673595; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t1650979114; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t1255317958; // DMCore.Logic.ChallengeBossTextManager/ChallengeBossText[] struct ChallengeBossTextU5BU5D_t3756134274; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3360473118; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CBetterSet`1> struct CBetterSet_1_t2134195988; // DMCore.Logic.CGuild[] struct CGuildU5BU5D_t2313449338; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t1935659770; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t1539998614; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t777561387; // DMCore.Logic.IdolTaskGroup[] struct IdolTaskGroupU5BU5D_t619164514; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t223503358; // DMCore.Logic.CIdolInfo[] struct CIdolInfoU5BU5D_t1987890390; // DMCore.Logic.enumIdolShowPage[] struct enumIdolShowPageU5BU5D_t87518277; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t888507464; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1586222014; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t621782431; // DMCore.Logic.LevelupStarInfo/StarTak[] struct StarTakU5BU5D_t3735320407; // DMCore.Logic.PinjieInfo[] struct PinjieInfoU5BU5D_t2440149475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2044488319; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2703135329; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1152596166; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t574278093; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2905534048; // System.Collections.Generic.List`1 struct List_1_t2156105558; // System.Single[] struct SingleU5BU5D_t1444911251; // DMCore.Logic.CInputStatistics/COperationData[] struct COperationDataU5BU5D_t1934024519; // DMCore.Logic.ActionEffect[] struct ActionEffectU5BU5D_t1246456950; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t96868666; // DMCore.Logic.ActionList[] struct ActionListU5BU5D_t1636613918; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1240952762; // DMCore.Logic.IdolAwardListItem[] struct IdolAwardListItemU5BU5D_t2558739205; // DMCore.Logic.AddIdolData[] struct AddIdolDataU5BU5D_t4096518534; // DMCore.Logic.IdolData[] struct IdolDataU5BU5D_t2030045591; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1634384435; // DMCore.Logic.CurAbilityLevelCount[] struct CurAbilityLevelCountU5BU5D_t3627495942; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t1732384627; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1548932026; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2503185254; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3580830742; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t3185169586; // DMCore.Logic.IdolLevelCount[] struct IdolLevelCountU5BU5D_t2831767553; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t193682082; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // DMCore.Logic.CardGroup[] struct CardGroupU5BU5D_t343161631; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4242467771; // DMCore.Logic.CardUnit[] struct CardUnitU5BU5D_t2745140118; // CBetterSet`1> struct CBetterSet_1_t1416977057; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // DMCore.Framework.XML.DMXmlNode[] struct DMXmlNodeU5BU5D_t4275982093; // System.Collections.Generic.List`1 struct List_1_t1271005742; // DMCore.Logic.PlayerInfoBase[] struct PlayerInfoBaseU5BU5D_t3758388146; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // DMCore.Logic.CGiftPackage[] struct CGiftPackageU5BU5D_t2428865867; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1279277583; // System.Collections.Generic.List`1 struct List_1_t2690565106; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Byte[] struct ByteU5BU5D_t4116647657; // DMCore.Logic.CGiftManager/AnimationCfg[] struct AnimationCfgU5BU5D_t1828907445; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1433246289; // DMCore.Framework.XML.DMXmlSerial struct DMXmlSerial_t1029243897; // BetterList`1 struct BetterList_1_t2935806958; // DMCore.Logic.CGuideSubStep[] struct CGuideSubStepU5BU5D_t4012690924; // DMCore.Logic.CFunctionSwitchConfig/FS_ENUM[] struct FS_ENUMU5BU5D_t3696953164; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t511432195; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1496530468; // System.Collections.ArrayList struct ArrayList_t2718874744; // DMCore.Logic.CGuildRole[] struct CGuildRoleU5BU5D_t2534459289; // DMCore.Logic.CGuildLog[] struct CGuildLogU5BU5D_t1394881298; // DMCore.Logic.CWishFountainMgr/OnShopListChanged struct OnShopListChanged_t2776790831; // DMCore.Logic.TreviType struct TreviType_t2222439988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1764937221; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2807764417; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t840632218; // System.Collections.Generic.List`1 struct List_1_t3694514730; // DMCore.Logic.CJoinInRequest[] struct CJoinInRequestU5BU5D_t1302039248; // 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_t1193402776; // System.Collections.Generic.List`1 struct List_1_t2330697225; // System.Collections.Generic.List`1 struct List_1_t589903178; // System.Collections.Generic.List`1 struct List_1_t1151801416; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Void struct Void_t1185182177; // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1550011832; // System.Collections.Generic.List`1 struct List_1_t1324473466; // System.Predicate`1 struct Predicate_1_t677692848; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2057254576; // DMCore.Logic.OnItemClickBefore struct OnItemClickBefore_t888674743; // DMCore.Logic.OnItemClickEnd struct OnItemClickEnd_t3682481633; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t976235305; // DMCore.Logic.CRoomMananger/RoomDetail struct RoomDetail_t2805919052; // System.Collections.Generic.List`1 struct List_1_t3609756528; // 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; // System.Collections.Generic.List`1 struct List_1_t1208796635; // System.Collections.Generic.List`1 struct List_1_t296433643; // System.Predicate`1 struct Predicate_1_t562016017; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3385622220; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3999618383; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // 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; // IEventBase struct IEventBase_t1130231758; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Texture struct Texture_t3661962703; // UIPanel struct UIPanel_t1716472341; // UIGeometry struct UIGeometry_t1059483952; // DMListView struct DMListView_t512231514; // uiGuildChallengeTeamDetail struct uiGuildChallengeTeamDetail_t3647781719; // UIFont struct UIFont_t2766063701; // UnityEngine.Shader struct Shader_t4151988712; extern RuntimeClass* Dictionary_2_t2297708088_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4006382506_RuntimeMethod_var; extern const uint32_t CFunctionSwitchConfig__ctor_m3872017937_MetadataUsageId; extern RuntimeClass* CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var; extern const uint32_t CFunctionSwitchConfig_GetInstance_m3858206373_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2307408294_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1345434750_RuntimeMethod_var; extern const uint32_t CFunctionSwitchConfig_IsOpen_m1875464689_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m2278468153_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3965086996_RuntimeMethod_var; extern const uint32_t CFunctionSwitchConfig_Update_m3766424633_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m4262074364_RuntimeMethod_var; extern const uint32_t CFunctionSwitchConfig_ReceiveFCMData_m1754098120_MetadataUsageId; extern const uint32_t CFunctionSwitchConfig__cctor_m3154158760_MetadataUsageId; extern RuntimeClass* Dictionary_2_t783330921_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1833411430_RuntimeMethod_var; extern String_t* _stringLiteral2522918654; extern const uint32_t CGiftCfg__ctor_m2670167001_MetadataUsageId; extern RuntimeClass* CGiftCfg_t3030574353_il2cpp_TypeInfo_var; extern const uint32_t CGiftCfg_GetInstance_m783474738_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3106820720_RuntimeMethod_var; extern const uint32_t CGiftCfg_GetGiftArray_m4121258218_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m934364172_RuntimeMethod_var; extern const uint32_t CGiftCfg_Clear_m3302243808_MetadataUsageId; extern RuntimeClass* CIniFile_t2879301433_il2cpp_TypeInfo_var; extern RuntimeClass* CGiftPackage_t998074622_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern RuntimeClass* CAwardItem_t1677460915_il2cpp_TypeInfo_var; extern RuntimeClass* CAwardItemU5BU5D_t688006690_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m4110999063_RuntimeMethod_var; extern String_t* _stringLiteral1949155672; extern const uint32_t CGiftCfg_OnLoad_m3160771798_MetadataUsageId; extern RuntimeClass* CGiftListWnd_t2390808505_il2cpp_TypeInfo_var; extern const uint32_t CGiftListWnd_GetInstance_m1110746982_MetadataUsageId; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern const uint32_t CGiftListWnd_OpenGiftListWnd_m3831133717_MetadataUsageId; extern const uint32_t CGiftListWnd_CloseGiftListWnd_m3140331092_MetadataUsageId; extern const uint32_t CGiftListWnd_ClearData_m1140100319_MetadataUsageId; extern RuntimeClass* Dictionary_2_t4239275471_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedList_1_t1296649317_il2cpp_TypeInfo_var; extern RuntimeClass* CLocalizationManager_t2604768345_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1037843392_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1__ctor_m2395578626_RuntimeMethod_var; extern String_t* _stringLiteral1440730623; extern const uint32_t CGiftManager__ctor_m1593056771_MetadataUsageId; extern RuntimeClass* CGiftManager_t2180653355_il2cpp_TypeInfo_var; extern const uint32_t CGiftManager_GetGiftPrice_m1565831149_MetadataUsageId; extern const uint32_t CGiftManager_GetGiftTextName_m34689474_MetadataUsageId; extern String_t* _stringLiteral746097532; extern String_t* _stringLiteral1123965791; extern String_t* _stringLiteral2403938067; extern String_t* _stringLiteral3427937691; extern const uint32_t CGiftManager_GetGiftPropName_m1545545333_MetadataUsageId; extern const uint32_t CGiftManager_GetInstance_m2502612045_MetadataUsageId; extern const uint32_t CGiftManager_SetSendCount_m311773210_MetadataUsageId; extern const uint32_t CGiftManager_GetSendCount_m2343314524_MetadataUsageId; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern RuntimeClass* CGiftResultInfo_t2457003308_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1_AddLast_m3472666116_RuntimeMethod_var; extern String_t* _stringLiteral2201619224; extern const uint32_t CGiftManager_GiftResultAdd_m3655150750_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral453723495; extern String_t* _stringLiteral1587953044; extern const uint32_t CGiftManager_GetShowLabelByInfo_m3701260670_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Keys_m2562834138_RuntimeMethod_var; extern const RuntimeMethod* KeyCollection_GetEnumerator_m1747113391_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2267642310_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1691653814_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m4061992913_RuntimeMethod_var; extern const uint32_t CGiftManager_GetDictionaryMinNum_m2475827392_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t CGiftManager_RequestBianSheng_m3541844486_MetadataUsageId; extern const uint32_t CGiftManager_GetEffectPath_m4042115425_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m3146587066_RuntimeMethod_var; extern const uint32_t CGiftManager_CheckAnimateUse_m4046071164_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* AnimationCfg_t1055594844_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m3596772443_RuntimeMethod_var; extern String_t* _stringLiteral1401511799; extern String_t* _stringLiteral2328036797; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral1344412795; extern String_t* _stringLiteral63249573; extern String_t* _stringLiteral1030471449; extern String_t* _stringLiteral2838793849; extern String_t* _stringLiteral2687084514; extern String_t* _stringLiteral1361068126; extern String_t* _stringLiteral1735593254; extern const uint32_t CGiftManager_InitDictionary_m785159083_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1_get_Count_m1983141893_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m526624622_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m3779943993_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m3999546954_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiGiftCheck_t3095588053_m3860271825_RuntimeMethod_var; extern String_t* _stringLiteral2570825119; extern String_t* _stringLiteral3500937908; extern String_t* _stringLiteral2288984888; extern const uint32_t CGiftManager_OnTryExecuteHead_m2411594810_MetadataUsageId; extern const uint32_t CGiftManager__cctor_m1397213323_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t OnPlayEffect_BeginInvoke_m3222737620_MetadataUsageId; extern RuntimeClass* CAwardList_t4094041907_il2cpp_TypeInfo_var; extern const uint32_t CGiftPackage__ctor_m631650788_MetadataUsageId; extern const RuntimeMethod* List_1_ToArray_m1835592879_RuntimeMethod_var; extern const uint32_t CGiftPackage_Add_m2361257957_MetadataUsageId; extern String_t* _stringLiteral405383900; extern const uint32_t CGoldWatcher_OnUpdate_m3815778441_MetadataUsageId; extern RuntimeClass* CGrowupManager_t3194282175_il2cpp_TypeInfo_var; extern const uint32_t CGrowupManager_GetInstance_m1717422318_MetadataUsageId; extern RuntimeClass* CLeveluprewardConfig_t716371407_il2cpp_TypeInfo_var; extern const uint32_t CGrowupManager_RequestLevelupAward_m2431924560_MetadataUsageId; extern const uint32_t CGrowupManager_RequestGetReward_m2422217850_MetadataUsageId; extern String_t* _stringLiteral1232841122; extern const uint32_t CGrowupManager_CheckGetReward_m818021907_MetadataUsageId; extern RuntimeClass* List_1_t4061876057_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m767832565_RuntimeMethod_var; extern const uint32_t CGuessManager__ctor_m2946226518_MetadataUsageId; extern RuntimeClass* CGuessManager_t3528162309_il2cpp_TypeInfo_var; extern const uint32_t CGuessManager_get_Instance_m1450529390_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2462982126_RuntimeMethod_var; extern const uint32_t CGuessManager_GetRefreshCount_m3994503614_MetadataUsageId; extern const uint32_t CGuessManager_GetPlayerIndexById_m2003983671_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3565508153_RuntimeMethod_var; extern const uint32_t CGuessManager_GetPlayerInfoByIndex_m140888486_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m594186069_RuntimeMethod_var; extern const uint32_t CGuessManager_AddPlayerInfo_m4127985608_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1063888563_RuntimeMethod_var; extern const uint32_t CGuessManager_ReFreshPlayerList_m4061217483_MetadataUsageId; extern RuntimeClass* BetterList_1_t487729231_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m1020815991_RuntimeMethod_var; extern const uint32_t CGuideMainStep__ctor_m1519597845_MetadataUsageId; extern RuntimeClass* CGuideMainStep_t63991967_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m3745418477_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m2433098163_RuntimeMethod_var; extern String_t* _stringLiteral3723386160; extern String_t* _stringLiteral629818359; extern String_t* _stringLiteral549995932; extern String_t* _stringLiteral1614125210; extern const uint32_t CGuideMainStep_ParseXml_m855331358_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m29518287_RuntimeMethod_var; extern const uint32_t CGuideMainStep_GetSubStep_m3111599273_MetadataUsageId; extern RuntimeClass* CGuideSubStep_t1332708913_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2973158303; extern String_t* _stringLiteral3876539452; extern String_t* _stringLiteral257866301; extern String_t* _stringLiteral833344887; extern String_t* _stringLiteral235771048; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral3101516020; extern String_t* _stringLiteral934327407; extern String_t* _stringLiteral937604207; extern String_t* _stringLiteral2688719849; extern String_t* _stringLiteral3450578954; extern String_t* _stringLiteral3111126274; extern const uint32_t CGuideSubStep_ParseXml_m1139477906_MetadataUsageId; extern RuntimeClass* CGuideVer2_t720663952_il2cpp_TypeInfo_var; extern const uint32_t CGuideVer2_GetInstance_m1033711270_MetadataUsageId; extern String_t* _stringLiteral1043947349; extern const uint32_t CGuideVer2_ShowGuideStep_m3723940604_MetadataUsageId; extern RuntimeClass* List_1_t3006210622_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3180379001_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3027426323_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m24365542_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2859065956_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2766502101_RuntimeMethod_var; extern const uint32_t CGuild__ctor_m2018794379_MetadataUsageId; extern RuntimeClass* CGuildRole_t1534135880_il2cpp_TypeInfo_var; extern RuntimeClass* CGuild_t675931451_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t1309067059_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m1957973120_RuntimeMethod_var; extern const RuntimeMethod* CGuild__Sortfunctor_m461946573_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m1693112027_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m2675056174_RuntimeMethod_var; extern const uint32_t CGuild_AddMember_m2975870500_MetadataUsageId; extern RuntimeClass* CGuildLog_t1708304259_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m343976942_RuntimeMethod_var; extern const uint32_t CGuild_AddLog_m3530978884_MetadataUsageId; extern RuntimeClass* CJoinInRequest_t1555351581_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m4272234821_RuntimeMethod_var; extern const uint32_t CGuild_AddJoinInRequest_m248633592_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m1217869134_RuntimeMethod_var; extern const uint32_t CGuild_DelMember_m3838864605_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m1255987614_RuntimeMethod_var; extern const uint32_t CGuild_DelJoinInRequest_m654498283_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3691272033_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveRange_m3772985801_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2879800023_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveRange_m1753319823_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1362823469_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveRange_m1047035522_RuntimeMethod_var; extern const uint32_t CGuild_ClearAll_m106851382_MetadataUsageId; extern const uint32_t CGuild_ClearMember_m2429507377_MetadataUsageId; extern const uint32_t CGuild_ClearLog_m2835110492_MetadataUsageId; extern const uint32_t CGuild_ClearJoinInRequest_m155119179_MetadataUsageId; extern const uint32_t CGuild_GetMemberCount_m3544402966_MetadataUsageId; extern const uint32_t CGuild_GetLogCount_m1485788222_MetadataUsageId; extern const uint32_t CGuild_GetJoinInRequestCount_m3303866850_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m11289350_RuntimeMethod_var; extern const uint32_t CGuild_GetSubordinateCount_m3512534169_MetadataUsageId; extern RuntimeClass* U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2359430004_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetGuildMemberU3Ec__AnonStorey0_U3CU3Em__0_m1046686065_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2825410104_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m3529600614_RuntimeMethod_var; extern const uint32_t CGuild_GetGuildMember_m3670609675_MetadataUsageId; extern RuntimeClass* U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2380645705_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetJoinInRequestU3Ec__AnonStorey1_U3CU3Em__0_m3065068365_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m4088794277_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m31207067_RuntimeMethod_var; extern const uint32_t CGuild_GetJoinInRequest_m2850391085_MetadataUsageId; extern const RuntimeMethod* CGuild_U3CGetGuildMasterU3Em__0_m472366344_RuntimeMethod_var; extern const uint32_t CGuild_GetGuildMaster_m66682377_MetadataUsageId; extern const uint32_t CGuild_GetGuildMemberByIndex_m3725055963_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3148280022_RuntimeMethod_var; extern const uint32_t CGuild_GetGuildLogByIndex_m1231397510_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2961924913_RuntimeMethod_var; extern const uint32_t CGuild_GetJoinInRequestByIndex_m1913219919_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m2877785313_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m57655343_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3278061002_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2703816673_RuntimeMethod_var; extern const uint32_t CGuild_GetMemberIDByName_m3376757644_MetadataUsageId; extern RuntimeClass* SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var; extern const RuntimeMethod* SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_RuntimeMethod_var; extern const uint32_t CGuild__Sortfunctor_m461946573_MetadataUsageId; extern RuntimeClass* List_1_t1260420484_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3834079867_RuntimeMethod_var; extern const uint32_t CGuildChallengeManager__ctor_m3434606405_MetadataUsageId; extern RuntimeClass* CGuildChallengeManager_t610245203_il2cpp_TypeInfo_var; extern const uint32_t CGuildChallengeManager_GetInstance_m919782628_MetadataUsageId; extern RuntimeClass* CGuildManager_t3445311192_il2cpp_TypeInfo_var; extern const uint32_t CGuildChallengeManager_RequesetBossList_m3734331194_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m255392693_RuntimeMethod_var; extern const uint32_t CGuildChallengeManager_AddChallengeBossData_m537434081_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2787895009_RuntimeMethod_var; extern const uint32_t CGuildChallengeManager_GetChallengeBossData_m455550628_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3981052966_RuntimeMethod_var; extern const uint32_t CGuildChallengeManager_GetUnLockBossCount_m1446819882_MetadataUsageId; extern RuntimeClass* ChallengeBossData_t4083313038_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m3000783890_RuntimeMethod_var; extern String_t* _stringLiteral2402960981; extern String_t* _stringLiteral433080855; extern String_t* _stringLiteral2099291514; extern String_t* _stringLiteral3817733477; extern String_t* _stringLiteral1830448827; extern const uint32_t CGuildChallengeManager_Test_m3578677985_MetadataUsageId; extern const uint32_t CGuildChallengeModel__ctor_m3569932954_MetadataUsageId; extern RuntimeClass* CGuildChallengeModel_t1632606626_il2cpp_TypeInfo_var; extern const uint32_t CGuildChallengeModel_GetInstance_m2390655172_MetadataUsageId; extern const uint32_t CGuildChallengeModel_AddChallengeBossData_m2141036467_MetadataUsageId; extern RuntimeClass* U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t613639866_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_U3CU3Em__0_m3059630129_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m390384085_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m269216017_RuntimeMethod_var; extern const uint32_t CGuildChallengeModel_GetChallengeBossDataByBossId_m2829842488_MetadataUsageId; extern const uint32_t CGuildChallengeModel_GetChallengeBossDataByIndex_m2266596303_MetadataUsageId; extern const uint32_t CGuildChallengeModel_GetUnLockBossCount_m127613268_MetadataUsageId; extern const uint32_t CGuildChallengeModel_ResponseChallengeBoss_m833612305_MetadataUsageId; extern RuntimeClass* TeamMember_t3910888696_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3378899327_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m628827891_RuntimeMethod_var; extern String_t* _stringLiteral2018185146; extern const uint32_t CGuildChallengeTeamManager__ctor_m2910954015_MetadataUsageId; extern RuntimeClass* CGuildChallengeTeamManager_t4025118022_il2cpp_TypeInfo_var; extern const uint32_t CGuildChallengeTeamManager_GetInstance_m2991393696_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2787252201_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_AddWaitTeamDataList_m127503532_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m638925339_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_ClreaWaitTeamDataList_m4242170032_MetadataUsageId; extern RuntimeClass* CRoomMananger_t1058696229_il2cpp_TypeInfo_var; extern const uint32_t CGuildChallengeTeamManager_RequestCreateTeam_m2883516222_MetadataUsageId; extern const uint32_t CGuildChallengeTeamManager_RequestTeamDetail_m1935690750_MetadataUsageId; extern const uint32_t CGuildChallengeTeamManager_RequestJoinTeam_m763023706_MetadataUsageId; extern const uint32_t CGuildChallengeTeamManager_RequestExitTeam_m1783528109_MetadataUsageId; extern const uint32_t CGuildChallengeTeamManager_RequestDismissTeam_m1304142928_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2065630506_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_JoinWaitTeam_m1479538514_MetadataUsageId; extern RuntimeClass* U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2732118709_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CJoinWaitTeamU3Ec__AnonStorey0_U3CU3Em__0_m3478588079_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3360089858_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m362894720_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_JoinWaitTeam_m2712687682_MetadataUsageId; extern RuntimeClass* U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CJoinWaitTeamU3Ec__AnonStorey1_U3CU3Em__0_m1497597183_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_JoinWaitTeam_m3013679822_MetadataUsageId; extern RuntimeClass* U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CLeaveWaitTeamU3Ec__AnonStorey2_U3CU3Em__0_m417857893_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m784173222_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_LeaveWaitTeam_m3997439812_MetadataUsageId; extern RuntimeClass* U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t441215524_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CRemoveWaitTeamU3Ec__AnonStorey3_U3CU3Em__0_m2660057620_RuntimeMethod_var; extern const RuntimeMethod* U3CRemoveWaitTeamU3Ec__AnonStorey3_U3CU3Em__1_m522316888_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m4225115155_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m1236244011_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_RemoveWaitTeam_m3049108197_MetadataUsageId; extern String_t* _stringLiteral62725243; extern const uint32_t CGuildChallengeTeamManager_CreateTeam_m4232194380_MetadataUsageId; extern RuntimeClass* U3CDeleteTeamU3Ec__AnonStorey4_t4104256040_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CDeleteTeamU3Ec__AnonStorey4_U3CU3Em__0_m1977445775_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m1702320707_RuntimeMethod_var; extern const uint32_t CGuildChallengeTeamManager_DeleteTeam_m701306790_MetadataUsageId; extern RuntimeClass* WaitTeamData_t1906824585_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3299274182; extern String_t* _stringLiteral3134067980; extern String_t* _stringLiteral1733190241; extern String_t* _stringLiteral3851949138; extern String_t* _stringLiteral3209251224; extern String_t* _stringLiteral167106300; extern String_t* _stringLiteral1556700237; extern String_t* _stringLiteral633866524; extern String_t* _stringLiteral1326396148; extern const uint32_t CGuildChallengeTeamManager_Test_m3118155415_MetadataUsageId; extern const uint32_t CGuildData__ctor_m2735126153_MetadataUsageId; extern RuntimeClass* ITaskBase_1_t2595950535_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2148006193_il2cpp_TypeInfo_var; extern const RuntimeMethod* ITaskBase_1__ctor_m3501485401_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1420689025_RuntimeMethod_var; extern const uint32_t CGuildManager__ctor_m4027352961_MetadataUsageId; extern const uint32_t CGuildManager_GetInstance_m2368575480_MetadataUsageId; extern const uint32_t CGuildManager_RequestCreateGuild_m1695645213_MetadataUsageId; extern const uint32_t CGuildManager_RequestGuildListData_m587338837_MetadataUsageId; extern const uint32_t CGuildManager_InviteJoinInGuild_m618456257_MetadataUsageId; extern const RuntimeMethod* ITaskBase_1_RemoveTask_m2603698764_RuntimeMethod_var; extern const uint32_t CGuildManager_AckInviteJoinInGuild_m2942963395_MetadataUsageId; extern const uint32_t CGuildManager_RequestJoinInGuild_m820160075_MetadataUsageId; extern const uint32_t CGuildManager_RequestJoinInGuild_m1516327612_MetadataUsageId; extern const uint32_t CGuildManager_DistributeGuildRight_m3098457838_MetadataUsageId; extern const uint32_t CGuildManager_ExpelGuildMember_m2428951803_MetadataUsageId; extern const uint32_t CGuildManager_TransferGuildOwner_m2279996084_MetadataUsageId; extern const uint32_t CGuildManager_DissolveSelfGuild_m1340939964_MetadataUsageId; extern const uint32_t CGuildManager_QuitSelfGuild_m2579817275_MetadataUsageId; extern const uint32_t CGuildManager_GuildNoticeManage_m1429536200_MetadataUsageId; extern const uint32_t CGuildManager_SearchTargetGuild_m775672919_MetadataUsageId; extern const uint32_t CGuildManager_RequestGuildBaseInfo_m1285962954_MetadataUsageId; extern const uint32_t CGuildManager_RequestGuildBaseInfo_m1643660639_MetadataUsageId; extern const uint32_t CGuildManager_RequestGuildMemberInfo_m1033998411_MetadataUsageId; extern const uint32_t CGuildManager_RequestGuildNoticeInfo_m485974182_MetadataUsageId; extern const uint32_t CGuildManager_RequestGuildLogInfo_m2490298965_MetadataUsageId; extern const uint32_t CGuildManager_GuildSignatureManage_m1783927430_MetadataUsageId; extern const uint32_t CGuildManager_OpenRequestJoinInList_m2664938059_MetadataUsageId; extern const uint32_t CGuildManager_ProcessJoinInRequest_m2233421839_MetadataUsageId; extern const uint32_t CGuildManager_SendSignInRequest_m3775023859_MetadataUsageId; extern const uint32_t CGuildManager_GetCreateGuildCondtion_m173667118_MetadataUsageId; extern RuntimeClass* Comparison_1_t450862630_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m2546870982_RuntimeMethod_var; extern const RuntimeMethod* CGuildManager__SortFunctor_m4091585514_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m2389944992_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m2328922505_RuntimeMethod_var; extern const uint32_t CGuildManager_SortGuildList_m2710109585_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m3856566751_RuntimeMethod_var; extern const uint32_t CGuildManager_AddGuild_m1870079756_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m3889946525_RuntimeMethod_var; extern const uint32_t CGuildManager_DelGuild_m3316814488_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2232263009_RuntimeMethod_var; extern const uint32_t CGuildManager_ClearAll_m852546515_MetadataUsageId; extern const uint32_t CGuildManager_UpdateGuild_m3826775573_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2331116290; extern String_t* _stringLiteral663393353; extern String_t* _stringLiteral2020569911; extern String_t* _stringLiteral2117636933; extern String_t* _stringLiteral1690046693; extern String_t* _stringLiteral1843527928; extern const uint32_t CGuildManager_UpdateGuildMemberInfo_m1521144290_MetadataUsageId; extern const uint32_t CGuildManager_GetGuildCount_m718567708_MetadataUsageId; extern RuntimeClass* U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1501225575_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetGuildByIDU3Ec__AnonStorey0_U3CU3Em__0_m2424239913_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m991922597_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m4199324718_RuntimeMethod_var; extern const uint32_t CGuildManager_GetGuildByID_m1722464464_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1202686245_RuntimeMethod_var; extern const uint32_t CGuildManager_GetGuildByIndex_m1692842336_MetadataUsageId; extern const uint32_t CGuildManager_GetGuildByUserID_m522358187_MetadataUsageId; extern String_t* _stringLiteral1028994322; extern const uint32_t CGuildManager_IsGuildMananger_m1992111309_MetadataUsageId; extern const uint32_t CGuildManager_GetGuildName_m3998768775_MetadataUsageId; extern const uint32_t CGuildManager_IsAlreayInGuild_m3845470998_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const uint32_t CGuildManager_GetStateSelfGuild_m2287558925_MetadataUsageId; extern const uint32_t CGuildManager_GetSelfDuty_m9005809_MetadataUsageId; extern const uint32_t CGuildManager_GetSelfGuild_m659507340_MetadataUsageId; extern String_t* _stringLiteral480887489; extern String_t* _stringLiteral1564901644; extern String_t* _stringLiteral202014978; extern String_t* _stringLiteral3439362312; extern String_t* _stringLiteral1877377282; extern String_t* _stringLiteral1101223483; extern const uint32_t CGuildManager_GetDistrictName_m2482629019_MetadataUsageId; extern String_t* _stringLiteral334810698; extern String_t* _stringLiteral1678294768; extern String_t* _stringLiteral93278326; extern const uint32_t CGuildManager_GetDutyName_m3905463806_MetadataUsageId; extern String_t* _stringLiteral1238916835; extern const uint32_t CGuildManager_IsInEditState_m2989299103_MetadataUsageId; extern RuntimeClass* CCreateCondition_t197933841_il2cpp_TypeInfo_var; extern const uint32_t CGuildManager_SetCreateCondtion_m3987523295_MetadataUsageId; extern const uint32_t CGuildManager_RequestNextPageGuildMemberInfo_m3675186480_MetadataUsageId; extern RuntimeClass* CGuildData_t2153593818_il2cpp_TypeInfo_var; extern const uint32_t CGuildManager_ProcessGuildBaseInfoMessage_m174074935_MetadataUsageId; extern const uint32_t CGuildManager_ProcessResearchResultMessage_m1573180898_MetadataUsageId; extern const uint32_t CGuildManager_get_GetCreateCondtion_m273328290_MetadataUsageId; extern RuntimeClass* CChangeNameManager_t2068867582_il2cpp_TypeInfo_var; extern RuntimeClass* OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var; extern const RuntimeMethod* CGuildManager_RequestChangeName_m3546626146_RuntimeMethod_var; extern const RuntimeMethod* CGuildManager_ResponseChangeName_m1127988333_RuntimeMethod_var; extern String_t* _stringLiteral3187002749; extern String_t* _stringLiteral984865622; extern String_t* _stringLiteral3073857316; extern const uint32_t CGuildManager_get_ChangeNameInitializer_m1511680286_MetadataUsageId; extern const uint32_t CGuildManager_RequestChangeName_m3546626146_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1084336513; extern String_t* _stringLiteral327568019; extern String_t* _stringLiteral2185225845; extern String_t* _stringLiteral1974385202; extern String_t* _stringLiteral1573895775; extern const uint32_t CGuildManager_ResponseChangeName_m1127988333_MetadataUsageId; extern const uint32_t CGuildManager__cctor_m3041511264_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1325149254_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4052854386_RuntimeMethod_var; extern String_t* _stringLiteral715335138; extern const uint32_t ChallengeBossTextManager__ctor_m2049984362_MetadataUsageId; extern RuntimeClass* ChallengeBossTextManager_t1223296511_il2cpp_TypeInfo_var; extern const uint32_t ChallengeBossTextManager_GetInstance_m518656186_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1079260137_RuntimeMethod_var; extern const uint32_t ChallengeBossTextManager_Clear_m2872354691_MetadataUsageId; extern RuntimeClass* ChallengeBossText_t2436435923_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m3678163962_RuntimeMethod_var; extern String_t* _stringLiteral641485505; extern String_t* _stringLiteral868080248; extern String_t* _stringLiteral2754109492; extern const uint32_t ChallengeBossTextManager_OnLoad_m3605769171_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3875549006_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1946221745_RuntimeMethod_var; extern const uint32_t ChallengeBossTextManager_GetChallengeBossText_m1579780430_MetadataUsageId; extern RuntimeClass* Dictionary_2_t980893118_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1165792132_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4076687632_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2318543627_RuntimeMethod_var; extern String_t* _stringLiteral1143717412; extern const uint32_t CHandbookAllClothesCfg__ctor_m3987308045_MetadataUsageId; extern RuntimeClass* CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var; extern const uint32_t CHandbookAllClothesCfg_GetInstance_m3834828096_MetadataUsageId; extern RuntimeClass* StaticConfigUnit_t2277078801_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m1119521940_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m322178150_RuntimeMethod_var; extern String_t* _stringLiteral1232840130; extern String_t* _stringLiteral3883939826; extern String_t* _stringLiteral920572944; extern String_t* _stringLiteral3923320070; extern String_t* _stringLiteral1610285846; extern const uint32_t CHandbookAllClothesCfg_OnLoad_m2528528609_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2002369474_RuntimeMethod_var; extern const uint32_t CHandbookAllClothesCfg_GetName_m940664020_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m3455910910_RuntimeMethod_var; extern const uint32_t CHandbookAllClothesCfg_GetItemList_m1331541043_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1944763462_RuntimeMethod_var; extern const uint32_t CHandbookAllClothesCfg_Clear_m526778250_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1839659084_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m636942458_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const uint32_t CHandBookManager__ctor_m1898255241_MetadataUsageId; extern RuntimeClass* CHandBookManager_t2716637598_il2cpp_TypeInfo_var; extern const uint32_t CHandBookManager_GetInstance_m3268041598_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 CHandBookManager_GetThemeItem_m1630858802_MetadataUsageId; extern RuntimeClass* CBookReservationConfig_t3541798465_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_get_Count_m2284764176_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1682688660_RuntimeMethod_var; extern const uint32_t CHandBookManager_GetCollectionItemInfo_m907579807_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m1383712741_RuntimeMethod_var; extern const uint32_t CHandBookManager_EnterSecondPage_m384800277_MetadataUsageId; extern RuntimeClass* List_1_t2753864082_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m909264078_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1702443365_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3968569714_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3286979944_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1535364901_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m824177858_RuntimeMethod_var; extern const uint32_t CHandBookManager_OnFreshClothes_m2985295715_MetadataUsageId; extern const uint32_t CHandBookManager_OnFreshCollection_m1918129874_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2269680114_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const uint32_t CHandBookManager_OnFreshTheme_m2781473132_MetadataUsageId; extern const uint32_t CHandBookManager_OnRequestClothes_m142156543_MetadataUsageId; extern const uint32_t CHandBookManager_OnRequestTheme_m3496961434_MetadataUsageId; extern const uint32_t CHandBookManager_OnRequestCollection_m1417781756_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2225324046_RuntimeMethod_var; extern const uint32_t CHandBookManager_RequestSuitNum_m1057860189_MetadataUsageId; extern String_t* _stringLiteral3552475490; extern String_t* _stringLiteral4001789855; extern String_t* _stringLiteral811193546; extern String_t* _stringLiteral423667703; extern const uint32_t CHandBookManager_GetQualityIconName_m608218199_MetadataUsageId; extern RuntimeClass* Comparison_1_t395036224_il2cpp_TypeInfo_var; extern const RuntimeMethod* CHandBookManager_U3CSortItemListU3Em__0_m2783930258_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m468110669_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m4028127937_RuntimeMethod_var; extern const uint32_t CHandBookManager_SortItemList_m3201155448_MetadataUsageId; extern RuntimeClass* U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354_il2cpp_TypeInfo_var; extern RuntimeClass* CItemManager_t2289463753_il2cpp_TypeInfo_var; extern RuntimeClass* U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1445399169_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CDefaultSortItemListU3Ec__AnonStorey1_U3CU3Em__0_m3169314176_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1022812831_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2118081878_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1482728073_RuntimeMethod_var; extern const RuntimeMethod* CHandBookManager_U3CDefaultSortItemListU3Em__1_m2503795449_RuntimeMethod_var; extern const uint32_t CHandBookManager_DefaultSortItemList_m1250733269_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1344792209_RuntimeMethod_var; extern const uint32_t CHandBookManager_GetClothesItemData_m705080310_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2655097838_RuntimeMethod_var; extern const uint32_t U3CDefaultSortItemListU3Ec__AnonStorey1_U3CU3Em__0_m3169314176_MetadataUsageId; extern RuntimeClass* CHandBookStoryCtr_t880003063_il2cpp_TypeInfo_var; extern const uint32_t CHandBookStoryCtr_GetInstance_m3001988442_MetadataUsageId; extern const uint32_t CHandBookStoryCtr_Dispose_m2909213452_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3062442636_RuntimeMethod_var; extern const uint32_t CHandBookStoryCtr_LoadAllResouse_m2305829670_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m2651790714_RuntimeMethod_var; extern String_t* _stringLiteral3203951947; extern const uint32_t CHandBookStoryCtr_FinishStory_m3188316361_MetadataUsageId; extern RuntimeClass* Action_2_t949473781_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2252102375; extern String_t* _stringLiteral3084521097; extern const uint32_t CHandBookStoryCtr_StartStory_m2380245360_MetadataUsageId; extern String_t* _stringLiteral1018182344; extern const uint32_t CHandBookStoryCtr_ToStep_m2205557866_MetadataUsageId; extern String_t* _stringLiteral2992781582; extern String_t* _stringLiteral894511705; extern const uint32_t CHandBookStoryCtr_GetRoleParent_m741487860_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3005481750; extern String_t* _stringLiteral439247435; extern String_t* _stringLiteral836452629; extern String_t* _stringLiteral4166355951; extern String_t* _stringLiteral62725275; extern const uint32_t CHandBookStoryCtr_CreatRole_m3163303138_MetadataUsageId; extern String_t* _stringLiteral2833084525; extern String_t* _stringLiteral3548628297; extern String_t* _stringLiteral3809523507; extern const uint32_t CHandBookStoryCtr_InitRole_m3330355303_MetadataUsageId; extern RuntimeClass* U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940_il2cpp_TypeInfo_var; extern RuntimeClass* CTimerManager_t4186675208_il2cpp_TypeInfo_var; extern RuntimeClass* TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetInitRoleParentU3Ec__AnonStorey0_U3CU3Em__0_m332384795_RuntimeMethod_var; extern const uint32_t CHandBookStoryCtr_GetInitRoleParent_m3033662286_MetadataUsageId; extern const RuntimeMethod* Object_FindObjectOfType_TisScenePersonalMainRole_t3023680637_m357359951_RuntimeMethod_var; extern const uint32_t CHandBookStoryCtr_ResetMainRole_m329489412_MetadataUsageId; extern const uint32_t U3CGetInitRoleParentU3Ec__AnonStorey0_U3CU3Em__0_m332384795_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t ChangeStateCallback_BeginInvoke_m3358858249_MetadataUsageId; extern RuntimeClass* CChatManager_t1988186574_il2cpp_TypeInfo_var; extern const uint32_t ChatContactInfo__ctor_m3742673926_MetadataUsageId; extern RuntimeClass* ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var; extern const uint32_t ChooseBuyUseNumBoxController_GetInstance_m4030567022_MetadataUsageId; extern const uint32_t ChooseBuyUseNumBoxController_ShowUI_m3014004810_MetadataUsageId; extern const uint32_t ChooseBuyUseNumBoxController_HideUI_m1549453233_MetadataUsageId; extern const uint32_t OnConfirmBuyAmount_BeginInvoke_m1506510694_MetadataUsageId; extern const uint32_t OnConfirmUseAmount_BeginInvoke_m3384709648_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1096415580_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4066452822_RuntimeMethod_var; extern const uint32_t ChooseCardManager__ctor_m2080519624_MetadataUsageId; extern RuntimeClass* ChooseCardManager_t493395204_il2cpp_TypeInfo_var; extern const uint32_t ChooseCardManager_GetInstance_m2819972984_MetadataUsageId; extern RuntimeClass* CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var; extern RuntimeClass* CMyPackageManager_t122981866_il2cpp_TypeInfo_var; extern const uint32_t ChooseCardManager_InitUsableList_m859875747_MetadataUsageId; extern RuntimeClass* ChooseGroup_t2207702249_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3427719505_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2421447561_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3167858568_RuntimeMethod_var; extern const uint32_t ChooseCardManager_Append_m1343359328_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1630863848_RuntimeMethod_var; extern const uint32_t ChooseCardManager_Clear_m2539683254_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3806831243_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3318072910_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1258092256_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m850336699_RuntimeMethod_var; extern const uint32_t ChooseCardManager_GetTotal_m1776082801_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2263528804_RuntimeMethod_var; extern const uint32_t ChooseCardManager_GetChooseGroupByType_m3485055991_MetadataUsageId; extern const uint32_t ChooseGroup__ctor_m2996034564_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m2263725670_RuntimeMethod_var; extern const uint32_t ChooseGroup_Append_m1194445956_MetadataUsageId; extern const uint32_t ChooseGroup_Clear_m2214742176_MetadataUsageId; extern const uint32_t ChooseGroup_get_listCount_m4193531657_MetadataUsageId; extern const uint32_t ChooseGroup_GetID_m1955648264_MetadataUsageId; extern RuntimeClass* CDataModelBool_t2269476966_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1519036347_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t779509957_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t407749678_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3302194709_il2cpp_TypeInfo_var; extern RuntimeClass* IdolPlayerData_t1126670343_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t395442325_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3228841118_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3311733826_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3172792085_il2cpp_TypeInfo_var; extern RuntimeClass* Queue_1_t1546976837_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3780576369_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2158113210_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1963387500_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1917053492_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1399797294_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m188035579_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1205774902_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1014797048_RuntimeMethod_var; extern const RuntimeMethod* Queue_1__ctor_m2250138271_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager__ctor_m1568796263_MetadataUsageId; extern RuntimeClass* CIdolAbilityManager_t240297659_il2cpp_TypeInfo_var; extern const uint32_t CIdolAbilityManager_GetInstance_m1281884404_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2390740838_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_OnGetReward_m3572373257_MetadataUsageId; extern RuntimeClass* IdolData_t118514082_il2cpp_TypeInfo_var; extern RuntimeClass* RewardCount_t3602402511_il2cpp_TypeInfo_var; extern RuntimeClass* AbilityLevelCount_t46961605_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3646257391_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3112038451_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2927202073_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2205016408_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4193897801_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2781500665_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1216734212_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_OnGetConfigData_m2691365827_MetadataUsageId; extern RuntimeClass* CurAbilityLevelCount_t3218334879_il2cpp_TypeInfo_var; extern RuntimeClass* IdolLevelCount_t694126592_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m408619646_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1847094212_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3164753936_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_OnFreshIdolAbilityData_m3520370998_MetadataUsageId; extern RuntimeClass* AddIdolData_t1700717343_il2cpp_TypeInfo_var; extern const RuntimeMethod* Queue_1_Enqueue_m3116378715_RuntimeMethod_var; extern const RuntimeMethod* Queue_1_get_Count_m513134413_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_OnIdolSingleValueChange_m603380115_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2558516420_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_OnIdolMultipleValueChange_m1903945479_MetadataUsageId; extern const uint32_t CIdolAbilityManager_RequsetIdolAbilityRewardData_m2751791911_MetadataUsageId; extern const uint32_t CIdolAbilityManager_RequsetIdolData_m966410295_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1309486996_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_GetIdollevelcount_m3024655589_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m311628631_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_GetRewardCount_m1894731430_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1020503464_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_GetaBilityLevelData_m1431884436_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1920278482_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3685758788_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_RequestIdolConfigDataByLevel_m626573417_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1746374537_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1216061873_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_GetIdolPlayerDataByLevel_m1771549469_MetadataUsageId; extern RuntimeClass* List_1_t2166201334_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m631912570_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1786238096_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3637447399_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m28131773_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_RequestIdolDataByLevel_m2274152550_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2915120228_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_RequestRewardByLevel_m3117373899_MetadataUsageId; extern const uint32_t CIdolAbilityManager_CheckHiddleStory_m3075902392_MetadataUsageId; extern const RuntimeMethod* Queue_1_Dequeue_m3839439931_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_GetHeadData_m730884110_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2952774061_RuntimeMethod_var; extern const RuntimeMethod* Queue_1_Clear_m3389144221_RuntimeMethod_var; extern const uint32_t CIdolAbilityManager_Clear_m3841848105_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t CIdolAbilityManager_PassIdolInterface_m4236160357_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3121698093_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3135327406_RuntimeMethod_var; extern String_t* _stringLiteral2153056937; extern const uint32_t CIdolCardConfig__ctor_m4050281595_MetadataUsageId; extern const uint32_t CIdolCardConfig_GetInstance_m1852552424_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2279522587_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1538346400_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2500797748_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1157086815_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m4000261656_RuntimeMethod_var; extern const uint32_t CIdolCardConfig_Clear_m566881461_MetadataUsageId; extern RuntimeClass* CardUnit_t3010225743_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3456546791; extern String_t* _stringLiteral3243520198; extern String_t* _stringLiteral3873894162; extern String_t* _stringLiteral3502151256; extern String_t* _stringLiteral2237925608; extern String_t* _stringLiteral3883940818; extern String_t* _stringLiteral639120705; extern String_t* _stringLiteral1565631925; extern String_t* _stringLiteral1591705028; extern String_t* _stringLiteral2236023692; extern String_t* _stringLiteral1512031223; extern String_t* _stringLiteral3220737671; extern String_t* _stringLiteral2596967731; extern const uint32_t CIdolCardConfig_OnLoad_m976000191_MetadataUsageId; extern RuntimeClass* CardGroup_t4232984762_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2423007784_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m890485691_RuntimeMethod_var; extern const uint32_t CIdolCardConfig_Append_m1805783442_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m3961015479_RuntimeMethod_var; extern const uint32_t CIdolCardConfig_SetUnlock_m3186812352_MetadataUsageId; extern const uint32_t CIdolCardConfig_GetPathByID_m1914345779_MetadataUsageId; extern const uint32_t CIdolCardConfig_FindGroup_m3245603573_MetadataUsageId; extern RuntimeClass* U3CIsLockU3Ec__AnonStorey0_t453125300_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t3835519867_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CIsLockU3Ec__AnonStorey0_U3CU3Em__0_m81860168_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3999591166_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m1312547756_RuntimeMethod_var; extern const uint32_t CIdolCardConfig_IsLock_m2761243805_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t CIdolCardConfig_CalculateGetRate_m488549588_MetadataUsageId; extern RuntimeClass* List_1_t187333189_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2098009717_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m767940873_RuntimeMethod_var; extern const uint32_t CIdolCardManager__ctor_m3763154780_MetadataUsageId; extern RuntimeClass* CIdolCardManager_t1778192884_il2cpp_TypeInfo_var; extern const uint32_t CIdolCardManager_GetInstance_m3652076499_MetadataUsageId; extern const uint32_t CIdolCardManager_ListContains_m4044544999_MetadataUsageId; extern const uint32_t CIdolCardManager_AddSelect_m3016490910_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m3037048099_RuntimeMethod_var; extern const uint32_t CIdolCardManager_RemoveSelect_m2539226844_MetadataUsageId; extern RuntimeClass* Comparison_1_t2785156922_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m1751399545_RuntimeMethod_var; extern const RuntimeMethod* List_1_AddRange_m2717809413_RuntimeMethod_var; extern const RuntimeMethod* CIdolCardManager__SortFunc_m4276756650_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m3548626891_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m1501988722_RuntimeMethod_var; extern const uint32_t CIdolCardManager_OnSelectChanged_m3720242481_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m569361373_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2816580872_RuntimeMethod_var; extern const uint32_t CIdolCardManager_GetItem_m4268582504_MetadataUsageId; extern const uint32_t CIdolCardManager_CalculateGetRate_m3029051610_MetadataUsageId; extern const uint32_t CIdolCardManager_MaxPageCount_m3960349776_MetadataUsageId; extern const uint32_t CIdolCardManager_OnReset_m2210001318_MetadataUsageId; extern const uint32_t CIdolCardManager_GetStep_m3871243391_MetadataUsageId; extern const uint32_t CIdolCardManager_RequestCardUnlockInfo_m1298653833_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern RuntimeClass* IdolRule_t1690125706_il2cpp_TypeInfo_var; extern RuntimeClass* CIdolShowManager_t2312713117_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern String_t* _stringLiteral2880103043; extern const uint32_t CIdolConfig__ctor_m834706498_MetadataUsageId; extern RuntimeClass* CIdolConfig_t13845451_il2cpp_TypeInfo_var; extern const uint32_t CIdolConfig_GetInstance_m3129339829_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var; extern const uint32_t CIdolConfig_GetStr_m1911616910_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Keys_m1147446410_RuntimeMethod_var; extern const RuntimeMethod* KeyCollection_GetEnumerator_m358610384_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1482700401_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m824267525_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1692600608_RuntimeMethod_var; extern const uint32_t CIdolConfig_GetGiftIdList_m8331265_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m3625442308_RuntimeMethod_var; extern const uint32_t CIdolConfig_AddGiftList_m3699298079_MetadataUsageId; extern RuntimeClass* Comparison_1_t4012262430_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enumerable_ToList_TisKeyValuePair_2_t4237331251_m647562614_RuntimeMethod_var; extern const RuntimeMethod* CIdolConfig__SortFunctor_m3306263760_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m217629123_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m3380440602_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3034076052_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2631462689_RuntimeMethod_var; extern const uint32_t CIdolConfig_SortGiftList_m3129047629_MetadataUsageId; extern const RuntimeMethod* CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_RuntimeMethod_var; extern const uint32_t CIdolConfig__SortFunctor_m3306263760_MetadataUsageId; extern const uint32_t CIdolConfig_ClearIdolGiftList_m718247598_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1279106658_RuntimeMethod_var; extern const uint32_t CIdolConfig_Clear_m1006188254_MetadataUsageId; extern RuntimeClass* IdolAwardListItem_t3723746892_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m2799738156_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4271212854_RuntimeMethod_var; extern String_t* _stringLiteral3811893189; extern String_t* _stringLiteral3416382012; extern String_t* _stringLiteral3697759792; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral1311279629; extern String_t* _stringLiteral671989967; extern String_t* _stringLiteral247313979; extern String_t* _stringLiteral3550370950; extern String_t* _stringLiteral2730904797; extern String_t* _stringLiteral2703931583; extern String_t* _stringLiteral242031739; extern String_t* _stringLiteral2703931584; extern String_t* _stringLiteral2198346875; extern String_t* _stringLiteral2703931585; extern String_t* _stringLiteral4154662011; extern String_t* _stringLiteral2920595687; extern const uint32_t CIdolConfig_OnLoad_m1558604127_MetadataUsageId; extern RuntimeClass* List_1_t913674750_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3581340774_RuntimeMethod_var; extern const uint32_t CIdolInfo__ctor_m2791496557_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2770358969_il2cpp_TypeInfo_var; extern RuntimeClass* LevelupStarInfo_t831176484_il2cpp_TypeInfo_var; extern RuntimeClass* IdolAwardUnit_t568575365_il2cpp_TypeInfo_var; extern RuntimeClass* CDataModelInt_t3463393640_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2412577877_RuntimeMethod_var; extern String_t* _stringLiteral3995678492; extern const uint32_t CIdolManager__ctor_m3044483417_MetadataUsageId; extern RuntimeClass* CIdolManager_t2822338582_il2cpp_TypeInfo_var; extern const uint32_t CIdolManager_GetInstance_m4080260283_MetadataUsageId; extern const uint32_t CIdolManager_set_RefreshAward_m2339133896_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3858874262_RuntimeMethod_var; extern const uint32_t CIdolManager_Clear_m317232230_MetadataUsageId; extern const uint32_t CIdolManager_ClearAll_m1893221968_MetadataUsageId; extern const uint32_t CIdolManager_RequestIdolInfo_m1534328456_MetadataUsageId; extern const uint32_t CIdolManager_RequestLevelupAward_m1119247959_MetadataUsageId; extern const uint32_t CIdolManager_RequestGetLevelupAward_m2654981154_MetadataUsageId; extern const uint32_t CIdolManager_RequestGetDayAward_m861975625_MetadataUsageId; extern const uint32_t CIdolManager_RequestDayAward_m1996939517_MetadataUsageId; extern const uint32_t CIdolManager_RequestLevelupStar_m4164546999_MetadataUsageId; extern const uint32_t CIdolManager_RequestUnlock_m3766073274_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1831314699_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3567026751_RuntimeMethod_var; extern const uint32_t CIdolManager_GetTitleSpriteName_m3537145492_MetadataUsageId; extern const uint32_t CIdolManager_GetPinjieName_m2580113488_MetadataUsageId; extern const uint32_t CIdolManager_GetStarInfoInternal_m756559921_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2576315017; extern const uint32_t CIdolManager_SetIdolPinjieName_m3680137619_MetadataUsageId; extern String_t* _stringLiteral2477800897; extern const uint32_t CIdolManager_SetIdolPinjieLevel_m3612360932_MetadataUsageId; extern String_t* _stringLiteral3037169078; extern const uint32_t CIdolManager_get_RolePinjieLevel_m93028813_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m2948975602_RuntimeMethod_var; extern String_t* _stringLiteral1167642106; extern const uint32_t CIdolManager_OnLoad_m3376634425_MetadataUsageId; extern const uint32_t CIdolManager_ShowIdolWnd_m3358180593_MetadataUsageId; extern RuntimeClass* Dictionary_2_t463511065_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3275993915_RuntimeMethod_var; extern const uint32_t CIdolShowManager__ctor_m862197090_MetadataUsageId; extern const uint32_t CIdolShowManager_GetInstance_m2867202331_MetadataUsageId; extern const uint32_t CIdolShowManager_OpenPopularity_m2542365686_MetadataUsageId; extern const uint32_t CIdolShowManager_OnDestroyUI_m3650247495_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisuiIdowShowLastWeekTop10_t1635343170_m1599811277_RuntimeMethod_var; extern const uint32_t CIdolShowManager_ShowLastWeekRank_m2478896797_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestHitRankList_m4116888704_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestCollectRankList_m4104747529_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestTop10RankList_m1251013071_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestPopularityDetail_m3975216856_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestMyPopularityList_m2451221676_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestQueryIdol_m3783953903_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestPresent_m732280939_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestIdolCollect_m2927256894_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestQueryIdolDetail_m2075940587_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3702955877_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1633554327_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1094143611_RuntimeMethod_var; extern const uint32_t CIdolShowManager_GetIdol_m1027625028_MetadataUsageId; extern RuntimeClass* List_1_t1872525829_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1340712170_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3427877005_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2734218112_RuntimeMethod_var; extern const uint32_t CIdolShowManager_Add_m2702339188_MetadataUsageId; extern const uint32_t CIdolShowManager_AddSearchResult_m3504515156_MetadataUsageId; extern const uint32_t CIdolShowManager_GetIdolIndex_m1681697525_MetadataUsageId; extern const uint32_t CIdolShowManager_GetIdolIndex_m673254686_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2696058023_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m358737454_RuntimeMethod_var; extern const uint32_t CIdolShowManager_SetIdolDetail_m1969309695_MetadataUsageId; extern const RuntimeMethod* List_1__ctor_m2966311790_RuntimeMethod_var; extern const uint32_t CIdolShowManager_SetIdolPhoto_m3747992855_MetadataUsageId; extern const RuntimeMethod* List_1_RemoveAt_m1231458153_RuntimeMethod_var; extern const uint32_t CIdolShowManager_DeleteCollectIdol_m845870690_MetadataUsageId; extern const uint32_t CIdolShowManager_GetPresent_m3789808492_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1320956765_RuntimeMethod_var; extern const uint32_t CIdolShowManager_ChooseWomanOrMan_m1030647732_MetadataUsageId; extern RuntimeClass* CIdolInfo_t400451087_il2cpp_TypeInfo_var; extern const uint32_t CIdolShowManager_GetIdolInfo_m550982169_MetadataUsageId; extern const uint32_t CIdolShowManager_GetIdolInfo_m550851100_MetadataUsageId; extern const uint32_t CIdolShowManager_GetIdolCount_m718104577_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m548798873_RuntimeMethod_var; extern const uint32_t CIdolShowManager_DelIdolAll_m1486794324_MetadataUsageId; extern const uint32_t CIdolShowManager_ClearPerList_m1709687486_MetadataUsageId; extern const uint32_t CIdolShowManager_RefreshCollectList_m3950047013_MetadataUsageId; extern const uint32_t CIdolShowManager_RefreshCollectState_m2485920111_MetadataUsageId; extern const uint32_t CIdolShowManager_SetTop10TitleRefresh_m2419907036_MetadataUsageId; extern const uint32_t CIdolShowManager_SetCollectTitle_m1536341734_MetadataUsageId; extern String_t* _stringLiteral4050809291; extern String_t* _stringLiteral3930524227; extern String_t* _stringLiteral1931325571; extern const uint32_t CIdolShowManager_GetSearchPrompt_m458783483_MetadataUsageId; extern const RuntimeMethod* List_1_set_Item_m755088037_RuntimeMethod_var; extern const uint32_t CIdolShowManager_ChangeHasPraiseState_m87448725_MetadataUsageId; extern const uint32_t CIdolShowManager_SetSelfInfo_m3579821579_MetadataUsageId; extern const uint32_t CIdolShowManager_RequestIdodGiftList_m3532926084_MetadataUsageId; extern const uint32_t CIdolShowManager_UseIdolGift_m3990069968_MetadataUsageId; extern const uint32_t CIdolShowManager_SetPopularitySelfData_m4144790807_MetadataUsageId; extern RuntimeClass* DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var; extern const uint32_t CIdolShowManager_add_resetCollectList_m694761560_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_resetCollectList_m3966407575_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreCollectState_m1314615349_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreCollectState_m1250622143_MetadataUsageId; extern const uint32_t CIdolShowManager_add_showSerch_m4175404446_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_showSerch_m396885666_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshTop10_m3339361308_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshTop10_m1793502737_MetadataUsageId; extern const uint32_t CIdolShowManager_add_showDetail_m2458315360_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_showDetail_m3386604236_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshCollect_m2009088029_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshCollect_m1837424148_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshSelfPopularity_m4267336269_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshSelfPopularity_m236804112_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshSelfPhotos_m9646234_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshSelfPhotos_m2981478829_MetadataUsageId; extern const uint32_t CIdolShowManager_add_interactCallback_m477746474_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_interactCallback_m1631137091_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshNoRankData_m2548451628_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshNoRankData_m406394408_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshGiftPanel_m637247143_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshGiftPanel_m3028862279_MetadataUsageId; extern RuntimeClass* SendPopularLogDetail_t1438849614_il2cpp_TypeInfo_var; extern const uint32_t CIdolShowManager_add_sendPopularLogDetail_m330445929_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_sendPopularLogDetail_m3954945036_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshSelfPopularityInfo_m4227090661_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshSelfPopularityInfo_m2140914669_MetadataUsageId; extern const uint32_t CIdolShowManager_add_refreshMyRank_m3073189945_MetadataUsageId; extern const uint32_t CIdolShowManager_remove_refreshMyRank_m20142041_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1212362214_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2054485203_RuntimeMethod_var; extern String_t* _stringLiteral1583358659; extern const uint32_t CIdolTaskCfg__ctor_m1778903697_MetadataUsageId; extern RuntimeClass* CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var; extern const uint32_t CIdolTaskCfg_GetInstance_m3384075255_MetadataUsageId; extern String_t* _stringLiteral3455367108; extern String_t* _stringLiteral3562491044; extern String_t* _stringLiteral2833583518; extern const uint32_t CIdolTaskCfg_OnLoad_m2214981260_MetadataUsageId; extern RuntimeClass* IdolTaskGroup_t2323648883_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m4121870164_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m239864300_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2757470298_RuntimeMethod_var; extern const uint32_t CIdolTaskCfg_GetTaskUnit_m3755973695_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3195726155_RuntimeMethod_var; extern const uint32_t CIdolTaskCfg_Clear_m1152011514_MetadataUsageId; extern RuntimeClass* CInputStatistics_t4182964798_il2cpp_TypeInfo_var; extern const uint32_t CInputStatistics_Increase_m2420107884_MetadataUsageId; extern const uint32_t CInputStatistics_Increase_m4265637977_MetadataUsageId; extern RuntimeClass* U3CIncreaseU3Ec__AnonStorey0_t3604481031_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t787732190_il2cpp_TypeInfo_var; extern RuntimeClass* COperationData_t4257405362_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CIncreaseU3Ec__AnonStorey0_U3CU3Em__0_m348174646_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2319697534_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2502804612_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m238226362_RuntimeMethod_var; extern const uint32_t CInputStatistics_Increase_m2975342541_MetadataUsageId; extern const uint32_t CInputStatistics_Report_m918960495_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1120372412_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m4070845619_RuntimeMethod_var; extern const uint32_t CInputStatistics_UploadInputInfo_m2569678420_MetadataUsageId; extern RuntimeClass* List_1_t1434512808_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m552324880_RuntimeMethod_var; extern const uint32_t CInputStatistics__cctor_m4261348882_MetadataUsageId; extern String_t* _stringLiteral2871669162; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral3180713740; extern String_t* _stringLiteral1191833428; extern String_t* _stringLiteral3655697632; extern const uint32_t COperationData_ToString_m931020125_MetadataUsageId; extern RuntimeClass* CDataModelList_t1133308508_il2cpp_TypeInfo_var; extern const uint32_t CIntegralRankController__ctor_m182296537_MetadataUsageId; extern RuntimeClass* CIntegralRankController_t2394358502_il2cpp_TypeInfo_var; extern const uint32_t CIntegralRankController_GetInstance_m3536867742_MetadataUsageId; extern const uint32_t CIntegralRankController_RequestTodayIntegralRankingData_m374123035_MetadataUsageId; extern const uint32_t CIntegralRankController_RequestYesterdayIntegralRankingData_m2266974130_MetadataUsageId; extern const uint32_t CIntegralRankController_RequestHistoryIntegralRankingData_m3802180220_MetadataUsageId; extern RuntimeClass* Fruit_IntegralRankItem_t3484072089_il2cpp_TypeInfo_var; extern String_t* _stringLiteral647162415; extern const uint32_t CIntegralRankController_ResponseIntegralRankInfo_m3361343208_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3988524122_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2919602138_il2cpp_TypeInfo_var; extern RuntimeClass* CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var; extern RuntimeClass* ActionUnit_t684030816_il2cpp_TypeInfo_var; extern RuntimeClass* ActionEffect_t4203267823_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2312709220_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m226434408_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2024781851_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m918358533_RuntimeMethod_var; extern String_t* _stringLiteral3577584550; extern String_t* _stringLiteral2839847629; extern String_t* _stringLiteral416089526; extern String_t* _stringLiteral825237145; extern String_t* _stringLiteral2742392228; extern String_t* _stringLiteral1886979233; extern String_t* _stringLiteral2282212872; extern String_t* _stringLiteral86892130; extern String_t* _stringLiteral1293992047; extern String_t* _stringLiteral3757723058; extern String_t* _stringLiteral737729464; extern const uint32_t CInteractiveConfig__ctor_m9305230_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetInstance_m1304557195_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetActionLevel_m1230701415_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3004517618_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3575691156_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3604928004_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2783522988_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1719614588_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_RefreshActionInfo_m4259462094_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1420388012_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_GetActionList_m492598821_MetadataUsageId; extern const uint32_t CInteractiveConfig_GetActionName_m3535109887_MetadataUsageId; extern RuntimeClass* ActionList_t4030888807_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4061963441_RuntimeMethod_var; extern const uint32_t CInteractiveConfig_Append_m4232031455_MetadataUsageId; extern String_t* _stringLiteral779389739; extern const uint32_t CInteractiveConfig__cctor_m3256955029_MetadataUsageId; extern const uint32_t CInteractiveManager__ctor_m2335970734_MetadataUsageId; extern RuntimeClass* CInteractiveManager_t1765251898_il2cpp_TypeInfo_var; extern const uint32_t CInteractiveManager_GetInstance_m958929371_MetadataUsageId; extern RuntimeClass* CMenuManager_t3869721565_il2cpp_TypeInfo_var; extern RuntimeClass* CMutualAnimManager_t3619480921_il2cpp_TypeInfo_var; extern const uint32_t CInteractiveManager_OnSendMutualInteractionMsg_m2487495450_MetadataUsageId; extern RuntimeClass* CSingleAnimManager_t1334401826_il2cpp_TypeInfo_var; extern const uint32_t CInteractiveManager_OnSendSingleInteractionMsg_m1301973166_MetadataUsageId; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* CInteractiveManager_OnMsgBoxClk_m2287980393_RuntimeMethod_var; extern String_t* _stringLiteral4041997353; extern String_t* _stringLiteral2053290174; extern String_t* _stringLiteral345825936; extern const uint32_t CInteractiveManager_PressAction_m3006770556_MetadataUsageId; extern RuntimeClass* MemberManager_t2979457932_il2cpp_TypeInfo_var; extern const uint32_t CInteractiveManager_OnMsgBoxClk_m2287980393_MetadataUsageId; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct CAwardItemU5BU5D_t688006690; struct ObjectU5BU5D_t2843939325; struct Int32U5BU5D_t385246372; struct StarTakU5BU5D_t3735320407; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef THEMEINFO_T2661298501_H #define THEMEINFO_T2661298501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookCfg/ThemeInfo struct ThemeInfo_t2661298501 : public RuntimeObject { public: // System.Int32 HandBookCfg/ThemeInfo::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String HandBookCfg/ThemeInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // UnityEngine.Texture2D HandBookCfg/ThemeInfo::k__BackingField Texture2D_t3840446185 * ___U3CIconU3Ek__BackingField_2; // System.Collections.Generic.List`1 HandBookCfg/ThemeInfo::k__BackingField List_1_t1312794918 * ___U3CSuitListU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(ThemeInfo_t2661298501, ___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(ThemeInfo_t2661298501, ___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_U3CIconU3Ek__BackingField_2() { return static_cast(offsetof(ThemeInfo_t2661298501, ___U3CIconU3Ek__BackingField_2)); } inline Texture2D_t3840446185 * get_U3CIconU3Ek__BackingField_2() const { return ___U3CIconU3Ek__BackingField_2; } inline Texture2D_t3840446185 ** get_address_of_U3CIconU3Ek__BackingField_2() { return &___U3CIconU3Ek__BackingField_2; } inline void set_U3CIconU3Ek__BackingField_2(Texture2D_t3840446185 * value) { ___U3CIconU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CIconU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CSuitListU3Ek__BackingField_3() { return static_cast(offsetof(ThemeInfo_t2661298501, ___U3CSuitListU3Ek__BackingField_3)); } inline List_1_t1312794918 * get_U3CSuitListU3Ek__BackingField_3() const { return ___U3CSuitListU3Ek__BackingField_3; } inline List_1_t1312794918 ** get_address_of_U3CSuitListU3Ek__BackingField_3() { return &___U3CSuitListU3Ek__BackingField_3; } inline void set_U3CSuitListU3Ek__BackingField_3(List_1_t1312794918 * value) { ___U3CSuitListU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CSuitListU3Ek__BackingField_3), value); } }; struct ThemeInfo_t2661298501_StaticFields { public: // System.Predicate`1 HandBookCfg/ThemeInfo::<>f__am$cache0 Predicate_1_t666014300 * ___U3CU3Ef__amU24cache0_4; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_4() { return static_cast(offsetof(ThemeInfo_t2661298501_StaticFields, ___U3CU3Ef__amU24cache0_4)); } inline Predicate_1_t666014300 * get_U3CU3Ef__amU24cache0_4() const { return ___U3CU3Ef__amU24cache0_4; } inline Predicate_1_t666014300 ** get_address_of_U3CU3Ef__amU24cache0_4() { return &___U3CU3Ef__amU24cache0_4; } inline void set_U3CU3Ef__amU24cache0_4(Predicate_1_t666014300 * value) { ___U3CU3Ef__amU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THEMEINFO_T2661298501_H #ifndef LIST_1_T1312794918_H #define LIST_1_T1312794918_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_t1312794918 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SuitInfoU5BU5D_t3525509137* ____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_t1312794918, ____items_1)); } inline SuitInfoU5BU5D_t3525509137* get__items_1() const { return ____items_1; } inline SuitInfoU5BU5D_t3525509137** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SuitInfoU5BU5D_t3525509137* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1312794918, ____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_t1312794918, ____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_t1312794918_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SuitInfoU5BU5D_t3525509137* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1312794918_StaticFields, ___EmptyArray_4)); } inline SuitInfoU5BU5D_t3525509137* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SuitInfoU5BU5D_t3525509137** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SuitInfoU5BU5D_t3525509137* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1312794918_H #ifndef U3CDEFAULTSORTITEMLISTU3EC__ANONSTOREY0_T4083134354_H #define U3CDEFAULTSORTITEMLISTU3EC__ANONSTOREY0_T4083134354_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CHandBookManager/c__AnonStorey0 struct U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CHandBookManager/c__AnonStorey0::tempList List_1_t776431360 * ___tempList_0; public: inline static int32_t get_offset_of_tempList_0() { return static_cast(offsetof(U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354, ___tempList_0)); } inline List_1_t776431360 * get_tempList_0() const { return ___tempList_0; } inline List_1_t776431360 ** get_address_of_tempList_0() { return &___tempList_0; } inline void set_tempList_0(List_1_t776431360 * value) { ___tempList_0 = value; Il2CppCodeGenWriteBarrier((&___tempList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDEFAULTSORTITEMLISTU3EC__ANONSTOREY0_T4083134354_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 U3CDEFAULTSORTITEMLISTU3EC__ANONSTOREY1_T4083134353_H #define U3CDEFAULTSORTITEMLISTU3EC__ANONSTOREY1_T4083134353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CHandBookManager/c__AnonStorey1 struct U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CHandBookManager/c__AnonStorey1::i int32_t ___i_0; // DMCore.Logic.CHandBookManager/c__AnonStorey0 DMCore.Logic.CHandBookManager/c__AnonStorey1::<>f__ref$0 U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * ___U3CU3Ef__refU240_1; public: inline static int32_t get_offset_of_i_0() { return static_cast(offsetof(U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353, ___i_0)); } inline int32_t get_i_0() const { return ___i_0; } inline int32_t* get_address_of_i_0() { return &___i_0; } inline void set_i_0(int32_t value) { ___i_0 = value; } inline static int32_t get_offset_of_U3CU3Ef__refU240_1() { return static_cast(offsetof(U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353, ___U3CU3Ef__refU240_1)); } inline U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * get_U3CU3Ef__refU240_1() const { return ___U3CU3Ef__refU240_1; } inline U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 ** get_address_of_U3CU3Ef__refU240_1() { return &___U3CU3Ef__refU240_1; } inline void set_U3CU3Ef__refU240_1(U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * value) { ___U3CU3Ef__refU240_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDEFAULTSORTITEMLISTU3EC__ANONSTOREY1_T4083134353_H #ifndef CITEMMANAGER_T2289463753_H #define CITEMMANAGER_T2289463753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemManager struct CItemManager_t2289463753 : public RuntimeObject { public: // DMCore.Logic.CItemManager/CItemGroup[] DMCore.Logic.CItemManager::m_listItemGroup CItemGroupU5BU5D_t344250011* ___m_listItemGroup_1; // System.Int32 DMCore.Logic.CItemManager::m_uiActiveItem int32_t ___m_uiActiveItem_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CItemManager::m_DicActiveModel Dictionary_2_t2488037245 * ___m_DicActiveModel_4; public: inline static int32_t get_offset_of_m_listItemGroup_1() { return static_cast(offsetof(CItemManager_t2289463753, ___m_listItemGroup_1)); } inline CItemGroupU5BU5D_t344250011* get_m_listItemGroup_1() const { return ___m_listItemGroup_1; } inline CItemGroupU5BU5D_t344250011** get_address_of_m_listItemGroup_1() { return &___m_listItemGroup_1; } inline void set_m_listItemGroup_1(CItemGroupU5BU5D_t344250011* value) { ___m_listItemGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_listItemGroup_1), value); } inline static int32_t get_offset_of_m_uiActiveItem_3() { return static_cast(offsetof(CItemManager_t2289463753, ___m_uiActiveItem_3)); } inline int32_t get_m_uiActiveItem_3() const { return ___m_uiActiveItem_3; } inline int32_t* get_address_of_m_uiActiveItem_3() { return &___m_uiActiveItem_3; } inline void set_m_uiActiveItem_3(int32_t value) { ___m_uiActiveItem_3 = value; } inline static int32_t get_offset_of_m_DicActiveModel_4() { return static_cast(offsetof(CItemManager_t2289463753, ___m_DicActiveModel_4)); } inline Dictionary_2_t2488037245 * get_m_DicActiveModel_4() const { return ___m_DicActiveModel_4; } inline Dictionary_2_t2488037245 ** get_address_of_m_DicActiveModel_4() { return &___m_DicActiveModel_4; } inline void set_m_DicActiveModel_4(Dictionary_2_t2488037245 * value) { ___m_DicActiveModel_4 = value; Il2CppCodeGenWriteBarrier((&___m_DicActiveModel_4), value); } }; struct CItemManager_t2289463753_StaticFields { public: // System.Int32 DMCore.Logic.CItemManager::ITEM_COUNT_ONE_PAGE int32_t ___ITEM_COUNT_ONE_PAGE_0; // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::s_Instance CItemManager_t2289463753 * ___s_Instance_2; public: inline static int32_t get_offset_of_ITEM_COUNT_ONE_PAGE_0() { return static_cast(offsetof(CItemManager_t2289463753_StaticFields, ___ITEM_COUNT_ONE_PAGE_0)); } inline int32_t get_ITEM_COUNT_ONE_PAGE_0() const { return ___ITEM_COUNT_ONE_PAGE_0; } inline int32_t* get_address_of_ITEM_COUNT_ONE_PAGE_0() { return &___ITEM_COUNT_ONE_PAGE_0; } inline void set_ITEM_COUNT_ONE_PAGE_0(int32_t value) { ___ITEM_COUNT_ONE_PAGE_0 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CItemManager_t2289463753_StaticFields, ___s_Instance_2)); } inline CItemManager_t2289463753 * get_s_Instance_2() const { return ___s_Instance_2; } inline CItemManager_t2289463753 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CItemManager_t2289463753 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMMANAGER_T2289463753_H #ifndef LIST_1_T2753864082_H #define LIST_1_T2753864082_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_t2753864082 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5DU5BU5D_t2611993717* ____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_t2753864082, ____items_1)); } inline StringU5BU5DU5BU5D_t2611993717* get__items_1() const { return ____items_1; } inline StringU5BU5DU5BU5D_t2611993717** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5DU5BU5D_t2611993717* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2753864082, ____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_t2753864082, ____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_t2753864082_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StringU5BU5DU5BU5D_t2611993717* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2753864082_StaticFields, ___EmptyArray_4)); } inline StringU5BU5DU5BU5D_t2611993717* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StringU5BU5DU5BU5D_t2611993717** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StringU5BU5DU5BU5D_t2611993717* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2753864082_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 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 DICTIONARY_2_T1839659084_H #define DICTIONARY_2_T1839659084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1839659084, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1839659084, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1839659084, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1839659084, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1839659084, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1839659084, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1839659084, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1839659084, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1839659084, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1839659084, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1839659084, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1839659084_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4284552512 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1839659084_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4284552512 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4284552512 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4284552512 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1839659084_H #ifndef 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 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 LIST_1_T776431360_H #define LIST_1_T776431360_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_t776431360 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CItemDataU5BU5D_t2647285135* ____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_t776431360, ____items_1)); } inline CItemDataU5BU5D_t2647285135* get__items_1() const { return ____items_1; } inline CItemDataU5BU5D_t2647285135** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CItemDataU5BU5D_t2647285135* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t776431360, ____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_t776431360, ____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_t776431360_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CItemDataU5BU5D_t2647285135* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t776431360_StaticFields, ___EmptyArray_4)); } inline CItemDataU5BU5D_t2647285135* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CItemDataU5BU5D_t2647285135** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CItemDataU5BU5D_t2647285135* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T776431360_H #ifndef LIST_1_T779509957_H #define LIST_1_T779509957_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_t779509957 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RewardCountU5BU5D_t4134187798* ____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_t779509957, ____items_1)); } inline RewardCountU5BU5D_t4134187798* get__items_1() const { return ____items_1; } inline RewardCountU5BU5D_t4134187798** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RewardCountU5BU5D_t4134187798* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t779509957, ____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_t779509957, ____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_t779509957_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RewardCountU5BU5D_t4134187798* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t779509957_StaticFields, ___EmptyArray_4)); } inline RewardCountU5BU5D_t4134187798* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RewardCountU5BU5D_t4134187798** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RewardCountU5BU5D_t4134187798* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T779509957_H #ifndef LIST_1_T1519036347_H #define LIST_1_T1519036347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1519036347 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AbilityLevelCountU5BU5D_t3035042696* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1519036347, ____items_1)); } inline AbilityLevelCountU5BU5D_t3035042696* get__items_1() const { return ____items_1; } inline AbilityLevelCountU5BU5D_t3035042696** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AbilityLevelCountU5BU5D_t3035042696* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1519036347, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1519036347, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1519036347_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AbilityLevelCountU5BU5D_t3035042696* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1519036347_StaticFields, ___EmptyArray_4)); } inline AbilityLevelCountU5BU5D_t3035042696* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AbilityLevelCountU5BU5D_t3035042696** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AbilityLevelCountU5BU5D_t3035042696* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1519036347_H #ifndef CIDOLABILITYMANAGER_T240297659_H #define CIDOLABILITYMANAGER_T240297659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolAbilityManager struct CIdolAbilityManager_t240297659 : public RuntimeObject { public: // CDataModelBool DMCore.Logic.CIdolAbilityManager::IdolGetMsg CDataModelBool_t2269476966 * ___IdolGetMsg_0; // System.Int32 DMCore.Logic.CIdolAbilityManager::selectedType int32_t ___selectedType_1; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_AbilityLevelCount List_1_t1519036347 * ___m_AbilityLevelCount_3; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_RewardCount List_1_t779509957 * ___m_RewardCount_4; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolAbilityManager::m_IdolAbilityConfigData Dictionary_2_t407749678 * ___m_IdolAbilityConfigData_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolAbilityManager::m_IdolData Dictionary_2_t3302194709 * ___m_IdolData_6; // DMCore.Logic.IdolPlayerData DMCore.Logic.CIdolAbilityManager::m_IdolPlayerData IdolPlayerData_t1126670343 * ___m_IdolPlayerData_7; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_CurAbilityData List_1_t395442325 * ___m_CurAbilityData_8; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolAbilityManager::m_IdolAbilityPlayerData Dictionary_2_t3228841118 * ___m_IdolAbilityPlayerData_9; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolAbilityManager::m_data Dictionary_2_t3311733826 * ___m_data_10; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_addData List_1_t3172792085 * ___m_addData_11; // System.Collections.Generic.Queue`1 DMCore.Logic.CIdolAbilityManager::m_queAddData Queue_1_t1546976837 * ___m_queAddData_12; // System.Int64 DMCore.Logic.CIdolAbilityManager::m_curUserid int64_t ___m_curUserid_13; // System.Boolean DMCore.Logic.CIdolAbilityManager::m_IsGetReward bool ___m_IsGetReward_14; public: inline static int32_t get_offset_of_IdolGetMsg_0() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___IdolGetMsg_0)); } inline CDataModelBool_t2269476966 * get_IdolGetMsg_0() const { return ___IdolGetMsg_0; } inline CDataModelBool_t2269476966 ** get_address_of_IdolGetMsg_0() { return &___IdolGetMsg_0; } inline void set_IdolGetMsg_0(CDataModelBool_t2269476966 * value) { ___IdolGetMsg_0 = value; Il2CppCodeGenWriteBarrier((&___IdolGetMsg_0), value); } inline static int32_t get_offset_of_selectedType_1() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___selectedType_1)); } inline int32_t get_selectedType_1() const { return ___selectedType_1; } inline int32_t* get_address_of_selectedType_1() { return &___selectedType_1; } inline void set_selectedType_1(int32_t value) { ___selectedType_1 = value; } inline static int32_t get_offset_of_m_AbilityLevelCount_3() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_AbilityLevelCount_3)); } inline List_1_t1519036347 * get_m_AbilityLevelCount_3() const { return ___m_AbilityLevelCount_3; } inline List_1_t1519036347 ** get_address_of_m_AbilityLevelCount_3() { return &___m_AbilityLevelCount_3; } inline void set_m_AbilityLevelCount_3(List_1_t1519036347 * value) { ___m_AbilityLevelCount_3 = value; Il2CppCodeGenWriteBarrier((&___m_AbilityLevelCount_3), value); } inline static int32_t get_offset_of_m_RewardCount_4() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_RewardCount_4)); } inline List_1_t779509957 * get_m_RewardCount_4() const { return ___m_RewardCount_4; } inline List_1_t779509957 ** get_address_of_m_RewardCount_4() { return &___m_RewardCount_4; } inline void set_m_RewardCount_4(List_1_t779509957 * value) { ___m_RewardCount_4 = value; Il2CppCodeGenWriteBarrier((&___m_RewardCount_4), value); } inline static int32_t get_offset_of_m_IdolAbilityConfigData_5() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolAbilityConfigData_5)); } inline Dictionary_2_t407749678 * get_m_IdolAbilityConfigData_5() const { return ___m_IdolAbilityConfigData_5; } inline Dictionary_2_t407749678 ** get_address_of_m_IdolAbilityConfigData_5() { return &___m_IdolAbilityConfigData_5; } inline void set_m_IdolAbilityConfigData_5(Dictionary_2_t407749678 * value) { ___m_IdolAbilityConfigData_5 = value; Il2CppCodeGenWriteBarrier((&___m_IdolAbilityConfigData_5), value); } inline static int32_t get_offset_of_m_IdolData_6() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolData_6)); } inline Dictionary_2_t3302194709 * get_m_IdolData_6() const { return ___m_IdolData_6; } inline Dictionary_2_t3302194709 ** get_address_of_m_IdolData_6() { return &___m_IdolData_6; } inline void set_m_IdolData_6(Dictionary_2_t3302194709 * value) { ___m_IdolData_6 = value; Il2CppCodeGenWriteBarrier((&___m_IdolData_6), value); } inline static int32_t get_offset_of_m_IdolPlayerData_7() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolPlayerData_7)); } inline IdolPlayerData_t1126670343 * get_m_IdolPlayerData_7() const { return ___m_IdolPlayerData_7; } inline IdolPlayerData_t1126670343 ** get_address_of_m_IdolPlayerData_7() { return &___m_IdolPlayerData_7; } inline void set_m_IdolPlayerData_7(IdolPlayerData_t1126670343 * value) { ___m_IdolPlayerData_7 = value; Il2CppCodeGenWriteBarrier((&___m_IdolPlayerData_7), value); } inline static int32_t get_offset_of_m_CurAbilityData_8() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_CurAbilityData_8)); } inline List_1_t395442325 * get_m_CurAbilityData_8() const { return ___m_CurAbilityData_8; } inline List_1_t395442325 ** get_address_of_m_CurAbilityData_8() { return &___m_CurAbilityData_8; } inline void set_m_CurAbilityData_8(List_1_t395442325 * value) { ___m_CurAbilityData_8 = value; Il2CppCodeGenWriteBarrier((&___m_CurAbilityData_8), value); } inline static int32_t get_offset_of_m_IdolAbilityPlayerData_9() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolAbilityPlayerData_9)); } inline Dictionary_2_t3228841118 * get_m_IdolAbilityPlayerData_9() const { return ___m_IdolAbilityPlayerData_9; } inline Dictionary_2_t3228841118 ** get_address_of_m_IdolAbilityPlayerData_9() { return &___m_IdolAbilityPlayerData_9; } inline void set_m_IdolAbilityPlayerData_9(Dictionary_2_t3228841118 * value) { ___m_IdolAbilityPlayerData_9 = value; Il2CppCodeGenWriteBarrier((&___m_IdolAbilityPlayerData_9), value); } inline static int32_t get_offset_of_m_data_10() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_data_10)); } inline Dictionary_2_t3311733826 * get_m_data_10() const { return ___m_data_10; } inline Dictionary_2_t3311733826 ** get_address_of_m_data_10() { return &___m_data_10; } inline void set_m_data_10(Dictionary_2_t3311733826 * value) { ___m_data_10 = value; Il2CppCodeGenWriteBarrier((&___m_data_10), value); } inline static int32_t get_offset_of_m_addData_11() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_addData_11)); } inline List_1_t3172792085 * get_m_addData_11() const { return ___m_addData_11; } inline List_1_t3172792085 ** get_address_of_m_addData_11() { return &___m_addData_11; } inline void set_m_addData_11(List_1_t3172792085 * value) { ___m_addData_11 = value; Il2CppCodeGenWriteBarrier((&___m_addData_11), value); } inline static int32_t get_offset_of_m_queAddData_12() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_queAddData_12)); } inline Queue_1_t1546976837 * get_m_queAddData_12() const { return ___m_queAddData_12; } inline Queue_1_t1546976837 ** get_address_of_m_queAddData_12() { return &___m_queAddData_12; } inline void set_m_queAddData_12(Queue_1_t1546976837 * value) { ___m_queAddData_12 = value; Il2CppCodeGenWriteBarrier((&___m_queAddData_12), value); } inline static int32_t get_offset_of_m_curUserid_13() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_curUserid_13)); } inline int64_t get_m_curUserid_13() const { return ___m_curUserid_13; } inline int64_t* get_address_of_m_curUserid_13() { return &___m_curUserid_13; } inline void set_m_curUserid_13(int64_t value) { ___m_curUserid_13 = value; } inline static int32_t get_offset_of_m_IsGetReward_14() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IsGetReward_14)); } inline bool get_m_IsGetReward_14() const { return ___m_IsGetReward_14; } inline bool* get_address_of_m_IsGetReward_14() { return &___m_IsGetReward_14; } inline void set_m_IsGetReward_14(bool value) { ___m_IsGetReward_14 = value; } }; struct CIdolAbilityManager_t240297659_StaticFields { public: // DMCore.Logic.CIdolAbilityManager DMCore.Logic.CIdolAbilityManager::s_Instance CIdolAbilityManager_t240297659 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CIdolAbilityManager_t240297659_StaticFields, ___s_Instance_2)); } inline CIdolAbilityManager_t240297659 * get_s_Instance_2() const { return ___s_Instance_2; } inline CIdolAbilityManager_t240297659 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CIdolAbilityManager_t240297659 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLABILITYMANAGER_T240297659_H #ifndef CHOOSEGROUP_T2207702249_H #define CHOOSEGROUP_T2207702249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseCardManager/ChooseGroup struct ChooseGroup_t2207702249 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.ChooseCardManager/ChooseGroup::m_list List_1_t128053199 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(ChooseGroup_t2207702249, ___m_list_0)); } inline List_1_t128053199 * get_m_list_0() const { return ___m_list_0; } inline List_1_t128053199 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(List_1_t128053199 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((&___m_list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSEGROUP_T2207702249_H #ifndef CMYPACKAGEMANAGER_T122981866_H #define CMYPACKAGEMANAGER_T122981866_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CbNeedFreshUIU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CIsSelectU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CIsShowSelectU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiMainType int32_t ___m_uiMainType_3; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiSubType int32_t ___m_uiSubType_4; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiActiveItem int32_t ___m_uiActiveItem_5; // System.Int32 DMCore.Logic.CMyPackageManager::m_LeftTime int32_t ___m_LeftTime_6; // BetterList`1 DMCore.Logic.CMyPackageManager::m_listBianshenCard BetterList_1_t1591806957 * ___m_listBianshenCard_7; // System.Boolean DMCore.Logic.CMyPackageManager::m_IsRenewDataChanged bool ___m_IsRenewDataChanged_8; public: inline static int32_t get_offset_of_U3CbNeedFreshUIU3Ek__BackingField_0() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CbNeedFreshUIU3Ek__BackingField_0)); } inline bool get_U3CbNeedFreshUIU3Ek__BackingField_0() const { return ___U3CbNeedFreshUIU3Ek__BackingField_0; } inline bool* get_address_of_U3CbNeedFreshUIU3Ek__BackingField_0() { return &___U3CbNeedFreshUIU3Ek__BackingField_0; } inline void set_U3CbNeedFreshUIU3Ek__BackingField_0(bool value) { ___U3CbNeedFreshUIU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsSelectU3Ek__BackingField_1() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CIsSelectU3Ek__BackingField_1)); } inline bool get_U3CIsSelectU3Ek__BackingField_1() const { return ___U3CIsSelectU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsSelectU3Ek__BackingField_1() { return &___U3CIsSelectU3Ek__BackingField_1; } inline void set_U3CIsSelectU3Ek__BackingField_1(bool value) { ___U3CIsSelectU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsShowSelectU3Ek__BackingField_2() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CIsShowSelectU3Ek__BackingField_2)); } inline bool get_U3CIsShowSelectU3Ek__BackingField_2() const { return ___U3CIsShowSelectU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsShowSelectU3Ek__BackingField_2() { return &___U3CIsShowSelectU3Ek__BackingField_2; } inline void set_U3CIsShowSelectU3Ek__BackingField_2(bool value) { ___U3CIsShowSelectU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_uiMainType_3() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiMainType_3)); } inline int32_t get_m_uiMainType_3() const { return ___m_uiMainType_3; } inline int32_t* get_address_of_m_uiMainType_3() { return &___m_uiMainType_3; } inline void set_m_uiMainType_3(int32_t value) { ___m_uiMainType_3 = value; } inline static int32_t get_offset_of_m_uiSubType_4() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiSubType_4)); } inline int32_t get_m_uiSubType_4() const { return ___m_uiSubType_4; } inline int32_t* get_address_of_m_uiSubType_4() { return &___m_uiSubType_4; } inline void set_m_uiSubType_4(int32_t value) { ___m_uiSubType_4 = value; } inline static int32_t get_offset_of_m_uiActiveItem_5() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiActiveItem_5)); } inline int32_t get_m_uiActiveItem_5() const { return ___m_uiActiveItem_5; } inline int32_t* get_address_of_m_uiActiveItem_5() { return &___m_uiActiveItem_5; } inline void set_m_uiActiveItem_5(int32_t value) { ___m_uiActiveItem_5 = value; } inline static int32_t get_offset_of_m_LeftTime_6() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_LeftTime_6)); } inline int32_t get_m_LeftTime_6() const { return ___m_LeftTime_6; } inline int32_t* get_address_of_m_LeftTime_6() { return &___m_LeftTime_6; } inline void set_m_LeftTime_6(int32_t value) { ___m_LeftTime_6 = value; } inline static int32_t get_offset_of_m_listBianshenCard_7() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_listBianshenCard_7)); } inline BetterList_1_t1591806957 * get_m_listBianshenCard_7() const { return ___m_listBianshenCard_7; } inline BetterList_1_t1591806957 ** get_address_of_m_listBianshenCard_7() { return &___m_listBianshenCard_7; } inline void set_m_listBianshenCard_7(BetterList_1_t1591806957 * value) { ___m_listBianshenCard_7 = value; Il2CppCodeGenWriteBarrier((&___m_listBianshenCard_7), value); } inline static int32_t get_offset_of_m_IsRenewDataChanged_8() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_IsRenewDataChanged_8)); } inline bool get_m_IsRenewDataChanged_8() const { return ___m_IsRenewDataChanged_8; } inline bool* get_address_of_m_IsRenewDataChanged_8() { return &___m_IsRenewDataChanged_8; } inline void set_m_IsRenewDataChanged_8(bool value) { ___m_IsRenewDataChanged_8 = value; } }; struct CMyPackageManager_t122981866_StaticFields { public: // DMCore.Logic.CMyPackageManager DMCore.Logic.CMyPackageManager::s_Instance CMyPackageManager_t122981866 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(CMyPackageManager_t122981866_StaticFields, ___s_Instance_9)); } inline CMyPackageManager_t122981866 * get_s_Instance_9() const { return ___s_Instance_9; } inline CMyPackageManager_t122981866 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(CMyPackageManager_t122981866 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMYPACKAGEMANAGER_T122981866_H #ifndef CARDUNIT_T3010225743_H #define CARDUNIT_T3010225743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CardUnit struct CardUnit_t3010225743 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CardUnit::cardID int32_t ___cardID_0; // System.Int32 DMCore.Logic.CardUnit::cardType int32_t ___cardType_1; // System.String DMCore.Logic.CardUnit::cardName String_t* ___cardName_2; // System.String DMCore.Logic.CardUnit::cardDesc String_t* ___cardDesc_3; // System.String DMCore.Logic.CardUnit::thumbnailPath String_t* ___thumbnailPath_4; // System.String DMCore.Logic.CardUnit::completePath String_t* ___completePath_5; // System.Int32 DMCore.Logic.CardUnit::level int32_t ___level_6; // System.Int32 DMCore.Logic.CardUnit::time int32_t ___time_7; // System.Int32 DMCore.Logic.CardUnit::dancing int32_t ___dancing_8; // System.Int32 DMCore.Logic.CardUnit::fashion int32_t ___fashion_9; // System.Int32 DMCore.Logic.CardUnit::affinity int32_t ___affinity_10; // System.Int32 DMCore.Logic.CardUnit::popularity int32_t ___popularity_11; // System.Int32 DMCore.Logic.CardUnit::dedicated int32_t ___dedicated_12; // System.Int32 DMCore.Logic.CardUnit::fatigue int32_t ___fatigue_13; // System.Int32 DMCore.Logic.CardUnit::score int32_t ___score_14; // System.Boolean DMCore.Logic.CardUnit::lockState bool ___lockState_15; public: inline static int32_t get_offset_of_cardID_0() { return static_cast(offsetof(CardUnit_t3010225743, ___cardID_0)); } inline int32_t get_cardID_0() const { return ___cardID_0; } inline int32_t* get_address_of_cardID_0() { return &___cardID_0; } inline void set_cardID_0(int32_t value) { ___cardID_0 = value; } inline static int32_t get_offset_of_cardType_1() { return static_cast(offsetof(CardUnit_t3010225743, ___cardType_1)); } inline int32_t get_cardType_1() const { return ___cardType_1; } inline int32_t* get_address_of_cardType_1() { return &___cardType_1; } inline void set_cardType_1(int32_t value) { ___cardType_1 = value; } inline static int32_t get_offset_of_cardName_2() { return static_cast(offsetof(CardUnit_t3010225743, ___cardName_2)); } inline String_t* get_cardName_2() const { return ___cardName_2; } inline String_t** get_address_of_cardName_2() { return &___cardName_2; } inline void set_cardName_2(String_t* value) { ___cardName_2 = value; Il2CppCodeGenWriteBarrier((&___cardName_2), value); } inline static int32_t get_offset_of_cardDesc_3() { return static_cast(offsetof(CardUnit_t3010225743, ___cardDesc_3)); } inline String_t* get_cardDesc_3() const { return ___cardDesc_3; } inline String_t** get_address_of_cardDesc_3() { return &___cardDesc_3; } inline void set_cardDesc_3(String_t* value) { ___cardDesc_3 = value; Il2CppCodeGenWriteBarrier((&___cardDesc_3), value); } inline static int32_t get_offset_of_thumbnailPath_4() { return static_cast(offsetof(CardUnit_t3010225743, ___thumbnailPath_4)); } inline String_t* get_thumbnailPath_4() const { return ___thumbnailPath_4; } inline String_t** get_address_of_thumbnailPath_4() { return &___thumbnailPath_4; } inline void set_thumbnailPath_4(String_t* value) { ___thumbnailPath_4 = value; Il2CppCodeGenWriteBarrier((&___thumbnailPath_4), value); } inline static int32_t get_offset_of_completePath_5() { return static_cast(offsetof(CardUnit_t3010225743, ___completePath_5)); } inline String_t* get_completePath_5() const { return ___completePath_5; } inline String_t** get_address_of_completePath_5() { return &___completePath_5; } inline void set_completePath_5(String_t* value) { ___completePath_5 = value; Il2CppCodeGenWriteBarrier((&___completePath_5), value); } inline static int32_t get_offset_of_level_6() { return static_cast(offsetof(CardUnit_t3010225743, ___level_6)); } inline int32_t get_level_6() const { return ___level_6; } inline int32_t* get_address_of_level_6() { return &___level_6; } inline void set_level_6(int32_t value) { ___level_6 = value; } inline static int32_t get_offset_of_time_7() { return static_cast(offsetof(CardUnit_t3010225743, ___time_7)); } inline int32_t get_time_7() const { return ___time_7; } inline int32_t* get_address_of_time_7() { return &___time_7; } inline void set_time_7(int32_t value) { ___time_7 = value; } inline static int32_t get_offset_of_dancing_8() { return static_cast(offsetof(CardUnit_t3010225743, ___dancing_8)); } inline int32_t get_dancing_8() const { return ___dancing_8; } inline int32_t* get_address_of_dancing_8() { return &___dancing_8; } inline void set_dancing_8(int32_t value) { ___dancing_8 = value; } inline static int32_t get_offset_of_fashion_9() { return static_cast(offsetof(CardUnit_t3010225743, ___fashion_9)); } inline int32_t get_fashion_9() const { return ___fashion_9; } inline int32_t* get_address_of_fashion_9() { return &___fashion_9; } inline void set_fashion_9(int32_t value) { ___fashion_9 = value; } inline static int32_t get_offset_of_affinity_10() { return static_cast(offsetof(CardUnit_t3010225743, ___affinity_10)); } inline int32_t get_affinity_10() const { return ___affinity_10; } inline int32_t* get_address_of_affinity_10() { return &___affinity_10; } inline void set_affinity_10(int32_t value) { ___affinity_10 = value; } inline static int32_t get_offset_of_popularity_11() { return static_cast(offsetof(CardUnit_t3010225743, ___popularity_11)); } inline int32_t get_popularity_11() const { return ___popularity_11; } inline int32_t* get_address_of_popularity_11() { return &___popularity_11; } inline void set_popularity_11(int32_t value) { ___popularity_11 = value; } inline static int32_t get_offset_of_dedicated_12() { return static_cast(offsetof(CardUnit_t3010225743, ___dedicated_12)); } inline int32_t get_dedicated_12() const { return ___dedicated_12; } inline int32_t* get_address_of_dedicated_12() { return &___dedicated_12; } inline void set_dedicated_12(int32_t value) { ___dedicated_12 = value; } inline static int32_t get_offset_of_fatigue_13() { return static_cast(offsetof(CardUnit_t3010225743, ___fatigue_13)); } inline int32_t get_fatigue_13() const { return ___fatigue_13; } inline int32_t* get_address_of_fatigue_13() { return &___fatigue_13; } inline void set_fatigue_13(int32_t value) { ___fatigue_13 = value; } inline static int32_t get_offset_of_score_14() { return static_cast(offsetof(CardUnit_t3010225743, ___score_14)); } inline int32_t get_score_14() const { return ___score_14; } inline int32_t* get_address_of_score_14() { return &___score_14; } inline void set_score_14(int32_t value) { ___score_14 = value; } inline static int32_t get_offset_of_lockState_15() { return static_cast(offsetof(CardUnit_t3010225743, ___lockState_15)); } inline bool get_lockState_15() const { return ___lockState_15; } inline bool* get_address_of_lockState_15() { return &___lockState_15; } inline void set_lockState_15(bool value) { ___lockState_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDUNIT_T3010225743_H #ifndef LIST_1_T1329610734_H #define LIST_1_T1329610734_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_t1329610734 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HandBookStoryStepInfoU5BU5D_t744394025* ____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_t1329610734, ____items_1)); } inline HandBookStoryStepInfoU5BU5D_t744394025* get__items_1() const { return ____items_1; } inline HandBookStoryStepInfoU5BU5D_t744394025** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HandBookStoryStepInfoU5BU5D_t744394025* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1329610734, ____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_t1329610734, ____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_t1329610734_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray HandBookStoryStepInfoU5BU5D_t744394025* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1329610734_StaticFields, ___EmptyArray_4)); } inline HandBookStoryStepInfoU5BU5D_t744394025* get_EmptyArray_4() const { return ___EmptyArray_4; } inline HandBookStoryStepInfoU5BU5D_t744394025** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(HandBookStoryStepInfoU5BU5D_t744394025* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1329610734_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 U3CGETINITROLEPARENTU3EC__ANONSTOREY0_T3387141940_H #define U3CGETINITROLEPARENTU3EC__ANONSTOREY0_T3387141940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CHandBookStoryCtr/c__AnonStorey0 struct U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneRole DMCore.Logic.CHandBookStoryCtr/c__AnonStorey0::role ISceneRole_t2394225724 * ___role_0; // DMCore.Logic.CHandBookStoryCtr DMCore.Logic.CHandBookStoryCtr/c__AnonStorey0::$this CHandBookStoryCtr_t880003063 * ___U24this_1; public: inline static int32_t get_offset_of_role_0() { return static_cast(offsetof(U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940, ___role_0)); } inline ISceneRole_t2394225724 * get_role_0() const { return ___role_0; } inline ISceneRole_t2394225724 ** get_address_of_role_0() { return &___role_0; } inline void set_role_0(ISceneRole_t2394225724 * value) { ___role_0 = value; Il2CppCodeGenWriteBarrier((&___role_0), value); } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940, ___U24this_1)); } inline CHandBookStoryCtr_t880003063 * get_U24this_1() const { return ___U24this_1; } inline CHandBookStoryCtr_t880003063 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(CHandBookStoryCtr_t880003063 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETINITROLEPARENTU3EC__ANONSTOREY0_T3387141940_H #ifndef SHOPMODEL_T101745799_H #define SHOPMODEL_T101745799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.shopModel struct shopModel_t101745799 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.shopModel::mDicAnim Dictionary_2_t2910090473 * ___mDicAnim_0; // System.Boolean DMCore.Logic.shopModel::m_bEnable bool ___m_bEnable_1; // System.Boolean DMCore.Logic.shopModel::m_bActiveMainRole bool ___m_bActiveMainRole_2; // System.Boolean DMCore.Logic.shopModel::m_bActiveShowMale bool ___m_bActiveShowMale_3; // System.Boolean DMCore.Logic.shopModel::m_bCoupleRoles bool ___m_bCoupleRoles_4; // System.Boolean DMCore.Logic.shopModel::m_bCoupleReady bool ___m_bCoupleReady_5; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::mModelCouple1 ISceneRole_t2394225724 * ___mModelCouple1_6; // System.Boolean DMCore.Logic.shopModel::ModelCouple1 bool ___ModelCouple1_7; // System.Int64 DMCore.Logic.shopModel::mCoupleUserId1 int64_t ___mCoupleUserId1_8; // System.Int32 DMCore.Logic.shopModel::mCoupleSex1 int32_t ___mCoupleSex1_9; // System.Int64 DMCore.Logic.shopModel::mCoupleUserId2 int64_t ___mCoupleUserId2_10; // System.Int32 DMCore.Logic.shopModel::mCoupleSex2 int32_t ___mCoupleSex2_11; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::mModelCouple2 ISceneRole_t2394225724 * ___mModelCouple2_12; // System.Boolean DMCore.Logic.shopModel::ModelCouple2 bool ___ModelCouple2_13; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::m_NextModel ISceneRole_t2394225724 * ___m_NextModel_14; // System.Int64 DMCore.Logic.shopModel::m_NeedShowRoleID int64_t ___m_NeedShowRoleID_15; // System.Int64 DMCore.Logic.shopModel::m_CurActiveRoleID int64_t ___m_CurActiveRoleID_16; // System.Collections.Generic.LinkedList`1 DMCore.Logic.shopModel::m_cachedModelIds LinkedList_1_t1790591762 * ___m_cachedModelIds_17; // BetterList`1 DMCore.Logic.shopModel::m_listIconDirty BetterList_1_t2105966071 * ___m_listIconDirty_18; // BetterList`1 DMCore.Logic.shopModel::m_listIconActive BetterList_1_t2105966071 * ___m_listIconActive_19; public: inline static int32_t get_offset_of_mDicAnim_0() { return static_cast(offsetof(shopModel_t101745799, ___mDicAnim_0)); } inline Dictionary_2_t2910090473 * get_mDicAnim_0() const { return ___mDicAnim_0; } inline Dictionary_2_t2910090473 ** get_address_of_mDicAnim_0() { return &___mDicAnim_0; } inline void set_mDicAnim_0(Dictionary_2_t2910090473 * value) { ___mDicAnim_0 = value; Il2CppCodeGenWriteBarrier((&___mDicAnim_0), value); } inline static int32_t get_offset_of_m_bEnable_1() { return static_cast(offsetof(shopModel_t101745799, ___m_bEnable_1)); } inline bool get_m_bEnable_1() const { return ___m_bEnable_1; } inline bool* get_address_of_m_bEnable_1() { return &___m_bEnable_1; } inline void set_m_bEnable_1(bool value) { ___m_bEnable_1 = value; } inline static int32_t get_offset_of_m_bActiveMainRole_2() { return static_cast(offsetof(shopModel_t101745799, ___m_bActiveMainRole_2)); } inline bool get_m_bActiveMainRole_2() const { return ___m_bActiveMainRole_2; } inline bool* get_address_of_m_bActiveMainRole_2() { return &___m_bActiveMainRole_2; } inline void set_m_bActiveMainRole_2(bool value) { ___m_bActiveMainRole_2 = value; } inline static int32_t get_offset_of_m_bActiveShowMale_3() { return static_cast(offsetof(shopModel_t101745799, ___m_bActiveShowMale_3)); } inline bool get_m_bActiveShowMale_3() const { return ___m_bActiveShowMale_3; } inline bool* get_address_of_m_bActiveShowMale_3() { return &___m_bActiveShowMale_3; } inline void set_m_bActiveShowMale_3(bool value) { ___m_bActiveShowMale_3 = value; } inline static int32_t get_offset_of_m_bCoupleRoles_4() { return static_cast(offsetof(shopModel_t101745799, ___m_bCoupleRoles_4)); } inline bool get_m_bCoupleRoles_4() const { return ___m_bCoupleRoles_4; } inline bool* get_address_of_m_bCoupleRoles_4() { return &___m_bCoupleRoles_4; } inline void set_m_bCoupleRoles_4(bool value) { ___m_bCoupleRoles_4 = value; } inline static int32_t get_offset_of_m_bCoupleReady_5() { return static_cast(offsetof(shopModel_t101745799, ___m_bCoupleReady_5)); } inline bool get_m_bCoupleReady_5() const { return ___m_bCoupleReady_5; } inline bool* get_address_of_m_bCoupleReady_5() { return &___m_bCoupleReady_5; } inline void set_m_bCoupleReady_5(bool value) { ___m_bCoupleReady_5 = value; } inline static int32_t get_offset_of_mModelCouple1_6() { return static_cast(offsetof(shopModel_t101745799, ___mModelCouple1_6)); } inline ISceneRole_t2394225724 * get_mModelCouple1_6() const { return ___mModelCouple1_6; } inline ISceneRole_t2394225724 ** get_address_of_mModelCouple1_6() { return &___mModelCouple1_6; } inline void set_mModelCouple1_6(ISceneRole_t2394225724 * value) { ___mModelCouple1_6 = value; Il2CppCodeGenWriteBarrier((&___mModelCouple1_6), value); } inline static int32_t get_offset_of_ModelCouple1_7() { return static_cast(offsetof(shopModel_t101745799, ___ModelCouple1_7)); } inline bool get_ModelCouple1_7() const { return ___ModelCouple1_7; } inline bool* get_address_of_ModelCouple1_7() { return &___ModelCouple1_7; } inline void set_ModelCouple1_7(bool value) { ___ModelCouple1_7 = value; } inline static int32_t get_offset_of_mCoupleUserId1_8() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleUserId1_8)); } inline int64_t get_mCoupleUserId1_8() const { return ___mCoupleUserId1_8; } inline int64_t* get_address_of_mCoupleUserId1_8() { return &___mCoupleUserId1_8; } inline void set_mCoupleUserId1_8(int64_t value) { ___mCoupleUserId1_8 = value; } inline static int32_t get_offset_of_mCoupleSex1_9() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleSex1_9)); } inline int32_t get_mCoupleSex1_9() const { return ___mCoupleSex1_9; } inline int32_t* get_address_of_mCoupleSex1_9() { return &___mCoupleSex1_9; } inline void set_mCoupleSex1_9(int32_t value) { ___mCoupleSex1_9 = value; } inline static int32_t get_offset_of_mCoupleUserId2_10() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleUserId2_10)); } inline int64_t get_mCoupleUserId2_10() const { return ___mCoupleUserId2_10; } inline int64_t* get_address_of_mCoupleUserId2_10() { return &___mCoupleUserId2_10; } inline void set_mCoupleUserId2_10(int64_t value) { ___mCoupleUserId2_10 = value; } inline static int32_t get_offset_of_mCoupleSex2_11() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleSex2_11)); } inline int32_t get_mCoupleSex2_11() const { return ___mCoupleSex2_11; } inline int32_t* get_address_of_mCoupleSex2_11() { return &___mCoupleSex2_11; } inline void set_mCoupleSex2_11(int32_t value) { ___mCoupleSex2_11 = value; } inline static int32_t get_offset_of_mModelCouple2_12() { return static_cast(offsetof(shopModel_t101745799, ___mModelCouple2_12)); } inline ISceneRole_t2394225724 * get_mModelCouple2_12() const { return ___mModelCouple2_12; } inline ISceneRole_t2394225724 ** get_address_of_mModelCouple2_12() { return &___mModelCouple2_12; } inline void set_mModelCouple2_12(ISceneRole_t2394225724 * value) { ___mModelCouple2_12 = value; Il2CppCodeGenWriteBarrier((&___mModelCouple2_12), value); } inline static int32_t get_offset_of_ModelCouple2_13() { return static_cast(offsetof(shopModel_t101745799, ___ModelCouple2_13)); } inline bool get_ModelCouple2_13() const { return ___ModelCouple2_13; } inline bool* get_address_of_ModelCouple2_13() { return &___ModelCouple2_13; } inline void set_ModelCouple2_13(bool value) { ___ModelCouple2_13 = value; } inline static int32_t get_offset_of_m_NextModel_14() { return static_cast(offsetof(shopModel_t101745799, ___m_NextModel_14)); } inline ISceneRole_t2394225724 * get_m_NextModel_14() const { return ___m_NextModel_14; } inline ISceneRole_t2394225724 ** get_address_of_m_NextModel_14() { return &___m_NextModel_14; } inline void set_m_NextModel_14(ISceneRole_t2394225724 * value) { ___m_NextModel_14 = value; Il2CppCodeGenWriteBarrier((&___m_NextModel_14), value); } inline static int32_t get_offset_of_m_NeedShowRoleID_15() { return static_cast(offsetof(shopModel_t101745799, ___m_NeedShowRoleID_15)); } inline int64_t get_m_NeedShowRoleID_15() const { return ___m_NeedShowRoleID_15; } inline int64_t* get_address_of_m_NeedShowRoleID_15() { return &___m_NeedShowRoleID_15; } inline void set_m_NeedShowRoleID_15(int64_t value) { ___m_NeedShowRoleID_15 = value; } inline static int32_t get_offset_of_m_CurActiveRoleID_16() { return static_cast(offsetof(shopModel_t101745799, ___m_CurActiveRoleID_16)); } inline int64_t get_m_CurActiveRoleID_16() const { return ___m_CurActiveRoleID_16; } inline int64_t* get_address_of_m_CurActiveRoleID_16() { return &___m_CurActiveRoleID_16; } inline void set_m_CurActiveRoleID_16(int64_t value) { ___m_CurActiveRoleID_16 = value; } inline static int32_t get_offset_of_m_cachedModelIds_17() { return static_cast(offsetof(shopModel_t101745799, ___m_cachedModelIds_17)); } inline LinkedList_1_t1790591762 * get_m_cachedModelIds_17() const { return ___m_cachedModelIds_17; } inline LinkedList_1_t1790591762 ** get_address_of_m_cachedModelIds_17() { return &___m_cachedModelIds_17; } inline void set_m_cachedModelIds_17(LinkedList_1_t1790591762 * value) { ___m_cachedModelIds_17 = value; Il2CppCodeGenWriteBarrier((&___m_cachedModelIds_17), value); } inline static int32_t get_offset_of_m_listIconDirty_18() { return static_cast(offsetof(shopModel_t101745799, ___m_listIconDirty_18)); } inline BetterList_1_t2105966071 * get_m_listIconDirty_18() const { return ___m_listIconDirty_18; } inline BetterList_1_t2105966071 ** get_address_of_m_listIconDirty_18() { return &___m_listIconDirty_18; } inline void set_m_listIconDirty_18(BetterList_1_t2105966071 * value) { ___m_listIconDirty_18 = value; Il2CppCodeGenWriteBarrier((&___m_listIconDirty_18), value); } inline static int32_t get_offset_of_m_listIconActive_19() { return static_cast(offsetof(shopModel_t101745799, ___m_listIconActive_19)); } inline BetterList_1_t2105966071 * get_m_listIconActive_19() const { return ___m_listIconActive_19; } inline BetterList_1_t2105966071 ** get_address_of_m_listIconActive_19() { return &___m_listIconActive_19; } inline void set_m_listIconActive_19(BetterList_1_t2105966071 * value) { ___m_listIconActive_19 = value; Il2CppCodeGenWriteBarrier((&___m_listIconActive_19), value); } }; struct shopModel_t101745799_StaticFields { public: // DMCore.Logic.shopModel DMCore.Logic.shopModel::s_Instance shopModel_t101745799 * ___s_Instance_20; // System.Predicate`1 DMCore.Logic.shopModel::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_21; // System.Predicate`1 DMCore.Logic.shopModel::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_22; public: inline static int32_t get_offset_of_s_Instance_20() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___s_Instance_20)); } inline shopModel_t101745799 * get_s_Instance_20() const { return ___s_Instance_20; } inline shopModel_t101745799 ** get_address_of_s_Instance_20() { return &___s_Instance_20; } inline void set_s_Instance_20(shopModel_t101745799 * value) { ___s_Instance_20 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_21() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___U3CU3Ef__mgU24cache0_21)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_21() const { return ___U3CU3Ef__mgU24cache0_21; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_21() { return &___U3CU3Ef__mgU24cache0_21; } inline void set_U3CU3Ef__mgU24cache0_21(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_22() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___U3CU3Ef__mgU24cache1_22)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_22() const { return ___U3CU3Ef__mgU24cache1_22; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_22() { return &___U3CU3Ef__mgU24cache1_22; } inline void set_U3CU3Ef__mgU24cache1_22(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPMODEL_T101745799_H #ifndef 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 DICTIONARY_2_T1096415580_H #define DICTIONARY_2_T1096415580_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_t1096415580 : 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 ChooseGroupU5BU5D_t1097100628* ___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_t1096415580, ___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_t1096415580, ___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_t1096415580, ___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_t1096415580, ___valueSlots_7)); } inline ChooseGroupU5BU5D_t1097100628* get_valueSlots_7() const { return ___valueSlots_7; } inline ChooseGroupU5BU5D_t1097100628** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ChooseGroupU5BU5D_t1097100628* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1096415580, ___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_t1096415580, ___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_t1096415580, ___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_t1096415580, ___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_t1096415580, ___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_t1096415580, ___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_t1096415580, ___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_t1096415580_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t701439472 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1096415580_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t701439472 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t701439472 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t701439472 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1096415580_H #ifndef DICTIONARY_2_T1165792132_H #define DICTIONARY_2_T1165792132_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_t1165792132 : 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 StaticConfigUnitU5BU5D_t2610666892* ___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_t1165792132, ___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_t1165792132, ___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_t1165792132, ___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_t1165792132, ___valueSlots_7)); } inline StaticConfigUnitU5BU5D_t2610666892* get_valueSlots_7() const { return ___valueSlots_7; } inline StaticConfigUnitU5BU5D_t2610666892** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StaticConfigUnitU5BU5D_t2610666892* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1165792132, ___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_t1165792132, ___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_t1165792132, ___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_t1165792132, ___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_t1165792132, ___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_t1165792132, ___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_t1165792132, ___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_t1165792132_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2215005736 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1165792132_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2215005736 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2215005736 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2215005736 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1165792132_H #ifndef LIST_1_T1087996142_H #define LIST_1_T1087996142_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_t1087996142 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TeamMemberU5BU5D_t1335568425* ____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_t1087996142, ____items_1)); } inline TeamMemberU5BU5D_t1335568425* get__items_1() const { return ____items_1; } inline TeamMemberU5BU5D_t1335568425** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TeamMemberU5BU5D_t1335568425* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1087996142, ____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_t1087996142, ____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_t1087996142_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TeamMemberU5BU5D_t1335568425* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1087996142_StaticFields, ___EmptyArray_4)); } inline TeamMemberU5BU5D_t1335568425* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TeamMemberU5BU5D_t1335568425** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TeamMemberU5BU5D_t1335568425* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1087996142_H #ifndef WAITTEAMDATA_T1906824585_H #define WAITTEAMDATA_T1906824585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.WaitTeamData struct WaitTeamData_t1906824585 : public RuntimeObject { public: // System.Int32 DMCore.Logic.WaitTeamData::teamId int32_t ___teamId_0; // System.String DMCore.Logic.WaitTeamData::teamName String_t* ___teamName_1; // System.Int32 DMCore.Logic.WaitTeamData::teamPlayerCount int32_t ___teamPlayerCount_2; // System.Boolean DMCore.Logic.WaitTeamData::isFull bool ___isFull_3; // System.Collections.Generic.List`1 DMCore.Logic.WaitTeamData::teamMemberList List_1_t1087996142 * ___teamMemberList_4; public: inline static int32_t get_offset_of_teamId_0() { return static_cast(offsetof(WaitTeamData_t1906824585, ___teamId_0)); } inline int32_t get_teamId_0() const { return ___teamId_0; } inline int32_t* get_address_of_teamId_0() { return &___teamId_0; } inline void set_teamId_0(int32_t value) { ___teamId_0 = value; } inline static int32_t get_offset_of_teamName_1() { return static_cast(offsetof(WaitTeamData_t1906824585, ___teamName_1)); } inline String_t* get_teamName_1() const { return ___teamName_1; } inline String_t** get_address_of_teamName_1() { return &___teamName_1; } inline void set_teamName_1(String_t* value) { ___teamName_1 = value; Il2CppCodeGenWriteBarrier((&___teamName_1), value); } inline static int32_t get_offset_of_teamPlayerCount_2() { return static_cast(offsetof(WaitTeamData_t1906824585, ___teamPlayerCount_2)); } inline int32_t get_teamPlayerCount_2() const { return ___teamPlayerCount_2; } inline int32_t* get_address_of_teamPlayerCount_2() { return &___teamPlayerCount_2; } inline void set_teamPlayerCount_2(int32_t value) { ___teamPlayerCount_2 = value; } inline static int32_t get_offset_of_isFull_3() { return static_cast(offsetof(WaitTeamData_t1906824585, ___isFull_3)); } inline bool get_isFull_3() const { return ___isFull_3; } inline bool* get_address_of_isFull_3() { return &___isFull_3; } inline void set_isFull_3(bool value) { ___isFull_3 = value; } inline static int32_t get_offset_of_teamMemberList_4() { return static_cast(offsetof(WaitTeamData_t1906824585, ___teamMemberList_4)); } inline List_1_t1087996142 * get_teamMemberList_4() const { return ___teamMemberList_4; } inline List_1_t1087996142 ** get_address_of_teamMemberList_4() { return &___teamMemberList_4; } inline void set_teamMemberList_4(List_1_t1087996142 * value) { ___teamMemberList_4 = value; Il2CppCodeGenWriteBarrier((&___teamMemberList_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITTEAMDATA_T1906824585_H #ifndef LIST_1_T3378899327_H #define LIST_1_T3378899327_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_t3378899327 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items WaitTeamDataU5BU5D_t4085145140* ____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_t3378899327, ____items_1)); } inline WaitTeamDataU5BU5D_t4085145140* get__items_1() const { return ____items_1; } inline WaitTeamDataU5BU5D_t4085145140** get_address_of__items_1() { return &____items_1; } inline void set__items_1(WaitTeamDataU5BU5D_t4085145140* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3378899327, ____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_t3378899327, ____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_t3378899327_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray WaitTeamDataU5BU5D_t4085145140* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3378899327_StaticFields, ___EmptyArray_4)); } inline WaitTeamDataU5BU5D_t4085145140* get_EmptyArray_4() const { return ___EmptyArray_4; } inline WaitTeamDataU5BU5D_t4085145140** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(WaitTeamDataU5BU5D_t4085145140* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3378899327_H #ifndef TEAMMEMBER_T3910888696_H #define TEAMMEMBER_T3910888696_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.TeamMember struct TeamMember_t3910888696 : public RuntimeObject { public: // System.Int32 DMCore.Logic.TeamMember::memberId int32_t ___memberId_0; // System.String DMCore.Logic.TeamMember::memberName String_t* ___memberName_1; // System.Int32 DMCore.Logic.TeamMember::memberLevel int32_t ___memberLevel_2; // System.Int32 DMCore.Logic.TeamMember::memberSex int32_t ___memberSex_3; // System.Boolean DMCore.Logic.TeamMember::isLeader bool ___isLeader_4; public: inline static int32_t get_offset_of_memberId_0() { return static_cast(offsetof(TeamMember_t3910888696, ___memberId_0)); } inline int32_t get_memberId_0() const { return ___memberId_0; } inline int32_t* get_address_of_memberId_0() { return &___memberId_0; } inline void set_memberId_0(int32_t value) { ___memberId_0 = value; } inline static int32_t get_offset_of_memberName_1() { return static_cast(offsetof(TeamMember_t3910888696, ___memberName_1)); } inline String_t* get_memberName_1() const { return ___memberName_1; } inline String_t** get_address_of_memberName_1() { return &___memberName_1; } inline void set_memberName_1(String_t* value) { ___memberName_1 = value; Il2CppCodeGenWriteBarrier((&___memberName_1), value); } inline static int32_t get_offset_of_memberLevel_2() { return static_cast(offsetof(TeamMember_t3910888696, ___memberLevel_2)); } inline int32_t get_memberLevel_2() const { return ___memberLevel_2; } inline int32_t* get_address_of_memberLevel_2() { return &___memberLevel_2; } inline void set_memberLevel_2(int32_t value) { ___memberLevel_2 = value; } inline static int32_t get_offset_of_memberSex_3() { return static_cast(offsetof(TeamMember_t3910888696, ___memberSex_3)); } inline int32_t get_memberSex_3() const { return ___memberSex_3; } inline int32_t* get_address_of_memberSex_3() { return &___memberSex_3; } inline void set_memberSex_3(int32_t value) { ___memberSex_3 = value; } inline static int32_t get_offset_of_isLeader_4() { return static_cast(offsetof(TeamMember_t3910888696, ___isLeader_4)); } inline bool get_isLeader_4() const { return ___isLeader_4; } inline bool* get_address_of_isLeader_4() { return &___isLeader_4; } inline void set_isLeader_4(bool value) { ___isLeader_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEAMMEMBER_T3910888696_H #ifndef CGUILDCHALLENGETEAMMANAGER_T4025118022_H #define CGUILDCHALLENGETEAMMANAGER_T4025118022_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeTeamManager struct CGuildChallengeTeamManager_t4025118022 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CGuildChallengeTeamManager::waitTeamDataList List_1_t3378899327 * ___waitTeamDataList_1; // System.Boolean DMCore.Logic.CGuildChallengeTeamManager::isInTeam bool ___isInTeam_2; // DMCore.Logic.TeamMember DMCore.Logic.CGuildChallengeTeamManager::my TeamMember_t3910888696 * ___my_3; public: inline static int32_t get_offset_of_waitTeamDataList_1() { return static_cast(offsetof(CGuildChallengeTeamManager_t4025118022, ___waitTeamDataList_1)); } inline List_1_t3378899327 * get_waitTeamDataList_1() const { return ___waitTeamDataList_1; } inline List_1_t3378899327 ** get_address_of_waitTeamDataList_1() { return &___waitTeamDataList_1; } inline void set_waitTeamDataList_1(List_1_t3378899327 * value) { ___waitTeamDataList_1 = value; Il2CppCodeGenWriteBarrier((&___waitTeamDataList_1), value); } inline static int32_t get_offset_of_isInTeam_2() { return static_cast(offsetof(CGuildChallengeTeamManager_t4025118022, ___isInTeam_2)); } inline bool get_isInTeam_2() const { return ___isInTeam_2; } inline bool* get_address_of_isInTeam_2() { return &___isInTeam_2; } inline void set_isInTeam_2(bool value) { ___isInTeam_2 = value; } inline static int32_t get_offset_of_my_3() { return static_cast(offsetof(CGuildChallengeTeamManager_t4025118022, ___my_3)); } inline TeamMember_t3910888696 * get_my_3() const { return ___my_3; } inline TeamMember_t3910888696 ** get_address_of_my_3() { return &___my_3; } inline void set_my_3(TeamMember_t3910888696 * value) { ___my_3 = value; Il2CppCodeGenWriteBarrier((&___my_3), value); } }; struct CGuildChallengeTeamManager_t4025118022_StaticFields { public: // DMCore.Logic.CGuildChallengeTeamManager DMCore.Logic.CGuildChallengeTeamManager::s_Instance CGuildChallengeTeamManager_t4025118022 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CGuildChallengeTeamManager_t4025118022_StaticFields, ___s_Instance_0)); } inline CGuildChallengeTeamManager_t4025118022 * get_s_Instance_0() const { return ___s_Instance_0; } inline CGuildChallengeTeamManager_t4025118022 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CGuildChallengeTeamManager_t4025118022 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDCHALLENGETEAMMANAGER_T4025118022_H #ifndef U3CGETCHALLENGEBOSSDATABYBOSSIDU3EC__ANONSTOREY0_T3906147723_H #define U3CGETCHALLENGEBOSSDATABYBOSSIDU3EC__ANONSTOREY0_T3906147723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeModel/c__AnonStorey0 struct U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildChallengeModel/c__AnonStorey0::bossId int32_t ___bossId_0; public: inline static int32_t get_offset_of_bossId_0() { return static_cast(offsetof(U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723, ___bossId_0)); } inline int32_t get_bossId_0() const { return ___bossId_0; } inline int32_t* get_address_of_bossId_0() { return &___bossId_0; } inline void set_bossId_0(int32_t value) { ___bossId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCHALLENGEBOSSDATABYBOSSIDU3EC__ANONSTOREY0_T3906147723_H #ifndef SORTKEYINFO_1_T3619707304_H #define SORTKEYINFO_1_T3619707304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3619707304 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV int32_t ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV int32_t ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___LKV_0)); } inline int32_t get_LKV_0() const { return ___LKV_0; } inline int32_t* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(int32_t value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___RKV_1)); } inline int32_t get_RKV_1() const { return ___RKV_1; } inline int32_t* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(int32_t value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T3619707304_H #ifndef CGUILDCHALLENGEMANAGER_T610245203_H #define CGUILDCHALLENGEMANAGER_T610245203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeManager struct CGuildChallengeManager_t610245203 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CGuildChallengeManager::challengeBossData List_1_t1260420484 * ___challengeBossData_1; // System.Int32 DMCore.Logic.CGuildChallengeManager::currUnLockCount int32_t ___currUnLockCount_2; public: inline static int32_t get_offset_of_challengeBossData_1() { return static_cast(offsetof(CGuildChallengeManager_t610245203, ___challengeBossData_1)); } inline List_1_t1260420484 * get_challengeBossData_1() const { return ___challengeBossData_1; } inline List_1_t1260420484 ** get_address_of_challengeBossData_1() { return &___challengeBossData_1; } inline void set_challengeBossData_1(List_1_t1260420484 * value) { ___challengeBossData_1 = value; Il2CppCodeGenWriteBarrier((&___challengeBossData_1), value); } inline static int32_t get_offset_of_currUnLockCount_2() { return static_cast(offsetof(CGuildChallengeManager_t610245203, ___currUnLockCount_2)); } inline int32_t get_currUnLockCount_2() const { return ___currUnLockCount_2; } inline int32_t* get_address_of_currUnLockCount_2() { return &___currUnLockCount_2; } inline void set_currUnLockCount_2(int32_t value) { ___currUnLockCount_2 = value; } }; struct CGuildChallengeManager_t610245203_StaticFields { public: // DMCore.Logic.CGuildChallengeManager DMCore.Logic.CGuildChallengeManager::s_Instance CGuildChallengeManager_t610245203 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CGuildChallengeManager_t610245203_StaticFields, ___s_Instance_0)); } inline CGuildChallengeManager_t610245203 * get_s_Instance_0() const { return ___s_Instance_0; } inline CGuildChallengeManager_t610245203 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CGuildChallengeManager_t610245203 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDCHALLENGEMANAGER_T610245203_H #ifndef LIST_1_T1260420484_H #define LIST_1_T1260420484_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_t1260420484 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ChallengeBossDataU5BU5D_t413673595* ____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_t1260420484, ____items_1)); } inline ChallengeBossDataU5BU5D_t413673595* get__items_1() const { return ____items_1; } inline ChallengeBossDataU5BU5D_t413673595** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ChallengeBossDataU5BU5D_t413673595* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1260420484, ____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_t1260420484, ____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_t1260420484_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ChallengeBossDataU5BU5D_t413673595* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1260420484_StaticFields, ___EmptyArray_4)); } inline ChallengeBossDataU5BU5D_t413673595* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ChallengeBossDataU5BU5D_t413673595** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ChallengeBossDataU5BU5D_t413673595* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1260420484_H #ifndef CHALLENGEBOSSDATA_T4083313038_H #define CHALLENGEBOSSDATA_T4083313038_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChallengeBossData struct ChallengeBossData_t4083313038 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3CbossIDU3Ek__BackingField_0; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3CbossModelNoU3Ek__BackingField_1; // System.Single DMCore.Logic.ChallengeBossData::k__BackingField float ___U3CbossHPMaxU3Ek__BackingField_2; // System.Single DMCore.Logic.ChallengeBossData::k__BackingField float ___U3CbossHpCurrU3Ek__BackingField_3; // System.String DMCore.Logic.ChallengeBossData::k__BackingField String_t* ___U3CbossNameU3Ek__BackingField_4; // System.String DMCore.Logic.ChallengeBossData::k__BackingField String_t* ___U3CbossIntroductionU3Ek__BackingField_5; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3CneedGuildLevelU3Ek__BackingField_6; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3CcurrGuildLevelU3Ek__BackingField_7; // System.Boolean DMCore.Logic.ChallengeBossData::k__BackingField bool ___U3CisLockU3Ek__BackingField_8; // System.Boolean DMCore.Logic.ChallengeBossData::k__BackingField bool ___U3CisDeathU3Ek__BackingField_9; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3CstatusU3Ek__BackingField_10; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3ChaveChallengeCountU3Ek__BackingField_11; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3ChaveChallengeCountMaxU3Ek__BackingField_12; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3CguildContributionU3Ek__BackingField_13; // System.Int32 DMCore.Logic.ChallengeBossData::k__BackingField int32_t ___U3CadditionU3Ek__BackingField_14; // System.String DMCore.Logic.ChallengeBossData::k__BackingField String_t* ___U3CpassAwardU3Ek__BackingField_15; // System.String DMCore.Logic.ChallengeBossData::k__BackingField String_t* ___U3CkillAwardU3Ek__BackingField_16; public: inline static int32_t get_offset_of_U3CbossIDU3Ek__BackingField_0() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CbossIDU3Ek__BackingField_0)); } inline int32_t get_U3CbossIDU3Ek__BackingField_0() const { return ___U3CbossIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CbossIDU3Ek__BackingField_0() { return &___U3CbossIDU3Ek__BackingField_0; } inline void set_U3CbossIDU3Ek__BackingField_0(int32_t value) { ___U3CbossIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CbossModelNoU3Ek__BackingField_1() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CbossModelNoU3Ek__BackingField_1)); } inline int32_t get_U3CbossModelNoU3Ek__BackingField_1() const { return ___U3CbossModelNoU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CbossModelNoU3Ek__BackingField_1() { return &___U3CbossModelNoU3Ek__BackingField_1; } inline void set_U3CbossModelNoU3Ek__BackingField_1(int32_t value) { ___U3CbossModelNoU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CbossHPMaxU3Ek__BackingField_2() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CbossHPMaxU3Ek__BackingField_2)); } inline float get_U3CbossHPMaxU3Ek__BackingField_2() const { return ___U3CbossHPMaxU3Ek__BackingField_2; } inline float* get_address_of_U3CbossHPMaxU3Ek__BackingField_2() { return &___U3CbossHPMaxU3Ek__BackingField_2; } inline void set_U3CbossHPMaxU3Ek__BackingField_2(float value) { ___U3CbossHPMaxU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CbossHpCurrU3Ek__BackingField_3() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CbossHpCurrU3Ek__BackingField_3)); } inline float get_U3CbossHpCurrU3Ek__BackingField_3() const { return ___U3CbossHpCurrU3Ek__BackingField_3; } inline float* get_address_of_U3CbossHpCurrU3Ek__BackingField_3() { return &___U3CbossHpCurrU3Ek__BackingField_3; } inline void set_U3CbossHpCurrU3Ek__BackingField_3(float value) { ___U3CbossHpCurrU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CbossNameU3Ek__BackingField_4() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CbossNameU3Ek__BackingField_4)); } inline String_t* get_U3CbossNameU3Ek__BackingField_4() const { return ___U3CbossNameU3Ek__BackingField_4; } inline String_t** get_address_of_U3CbossNameU3Ek__BackingField_4() { return &___U3CbossNameU3Ek__BackingField_4; } inline void set_U3CbossNameU3Ek__BackingField_4(String_t* value) { ___U3CbossNameU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CbossNameU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CbossIntroductionU3Ek__BackingField_5() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CbossIntroductionU3Ek__BackingField_5)); } inline String_t* get_U3CbossIntroductionU3Ek__BackingField_5() const { return ___U3CbossIntroductionU3Ek__BackingField_5; } inline String_t** get_address_of_U3CbossIntroductionU3Ek__BackingField_5() { return &___U3CbossIntroductionU3Ek__BackingField_5; } inline void set_U3CbossIntroductionU3Ek__BackingField_5(String_t* value) { ___U3CbossIntroductionU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CbossIntroductionU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CneedGuildLevelU3Ek__BackingField_6() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CneedGuildLevelU3Ek__BackingField_6)); } inline int32_t get_U3CneedGuildLevelU3Ek__BackingField_6() const { return ___U3CneedGuildLevelU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CneedGuildLevelU3Ek__BackingField_6() { return &___U3CneedGuildLevelU3Ek__BackingField_6; } inline void set_U3CneedGuildLevelU3Ek__BackingField_6(int32_t value) { ___U3CneedGuildLevelU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CcurrGuildLevelU3Ek__BackingField_7() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CcurrGuildLevelU3Ek__BackingField_7)); } inline int32_t get_U3CcurrGuildLevelU3Ek__BackingField_7() const { return ___U3CcurrGuildLevelU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CcurrGuildLevelU3Ek__BackingField_7() { return &___U3CcurrGuildLevelU3Ek__BackingField_7; } inline void set_U3CcurrGuildLevelU3Ek__BackingField_7(int32_t value) { ___U3CcurrGuildLevelU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CisLockU3Ek__BackingField_8() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CisLockU3Ek__BackingField_8)); } inline bool get_U3CisLockU3Ek__BackingField_8() const { return ___U3CisLockU3Ek__BackingField_8; } inline bool* get_address_of_U3CisLockU3Ek__BackingField_8() { return &___U3CisLockU3Ek__BackingField_8; } inline void set_U3CisLockU3Ek__BackingField_8(bool value) { ___U3CisLockU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CisDeathU3Ek__BackingField_9() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CisDeathU3Ek__BackingField_9)); } inline bool get_U3CisDeathU3Ek__BackingField_9() const { return ___U3CisDeathU3Ek__BackingField_9; } inline bool* get_address_of_U3CisDeathU3Ek__BackingField_9() { return &___U3CisDeathU3Ek__BackingField_9; } inline void set_U3CisDeathU3Ek__BackingField_9(bool value) { ___U3CisDeathU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CstatusU3Ek__BackingField_10() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CstatusU3Ek__BackingField_10)); } inline int32_t get_U3CstatusU3Ek__BackingField_10() const { return ___U3CstatusU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CstatusU3Ek__BackingField_10() { return &___U3CstatusU3Ek__BackingField_10; } inline void set_U3CstatusU3Ek__BackingField_10(int32_t value) { ___U3CstatusU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3ChaveChallengeCountU3Ek__BackingField_11() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3ChaveChallengeCountU3Ek__BackingField_11)); } inline int32_t get_U3ChaveChallengeCountU3Ek__BackingField_11() const { return ___U3ChaveChallengeCountU3Ek__BackingField_11; } inline int32_t* get_address_of_U3ChaveChallengeCountU3Ek__BackingField_11() { return &___U3ChaveChallengeCountU3Ek__BackingField_11; } inline void set_U3ChaveChallengeCountU3Ek__BackingField_11(int32_t value) { ___U3ChaveChallengeCountU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3ChaveChallengeCountMaxU3Ek__BackingField_12() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3ChaveChallengeCountMaxU3Ek__BackingField_12)); } inline int32_t get_U3ChaveChallengeCountMaxU3Ek__BackingField_12() const { return ___U3ChaveChallengeCountMaxU3Ek__BackingField_12; } inline int32_t* get_address_of_U3ChaveChallengeCountMaxU3Ek__BackingField_12() { return &___U3ChaveChallengeCountMaxU3Ek__BackingField_12; } inline void set_U3ChaveChallengeCountMaxU3Ek__BackingField_12(int32_t value) { ___U3ChaveChallengeCountMaxU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CguildContributionU3Ek__BackingField_13() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CguildContributionU3Ek__BackingField_13)); } inline int32_t get_U3CguildContributionU3Ek__BackingField_13() const { return ___U3CguildContributionU3Ek__BackingField_13; } inline int32_t* get_address_of_U3CguildContributionU3Ek__BackingField_13() { return &___U3CguildContributionU3Ek__BackingField_13; } inline void set_U3CguildContributionU3Ek__BackingField_13(int32_t value) { ___U3CguildContributionU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CadditionU3Ek__BackingField_14() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CadditionU3Ek__BackingField_14)); } inline int32_t get_U3CadditionU3Ek__BackingField_14() const { return ___U3CadditionU3Ek__BackingField_14; } inline int32_t* get_address_of_U3CadditionU3Ek__BackingField_14() { return &___U3CadditionU3Ek__BackingField_14; } inline void set_U3CadditionU3Ek__BackingField_14(int32_t value) { ___U3CadditionU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CpassAwardU3Ek__BackingField_15() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CpassAwardU3Ek__BackingField_15)); } inline String_t* get_U3CpassAwardU3Ek__BackingField_15() const { return ___U3CpassAwardU3Ek__BackingField_15; } inline String_t** get_address_of_U3CpassAwardU3Ek__BackingField_15() { return &___U3CpassAwardU3Ek__BackingField_15; } inline void set_U3CpassAwardU3Ek__BackingField_15(String_t* value) { ___U3CpassAwardU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((&___U3CpassAwardU3Ek__BackingField_15), value); } inline static int32_t get_offset_of_U3CkillAwardU3Ek__BackingField_16() { return static_cast(offsetof(ChallengeBossData_t4083313038, ___U3CkillAwardU3Ek__BackingField_16)); } inline String_t* get_U3CkillAwardU3Ek__BackingField_16() const { return ___U3CkillAwardU3Ek__BackingField_16; } inline String_t** get_address_of_U3CkillAwardU3Ek__BackingField_16() { return &___U3CkillAwardU3Ek__BackingField_16; } inline void set_U3CkillAwardU3Ek__BackingField_16(String_t* value) { ___U3CkillAwardU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((&___U3CkillAwardU3Ek__BackingField_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHALLENGEBOSSDATA_T4083313038_H #ifndef CGUILDCHALLENGEMODEL_T1632606626_H #define CGUILDCHALLENGEMODEL_T1632606626_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeModel struct CGuildChallengeModel_t1632606626 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CGuildChallengeModel::challengeBossData List_1_t1260420484 * ___challengeBossData_1; // System.Int32 DMCore.Logic.CGuildChallengeModel::currUnLockCount int32_t ___currUnLockCount_2; // System.Int32 DMCore.Logic.CGuildChallengeModel::guildId int32_t ___guildId_3; // System.Int32 DMCore.Logic.CGuildChallengeModel::chanllengeCount int32_t ___chanllengeCount_4; // System.Int32 DMCore.Logic.CGuildChallengeModel::selectGuildPassId int32_t ___selectGuildPassId_5; public: inline static int32_t get_offset_of_challengeBossData_1() { return static_cast(offsetof(CGuildChallengeModel_t1632606626, ___challengeBossData_1)); } inline List_1_t1260420484 * get_challengeBossData_1() const { return ___challengeBossData_1; } inline List_1_t1260420484 ** get_address_of_challengeBossData_1() { return &___challengeBossData_1; } inline void set_challengeBossData_1(List_1_t1260420484 * value) { ___challengeBossData_1 = value; Il2CppCodeGenWriteBarrier((&___challengeBossData_1), value); } inline static int32_t get_offset_of_currUnLockCount_2() { return static_cast(offsetof(CGuildChallengeModel_t1632606626, ___currUnLockCount_2)); } inline int32_t get_currUnLockCount_2() const { return ___currUnLockCount_2; } inline int32_t* get_address_of_currUnLockCount_2() { return &___currUnLockCount_2; } inline void set_currUnLockCount_2(int32_t value) { ___currUnLockCount_2 = value; } inline static int32_t get_offset_of_guildId_3() { return static_cast(offsetof(CGuildChallengeModel_t1632606626, ___guildId_3)); } inline int32_t get_guildId_3() const { return ___guildId_3; } inline int32_t* get_address_of_guildId_3() { return &___guildId_3; } inline void set_guildId_3(int32_t value) { ___guildId_3 = value; } inline static int32_t get_offset_of_chanllengeCount_4() { return static_cast(offsetof(CGuildChallengeModel_t1632606626, ___chanllengeCount_4)); } inline int32_t get_chanllengeCount_4() const { return ___chanllengeCount_4; } inline int32_t* get_address_of_chanllengeCount_4() { return &___chanllengeCount_4; } inline void set_chanllengeCount_4(int32_t value) { ___chanllengeCount_4 = value; } inline static int32_t get_offset_of_selectGuildPassId_5() { return static_cast(offsetof(CGuildChallengeModel_t1632606626, ___selectGuildPassId_5)); } inline int32_t get_selectGuildPassId_5() const { return ___selectGuildPassId_5; } inline int32_t* get_address_of_selectGuildPassId_5() { return &___selectGuildPassId_5; } inline void set_selectGuildPassId_5(int32_t value) { ___selectGuildPassId_5 = value; } }; struct CGuildChallengeModel_t1632606626_StaticFields { public: // DMCore.Logic.CGuildChallengeModel DMCore.Logic.CGuildChallengeModel::s_Instance CGuildChallengeModel_t1632606626 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CGuildChallengeModel_t1632606626_StaticFields, ___s_Instance_0)); } inline CGuildChallengeModel_t1632606626 * get_s_Instance_0() const { return ___s_Instance_0; } inline CGuildChallengeModel_t1632606626 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CGuildChallengeModel_t1632606626 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDCHALLENGEMODEL_T1632606626_H #ifndef CHALLENGEBOSSTEXT_T2436435923_H #define CHALLENGEBOSSTEXT_T2436435923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChallengeBossTextManager/ChallengeBossText struct ChallengeBossText_t2436435923 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ChallengeBossTextManager/ChallengeBossText::guildPassID int32_t ___guildPassID_0; // System.String DMCore.Logic.ChallengeBossTextManager/ChallengeBossText::bossName String_t* ___bossName_1; // System.String DMCore.Logic.ChallengeBossTextManager/ChallengeBossText::bossIntroduction String_t* ___bossIntroduction_2; public: inline static int32_t get_offset_of_guildPassID_0() { return static_cast(offsetof(ChallengeBossText_t2436435923, ___guildPassID_0)); } inline int32_t get_guildPassID_0() const { return ___guildPassID_0; } inline int32_t* get_address_of_guildPassID_0() { return &___guildPassID_0; } inline void set_guildPassID_0(int32_t value) { ___guildPassID_0 = value; } inline static int32_t get_offset_of_bossName_1() { return static_cast(offsetof(ChallengeBossText_t2436435923, ___bossName_1)); } inline String_t* get_bossName_1() const { return ___bossName_1; } inline String_t** get_address_of_bossName_1() { return &___bossName_1; } inline void set_bossName_1(String_t* value) { ___bossName_1 = value; Il2CppCodeGenWriteBarrier((&___bossName_1), value); } inline static int32_t get_offset_of_bossIntroduction_2() { return static_cast(offsetof(ChallengeBossText_t2436435923, ___bossIntroduction_2)); } inline String_t* get_bossIntroduction_2() const { return ___bossIntroduction_2; } inline String_t** get_address_of_bossIntroduction_2() { return &___bossIntroduction_2; } inline void set_bossIntroduction_2(String_t* value) { ___bossIntroduction_2 = value; Il2CppCodeGenWriteBarrier((&___bossIntroduction_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHALLENGEBOSSTEXT_T2436435923_H #ifndef U3CJOINWAITTEAMU3EC__ANONSTOREY0_T3091179013_H #define U3CJOINWAITTEAMU3EC__ANONSTOREY0_T3091179013_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey0 struct U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey0::waitTeamId int32_t ___waitTeamId_0; public: inline static int32_t get_offset_of_waitTeamId_0() { return static_cast(offsetof(U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013, ___waitTeamId_0)); } inline int32_t get_waitTeamId_0() const { return ___waitTeamId_0; } inline int32_t* get_address_of_waitTeamId_0() { return &___waitTeamId_0; } inline void set_waitTeamId_0(int32_t value) { ___waitTeamId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CJOINWAITTEAMU3EC__ANONSTOREY0_T3091179013_H #ifndef DICTIONARY_2_T980893118_H #define DICTIONARY_2_T980893118_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_t980893118 : 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_t1650979114* ___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_t980893118, ___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_t980893118, ___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_t980893118, ___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_t980893118, ___valueSlots_7)); } inline List_1U5BU5D_t1650979114* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t1650979114** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t1650979114* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t980893118, ___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_t980893118, ___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_t980893118, ___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_t980893118, ___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_t980893118, ___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_t980893118, ___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_t980893118, ___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_t980893118_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1255317958 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t980893118_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1255317958 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1255317958 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1255317958 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T980893118_H #ifndef DICTIONARY_2_T1325149254_H #define DICTIONARY_2_T1325149254_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_t1325149254 : 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 ChallengeBossTextU5BU5D_t3756134274* ___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_t1325149254, ___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_t1325149254, ___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_t1325149254, ___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_t1325149254, ___valueSlots_7)); } inline ChallengeBossTextU5BU5D_t3756134274* get_valueSlots_7() const { return ___valueSlots_7; } inline ChallengeBossTextU5BU5D_t3756134274** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ChallengeBossTextU5BU5D_t3756134274* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1325149254, ___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_t1325149254, ___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_t1325149254, ___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_t1325149254, ___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_t1325149254, ___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_t1325149254, ___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_t1325149254, ___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_t1325149254_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3360473118 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1325149254_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3360473118 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3360473118 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3360473118 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1325149254_H #ifndef CCHANGENAMEMANAGER_T2068867582_H #define CCHANGENAMEMANAGER_T2068867582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582 : public RuntimeObject { public: // DMCore.Logic.CChangeNameInfo DMCore.Logic.CChangeNameManager::_info_set CChangeNameInfo_t1998310127 * ____info_set_0; // System.Boolean DMCore.Logic.CChangeNameManager::_is_need_refresh_name bool ____is_need_refresh_name_1; // System.String DMCore.Logic.CChangeNameManager::_new_name String_t* ____new_name_2; public: inline static int32_t get_offset_of__info_set_0() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____info_set_0)); } inline CChangeNameInfo_t1998310127 * get__info_set_0() const { return ____info_set_0; } inline CChangeNameInfo_t1998310127 ** get_address_of__info_set_0() { return &____info_set_0; } inline void set__info_set_0(CChangeNameInfo_t1998310127 * value) { ____info_set_0 = value; Il2CppCodeGenWriteBarrier((&____info_set_0), value); } inline static int32_t get_offset_of__is_need_refresh_name_1() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____is_need_refresh_name_1)); } inline bool get__is_need_refresh_name_1() const { return ____is_need_refresh_name_1; } inline bool* get_address_of__is_need_refresh_name_1() { return &____is_need_refresh_name_1; } inline void set__is_need_refresh_name_1(bool value) { ____is_need_refresh_name_1 = value; } inline static int32_t get_offset_of__new_name_2() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____new_name_2)); } inline String_t* get__new_name_2() const { return ____new_name_2; } inline String_t** get_address_of__new_name_2() { return &____new_name_2; } inline void set__new_name_2(String_t* value) { ____new_name_2 = value; Il2CppCodeGenWriteBarrier((&____new_name_2), value); } }; struct CChangeNameManager_t2068867582_StaticFields { public: // DMCore.Logic.CChangeNameManager DMCore.Logic.CChangeNameManager::s_instance CChangeNameManager_t2068867582 * ___s_instance_3; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CChangeNameManager_t2068867582_StaticFields, ___s_instance_3)); } inline CChangeNameManager_t2068867582 * get_s_instance_3() const { return ___s_instance_3; } inline CChangeNameManager_t2068867582 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CChangeNameManager_t2068867582 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGENAMEMANAGER_T2068867582_H #ifndef CCREATECONDITION_T197933841_H #define CCREATECONDITION_T197933841_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CCreateCondition struct CCreateCondition_t197933841 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CCreateCondition::NeedGold int32_t ___NeedGold_0; // System.Int32 DMCore.Logic.CCreateCondition::NeedLevel int32_t ___NeedLevel_1; // System.Int32 DMCore.Logic.CCreateCondition::NameLength int32_t ___NameLength_2; public: inline static int32_t get_offset_of_NeedGold_0() { return static_cast(offsetof(CCreateCondition_t197933841, ___NeedGold_0)); } inline int32_t get_NeedGold_0() const { return ___NeedGold_0; } inline int32_t* get_address_of_NeedGold_0() { return &___NeedGold_0; } inline void set_NeedGold_0(int32_t value) { ___NeedGold_0 = value; } inline static int32_t get_offset_of_NeedLevel_1() { return static_cast(offsetof(CCreateCondition_t197933841, ___NeedLevel_1)); } inline int32_t get_NeedLevel_1() const { return ___NeedLevel_1; } inline int32_t* get_address_of_NeedLevel_1() { return &___NeedLevel_1; } inline void set_NeedLevel_1(int32_t value) { ___NeedLevel_1 = value; } inline static int32_t get_offset_of_NameLength_2() { return static_cast(offsetof(CCreateCondition_t197933841, ___NameLength_2)); } inline int32_t get_NameLength_2() const { return ___NameLength_2; } inline int32_t* get_address_of_NameLength_2() { return &___NameLength_2; } inline void set_NameLength_2(int32_t value) { ___NameLength_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCREATECONDITION_T197933841_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 U3CGETGUILDBYIDU3EC__ANONSTOREY0_T2851035071_H #define U3CGETGUILDBYIDU3EC__ANONSTOREY0_T2851035071_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildManager/c__AnonStorey0 struct U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CGuildManager/c__AnonStorey0::guildID int64_t ___guildID_0; public: inline static int32_t get_offset_of_guildID_0() { return static_cast(offsetof(U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071, ___guildID_0)); } inline int64_t get_guildID_0() const { return ___guildID_0; } inline int64_t* get_address_of_guildID_0() { return &___guildID_0; } inline void set_guildID_0(int64_t value) { ___guildID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETGUILDBYIDU3EC__ANONSTOREY0_T2851035071_H #ifndef U3CJOINWAITTEAMU3EC__ANONSTOREY1_T1134863877_H #define U3CJOINWAITTEAMU3EC__ANONSTOREY1_T1134863877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey1 struct U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey1::waitTeamId int32_t ___waitTeamId_0; public: inline static int32_t get_offset_of_waitTeamId_0() { return static_cast(offsetof(U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877, ___waitTeamId_0)); } inline int32_t get_waitTeamId_0() const { return ___waitTeamId_0; } inline int32_t* get_address_of_waitTeamId_0() { return &___waitTeamId_0; } inline void set_waitTeamId_0(int32_t value) { ___waitTeamId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CJOINWAITTEAMU3EC__ANONSTOREY1_T1134863877_H #ifndef U3CLEAVEWAITTEAMU3EC__ANONSTOREY2_T1430637948_H #define U3CLEAVEWAITTEAMU3EC__ANONSTOREY2_T1430637948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey2 struct U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey2::waitTeamId int32_t ___waitTeamId_0; public: inline static int32_t get_offset_of_waitTeamId_0() { return static_cast(offsetof(U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948, ___waitTeamId_0)); } inline int32_t get_waitTeamId_0() const { return ___waitTeamId_0; } inline int32_t* get_address_of_waitTeamId_0() { return &___waitTeamId_0; } inline void set_waitTeamId_0(int32_t value) { ___waitTeamId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLEAVEWAITTEAMU3EC__ANONSTOREY2_T1430637948_H #ifndef U3CREMOVEWAITTEAMU3EC__ANONSTOREY3_T4167003248_H #define U3CREMOVEWAITTEAMU3EC__ANONSTOREY3_T4167003248_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3 struct U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3::waitTeamId int32_t ___waitTeamId_0; // System.Int32 DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3::memberId int32_t ___memberId_1; public: inline static int32_t get_offset_of_waitTeamId_0() { return static_cast(offsetof(U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248, ___waitTeamId_0)); } inline int32_t get_waitTeamId_0() const { return ___waitTeamId_0; } inline int32_t* get_address_of_waitTeamId_0() { return &___waitTeamId_0; } inline void set_waitTeamId_0(int32_t value) { ___waitTeamId_0 = value; } inline static int32_t get_offset_of_memberId_1() { return static_cast(offsetof(U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248, ___memberId_1)); } inline int32_t get_memberId_1() const { return ___memberId_1; } inline int32_t* get_address_of_memberId_1() { return &___memberId_1; } inline void set_memberId_1(int32_t value) { ___memberId_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREMOVEWAITTEAMU3EC__ANONSTOREY3_T4167003248_H #ifndef U3CDELETETEAMU3EC__ANONSTOREY4_T4104256040_H #define U3CDELETETEAMU3EC__ANONSTOREY4_T4104256040_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey4 struct U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey4::waitTeamId int32_t ___waitTeamId_0; public: inline static int32_t get_offset_of_waitTeamId_0() { return static_cast(offsetof(U3CDeleteTeamU3Ec__AnonStorey4_t4104256040, ___waitTeamId_0)); } inline int32_t get_waitTeamId_0() const { return ___waitTeamId_0; } inline int32_t* get_address_of_waitTeamId_0() { return &___waitTeamId_0; } inline void set_waitTeamId_0(int32_t value) { ___waitTeamId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDELETETEAMU3EC__ANONSTOREY4_T4104256040_H #ifndef ITASKBASE_1_T2595950535_H #define ITASKBASE_1_T2595950535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Task.ITaskBase`1::m_TaskContainer List_1_t913674750 * ___m_TaskContainer_0; public: inline static int32_t get_offset_of_m_TaskContainer_0() { return static_cast(offsetof(ITaskBase_1_t2595950535, ___m_TaskContainer_0)); } inline List_1_t913674750 * get_m_TaskContainer_0() const { return ___m_TaskContainer_0; } inline List_1_t913674750 ** get_address_of_m_TaskContainer_0() { return &___m_TaskContainer_0; } inline void set_m_TaskContainer_0(List_1_t913674750 * value) { ___m_TaskContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_TaskContainer_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITASKBASE_1_T2595950535_H #ifndef LIST_1_T2148006193_H #define LIST_1_T2148006193_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_t2148006193 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CGuildU5BU5D_t2313449338* ____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_t2148006193, ____items_1)); } inline CGuildU5BU5D_t2313449338* get__items_1() const { return ____items_1; } inline CGuildU5BU5D_t2313449338** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CGuildU5BU5D_t2313449338* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2148006193, ____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_t2148006193, ____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_t2148006193_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CGuildU5BU5D_t2313449338* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2148006193_StaticFields, ___EmptyArray_4)); } inline CGuildU5BU5D_t2313449338* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CGuildU5BU5D_t2313449338** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CGuildU5BU5D_t2313449338* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2148006193_H #ifndef DICTIONARY_2_T407749678_H #define DICTIONARY_2_T407749678_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_t407749678 : 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_t1935659770* ___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_t407749678, ___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_t407749678, ___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_t407749678, ___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_t407749678, ___valueSlots_7)); } inline List_1U5BU5D_t1935659770* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t1935659770** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t1935659770* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t407749678, ___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_t407749678, ___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_t407749678, ___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_t407749678, ___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_t407749678, ___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_t407749678, ___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_t407749678, ___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_t407749678_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1539998614 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t407749678_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1539998614 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1539998614 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1539998614 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T407749678_H #ifndef IDOLTASKGROUP_T2323648883_H #define IDOLTASKGROUP_T2323648883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolTaskGroup struct IdolTaskGroup_t2323648883 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdolTaskGroup::m_dic Dictionary_2_t777561387 * ___m_dic_0; public: inline static int32_t get_offset_of_m_dic_0() { return static_cast(offsetof(IdolTaskGroup_t2323648883, ___m_dic_0)); } inline Dictionary_2_t777561387 * get_m_dic_0() const { return ___m_dic_0; } inline Dictionary_2_t777561387 ** get_address_of_m_dic_0() { return &___m_dic_0; } inline void set_m_dic_0(Dictionary_2_t777561387 * value) { ___m_dic_0 = value; Il2CppCodeGenWriteBarrier((&___m_dic_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLTASKGROUP_T2323648883_H #ifndef IDOLTASKUNIT_T1888848056_H #define IDOLTASKUNIT_T1888848056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolTaskUnit struct IdolTaskUnit_t1888848056 : public RuntimeObject { public: // System.String DMCore.Logic.IdolTaskUnit::taskDescription String_t* ___taskDescription_0; public: inline static int32_t get_offset_of_taskDescription_0() { return static_cast(offsetof(IdolTaskUnit_t1888848056, ___taskDescription_0)); } inline String_t* get_taskDescription_0() const { return ___taskDescription_0; } inline String_t** get_address_of_taskDescription_0() { return &___taskDescription_0; } inline void set_taskDescription_0(String_t* value) { ___taskDescription_0 = value; Il2CppCodeGenWriteBarrier((&___taskDescription_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLTASKUNIT_T1888848056_H #ifndef DICTIONARY_2_T1212362214_H #define DICTIONARY_2_T1212362214_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_t1212362214 : 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 IdolTaskGroupU5BU5D_t619164514* ___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_t1212362214, ___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_t1212362214, ___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_t1212362214, ___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_t1212362214, ___valueSlots_7)); } inline IdolTaskGroupU5BU5D_t619164514* get_valueSlots_7() const { return ___valueSlots_7; } inline IdolTaskGroupU5BU5D_t619164514** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IdolTaskGroupU5BU5D_t619164514* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1212362214, ___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_t1212362214, ___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_t1212362214, ___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_t1212362214, ___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_t1212362214, ___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_t1212362214, ___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_t1212362214, ___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_t1212362214_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t223503358 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1212362214_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t223503358 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t223503358 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t223503358 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1212362214_H #ifndef POPULARINFO_T1929720024_H #define POPULARINFO_T1929720024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PopularInfo struct PopularInfo_t1929720024 : public RuntimeObject { public: // System.Int64 DMCore.Logic.PopularInfo::nUserId int64_t ___nUserId_0; // System.String DMCore.Logic.PopularInfo::wstrName String_t* ___wstrName_1; // System.Int32 DMCore.Logic.PopularInfo::nSex int32_t ___nSex_2; // System.Int64 DMCore.Logic.PopularInfo::nHeadId int64_t ___nHeadId_3; // System.Int32 DMCore.Logic.PopularInfo::nPraiseCount int32_t ___nPraiseCount_4; // System.Int32 DMCore.Logic.PopularInfo::nRoseCount int32_t ___nRoseCount_5; // System.Int32 DMCore.Logic.PopularInfo::nLilyCount int32_t ___nLilyCount_6; // System.Int32 DMCore.Logic.PopularInfo::nPerfumeCount int32_t ___nPerfumeCount_7; // System.Int32 DMCore.Logic.PopularInfo::nCrystalCount int32_t ___nCrystalCount_8; // System.Int32 DMCore.Logic.PopularInfo::nTotalChamCount int32_t ___nTotalChamCount_9; // System.Int32 DMCore.Logic.PopularInfo::nGiveFashionCount int32_t ___nGiveFashionCount_10; // System.Int32 DMCore.Logic.PopularInfo::nTotalFashionCount int32_t ___nTotalFashionCount_11; // System.Int32 DMCore.Logic.PopularInfo::nTotalBlueDiamond int32_t ___nTotalBlueDiamond_12; // System.Int32 DMCore.Logic.PopularInfo::nTotalMoreMeat int32_t ___nTotalMoreMeat_13; // System.Int32 DMCore.Logic.PopularInfo::nTotalFruitPie int32_t ___nTotalFruitPie_14; // System.Int32 DMCore.Logic.PopularInfo::nTotalCake int32_t ___nTotalCake_15; // System.Int32 DMCore.Logic.PopularInfo::nTotalCocktail int32_t ___nTotalCocktail_16; // System.Int32 DMCore.Logic.PopularInfo::nTotalLipstick int32_t ___nTotalLipstick_17; public: inline static int32_t get_offset_of_nUserId_0() { return static_cast(offsetof(PopularInfo_t1929720024, ___nUserId_0)); } inline int64_t get_nUserId_0() const { return ___nUserId_0; } inline int64_t* get_address_of_nUserId_0() { return &___nUserId_0; } inline void set_nUserId_0(int64_t value) { ___nUserId_0 = value; } inline static int32_t get_offset_of_wstrName_1() { return static_cast(offsetof(PopularInfo_t1929720024, ___wstrName_1)); } inline String_t* get_wstrName_1() const { return ___wstrName_1; } inline String_t** get_address_of_wstrName_1() { return &___wstrName_1; } inline void set_wstrName_1(String_t* value) { ___wstrName_1 = value; Il2CppCodeGenWriteBarrier((&___wstrName_1), value); } inline static int32_t get_offset_of_nSex_2() { return static_cast(offsetof(PopularInfo_t1929720024, ___nSex_2)); } inline int32_t get_nSex_2() const { return ___nSex_2; } inline int32_t* get_address_of_nSex_2() { return &___nSex_2; } inline void set_nSex_2(int32_t value) { ___nSex_2 = value; } inline static int32_t get_offset_of_nHeadId_3() { return static_cast(offsetof(PopularInfo_t1929720024, ___nHeadId_3)); } inline int64_t get_nHeadId_3() const { return ___nHeadId_3; } inline int64_t* get_address_of_nHeadId_3() { return &___nHeadId_3; } inline void set_nHeadId_3(int64_t value) { ___nHeadId_3 = value; } inline static int32_t get_offset_of_nPraiseCount_4() { return static_cast(offsetof(PopularInfo_t1929720024, ___nPraiseCount_4)); } inline int32_t get_nPraiseCount_4() const { return ___nPraiseCount_4; } inline int32_t* get_address_of_nPraiseCount_4() { return &___nPraiseCount_4; } inline void set_nPraiseCount_4(int32_t value) { ___nPraiseCount_4 = value; } inline static int32_t get_offset_of_nRoseCount_5() { return static_cast(offsetof(PopularInfo_t1929720024, ___nRoseCount_5)); } inline int32_t get_nRoseCount_5() const { return ___nRoseCount_5; } inline int32_t* get_address_of_nRoseCount_5() { return &___nRoseCount_5; } inline void set_nRoseCount_5(int32_t value) { ___nRoseCount_5 = value; } inline static int32_t get_offset_of_nLilyCount_6() { return static_cast(offsetof(PopularInfo_t1929720024, ___nLilyCount_6)); } inline int32_t get_nLilyCount_6() const { return ___nLilyCount_6; } inline int32_t* get_address_of_nLilyCount_6() { return &___nLilyCount_6; } inline void set_nLilyCount_6(int32_t value) { ___nLilyCount_6 = value; } inline static int32_t get_offset_of_nPerfumeCount_7() { return static_cast(offsetof(PopularInfo_t1929720024, ___nPerfumeCount_7)); } inline int32_t get_nPerfumeCount_7() const { return ___nPerfumeCount_7; } inline int32_t* get_address_of_nPerfumeCount_7() { return &___nPerfumeCount_7; } inline void set_nPerfumeCount_7(int32_t value) { ___nPerfumeCount_7 = value; } inline static int32_t get_offset_of_nCrystalCount_8() { return static_cast(offsetof(PopularInfo_t1929720024, ___nCrystalCount_8)); } inline int32_t get_nCrystalCount_8() const { return ___nCrystalCount_8; } inline int32_t* get_address_of_nCrystalCount_8() { return &___nCrystalCount_8; } inline void set_nCrystalCount_8(int32_t value) { ___nCrystalCount_8 = value; } inline static int32_t get_offset_of_nTotalChamCount_9() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalChamCount_9)); } inline int32_t get_nTotalChamCount_9() const { return ___nTotalChamCount_9; } inline int32_t* get_address_of_nTotalChamCount_9() { return &___nTotalChamCount_9; } inline void set_nTotalChamCount_9(int32_t value) { ___nTotalChamCount_9 = value; } inline static int32_t get_offset_of_nGiveFashionCount_10() { return static_cast(offsetof(PopularInfo_t1929720024, ___nGiveFashionCount_10)); } inline int32_t get_nGiveFashionCount_10() const { return ___nGiveFashionCount_10; } inline int32_t* get_address_of_nGiveFashionCount_10() { return &___nGiveFashionCount_10; } inline void set_nGiveFashionCount_10(int32_t value) { ___nGiveFashionCount_10 = value; } inline static int32_t get_offset_of_nTotalFashionCount_11() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalFashionCount_11)); } inline int32_t get_nTotalFashionCount_11() const { return ___nTotalFashionCount_11; } inline int32_t* get_address_of_nTotalFashionCount_11() { return &___nTotalFashionCount_11; } inline void set_nTotalFashionCount_11(int32_t value) { ___nTotalFashionCount_11 = value; } inline static int32_t get_offset_of_nTotalBlueDiamond_12() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalBlueDiamond_12)); } inline int32_t get_nTotalBlueDiamond_12() const { return ___nTotalBlueDiamond_12; } inline int32_t* get_address_of_nTotalBlueDiamond_12() { return &___nTotalBlueDiamond_12; } inline void set_nTotalBlueDiamond_12(int32_t value) { ___nTotalBlueDiamond_12 = value; } inline static int32_t get_offset_of_nTotalMoreMeat_13() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalMoreMeat_13)); } inline int32_t get_nTotalMoreMeat_13() const { return ___nTotalMoreMeat_13; } inline int32_t* get_address_of_nTotalMoreMeat_13() { return &___nTotalMoreMeat_13; } inline void set_nTotalMoreMeat_13(int32_t value) { ___nTotalMoreMeat_13 = value; } inline static int32_t get_offset_of_nTotalFruitPie_14() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalFruitPie_14)); } inline int32_t get_nTotalFruitPie_14() const { return ___nTotalFruitPie_14; } inline int32_t* get_address_of_nTotalFruitPie_14() { return &___nTotalFruitPie_14; } inline void set_nTotalFruitPie_14(int32_t value) { ___nTotalFruitPie_14 = value; } inline static int32_t get_offset_of_nTotalCake_15() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalCake_15)); } inline int32_t get_nTotalCake_15() const { return ___nTotalCake_15; } inline int32_t* get_address_of_nTotalCake_15() { return &___nTotalCake_15; } inline void set_nTotalCake_15(int32_t value) { ___nTotalCake_15 = value; } inline static int32_t get_offset_of_nTotalCocktail_16() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalCocktail_16)); } inline int32_t get_nTotalCocktail_16() const { return ___nTotalCocktail_16; } inline int32_t* get_address_of_nTotalCocktail_16() { return &___nTotalCocktail_16; } inline void set_nTotalCocktail_16(int32_t value) { ___nTotalCocktail_16 = value; } inline static int32_t get_offset_of_nTotalLipstick_17() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalLipstick_17)); } inline int32_t get_nTotalLipstick_17() const { return ___nTotalLipstick_17; } inline int32_t* get_address_of_nTotalLipstick_17() { return &___nTotalLipstick_17; } inline void set_nTotalLipstick_17(int32_t value) { ___nTotalLipstick_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POPULARINFO_T1929720024_H #ifndef LIST_1_T1872525829_H #define LIST_1_T1872525829_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_t1872525829 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CIdolInfoU5BU5D_t1987890390* ____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_t1872525829, ____items_1)); } inline CIdolInfoU5BU5D_t1987890390* get__items_1() const { return ____items_1; } inline CIdolInfoU5BU5D_t1987890390** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CIdolInfoU5BU5D_t1987890390* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1872525829, ____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_t1872525829, ____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_t1872525829_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CIdolInfoU5BU5D_t1987890390* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1872525829_StaticFields, ___EmptyArray_4)); } inline CIdolInfoU5BU5D_t1987890390* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CIdolInfoU5BU5D_t1987890390** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CIdolInfoU5BU5D_t1987890390* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1872525829_H #ifndef DICTIONARY_2_T463511065_H #define DICTIONARY_2_T463511065_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_t463511065 : 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 enumIdolShowPageU5BU5D_t87518277* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t888507464* ___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_t463511065, ___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_t463511065, ___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_t463511065, ___keySlots_6)); } inline enumIdolShowPageU5BU5D_t87518277* get_keySlots_6() const { return ___keySlots_6; } inline enumIdolShowPageU5BU5D_t87518277** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(enumIdolShowPageU5BU5D_t87518277* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t463511065, ___valueSlots_7)); } inline List_1U5BU5D_t888507464* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t888507464** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t888507464* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t463511065, ___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_t463511065, ___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_t463511065, ___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_t463511065, ___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_t463511065, ___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_t463511065, ___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_t463511065, ___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_t463511065_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t621782431 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t463511065_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t621782431 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t621782431 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t621782431 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T463511065_H #ifndef IDOLAWARDUNIT_T568575365_H #define IDOLAWARDUNIT_T568575365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolAwardUnit struct IdolAwardUnit_t568575365 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolAwardUnit::m_curLevel int32_t ___m_curLevel_0; // System.Boolean DMCore.Logic.IdolAwardUnit::m_bCanGet bool ___m_bCanGet_1; // System.Collections.Generic.List`1 DMCore.Logic.IdolAwardUnit::m_Award List_1_t3149535657 * ___m_Award_2; public: inline static int32_t get_offset_of_m_curLevel_0() { return static_cast(offsetof(IdolAwardUnit_t568575365, ___m_curLevel_0)); } inline int32_t get_m_curLevel_0() const { return ___m_curLevel_0; } inline int32_t* get_address_of_m_curLevel_0() { return &___m_curLevel_0; } inline void set_m_curLevel_0(int32_t value) { ___m_curLevel_0 = value; } inline static int32_t get_offset_of_m_bCanGet_1() { return static_cast(offsetof(IdolAwardUnit_t568575365, ___m_bCanGet_1)); } inline bool get_m_bCanGet_1() const { return ___m_bCanGet_1; } inline bool* get_address_of_m_bCanGet_1() { return &___m_bCanGet_1; } inline void set_m_bCanGet_1(bool value) { ___m_bCanGet_1 = value; } inline static int32_t get_offset_of_m_Award_2() { return static_cast(offsetof(IdolAwardUnit_t568575365, ___m_Award_2)); } inline List_1_t3149535657 * get_m_Award_2() const { return ___m_Award_2; } inline List_1_t3149535657 ** get_address_of_m_Award_2() { return &___m_Award_2; } inline void set_m_Award_2(List_1_t3149535657 * value) { ___m_Award_2 = value; Il2CppCodeGenWriteBarrier((&___m_Award_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLAWARDUNIT_T568575365_H #ifndef LEVELUPSTARINFO_T831176484_H #define LEVELUPSTARINFO_T831176484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelupStarInfo struct LevelupStarInfo_t831176484 : public RuntimeObject { public: // System.Int32 DMCore.Logic.LevelupStarInfo::pinjielevel int32_t ___pinjielevel_0; // System.Int32 DMCore.Logic.LevelupStarInfo::starLevel int32_t ___starLevel_1; // System.Int32 DMCore.Logic.LevelupStarInfo::curIdolValue int32_t ___curIdolValue_2; // System.Int32 DMCore.Logic.LevelupStarInfo::needIdolValue int32_t ___needIdolValue_3; // System.Boolean DMCore.Logic.LevelupStarInfo::bCanLevelUpStar bool ___bCanLevelUpStar_4; // System.Boolean DMCore.Logic.LevelupStarInfo::bunlockTask bool ___bunlockTask_5; // System.Int32 DMCore.Logic.LevelupStarInfo::needGold int32_t ___needGold_6; // DMCore.Logic.LevelupStarInfo/StarTak[] DMCore.Logic.LevelupStarInfo::taskArr StarTakU5BU5D_t3735320407* ___taskArr_7; public: inline static int32_t get_offset_of_pinjielevel_0() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___pinjielevel_0)); } inline int32_t get_pinjielevel_0() const { return ___pinjielevel_0; } inline int32_t* get_address_of_pinjielevel_0() { return &___pinjielevel_0; } inline void set_pinjielevel_0(int32_t value) { ___pinjielevel_0 = value; } inline static int32_t get_offset_of_starLevel_1() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___starLevel_1)); } inline int32_t get_starLevel_1() const { return ___starLevel_1; } inline int32_t* get_address_of_starLevel_1() { return &___starLevel_1; } inline void set_starLevel_1(int32_t value) { ___starLevel_1 = value; } inline static int32_t get_offset_of_curIdolValue_2() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___curIdolValue_2)); } inline int32_t get_curIdolValue_2() const { return ___curIdolValue_2; } inline int32_t* get_address_of_curIdolValue_2() { return &___curIdolValue_2; } inline void set_curIdolValue_2(int32_t value) { ___curIdolValue_2 = value; } inline static int32_t get_offset_of_needIdolValue_3() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___needIdolValue_3)); } inline int32_t get_needIdolValue_3() const { return ___needIdolValue_3; } inline int32_t* get_address_of_needIdolValue_3() { return &___needIdolValue_3; } inline void set_needIdolValue_3(int32_t value) { ___needIdolValue_3 = value; } inline static int32_t get_offset_of_bCanLevelUpStar_4() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___bCanLevelUpStar_4)); } inline bool get_bCanLevelUpStar_4() const { return ___bCanLevelUpStar_4; } inline bool* get_address_of_bCanLevelUpStar_4() { return &___bCanLevelUpStar_4; } inline void set_bCanLevelUpStar_4(bool value) { ___bCanLevelUpStar_4 = value; } inline static int32_t get_offset_of_bunlockTask_5() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___bunlockTask_5)); } inline bool get_bunlockTask_5() const { return ___bunlockTask_5; } inline bool* get_address_of_bunlockTask_5() { return &___bunlockTask_5; } inline void set_bunlockTask_5(bool value) { ___bunlockTask_5 = value; } inline static int32_t get_offset_of_needGold_6() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___needGold_6)); } inline int32_t get_needGold_6() const { return ___needGold_6; } inline int32_t* get_address_of_needGold_6() { return &___needGold_6; } inline void set_needGold_6(int32_t value) { ___needGold_6 = value; } inline static int32_t get_offset_of_taskArr_7() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___taskArr_7)); } inline StarTakU5BU5D_t3735320407* get_taskArr_7() const { return ___taskArr_7; } inline StarTakU5BU5D_t3735320407** get_address_of_taskArr_7() { return &___taskArr_7; } inline void set_taskArr_7(StarTakU5BU5D_t3735320407* value) { ___taskArr_7 = value; Il2CppCodeGenWriteBarrier((&___taskArr_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELUPSTARINFO_T831176484_H #ifndef DICTIONARY_2_T2770358969_H #define DICTIONARY_2_T2770358969_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_t2770358969 : 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 PinjieInfoU5BU5D_t2440149475* ___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_t2770358969, ___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_t2770358969, ___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_t2770358969, ___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_t2770358969, ___valueSlots_7)); } inline PinjieInfoU5BU5D_t2440149475* get_valueSlots_7() const { return ___valueSlots_7; } inline PinjieInfoU5BU5D_t2440149475** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PinjieInfoU5BU5D_t2440149475* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2770358969, ___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_t2770358969, ___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_t2770358969, ___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_t2770358969, ___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_t2770358969, ___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_t2770358969, ___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_t2770358969, ___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_t2770358969_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2044488319 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2770358969_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2044488319 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2044488319 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2044488319 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2770358969_H #ifndef LIST_1_T913674750_H #define LIST_1_T913674750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t913674750 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int64U5BU5D_t2559172825* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t913674750, ____items_1)); } inline Int64U5BU5D_t2559172825* get__items_1() const { return ____items_1; } inline Int64U5BU5D_t2559172825** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int64U5BU5D_t2559172825* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t913674750, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t913674750, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t913674750_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int64U5BU5D_t2559172825* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t913674750_StaticFields, ___EmptyArray_4)); } inline Int64U5BU5D_t2559172825* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int64U5BU5D_t2559172825** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int64U5BU5D_t2559172825* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T913674750_H #ifndef CIDOLINFO_T400451087_H #define CIDOLINFO_T400451087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolInfo struct CIdolInfo_t400451087 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CIdolInfo::_userID int64_t ____userID_0; // System.Int32 DMCore.Logic.CIdolInfo::_sex int32_t ____sex_1; // System.Int32 DMCore.Logic.CIdolInfo::_Rank int32_t ____Rank_2; // System.Int32 DMCore.Logic.CIdolInfo::_CurrRankIndex int32_t ____CurrRankIndex_3; // System.Int32 DMCore.Logic.CIdolInfo::_nUpWeekRankIndex int32_t ____nUpWeekRankIndex_4; // System.Int32 DMCore.Logic.CIdolInfo::_MaxGiveFashionCount int32_t ____MaxGiveFashionCount_5; // System.Int32 DMCore.Logic.CIdolInfo::_MaxPraise int32_t ____MaxPraise_6; // System.String DMCore.Logic.CIdolInfo::_name String_t* ____name_7; // System.Int64 DMCore.Logic.CIdolInfo::_photoHeadID int64_t ____photoHeadID_8; // System.Int32 DMCore.Logic.CIdolInfo::_MaxGiveGift int32_t ____MaxGiveGift_9; // System.Int32 DMCore.Logic.CIdolInfo::_nWelcomeValue int32_t ____nWelcomeValue_10; // System.Int32 DMCore.Logic.CIdolInfo::_nStoreFlag int32_t ____nStoreFlag_11; // System.Int32 DMCore.Logic.CIdolInfo::_nlnRankWeekCount int32_t ____nlnRankWeekCount_12; // System.Int32 DMCore.Logic.CIdolInfo::_nMaxRanking int32_t ____nMaxRanking_13; // System.Int32 DMCore.Logic.CIdolInfo::_nPraise int32_t ____nPraise_14; // System.Int32 DMCore.Logic.CIdolInfo::_nGiveGiftCount int32_t ____nGiveGiftCount_15; // System.Int32 DMCore.Logic.CIdolInfo::_nGiveFashCount int32_t ____nGiveFashCount_16; // System.Int32 DMCore.Logic.CIdolInfo::_nPhotoCount int32_t ____nPhotoCount_17; // System.Int32 DMCore.Logic.CIdolInfo::_nHasPraised int32_t ____nHasPraised_18; // System.Collections.Generic.List`1 DMCore.Logic.CIdolInfo::_photoIds List_1_t913674750 * ____photoIds_19; // System.Int32 DMCore.Logic.CIdolInfo::_isNotIdol int32_t ____isNotIdol_20; // System.Int32 DMCore.Logic.CIdolInfo::_headBox int32_t ____headBox_21; public: inline static int32_t get_offset_of__userID_0() { return static_cast(offsetof(CIdolInfo_t400451087, ____userID_0)); } inline int64_t get__userID_0() const { return ____userID_0; } inline int64_t* get_address_of__userID_0() { return &____userID_0; } inline void set__userID_0(int64_t value) { ____userID_0 = value; } inline static int32_t get_offset_of__sex_1() { return static_cast(offsetof(CIdolInfo_t400451087, ____sex_1)); } inline int32_t get__sex_1() const { return ____sex_1; } inline int32_t* get_address_of__sex_1() { return &____sex_1; } inline void set__sex_1(int32_t value) { ____sex_1 = value; } inline static int32_t get_offset_of__Rank_2() { return static_cast(offsetof(CIdolInfo_t400451087, ____Rank_2)); } inline int32_t get__Rank_2() const { return ____Rank_2; } inline int32_t* get_address_of__Rank_2() { return &____Rank_2; } inline void set__Rank_2(int32_t value) { ____Rank_2 = value; } inline static int32_t get_offset_of__CurrRankIndex_3() { return static_cast(offsetof(CIdolInfo_t400451087, ____CurrRankIndex_3)); } inline int32_t get__CurrRankIndex_3() const { return ____CurrRankIndex_3; } inline int32_t* get_address_of__CurrRankIndex_3() { return &____CurrRankIndex_3; } inline void set__CurrRankIndex_3(int32_t value) { ____CurrRankIndex_3 = value; } inline static int32_t get_offset_of__nUpWeekRankIndex_4() { return static_cast(offsetof(CIdolInfo_t400451087, ____nUpWeekRankIndex_4)); } inline int32_t get__nUpWeekRankIndex_4() const { return ____nUpWeekRankIndex_4; } inline int32_t* get_address_of__nUpWeekRankIndex_4() { return &____nUpWeekRankIndex_4; } inline void set__nUpWeekRankIndex_4(int32_t value) { ____nUpWeekRankIndex_4 = value; } inline static int32_t get_offset_of__MaxGiveFashionCount_5() { return static_cast(offsetof(CIdolInfo_t400451087, ____MaxGiveFashionCount_5)); } inline int32_t get__MaxGiveFashionCount_5() const { return ____MaxGiveFashionCount_5; } inline int32_t* get_address_of__MaxGiveFashionCount_5() { return &____MaxGiveFashionCount_5; } inline void set__MaxGiveFashionCount_5(int32_t value) { ____MaxGiveFashionCount_5 = value; } inline static int32_t get_offset_of__MaxPraise_6() { return static_cast(offsetof(CIdolInfo_t400451087, ____MaxPraise_6)); } inline int32_t get__MaxPraise_6() const { return ____MaxPraise_6; } inline int32_t* get_address_of__MaxPraise_6() { return &____MaxPraise_6; } inline void set__MaxPraise_6(int32_t value) { ____MaxPraise_6 = value; } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(CIdolInfo_t400451087, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((&____name_7), value); } inline static int32_t get_offset_of__photoHeadID_8() { return static_cast(offsetof(CIdolInfo_t400451087, ____photoHeadID_8)); } inline int64_t get__photoHeadID_8() const { return ____photoHeadID_8; } inline int64_t* get_address_of__photoHeadID_8() { return &____photoHeadID_8; } inline void set__photoHeadID_8(int64_t value) { ____photoHeadID_8 = value; } inline static int32_t get_offset_of__MaxGiveGift_9() { return static_cast(offsetof(CIdolInfo_t400451087, ____MaxGiveGift_9)); } inline int32_t get__MaxGiveGift_9() const { return ____MaxGiveGift_9; } inline int32_t* get_address_of__MaxGiveGift_9() { return &____MaxGiveGift_9; } inline void set__MaxGiveGift_9(int32_t value) { ____MaxGiveGift_9 = value; } inline static int32_t get_offset_of__nWelcomeValue_10() { return static_cast(offsetof(CIdolInfo_t400451087, ____nWelcomeValue_10)); } inline int32_t get__nWelcomeValue_10() const { return ____nWelcomeValue_10; } inline int32_t* get_address_of__nWelcomeValue_10() { return &____nWelcomeValue_10; } inline void set__nWelcomeValue_10(int32_t value) { ____nWelcomeValue_10 = value; } inline static int32_t get_offset_of__nStoreFlag_11() { return static_cast(offsetof(CIdolInfo_t400451087, ____nStoreFlag_11)); } inline int32_t get__nStoreFlag_11() const { return ____nStoreFlag_11; } inline int32_t* get_address_of__nStoreFlag_11() { return &____nStoreFlag_11; } inline void set__nStoreFlag_11(int32_t value) { ____nStoreFlag_11 = value; } inline static int32_t get_offset_of__nlnRankWeekCount_12() { return static_cast(offsetof(CIdolInfo_t400451087, ____nlnRankWeekCount_12)); } inline int32_t get__nlnRankWeekCount_12() const { return ____nlnRankWeekCount_12; } inline int32_t* get_address_of__nlnRankWeekCount_12() { return &____nlnRankWeekCount_12; } inline void set__nlnRankWeekCount_12(int32_t value) { ____nlnRankWeekCount_12 = value; } inline static int32_t get_offset_of__nMaxRanking_13() { return static_cast(offsetof(CIdolInfo_t400451087, ____nMaxRanking_13)); } inline int32_t get__nMaxRanking_13() const { return ____nMaxRanking_13; } inline int32_t* get_address_of__nMaxRanking_13() { return &____nMaxRanking_13; } inline void set__nMaxRanking_13(int32_t value) { ____nMaxRanking_13 = value; } inline static int32_t get_offset_of__nPraise_14() { return static_cast(offsetof(CIdolInfo_t400451087, ____nPraise_14)); } inline int32_t get__nPraise_14() const { return ____nPraise_14; } inline int32_t* get_address_of__nPraise_14() { return &____nPraise_14; } inline void set__nPraise_14(int32_t value) { ____nPraise_14 = value; } inline static int32_t get_offset_of__nGiveGiftCount_15() { return static_cast(offsetof(CIdolInfo_t400451087, ____nGiveGiftCount_15)); } inline int32_t get__nGiveGiftCount_15() const { return ____nGiveGiftCount_15; } inline int32_t* get_address_of__nGiveGiftCount_15() { return &____nGiveGiftCount_15; } inline void set__nGiveGiftCount_15(int32_t value) { ____nGiveGiftCount_15 = value; } inline static int32_t get_offset_of__nGiveFashCount_16() { return static_cast(offsetof(CIdolInfo_t400451087, ____nGiveFashCount_16)); } inline int32_t get__nGiveFashCount_16() const { return ____nGiveFashCount_16; } inline int32_t* get_address_of__nGiveFashCount_16() { return &____nGiveFashCount_16; } inline void set__nGiveFashCount_16(int32_t value) { ____nGiveFashCount_16 = value; } inline static int32_t get_offset_of__nPhotoCount_17() { return static_cast(offsetof(CIdolInfo_t400451087, ____nPhotoCount_17)); } inline int32_t get__nPhotoCount_17() const { return ____nPhotoCount_17; } inline int32_t* get_address_of__nPhotoCount_17() { return &____nPhotoCount_17; } inline void set__nPhotoCount_17(int32_t value) { ____nPhotoCount_17 = value; } inline static int32_t get_offset_of__nHasPraised_18() { return static_cast(offsetof(CIdolInfo_t400451087, ____nHasPraised_18)); } inline int32_t get__nHasPraised_18() const { return ____nHasPraised_18; } inline int32_t* get_address_of__nHasPraised_18() { return &____nHasPraised_18; } inline void set__nHasPraised_18(int32_t value) { ____nHasPraised_18 = value; } inline static int32_t get_offset_of__photoIds_19() { return static_cast(offsetof(CIdolInfo_t400451087, ____photoIds_19)); } inline List_1_t913674750 * get__photoIds_19() const { return ____photoIds_19; } inline List_1_t913674750 ** get_address_of__photoIds_19() { return &____photoIds_19; } inline void set__photoIds_19(List_1_t913674750 * value) { ____photoIds_19 = value; Il2CppCodeGenWriteBarrier((&____photoIds_19), value); } inline static int32_t get_offset_of__isNotIdol_20() { return static_cast(offsetof(CIdolInfo_t400451087, ____isNotIdol_20)); } inline int32_t get__isNotIdol_20() const { return ____isNotIdol_20; } inline int32_t* get_address_of__isNotIdol_20() { return &____isNotIdol_20; } inline void set__isNotIdol_20(int32_t value) { ____isNotIdol_20 = value; } inline static int32_t get_offset_of__headBox_21() { return static_cast(offsetof(CIdolInfo_t400451087, ____headBox_21)); } inline int32_t get__headBox_21() const { return ____headBox_21; } inline int32_t* get_address_of__headBox_21() { return &____headBox_21; } inline void set__headBox_21(int32_t value) { ____headBox_21 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLINFO_T400451087_H #ifndef CINPUTSTATISTICS_T4182964798_H #define CINPUTSTATISTICS_T4182964798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CInputStatistics struct CInputStatistics_t4182964798 : public RuntimeObject { public: public: }; struct CInputStatistics_t4182964798_StaticFields { public: // System.Collections.Generic.List`1 DMCore.Logic.CInputStatistics::s_DataContainer List_1_t1434512808 * ___s_DataContainer_0; // System.Single DMCore.Logic.CInputStatistics::s_ReportFrequency float ___s_ReportFrequency_1; // System.Single DMCore.Logic.CInputStatistics::s_TimesSinceLastReported float ___s_TimesSinceLastReported_2; public: inline static int32_t get_offset_of_s_DataContainer_0() { return static_cast(offsetof(CInputStatistics_t4182964798_StaticFields, ___s_DataContainer_0)); } inline List_1_t1434512808 * get_s_DataContainer_0() const { return ___s_DataContainer_0; } inline List_1_t1434512808 ** get_address_of_s_DataContainer_0() { return &___s_DataContainer_0; } inline void set_s_DataContainer_0(List_1_t1434512808 * value) { ___s_DataContainer_0 = value; Il2CppCodeGenWriteBarrier((&___s_DataContainer_0), value); } inline static int32_t get_offset_of_s_ReportFrequency_1() { return static_cast(offsetof(CInputStatistics_t4182964798_StaticFields, ___s_ReportFrequency_1)); } inline float get_s_ReportFrequency_1() const { return ___s_ReportFrequency_1; } inline float* get_address_of_s_ReportFrequency_1() { return &___s_ReportFrequency_1; } inline void set_s_ReportFrequency_1(float value) { ___s_ReportFrequency_1 = value; } inline static int32_t get_offset_of_s_TimesSinceLastReported_2() { return static_cast(offsetof(CInputStatistics_t4182964798_StaticFields, ___s_TimesSinceLastReported_2)); } inline float get_s_TimesSinceLastReported_2() const { return ___s_TimesSinceLastReported_2; } inline float* get_address_of_s_TimesSinceLastReported_2() { return &___s_TimesSinceLastReported_2; } inline void set_s_TimesSinceLastReported_2(float value) { ___s_TimesSinceLastReported_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINPUTSTATISTICS_T4182964798_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 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 CSINGLEANIMMANAGER_T1334401826_H #define CSINGLEANIMMANAGER_T1334401826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSingleAnimManager struct CSingleAnimManager_t1334401826 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CSingleAnimManager::m_lastSingleLabor int32_t ___m_lastSingleLabor_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CSingleAnimManager::m_dicSingle Dictionary_2_t2703135329 * ___m_dicSingle_1; // DMCore.Logic.ActionEffect DMCore.Logic.CSingleAnimManager::effect ActionEffect_t4203267823 * ___effect_2; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.CSingleAnimManager::sender ISceneRole_t2394225724 * ___sender_3; // System.Int32 DMCore.Logic.CSingleAnimManager::senderIndex int32_t ___senderIndex_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CSingleAnimManager::m_dictionary Dictionary_2_t1152596166 * ___m_dictionary_5; public: inline static int32_t get_offset_of_m_lastSingleLabor_0() { return static_cast(offsetof(CSingleAnimManager_t1334401826, ___m_lastSingleLabor_0)); } inline int32_t get_m_lastSingleLabor_0() const { return ___m_lastSingleLabor_0; } inline int32_t* get_address_of_m_lastSingleLabor_0() { return &___m_lastSingleLabor_0; } inline void set_m_lastSingleLabor_0(int32_t value) { ___m_lastSingleLabor_0 = value; } inline static int32_t get_offset_of_m_dicSingle_1() { return static_cast(offsetof(CSingleAnimManager_t1334401826, ___m_dicSingle_1)); } inline Dictionary_2_t2703135329 * get_m_dicSingle_1() const { return ___m_dicSingle_1; } inline Dictionary_2_t2703135329 ** get_address_of_m_dicSingle_1() { return &___m_dicSingle_1; } inline void set_m_dicSingle_1(Dictionary_2_t2703135329 * value) { ___m_dicSingle_1 = value; Il2CppCodeGenWriteBarrier((&___m_dicSingle_1), value); } inline static int32_t get_offset_of_effect_2() { return static_cast(offsetof(CSingleAnimManager_t1334401826, ___effect_2)); } inline ActionEffect_t4203267823 * get_effect_2() const { return ___effect_2; } inline ActionEffect_t4203267823 ** get_address_of_effect_2() { return &___effect_2; } inline void set_effect_2(ActionEffect_t4203267823 * value) { ___effect_2 = value; Il2CppCodeGenWriteBarrier((&___effect_2), value); } inline static int32_t get_offset_of_sender_3() { return static_cast(offsetof(CSingleAnimManager_t1334401826, ___sender_3)); } inline ISceneRole_t2394225724 * get_sender_3() const { return ___sender_3; } inline ISceneRole_t2394225724 ** get_address_of_sender_3() { return &___sender_3; } inline void set_sender_3(ISceneRole_t2394225724 * value) { ___sender_3 = value; Il2CppCodeGenWriteBarrier((&___sender_3), value); } inline static int32_t get_offset_of_senderIndex_4() { return static_cast(offsetof(CSingleAnimManager_t1334401826, ___senderIndex_4)); } inline int32_t get_senderIndex_4() const { return ___senderIndex_4; } inline int32_t* get_address_of_senderIndex_4() { return &___senderIndex_4; } inline void set_senderIndex_4(int32_t value) { ___senderIndex_4 = value; } inline static int32_t get_offset_of_m_dictionary_5() { return static_cast(offsetof(CSingleAnimManager_t1334401826, ___m_dictionary_5)); } inline Dictionary_2_t1152596166 * get_m_dictionary_5() const { return ___m_dictionary_5; } inline Dictionary_2_t1152596166 ** get_address_of_m_dictionary_5() { return &___m_dictionary_5; } inline void set_m_dictionary_5(Dictionary_2_t1152596166 * value) { ___m_dictionary_5 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_5), value); } }; struct CSingleAnimManager_t1334401826_StaticFields { public: // DMCore.Logic.CSingleAnimManager DMCore.Logic.CSingleAnimManager::s_Instance CSingleAnimManager_t1334401826 * ___s_Instance_6; // System.String DMCore.Logic.CSingleAnimManager::s_rootPath String_t* ___s_rootPath_7; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CSingleAnimManager_t1334401826_StaticFields, ___s_Instance_6)); } inline CSingleAnimManager_t1334401826 * get_s_Instance_6() const { return ___s_Instance_6; } inline CSingleAnimManager_t1334401826 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CSingleAnimManager_t1334401826 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } inline static int32_t get_offset_of_s_rootPath_7() { return static_cast(offsetof(CSingleAnimManager_t1334401826_StaticFields, ___s_rootPath_7)); } inline String_t* get_s_rootPath_7() const { return ___s_rootPath_7; } inline String_t** get_address_of_s_rootPath_7() { return &___s_rootPath_7; } inline void set_s_rootPath_7(String_t* value) { ___s_rootPath_7 = value; Il2CppCodeGenWriteBarrier((&___s_rootPath_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSINGLEANIMMANAGER_T1334401826_H #ifndef CMUTUALANIMMANAGER_T3619480921_H #define CMUTUALANIMMANAGER_T3619480921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMutualAnimManager struct CMutualAnimManager_t3619480921 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CMutualAnimManager::m_lastMutualLabor int32_t ___m_lastMutualLabor_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMutualAnimManager::m_dicMutual Dictionary_2_t574278093 * ___m_dicMutual_1; // DMCore.Logic.ActionEffect DMCore.Logic.CMutualAnimManager::effect ActionEffect_t4203267823 * ___effect_2; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.CMutualAnimManager::sender ISceneRole_t2394225724 * ___sender_3; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.CMutualAnimManager::receiver ISceneRole_t2394225724 * ___receiver_4; // System.Int32 DMCore.Logic.CMutualAnimManager::senderIndex int32_t ___senderIndex_5; // System.Int32 DMCore.Logic.CMutualAnimManager::receiverIndex int32_t ___receiverIndex_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMutualAnimManager::m_dictionary Dictionary_2_t2905534048 * ___m_dictionary_7; public: inline static int32_t get_offset_of_m_lastMutualLabor_0() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___m_lastMutualLabor_0)); } inline int32_t get_m_lastMutualLabor_0() const { return ___m_lastMutualLabor_0; } inline int32_t* get_address_of_m_lastMutualLabor_0() { return &___m_lastMutualLabor_0; } inline void set_m_lastMutualLabor_0(int32_t value) { ___m_lastMutualLabor_0 = value; } inline static int32_t get_offset_of_m_dicMutual_1() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___m_dicMutual_1)); } inline Dictionary_2_t574278093 * get_m_dicMutual_1() const { return ___m_dicMutual_1; } inline Dictionary_2_t574278093 ** get_address_of_m_dicMutual_1() { return &___m_dicMutual_1; } inline void set_m_dicMutual_1(Dictionary_2_t574278093 * value) { ___m_dicMutual_1 = value; Il2CppCodeGenWriteBarrier((&___m_dicMutual_1), value); } inline static int32_t get_offset_of_effect_2() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___effect_2)); } inline ActionEffect_t4203267823 * get_effect_2() const { return ___effect_2; } inline ActionEffect_t4203267823 ** get_address_of_effect_2() { return &___effect_2; } inline void set_effect_2(ActionEffect_t4203267823 * value) { ___effect_2 = value; Il2CppCodeGenWriteBarrier((&___effect_2), value); } inline static int32_t get_offset_of_sender_3() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___sender_3)); } inline ISceneRole_t2394225724 * get_sender_3() const { return ___sender_3; } inline ISceneRole_t2394225724 ** get_address_of_sender_3() { return &___sender_3; } inline void set_sender_3(ISceneRole_t2394225724 * value) { ___sender_3 = value; Il2CppCodeGenWriteBarrier((&___sender_3), value); } inline static int32_t get_offset_of_receiver_4() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___receiver_4)); } inline ISceneRole_t2394225724 * get_receiver_4() const { return ___receiver_4; } inline ISceneRole_t2394225724 ** get_address_of_receiver_4() { return &___receiver_4; } inline void set_receiver_4(ISceneRole_t2394225724 * value) { ___receiver_4 = value; Il2CppCodeGenWriteBarrier((&___receiver_4), value); } inline static int32_t get_offset_of_senderIndex_5() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___senderIndex_5)); } inline int32_t get_senderIndex_5() const { return ___senderIndex_5; } inline int32_t* get_address_of_senderIndex_5() { return &___senderIndex_5; } inline void set_senderIndex_5(int32_t value) { ___senderIndex_5 = value; } inline static int32_t get_offset_of_receiverIndex_6() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___receiverIndex_6)); } inline int32_t get_receiverIndex_6() const { return ___receiverIndex_6; } inline int32_t* get_address_of_receiverIndex_6() { return &___receiverIndex_6; } inline void set_receiverIndex_6(int32_t value) { ___receiverIndex_6 = value; } inline static int32_t get_offset_of_m_dictionary_7() { return static_cast(offsetof(CMutualAnimManager_t3619480921, ___m_dictionary_7)); } inline Dictionary_2_t2905534048 * get_m_dictionary_7() const { return ___m_dictionary_7; } inline Dictionary_2_t2905534048 ** get_address_of_m_dictionary_7() { return &___m_dictionary_7; } inline void set_m_dictionary_7(Dictionary_2_t2905534048 * value) { ___m_dictionary_7 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_7), value); } }; struct CMutualAnimManager_t3619480921_StaticFields { public: // DMCore.Logic.CMutualAnimManager DMCore.Logic.CMutualAnimManager::s_Instance CMutualAnimManager_t3619480921 * ___s_Instance_8; // System.String DMCore.Logic.CMutualAnimManager::s_rootPath String_t* ___s_rootPath_9; public: inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(CMutualAnimManager_t3619480921_StaticFields, ___s_Instance_8)); } inline CMutualAnimManager_t3619480921 * get_s_Instance_8() const { return ___s_Instance_8; } inline CMutualAnimManager_t3619480921 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(CMutualAnimManager_t3619480921 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } inline static int32_t get_offset_of_s_rootPath_9() { return static_cast(offsetof(CMutualAnimManager_t3619480921_StaticFields, ___s_rootPath_9)); } inline String_t* get_s_rootPath_9() const { return ___s_rootPath_9; } inline String_t** get_address_of_s_rootPath_9() { return &___s_rootPath_9; } inline void set_s_rootPath_9(String_t* value) { ___s_rootPath_9 = value; Il2CppCodeGenWriteBarrier((&___s_rootPath_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMUTUALANIMMANAGER_T3619480921_H #ifndef ACTIONLIST_T4030888807_H #define ACTIONLIST_T4030888807_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ActionList struct ActionList_t4030888807 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.ActionList::m_list List_1_t2156105558 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(ActionList_t4030888807, ___m_list_0)); } inline List_1_t2156105558 * get_m_list_0() const { return ___m_list_0; } inline List_1_t2156105558 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(List_1_t2156105558 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((&___m_list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONLIST_T4030888807_H #ifndef LIST_1_T2869341516_H #define LIST_1_T2869341516_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_t2869341516 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleU5BU5D_t1444911251* ____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_t2869341516, ____items_1)); } inline SingleU5BU5D_t1444911251* get__items_1() const { return ____items_1; } inline SingleU5BU5D_t1444911251** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleU5BU5D_t1444911251* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2869341516, ____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_t2869341516, ____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_t2869341516_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SingleU5BU5D_t1444911251* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2869341516_StaticFields, ___EmptyArray_4)); } inline SingleU5BU5D_t1444911251* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SingleU5BU5D_t1444911251** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SingleU5BU5D_t1444911251* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2869341516_H #ifndef LIST_1_T1434512808_H #define LIST_1_T1434512808_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_t1434512808 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items COperationDataU5BU5D_t1934024519* ____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_t1434512808, ____items_1)); } inline COperationDataU5BU5D_t1934024519* get__items_1() const { return ____items_1; } inline COperationDataU5BU5D_t1934024519** get_address_of__items_1() { return &____items_1; } inline void set__items_1(COperationDataU5BU5D_t1934024519* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1434512808, ____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_t1434512808, ____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_t1434512808_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray COperationDataU5BU5D_t1934024519* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1434512808_StaticFields, ___EmptyArray_4)); } inline COperationDataU5BU5D_t1934024519* get_EmptyArray_4() const { return ___EmptyArray_4; } inline COperationDataU5BU5D_t1934024519** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(COperationDataU5BU5D_t1934024519* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1434512808_H #ifndef FRUIT_INTEGRALRANKITEM_T3484072089_H #define FRUIT_INTEGRALRANKITEM_T3484072089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem struct Fruit_IntegralRankItem_t3484072089 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::ranking int32_t ___ranking_0; // System.Int64 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::userid int64_t ___userid_1; // System.Int64 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::headid int64_t ___headid_2; // System.Int32 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::sex int32_t ___sex_3; // System.String DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::name String_t* ___name_4; // System.Int64 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::integral int64_t ___integral_5; // System.Int32 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::headbox int32_t ___headbox_6; public: inline static int32_t get_offset_of_ranking_0() { return static_cast(offsetof(Fruit_IntegralRankItem_t3484072089, ___ranking_0)); } inline int32_t get_ranking_0() const { return ___ranking_0; } inline int32_t* get_address_of_ranking_0() { return &___ranking_0; } inline void set_ranking_0(int32_t value) { ___ranking_0 = value; } inline static int32_t get_offset_of_userid_1() { return static_cast(offsetof(Fruit_IntegralRankItem_t3484072089, ___userid_1)); } inline int64_t get_userid_1() const { return ___userid_1; } inline int64_t* get_address_of_userid_1() { return &___userid_1; } inline void set_userid_1(int64_t value) { ___userid_1 = value; } inline static int32_t get_offset_of_headid_2() { return static_cast(offsetof(Fruit_IntegralRankItem_t3484072089, ___headid_2)); } inline int64_t get_headid_2() const { return ___headid_2; } inline int64_t* get_address_of_headid_2() { return &___headid_2; } inline void set_headid_2(int64_t value) { ___headid_2 = value; } inline static int32_t get_offset_of_sex_3() { return static_cast(offsetof(Fruit_IntegralRankItem_t3484072089, ___sex_3)); } inline int32_t get_sex_3() const { return ___sex_3; } inline int32_t* get_address_of_sex_3() { return &___sex_3; } inline void set_sex_3(int32_t value) { ___sex_3 = value; } inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(Fruit_IntegralRankItem_t3484072089, ___name_4)); } inline String_t* get_name_4() const { return ___name_4; } inline String_t** get_address_of_name_4() { return &___name_4; } inline void set_name_4(String_t* value) { ___name_4 = value; Il2CppCodeGenWriteBarrier((&___name_4), value); } inline static int32_t get_offset_of_integral_5() { return static_cast(offsetof(Fruit_IntegralRankItem_t3484072089, ___integral_5)); } inline int64_t get_integral_5() const { return ___integral_5; } inline int64_t* get_address_of_integral_5() { return &___integral_5; } inline void set_integral_5(int64_t value) { ___integral_5 = value; } inline static int32_t get_offset_of_headbox_6() { return static_cast(offsetof(Fruit_IntegralRankItem_t3484072089, ___headbox_6)); } inline int32_t get_headbox_6() const { return ___headbox_6; } inline int32_t* get_address_of_headbox_6() { return &___headbox_6; } inline void set_headbox_6(int32_t value) { ___headbox_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRUIT_INTEGRALRANKITEM_T3484072089_H #ifndef CINTERACTIVECONFIG_T2063269181_H #define CINTERACTIVECONFIG_T2063269181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CInteractiveConfig struct CInteractiveConfig_t2063269181 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CInteractiveConfig::k__BackingField int32_t ___U3CCurrentSceneIDU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CInteractiveConfig::k__BackingField int32_t ___U3CCurrentActionTypeU3Ek__BackingField_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::m_acitonEffectConfig Dictionary_2_t3988524122 * ___m_acitonEffectConfig_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::m_singleAction Dictionary_2_t2919602138 * ___m_singleAction_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::m_multipleAction Dictionary_2_t2919602138 * ___m_multipleAction_6; public: inline static int32_t get_offset_of_U3CCurrentSceneIDU3Ek__BackingField_0() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___U3CCurrentSceneIDU3Ek__BackingField_0)); } inline int32_t get_U3CCurrentSceneIDU3Ek__BackingField_0() const { return ___U3CCurrentSceneIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCurrentSceneIDU3Ek__BackingField_0() { return &___U3CCurrentSceneIDU3Ek__BackingField_0; } inline void set_U3CCurrentSceneIDU3Ek__BackingField_0(int32_t value) { ___U3CCurrentSceneIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCurrentActionTypeU3Ek__BackingField_1() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___U3CCurrentActionTypeU3Ek__BackingField_1)); } inline int32_t get_U3CCurrentActionTypeU3Ek__BackingField_1() const { return ___U3CCurrentActionTypeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurrentActionTypeU3Ek__BackingField_1() { return &___U3CCurrentActionTypeU3Ek__BackingField_1; } inline void set_U3CCurrentActionTypeU3Ek__BackingField_1(int32_t value) { ___U3CCurrentActionTypeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_acitonEffectConfig_2() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_acitonEffectConfig_2)); } inline Dictionary_2_t3988524122 * get_m_acitonEffectConfig_2() const { return ___m_acitonEffectConfig_2; } inline Dictionary_2_t3988524122 ** get_address_of_m_acitonEffectConfig_2() { return &___m_acitonEffectConfig_2; } inline void set_m_acitonEffectConfig_2(Dictionary_2_t3988524122 * value) { ___m_acitonEffectConfig_2 = value; Il2CppCodeGenWriteBarrier((&___m_acitonEffectConfig_2), value); } inline static int32_t get_offset_of_m_singleAction_5() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_singleAction_5)); } inline Dictionary_2_t2919602138 * get_m_singleAction_5() const { return ___m_singleAction_5; } inline Dictionary_2_t2919602138 ** get_address_of_m_singleAction_5() { return &___m_singleAction_5; } inline void set_m_singleAction_5(Dictionary_2_t2919602138 * value) { ___m_singleAction_5 = value; Il2CppCodeGenWriteBarrier((&___m_singleAction_5), value); } inline static int32_t get_offset_of_m_multipleAction_6() { return static_cast(offsetof(CInteractiveConfig_t2063269181, ___m_multipleAction_6)); } inline Dictionary_2_t2919602138 * get_m_multipleAction_6() const { return ___m_multipleAction_6; } inline Dictionary_2_t2919602138 ** get_address_of_m_multipleAction_6() { return &___m_multipleAction_6; } inline void set_m_multipleAction_6(Dictionary_2_t2919602138 * value) { ___m_multipleAction_6 = value; Il2CppCodeGenWriteBarrier((&___m_multipleAction_6), value); } }; struct CInteractiveConfig_t2063269181_StaticFields { public: // DMCore.Logic.CInteractiveConfig DMCore.Logic.CInteractiveConfig::s_Instance CInteractiveConfig_t2063269181 * ___s_Instance_3; // System.String DMCore.Logic.CInteractiveConfig::CONFIG_PATH String_t* ___CONFIG_PATH_4; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CInteractiveConfig_t2063269181_StaticFields, ___s_Instance_3)); } inline CInteractiveConfig_t2063269181 * get_s_Instance_3() const { return ___s_Instance_3; } inline CInteractiveConfig_t2063269181 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CInteractiveConfig_t2063269181 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } inline static int32_t get_offset_of_CONFIG_PATH_4() { return static_cast(offsetof(CInteractiveConfig_t2063269181_StaticFields, ___CONFIG_PATH_4)); } inline String_t* get_CONFIG_PATH_4() const { return ___CONFIG_PATH_4; } inline String_t** get_address_of_CONFIG_PATH_4() { return &___CONFIG_PATH_4; } inline void set_CONFIG_PATH_4(String_t* value) { ___CONFIG_PATH_4 = value; Il2CppCodeGenWriteBarrier((&___CONFIG_PATH_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIVECONFIG_T2063269181_H #ifndef ACTIONEFFECT_T4203267823_H #define ACTIONEFFECT_T4203267823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ActionEffect struct ActionEffect_t4203267823 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_EffectName List_1_t3319525431 * ___S_EffectName_0; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_BoneName List_1_t3319525431 * ___S_BoneName_1; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_DelayTime List_1_t2869341516 * ___S_DelayTime_2; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::S_LastTime List_1_t2869341516 * ___S_LastTime_3; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_EffectName List_1_t3319525431 * ___R_EffectName_4; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_BoneName List_1_t3319525431 * ___R_BoneName_5; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_DelayTime List_1_t2869341516 * ___R_DelayTime_6; // System.Collections.Generic.List`1 DMCore.Logic.ActionEffect::R_LastTime List_1_t2869341516 * ___R_LastTime_7; public: inline static int32_t get_offset_of_S_EffectName_0() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_EffectName_0)); } inline List_1_t3319525431 * get_S_EffectName_0() const { return ___S_EffectName_0; } inline List_1_t3319525431 ** get_address_of_S_EffectName_0() { return &___S_EffectName_0; } inline void set_S_EffectName_0(List_1_t3319525431 * value) { ___S_EffectName_0 = value; Il2CppCodeGenWriteBarrier((&___S_EffectName_0), value); } inline static int32_t get_offset_of_S_BoneName_1() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_BoneName_1)); } inline List_1_t3319525431 * get_S_BoneName_1() const { return ___S_BoneName_1; } inline List_1_t3319525431 ** get_address_of_S_BoneName_1() { return &___S_BoneName_1; } inline void set_S_BoneName_1(List_1_t3319525431 * value) { ___S_BoneName_1 = value; Il2CppCodeGenWriteBarrier((&___S_BoneName_1), value); } inline static int32_t get_offset_of_S_DelayTime_2() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_DelayTime_2)); } inline List_1_t2869341516 * get_S_DelayTime_2() const { return ___S_DelayTime_2; } inline List_1_t2869341516 ** get_address_of_S_DelayTime_2() { return &___S_DelayTime_2; } inline void set_S_DelayTime_2(List_1_t2869341516 * value) { ___S_DelayTime_2 = value; Il2CppCodeGenWriteBarrier((&___S_DelayTime_2), value); } inline static int32_t get_offset_of_S_LastTime_3() { return static_cast(offsetof(ActionEffect_t4203267823, ___S_LastTime_3)); } inline List_1_t2869341516 * get_S_LastTime_3() const { return ___S_LastTime_3; } inline List_1_t2869341516 ** get_address_of_S_LastTime_3() { return &___S_LastTime_3; } inline void set_S_LastTime_3(List_1_t2869341516 * value) { ___S_LastTime_3 = value; Il2CppCodeGenWriteBarrier((&___S_LastTime_3), value); } inline static int32_t get_offset_of_R_EffectName_4() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_EffectName_4)); } inline List_1_t3319525431 * get_R_EffectName_4() const { return ___R_EffectName_4; } inline List_1_t3319525431 ** get_address_of_R_EffectName_4() { return &___R_EffectName_4; } inline void set_R_EffectName_4(List_1_t3319525431 * value) { ___R_EffectName_4 = value; Il2CppCodeGenWriteBarrier((&___R_EffectName_4), value); } inline static int32_t get_offset_of_R_BoneName_5() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_BoneName_5)); } inline List_1_t3319525431 * get_R_BoneName_5() const { return ___R_BoneName_5; } inline List_1_t3319525431 ** get_address_of_R_BoneName_5() { return &___R_BoneName_5; } inline void set_R_BoneName_5(List_1_t3319525431 * value) { ___R_BoneName_5 = value; Il2CppCodeGenWriteBarrier((&___R_BoneName_5), value); } inline static int32_t get_offset_of_R_DelayTime_6() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_DelayTime_6)); } inline List_1_t2869341516 * get_R_DelayTime_6() const { return ___R_DelayTime_6; } inline List_1_t2869341516 ** get_address_of_R_DelayTime_6() { return &___R_DelayTime_6; } inline void set_R_DelayTime_6(List_1_t2869341516 * value) { ___R_DelayTime_6 = value; Il2CppCodeGenWriteBarrier((&___R_DelayTime_6), value); } inline static int32_t get_offset_of_R_LastTime_7() { return static_cast(offsetof(ActionEffect_t4203267823, ___R_LastTime_7)); } inline List_1_t2869341516 * get_R_LastTime_7() const { return ___R_LastTime_7; } inline List_1_t2869341516 ** get_address_of_R_LastTime_7() { return &___R_LastTime_7; } inline void set_R_LastTime_7(List_1_t2869341516 * value) { ___R_LastTime_7 = value; Il2CppCodeGenWriteBarrier((&___R_LastTime_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONEFFECT_T4203267823_H #ifndef DICTIONARY_2_T3988524122_H #define DICTIONARY_2_T3988524122_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_t3988524122 : 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 ActionEffectU5BU5D_t1246456950* ___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_t3988524122, ___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_t3988524122, ___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_t3988524122, ___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_t3988524122, ___valueSlots_7)); } inline ActionEffectU5BU5D_t1246456950* get_valueSlots_7() const { return ___valueSlots_7; } inline ActionEffectU5BU5D_t1246456950** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ActionEffectU5BU5D_t1246456950* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3988524122, ___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_t3988524122, ___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_t3988524122, ___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_t3988524122, ___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_t3988524122, ___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_t3988524122, ___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_t3988524122, ___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_t3988524122_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t96868666 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3988524122_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t96868666 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t96868666 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t96868666 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3988524122_H #ifndef DICTIONARY_2_T2919602138_H #define DICTIONARY_2_T2919602138_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_t2919602138 : 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 ActionListU5BU5D_t1636613918* ___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_t2919602138, ___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_t2919602138, ___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_t2919602138, ___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_t2919602138, ___valueSlots_7)); } inline ActionListU5BU5D_t1636613918* get_valueSlots_7() const { return ___valueSlots_7; } inline ActionListU5BU5D_t1636613918** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ActionListU5BU5D_t1636613918* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2919602138, ___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_t2919602138, ___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_t2919602138, ___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_t2919602138, ___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_t2919602138, ___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_t2919602138, ___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_t2919602138, ___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_t2919602138_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1240952762 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2919602138_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1240952762 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1240952762 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1240952762 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2919602138_H #ifndef LIST_1_T900854338_H #define LIST_1_T900854338_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t900854338 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IdolAwardListItemU5BU5D_t2558739205* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t900854338, ____items_1)); } inline IdolAwardListItemU5BU5D_t2558739205* get__items_1() const { return ____items_1; } inline IdolAwardListItemU5BU5D_t2558739205** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IdolAwardListItemU5BU5D_t2558739205* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t900854338, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t900854338, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t900854338_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray IdolAwardListItemU5BU5D_t2558739205* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t900854338_StaticFields, ___EmptyArray_4)); } inline IdolAwardListItemU5BU5D_t2558739205* get_EmptyArray_4() const { return ___EmptyArray_4; } inline IdolAwardListItemU5BU5D_t2558739205** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(IdolAwardListItemU5BU5D_t2558739205* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T900854338_H #ifndef ABILITYLEVELCOUNT_T46961605_H #define ABILITYLEVELCOUNT_T46961605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.AbilityLevelCount struct AbilityLevelCount_t46961605 : public RuntimeObject { public: // System.Int32 DMCore.Logic.AbilityLevelCount::m_level int32_t ___m_level_0; // System.Int32 DMCore.Logic.AbilityLevelCount::m_levelUpExp int32_t ___m_levelUpExp_1; // System.Collections.Generic.List`1 DMCore.Logic.AbilityLevelCount::m_RewardCount List_1_t779509957 * ___m_RewardCount_2; public: inline static int32_t get_offset_of_m_level_0() { return static_cast(offsetof(AbilityLevelCount_t46961605, ___m_level_0)); } inline int32_t get_m_level_0() const { return ___m_level_0; } inline int32_t* get_address_of_m_level_0() { return &___m_level_0; } inline void set_m_level_0(int32_t value) { ___m_level_0 = value; } inline static int32_t get_offset_of_m_levelUpExp_1() { return static_cast(offsetof(AbilityLevelCount_t46961605, ___m_levelUpExp_1)); } inline int32_t get_m_levelUpExp_1() const { return ___m_levelUpExp_1; } inline int32_t* get_address_of_m_levelUpExp_1() { return &___m_levelUpExp_1; } inline void set_m_levelUpExp_1(int32_t value) { ___m_levelUpExp_1 = value; } inline static int32_t get_offset_of_m_RewardCount_2() { return static_cast(offsetof(AbilityLevelCount_t46961605, ___m_RewardCount_2)); } inline List_1_t779509957 * get_m_RewardCount_2() const { return ___m_RewardCount_2; } inline List_1_t779509957 ** get_address_of_m_RewardCount_2() { return &___m_RewardCount_2; } inline void set_m_RewardCount_2(List_1_t779509957 * value) { ___m_RewardCount_2 = value; Il2CppCodeGenWriteBarrier((&___m_RewardCount_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABILITYLEVELCOUNT_T46961605_H #ifndef REWARDCOUNT_T3602402511_H #define REWARDCOUNT_T3602402511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RewardCount struct RewardCount_t3602402511 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RewardCount::m_rewardId int32_t ___m_rewardId_0; // System.Int32 DMCore.Logic.RewardCount::m_rewardCount int32_t ___m_rewardCount_1; // System.Int32 DMCore.Logic.RewardCount::m_vaild int32_t ___m_vaild_2; // System.Int32 DMCore.Logic.RewardCount::m_sex int32_t ___m_sex_3; public: inline static int32_t get_offset_of_m_rewardId_0() { return static_cast(offsetof(RewardCount_t3602402511, ___m_rewardId_0)); } inline int32_t get_m_rewardId_0() const { return ___m_rewardId_0; } inline int32_t* get_address_of_m_rewardId_0() { return &___m_rewardId_0; } inline void set_m_rewardId_0(int32_t value) { ___m_rewardId_0 = value; } inline static int32_t get_offset_of_m_rewardCount_1() { return static_cast(offsetof(RewardCount_t3602402511, ___m_rewardCount_1)); } inline int32_t get_m_rewardCount_1() const { return ___m_rewardCount_1; } inline int32_t* get_address_of_m_rewardCount_1() { return &___m_rewardCount_1; } inline void set_m_rewardCount_1(int32_t value) { ___m_rewardCount_1 = value; } inline static int32_t get_offset_of_m_vaild_2() { return static_cast(offsetof(RewardCount_t3602402511, ___m_vaild_2)); } inline int32_t get_m_vaild_2() const { return ___m_vaild_2; } inline int32_t* get_address_of_m_vaild_2() { return &___m_vaild_2; } inline void set_m_vaild_2(int32_t value) { ___m_vaild_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(RewardCount_t3602402511, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REWARDCOUNT_T3602402511_H #ifndef IDOLDATA_T118514082_H #define IDOLDATA_T118514082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolData struct IdolData_t118514082 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolData::m_Level int32_t ___m_Level_0; // System.Int32 DMCore.Logic.IdolData::m_LevelUpExp int32_t ___m_LevelUpExp_1; public: inline static int32_t get_offset_of_m_Level_0() { return static_cast(offsetof(IdolData_t118514082, ___m_Level_0)); } inline int32_t get_m_Level_0() const { return ___m_Level_0; } inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; } inline void set_m_Level_0(int32_t value) { ___m_Level_0 = value; } inline static int32_t get_offset_of_m_LevelUpExp_1() { return static_cast(offsetof(IdolData_t118514082, ___m_LevelUpExp_1)); } inline int32_t get_m_LevelUpExp_1() const { return ___m_LevelUpExp_1; } inline int32_t* get_address_of_m_LevelUpExp_1() { return &___m_LevelUpExp_1; } inline void set_m_LevelUpExp_1(int32_t value) { ___m_LevelUpExp_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLDATA_T118514082_H #ifndef CURABILITYLEVELCOUNT_T3218334879_H #define CURABILITYLEVELCOUNT_T3218334879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CurAbilityLevelCount struct CurAbilityLevelCount_t3218334879 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CurAbilityLevelCount::m_curLevel int32_t ___m_curLevel_0; // System.Boolean DMCore.Logic.CurAbilityLevelCount::m_bCanGet bool ___m_bCanGet_1; public: inline static int32_t get_offset_of_m_curLevel_0() { return static_cast(offsetof(CurAbilityLevelCount_t3218334879, ___m_curLevel_0)); } inline int32_t get_m_curLevel_0() const { return ___m_curLevel_0; } inline int32_t* get_address_of_m_curLevel_0() { return &___m_curLevel_0; } inline void set_m_curLevel_0(int32_t value) { ___m_curLevel_0 = value; } inline static int32_t get_offset_of_m_bCanGet_1() { return static_cast(offsetof(CurAbilityLevelCount_t3218334879, ___m_bCanGet_1)); } inline bool get_m_bCanGet_1() const { return ___m_bCanGet_1; } inline bool* get_address_of_m_bCanGet_1() { return &___m_bCanGet_1; } inline void set_m_bCanGet_1(bool value) { ___m_bCanGet_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURABILITYLEVELCOUNT_T3218334879_H #ifndef IDOLLEVELCOUNT_T694126592_H #define IDOLLEVELCOUNT_T694126592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolLevelCount struct IdolLevelCount_t694126592 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolLevelCount::m_AbilityIndex int32_t ___m_AbilityIndex_0; // System.Int32 DMCore.Logic.IdolLevelCount::m_AbilityLevel int32_t ___m_AbilityLevel_1; // System.Int32 DMCore.Logic.IdolLevelCount::m_AbilityValue int32_t ___m_AbilityValue_2; // System.Collections.Generic.List`1 DMCore.Logic.IdolLevelCount::m_curAbilityData List_1_t395442325 * ___m_curAbilityData_3; public: inline static int32_t get_offset_of_m_AbilityIndex_0() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_AbilityIndex_0)); } inline int32_t get_m_AbilityIndex_0() const { return ___m_AbilityIndex_0; } inline int32_t* get_address_of_m_AbilityIndex_0() { return &___m_AbilityIndex_0; } inline void set_m_AbilityIndex_0(int32_t value) { ___m_AbilityIndex_0 = value; } inline static int32_t get_offset_of_m_AbilityLevel_1() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_AbilityLevel_1)); } inline int32_t get_m_AbilityLevel_1() const { return ___m_AbilityLevel_1; } inline int32_t* get_address_of_m_AbilityLevel_1() { return &___m_AbilityLevel_1; } inline void set_m_AbilityLevel_1(int32_t value) { ___m_AbilityLevel_1 = value; } inline static int32_t get_offset_of_m_AbilityValue_2() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_AbilityValue_2)); } inline int32_t get_m_AbilityValue_2() const { return ___m_AbilityValue_2; } inline int32_t* get_address_of_m_AbilityValue_2() { return &___m_AbilityValue_2; } inline void set_m_AbilityValue_2(int32_t value) { ___m_AbilityValue_2 = value; } inline static int32_t get_offset_of_m_curAbilityData_3() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_curAbilityData_3)); } inline List_1_t395442325 * get_m_curAbilityData_3() const { return ___m_curAbilityData_3; } inline List_1_t395442325 ** get_address_of_m_curAbilityData_3() { return &___m_curAbilityData_3; } inline void set_m_curAbilityData_3(List_1_t395442325 * value) { ___m_curAbilityData_3 = value; Il2CppCodeGenWriteBarrier((&___m_curAbilityData_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLLEVELCOUNT_T694126592_H #ifndef QUEUE_1_T1546976837_H #define QUEUE_1_T1546976837_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Queue`1 struct Queue_1_t1546976837 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array AddIdolDataU5BU5D_t4096518534* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t1546976837, ____array_0)); } inline AddIdolDataU5BU5D_t4096518534* get__array_0() const { return ____array_0; } inline AddIdolDataU5BU5D_t4096518534** get_address_of__array_0() { return &____array_0; } inline void set__array_0(AddIdolDataU5BU5D_t4096518534* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t1546976837, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t1546976837, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t1546976837, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t1546976837, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_1_T1546976837_H #ifndef DICTIONARY_2_T3302194709_H #define DICTIONARY_2_T3302194709_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_t3302194709 : 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 IdolDataU5BU5D_t2030045591* ___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_t3302194709, ___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_t3302194709, ___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_t3302194709, ___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_t3302194709, ___valueSlots_7)); } inline IdolDataU5BU5D_t2030045591* get_valueSlots_7() const { return ___valueSlots_7; } inline IdolDataU5BU5D_t2030045591** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IdolDataU5BU5D_t2030045591* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3302194709, ___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_t3302194709, ___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_t3302194709, ___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_t3302194709, ___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_t3302194709, ___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_t3302194709, ___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_t3302194709, ___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_t3302194709_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1634384435 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3302194709_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1634384435 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1634384435 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1634384435 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3302194709_H #ifndef IDOLPLAYERDATA_T1126670343_H #define IDOLPLAYERDATA_T1126670343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolPlayerData struct IdolPlayerData_t1126670343 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolPlayerData::m_IdolLevel int32_t ___m_IdolLevel_0; // System.Int32 DMCore.Logic.IdolPlayerData::m_IdolMaxLevel int32_t ___m_IdolMaxLevel_1; // System.Int32 DMCore.Logic.IdolPlayerData::m_IdolValue int32_t ___m_IdolValue_2; public: inline static int32_t get_offset_of_m_IdolLevel_0() { return static_cast(offsetof(IdolPlayerData_t1126670343, ___m_IdolLevel_0)); } inline int32_t get_m_IdolLevel_0() const { return ___m_IdolLevel_0; } inline int32_t* get_address_of_m_IdolLevel_0() { return &___m_IdolLevel_0; } inline void set_m_IdolLevel_0(int32_t value) { ___m_IdolLevel_0 = value; } inline static int32_t get_offset_of_m_IdolMaxLevel_1() { return static_cast(offsetof(IdolPlayerData_t1126670343, ___m_IdolMaxLevel_1)); } inline int32_t get_m_IdolMaxLevel_1() const { return ___m_IdolMaxLevel_1; } inline int32_t* get_address_of_m_IdolMaxLevel_1() { return &___m_IdolMaxLevel_1; } inline void set_m_IdolMaxLevel_1(int32_t value) { ___m_IdolMaxLevel_1 = value; } inline static int32_t get_offset_of_m_IdolValue_2() { return static_cast(offsetof(IdolPlayerData_t1126670343, ___m_IdolValue_2)); } inline int32_t get_m_IdolValue_2() const { return ___m_IdolValue_2; } inline int32_t* get_address_of_m_IdolValue_2() { return &___m_IdolValue_2; } inline void set_m_IdolValue_2(int32_t value) { ___m_IdolValue_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLPLAYERDATA_T1126670343_H #ifndef LIST_1_T395442325_H #define LIST_1_T395442325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t395442325 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CurAbilityLevelCountU5BU5D_t3627495942* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t395442325, ____items_1)); } inline CurAbilityLevelCountU5BU5D_t3627495942* get__items_1() const { return ____items_1; } inline CurAbilityLevelCountU5BU5D_t3627495942** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CurAbilityLevelCountU5BU5D_t3627495942* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t395442325, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t395442325, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t395442325_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CurAbilityLevelCountU5BU5D_t3627495942* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t395442325_StaticFields, ___EmptyArray_4)); } inline CurAbilityLevelCountU5BU5D_t3627495942* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CurAbilityLevelCountU5BU5D_t3627495942** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CurAbilityLevelCountU5BU5D_t3627495942* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T395442325_H #ifndef DICTIONARY_2_T3228841118_H #define DICTIONARY_2_T3228841118_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_t3228841118 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int64U5BU5D_t2559172825* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t1732384627* ___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_t3228841118, ___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_t3228841118, ___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_t3228841118, ___keySlots_6)); } inline Int64U5BU5D_t2559172825* get_keySlots_6() const { return ___keySlots_6; } inline Int64U5BU5D_t2559172825** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int64U5BU5D_t2559172825* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3228841118, ___valueSlots_7)); } inline List_1U5BU5D_t1732384627* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t1732384627** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t1732384627* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3228841118, ___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_t3228841118, ___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_t3228841118, ___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_t3228841118, ___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_t3228841118, ___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_t3228841118, ___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_t3228841118, ___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_t3228841118_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2503185254 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3228841118_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2503185254 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2503185254 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2503185254 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3228841118_H #ifndef DICTIONARY_2_T3311733826_H #define DICTIONARY_2_T3311733826_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_t3311733826 : 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_t3580830742* ___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_t3311733826, ___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_t3311733826, ___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_t3311733826, ___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_t3311733826, ___valueSlots_7)); } inline List_1U5BU5D_t3580830742* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t3580830742** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t3580830742* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3311733826, ___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_t3311733826, ___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_t3311733826, ___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_t3311733826, ___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_t3311733826, ___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_t3311733826, ___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_t3311733826, ___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_t3311733826_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3185169586 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3311733826_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3185169586 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3185169586 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3185169586 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3311733826_H #ifndef LIST_1_T3172792085_H #define LIST_1_T3172792085_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_t3172792085 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AddIdolDataU5BU5D_t4096518534* ____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_t3172792085, ____items_1)); } inline AddIdolDataU5BU5D_t4096518534* get__items_1() const { return ____items_1; } inline AddIdolDataU5BU5D_t4096518534** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AddIdolDataU5BU5D_t4096518534* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3172792085, ____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_t3172792085, ____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_t3172792085_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AddIdolDataU5BU5D_t4096518534* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3172792085_StaticFields, ___EmptyArray_4)); } inline AddIdolDataU5BU5D_t4096518534* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AddIdolDataU5BU5D_t4096518534** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AddIdolDataU5BU5D_t4096518534* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3172792085_H #ifndef LIST_1_T2166201334_H #define LIST_1_T2166201334_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_t2166201334 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IdolLevelCountU5BU5D_t2831767553* ____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_t2166201334, ____items_1)); } inline IdolLevelCountU5BU5D_t2831767553* get__items_1() const { return ____items_1; } inline IdolLevelCountU5BU5D_t2831767553** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IdolLevelCountU5BU5D_t2831767553* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2166201334, ____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_t2166201334, ____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_t2166201334_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray IdolLevelCountU5BU5D_t2831767553* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2166201334_StaticFields, ___EmptyArray_4)); } inline IdolLevelCountU5BU5D_t2831767553* get_EmptyArray_4() const { return ___EmptyArray_4; } inline IdolLevelCountU5BU5D_t2831767553** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(IdolLevelCountU5BU5D_t2831767553* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2166201334_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 IDOLAWARDLISTITEM_T3723746892_H #define IDOLAWARDLISTITEM_T3723746892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolAwardListItem struct IdolAwardListItem_t3723746892 : public RuntimeObject { public: // System.String DMCore.Logic.IdolAwardListItem::title String_t* ___title_0; // System.Collections.Generic.List`1 DMCore.Logic.IdolAwardListItem::configId List_1_t128053199 * ___configId_1; // System.Collections.Generic.List`1 DMCore.Logic.IdolAwardListItem::numList List_1_t3319525431 * ___numList_2; public: inline static int32_t get_offset_of_title_0() { return static_cast(offsetof(IdolAwardListItem_t3723746892, ___title_0)); } inline String_t* get_title_0() const { return ___title_0; } inline String_t** get_address_of_title_0() { return &___title_0; } inline void set_title_0(String_t* value) { ___title_0 = value; Il2CppCodeGenWriteBarrier((&___title_0), value); } inline static int32_t get_offset_of_configId_1() { return static_cast(offsetof(IdolAwardListItem_t3723746892, ___configId_1)); } inline List_1_t128053199 * get_configId_1() const { return ___configId_1; } inline List_1_t128053199 ** get_address_of_configId_1() { return &___configId_1; } inline void set_configId_1(List_1_t128053199 * value) { ___configId_1 = value; Il2CppCodeGenWriteBarrier((&___configId_1), value); } inline static int32_t get_offset_of_numList_2() { return static_cast(offsetof(IdolAwardListItem_t3723746892, ___numList_2)); } inline List_1_t3319525431 * get_numList_2() const { return ___numList_2; } inline List_1_t3319525431 ** get_address_of_numList_2() { return &___numList_2; } inline void set_numList_2(List_1_t3319525431 * value) { ___numList_2 = value; Il2CppCodeGenWriteBarrier((&___numList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLAWARDLISTITEM_T3723746892_H #ifndef LIST_1_T1414438697_H #define LIST_1_T1414438697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1> struct List_1_t1414438697 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t193682082* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1414438697, ____items_1)); } inline KeyValuePair_2U5BU5D_t193682082* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_t193682082** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_t193682082* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1414438697, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1414438697, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1414438697_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray KeyValuePair_2U5BU5D_t193682082* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1414438697_StaticFields, ___EmptyArray_4)); } inline KeyValuePair_2U5BU5D_t193682082* get_EmptyArray_4() const { return ___EmptyArray_4; } inline KeyValuePair_2U5BU5D_t193682082** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(KeyValuePair_2U5BU5D_t193682082* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1414438697_H #ifndef KEYCOLLECTION_T2029334555_H #define KEYCOLLECTION_T2029334555_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2029334555 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t1839659084 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t2029334555, ___dictionary_0)); } inline Dictionary_2_t1839659084 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1839659084 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1839659084 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCOLLECTION_T2029334555_H #ifndef IDOLRULE_T1690125706_H #define IDOLRULE_T1690125706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolRule struct IdolRule_t1690125706 : public RuntimeObject { public: // System.String DMCore.Logic.IdolRule::top10ListDesc String_t* ___top10ListDesc_0; // System.Collections.Generic.List`1 DMCore.Logic.IdolRule::top10AwardtemList List_1_t900854338 * ___top10AwardtemList_1; // System.String DMCore.Logic.IdolRule::everyDaydesc String_t* ___everyDaydesc_2; // System.Collections.Generic.List`1 DMCore.Logic.IdolRule::everydayAwardList List_1_t900854338 * ___everydayAwardList_3; // System.String DMCore.Logic.IdolRule::otherdesc String_t* ___otherdesc_4; public: inline static int32_t get_offset_of_top10ListDesc_0() { return static_cast(offsetof(IdolRule_t1690125706, ___top10ListDesc_0)); } inline String_t* get_top10ListDesc_0() const { return ___top10ListDesc_0; } inline String_t** get_address_of_top10ListDesc_0() { return &___top10ListDesc_0; } inline void set_top10ListDesc_0(String_t* value) { ___top10ListDesc_0 = value; Il2CppCodeGenWriteBarrier((&___top10ListDesc_0), value); } inline static int32_t get_offset_of_top10AwardtemList_1() { return static_cast(offsetof(IdolRule_t1690125706, ___top10AwardtemList_1)); } inline List_1_t900854338 * get_top10AwardtemList_1() const { return ___top10AwardtemList_1; } inline List_1_t900854338 ** get_address_of_top10AwardtemList_1() { return &___top10AwardtemList_1; } inline void set_top10AwardtemList_1(List_1_t900854338 * value) { ___top10AwardtemList_1 = value; Il2CppCodeGenWriteBarrier((&___top10AwardtemList_1), value); } inline static int32_t get_offset_of_everyDaydesc_2() { return static_cast(offsetof(IdolRule_t1690125706, ___everyDaydesc_2)); } inline String_t* get_everyDaydesc_2() const { return ___everyDaydesc_2; } inline String_t** get_address_of_everyDaydesc_2() { return &___everyDaydesc_2; } inline void set_everyDaydesc_2(String_t* value) { ___everyDaydesc_2 = value; Il2CppCodeGenWriteBarrier((&___everyDaydesc_2), value); } inline static int32_t get_offset_of_everydayAwardList_3() { return static_cast(offsetof(IdolRule_t1690125706, ___everydayAwardList_3)); } inline List_1_t900854338 * get_everydayAwardList_3() const { return ___everydayAwardList_3; } inline List_1_t900854338 ** get_address_of_everydayAwardList_3() { return &___everydayAwardList_3; } inline void set_everydayAwardList_3(List_1_t900854338 * value) { ___everydayAwardList_3 = value; Il2CppCodeGenWriteBarrier((&___everydayAwardList_3), value); } inline static int32_t get_offset_of_otherdesc_4() { return static_cast(offsetof(IdolRule_t1690125706, ___otherdesc_4)); } inline String_t* get_otherdesc_4() const { return ___otherdesc_4; } inline String_t** get_address_of_otherdesc_4() { return &___otherdesc_4; } inline void set_otherdesc_4(String_t* value) { ___otherdesc_4 = value; Il2CppCodeGenWriteBarrier((&___otherdesc_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLRULE_T1690125706_H #ifndef 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 ADDIDOLDATA_T1700717343_H #define ADDIDOLDATA_T1700717343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.AddIdolData struct AddIdolData_t1700717343 : public RuntimeObject { public: // System.Int32 DMCore.Logic.AddIdolData::idx int32_t ___idx_0; // System.Int32 DMCore.Logic.AddIdolData::m_level int32_t ___m_level_1; // System.Int32 DMCore.Logic.AddIdolData::m_currentExp int32_t ___m_currentExp_2; // System.Int32 DMCore.Logic.AddIdolData::m_addExp int32_t ___m_addExp_3; public: inline static int32_t get_offset_of_idx_0() { return static_cast(offsetof(AddIdolData_t1700717343, ___idx_0)); } inline int32_t get_idx_0() const { return ___idx_0; } inline int32_t* get_address_of_idx_0() { return &___idx_0; } inline void set_idx_0(int32_t value) { ___idx_0 = value; } inline static int32_t get_offset_of_m_level_1() { return static_cast(offsetof(AddIdolData_t1700717343, ___m_level_1)); } inline int32_t get_m_level_1() const { return ___m_level_1; } inline int32_t* get_address_of_m_level_1() { return &___m_level_1; } inline void set_m_level_1(int32_t value) { ___m_level_1 = value; } inline static int32_t get_offset_of_m_currentExp_2() { return static_cast(offsetof(AddIdolData_t1700717343, ___m_currentExp_2)); } inline int32_t get_m_currentExp_2() const { return ___m_currentExp_2; } inline int32_t* get_address_of_m_currentExp_2() { return &___m_currentExp_2; } inline void set_m_currentExp_2(int32_t value) { ___m_currentExp_2 = value; } inline static int32_t get_offset_of_m_addExp_3() { return static_cast(offsetof(AddIdolData_t1700717343, ___m_addExp_3)); } inline int32_t get_m_addExp_3() const { return ___m_addExp_3; } inline int32_t* get_address_of_m_addExp_3() { return &___m_addExp_3; } inline void set_m_addExp_3(int32_t value) { ___m_addExp_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADDIDOLDATA_T1700717343_H #ifndef DICTIONARY_2_T3121698093_H #define DICTIONARY_2_T3121698093_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_t3121698093 : 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 CardGroupU5BU5D_t343161631* ___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_t3121698093, ___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_t3121698093, ___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_t3121698093, ___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_t3121698093, ___valueSlots_7)); } inline CardGroupU5BU5D_t343161631* get_valueSlots_7() const { return ___valueSlots_7; } inline CardGroupU5BU5D_t343161631** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CardGroupU5BU5D_t343161631* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3121698093, ___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_t3121698093, ___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_t3121698093, ___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_t3121698093, ___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_t3121698093, ___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_t3121698093, ___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_t3121698093, ___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_t3121698093_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4242467771 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3121698093_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4242467771 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4242467771 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4242467771 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3121698093_H #ifndef CARDGROUP_T4232984762_H #define CARDGROUP_T4232984762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CardGroup struct CardGroup_t4232984762 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CardGroup::cardList List_1_t187333189 * ___cardList_0; public: inline static int32_t get_offset_of_cardList_0() { return static_cast(offsetof(CardGroup_t4232984762, ___cardList_0)); } inline List_1_t187333189 * get_cardList_0() const { return ___cardList_0; } inline List_1_t187333189 ** get_address_of_cardList_0() { return &___cardList_0; } inline void set_cardList_0(List_1_t187333189 * value) { ___cardList_0 = value; Il2CppCodeGenWriteBarrier((&___cardList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDGROUP_T4232984762_H #ifndef LIST_1_T187333189_H #define LIST_1_T187333189_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_t187333189 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CardUnitU5BU5D_t2745140118* ____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_t187333189, ____items_1)); } inline CardUnitU5BU5D_t2745140118* get__items_1() const { return ____items_1; } inline CardUnitU5BU5D_t2745140118** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CardUnitU5BU5D_t2745140118* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t187333189, ____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_t187333189, ____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_t187333189_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CardUnitU5BU5D_t2745140118* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t187333189_StaticFields, ___EmptyArray_4)); } inline CardUnitU5BU5D_t2745140118* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CardUnitU5BU5D_t2745140118** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CardUnitU5BU5D_t2745140118* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T187333189_H #ifndef U3CISLOCKU3EC__ANONSTOREY0_T453125300_H #define U3CISLOCKU3EC__ANONSTOREY0_T453125300_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolCardConfig/c__AnonStorey0 struct U3CIsLockU3Ec__AnonStorey0_t453125300 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CIdolCardConfig/c__AnonStorey0::_id int32_t ____id_0; public: inline static int32_t get_offset_of__id_0() { return static_cast(offsetof(U3CIsLockU3Ec__AnonStorey0_t453125300, ____id_0)); } inline int32_t get__id_0() const { return ____id_0; } inline int32_t* get_address_of__id_0() { return &____id_0; } inline void set__id_0(int32_t value) { ____id_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CISLOCKU3EC__ANONSTOREY0_T453125300_H #ifndef IEVENTDISPATCHER_T2294365884_H #define IEVENTDISPATCHER_T2294365884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IEventDispatcher struct IEventDispatcher_t2294365884 : public RuntimeObject { public: // CBetterSet`1> IEventDispatcher::m_listSite CBetterSet_1_t1416977057 * ___m_listSite_0; public: inline static int32_t get_offset_of_m_listSite_0() { return static_cast(offsetof(IEventDispatcher_t2294365884, ___m_listSite_0)); } inline CBetterSet_1_t1416977057 * get_m_listSite_0() const { return ___m_listSite_0; } inline CBetterSet_1_t1416977057 ** get_address_of_m_listSite_0() { return &___m_listSite_0; } inline void set_m_listSite_0(CBetterSet_1_t1416977057 * value) { ___m_listSite_0 = value; Il2CppCodeGenWriteBarrier((&___m_listSite_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IEVENTDISPATCHER_T2294365884_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef 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 CGROWUPMANAGER_T3194282175_H #define CGROWUPMANAGER_T3194282175_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGrowupManager struct CGrowupManager_t3194282175 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGrowupManager::m_currentLevel int32_t ___m_currentLevel_0; // System.Int32 DMCore.Logic.CGrowupManager::m_rewardLevel int32_t ___m_rewardLevel_1; // System.Int32 DMCore.Logic.CGrowupManager::k__BackingField int32_t ___U3CbuLingU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CGrowupManager::k__BackingField bool ___U3CRewardChangedU3Ek__BackingField_4; public: inline static int32_t get_offset_of_m_currentLevel_0() { return static_cast(offsetof(CGrowupManager_t3194282175, ___m_currentLevel_0)); } inline int32_t get_m_currentLevel_0() const { return ___m_currentLevel_0; } inline int32_t* get_address_of_m_currentLevel_0() { return &___m_currentLevel_0; } inline void set_m_currentLevel_0(int32_t value) { ___m_currentLevel_0 = value; } inline static int32_t get_offset_of_m_rewardLevel_1() { return static_cast(offsetof(CGrowupManager_t3194282175, ___m_rewardLevel_1)); } inline int32_t get_m_rewardLevel_1() const { return ___m_rewardLevel_1; } inline int32_t* get_address_of_m_rewardLevel_1() { return &___m_rewardLevel_1; } inline void set_m_rewardLevel_1(int32_t value) { ___m_rewardLevel_1 = value; } inline static int32_t get_offset_of_U3CbuLingU3Ek__BackingField_3() { return static_cast(offsetof(CGrowupManager_t3194282175, ___U3CbuLingU3Ek__BackingField_3)); } inline int32_t get_U3CbuLingU3Ek__BackingField_3() const { return ___U3CbuLingU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CbuLingU3Ek__BackingField_3() { return &___U3CbuLingU3Ek__BackingField_3; } inline void set_U3CbuLingU3Ek__BackingField_3(int32_t value) { ___U3CbuLingU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CRewardChangedU3Ek__BackingField_4() { return static_cast(offsetof(CGrowupManager_t3194282175, ___U3CRewardChangedU3Ek__BackingField_4)); } inline bool get_U3CRewardChangedU3Ek__BackingField_4() const { return ___U3CRewardChangedU3Ek__BackingField_4; } inline bool* get_address_of_U3CRewardChangedU3Ek__BackingField_4() { return &___U3CRewardChangedU3Ek__BackingField_4; } inline void set_U3CRewardChangedU3Ek__BackingField_4(bool value) { ___U3CRewardChangedU3Ek__BackingField_4 = value; } }; struct CGrowupManager_t3194282175_StaticFields { public: // DMCore.Logic.CGrowupManager DMCore.Logic.CGrowupManager::m_instance CGrowupManager_t3194282175 * ___m_instance_2; public: inline static int32_t get_offset_of_m_instance_2() { return static_cast(offsetof(CGrowupManager_t3194282175_StaticFields, ___m_instance_2)); } inline CGrowupManager_t3194282175 * get_m_instance_2() const { return ___m_instance_2; } inline CGrowupManager_t3194282175 ** get_address_of_m_instance_2() { return &___m_instance_2; } inline void set_m_instance_2(CGrowupManager_t3194282175 * value) { ___m_instance_2 = value; Il2CppCodeGenWriteBarrier((&___m_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGROWUPMANAGER_T3194282175_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 CINIITEM_T4093898296_H #define CINIITEM_T4093898296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniItem struct CIniItem_t4093898296 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Ini.CIniItem::nHash int32_t ___nHash_0; // System.String DMCore.Framework.Ini.CIniItem::strKey String_t* ___strKey_1; // System.String DMCore.Framework.Ini.CIniItem::strValue String_t* ___strValue_2; public: inline static int32_t get_offset_of_nHash_0() { return static_cast(offsetof(CIniItem_t4093898296, ___nHash_0)); } inline int32_t get_nHash_0() const { return ___nHash_0; } inline int32_t* get_address_of_nHash_0() { return &___nHash_0; } inline void set_nHash_0(int32_t value) { ___nHash_0 = value; } inline static int32_t get_offset_of_strKey_1() { return static_cast(offsetof(CIniItem_t4093898296, ___strKey_1)); } inline String_t* get_strKey_1() const { return ___strKey_1; } inline String_t** get_address_of_strKey_1() { return &___strKey_1; } inline void set_strKey_1(String_t* value) { ___strKey_1 = value; Il2CppCodeGenWriteBarrier((&___strKey_1), value); } inline static int32_t get_offset_of_strValue_2() { return static_cast(offsetof(CIniItem_t4093898296, ___strValue_2)); } inline String_t* get_strValue_2() const { return ___strValue_2; } inline String_t** get_address_of_strValue_2() { return &___strValue_2; } inline void set_strValue_2(String_t* value) { ___strValue_2 = value; Il2CppCodeGenWriteBarrier((&___strValue_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINIITEM_T4093898296_H #ifndef BETTERLIST_1_T3113987842_H #define BETTERLIST_1_T3113987842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t3113987842 : public RuntimeObject { public: // T[] BetterList`1::buffer DMXmlNodeU5BU5D_t4275982093* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t3113987842, ___buffer_0)); } inline DMXmlNodeU5BU5D_t4275982093* get_buffer_0() const { return ___buffer_0; } inline DMXmlNodeU5BU5D_t4275982093** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(DMXmlNodeU5BU5D_t4275982093* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3113987842, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T3113987842_H #ifndef CINISECTION_T1218490364_H #define CINISECTION_T1218490364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniSection struct CIniSection_t1218490364 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Ini.CIniSection::nHash int32_t ___nHash_0; // System.String DMCore.Framework.Ini.CIniSection::strName String_t* ___strName_1; // System.Boolean DMCore.Framework.Ini.CIniSection::bIsNew bool ___bIsNew_2; // System.Collections.Generic.List`1 DMCore.Framework.Ini.CIniSection::items List_1_t1271005742 * ___items_3; public: inline static int32_t get_offset_of_nHash_0() { return static_cast(offsetof(CIniSection_t1218490364, ___nHash_0)); } inline int32_t get_nHash_0() const { return ___nHash_0; } inline int32_t* get_address_of_nHash_0() { return &___nHash_0; } inline void set_nHash_0(int32_t value) { ___nHash_0 = value; } inline static int32_t get_offset_of_strName_1() { return static_cast(offsetof(CIniSection_t1218490364, ___strName_1)); } inline String_t* get_strName_1() const { return ___strName_1; } inline String_t** get_address_of_strName_1() { return &___strName_1; } inline void set_strName_1(String_t* value) { ___strName_1 = value; Il2CppCodeGenWriteBarrier((&___strName_1), value); } inline static int32_t get_offset_of_bIsNew_2() { return static_cast(offsetof(CIniSection_t1218490364, ___bIsNew_2)); } inline bool get_bIsNew_2() const { return ___bIsNew_2; } inline bool* get_address_of_bIsNew_2() { return &___bIsNew_2; } inline void set_bIsNew_2(bool value) { ___bIsNew_2 = value; } inline static int32_t get_offset_of_items_3() { return static_cast(offsetof(CIniSection_t1218490364, ___items_3)); } inline List_1_t1271005742 * get_items_3() const { return ___items_3; } inline List_1_t1271005742 ** get_address_of_items_3() { return &___items_3; } inline void set_items_3(List_1_t1271005742 * value) { ___items_3 = value; Il2CppCodeGenWriteBarrier((&___items_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINISECTION_T1218490364_H #ifndef LIST_1_T4061876057_H #define LIST_1_T4061876057_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_t4061876057 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PlayerInfoBaseU5BU5D_t3758388146* ____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_t4061876057, ____items_1)); } inline PlayerInfoBaseU5BU5D_t3758388146* get__items_1() const { return ____items_1; } inline PlayerInfoBaseU5BU5D_t3758388146** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PlayerInfoBaseU5BU5D_t3758388146* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4061876057, ____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_t4061876057, ____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_t4061876057_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PlayerInfoBaseU5BU5D_t3758388146* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4061876057_StaticFields, ___EmptyArray_4)); } inline PlayerInfoBaseU5BU5D_t3758388146* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PlayerInfoBaseU5BU5D_t3758388146** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PlayerInfoBaseU5BU5D_t3758388146* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4061876057_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_T783330921_H #define DICTIONARY_2_T783330921_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_t783330921 : 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 CGiftPackageU5BU5D_t2428865867* ___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_t783330921, ___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_t783330921, ___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_t783330921, ___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_t783330921, ___valueSlots_7)); } inline CGiftPackageU5BU5D_t2428865867* get_valueSlots_7() const { return ___valueSlots_7; } inline CGiftPackageU5BU5D_t2428865867** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CGiftPackageU5BU5D_t2428865867* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t783330921, ___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_t783330921, ___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_t783330921, ___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_t783330921, ___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_t783330921, ___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_t783330921, ___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_t783330921, ___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_t783330921_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1279277583 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t783330921_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1279277583 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1279277583 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1279277583 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T783330921_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 CGIFTPACKAGE_T998074622_H #define CGIFTPACKAGE_T998074622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftPackage struct CGiftPackage_t998074622 : public RuntimeObject { public: // DMCore.Logic.CAwardList DMCore.Logic.CGiftPackage::m_awardMale CAwardList_t4094041907 * ___m_awardMale_0; // DMCore.Logic.CAwardList DMCore.Logic.CGiftPackage::m_awardFemale CAwardList_t4094041907 * ___m_awardFemale_1; public: inline static int32_t get_offset_of_m_awardMale_0() { return static_cast(offsetof(CGiftPackage_t998074622, ___m_awardMale_0)); } inline CAwardList_t4094041907 * get_m_awardMale_0() const { return ___m_awardMale_0; } inline CAwardList_t4094041907 ** get_address_of_m_awardMale_0() { return &___m_awardMale_0; } inline void set_m_awardMale_0(CAwardList_t4094041907 * value) { ___m_awardMale_0 = value; Il2CppCodeGenWriteBarrier((&___m_awardMale_0), value); } inline static int32_t get_offset_of_m_awardFemale_1() { return static_cast(offsetof(CGiftPackage_t998074622, ___m_awardFemale_1)); } inline CAwardList_t4094041907 * get_m_awardFemale_1() const { return ___m_awardFemale_1; } inline CAwardList_t4094041907 ** get_address_of_m_awardFemale_1() { return &___m_awardFemale_1; } inline void set_m_awardFemale_1(CAwardList_t4094041907 * value) { ___m_awardFemale_1 = value; Il2CppCodeGenWriteBarrier((&___m_awardFemale_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTPACKAGE_T998074622_H #ifndef CINIFILE_T2879301433_H #define CINIFILE_T2879301433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniFile struct CIniFile_t2879301433 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Ini.CIniFile::sections List_1_t2690565106 * ___sections_0; public: inline static int32_t get_offset_of_sections_0() { return static_cast(offsetof(CIniFile_t2879301433, ___sections_0)); } inline List_1_t2690565106 * get_sections_0() const { return ___sections_0; } inline List_1_t2690565106 ** get_address_of_sections_0() { return &___sections_0; } inline void set_sections_0(List_1_t2690565106 * value) { ___sections_0 = value; Il2CppCodeGenWriteBarrier((&___sections_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINIFILE_T2879301433_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 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 CLOCALIZATIONMANAGER_T2604768345_H #define CLOCALIZATIONMANAGER_T2604768345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345 : public RuntimeObject { public: public: }; struct CLocalizationManager_t2604768345_StaticFields { public: // System.String DMCore.Framework.Localization.CLocalizationManager::s_CurrentLanguage String_t* ___s_CurrentLanguage_0; // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::s_Instance CLocalizationManager_t2604768345 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_CurrentLanguage_0() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_CurrentLanguage_0)); } inline String_t* get_s_CurrentLanguage_0() const { return ___s_CurrentLanguage_0; } inline String_t** get_address_of_s_CurrentLanguage_0() { return &___s_CurrentLanguage_0; } inline void set_s_CurrentLanguage_0(String_t* value) { ___s_CurrentLanguage_0 = value; Il2CppCodeGenWriteBarrier((&___s_CurrentLanguage_0), value); } inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_Instance_1)); } inline CLocalizationManager_t2604768345 * get_s_Instance_1() const { return ___s_Instance_1; } inline CLocalizationManager_t2604768345 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CLocalizationManager_t2604768345 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALIZATIONMANAGER_T2604768345_H #ifndef ANIMATIONCFG_T1055594844_H #define ANIMATIONCFG_T1055594844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftManager/AnimationCfg struct AnimationCfg_t1055594844 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGiftManager/AnimationCfg::count int32_t ___count_0; // System.Single DMCore.Logic.CGiftManager/AnimationCfg::time float ___time_1; // System.String DMCore.Logic.CGiftManager/AnimationCfg::path String_t* ___path_2; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(AnimationCfg_t1055594844, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(AnimationCfg_t1055594844, ___time_1)); } inline float get_time_1() const { return ___time_1; } inline float* get_address_of_time_1() { return &___time_1; } inline void set_time_1(float value) { ___time_1 = value; } inline static int32_t get_offset_of_path_2() { return static_cast(offsetof(AnimationCfg_t1055594844, ___path_2)); } inline String_t* get_path_2() const { return ___path_2; } inline String_t** get_address_of_path_2() { return &___path_2; } inline void set_path_2(String_t* value) { ___path_2 = value; Il2CppCodeGenWriteBarrier((&___path_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONCFG_T1055594844_H #ifndef CGIFTRESULTINFO_T2457003308_H #define CGIFTRESULTINFO_T2457003308_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftResultInfo struct CGiftResultInfo_t2457003308 : public RuntimeObject { public: // System.String DMCore.Logic.CGiftResultInfo::Animate String_t* ___Animate_0; // System.Single DMCore.Logic.CGiftResultInfo::aniTime float ___aniTime_1; // System.String DMCore.Logic.CGiftResultInfo::ShowLabel String_t* ___ShowLabel_2; public: inline static int32_t get_offset_of_Animate_0() { return static_cast(offsetof(CGiftResultInfo_t2457003308, ___Animate_0)); } inline String_t* get_Animate_0() const { return ___Animate_0; } inline String_t** get_address_of_Animate_0() { return &___Animate_0; } inline void set_Animate_0(String_t* value) { ___Animate_0 = value; Il2CppCodeGenWriteBarrier((&___Animate_0), value); } inline static int32_t get_offset_of_aniTime_1() { return static_cast(offsetof(CGiftResultInfo_t2457003308, ___aniTime_1)); } inline float get_aniTime_1() const { return ___aniTime_1; } inline float* get_address_of_aniTime_1() { return &___aniTime_1; } inline void set_aniTime_1(float value) { ___aniTime_1 = value; } inline static int32_t get_offset_of_ShowLabel_2() { return static_cast(offsetof(CGiftResultInfo_t2457003308, ___ShowLabel_2)); } inline String_t* get_ShowLabel_2() const { return ___ShowLabel_2; } inline String_t** get_address_of_ShowLabel_2() { return &___ShowLabel_2; } inline void set_ShowLabel_2(String_t* value) { ___ShowLabel_2 = value; Il2CppCodeGenWriteBarrier((&___ShowLabel_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTRESULTINFO_T2457003308_H #ifndef KEYCOLLECTION_T133983646_H #define KEYCOLLECTION_T133983646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t133983646 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t4239275471 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t133983646, ___dictionary_0)); } inline Dictionary_2_t4239275471 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4239275471 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4239275471 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCOLLECTION_T133983646_H #ifndef LINKEDLISTNODE_1_T2202178411_H #define LINKEDLISTNODE_1_T2202178411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2202178411 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item CGiftResultInfo_t2457003308 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t1296649317 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t2202178411 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t2202178411 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t2202178411, ___item_0)); } inline CGiftResultInfo_t2457003308 * get_item_0() const { return ___item_0; } inline CGiftResultInfo_t2457003308 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(CGiftResultInfo_t2457003308 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t2202178411, ___container_1)); } inline LinkedList_1_t1296649317 * get_container_1() const { return ___container_1; } inline LinkedList_1_t1296649317 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t1296649317 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t2202178411, ___forward_2)); } inline LinkedListNode_1_t2202178411 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t2202178411 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t2202178411 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t2202178411, ___back_3)); } inline LinkedListNode_1_t2202178411 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t2202178411 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t2202178411 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T2202178411_H #ifndef CGUIDEMAINSTEP_T63991967_H #define CGUIDEMAINSTEP_T63991967_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuideMainStep struct CGuideMainStep_t63991967 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuideMainStep::k__BackingField int32_t ___U3CMainIDU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CGuideMainStep::k__BackingField bool ___U3CIsForceU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CGuideMainStep::k__BackingField int32_t ___U3CTriggerLevelU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CGuideMainStep::k__BackingField int32_t ___U3CNetxStepU3Ek__BackingField_3; // BetterList`1 DMCore.Logic.CGuideMainStep::m_listSubStep BetterList_1_t487729231 * ___m_listSubStep_4; public: inline static int32_t get_offset_of_U3CMainIDU3Ek__BackingField_0() { return static_cast(offsetof(CGuideMainStep_t63991967, ___U3CMainIDU3Ek__BackingField_0)); } inline int32_t get_U3CMainIDU3Ek__BackingField_0() const { return ___U3CMainIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CMainIDU3Ek__BackingField_0() { return &___U3CMainIDU3Ek__BackingField_0; } inline void set_U3CMainIDU3Ek__BackingField_0(int32_t value) { ___U3CMainIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsForceU3Ek__BackingField_1() { return static_cast(offsetof(CGuideMainStep_t63991967, ___U3CIsForceU3Ek__BackingField_1)); } inline bool get_U3CIsForceU3Ek__BackingField_1() const { return ___U3CIsForceU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsForceU3Ek__BackingField_1() { return &___U3CIsForceU3Ek__BackingField_1; } inline void set_U3CIsForceU3Ek__BackingField_1(bool value) { ___U3CIsForceU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CTriggerLevelU3Ek__BackingField_2() { return static_cast(offsetof(CGuideMainStep_t63991967, ___U3CTriggerLevelU3Ek__BackingField_2)); } inline int32_t get_U3CTriggerLevelU3Ek__BackingField_2() const { return ___U3CTriggerLevelU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CTriggerLevelU3Ek__BackingField_2() { return &___U3CTriggerLevelU3Ek__BackingField_2; } inline void set_U3CTriggerLevelU3Ek__BackingField_2(int32_t value) { ___U3CTriggerLevelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CNetxStepU3Ek__BackingField_3() { return static_cast(offsetof(CGuideMainStep_t63991967, ___U3CNetxStepU3Ek__BackingField_3)); } inline int32_t get_U3CNetxStepU3Ek__BackingField_3() const { return ___U3CNetxStepU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CNetxStepU3Ek__BackingField_3() { return &___U3CNetxStepU3Ek__BackingField_3; } inline void set_U3CNetxStepU3Ek__BackingField_3(int32_t value) { ___U3CNetxStepU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_listSubStep_4() { return static_cast(offsetof(CGuideMainStep_t63991967, ___m_listSubStep_4)); } inline BetterList_1_t487729231 * get_m_listSubStep_4() const { return ___m_listSubStep_4; } inline BetterList_1_t487729231 ** get_address_of_m_listSubStep_4() { return &___m_listSubStep_4; } inline void set_m_listSubStep_4(BetterList_1_t487729231 * value) { ___m_listSubStep_4 = value; Il2CppCodeGenWriteBarrier((&___m_listSubStep_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUIDEMAINSTEP_T63991967_H #ifndef CLOGHELP_T779629444_H #define CLOGHELP_T779629444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444 : public RuntimeObject { public: public: }; struct CLogHelp_t779629444_StaticFields { public: // System.Int32 DMCore.Framework.Misc.CLogHelp::m_logLevel int32_t ___m_logLevel_0; // System.String DMCore.Framework.Misc.CLogHelp::s_LogPath String_t* ___s_LogPath_1; // System.Byte[] DMCore.Framework.Misc.CLogHelp::s_EndLine ByteU5BU5D_t4116647657* ___s_EndLine_2; public: inline static int32_t get_offset_of_m_logLevel_0() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___m_logLevel_0)); } inline int32_t get_m_logLevel_0() const { return ___m_logLevel_0; } inline int32_t* get_address_of_m_logLevel_0() { return &___m_logLevel_0; } inline void set_m_logLevel_0(int32_t value) { ___m_logLevel_0 = value; } inline static int32_t get_offset_of_s_LogPath_1() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___s_LogPath_1)); } inline String_t* get_s_LogPath_1() const { return ___s_LogPath_1; } inline String_t** get_address_of_s_LogPath_1() { return &___s_LogPath_1; } inline void set_s_LogPath_1(String_t* value) { ___s_LogPath_1 = value; Il2CppCodeGenWriteBarrier((&___s_LogPath_1), value); } inline static int32_t get_offset_of_s_EndLine_2() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___s_EndLine_2)); } inline ByteU5BU5D_t4116647657* get_s_EndLine_2() const { return ___s_EndLine_2; } inline ByteU5BU5D_t4116647657** get_address_of_s_EndLine_2() { return &___s_EndLine_2; } inline void set_s_EndLine_2(ByteU5BU5D_t4116647657* value) { ___s_EndLine_2 = value; Il2CppCodeGenWriteBarrier((&___s_EndLine_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOGHELP_T779629444_H #ifndef DICTIONARY_2_T4239275471_H #define DICTIONARY_2_T4239275471_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_t4239275471 : 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 AnimationCfgU5BU5D_t1828907445* ___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_t4239275471, ___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_t4239275471, ___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_t4239275471, ___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_t4239275471, ___valueSlots_7)); } inline AnimationCfgU5BU5D_t1828907445* get_valueSlots_7() const { return ___valueSlots_7; } inline AnimationCfgU5BU5D_t1828907445** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AnimationCfgU5BU5D_t1828907445* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4239275471, ___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_t4239275471, ___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_t4239275471, ___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_t4239275471, ___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_t4239275471, ___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_t4239275471, ___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_t4239275471, ___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_t4239275471_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1433246289 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4239275471_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1433246289 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1433246289 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1433246289 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4239275471_H #ifndef LINKEDLIST_1_T1296649317_H #define LINKEDLIST_1_T1296649317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1296649317 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t2202178411 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t1296649317, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t1296649317, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t1296649317, ___syncRoot_4)); } inline RuntimeObject * get_syncRoot_4() const { return ___syncRoot_4; } inline RuntimeObject ** get_address_of_syncRoot_4() { return &___syncRoot_4; } inline void set_syncRoot_4(RuntimeObject * value) { ___syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t1296649317, ___first_5)); } inline LinkedListNode_1_t2202178411 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t2202178411 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t2202178411 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t1296649317, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T1296649317_H #ifndef DMXMLNODE_T3958967524_H #define DMXMLNODE_T3958967524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524 : public RuntimeObject { public: // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::k__BackingField DMXmlNode_t3958967524 * ___U3CParentU3Ek__BackingField_0; // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlNode::m_Name DMXmlSerial_t1029243897 * ___m_Name_14; // BetterList`1 DMCore.Framework.XML.DMXmlNode::m_listAttribute BetterList_1_t2935806958 * ___m_listAttribute_15; // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::m_children DMXmlNodeList_t795971656 * ___m_children_16; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(DMXmlNode_t3958967524, ___U3CParentU3Ek__BackingField_0)); } inline DMXmlNode_t3958967524 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline DMXmlNode_t3958967524 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(DMXmlNode_t3958967524 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_Name_14() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_Name_14)); } inline DMXmlSerial_t1029243897 * get_m_Name_14() const { return ___m_Name_14; } inline DMXmlSerial_t1029243897 ** get_address_of_m_Name_14() { return &___m_Name_14; } inline void set_m_Name_14(DMXmlSerial_t1029243897 * value) { ___m_Name_14 = value; Il2CppCodeGenWriteBarrier((&___m_Name_14), value); } inline static int32_t get_offset_of_m_listAttribute_15() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_listAttribute_15)); } inline BetterList_1_t2935806958 * get_m_listAttribute_15() const { return ___m_listAttribute_15; } inline BetterList_1_t2935806958 ** get_address_of_m_listAttribute_15() { return &___m_listAttribute_15; } inline void set_m_listAttribute_15(BetterList_1_t2935806958 * value) { ___m_listAttribute_15 = value; Il2CppCodeGenWriteBarrier((&___m_listAttribute_15), value); } inline static int32_t get_offset_of_m_children_16() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_children_16)); } inline DMXmlNodeList_t795971656 * get_m_children_16() const { return ___m_children_16; } inline DMXmlNodeList_t795971656 ** get_address_of_m_children_16() { return &___m_children_16; } inline void set_m_children_16(DMXmlNodeList_t795971656 * value) { ___m_children_16 = value; Il2CppCodeGenWriteBarrier((&___m_children_16), value); } }; struct DMXmlNode_t3958967524_StaticFields { public: // System.Char DMCore.Framework.XML.DMXmlNode::LT Il2CppChar ___LT_1; // System.Char DMCore.Framework.XML.DMXmlNode::GT Il2CppChar ___GT_2; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE Il2CppChar ___SPACE_3; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE Il2CppChar ___QUOTE_4; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE2 Il2CppChar ___QUOTE2_5; // System.Char DMCore.Framework.XML.DMXmlNode::SLASH Il2CppChar ___SLASH_6; // System.Char DMCore.Framework.XML.DMXmlNode::QMARK Il2CppChar ___QMARK_7; // System.Char DMCore.Framework.XML.DMXmlNode::EQUALS Il2CppChar ___EQUALS_8; // System.Char DMCore.Framework.XML.DMXmlNode::EXCLAMATION Il2CppChar ___EXCLAMATION_9; // System.Char DMCore.Framework.XML.DMXmlNode::DASH Il2CppChar ___DASH_10; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_N Il2CppChar ___SPACE_N_11; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_R Il2CppChar ___SPACE_R_12; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_T Il2CppChar ___SPACE_T_13; public: inline static int32_t get_offset_of_LT_1() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___LT_1)); } inline Il2CppChar get_LT_1() const { return ___LT_1; } inline Il2CppChar* get_address_of_LT_1() { return &___LT_1; } inline void set_LT_1(Il2CppChar value) { ___LT_1 = value; } inline static int32_t get_offset_of_GT_2() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___GT_2)); } inline Il2CppChar get_GT_2() const { return ___GT_2; } inline Il2CppChar* get_address_of_GT_2() { return &___GT_2; } inline void set_GT_2(Il2CppChar value) { ___GT_2 = value; } inline static int32_t get_offset_of_SPACE_3() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_3)); } inline Il2CppChar get_SPACE_3() const { return ___SPACE_3; } inline Il2CppChar* get_address_of_SPACE_3() { return &___SPACE_3; } inline void set_SPACE_3(Il2CppChar value) { ___SPACE_3 = value; } inline static int32_t get_offset_of_QUOTE_4() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE_4)); } inline Il2CppChar get_QUOTE_4() const { return ___QUOTE_4; } inline Il2CppChar* get_address_of_QUOTE_4() { return &___QUOTE_4; } inline void set_QUOTE_4(Il2CppChar value) { ___QUOTE_4 = value; } inline static int32_t get_offset_of_QUOTE2_5() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE2_5)); } inline Il2CppChar get_QUOTE2_5() const { return ___QUOTE2_5; } inline Il2CppChar* get_address_of_QUOTE2_5() { return &___QUOTE2_5; } inline void set_QUOTE2_5(Il2CppChar value) { ___QUOTE2_5 = value; } inline static int32_t get_offset_of_SLASH_6() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SLASH_6)); } inline Il2CppChar get_SLASH_6() const { return ___SLASH_6; } inline Il2CppChar* get_address_of_SLASH_6() { return &___SLASH_6; } inline void set_SLASH_6(Il2CppChar value) { ___SLASH_6 = value; } inline static int32_t get_offset_of_QMARK_7() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QMARK_7)); } inline Il2CppChar get_QMARK_7() const { return ___QMARK_7; } inline Il2CppChar* get_address_of_QMARK_7() { return &___QMARK_7; } inline void set_QMARK_7(Il2CppChar value) { ___QMARK_7 = value; } inline static int32_t get_offset_of_EQUALS_8() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EQUALS_8)); } inline Il2CppChar get_EQUALS_8() const { return ___EQUALS_8; } inline Il2CppChar* get_address_of_EQUALS_8() { return &___EQUALS_8; } inline void set_EQUALS_8(Il2CppChar value) { ___EQUALS_8 = value; } inline static int32_t get_offset_of_EXCLAMATION_9() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EXCLAMATION_9)); } inline Il2CppChar get_EXCLAMATION_9() const { return ___EXCLAMATION_9; } inline Il2CppChar* get_address_of_EXCLAMATION_9() { return &___EXCLAMATION_9; } inline void set_EXCLAMATION_9(Il2CppChar value) { ___EXCLAMATION_9 = value; } inline static int32_t get_offset_of_DASH_10() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___DASH_10)); } inline Il2CppChar get_DASH_10() const { return ___DASH_10; } inline Il2CppChar* get_address_of_DASH_10() { return &___DASH_10; } inline void set_DASH_10(Il2CppChar value) { ___DASH_10 = value; } inline static int32_t get_offset_of_SPACE_N_11() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_N_11)); } inline Il2CppChar get_SPACE_N_11() const { return ___SPACE_N_11; } inline Il2CppChar* get_address_of_SPACE_N_11() { return &___SPACE_N_11; } inline void set_SPACE_N_11(Il2CppChar value) { ___SPACE_N_11 = value; } inline static int32_t get_offset_of_SPACE_R_12() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_R_12)); } inline Il2CppChar get_SPACE_R_12() const { return ___SPACE_R_12; } inline Il2CppChar* get_address_of_SPACE_R_12() { return &___SPACE_R_12; } inline void set_SPACE_R_12(Il2CppChar value) { ___SPACE_R_12 = value; } inline static int32_t get_offset_of_SPACE_T_13() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_T_13)); } inline Il2CppChar get_SPACE_T_13() const { return ___SPACE_T_13; } inline Il2CppChar* get_address_of_SPACE_T_13() { return &___SPACE_T_13; } inline void set_SPACE_T_13(Il2CppChar value) { ___SPACE_T_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODE_T3958967524_H #ifndef 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 BETTERLIST_1_T487729231_H #define BETTERLIST_1_T487729231_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_t487729231 : public RuntimeObject { public: // T[] BetterList`1::buffer CGuideSubStepU5BU5D_t4012690924* ___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_t487729231, ___buffer_0)); } inline CGuideSubStepU5BU5D_t4012690924* get_buffer_0() const { return ___buffer_0; } inline CGuideSubStepU5BU5D_t4012690924** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CGuideSubStepU5BU5D_t4012690924* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t487729231, ___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_T487729231_H #ifndef CGUILD_T675931451_H #define CGUILD_T675931451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuild struct CGuild_t675931451 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuild::k__BackingField int32_t ___U3CTempIndexU3Ek__BackingField_0; // DMCore.Logic.CGuildData DMCore.Logic.CGuild::m_Data CGuildData_t2153593818 * ___m_Data_1; // System.Collections.Generic.List`1 DMCore.Logic.CGuild::m_MemberList List_1_t3006210622 * ___m_MemberList_2; // System.Collections.Generic.List`1 DMCore.Logic.CGuild::m_LogList List_1_t3180379001 * ___m_LogList_3; // System.Collections.Generic.List`1 DMCore.Logic.CGuild::m_JoinReqList List_1_t3027426323 * ___m_JoinReqList_4; // System.Boolean DMCore.Logic.CGuild::m_IsBaseInfoReady bool ___m_IsBaseInfoReady_5; public: inline static int32_t get_offset_of_U3CTempIndexU3Ek__BackingField_0() { return static_cast(offsetof(CGuild_t675931451, ___U3CTempIndexU3Ek__BackingField_0)); } inline int32_t get_U3CTempIndexU3Ek__BackingField_0() const { return ___U3CTempIndexU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CTempIndexU3Ek__BackingField_0() { return &___U3CTempIndexU3Ek__BackingField_0; } inline void set_U3CTempIndexU3Ek__BackingField_0(int32_t value) { ___U3CTempIndexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_Data_1() { return static_cast(offsetof(CGuild_t675931451, ___m_Data_1)); } inline CGuildData_t2153593818 * get_m_Data_1() const { return ___m_Data_1; } inline CGuildData_t2153593818 ** get_address_of_m_Data_1() { return &___m_Data_1; } inline void set_m_Data_1(CGuildData_t2153593818 * value) { ___m_Data_1 = value; Il2CppCodeGenWriteBarrier((&___m_Data_1), value); } inline static int32_t get_offset_of_m_MemberList_2() { return static_cast(offsetof(CGuild_t675931451, ___m_MemberList_2)); } inline List_1_t3006210622 * get_m_MemberList_2() const { return ___m_MemberList_2; } inline List_1_t3006210622 ** get_address_of_m_MemberList_2() { return &___m_MemberList_2; } inline void set_m_MemberList_2(List_1_t3006210622 * value) { ___m_MemberList_2 = value; Il2CppCodeGenWriteBarrier((&___m_MemberList_2), value); } inline static int32_t get_offset_of_m_LogList_3() { return static_cast(offsetof(CGuild_t675931451, ___m_LogList_3)); } inline List_1_t3180379001 * get_m_LogList_3() const { return ___m_LogList_3; } inline List_1_t3180379001 ** get_address_of_m_LogList_3() { return &___m_LogList_3; } inline void set_m_LogList_3(List_1_t3180379001 * value) { ___m_LogList_3 = value; Il2CppCodeGenWriteBarrier((&___m_LogList_3), value); } inline static int32_t get_offset_of_m_JoinReqList_4() { return static_cast(offsetof(CGuild_t675931451, ___m_JoinReqList_4)); } inline List_1_t3027426323 * get_m_JoinReqList_4() const { return ___m_JoinReqList_4; } inline List_1_t3027426323 ** get_address_of_m_JoinReqList_4() { return &___m_JoinReqList_4; } inline void set_m_JoinReqList_4(List_1_t3027426323 * value) { ___m_JoinReqList_4 = value; Il2CppCodeGenWriteBarrier((&___m_JoinReqList_4), value); } inline static int32_t get_offset_of_m_IsBaseInfoReady_5() { return static_cast(offsetof(CGuild_t675931451, ___m_IsBaseInfoReady_5)); } inline bool get_m_IsBaseInfoReady_5() const { return ___m_IsBaseInfoReady_5; } inline bool* get_address_of_m_IsBaseInfoReady_5() { return &___m_IsBaseInfoReady_5; } inline void set_m_IsBaseInfoReady_5(bool value) { ___m_IsBaseInfoReady_5 = value; } }; struct CGuild_t675931451_StaticFields { public: // System.Comparison`1 DMCore.Logic.CGuild::<>f__mg$cache0 Comparison_1_t1309067059 * ___U3CU3Ef__mgU24cache0_6; // System.Predicate`1 DMCore.Logic.CGuild::<>f__am$cache0 Predicate_1_t2359430004 * ___U3CU3Ef__amU24cache0_7; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_6() { return static_cast(offsetof(CGuild_t675931451_StaticFields, ___U3CU3Ef__mgU24cache0_6)); } inline Comparison_1_t1309067059 * get_U3CU3Ef__mgU24cache0_6() const { return ___U3CU3Ef__mgU24cache0_6; } inline Comparison_1_t1309067059 ** get_address_of_U3CU3Ef__mgU24cache0_6() { return &___U3CU3Ef__mgU24cache0_6; } inline void set_U3CU3Ef__mgU24cache0_6(Comparison_1_t1309067059 * value) { ___U3CU3Ef__mgU24cache0_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_6), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_7() { return static_cast(offsetof(CGuild_t675931451_StaticFields, ___U3CU3Ef__amU24cache0_7)); } inline Predicate_1_t2359430004 * get_U3CU3Ef__amU24cache0_7() const { return ___U3CU3Ef__amU24cache0_7; } inline Predicate_1_t2359430004 ** get_address_of_U3CU3Ef__amU24cache0_7() { return &___U3CU3Ef__amU24cache0_7; } inline void set_U3CU3Ef__amU24cache0_7(Predicate_1_t2359430004 * value) { ___U3CU3Ef__amU24cache0_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILD_T675931451_H #ifndef CGUILDROLE_T1534135880_H #define CGUILDROLE_T1534135880_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildRole struct CGuildRole_t1534135880 : public RuntimeObject { public: // DMCore.Logic.CMemberData DMCore.Logic.CGuildRole::m_Data CMemberData_t1242630376 * ___m_Data_0; public: inline static int32_t get_offset_of_m_Data_0() { return static_cast(offsetof(CGuildRole_t1534135880, ___m_Data_0)); } inline CMemberData_t1242630376 * get_m_Data_0() const { return ___m_Data_0; } inline CMemberData_t1242630376 ** get_address_of_m_Data_0() { return &___m_Data_0; } inline void set_m_Data_0(CMemberData_t1242630376 * value) { ___m_Data_0 = value; Il2CppCodeGenWriteBarrier((&___m_Data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDROLE_T1534135880_H #ifndef CFUNCTIONSWITCHCONFIG_T2078484928_H #define CFUNCTIONSWITCHCONFIG_T2078484928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFunctionSwitchConfig struct CFunctionSwitchConfig_t2078484928 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CFunctionSwitchConfig::mDict Dictionary_2_t2297708088 * ___mDict_1; public: inline static int32_t get_offset_of_mDict_1() { return static_cast(offsetof(CFunctionSwitchConfig_t2078484928, ___mDict_1)); } inline Dictionary_2_t2297708088 * get_mDict_1() const { return ___mDict_1; } inline Dictionary_2_t2297708088 ** get_address_of_mDict_1() { return &___mDict_1; } inline void set_mDict_1(Dictionary_2_t2297708088 * value) { ___mDict_1 = value; Il2CppCodeGenWriteBarrier((&___mDict_1), value); } }; struct CFunctionSwitchConfig_t2078484928_StaticFields { public: // DMCore.Logic.CFunctionSwitchConfig DMCore.Logic.CFunctionSwitchConfig::s_Instance CFunctionSwitchConfig_t2078484928 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CFunctionSwitchConfig_t2078484928_StaticFields, ___s_Instance_0)); } inline CFunctionSwitchConfig_t2078484928 * get_s_Instance_0() const { return ___s_Instance_0; } inline CFunctionSwitchConfig_t2078484928 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CFunctionSwitchConfig_t2078484928 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFUNCTIONSWITCHCONFIG_T2078484928_H #ifndef CLOGDATA_T998132375_H #define CLOGDATA_T998132375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLogData struct CLogData_t998132375 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CLogData::OpType int32_t ___OpType_0; // System.String DMCore.Logic.CLogData::OpTime String_t* ___OpTime_1; // System.String DMCore.Logic.CLogData::Operator String_t* ___Operator_2; // System.String DMCore.Logic.CLogData::Operatee String_t* ___Operatee_3; // System.String DMCore.Logic.CLogData::Params String_t* ___Params_4; public: inline static int32_t get_offset_of_OpType_0() { return static_cast(offsetof(CLogData_t998132375, ___OpType_0)); } inline int32_t get_OpType_0() const { return ___OpType_0; } inline int32_t* get_address_of_OpType_0() { return &___OpType_0; } inline void set_OpType_0(int32_t value) { ___OpType_0 = value; } inline static int32_t get_offset_of_OpTime_1() { return static_cast(offsetof(CLogData_t998132375, ___OpTime_1)); } inline String_t* get_OpTime_1() const { return ___OpTime_1; } inline String_t** get_address_of_OpTime_1() { return &___OpTime_1; } inline void set_OpTime_1(String_t* value) { ___OpTime_1 = value; Il2CppCodeGenWriteBarrier((&___OpTime_1), value); } inline static int32_t get_offset_of_Operator_2() { return static_cast(offsetof(CLogData_t998132375, ___Operator_2)); } inline String_t* get_Operator_2() const { return ___Operator_2; } inline String_t** get_address_of_Operator_2() { return &___Operator_2; } inline void set_Operator_2(String_t* value) { ___Operator_2 = value; Il2CppCodeGenWriteBarrier((&___Operator_2), value); } inline static int32_t get_offset_of_Operatee_3() { return static_cast(offsetof(CLogData_t998132375, ___Operatee_3)); } inline String_t* get_Operatee_3() const { return ___Operatee_3; } inline String_t** get_address_of_Operatee_3() { return &___Operatee_3; } inline void set_Operatee_3(String_t* value) { ___Operatee_3 = value; Il2CppCodeGenWriteBarrier((&___Operatee_3), value); } inline static int32_t get_offset_of_Params_4() { return static_cast(offsetof(CLogData_t998132375, ___Params_4)); } inline String_t* get_Params_4() const { return ___Params_4; } inline String_t** get_address_of_Params_4() { return &___Params_4; } inline void set_Params_4(String_t* value) { ___Params_4 = value; Il2CppCodeGenWriteBarrier((&___Params_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOGDATA_T998132375_H #ifndef CGUILDLOG_T1708304259_H #define CGUILDLOG_T1708304259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildLog struct CGuildLog_t1708304259 : public RuntimeObject { public: // DMCore.Logic.CLogData DMCore.Logic.CGuildLog::m_Data CLogData_t998132375 * ___m_Data_0; public: inline static int32_t get_offset_of_m_Data_0() { return static_cast(offsetof(CGuildLog_t1708304259, ___m_Data_0)); } inline CLogData_t998132375 * get_m_Data_0() const { return ___m_Data_0; } inline CLogData_t998132375 ** get_address_of_m_Data_0() { return &___m_Data_0; } inline void set_m_Data_0(CLogData_t998132375 * value) { ___m_Data_0 = value; Il2CppCodeGenWriteBarrier((&___m_Data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDLOG_T1708304259_H #ifndef CJOINREQUSTDATA_T67409287_H #define CJOINREQUSTDATA_T67409287_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CJoinRequstData struct CJoinRequstData_t67409287 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CJoinRequstData::UserID int64_t ___UserID_0; // System.String DMCore.Logic.CJoinRequstData::UserName String_t* ___UserName_1; // System.Int32 DMCore.Logic.CJoinRequstData::UserLevel int32_t ___UserLevel_2; // System.Int32 DMCore.Logic.CJoinRequstData::FashionVal int32_t ___FashionVal_3; // System.Int32 DMCore.Logic.CJoinRequstData::PopularityVal int32_t ___PopularityVal_4; // System.Int32 DMCore.Logic.CJoinRequstData::VipLevel int32_t ___VipLevel_5; // System.Int32 DMCore.Logic.CJoinRequstData::MemberLevel int32_t ___MemberLevel_6; public: inline static int32_t get_offset_of_UserID_0() { return static_cast(offsetof(CJoinRequstData_t67409287, ___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(CJoinRequstData_t67409287, ___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_UserLevel_2() { return static_cast(offsetof(CJoinRequstData_t67409287, ___UserLevel_2)); } inline int32_t get_UserLevel_2() const { return ___UserLevel_2; } inline int32_t* get_address_of_UserLevel_2() { return &___UserLevel_2; } inline void set_UserLevel_2(int32_t value) { ___UserLevel_2 = value; } inline static int32_t get_offset_of_FashionVal_3() { return static_cast(offsetof(CJoinRequstData_t67409287, ___FashionVal_3)); } inline int32_t get_FashionVal_3() const { return ___FashionVal_3; } inline int32_t* get_address_of_FashionVal_3() { return &___FashionVal_3; } inline void set_FashionVal_3(int32_t value) { ___FashionVal_3 = value; } inline static int32_t get_offset_of_PopularityVal_4() { return static_cast(offsetof(CJoinRequstData_t67409287, ___PopularityVal_4)); } inline int32_t get_PopularityVal_4() const { return ___PopularityVal_4; } inline int32_t* get_address_of_PopularityVal_4() { return &___PopularityVal_4; } inline void set_PopularityVal_4(int32_t value) { ___PopularityVal_4 = value; } inline static int32_t get_offset_of_VipLevel_5() { return static_cast(offsetof(CJoinRequstData_t67409287, ___VipLevel_5)); } inline int32_t get_VipLevel_5() const { return ___VipLevel_5; } inline int32_t* get_address_of_VipLevel_5() { return &___VipLevel_5; } inline void set_VipLevel_5(int32_t value) { ___VipLevel_5 = value; } inline static int32_t get_offset_of_MemberLevel_6() { return static_cast(offsetof(CJoinRequstData_t67409287, ___MemberLevel_6)); } inline int32_t get_MemberLevel_6() const { return ___MemberLevel_6; } inline int32_t* get_address_of_MemberLevel_6() { return &___MemberLevel_6; } inline void set_MemberLevel_6(int32_t value) { ___MemberLevel_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJOINREQUSTDATA_T67409287_H #ifndef CJOININREQUEST_T1555351581_H #define CJOININREQUEST_T1555351581_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CJoinInRequest struct CJoinInRequest_t1555351581 : public RuntimeObject { public: // DMCore.Logic.CJoinRequstData DMCore.Logic.CJoinInRequest::m_Data CJoinRequstData_t67409287 * ___m_Data_0; public: inline static int32_t get_offset_of_m_Data_0() { return static_cast(offsetof(CJoinInRequest_t1555351581, ___m_Data_0)); } inline CJoinRequstData_t67409287 * get_m_Data_0() const { return ___m_Data_0; } inline CJoinRequstData_t67409287 ** get_address_of_m_Data_0() { return &___m_Data_0; } inline void set_m_Data_0(CJoinRequstData_t67409287 * value) { ___m_Data_0 = value; Il2CppCodeGenWriteBarrier((&___m_Data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJOININREQUEST_T1555351581_H #ifndef CFULLDOWNGIFT_T1680988379_H #define CFULLDOWNGIFT_T1680988379_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFullDownGifts/cFullDownGift struct cFullDownGift_t1680988379 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CFullDownGifts/cFullDownGift::_itemID int32_t ____itemID_0; // System.Int32 DMCore.Logic.CFullDownGifts/cFullDownGift::_count int32_t ____count_1; public: inline static int32_t get_offset_of__itemID_0() { return static_cast(offsetof(cFullDownGift_t1680988379, ____itemID_0)); } inline int32_t get__itemID_0() const { return ____itemID_0; } inline int32_t* get_address_of__itemID_0() { return &____itemID_0; } inline void set__itemID_0(int32_t value) { ____itemID_0 = value; } inline static int32_t get_offset_of__count_1() { return static_cast(offsetof(cFullDownGift_t1680988379, ____count_1)); } inline int32_t get__count_1() const { return ____count_1; } inline int32_t* get_address_of__count_1() { return &____count_1; } inline void set__count_1(int32_t value) { ____count_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFULLDOWNGIFT_T1680988379_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 U3CGETGUILDMEMBERU3EC__ANONSTOREY0_T3085662944_H #define U3CGETGUILDMEMBERU3EC__ANONSTOREY0_T3085662944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuild/c__AnonStorey0 struct U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CGuild/c__AnonStorey0::userID int64_t ___userID_0; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETGUILDMEMBERU3EC__ANONSTOREY0_T3085662944_H #ifndef LIST_1_T3149535657_H #define LIST_1_T3149535657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3149535657 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CAwardItemU5BU5D_t688006690* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3149535657, ____items_1)); } inline CAwardItemU5BU5D_t688006690* get__items_1() const { return ____items_1; } inline CAwardItemU5BU5D_t688006690** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CAwardItemU5BU5D_t688006690* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3149535657, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3149535657, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3149535657_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CAwardItemU5BU5D_t688006690* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3149535657_StaticFields, ___EmptyArray_4)); } inline CAwardItemU5BU5D_t688006690* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CAwardItemU5BU5D_t688006690** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CAwardItemU5BU5D_t688006690* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3149535657_H #ifndef U3CGETJOININREQUESTU3EC__ANONSTOREY1_T3458143518_H #define U3CGETJOININREQUESTU3EC__ANONSTOREY1_T3458143518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuild/c__AnonStorey1 struct U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CGuild/c__AnonStorey1::userID int64_t ___userID_0; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETJOININREQUESTU3EC__ANONSTOREY1_T3458143518_H #ifndef DICTIONARY_2_T2297708088_H #define DICTIONARY_2_T2297708088_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_t2297708088 : 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 FS_ENUMU5BU5D_t3696953164* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots BooleanU5BU5D_t2897418192* ___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_t2297708088, ___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_t2297708088, ___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_t2297708088, ___keySlots_6)); } inline FS_ENUMU5BU5D_t3696953164* get_keySlots_6() const { return ___keySlots_6; } inline FS_ENUMU5BU5D_t3696953164** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(FS_ENUMU5BU5D_t3696953164* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2297708088, ___valueSlots_7)); } inline BooleanU5BU5D_t2897418192* get_valueSlots_7() const { return ___valueSlots_7; } inline BooleanU5BU5D_t2897418192** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(BooleanU5BU5D_t2897418192* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2297708088, ___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_t2297708088, ___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_t2297708088, ___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_t2297708088, ___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_t2297708088, ___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_t2297708088, ___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_t2297708088, ___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_t2297708088_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1496530468 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2297708088_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1496530468 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1496530468 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1496530468 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2297708088_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 LIST_1_T3006210622_H #define LIST_1_T3006210622_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_t3006210622 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CGuildRoleU5BU5D_t2534459289* ____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_t3006210622, ____items_1)); } inline CGuildRoleU5BU5D_t2534459289* get__items_1() const { return ____items_1; } inline CGuildRoleU5BU5D_t2534459289** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CGuildRoleU5BU5D_t2534459289* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3006210622, ____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_t3006210622, ____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_t3006210622_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CGuildRoleU5BU5D_t2534459289* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3006210622_StaticFields, ___EmptyArray_4)); } inline CGuildRoleU5BU5D_t2534459289* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CGuildRoleU5BU5D_t2534459289** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CGuildRoleU5BU5D_t2534459289* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3006210622_H #ifndef LIST_1_T3180379001_H #define LIST_1_T3180379001_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_t3180379001 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CGuildLogU5BU5D_t1394881298* ____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_t3180379001, ____items_1)); } inline CGuildLogU5BU5D_t1394881298* get__items_1() const { return ____items_1; } inline CGuildLogU5BU5D_t1394881298** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CGuildLogU5BU5D_t1394881298* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3180379001, ____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_t3180379001, ____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_t3180379001_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CGuildLogU5BU5D_t1394881298* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3180379001_StaticFields, ___EmptyArray_4)); } inline CGuildLogU5BU5D_t1394881298* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CGuildLogU5BU5D_t1394881298** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CGuildLogU5BU5D_t1394881298* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3180379001_H #ifndef CWISHFOUNTAINMGR_T2594140948_H #define CWISHFOUNTAINMGR_T2594140948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWishFountainMgr struct CWishFountainMgr_t2594140948 : public RuntimeObject { public: // DMCore.Logic.CWishFountainMgr/OnShopListChanged DMCore.Logic.CWishFountainMgr::ShopListChanged OnShopListChanged_t2776790831 * ___ShopListChanged_0; // DMCore.Logic.TreviType DMCore.Logic.CWishFountainMgr::k__BackingField TreviType_t2222439988 * ___U3CcurTreviTypeU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CWishFountainMgr::k__BackingField bool ___U3CLegendItemDataReadyU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CWishFountainMgr::k__BackingField bool ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CWishFountainMgr::m_bIfChanged bool ___m_bIfChanged_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWishFountainMgr::m_drawData Dictionary_2_t1764937221 * ___m_drawData_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWishFountainMgr::m_DisplayData Dictionary_2_t2807764417 * ___m_DisplayData_7; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CWishFountainMgr::m_shopData Dictionary_2_t840632218 * ___m_shopData_8; // System.Collections.Generic.List`1 DMCore.Logic.CWishFountainMgr::m_TreviList List_1_t3694514730 * ___m_TreviList_9; // System.Collections.Generic.List`1 DMCore.Logic.CWishFountainMgr::m_CopyTreviList List_1_t3694514730 * ___m_CopyTreviList_10; public: inline static int32_t get_offset_of_ShopListChanged_0() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___ShopListChanged_0)); } inline OnShopListChanged_t2776790831 * get_ShopListChanged_0() const { return ___ShopListChanged_0; } inline OnShopListChanged_t2776790831 ** get_address_of_ShopListChanged_0() { return &___ShopListChanged_0; } inline void set_ShopListChanged_0(OnShopListChanged_t2776790831 * value) { ___ShopListChanged_0 = value; Il2CppCodeGenWriteBarrier((&___ShopListChanged_0), value); } inline static int32_t get_offset_of_U3CcurTreviTypeU3Ek__BackingField_1() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CcurTreviTypeU3Ek__BackingField_1)); } inline TreviType_t2222439988 * get_U3CcurTreviTypeU3Ek__BackingField_1() const { return ___U3CcurTreviTypeU3Ek__BackingField_1; } inline TreviType_t2222439988 ** get_address_of_U3CcurTreviTypeU3Ek__BackingField_1() { return &___U3CcurTreviTypeU3Ek__BackingField_1; } inline void set_U3CcurTreviTypeU3Ek__BackingField_1(TreviType_t2222439988 * value) { ___U3CcurTreviTypeU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CcurTreviTypeU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CLegendItemDataReadyU3Ek__BackingField_2() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CLegendItemDataReadyU3Ek__BackingField_2)); } inline bool get_U3CLegendItemDataReadyU3Ek__BackingField_2() const { return ___U3CLegendItemDataReadyU3Ek__BackingField_2; } inline bool* get_address_of_U3CLegendItemDataReadyU3Ek__BackingField_2() { return &___U3CLegendItemDataReadyU3Ek__BackingField_2; } inline void set_U3CLegendItemDataReadyU3Ek__BackingField_2(bool value) { ___U3CLegendItemDataReadyU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3)); } inline bool get_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() const { return ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() { return &___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; } inline void set_U3CIsLegendItemTimesChangedU3Ek__BackingField_3(bool value) { ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_bIfChanged_5() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_bIfChanged_5)); } inline bool get_m_bIfChanged_5() const { return ___m_bIfChanged_5; } inline bool* get_address_of_m_bIfChanged_5() { return &___m_bIfChanged_5; } inline void set_m_bIfChanged_5(bool value) { ___m_bIfChanged_5 = value; } inline static int32_t get_offset_of_m_drawData_6() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_drawData_6)); } inline Dictionary_2_t1764937221 * get_m_drawData_6() const { return ___m_drawData_6; } inline Dictionary_2_t1764937221 ** get_address_of_m_drawData_6() { return &___m_drawData_6; } inline void set_m_drawData_6(Dictionary_2_t1764937221 * value) { ___m_drawData_6 = value; Il2CppCodeGenWriteBarrier((&___m_drawData_6), value); } inline static int32_t get_offset_of_m_DisplayData_7() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_DisplayData_7)); } inline Dictionary_2_t2807764417 * get_m_DisplayData_7() const { return ___m_DisplayData_7; } inline Dictionary_2_t2807764417 ** get_address_of_m_DisplayData_7() { return &___m_DisplayData_7; } inline void set_m_DisplayData_7(Dictionary_2_t2807764417 * value) { ___m_DisplayData_7 = value; Il2CppCodeGenWriteBarrier((&___m_DisplayData_7), value); } inline static int32_t get_offset_of_m_shopData_8() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_shopData_8)); } inline Dictionary_2_t840632218 * get_m_shopData_8() const { return ___m_shopData_8; } inline Dictionary_2_t840632218 ** get_address_of_m_shopData_8() { return &___m_shopData_8; } inline void set_m_shopData_8(Dictionary_2_t840632218 * value) { ___m_shopData_8 = value; Il2CppCodeGenWriteBarrier((&___m_shopData_8), value); } inline static int32_t get_offset_of_m_TreviList_9() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_TreviList_9)); } inline List_1_t3694514730 * get_m_TreviList_9() const { return ___m_TreviList_9; } inline List_1_t3694514730 ** get_address_of_m_TreviList_9() { return &___m_TreviList_9; } inline void set_m_TreviList_9(List_1_t3694514730 * value) { ___m_TreviList_9 = value; Il2CppCodeGenWriteBarrier((&___m_TreviList_9), value); } inline static int32_t get_offset_of_m_CopyTreviList_10() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_CopyTreviList_10)); } inline List_1_t3694514730 * get_m_CopyTreviList_10() const { return ___m_CopyTreviList_10; } inline List_1_t3694514730 ** get_address_of_m_CopyTreviList_10() { return &___m_CopyTreviList_10; } inline void set_m_CopyTreviList_10(List_1_t3694514730 * value) { ___m_CopyTreviList_10 = value; Il2CppCodeGenWriteBarrier((&___m_CopyTreviList_10), value); } }; struct CWishFountainMgr_t2594140948_StaticFields { public: // DMCore.Logic.CWishFountainMgr DMCore.Logic.CWishFountainMgr::s_Instance CWishFountainMgr_t2594140948 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CWishFountainMgr_t2594140948_StaticFields, ___s_Instance_4)); } inline CWishFountainMgr_t2594140948 * get_s_Instance_4() const { return ___s_Instance_4; } inline CWishFountainMgr_t2594140948 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CWishFountainMgr_t2594140948 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWISHFOUNTAINMGR_T2594140948_H #ifndef LIST_1_T3027426323_H #define LIST_1_T3027426323_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_t3027426323 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CJoinInRequestU5BU5D_t1302039248* ____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_t3027426323, ____items_1)); } inline CJoinInRequestU5BU5D_t1302039248* get__items_1() const { return ____items_1; } inline CJoinInRequestU5BU5D_t1302039248** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CJoinInRequestU5BU5D_t1302039248* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3027426323, ____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_t3027426323, ____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_t3027426323_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CJoinInRequestU5BU5D_t1302039248* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3027426323_StaticFields, ___EmptyArray_4)); } inline CJoinInRequestU5BU5D_t1302039248* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CJoinInRequestU5BU5D_t1302039248** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CJoinInRequestU5BU5D_t1302039248* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3027426323_H #ifndef CGOLDWATCHER_T2760796238_H #define CGOLDWATCHER_T2760796238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGoldWatcher struct CGoldWatcher_t2760796238 : public RuntimeObject { public: // UILabel DMCore.Logic.CGoldWatcher::m_lbGold UILabel_t3248798549 * ___m_lbGold_0; // System.Int64 DMCore.Logic.CGoldWatcher::m_nLastGold int64_t ___m_nLastGold_1; public: inline static int32_t get_offset_of_m_lbGold_0() { return static_cast(offsetof(CGoldWatcher_t2760796238, ___m_lbGold_0)); } inline UILabel_t3248798549 * get_m_lbGold_0() const { return ___m_lbGold_0; } inline UILabel_t3248798549 ** get_address_of_m_lbGold_0() { return &___m_lbGold_0; } inline void set_m_lbGold_0(UILabel_t3248798549 * value) { ___m_lbGold_0 = value; Il2CppCodeGenWriteBarrier((&___m_lbGold_0), value); } inline static int32_t get_offset_of_m_nLastGold_1() { return static_cast(offsetof(CGoldWatcher_t2760796238, ___m_nLastGold_1)); } inline int64_t get_m_nLastGold_1() const { return ___m_nLastGold_1; } inline int64_t* get_address_of_m_nLastGold_1() { return &___m_nLastGold_1; } inline void set_m_nLastGold_1(int64_t value) { ___m_nLastGold_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGOLDWATCHER_T2760796238_H #ifndef 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 CMEMBERDATA_T1242630376_H #define CMEMBERDATA_T1242630376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMemberData struct CMemberData_t1242630376 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CMemberData::PhotoID int64_t ___PhotoID_0; // System.Int64 DMCore.Logic.CMemberData::UserID int64_t ___UserID_1; // System.String DMCore.Logic.CMemberData::Name String_t* ___Name_2; // System.Int32 DMCore.Logic.CMemberData::Sex int32_t ___Sex_3; // System.Int32 DMCore.Logic.CMemberData::Level int32_t ___Level_4; // System.Int32 DMCore.Logic.CMemberData::Duty int32_t ___Duty_5; // System.Int32 DMCore.Logic.CMemberData::TitleID int32_t ___TitleID_6; // System.Int32 DMCore.Logic.CMemberData::ConValue int32_t ___ConValue_7; // System.Boolean DMCore.Logic.CMemberData::IsOnline bool ___IsOnline_8; // System.Boolean DMCore.Logic.CMemberData::IsConcern bool ___IsConcern_9; // System.Int32 DMCore.Logic.CMemberData::VipLevel int32_t ___VipLevel_10; // System.Boolean DMCore.Logic.CMemberData::IsSignIn bool ___IsSignIn_11; // System.Int32 DMCore.Logic.CMemberData::MemberLevel int32_t ___MemberLevel_12; // System.Int32 DMCore.Logic.CMemberData::OfflineTime int32_t ___OfflineTime_13; public: inline static int32_t get_offset_of_PhotoID_0() { return static_cast(offsetof(CMemberData_t1242630376, ___PhotoID_0)); } inline int64_t get_PhotoID_0() const { return ___PhotoID_0; } inline int64_t* get_address_of_PhotoID_0() { return &___PhotoID_0; } inline void set_PhotoID_0(int64_t value) { ___PhotoID_0 = value; } inline static int32_t get_offset_of_UserID_1() { return static_cast(offsetof(CMemberData_t1242630376, ___UserID_1)); } inline int64_t get_UserID_1() const { return ___UserID_1; } inline int64_t* get_address_of_UserID_1() { return &___UserID_1; } inline void set_UserID_1(int64_t value) { ___UserID_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(CMemberData_t1242630376, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } inline static int32_t get_offset_of_Sex_3() { return static_cast(offsetof(CMemberData_t1242630376, ___Sex_3)); } inline int32_t get_Sex_3() const { return ___Sex_3; } inline int32_t* get_address_of_Sex_3() { return &___Sex_3; } inline void set_Sex_3(int32_t value) { ___Sex_3 = value; } inline static int32_t get_offset_of_Level_4() { return static_cast(offsetof(CMemberData_t1242630376, ___Level_4)); } inline int32_t get_Level_4() const { return ___Level_4; } inline int32_t* get_address_of_Level_4() { return &___Level_4; } inline void set_Level_4(int32_t value) { ___Level_4 = value; } inline static int32_t get_offset_of_Duty_5() { return static_cast(offsetof(CMemberData_t1242630376, ___Duty_5)); } inline int32_t get_Duty_5() const { return ___Duty_5; } inline int32_t* get_address_of_Duty_5() { return &___Duty_5; } inline void set_Duty_5(int32_t value) { ___Duty_5 = value; } inline static int32_t get_offset_of_TitleID_6() { return static_cast(offsetof(CMemberData_t1242630376, ___TitleID_6)); } inline int32_t get_TitleID_6() const { return ___TitleID_6; } inline int32_t* get_address_of_TitleID_6() { return &___TitleID_6; } inline void set_TitleID_6(int32_t value) { ___TitleID_6 = value; } inline static int32_t get_offset_of_ConValue_7() { return static_cast(offsetof(CMemberData_t1242630376, ___ConValue_7)); } inline int32_t get_ConValue_7() const { return ___ConValue_7; } inline int32_t* get_address_of_ConValue_7() { return &___ConValue_7; } inline void set_ConValue_7(int32_t value) { ___ConValue_7 = value; } inline static int32_t get_offset_of_IsOnline_8() { return static_cast(offsetof(CMemberData_t1242630376, ___IsOnline_8)); } inline bool get_IsOnline_8() const { return ___IsOnline_8; } inline bool* get_address_of_IsOnline_8() { return &___IsOnline_8; } inline void set_IsOnline_8(bool value) { ___IsOnline_8 = value; } inline static int32_t get_offset_of_IsConcern_9() { return static_cast(offsetof(CMemberData_t1242630376, ___IsConcern_9)); } inline bool get_IsConcern_9() const { return ___IsConcern_9; } inline bool* get_address_of_IsConcern_9() { return &___IsConcern_9; } inline void set_IsConcern_9(bool value) { ___IsConcern_9 = value; } inline static int32_t get_offset_of_VipLevel_10() { return static_cast(offsetof(CMemberData_t1242630376, ___VipLevel_10)); } inline int32_t get_VipLevel_10() const { return ___VipLevel_10; } inline int32_t* get_address_of_VipLevel_10() { return &___VipLevel_10; } inline void set_VipLevel_10(int32_t value) { ___VipLevel_10 = value; } inline static int32_t get_offset_of_IsSignIn_11() { return static_cast(offsetof(CMemberData_t1242630376, ___IsSignIn_11)); } inline bool get_IsSignIn_11() const { return ___IsSignIn_11; } inline bool* get_address_of_IsSignIn_11() { return &___IsSignIn_11; } inline void set_IsSignIn_11(bool value) { ___IsSignIn_11 = value; } inline static int32_t get_offset_of_MemberLevel_12() { return static_cast(offsetof(CMemberData_t1242630376, ___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_OfflineTime_13() { return static_cast(offsetof(CMemberData_t1242630376, ___OfflineTime_13)); } inline int32_t get_OfflineTime_13() const { return ___OfflineTime_13; } inline int32_t* get_address_of_OfflineTime_13() { return &___OfflineTime_13; } inline void set_OfflineTime_13(int32_t value) { ___OfflineTime_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMEMBERDATA_T1242630376_H #ifndef HANDBOOKSTORYCFG_T1974137550_H #define HANDBOOKSTORYCFG_T1974137550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookStoryCfg struct HandBookStoryCfg_t1974137550 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 HandBookStoryCfg::storyModuleDic Dictionary_2_t1193402776 * ___storyModuleDic_2; public: inline static int32_t get_offset_of_storyModuleDic_2() { return static_cast(offsetof(HandBookStoryCfg_t1974137550, ___storyModuleDic_2)); } inline Dictionary_2_t1193402776 * get_storyModuleDic_2() const { return ___storyModuleDic_2; } inline Dictionary_2_t1193402776 ** get_address_of_storyModuleDic_2() { return &___storyModuleDic_2; } inline void set_storyModuleDic_2(Dictionary_2_t1193402776 * value) { ___storyModuleDic_2 = value; Il2CppCodeGenWriteBarrier((&___storyModuleDic_2), value); } }; struct HandBookStoryCfg_t1974137550_StaticFields { public: // HandBookStoryCfg HandBookStoryCfg::s_Instance HandBookStoryCfg_t1974137550 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(HandBookStoryCfg_t1974137550_StaticFields, ___s_Instance_1)); } inline HandBookStoryCfg_t1974137550 * get_s_Instance_1() const { return ___s_Instance_1; } inline HandBookStoryCfg_t1974137550 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(HandBookStoryCfg_t1974137550 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKSTORYCFG_T1974137550_H #ifndef CSCENESERVICE_T551449725_H #define CSCENESERVICE_T551449725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.Framework.Scene.CSceneService::m_SceneID int32_t ___m_SceneID_4; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoleNum int32_t ___m_RoleNum_5; // System.Int32 DMCore.Framework.Scene.CSceneService::m_laborNum int32_t ___m_laborNum_6; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoomLvType int32_t ___m_RoomLvType_7; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoomMainType int32_t ___m_RoomMainType_8; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneObjArrayRole List_1_t2330697225 * ___m_SceneObjArrayRole_9; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneObjArrayProp List_1_t589903178 * ___m_SceneObjArrayProp_10; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneNpcList List_1_t1151801416 * ___m_SceneNpcList_11; // DMCore.Framework.Scene.CSceneModelObj DMCore.Framework.Scene.CSceneService::m_Scene CSceneModelObj_t2681526009 * ___m_Scene_12; // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::m_MainRole CMainRole_t4200562839 * ___m_MainRole_13; public: inline static int32_t get_offset_of_m_SceneID_4() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneID_4)); } inline int32_t get_m_SceneID_4() const { return ___m_SceneID_4; } inline int32_t* get_address_of_m_SceneID_4() { return &___m_SceneID_4; } inline void set_m_SceneID_4(int32_t value) { ___m_SceneID_4 = value; } inline static int32_t get_offset_of_m_RoleNum_5() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoleNum_5)); } inline int32_t get_m_RoleNum_5() const { return ___m_RoleNum_5; } inline int32_t* get_address_of_m_RoleNum_5() { return &___m_RoleNum_5; } inline void set_m_RoleNum_5(int32_t value) { ___m_RoleNum_5 = value; } inline static int32_t get_offset_of_m_laborNum_6() { return static_cast(offsetof(CSceneService_t551449725, ___m_laborNum_6)); } inline int32_t get_m_laborNum_6() const { return ___m_laborNum_6; } inline int32_t* get_address_of_m_laborNum_6() { return &___m_laborNum_6; } inline void set_m_laborNum_6(int32_t value) { ___m_laborNum_6 = value; } inline static int32_t get_offset_of_m_RoomLvType_7() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoomLvType_7)); } inline int32_t get_m_RoomLvType_7() const { return ___m_RoomLvType_7; } inline int32_t* get_address_of_m_RoomLvType_7() { return &___m_RoomLvType_7; } inline void set_m_RoomLvType_7(int32_t value) { ___m_RoomLvType_7 = value; } inline static int32_t get_offset_of_m_RoomMainType_8() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoomMainType_8)); } inline int32_t get_m_RoomMainType_8() const { return ___m_RoomMainType_8; } inline int32_t* get_address_of_m_RoomMainType_8() { return &___m_RoomMainType_8; } inline void set_m_RoomMainType_8(int32_t value) { ___m_RoomMainType_8 = value; } inline static int32_t get_offset_of_m_SceneObjArrayRole_9() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneObjArrayRole_9)); } inline List_1_t2330697225 * get_m_SceneObjArrayRole_9() const { return ___m_SceneObjArrayRole_9; } inline List_1_t2330697225 ** get_address_of_m_SceneObjArrayRole_9() { return &___m_SceneObjArrayRole_9; } inline void set_m_SceneObjArrayRole_9(List_1_t2330697225 * value) { ___m_SceneObjArrayRole_9 = value; Il2CppCodeGenWriteBarrier((&___m_SceneObjArrayRole_9), value); } inline static int32_t get_offset_of_m_SceneObjArrayProp_10() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneObjArrayProp_10)); } inline List_1_t589903178 * get_m_SceneObjArrayProp_10() const { return ___m_SceneObjArrayProp_10; } inline List_1_t589903178 ** get_address_of_m_SceneObjArrayProp_10() { return &___m_SceneObjArrayProp_10; } inline void set_m_SceneObjArrayProp_10(List_1_t589903178 * value) { ___m_SceneObjArrayProp_10 = value; Il2CppCodeGenWriteBarrier((&___m_SceneObjArrayProp_10), value); } inline static int32_t get_offset_of_m_SceneNpcList_11() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneNpcList_11)); } inline List_1_t1151801416 * get_m_SceneNpcList_11() const { return ___m_SceneNpcList_11; } inline List_1_t1151801416 ** get_address_of_m_SceneNpcList_11() { return &___m_SceneNpcList_11; } inline void set_m_SceneNpcList_11(List_1_t1151801416 * value) { ___m_SceneNpcList_11 = value; Il2CppCodeGenWriteBarrier((&___m_SceneNpcList_11), value); } inline static int32_t get_offset_of_m_Scene_12() { return static_cast(offsetof(CSceneService_t551449725, ___m_Scene_12)); } inline CSceneModelObj_t2681526009 * get_m_Scene_12() const { return ___m_Scene_12; } inline CSceneModelObj_t2681526009 ** get_address_of_m_Scene_12() { return &___m_Scene_12; } inline void set_m_Scene_12(CSceneModelObj_t2681526009 * value) { ___m_Scene_12 = value; Il2CppCodeGenWriteBarrier((&___m_Scene_12), value); } inline static int32_t get_offset_of_m_MainRole_13() { return static_cast(offsetof(CSceneService_t551449725, ___m_MainRole_13)); } inline CMainRole_t4200562839 * get_m_MainRole_13() const { return ___m_MainRole_13; } inline CMainRole_t4200562839 ** get_address_of_m_MainRole_13() { return &___m_MainRole_13; } inline void set_m_MainRole_13(CMainRole_t4200562839 * value) { ___m_MainRole_13 = value; Il2CppCodeGenWriteBarrier((&___m_MainRole_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENESERVICE_T551449725_H #ifndef QUATERNION_T2301928331_H #define QUATERNION_T2301928331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t2301928331 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t2301928331, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t2301928331, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t2301928331, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t2301928331, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t2301928331_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t2301928331 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t2301928331_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t2301928331 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t2301928331 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t2301928331 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T2301928331_H #ifndef KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_6; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_7; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_8; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_9; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_10; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_11; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_12; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_13; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_14; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_15; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_16; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_17; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_18; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_19; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_25; public: inline static int32_t get_offset_of_optimal_create_element_6() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_6)); } inline bool get_optimal_create_element_6() const { return ___optimal_create_element_6; } inline bool* get_address_of_optimal_create_element_6() { return &___optimal_create_element_6; } inline void set_optimal_create_element_6(bool value) { ___optimal_create_element_6 = value; } inline static int32_t get_offset_of_optimal_create_attribute_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_7)); } inline bool get_optimal_create_attribute_7() const { return ___optimal_create_attribute_7; } inline bool* get_address_of_optimal_create_attribute_7() { return &___optimal_create_attribute_7; } inline void set_optimal_create_attribute_7(bool value) { ___optimal_create_attribute_7 = value; } inline static int32_t get_offset_of_nameTable_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_8)); } inline XmlNameTable_t71772148 * get_nameTable_8() const { return ___nameTable_8; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_8() { return &___nameTable_8; } inline void set_nameTable_8(XmlNameTable_t71772148 * value) { ___nameTable_8 = value; Il2CppCodeGenWriteBarrier((&___nameTable_8), value); } inline static int32_t get_offset_of_baseURI_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_9)); } inline String_t* get_baseURI_9() const { return ___baseURI_9; } inline String_t** get_address_of_baseURI_9() { return &___baseURI_9; } inline void set_baseURI_9(String_t* value) { ___baseURI_9 = value; Il2CppCodeGenWriteBarrier((&___baseURI_9), value); } inline static int32_t get_offset_of_implementation_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_10)); } inline XmlImplementation_t254178875 * get_implementation_10() const { return ___implementation_10; } inline XmlImplementation_t254178875 ** get_address_of_implementation_10() { return &___implementation_10; } inline void set_implementation_10(XmlImplementation_t254178875 * value) { ___implementation_10 = value; Il2CppCodeGenWriteBarrier((&___implementation_10), value); } inline static int32_t get_offset_of_preserveWhitespace_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_11)); } inline bool get_preserveWhitespace_11() const { return ___preserveWhitespace_11; } inline bool* get_address_of_preserveWhitespace_11() { return &___preserveWhitespace_11; } inline void set_preserveWhitespace_11(bool value) { ___preserveWhitespace_11 = value; } inline static int32_t get_offset_of_resolver_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_12)); } inline XmlResolver_t626023767 * get_resolver_12() const { return ___resolver_12; } inline XmlResolver_t626023767 ** get_address_of_resolver_12() { return &___resolver_12; } inline void set_resolver_12(XmlResolver_t626023767 * value) { ___resolver_12 = value; Il2CppCodeGenWriteBarrier((&___resolver_12), value); } inline static int32_t get_offset_of_idTable_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_13)); } inline Hashtable_t1853889766 * get_idTable_13() const { return ___idTable_13; } inline Hashtable_t1853889766 ** get_address_of_idTable_13() { return &___idTable_13; } inline void set_idTable_13(Hashtable_t1853889766 * value) { ___idTable_13 = value; Il2CppCodeGenWriteBarrier((&___idTable_13), value); } inline static int32_t get_offset_of_nameCache_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_14)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_14() const { return ___nameCache_14; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_14() { return &___nameCache_14; } inline void set_nameCache_14(XmlNameEntryCache_t2890546907 * value) { ___nameCache_14 = value; Il2CppCodeGenWriteBarrier((&___nameCache_14), value); } inline static int32_t get_offset_of_lastLinkedChild_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_15)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_15() const { return ___lastLinkedChild_15; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_15() { return &___lastLinkedChild_15; } inline void set_lastLinkedChild_15(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_15 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_15), value); } inline static int32_t get_offset_of_nsNodeXml_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_16)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_16() const { return ___nsNodeXml_16; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_16() { return &___nsNodeXml_16; } inline void set_nsNodeXml_16(XmlAttribute_t1173852259 * value) { ___nsNodeXml_16 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_16), value); } inline static int32_t get_offset_of_schemas_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_17)); } inline XmlSchemaSet_t266093086 * get_schemas_17() const { return ___schemas_17; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_17() { return &___schemas_17; } inline void set_schemas_17(XmlSchemaSet_t266093086 * value) { ___schemas_17 = value; Il2CppCodeGenWriteBarrier((&___schemas_17), value); } inline static int32_t get_offset_of_schemaInfo_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_18)); } inline RuntimeObject* get_schemaInfo_18() const { return ___schemaInfo_18; } inline RuntimeObject** get_address_of_schemaInfo_18() { return &___schemaInfo_18; } inline void set_schemaInfo_18(RuntimeObject* value) { ___schemaInfo_18 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_18), value); } inline static int32_t get_offset_of_loadMode_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_19)); } inline bool get_loadMode_19() const { return ___loadMode_19; } inline bool* get_address_of_loadMode_19() { return &___loadMode_19; } inline void set_loadMode_19(bool value) { ___loadMode_19 = value; } inline static int32_t get_offset_of_NodeChanged_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_20)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_20() const { return ___NodeChanged_20; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_20() { return &___NodeChanged_20; } inline void set_NodeChanged_20(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_20 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_20), value); } inline static int32_t get_offset_of_NodeChanging_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_21() const { return ___NodeChanging_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_21() { return &___NodeChanging_21; } inline void set_NodeChanging_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_21), value); } inline static int32_t get_offset_of_NodeInserted_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_22() const { return ___NodeInserted_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_22() { return &___NodeInserted_22; } inline void set_NodeInserted_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_22 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_22), value); } inline static int32_t get_offset_of_NodeInserting_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_23() const { return ___NodeInserting_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_23() { return &___NodeInserting_23; } inline void set_NodeInserting_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_23), value); } inline static int32_t get_offset_of_NodeRemoved_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_24() const { return ___NodeRemoved_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_24() { return &___NodeRemoved_24; } inline void set_NodeRemoved_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_24 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_24), value); } inline static int32_t get_offset_of_NodeRemoving_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_25() const { return ___NodeRemoving_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_25() { return &___NodeRemoving_25; } inline void set_NodeRemoving_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_25), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_5; public: inline static int32_t get_offset_of_optimal_create_types_5() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_5)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_5() const { return ___optimal_create_types_5; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_5() { return &___optimal_create_types_5; } inline void set_optimal_create_types_5(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_5 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_H #ifndef 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 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 KEYVALUEPAIR_2_T2341980342_H #define KEYVALUEPAIR_2_T2341980342_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_t2341980342 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value AnimationCfg_t1055594844 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2341980342, ___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_t2341980342, ___value_1)); } inline AnimationCfg_t1055594844 * get_value_1() const { return ___value_1; } inline AnimationCfg_t1055594844 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(AnimationCfg_t1055594844 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2341980342_H #ifndef KEYVALUEPAIR_2_T3494087747_H #define KEYVALUEPAIR_2_T3494087747_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_t3494087747 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ChooseGroup_t2207702249 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3494087747, ___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_t3494087747, ___value_1)); } inline ChooseGroup_t2207702249 * get_value_1() const { return ___value_1; } inline ChooseGroup_t2207702249 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(ChooseGroup_t2207702249 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3494087747_H #ifndef CIDOLCARDCONFIG_T2073998303_H #define CIDOLCARDCONFIG_T2073998303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolCardConfig struct CIdolCardConfig_t2073998303 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolCardConfig::m_dic Dictionary_2_t3121698093 * ___m_dic_2; public: inline static int32_t get_offset_of_m_dic_2() { return static_cast(offsetof(CIdolCardConfig_t2073998303, ___m_dic_2)); } inline Dictionary_2_t3121698093 * get_m_dic_2() const { return ___m_dic_2; } inline Dictionary_2_t3121698093 ** get_address_of_m_dic_2() { return &___m_dic_2; } inline void set_m_dic_2(Dictionary_2_t3121698093 * value) { ___m_dic_2 = value; Il2CppCodeGenWriteBarrier((&___m_dic_2), value); } }; struct CIdolCardConfig_t2073998303_StaticFields { public: // DMCore.Logic.CIdolCardConfig DMCore.Logic.CIdolCardConfig::s_Instance CIdolCardConfig_t2073998303 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CIdolCardConfig_t2073998303_StaticFields, ___s_Instance_1)); } inline CIdolCardConfig_t2073998303 * get_s_Instance_1() const { return ___s_Instance_1; } inline CIdolCardConfig_t2073998303 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CIdolCardConfig_t2073998303 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLCARDCONFIG_T2073998303_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_H #ifndef CGIFTCFG_T3030574353_H #define CGIFTCFG_T3030574353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftCfg struct CGiftCfg_t3030574353 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftCfg::m_gift_config Dictionary_2_t783330921 * ___m_gift_config_1; public: inline static int32_t get_offset_of_m_gift_config_1() { return static_cast(offsetof(CGiftCfg_t3030574353, ___m_gift_config_1)); } inline Dictionary_2_t783330921 * get_m_gift_config_1() const { return ___m_gift_config_1; } inline Dictionary_2_t783330921 ** get_address_of_m_gift_config_1() { return &___m_gift_config_1; } inline void set_m_gift_config_1(Dictionary_2_t783330921 * value) { ___m_gift_config_1 = value; Il2CppCodeGenWriteBarrier((&___m_gift_config_1), value); } }; struct CGiftCfg_t3030574353_StaticFields { public: // DMCore.Logic.CGiftCfg DMCore.Logic.CGiftCfg::s_Instace CGiftCfg_t3030574353 * ___s_Instace_2; public: inline static int32_t get_offset_of_s_Instace_2() { return static_cast(offsetof(CGiftCfg_t3030574353_StaticFields, ___s_Instace_2)); } inline CGiftCfg_t3030574353 * get_s_Instace_2() const { return ___s_Instace_2; } inline CGiftCfg_t3030574353 ** get_address_of_s_Instace_2() { return &___s_Instace_2; } inline void set_s_Instace_2(CGiftCfg_t3030574353 * value) { ___s_Instace_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instace_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTCFG_T3030574353_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 KEYVALUEPAIR_2_T1022307009_H #define KEYVALUEPAIR_2_T1022307009_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_t1022307009 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ActionList_t4030888807 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1022307009, ___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_t1022307009, ___value_1)); } inline ActionList_t4030888807 * get_value_1() const { return ___value_1; } inline ActionList_t4030888807 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(ActionList_t4030888807 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1022307009_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 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 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 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 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 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 IDATAMODEL_T653005279_H #define IDATAMODEL_T653005279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IDataModel struct IDataModel_t653005279 : public IEventDispatcher_t2294365884 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAMODEL_T653005279_H #ifndef CMISCCONFIG_T1694835947_H #define CMISCCONFIG_T1694835947_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMiscConfig::m_MiscDir Dictionary_2_t1632706988 * ___m_MiscDir_2; public: inline static int32_t get_offset_of_m_MiscDir_2() { return static_cast(offsetof(CMiscConfig_t1694835947, ___m_MiscDir_2)); } inline Dictionary_2_t1632706988 * get_m_MiscDir_2() const { return ___m_MiscDir_2; } inline Dictionary_2_t1632706988 ** get_address_of_m_MiscDir_2() { return &___m_MiscDir_2; } inline void set_m_MiscDir_2(Dictionary_2_t1632706988 * value) { ___m_MiscDir_2 = value; Il2CppCodeGenWriteBarrier((&___m_MiscDir_2), value); } }; struct CMiscConfig_t1694835947_StaticFields { public: // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::m_Instance CMiscConfig_t1694835947 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CMiscConfig_t1694835947_StaticFields, ___m_Instance_1)); } inline CMiscConfig_t1694835947 * get_m_Instance_1() const { return ___m_Instance_1; } inline CMiscConfig_t1694835947 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CMiscConfig_t1694835947 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMISCCONFIG_T1694835947_H #ifndef 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 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 CTEXTHELP_T3119637808_H #define CTEXTHELP_T3119637808_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808 : public ITextBase_t660344599 { public: // DMCore.Framework.Misc.CTextHelp/TextUnitGroup DMCore.Framework.Misc.CTextHelp::m_DictionUpdate TextUnitGroup_t1441580864 * ___m_DictionUpdate_1; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup DMCore.Framework.Misc.CTextHelp::m_Diction TextUnitGroup_t1441580864 * ___m_Diction_2; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup DMCore.Framework.Misc.CTextHelp::m_DictionErrorCode TextUnitGroup_t1441580864 * ___m_DictionErrorCode_3; public: inline static int32_t get_offset_of_m_DictionUpdate_1() { return static_cast(offsetof(CTextHelp_t3119637808, ___m_DictionUpdate_1)); } inline TextUnitGroup_t1441580864 * get_m_DictionUpdate_1() const { return ___m_DictionUpdate_1; } inline TextUnitGroup_t1441580864 ** get_address_of_m_DictionUpdate_1() { return &___m_DictionUpdate_1; } inline void set_m_DictionUpdate_1(TextUnitGroup_t1441580864 * value) { ___m_DictionUpdate_1 = value; Il2CppCodeGenWriteBarrier((&___m_DictionUpdate_1), value); } inline static int32_t get_offset_of_m_Diction_2() { return static_cast(offsetof(CTextHelp_t3119637808, ___m_Diction_2)); } inline TextUnitGroup_t1441580864 * get_m_Diction_2() const { return ___m_Diction_2; } inline TextUnitGroup_t1441580864 ** get_address_of_m_Diction_2() { return &___m_Diction_2; } inline void set_m_Diction_2(TextUnitGroup_t1441580864 * value) { ___m_Diction_2 = value; Il2CppCodeGenWriteBarrier((&___m_Diction_2), value); } inline static int32_t get_offset_of_m_DictionErrorCode_3() { return static_cast(offsetof(CTextHelp_t3119637808, ___m_DictionErrorCode_3)); } inline TextUnitGroup_t1441580864 * get_m_DictionErrorCode_3() const { return ___m_DictionErrorCode_3; } inline TextUnitGroup_t1441580864 ** get_address_of_m_DictionErrorCode_3() { return &___m_DictionErrorCode_3; } inline void set_m_DictionErrorCode_3(TextUnitGroup_t1441580864 * value) { ___m_DictionErrorCode_3 = value; Il2CppCodeGenWriteBarrier((&___m_DictionErrorCode_3), value); } }; struct CTextHelp_t3119637808_StaticFields { public: // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::s_Instance CTextHelp_t3119637808 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CTextHelp_t3119637808_StaticFields, ___s_Instance_4)); } inline CTextHelp_t3119637808 * get_s_Instance_4() const { return ___s_Instance_4; } inline CTextHelp_t3119637808 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CTextHelp_t3119637808 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTEXTHELP_T3119637808_H #ifndef KEYVALUEPAIR_2_T1224402964_H #define KEYVALUEPAIR_2_T1224402964_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_t1224402964 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CardGroup_t4232984762 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1224402964, ___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_t1224402964, ___value_1)); } inline CardGroup_t4232984762 * get_value_1() const { return ___value_1; } inline CardGroup_t4232984762 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CardGroup_t4232984762 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1224402964_H #ifndef CIDOLCONFIG_T13845451_H #define CIDOLCONFIG_T13845451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolConfig struct CIdolConfig_t13845451 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.CIdolConfig::GiftPageNum int32_t ___GiftPageNum_1; // DMCore.Logic.IdolRule DMCore.Logic.CIdolConfig::idolRule IdolRule_t1690125706 * ___idolRule_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolConfig::m_IdolGiftList Dictionary_2_t1839659084 * ___m_IdolGiftList_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolConfig::m_configList Dictionary_2_t1632706988 * ___m_configList_4; public: inline static int32_t get_offset_of_GiftPageNum_1() { return static_cast(offsetof(CIdolConfig_t13845451, ___GiftPageNum_1)); } inline int32_t get_GiftPageNum_1() const { return ___GiftPageNum_1; } inline int32_t* get_address_of_GiftPageNum_1() { return &___GiftPageNum_1; } inline void set_GiftPageNum_1(int32_t value) { ___GiftPageNum_1 = value; } inline static int32_t get_offset_of_idolRule_2() { return static_cast(offsetof(CIdolConfig_t13845451, ___idolRule_2)); } inline IdolRule_t1690125706 * get_idolRule_2() const { return ___idolRule_2; } inline IdolRule_t1690125706 ** get_address_of_idolRule_2() { return &___idolRule_2; } inline void set_idolRule_2(IdolRule_t1690125706 * value) { ___idolRule_2 = value; Il2CppCodeGenWriteBarrier((&___idolRule_2), value); } inline static int32_t get_offset_of_m_IdolGiftList_3() { return static_cast(offsetof(CIdolConfig_t13845451, ___m_IdolGiftList_3)); } inline Dictionary_2_t1839659084 * get_m_IdolGiftList_3() const { return ___m_IdolGiftList_3; } inline Dictionary_2_t1839659084 ** get_address_of_m_IdolGiftList_3() { return &___m_IdolGiftList_3; } inline void set_m_IdolGiftList_3(Dictionary_2_t1839659084 * value) { ___m_IdolGiftList_3 = value; Il2CppCodeGenWriteBarrier((&___m_IdolGiftList_3), value); } inline static int32_t get_offset_of_m_configList_4() { return static_cast(offsetof(CIdolConfig_t13845451, ___m_configList_4)); } inline Dictionary_2_t1632706988 * get_m_configList_4() const { return ___m_configList_4; } inline Dictionary_2_t1632706988 ** get_address_of_m_configList_4() { return &___m_configList_4; } inline void set_m_configList_4(Dictionary_2_t1632706988 * value) { ___m_configList_4 = value; Il2CppCodeGenWriteBarrier((&___m_configList_4), value); } }; struct CIdolConfig_t13845451_StaticFields { public: // DMCore.Logic.CIdolConfig DMCore.Logic.CIdolConfig::s_instance CIdolConfig_t13845451 * ___s_instance_5; public: inline static int32_t get_offset_of_s_instance_5() { return static_cast(offsetof(CIdolConfig_t13845451_StaticFields, ___s_instance_5)); } inline CIdolConfig_t13845451 * get_s_instance_5() const { return ___s_instance_5; } inline CIdolConfig_t13845451 ** get_address_of_s_instance_5() { return &___s_instance_5; } inline void set_s_instance_5(CIdolConfig_t13845451 * value) { ___s_instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLCONFIG_T13845451_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 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 STARTAK_T765179618_H #define STARTAK_T765179618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelupStarInfo/StarTak struct StarTak_t765179618 { public: // System.Int32 DMCore.Logic.LevelupStarInfo/StarTak::taskID int32_t ___taskID_0; // System.String DMCore.Logic.LevelupStarInfo/StarTak::taskParam String_t* ___taskParam_1; // System.Int32 DMCore.Logic.LevelupStarInfo/StarTak::curValue int32_t ___curValue_2; // System.Int32 DMCore.Logic.LevelupStarInfo/StarTak::targetValue int32_t ___targetValue_3; // System.Boolean DMCore.Logic.LevelupStarInfo/StarTak::bFinish bool ___bFinish_4; public: inline static int32_t get_offset_of_taskID_0() { return static_cast(offsetof(StarTak_t765179618, ___taskID_0)); } inline int32_t get_taskID_0() const { return ___taskID_0; } inline int32_t* get_address_of_taskID_0() { return &___taskID_0; } inline void set_taskID_0(int32_t value) { ___taskID_0 = value; } inline static int32_t get_offset_of_taskParam_1() { return static_cast(offsetof(StarTak_t765179618, ___taskParam_1)); } inline String_t* get_taskParam_1() const { return ___taskParam_1; } inline String_t** get_address_of_taskParam_1() { return &___taskParam_1; } inline void set_taskParam_1(String_t* value) { ___taskParam_1 = value; Il2CppCodeGenWriteBarrier((&___taskParam_1), value); } inline static int32_t get_offset_of_curValue_2() { return static_cast(offsetof(StarTak_t765179618, ___curValue_2)); } inline int32_t get_curValue_2() const { return ___curValue_2; } inline int32_t* get_address_of_curValue_2() { return &___curValue_2; } inline void set_curValue_2(int32_t value) { ___curValue_2 = value; } inline static int32_t get_offset_of_targetValue_3() { return static_cast(offsetof(StarTak_t765179618, ___targetValue_3)); } inline int32_t get_targetValue_3() const { return ___targetValue_3; } inline int32_t* get_address_of_targetValue_3() { return &___targetValue_3; } inline void set_targetValue_3(int32_t value) { ___targetValue_3 = value; } inline static int32_t get_offset_of_bFinish_4() { return static_cast(offsetof(StarTak_t765179618, ___bFinish_4)); } inline bool get_bFinish_4() const { return ___bFinish_4; } inline bool* get_address_of_bFinish_4() { return &___bFinish_4; } inline void set_bFinish_4(bool value) { ___bFinish_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.LevelupStarInfo/StarTak struct StarTak_t765179618_marshaled_pinvoke { int32_t ___taskID_0; char* ___taskParam_1; int32_t ___curValue_2; int32_t ___targetValue_3; int32_t ___bFinish_4; }; // Native definition for COM marshalling of DMCore.Logic.LevelupStarInfo/StarTak struct StarTak_t765179618_marshaled_com { int32_t ___taskID_0; Il2CppChar* ___taskParam_1; int32_t ___curValue_2; int32_t ___targetValue_3; int32_t ___bFinish_4; }; #endif // STARTAK_T765179618_H #ifndef PINJIEINFO_T3881645638_H #define PINJIEINFO_T3881645638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PinjieInfo struct PinjieInfo_t3881645638 { public: // System.String DMCore.Logic.PinjieInfo::name String_t* ___name_0; // System.String DMCore.Logic.PinjieInfo::sprName String_t* ___sprName_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PinjieInfo_t3881645638, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_sprName_1() { return static_cast(offsetof(PinjieInfo_t3881645638, ___sprName_1)); } inline String_t* get_sprName_1() const { return ___sprName_1; } inline String_t** get_address_of_sprName_1() { return &___sprName_1; } inline void set_sprName_1(String_t* value) { ___sprName_1 = value; Il2CppCodeGenWriteBarrier((&___sprName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.PinjieInfo struct PinjieInfo_t3881645638_marshaled_pinvoke { char* ___name_0; char* ___sprName_1; }; // Native definition for COM marshalling of DMCore.Logic.PinjieInfo struct PinjieInfo_t3881645638_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___sprName_1; }; #endif // PINJIEINFO_T3881645638_H #ifndef CIDOLTASKCFG_T1886236285_H #define CIDOLTASKCFG_T1886236285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolTaskCfg struct CIdolTaskCfg_t1886236285 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolTaskCfg::m_dic Dictionary_2_t1212362214 * ___m_dic_2; public: inline static int32_t get_offset_of_m_dic_2() { return static_cast(offsetof(CIdolTaskCfg_t1886236285, ___m_dic_2)); } inline Dictionary_2_t1212362214 * get_m_dic_2() const { return ___m_dic_2; } inline Dictionary_2_t1212362214 ** get_address_of_m_dic_2() { return &___m_dic_2; } inline void set_m_dic_2(Dictionary_2_t1212362214 * value) { ___m_dic_2 = value; Il2CppCodeGenWriteBarrier((&___m_dic_2), value); } }; struct CIdolTaskCfg_t1886236285_StaticFields { public: // DMCore.Logic.CIdolTaskCfg DMCore.Logic.CIdolTaskCfg::m_Instance CIdolTaskCfg_t1886236285 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CIdolTaskCfg_t1886236285_StaticFields, ___m_Instance_1)); } inline CIdolTaskCfg_t1886236285 * get_m_Instance_1() const { return ___m_Instance_1; } inline CIdolTaskCfg_t1886236285 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CIdolTaskCfg_t1886236285 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLTASKCFG_T1886236285_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 CHALLENGEBOSSTEXTMANAGER_T1223296511_H #define CHALLENGEBOSSTEXTMANAGER_T1223296511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChallengeBossTextManager struct ChallengeBossTextManager_t1223296511 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.ChallengeBossTextManager::m_map Dictionary_2_t1325149254 * ___m_map_1; public: inline static int32_t get_offset_of_m_map_1() { return static_cast(offsetof(ChallengeBossTextManager_t1223296511, ___m_map_1)); } inline Dictionary_2_t1325149254 * get_m_map_1() const { return ___m_map_1; } inline Dictionary_2_t1325149254 ** get_address_of_m_map_1() { return &___m_map_1; } inline void set_m_map_1(Dictionary_2_t1325149254 * value) { ___m_map_1 = value; Il2CppCodeGenWriteBarrier((&___m_map_1), value); } }; struct ChallengeBossTextManager_t1223296511_StaticFields { public: // DMCore.Logic.ChallengeBossTextManager DMCore.Logic.ChallengeBossTextManager::s_Instance ChallengeBossTextManager_t1223296511 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(ChallengeBossTextManager_t1223296511_StaticFields, ___s_Instance_2)); } inline ChallengeBossTextManager_t1223296511 * get_s_Instance_2() const { return ___s_Instance_2; } inline ChallengeBossTextManager_t1223296511 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(ChallengeBossTextManager_t1223296511 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHALLENGEBOSSTEXTMANAGER_T1223296511_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 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 KEYVALUEPAIR_2_T4237331251_H #define KEYVALUEPAIR_2_T4237331251_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t4237331251 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4237331251, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4237331251, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4237331251_H #ifndef DMXMLDOCUMENT_T2468531415_H #define DMXMLDOCUMENT_T2468531415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415 : public DMXmlNode_t3958967524 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLDOCUMENT_T2468531415_H #ifndef 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 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 DMXMLNODELIST_T795971656_H #define DMXMLNODELIST_T795971656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656 : public BetterList_1_t3113987842 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODELIST_T795971656_H #ifndef ENUMERATOR_T600487203_H #define ENUMERATOR_T600487203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t600487203 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3006210622 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current CGuildRole_t1534135880 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t600487203, ___l_0)); } inline List_1_t3006210622 * get_l_0() const { return ___l_0; } inline List_1_t3006210622 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3006210622 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t600487203, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t600487203, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t600487203, ___current_3)); } inline CGuildRole_t1534135880 * get_current_3() const { return ___current_3; } inline CGuildRole_t1534135880 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(CGuildRole_t1534135880 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T600487203_H #ifndef EM_GUESS_STATE_T1063275726_H #define EM_GUESS_STATE_T1063275726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Guess_State struct EM_Guess_State_t1063275726 { public: // System.Int32 DMCore.Logic.EM_Guess_State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Guess_State_t1063275726, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EM_GUESS_STATE_T1063275726_H #ifndef 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 ENUMERATOR_T780913572_H #define ENUMERATOR_T780913572_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_t780913572 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3121698093 * ___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_t1224402964 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t780913572, ___dictionary_0)); } inline Dictionary_2_t3121698093 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3121698093 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3121698093 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t780913572, ___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_t780913572, ___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_t780913572, ___current_3)); } inline KeyValuePair_2_t1224402964 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1224402964 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1224402964 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T780913572_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 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 CHANDBOOKSTORYCTR_T880003063_H #define CHANDBOOKSTORYCTR_T880003063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CHandBookStoryCtr struct CHandBookStoryCtr_t880003063 : public IMonoCtrllor_t1427182583 { public: // System.Action`2 DMCore.Logic.CHandBookStoryCtr::k__BackingField Action_2_t949473781 * ___U3COnPrevStoryActionU3Ek__BackingField_1; // System.Action`2 DMCore.Logic.CHandBookStoryCtr::k__BackingField Action_2_t949473781 * ___U3COnNextStoryActionU3Ek__BackingField_2; // System.Action`2 DMCore.Logic.CHandBookStoryCtr::k__BackingField Action_2_t949473781 * ___U3COnStoryFinishActionU3Ek__BackingField_3; // System.Action`2 DMCore.Logic.CHandBookStoryCtr::k__BackingField Action_2_t949473781 * ___U3COnSkipStoryActionU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CHandBookStoryCtr::nowModule int32_t ___nowModule_6; // System.Int32 DMCore.Logic.CHandBookStoryCtr::nowStep int32_t ___nowStep_7; // UnityEngine.Transform DMCore.Logic.CHandBookStoryCtr::initMainRoleParent Transform_t3600365921 * ___initMainRoleParent_8; public: inline static int32_t get_offset_of_U3COnPrevStoryActionU3Ek__BackingField_1() { return static_cast(offsetof(CHandBookStoryCtr_t880003063, ___U3COnPrevStoryActionU3Ek__BackingField_1)); } inline Action_2_t949473781 * get_U3COnPrevStoryActionU3Ek__BackingField_1() const { return ___U3COnPrevStoryActionU3Ek__BackingField_1; } inline Action_2_t949473781 ** get_address_of_U3COnPrevStoryActionU3Ek__BackingField_1() { return &___U3COnPrevStoryActionU3Ek__BackingField_1; } inline void set_U3COnPrevStoryActionU3Ek__BackingField_1(Action_2_t949473781 * value) { ___U3COnPrevStoryActionU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3COnPrevStoryActionU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3COnNextStoryActionU3Ek__BackingField_2() { return static_cast(offsetof(CHandBookStoryCtr_t880003063, ___U3COnNextStoryActionU3Ek__BackingField_2)); } inline Action_2_t949473781 * get_U3COnNextStoryActionU3Ek__BackingField_2() const { return ___U3COnNextStoryActionU3Ek__BackingField_2; } inline Action_2_t949473781 ** get_address_of_U3COnNextStoryActionU3Ek__BackingField_2() { return &___U3COnNextStoryActionU3Ek__BackingField_2; } inline void set_U3COnNextStoryActionU3Ek__BackingField_2(Action_2_t949473781 * value) { ___U3COnNextStoryActionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3COnNextStoryActionU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3COnStoryFinishActionU3Ek__BackingField_3() { return static_cast(offsetof(CHandBookStoryCtr_t880003063, ___U3COnStoryFinishActionU3Ek__BackingField_3)); } inline Action_2_t949473781 * get_U3COnStoryFinishActionU3Ek__BackingField_3() const { return ___U3COnStoryFinishActionU3Ek__BackingField_3; } inline Action_2_t949473781 ** get_address_of_U3COnStoryFinishActionU3Ek__BackingField_3() { return &___U3COnStoryFinishActionU3Ek__BackingField_3; } inline void set_U3COnStoryFinishActionU3Ek__BackingField_3(Action_2_t949473781 * value) { ___U3COnStoryFinishActionU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3COnStoryFinishActionU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3COnSkipStoryActionU3Ek__BackingField_4() { return static_cast(offsetof(CHandBookStoryCtr_t880003063, ___U3COnSkipStoryActionU3Ek__BackingField_4)); } inline Action_2_t949473781 * get_U3COnSkipStoryActionU3Ek__BackingField_4() const { return ___U3COnSkipStoryActionU3Ek__BackingField_4; } inline Action_2_t949473781 ** get_address_of_U3COnSkipStoryActionU3Ek__BackingField_4() { return &___U3COnSkipStoryActionU3Ek__BackingField_4; } inline void set_U3COnSkipStoryActionU3Ek__BackingField_4(Action_2_t949473781 * value) { ___U3COnSkipStoryActionU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3COnSkipStoryActionU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_nowModule_6() { return static_cast(offsetof(CHandBookStoryCtr_t880003063, ___nowModule_6)); } inline int32_t get_nowModule_6() const { return ___nowModule_6; } inline int32_t* get_address_of_nowModule_6() { return &___nowModule_6; } inline void set_nowModule_6(int32_t value) { ___nowModule_6 = value; } inline static int32_t get_offset_of_nowStep_7() { return static_cast(offsetof(CHandBookStoryCtr_t880003063, ___nowStep_7)); } inline int32_t get_nowStep_7() const { return ___nowStep_7; } inline int32_t* get_address_of_nowStep_7() { return &___nowStep_7; } inline void set_nowStep_7(int32_t value) { ___nowStep_7 = value; } inline static int32_t get_offset_of_initMainRoleParent_8() { return static_cast(offsetof(CHandBookStoryCtr_t880003063, ___initMainRoleParent_8)); } inline Transform_t3600365921 * get_initMainRoleParent_8() const { return ___initMainRoleParent_8; } inline Transform_t3600365921 ** get_address_of_initMainRoleParent_8() { return &___initMainRoleParent_8; } inline void set_initMainRoleParent_8(Transform_t3600365921 * value) { ___initMainRoleParent_8 = value; Il2CppCodeGenWriteBarrier((&___initMainRoleParent_8), value); } }; struct CHandBookStoryCtr_t880003063_StaticFields { public: // DMCore.Logic.CHandBookStoryCtr DMCore.Logic.CHandBookStoryCtr::s_Instance CHandBookStoryCtr_t880003063 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CHandBookStoryCtr_t880003063_StaticFields, ___s_Instance_5)); } inline CHandBookStoryCtr_t880003063 * get_s_Instance_5() const { return ___s_Instance_5; } inline CHandBookStoryCtr_t880003063 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CHandBookStoryCtr_t880003063 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANDBOOKSTORYCTR_T880003063_H #ifndef GUIDETASKID_T2063748326_H #define GUIDETASKID_T2063748326_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GuideTaskID struct GuideTaskID_t2063748326 { public: // System.Int32 DMCore.Logic.GuideTaskID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GuideTaskID_t2063748326, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUIDETASKID_T2063748326_H #ifndef 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 EM_GAME_STATE_T3199502877_H #define EM_GAME_STATE_T3199502877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Game_State struct EM_Game_State_t3199502877 { public: // System.Int32 DMCore.Logic.EM_Game_State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Game_State_t3199502877, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EM_GAME_STATE_T3199502877_H #ifndef 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 EM_ACTIONUNLOCK_TYPE_T905365149_H #define EM_ACTIONUNLOCK_TYPE_T905365149_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Actionunlock_Type struct EM_Actionunlock_Type_t905365149 { public: // System.Int32 DMCore.Logic.EM_Actionunlock_Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Actionunlock_Type_t905365149, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EM_ACTIONUNLOCK_TYPE_T905365149_H #ifndef FS_ENUM_T2699067473_H #define FS_ENUM_T2699067473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFunctionSwitchConfig/FS_ENUM struct FS_ENUM_t2699067473 { public: // System.Int32 DMCore.Logic.CFunctionSwitchConfig/FS_ENUM::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FS_ENUM_t2699067473, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FS_ENUM_T2699067473_H #ifndef ENUMERATOR_T578817617_H #define ENUMERATOR_T578817617_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_t578817617 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2919602138 * ___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_t1022307009 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t578817617, ___dictionary_0)); } inline Dictionary_2_t2919602138 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2919602138 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2919602138 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t578817617, ___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_t578817617, ___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_t578817617, ___current_3)); } inline KeyValuePair_2_t1022307009 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1022307009 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1022307009 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T578817617_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 ITEM_SHOP_TYPE_T1196220606_H #define ITEM_SHOP_TYPE_T1196220606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_SHOP_TYPE struct ITEM_SHOP_TYPE_t1196220606 { public: // System.Int32 DMCore.Logic.ITEM_SHOP_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_SHOP_TYPE_t1196220606, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEM_SHOP_TYPE_T1196220606_H #ifndef 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 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 CLOTHESTAG_T2490335997_H #define CLOTHESTAG_T2490335997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ClothesTag struct ClothesTag_t2490335997 { public: // System.Int32 DMCore.Logic.ClothesTag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ClothesTag_t2490335997, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOTHESTAG_T2490335997_H #ifndef CINTEGRALRANKCONTROLLER_T2394358502_H #define CINTEGRALRANKCONTROLLER_T2394358502_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIntegralRankController struct CIntegralRankController_t2394358502 : public IMonoCtrllor_t1427182583 { public: // CDataModelList DMCore.Logic.CIntegralRankController::mYesterdayList CDataModelList_t1133308508 * ___mYesterdayList_2; // CDataModelList DMCore.Logic.CIntegralRankController::mTodayList CDataModelList_t1133308508 * ___mTodayList_3; // CDataModelList DMCore.Logic.CIntegralRankController::mHistoriesList CDataModelList_t1133308508 * ___mHistoriesList_4; // System.Single DMCore.Logic.CIntegralRankController::mYesterdayTimeLabor float ___mYesterdayTimeLabor_5; // System.Single DMCore.Logic.CIntegralRankController::mTodayTimeLabor float ___mTodayTimeLabor_6; // System.Single DMCore.Logic.CIntegralRankController::mHistoriesTimeLabor float ___mHistoriesTimeLabor_7; // System.Int32 DMCore.Logic.CIntegralRankController::tabflag int32_t ___tabflag_9; // CDataModelBool DMCore.Logic.CIntegralRankController::isRingOver CDataModelBool_t2269476966 * ___isRingOver_10; public: inline static int32_t get_offset_of_mYesterdayList_2() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___mYesterdayList_2)); } inline CDataModelList_t1133308508 * get_mYesterdayList_2() const { return ___mYesterdayList_2; } inline CDataModelList_t1133308508 ** get_address_of_mYesterdayList_2() { return &___mYesterdayList_2; } inline void set_mYesterdayList_2(CDataModelList_t1133308508 * value) { ___mYesterdayList_2 = value; Il2CppCodeGenWriteBarrier((&___mYesterdayList_2), value); } inline static int32_t get_offset_of_mTodayList_3() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___mTodayList_3)); } inline CDataModelList_t1133308508 * get_mTodayList_3() const { return ___mTodayList_3; } inline CDataModelList_t1133308508 ** get_address_of_mTodayList_3() { return &___mTodayList_3; } inline void set_mTodayList_3(CDataModelList_t1133308508 * value) { ___mTodayList_3 = value; Il2CppCodeGenWriteBarrier((&___mTodayList_3), value); } inline static int32_t get_offset_of_mHistoriesList_4() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___mHistoriesList_4)); } inline CDataModelList_t1133308508 * get_mHistoriesList_4() const { return ___mHistoriesList_4; } inline CDataModelList_t1133308508 ** get_address_of_mHistoriesList_4() { return &___mHistoriesList_4; } inline void set_mHistoriesList_4(CDataModelList_t1133308508 * value) { ___mHistoriesList_4 = value; Il2CppCodeGenWriteBarrier((&___mHistoriesList_4), value); } inline static int32_t get_offset_of_mYesterdayTimeLabor_5() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___mYesterdayTimeLabor_5)); } inline float get_mYesterdayTimeLabor_5() const { return ___mYesterdayTimeLabor_5; } inline float* get_address_of_mYesterdayTimeLabor_5() { return &___mYesterdayTimeLabor_5; } inline void set_mYesterdayTimeLabor_5(float value) { ___mYesterdayTimeLabor_5 = value; } inline static int32_t get_offset_of_mTodayTimeLabor_6() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___mTodayTimeLabor_6)); } inline float get_mTodayTimeLabor_6() const { return ___mTodayTimeLabor_6; } inline float* get_address_of_mTodayTimeLabor_6() { return &___mTodayTimeLabor_6; } inline void set_mTodayTimeLabor_6(float value) { ___mTodayTimeLabor_6 = value; } inline static int32_t get_offset_of_mHistoriesTimeLabor_7() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___mHistoriesTimeLabor_7)); } inline float get_mHistoriesTimeLabor_7() const { return ___mHistoriesTimeLabor_7; } inline float* get_address_of_mHistoriesTimeLabor_7() { return &___mHistoriesTimeLabor_7; } inline void set_mHistoriesTimeLabor_7(float value) { ___mHistoriesTimeLabor_7 = value; } inline static int32_t get_offset_of_tabflag_9() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___tabflag_9)); } inline int32_t get_tabflag_9() const { return ___tabflag_9; } inline int32_t* get_address_of_tabflag_9() { return &___tabflag_9; } inline void set_tabflag_9(int32_t value) { ___tabflag_9 = value; } inline static int32_t get_offset_of_isRingOver_10() { return static_cast(offsetof(CIntegralRankController_t2394358502, ___isRingOver_10)); } inline CDataModelBool_t2269476966 * get_isRingOver_10() const { return ___isRingOver_10; } inline CDataModelBool_t2269476966 ** get_address_of_isRingOver_10() { return &___isRingOver_10; } inline void set_isRingOver_10(CDataModelBool_t2269476966 * value) { ___isRingOver_10 = value; Il2CppCodeGenWriteBarrier((&___isRingOver_10), value); } }; struct CIntegralRankController_t2394358502_StaticFields { public: // DMCore.Logic.CIntegralRankController DMCore.Logic.CIntegralRankController::s_instance CIntegralRankController_t2394358502 * ___s_instance_1; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(CIntegralRankController_t2394358502_StaticFields, ___s_instance_1)); } inline CIntegralRankController_t2394358502 * get_s_instance_1() const { return ___s_instance_1; } inline CIntegralRankController_t2394358502 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(CIntegralRankController_t2394358502 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTEGRALRANKCONTROLLER_T2394358502_H #ifndef HANDBOOKENUMSTORYPOS_T3237293712_H #define HANDBOOKENUMSTORYPOS_T3237293712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookEnumStoryPos struct HandBookEnumStoryPos_t3237293712 { public: // System.Int32 HandBookEnumStoryPos::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HandBookEnumStoryPos_t3237293712, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKENUMSTORYPOS_T3237293712_H #ifndef ENUMIDOLPRESENTTYPE_T1824446187_H #define ENUMIDOLPRESENTTYPE_T1824446187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumIdolPresentType struct enumIdolPresentType_t1824446187 { public: // System.Int32 DMCore.Logic.enumIdolPresentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumIdolPresentType_t1824446187, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMIDOLPRESENTTYPE_T1824446187_H #ifndef ENUMIDOLSHOWPAGE_T3773857292_H #define ENUMIDOLSHOWPAGE_T3773857292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumIdolShowPage struct enumIdolShowPage_t3773857292 { public: // System.Int32 DMCore.Logic.enumIdolShowPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumIdolShowPage_t3773857292, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMIDOLSHOWPAGE_T3773857292_H #ifndef ENUMITEMID_T1902713412_H #define ENUMITEMID_T1902713412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumItemID struct enumItemID_t1902713412 { public: // System.Int32 DMCore.Logic.enumItemID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumItemID_t1902713412, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMITEMID_T1902713412_H #ifndef 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 EM_AWARD_TYPE_T1889731639_H #define EM_AWARD_TYPE_T1889731639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolManager/EM_Award_type struct EM_Award_type_t1889731639 { public: // System.Int32 DMCore.Logic.CIdolManager/EM_Award_type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Award_type_t1889731639, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EM_AWARD_TYPE_T1889731639_H #ifndef ENUMCHANGENAMEMODULE_T2604365515_H #define ENUMCHANGENAMEMODULE_T2604365515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChangeNameModule struct enumChangeNameModule_t2604365515 { public: // System.Int32 DMCore.Logic.enumChangeNameModule::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChangeNameModule_t2604365515, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHANGENAMEMODULE_T2604365515_H #ifndef CGUIDESUBSTEP_T1332708913_H #define CGUIDESUBSTEP_T1332708913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuideSubStep struct CGuideSubStep_t1332708913 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::k__BackingField Vector3_t3722313464 ___U3CarrowPosU3Ek__BackingField_0; // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::k__BackingField Vector3_t3722313464 ___U3CarrowRotationU3Ek__BackingField_1; // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::k__BackingField Vector3_t3722313464 ___U3CarrowScaleU3Ek__BackingField_2; // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::k__BackingField Vector3_t3722313464 ___U3CtextPosU3Ek__BackingField_3; // System.String DMCore.Logic.CGuideSubStep::k__BackingField String_t* ___U3CtextAnchorU3Ek__BackingField_4; // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::k__BackingField Vector3_t3722313464 ___U3CclickOffsetU3Ek__BackingField_5; // System.String DMCore.Logic.CGuideSubStep::k__BackingField String_t* ___U3CtextU3Ek__BackingField_6; // System.String DMCore.Logic.CGuideSubStep::k__BackingField String_t* ___U3CclickPathU3Ek__BackingField_7; // System.String DMCore.Logic.CGuideSubStep::k__BackingField String_t* ___U3CclickPath2U3Ek__BackingField_8; // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::k__BackingField Vector3_t3722313464 ___U3CcolliderCenterU3Ek__BackingField_9; // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::k__BackingField Vector3_t3722313464 ___U3CcolliderSizeU3Ek__BackingField_10; // DMCore.Logic.CGuideMainStep DMCore.Logic.CGuideSubStep::k__BackingField CGuideMainStep_t63991967 * ___U3COwnerMainStepU3Ek__BackingField_11; // System.String DMCore.Logic.CGuideSubStep::k__BackingField String_t* ___U3CaudioClipU3Ek__BackingField_12; public: inline static int32_t get_offset_of_U3CarrowPosU3Ek__BackingField_0() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CarrowPosU3Ek__BackingField_0)); } inline Vector3_t3722313464 get_U3CarrowPosU3Ek__BackingField_0() const { return ___U3CarrowPosU3Ek__BackingField_0; } inline Vector3_t3722313464 * get_address_of_U3CarrowPosU3Ek__BackingField_0() { return &___U3CarrowPosU3Ek__BackingField_0; } inline void set_U3CarrowPosU3Ek__BackingField_0(Vector3_t3722313464 value) { ___U3CarrowPosU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CarrowRotationU3Ek__BackingField_1() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CarrowRotationU3Ek__BackingField_1)); } inline Vector3_t3722313464 get_U3CarrowRotationU3Ek__BackingField_1() const { return ___U3CarrowRotationU3Ek__BackingField_1; } inline Vector3_t3722313464 * get_address_of_U3CarrowRotationU3Ek__BackingField_1() { return &___U3CarrowRotationU3Ek__BackingField_1; } inline void set_U3CarrowRotationU3Ek__BackingField_1(Vector3_t3722313464 value) { ___U3CarrowRotationU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CarrowScaleU3Ek__BackingField_2() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CarrowScaleU3Ek__BackingField_2)); } inline Vector3_t3722313464 get_U3CarrowScaleU3Ek__BackingField_2() const { return ___U3CarrowScaleU3Ek__BackingField_2; } inline Vector3_t3722313464 * get_address_of_U3CarrowScaleU3Ek__BackingField_2() { return &___U3CarrowScaleU3Ek__BackingField_2; } inline void set_U3CarrowScaleU3Ek__BackingField_2(Vector3_t3722313464 value) { ___U3CarrowScaleU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CtextPosU3Ek__BackingField_3() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CtextPosU3Ek__BackingField_3)); } inline Vector3_t3722313464 get_U3CtextPosU3Ek__BackingField_3() const { return ___U3CtextPosU3Ek__BackingField_3; } inline Vector3_t3722313464 * get_address_of_U3CtextPosU3Ek__BackingField_3() { return &___U3CtextPosU3Ek__BackingField_3; } inline void set_U3CtextPosU3Ek__BackingField_3(Vector3_t3722313464 value) { ___U3CtextPosU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CtextAnchorU3Ek__BackingField_4() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CtextAnchorU3Ek__BackingField_4)); } inline String_t* get_U3CtextAnchorU3Ek__BackingField_4() const { return ___U3CtextAnchorU3Ek__BackingField_4; } inline String_t** get_address_of_U3CtextAnchorU3Ek__BackingField_4() { return &___U3CtextAnchorU3Ek__BackingField_4; } inline void set_U3CtextAnchorU3Ek__BackingField_4(String_t* value) { ___U3CtextAnchorU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CtextAnchorU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CclickOffsetU3Ek__BackingField_5() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CclickOffsetU3Ek__BackingField_5)); } inline Vector3_t3722313464 get_U3CclickOffsetU3Ek__BackingField_5() const { return ___U3CclickOffsetU3Ek__BackingField_5; } inline Vector3_t3722313464 * get_address_of_U3CclickOffsetU3Ek__BackingField_5() { return &___U3CclickOffsetU3Ek__BackingField_5; } inline void set_U3CclickOffsetU3Ek__BackingField_5(Vector3_t3722313464 value) { ___U3CclickOffsetU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CtextU3Ek__BackingField_6() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CtextU3Ek__BackingField_6)); } inline String_t* get_U3CtextU3Ek__BackingField_6() const { return ___U3CtextU3Ek__BackingField_6; } inline String_t** get_address_of_U3CtextU3Ek__BackingField_6() { return &___U3CtextU3Ek__BackingField_6; } inline void set_U3CtextU3Ek__BackingField_6(String_t* value) { ___U3CtextU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CtextU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CclickPathU3Ek__BackingField_7() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CclickPathU3Ek__BackingField_7)); } inline String_t* get_U3CclickPathU3Ek__BackingField_7() const { return ___U3CclickPathU3Ek__BackingField_7; } inline String_t** get_address_of_U3CclickPathU3Ek__BackingField_7() { return &___U3CclickPathU3Ek__BackingField_7; } inline void set_U3CclickPathU3Ek__BackingField_7(String_t* value) { ___U3CclickPathU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CclickPathU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_U3CclickPath2U3Ek__BackingField_8() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CclickPath2U3Ek__BackingField_8)); } inline String_t* get_U3CclickPath2U3Ek__BackingField_8() const { return ___U3CclickPath2U3Ek__BackingField_8; } inline String_t** get_address_of_U3CclickPath2U3Ek__BackingField_8() { return &___U3CclickPath2U3Ek__BackingField_8; } inline void set_U3CclickPath2U3Ek__BackingField_8(String_t* value) { ___U3CclickPath2U3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CclickPath2U3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3CcolliderCenterU3Ek__BackingField_9() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CcolliderCenterU3Ek__BackingField_9)); } inline Vector3_t3722313464 get_U3CcolliderCenterU3Ek__BackingField_9() const { return ___U3CcolliderCenterU3Ek__BackingField_9; } inline Vector3_t3722313464 * get_address_of_U3CcolliderCenterU3Ek__BackingField_9() { return &___U3CcolliderCenterU3Ek__BackingField_9; } inline void set_U3CcolliderCenterU3Ek__BackingField_9(Vector3_t3722313464 value) { ___U3CcolliderCenterU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CcolliderSizeU3Ek__BackingField_10() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CcolliderSizeU3Ek__BackingField_10)); } inline Vector3_t3722313464 get_U3CcolliderSizeU3Ek__BackingField_10() const { return ___U3CcolliderSizeU3Ek__BackingField_10; } inline Vector3_t3722313464 * get_address_of_U3CcolliderSizeU3Ek__BackingField_10() { return &___U3CcolliderSizeU3Ek__BackingField_10; } inline void set_U3CcolliderSizeU3Ek__BackingField_10(Vector3_t3722313464 value) { ___U3CcolliderSizeU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3COwnerMainStepU3Ek__BackingField_11() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3COwnerMainStepU3Ek__BackingField_11)); } inline CGuideMainStep_t63991967 * get_U3COwnerMainStepU3Ek__BackingField_11() const { return ___U3COwnerMainStepU3Ek__BackingField_11; } inline CGuideMainStep_t63991967 ** get_address_of_U3COwnerMainStepU3Ek__BackingField_11() { return &___U3COwnerMainStepU3Ek__BackingField_11; } inline void set_U3COwnerMainStepU3Ek__BackingField_11(CGuideMainStep_t63991967 * value) { ___U3COwnerMainStepU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((&___U3COwnerMainStepU3Ek__BackingField_11), value); } inline static int32_t get_offset_of_U3CaudioClipU3Ek__BackingField_12() { return static_cast(offsetof(CGuideSubStep_t1332708913, ___U3CaudioClipU3Ek__BackingField_12)); } inline String_t* get_U3CaudioClipU3Ek__BackingField_12() const { return ___U3CaudioClipU3Ek__BackingField_12; } inline String_t** get_address_of_U3CaudioClipU3Ek__BackingField_12() { return &___U3CaudioClipU3Ek__BackingField_12; } inline void set_U3CaudioClipU3Ek__BackingField_12(String_t* value) { ___U3CaudioClipU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((&___U3CaudioClipU3Ek__BackingField_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUIDESUBSTEP_T1332708913_H #ifndef ENUMGIFTLISTMODE_T1158525622_H #define ENUMGIFTLISTMODE_T1158525622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGiftListMode struct enumGiftListMode_t1158525622 { public: // System.Int32 DMCore.Logic.enumGiftListMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGiftListMode_t1158525622, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMGIFTLISTMODE_T1158525622_H #ifndef ENUMGUILDLISTSTATE_T360188906_H #define ENUMGUILDLISTSTATE_T360188906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildListState struct enumGuildListState_t360188906 { public: // System.Int32 DMCore.Logic.enumGuildListState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildListState_t360188906, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMGUILDLISTSTATE_T360188906_H #ifndef ENUMGIFT_T1261896706_H #define ENUMGIFT_T1261896706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGift struct enumGift_t1261896706 { public: // System.Int32 DMCore.Logic.enumGift::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGift_t1261896706, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMGIFT_T1261896706_H #ifndef MAINMENUTYPE_T2623602175_H #define MAINMENUTYPE_T2623602175_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MainMenuType struct MainMenuType_t2623602175 { public: // System.Int32 DMCore.Logic.MainMenuType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MainMenuType_t2623602175, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAINMENUTYPE_T2623602175_H #ifndef ENUMGUILDRIGHT_T2113732842_H #define ENUMGUILDRIGHT_T2113732842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildRight struct enumGuildRight_t2113732842 { public: // System.Int32 DMCore.Logic.enumGuildRight::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildRight_t2113732842, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMGUILDRIGHT_T2113732842_H #ifndef SIT_T2379332389_H #define SIT_T2379332389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SIT struct SIT_t2379332389 { public: // System.Int32 DMCore.Logic.SIT::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SIT_t2379332389, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIT_T2379332389_H #ifndef 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 ENUMGUILDINDENTITY_T2673078791_H #define ENUMGUILDINDENTITY_T2673078791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildIndentity struct enumGuildIndentity_t2673078791 { public: // System.Int32 DMCore.Logic.enumGuildIndentity::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildIndentity_t2673078791, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMGUILDINDENTITY_T2673078791_H #ifndef 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 MENULEVEL_T1030472612_H #define MENULEVEL_T1030472612_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MenuLevel struct MenuLevel_t1030472612 { public: // System.Int32 DMCore.Logic.MenuLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MenuLevel_t1030472612, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MENULEVEL_T1030472612_H #ifndef 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 ENUMROOMSTATE_T1756442533_H #define ENUMROOMSTATE_T1756442533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumRoomState struct enumRoomState_t1756442533 { public: // System.Int32 DMCore.Logic.enumRoomState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumRoomState_t1756442533, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMROOMSTATE_T1756442533_H #ifndef ENUMPROPTYPE_T921054377_H #define ENUMPROPTYPE_T921054377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumPropType struct enumPropType_t921054377 { public: // System.Int32 DMCore.Logic.enumPropType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPropType_t921054377, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMPROPTYPE_T921054377_H #ifndef ROOMMAINTYPE_T2481239774_H #define ROOMMAINTYPE_T2481239774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomMainType struct RoomMainType_t2481239774 { public: // System.Int32 DMCore.Logic.CRoomMananger/RoomMainType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RoomMainType_t2481239774, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOMMAINTYPE_T2481239774_H #ifndef EM_PLAYER_STATE_T3524950665_H #define EM_PLAYER_STATE_T3524950665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Player_State struct EM_Player_State_t3524950665 { public: // System.Int32 DMCore.Logic.EM_Player_State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Player_State_t3524950665, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EM_PLAYER_STATE_T3524950665_H #ifndef ENUMONLINESTATE_T4149430772_H #define ENUMONLINESTATE_T4149430772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumOnlineState struct enumOnlineState_t4149430772 { public: // System.Int32 DMCore.Logic.enumOnlineState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumOnlineState_t4149430772, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMONLINESTATE_T4149430772_H #ifndef 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 CHOOSEBUYUSENUMBOXCONTROLLER_T2176104285_H #define CHOOSEBUYUSENUMBOXCONTROLLER_T2176104285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController struct ChooseBuyUseNumBoxController_t2176104285 : public IMonoCtrllor_t1427182583 { public: // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount DMCore.Logic.ChooseBuyUseNumBoxController::m_OnConfirmBuyAmount OnConfirmBuyAmount_t3515310033 * ___m_OnConfirmBuyAmount_2; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount DMCore.Logic.ChooseBuyUseNumBoxController::m_OnConfirmUseAmount OnConfirmUseAmount_t3345112943 * ___m_OnConfirmUseAmount_3; // DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit DMCore.Logic.ChooseBuyUseNumBoxController::m_OnCancelAndExit OnCancelAndExit_t3571001794 * ___m_OnCancelAndExit_4; // DMCore.Logic.ChooseBuyUseBoxInfo DMCore.Logic.ChooseBuyUseNumBoxController::m_Info ChooseBuyUseBoxInfo_t2600922063 * ___m_Info_5; // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::id int32_t ___id_6; // System.Int64 DMCore.Logic.ChooseBuyUseNumBoxController::amount int64_t ___amount_7; // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::index int32_t ___index_8; // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::cashType int32_t ___cashType_9; public: inline static int32_t get_offset_of_m_OnConfirmBuyAmount_2() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_OnConfirmBuyAmount_2)); } inline OnConfirmBuyAmount_t3515310033 * get_m_OnConfirmBuyAmount_2() const { return ___m_OnConfirmBuyAmount_2; } inline OnConfirmBuyAmount_t3515310033 ** get_address_of_m_OnConfirmBuyAmount_2() { return &___m_OnConfirmBuyAmount_2; } inline void set_m_OnConfirmBuyAmount_2(OnConfirmBuyAmount_t3515310033 * value) { ___m_OnConfirmBuyAmount_2 = value; Il2CppCodeGenWriteBarrier((&___m_OnConfirmBuyAmount_2), value); } inline static int32_t get_offset_of_m_OnConfirmUseAmount_3() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_OnConfirmUseAmount_3)); } inline OnConfirmUseAmount_t3345112943 * get_m_OnConfirmUseAmount_3() const { return ___m_OnConfirmUseAmount_3; } inline OnConfirmUseAmount_t3345112943 ** get_address_of_m_OnConfirmUseAmount_3() { return &___m_OnConfirmUseAmount_3; } inline void set_m_OnConfirmUseAmount_3(OnConfirmUseAmount_t3345112943 * value) { ___m_OnConfirmUseAmount_3 = value; Il2CppCodeGenWriteBarrier((&___m_OnConfirmUseAmount_3), value); } inline static int32_t get_offset_of_m_OnCancelAndExit_4() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_OnCancelAndExit_4)); } inline OnCancelAndExit_t3571001794 * get_m_OnCancelAndExit_4() const { return ___m_OnCancelAndExit_4; } inline OnCancelAndExit_t3571001794 ** get_address_of_m_OnCancelAndExit_4() { return &___m_OnCancelAndExit_4; } inline void set_m_OnCancelAndExit_4(OnCancelAndExit_t3571001794 * value) { ___m_OnCancelAndExit_4 = value; Il2CppCodeGenWriteBarrier((&___m_OnCancelAndExit_4), value); } inline static int32_t get_offset_of_m_Info_5() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_Info_5)); } inline ChooseBuyUseBoxInfo_t2600922063 * get_m_Info_5() const { return ___m_Info_5; } inline ChooseBuyUseBoxInfo_t2600922063 ** get_address_of_m_Info_5() { return &___m_Info_5; } inline void set_m_Info_5(ChooseBuyUseBoxInfo_t2600922063 * value) { ___m_Info_5 = value; Il2CppCodeGenWriteBarrier((&___m_Info_5), value); } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___id_6)); } inline int32_t get_id_6() const { return ___id_6; } inline int32_t* get_address_of_id_6() { return &___id_6; } inline void set_id_6(int32_t value) { ___id_6 = value; } inline static int32_t get_offset_of_amount_7() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___amount_7)); } inline int64_t get_amount_7() const { return ___amount_7; } inline int64_t* get_address_of_amount_7() { return &___amount_7; } inline void set_amount_7(int64_t value) { ___amount_7 = value; } inline static int32_t get_offset_of_index_8() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___index_8)); } inline int32_t get_index_8() const { return ___index_8; } inline int32_t* get_address_of_index_8() { return &___index_8; } inline void set_index_8(int32_t value) { ___index_8 = value; } inline static int32_t get_offset_of_cashType_9() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___cashType_9)); } inline int32_t get_cashType_9() const { return ___cashType_9; } inline int32_t* get_address_of_cashType_9() { return &___cashType_9; } inline void set_cashType_9(int32_t value) { ___cashType_9 = value; } }; struct ChooseBuyUseNumBoxController_t2176104285_StaticFields { public: // DMCore.Logic.ChooseBuyUseNumBoxController DMCore.Logic.ChooseBuyUseNumBoxController::s_instance ChooseBuyUseNumBoxController_t2176104285 * ___s_instance_1; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285_StaticFields, ___s_instance_1)); } inline ChooseBuyUseNumBoxController_t2176104285 * get_s_instance_1() const { return ___s_instance_1; } inline ChooseBuyUseNumBoxController_t2176104285 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(ChooseBuyUseNumBoxController_t2176104285 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSEBUYUSENUMBOXCONTROLLER_T2176104285_H #ifndef SYMBOLSTYLE_T652100663_H #define SYMBOLSTYLE_T652100663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIFont/SymbolStyle struct SymbolStyle_t652100663 { public: // System.Int32 UIFont/SymbolStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SymbolStyle_t652100663, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMBOLSTYLE_T652100663_H #ifndef EFFECT_T2533209744_H #define EFFECT_T2533209744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/Effect struct Effect_t2533209744 { public: // System.Int32 UILabel/Effect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Effect_t2533209744, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EFFECT_T2533209744_H #ifndef 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 ENUMERATOR_T3793841859_H #define ENUMERATOR_T3793841859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3793841859 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1839659084 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t4237331251 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3793841859, ___dictionary_0)); } inline Dictionary_2_t1839659084 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1839659084 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1839659084 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3793841859, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3793841859, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3793841859, ___current_3)); } inline KeyValuePair_2_t4237331251 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4237331251 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4237331251 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3793841859_H #ifndef HANDBOOKENUMMODELPOS_T2251629364_H #define HANDBOOKENUMMODELPOS_T2251629364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookEnumModelPos struct HandBookEnumModelPos_t2251629364 { public: // System.Int32 HandBookEnumModelPos::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HandBookEnumModelPos_t2251629364, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKENUMMODELPOS_T2251629364_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 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 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 HANDBOOKSTORYMODULETYPE_T885316544_H #define HANDBOOKSTORYMODULETYPE_T885316544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookStoryModuleType struct HandBookStoryModuleType_t885316544 { public: // System.Int32 HandBookStoryModuleType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HandBookStoryModuleType_t885316544, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKSTORYMODULETYPE_T885316544_H #ifndef HANDBOOKSTORYSTEPTYPE_T164763601_H #define HANDBOOKSTORYSTEPTYPE_T164763601_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookStoryStepType struct HandBookStoryStepType_t164763601 { public: // System.Int32 HandBookStoryStepType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HandBookStoryStepType_t164763601, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKSTORYSTEPTYPE_T164763601_H #ifndef PACKAGEITEMTYPE_T3256854681_H #define PACKAGEITEMTYPE_T3256854681_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PackageItemType struct PackageItemType_t3256854681 { public: // System.Int32 DMCore.Logic.PackageItemType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PackageItemType_t3256854681, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PACKAGEITEMTYPE_T3256854681_H #ifndef 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 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 ENUMSCENEOBJTYPE_T2879723971_H #define ENUMSCENEOBJTYPE_T2879723971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumSceneObjType struct enumSceneObjType_t2879723971 { public: // System.Int32 DMCore.Framework.Scene.enumSceneObjType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSceneObjType_t2879723971, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSCENEOBJTYPE_T2879723971_H #ifndef ENUMERATOR_T3050598355_H #define ENUMERATOR_T3050598355_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_t3050598355 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1096415580 * ___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_t3494087747 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3050598355, ___dictionary_0)); } inline Dictionary_2_t1096415580 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1096415580 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1096415580 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3050598355, ___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_t3050598355, ___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_t3050598355, ___current_3)); } inline KeyValuePair_2_t3494087747 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3494087747 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3494087747 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3050598355_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 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 ROOMTYPE_T1191752651_H #define ROOMTYPE_T1191752651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomType struct RoomType_t1191752651 { public: // System.Int32 DMCore.Logic.CRoomMananger/RoomType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RoomType_t1191752651, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOMTYPE_T1191752651_H #ifndef EM_INTERACTIVE_SCENE_T2295586972_H #define EM_INTERACTIVE_SCENE_T2295586972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Interactive_Scene struct EM_Interactive_Scene_t2295586972 { public: // System.Int32 DMCore.Logic.EM_Interactive_Scene::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Interactive_Scene_t2295586972, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EM_INTERACTIVE_SCENE_T2295586972_H #ifndef CHOOSECLOTHTYPE_T488531444_H #define CHOOSECLOTHTYPE_T488531444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseClothType struct ChooseClothType_t488531444 { public: // System.Int32 DMCore.Logic.ChooseClothType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ChooseClothType_t488531444, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSECLOTHTYPE_T488531444_H #ifndef 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 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 CARD_TYPE_T3865546381_H #define CARD_TYPE_T3865546381_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.Card_Type struct Card_Type_t3865546381 { public: // System.Int32 DMCore.Logic.Card_Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Card_Type_t3865546381, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARD_TYPE_T3865546381_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 ENUMERATOR_T1898490950_H #define ENUMERATOR_T1898490950_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_t1898490950 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4239275471 * ___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_t2341980342 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1898490950, ___dictionary_0)); } inline Dictionary_2_t4239275471 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4239275471 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4239275471 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1898490950, ___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_t1898490950, ___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_t1898490950, ___current_3)); } inline KeyValuePair_2_t2341980342 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2341980342 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2341980342 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1898490950_H #ifndef CLEVELUPREWARDCONFIG_T716371407_H #define CLEVELUPREWARDCONFIG_T716371407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLeveluprewardConfig struct CLeveluprewardConfig_t716371407 : public IMonoCtrllor_t1427182583 { public: // System.Int32 DMCore.Logic.CLeveluprewardConfig::k__BackingField int32_t ___U3CCurrentlevelU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CLeveluprewardConfig::k__BackingField int32_t ___U3COldLevelU3Ek__BackingField_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLeveluprewardConfig::m_LevelUpAward Dictionary_2_t2057254576 * ___m_LevelUpAward_3; // System.Int32 DMCore.Logic.CLeveluprewardConfig::m_ProcessedLevel int32_t ___m_ProcessedLevel_4; public: inline static int32_t get_offset_of_U3CCurrentlevelU3Ek__BackingField_1() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___U3CCurrentlevelU3Ek__BackingField_1)); } inline int32_t get_U3CCurrentlevelU3Ek__BackingField_1() const { return ___U3CCurrentlevelU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurrentlevelU3Ek__BackingField_1() { return &___U3CCurrentlevelU3Ek__BackingField_1; } inline void set_U3CCurrentlevelU3Ek__BackingField_1(int32_t value) { ___U3CCurrentlevelU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3COldLevelU3Ek__BackingField_2() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___U3COldLevelU3Ek__BackingField_2)); } inline int32_t get_U3COldLevelU3Ek__BackingField_2() const { return ___U3COldLevelU3Ek__BackingField_2; } inline int32_t* get_address_of_U3COldLevelU3Ek__BackingField_2() { return &___U3COldLevelU3Ek__BackingField_2; } inline void set_U3COldLevelU3Ek__BackingField_2(int32_t value) { ___U3COldLevelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_LevelUpAward_3() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___m_LevelUpAward_3)); } inline Dictionary_2_t2057254576 * get_m_LevelUpAward_3() const { return ___m_LevelUpAward_3; } inline Dictionary_2_t2057254576 ** get_address_of_m_LevelUpAward_3() { return &___m_LevelUpAward_3; } inline void set_m_LevelUpAward_3(Dictionary_2_t2057254576 * value) { ___m_LevelUpAward_3 = value; Il2CppCodeGenWriteBarrier((&___m_LevelUpAward_3), value); } inline static int32_t get_offset_of_m_ProcessedLevel_4() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___m_ProcessedLevel_4)); } inline int32_t get_m_ProcessedLevel_4() const { return ___m_ProcessedLevel_4; } inline int32_t* get_address_of_m_ProcessedLevel_4() { return &___m_ProcessedLevel_4; } inline void set_m_ProcessedLevel_4(int32_t value) { ___m_ProcessedLevel_4 = value; } }; struct CLeveluprewardConfig_t716371407_StaticFields { public: // DMCore.Logic.CLeveluprewardConfig DMCore.Logic.CLeveluprewardConfig::s_Instance CLeveluprewardConfig_t716371407 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CLeveluprewardConfig_t716371407_StaticFields, ___s_Instance_5)); } inline CLeveluprewardConfig_t716371407 * get_s_Instance_5() const { return ___s_Instance_5; } inline CLeveluprewardConfig_t716371407 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CLeveluprewardConfig_t716371407 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEVELUPREWARDCONFIG_T716371407_H #ifndef 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 CCHANGENAMEINFO_T1998310127_H #define CCHANGENAMEINFO_T1998310127_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127 : public RuntimeObject { public: // DMCore.Logic.enumChangeNameModule DMCore.Logic.CChangeNameInfo::OperationType int32_t ___OperationType_0; // System.String DMCore.Logic.CChangeNameInfo::CurrentName String_t* ___CurrentName_1; // DMCore.Logic.enumItemID DMCore.Logic.CChangeNameInfo::CardID int32_t ___CardID_2; // System.Int32 DMCore.Logic.CChangeNameInfo::GoldCount int32_t ___GoldCount_3; // System.Int32 DMCore.Logic.CChangeNameInfo::DiamondCount int32_t ___DiamondCount_4; // System.Boolean DMCore.Logic.CChangeNameInfo::IsRandomType bool ___IsRandomType_5; // System.Int32 DMCore.Logic.CChangeNameInfo::Sex int32_t ___Sex_6; // System.Boolean DMCore.Logic.CChangeNameInfo::IsUnique bool ___IsUnique_7; // System.Int32 DMCore.Logic.CChangeNameInfo::MaxRetryTimes int32_t ___MaxRetryTimes_8; // System.Int32 DMCore.Logic.CChangeNameInfo::RequestedTimes int32_t ___RequestedTimes_9; // System.String DMCore.Logic.CChangeNameInfo::MaxCharNum String_t* ___MaxCharNum_10; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::Requestor OnChangeNameCallback_t2458829697 * ___Requestor_11; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::Responsor OnChangeNameCallback_t2458829697 * ___Responsor_12; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::CancelCallback OnChangeNameCallback_t2458829697 * ___CancelCallback_13; // DMCore.CDataArray DMCore.Logic.CChangeNameInfo::CustomParams CDataArray_t4068198041 * ___CustomParams_14; public: inline static int32_t get_offset_of_OperationType_0() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___OperationType_0)); } inline int32_t get_OperationType_0() const { return ___OperationType_0; } inline int32_t* get_address_of_OperationType_0() { return &___OperationType_0; } inline void set_OperationType_0(int32_t value) { ___OperationType_0 = value; } inline static int32_t get_offset_of_CurrentName_1() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CurrentName_1)); } inline String_t* get_CurrentName_1() const { return ___CurrentName_1; } inline String_t** get_address_of_CurrentName_1() { return &___CurrentName_1; } inline void set_CurrentName_1(String_t* value) { ___CurrentName_1 = value; Il2CppCodeGenWriteBarrier((&___CurrentName_1), value); } inline static int32_t get_offset_of_CardID_2() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CardID_2)); } inline int32_t get_CardID_2() const { return ___CardID_2; } inline int32_t* get_address_of_CardID_2() { return &___CardID_2; } inline void set_CardID_2(int32_t value) { ___CardID_2 = value; } inline static int32_t get_offset_of_GoldCount_3() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___GoldCount_3)); } inline int32_t get_GoldCount_3() const { return ___GoldCount_3; } inline int32_t* get_address_of_GoldCount_3() { return &___GoldCount_3; } inline void set_GoldCount_3(int32_t value) { ___GoldCount_3 = value; } inline static int32_t get_offset_of_DiamondCount_4() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___DiamondCount_4)); } inline int32_t get_DiamondCount_4() const { return ___DiamondCount_4; } inline int32_t* get_address_of_DiamondCount_4() { return &___DiamondCount_4; } inline void set_DiamondCount_4(int32_t value) { ___DiamondCount_4 = value; } inline static int32_t get_offset_of_IsRandomType_5() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___IsRandomType_5)); } inline bool get_IsRandomType_5() const { return ___IsRandomType_5; } inline bool* get_address_of_IsRandomType_5() { return &___IsRandomType_5; } inline void set_IsRandomType_5(bool value) { ___IsRandomType_5 = value; } inline static int32_t get_offset_of_Sex_6() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Sex_6)); } inline int32_t get_Sex_6() const { return ___Sex_6; } inline int32_t* get_address_of_Sex_6() { return &___Sex_6; } inline void set_Sex_6(int32_t value) { ___Sex_6 = value; } inline static int32_t get_offset_of_IsUnique_7() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___IsUnique_7)); } inline bool get_IsUnique_7() const { return ___IsUnique_7; } inline bool* get_address_of_IsUnique_7() { return &___IsUnique_7; } inline void set_IsUnique_7(bool value) { ___IsUnique_7 = value; } inline static int32_t get_offset_of_MaxRetryTimes_8() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___MaxRetryTimes_8)); } inline int32_t get_MaxRetryTimes_8() const { return ___MaxRetryTimes_8; } inline int32_t* get_address_of_MaxRetryTimes_8() { return &___MaxRetryTimes_8; } inline void set_MaxRetryTimes_8(int32_t value) { ___MaxRetryTimes_8 = value; } inline static int32_t get_offset_of_RequestedTimes_9() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___RequestedTimes_9)); } inline int32_t get_RequestedTimes_9() const { return ___RequestedTimes_9; } inline int32_t* get_address_of_RequestedTimes_9() { return &___RequestedTimes_9; } inline void set_RequestedTimes_9(int32_t value) { ___RequestedTimes_9 = value; } inline static int32_t get_offset_of_MaxCharNum_10() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___MaxCharNum_10)); } inline String_t* get_MaxCharNum_10() const { return ___MaxCharNum_10; } inline String_t** get_address_of_MaxCharNum_10() { return &___MaxCharNum_10; } inline void set_MaxCharNum_10(String_t* value) { ___MaxCharNum_10 = value; Il2CppCodeGenWriteBarrier((&___MaxCharNum_10), value); } inline static int32_t get_offset_of_Requestor_11() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Requestor_11)); } inline OnChangeNameCallback_t2458829697 * get_Requestor_11() const { return ___Requestor_11; } inline OnChangeNameCallback_t2458829697 ** get_address_of_Requestor_11() { return &___Requestor_11; } inline void set_Requestor_11(OnChangeNameCallback_t2458829697 * value) { ___Requestor_11 = value; Il2CppCodeGenWriteBarrier((&___Requestor_11), value); } inline static int32_t get_offset_of_Responsor_12() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Responsor_12)); } inline OnChangeNameCallback_t2458829697 * get_Responsor_12() const { return ___Responsor_12; } inline OnChangeNameCallback_t2458829697 ** get_address_of_Responsor_12() { return &___Responsor_12; } inline void set_Responsor_12(OnChangeNameCallback_t2458829697 * value) { ___Responsor_12 = value; Il2CppCodeGenWriteBarrier((&___Responsor_12), value); } inline static int32_t get_offset_of_CancelCallback_13() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CancelCallback_13)); } inline OnChangeNameCallback_t2458829697 * get_CancelCallback_13() const { return ___CancelCallback_13; } inline OnChangeNameCallback_t2458829697 ** get_address_of_CancelCallback_13() { return &___CancelCallback_13; } inline void set_CancelCallback_13(OnChangeNameCallback_t2458829697 * value) { ___CancelCallback_13 = value; Il2CppCodeGenWriteBarrier((&___CancelCallback_13), value); } inline static int32_t get_offset_of_CustomParams_14() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CustomParams_14)); } inline CDataArray_t4068198041 * get_CustomParams_14() const { return ___CustomParams_14; } inline CDataArray_t4068198041 ** get_address_of_CustomParams_14() { return &___CustomParams_14; } inline void set_CustomParams_14(CDataArray_t4068198041 * value) { ___CustomParams_14 = value; Il2CppCodeGenWriteBarrier((&___CustomParams_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGENAMEINFO_T1998310127_H #ifndef CINTERACTIVEMANAGER_T1765251898_H #define CINTERACTIVEMANAGER_T1765251898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CInteractiveManager struct CInteractiveManager_t1765251898 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CInteractiveManager::k__BackingField bool ___U3CCurIsSingleActionU3Ek__BackingField_0; // DMCore.Logic.EM_Interactive_Scene DMCore.Logic.CInteractiveManager::m_CurrentInteractiveScene int32_t ___m_CurrentInteractiveScene_2; // CDataModelBool DMCore.Logic.CInteractiveManager::m_bRefresh CDataModelBool_t2269476966 * ___m_bRefresh_3; public: inline static int32_t get_offset_of_U3CCurIsSingleActionU3Ek__BackingField_0() { return static_cast(offsetof(CInteractiveManager_t1765251898, ___U3CCurIsSingleActionU3Ek__BackingField_0)); } inline bool get_U3CCurIsSingleActionU3Ek__BackingField_0() const { return ___U3CCurIsSingleActionU3Ek__BackingField_0; } inline bool* get_address_of_U3CCurIsSingleActionU3Ek__BackingField_0() { return &___U3CCurIsSingleActionU3Ek__BackingField_0; } inline void set_U3CCurIsSingleActionU3Ek__BackingField_0(bool value) { ___U3CCurIsSingleActionU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_CurrentInteractiveScene_2() { return static_cast(offsetof(CInteractiveManager_t1765251898, ___m_CurrentInteractiveScene_2)); } inline int32_t get_m_CurrentInteractiveScene_2() const { return ___m_CurrentInteractiveScene_2; } inline int32_t* get_address_of_m_CurrentInteractiveScene_2() { return &___m_CurrentInteractiveScene_2; } inline void set_m_CurrentInteractiveScene_2(int32_t value) { ___m_CurrentInteractiveScene_2 = value; } inline static int32_t get_offset_of_m_bRefresh_3() { return static_cast(offsetof(CInteractiveManager_t1765251898, ___m_bRefresh_3)); } inline CDataModelBool_t2269476966 * get_m_bRefresh_3() const { return ___m_bRefresh_3; } inline CDataModelBool_t2269476966 ** get_address_of_m_bRefresh_3() { return &___m_bRefresh_3; } inline void set_m_bRefresh_3(CDataModelBool_t2269476966 * value) { ___m_bRefresh_3 = value; Il2CppCodeGenWriteBarrier((&___m_bRefresh_3), value); } }; struct CInteractiveManager_t1765251898_StaticFields { public: // DMCore.Logic.CInteractiveManager DMCore.Logic.CInteractiveManager::s_Instance CInteractiveManager_t1765251898 * ___s_Instance_1; // DMCore.OnMsgBoxClkCallBack DMCore.Logic.CInteractiveManager::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_4; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CInteractiveManager_t1765251898_StaticFields, ___s_Instance_1)); } inline CInteractiveManager_t1765251898 * get_s_Instance_1() const { return ___s_Instance_1; } inline CInteractiveManager_t1765251898 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CInteractiveManager_t1765251898 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_4() { return static_cast(offsetof(CInteractiveManager_t1765251898_StaticFields, ___U3CU3Ef__mgU24cache0_4)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_4() const { return ___U3CU3Ef__mgU24cache0_4; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_4() { return &___U3CU3Ef__mgU24cache0_4; } inline void set_U3CU3Ef__mgU24cache0_4(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIVEMANAGER_T1765251898_H #ifndef CMENUMANAGER_T3869721565_H #define CMENUMANAGER_T3869721565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMenuManager struct CMenuManager_t3869721565 : public RuntimeObject { public: // DMCore.Logic.MainMenuType DMCore.Logic.CMenuManager::_menu_type int32_t ____menu_type_0; // DMCore.Logic.MenuLevel DMCore.Logic.CMenuManager::_menu_list_type int32_t ____menu_list_type_1; // DMCore.CDataArray DMCore.Logic.CMenuManager::_menu_param CDataArray_t4068198041 * ____menu_param_2; // DMCore.Logic.OnItemClickBefore DMCore.Logic.CMenuManager::_callback_before OnItemClickBefore_t888674743 * ____callback_before_3; // DMCore.Logic.OnItemClickEnd DMCore.Logic.CMenuManager::_callback_End OnItemClickEnd_t3682481633 * ____callback_End_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMenuManager::_menu_observer_list Dictionary_2_t976235305 * ____menu_observer_list_5; public: inline static int32_t get_offset_of__menu_type_0() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_type_0)); } inline int32_t get__menu_type_0() const { return ____menu_type_0; } inline int32_t* get_address_of__menu_type_0() { return &____menu_type_0; } inline void set__menu_type_0(int32_t value) { ____menu_type_0 = value; } inline static int32_t get_offset_of__menu_list_type_1() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_list_type_1)); } inline int32_t get__menu_list_type_1() const { return ____menu_list_type_1; } inline int32_t* get_address_of__menu_list_type_1() { return &____menu_list_type_1; } inline void set__menu_list_type_1(int32_t value) { ____menu_list_type_1 = value; } inline static int32_t get_offset_of__menu_param_2() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_param_2)); } inline CDataArray_t4068198041 * get__menu_param_2() const { return ____menu_param_2; } inline CDataArray_t4068198041 ** get_address_of__menu_param_2() { return &____menu_param_2; } inline void set__menu_param_2(CDataArray_t4068198041 * value) { ____menu_param_2 = value; Il2CppCodeGenWriteBarrier((&____menu_param_2), value); } inline static int32_t get_offset_of__callback_before_3() { return static_cast(offsetof(CMenuManager_t3869721565, ____callback_before_3)); } inline OnItemClickBefore_t888674743 * get__callback_before_3() const { return ____callback_before_3; } inline OnItemClickBefore_t888674743 ** get_address_of__callback_before_3() { return &____callback_before_3; } inline void set__callback_before_3(OnItemClickBefore_t888674743 * value) { ____callback_before_3 = value; Il2CppCodeGenWriteBarrier((&____callback_before_3), value); } inline static int32_t get_offset_of__callback_End_4() { return static_cast(offsetof(CMenuManager_t3869721565, ____callback_End_4)); } inline OnItemClickEnd_t3682481633 * get__callback_End_4() const { return ____callback_End_4; } inline OnItemClickEnd_t3682481633 ** get_address_of__callback_End_4() { return &____callback_End_4; } inline void set__callback_End_4(OnItemClickEnd_t3682481633 * value) { ____callback_End_4 = value; Il2CppCodeGenWriteBarrier((&____callback_End_4), value); } inline static int32_t get_offset_of__menu_observer_list_5() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_observer_list_5)); } inline Dictionary_2_t976235305 * get__menu_observer_list_5() const { return ____menu_observer_list_5; } inline Dictionary_2_t976235305 ** get_address_of__menu_observer_list_5() { return &____menu_observer_list_5; } inline void set__menu_observer_list_5(Dictionary_2_t976235305 * value) { ____menu_observer_list_5 = value; Il2CppCodeGenWriteBarrier((&____menu_observer_list_5), value); } }; struct CMenuManager_t3869721565_StaticFields { public: // DMCore.Logic.CMenuManager DMCore.Logic.CMenuManager::s_instance CMenuManager_t3869721565 * ___s_instance_6; public: inline static int32_t get_offset_of_s_instance_6() { return static_cast(offsetof(CMenuManager_t3869721565_StaticFields, ___s_instance_6)); } inline CMenuManager_t3869721565 * get_s_instance_6() const { return ___s_instance_6; } inline CMenuManager_t3869721565 ** get_address_of_s_instance_6() { return &___s_instance_6; } inline void set_s_instance_6(CMenuManager_t3869721565 * value) { ___s_instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMENUMANAGER_T3869721565_H #ifndef CROOMMANANGER_T1058696229_H #define CROOMMANANGER_T1058696229_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger struct CRoomMananger_t1058696229 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.CRoomMananger::k__BackingField int32_t ___U3Cm_CurRoomTypeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CRoomMananger::m_onlyShowFree bool ___m_onlyShowFree_3; // System.Boolean DMCore.Logic.CRoomMananger::m_IsNeedRefreshRoomList bool ___m_IsNeedRefreshRoomList_4; // System.Boolean DMCore.Logic.CRoomMananger::m_IsNeedRefreshChallengeRoomList bool ___m_IsNeedRefreshChallengeRoomList_5; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingCreateResult bool ___m_waitingCreateResult_6; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingRoomDetail bool ___m_waitingRoomDetail_7; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingJoinDetail bool ___m_waitingJoinDetail_8; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingRoomList bool ___m_waitingRoomList_9; // System.Double DMCore.Logic.CRoomMananger::m_lastRequstTimePos double ___m_lastRequstTimePos_10; // DMCore.Logic.CRoomMananger/RoomMainType DMCore.Logic.CRoomMananger::m_current_room_main_type int32_t ___m_current_room_main_type_11; // DMCore.Logic.CRoomMananger/RoomType DMCore.Logic.CRoomMananger::m_current_room_type int32_t ___m_current_room_type_12; // System.Int32 DMCore.Logic.CRoomMananger::m_current_room_ID int32_t ___m_current_room_ID_13; // System.String DMCore.Logic.CRoomMananger::m_current_room_password String_t* ___m_current_room_password_14; // System.Int32 DMCore.Logic.CRoomMananger::m_curPage int32_t ___m_curPage_15; // DMCore.Logic.CRoomMananger/RoomDetail DMCore.Logic.CRoomMananger::m_roomDetail RoomDetail_t2805919052 * ___m_roomDetail_16; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_roomArr List_1_t3609756528 * ___m_roomArr_17; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_CurModeList List_1_t128053199 * ___m_CurModeList_18; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_AllModeList List_1_t128053199 * ___m_AllModeList_19; public: inline static int32_t get_offset_of_U3Cm_CurRoomTypeU3Ek__BackingField_2() { return static_cast(offsetof(CRoomMananger_t1058696229, ___U3Cm_CurRoomTypeU3Ek__BackingField_2)); } inline int32_t get_U3Cm_CurRoomTypeU3Ek__BackingField_2() const { return ___U3Cm_CurRoomTypeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3Cm_CurRoomTypeU3Ek__BackingField_2() { return &___U3Cm_CurRoomTypeU3Ek__BackingField_2; } inline void set_U3Cm_CurRoomTypeU3Ek__BackingField_2(int32_t value) { ___U3Cm_CurRoomTypeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_onlyShowFree_3() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_onlyShowFree_3)); } inline bool get_m_onlyShowFree_3() const { return ___m_onlyShowFree_3; } inline bool* get_address_of_m_onlyShowFree_3() { return &___m_onlyShowFree_3; } inline void set_m_onlyShowFree_3(bool value) { ___m_onlyShowFree_3 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshRoomList_4() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_IsNeedRefreshRoomList_4)); } inline bool get_m_IsNeedRefreshRoomList_4() const { return ___m_IsNeedRefreshRoomList_4; } inline bool* get_address_of_m_IsNeedRefreshRoomList_4() { return &___m_IsNeedRefreshRoomList_4; } inline void set_m_IsNeedRefreshRoomList_4(bool value) { ___m_IsNeedRefreshRoomList_4 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshChallengeRoomList_5() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_IsNeedRefreshChallengeRoomList_5)); } inline bool get_m_IsNeedRefreshChallengeRoomList_5() const { return ___m_IsNeedRefreshChallengeRoomList_5; } inline bool* get_address_of_m_IsNeedRefreshChallengeRoomList_5() { return &___m_IsNeedRefreshChallengeRoomList_5; } inline void set_m_IsNeedRefreshChallengeRoomList_5(bool value) { ___m_IsNeedRefreshChallengeRoomList_5 = value; } inline static int32_t get_offset_of_m_waitingCreateResult_6() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingCreateResult_6)); } inline bool get_m_waitingCreateResult_6() const { return ___m_waitingCreateResult_6; } inline bool* get_address_of_m_waitingCreateResult_6() { return &___m_waitingCreateResult_6; } inline void set_m_waitingCreateResult_6(bool value) { ___m_waitingCreateResult_6 = value; } inline static int32_t get_offset_of_m_waitingRoomDetail_7() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingRoomDetail_7)); } inline bool get_m_waitingRoomDetail_7() const { return ___m_waitingRoomDetail_7; } inline bool* get_address_of_m_waitingRoomDetail_7() { return &___m_waitingRoomDetail_7; } inline void set_m_waitingRoomDetail_7(bool value) { ___m_waitingRoomDetail_7 = value; } inline static int32_t get_offset_of_m_waitingJoinDetail_8() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingJoinDetail_8)); } inline bool get_m_waitingJoinDetail_8() const { return ___m_waitingJoinDetail_8; } inline bool* get_address_of_m_waitingJoinDetail_8() { return &___m_waitingJoinDetail_8; } inline void set_m_waitingJoinDetail_8(bool value) { ___m_waitingJoinDetail_8 = value; } inline static int32_t get_offset_of_m_waitingRoomList_9() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingRoomList_9)); } inline bool get_m_waitingRoomList_9() const { return ___m_waitingRoomList_9; } inline bool* get_address_of_m_waitingRoomList_9() { return &___m_waitingRoomList_9; } inline void set_m_waitingRoomList_9(bool value) { ___m_waitingRoomList_9 = value; } inline static int32_t get_offset_of_m_lastRequstTimePos_10() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_lastRequstTimePos_10)); } inline double get_m_lastRequstTimePos_10() const { return ___m_lastRequstTimePos_10; } inline double* get_address_of_m_lastRequstTimePos_10() { return &___m_lastRequstTimePos_10; } inline void set_m_lastRequstTimePos_10(double value) { ___m_lastRequstTimePos_10 = value; } inline static int32_t get_offset_of_m_current_room_main_type_11() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_main_type_11)); } inline int32_t get_m_current_room_main_type_11() const { return ___m_current_room_main_type_11; } inline int32_t* get_address_of_m_current_room_main_type_11() { return &___m_current_room_main_type_11; } inline void set_m_current_room_main_type_11(int32_t value) { ___m_current_room_main_type_11 = value; } inline static int32_t get_offset_of_m_current_room_type_12() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_type_12)); } inline int32_t get_m_current_room_type_12() const { return ___m_current_room_type_12; } inline int32_t* get_address_of_m_current_room_type_12() { return &___m_current_room_type_12; } inline void set_m_current_room_type_12(int32_t value) { ___m_current_room_type_12 = value; } inline static int32_t get_offset_of_m_current_room_ID_13() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_ID_13)); } inline int32_t get_m_current_room_ID_13() const { return ___m_current_room_ID_13; } inline int32_t* get_address_of_m_current_room_ID_13() { return &___m_current_room_ID_13; } inline void set_m_current_room_ID_13(int32_t value) { ___m_current_room_ID_13 = value; } inline static int32_t get_offset_of_m_current_room_password_14() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_password_14)); } inline String_t* get_m_current_room_password_14() const { return ___m_current_room_password_14; } inline String_t** get_address_of_m_current_room_password_14() { return &___m_current_room_password_14; } inline void set_m_current_room_password_14(String_t* value) { ___m_current_room_password_14 = value; Il2CppCodeGenWriteBarrier((&___m_current_room_password_14), value); } inline static int32_t get_offset_of_m_curPage_15() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_curPage_15)); } inline int32_t get_m_curPage_15() const { return ___m_curPage_15; } inline int32_t* get_address_of_m_curPage_15() { return &___m_curPage_15; } inline void set_m_curPage_15(int32_t value) { ___m_curPage_15 = value; } inline static int32_t get_offset_of_m_roomDetail_16() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_roomDetail_16)); } inline RoomDetail_t2805919052 * get_m_roomDetail_16() const { return ___m_roomDetail_16; } inline RoomDetail_t2805919052 ** get_address_of_m_roomDetail_16() { return &___m_roomDetail_16; } inline void set_m_roomDetail_16(RoomDetail_t2805919052 * value) { ___m_roomDetail_16 = value; Il2CppCodeGenWriteBarrier((&___m_roomDetail_16), value); } inline static int32_t get_offset_of_m_roomArr_17() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_roomArr_17)); } inline List_1_t3609756528 * get_m_roomArr_17() const { return ___m_roomArr_17; } inline List_1_t3609756528 ** get_address_of_m_roomArr_17() { return &___m_roomArr_17; } inline void set_m_roomArr_17(List_1_t3609756528 * value) { ___m_roomArr_17 = value; Il2CppCodeGenWriteBarrier((&___m_roomArr_17), value); } inline static int32_t get_offset_of_m_CurModeList_18() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_CurModeList_18)); } inline List_1_t128053199 * get_m_CurModeList_18() const { return ___m_CurModeList_18; } inline List_1_t128053199 ** get_address_of_m_CurModeList_18() { return &___m_CurModeList_18; } inline void set_m_CurModeList_18(List_1_t128053199 * value) { ___m_CurModeList_18 = value; Il2CppCodeGenWriteBarrier((&___m_CurModeList_18), value); } inline static int32_t get_offset_of_m_AllModeList_19() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_AllModeList_19)); } inline List_1_t128053199 * get_m_AllModeList_19() const { return ___m_AllModeList_19; } inline List_1_t128053199 ** get_address_of_m_AllModeList_19() { return &___m_AllModeList_19; } inline void set_m_AllModeList_19(List_1_t128053199 * value) { ___m_AllModeList_19 = value; Il2CppCodeGenWriteBarrier((&___m_AllModeList_19), value); } }; struct CRoomMananger_t1058696229_StaticFields { public: // DMCore.Logic.CRoomMananger DMCore.Logic.CRoomMananger::s_instance CRoomMananger_t1058696229 * ___s_instance_1; // System.Boolean DMCore.Logic.CRoomMananger::s_bCanInvite bool ___s_bCanInvite_20; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(CRoomMananger_t1058696229_StaticFields, ___s_instance_1)); } inline CRoomMananger_t1058696229 * get_s_instance_1() const { return ___s_instance_1; } inline CRoomMananger_t1058696229 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(CRoomMananger_t1058696229 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } inline static int32_t get_offset_of_s_bCanInvite_20() { return static_cast(offsetof(CRoomMananger_t1058696229_StaticFields, ___s_bCanInvite_20)); } inline bool get_s_bCanInvite_20() const { return ___s_bCanInvite_20; } inline bool* get_address_of_s_bCanInvite_20() { return &___s_bCanInvite_20; } inline void set_s_bCanInvite_20(bool value) { ___s_bCanInvite_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROOMMANANGER_T1058696229_H #ifndef CGUILDMANAGER_T3445311192_H #define CGUILDMANAGER_T3445311192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildManager struct CGuildManager_t3445311192 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildManager::CurrentGuildPage int32_t ___CurrentGuildPage_0; // System.Int32 DMCore.Logic.CGuildManager::k__BackingField int32_t ___U3CCurrentPageU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CGuildManager::k__BackingField int32_t ___U3CSelectedIndexU3Ek__BackingField_2; // System.String DMCore.Logic.CGuildManager::newName String_t* ___newName_3; // System.Boolean DMCore.Logic.CGuildManager::isNeedChangeName bool ___isNeedChangeName_4; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CGuildManager::m_InvitorList ITaskBase_1_t2595950535 * ___m_InvitorList_5; // System.Collections.Generic.List`1 DMCore.Logic.CGuildManager::m_GuildList List_1_t2148006193 * ___m_GuildList_6; // DMCore.Logic.CCreateCondition DMCore.Logic.CGuildManager::m_CreateCondition CCreateCondition_t197933841 * ___m_CreateCondition_7; // System.Int32 DMCore.Logic.CGuildManager::m_ActiveGuildID int32_t ___m_ActiveGuildID_8; // System.Int32 DMCore.Logic.CGuildManager::m_RequestGuildID int32_t ___m_RequestGuildID_9; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildIDChanged bool ___m_IsGuildIDChanged_10; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildDataUpdate bool ___m_IsGuildDataUpdate_11; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildListChangedReady bool ___m_IsGuildListChangedReady_12; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildListChanged bool ___m_IsGuildListChanged_13; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfGuildBaseChanged bool ___m_IsSelfGuildBaseChanged_14; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfGuildMemberChanged bool ___m_IsSelfGuildMemberChanged_15; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfGuildLogChanged bool ___m_IsSelfGuildLogChanged_16; // System.Boolean DMCore.Logic.CGuildManager::m_IsSelfJoinInRequestChanged bool ___m_IsSelfJoinInRequestChanged_17; // System.Boolean DMCore.Logic.CGuildManager::m_IsCreateConditonChanged bool ___m_IsCreateConditonChanged_18; // System.Boolean DMCore.Logic.CGuildManager::m_IsCreateGuildSuccess bool ___m_IsCreateGuildSuccess_19; // System.Boolean DMCore.Logic.CGuildManager::m_IsOtherGuildInfoChanged bool ___m_IsOtherGuildInfoChanged_20; // System.Boolean DMCore.Logic.CGuildManager::m_IsGuildDutyChanged bool ___m_IsGuildDutyChanged_21; // System.Boolean DMCore.Logic.CGuildManager::m_IsReadyToGetMoreMemebers bool ___m_IsReadyToGetMoreMemebers_22; // DMCore.Logic.enumGuildListState DMCore.Logic.CGuildManager::m_GuildListState int32_t ___m_GuildListState_23; // System.String DMCore.Logic.CGuildManager::m_LastGuildSearchKey String_t* ___m_LastGuildSearchKey_24; // System.Boolean DMCore.Logic.CGuildManager::m_BeKickOutGuildAndNeedBox bool ___m_BeKickOutGuildAndNeedBox_25; public: inline static int32_t get_offset_of_CurrentGuildPage_0() { return static_cast(offsetof(CGuildManager_t3445311192, ___CurrentGuildPage_0)); } inline int32_t get_CurrentGuildPage_0() const { return ___CurrentGuildPage_0; } inline int32_t* get_address_of_CurrentGuildPage_0() { return &___CurrentGuildPage_0; } inline void set_CurrentGuildPage_0(int32_t value) { ___CurrentGuildPage_0 = value; } inline static int32_t get_offset_of_U3CCurrentPageU3Ek__BackingField_1() { return static_cast(offsetof(CGuildManager_t3445311192, ___U3CCurrentPageU3Ek__BackingField_1)); } inline int32_t get_U3CCurrentPageU3Ek__BackingField_1() const { return ___U3CCurrentPageU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurrentPageU3Ek__BackingField_1() { return &___U3CCurrentPageU3Ek__BackingField_1; } inline void set_U3CCurrentPageU3Ek__BackingField_1(int32_t value) { ___U3CCurrentPageU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSelectedIndexU3Ek__BackingField_2() { return static_cast(offsetof(CGuildManager_t3445311192, ___U3CSelectedIndexU3Ek__BackingField_2)); } inline int32_t get_U3CSelectedIndexU3Ek__BackingField_2() const { return ___U3CSelectedIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSelectedIndexU3Ek__BackingField_2() { return &___U3CSelectedIndexU3Ek__BackingField_2; } inline void set_U3CSelectedIndexU3Ek__BackingField_2(int32_t value) { ___U3CSelectedIndexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_newName_3() { return static_cast(offsetof(CGuildManager_t3445311192, ___newName_3)); } inline String_t* get_newName_3() const { return ___newName_3; } inline String_t** get_address_of_newName_3() { return &___newName_3; } inline void set_newName_3(String_t* value) { ___newName_3 = value; Il2CppCodeGenWriteBarrier((&___newName_3), value); } inline static int32_t get_offset_of_isNeedChangeName_4() { return static_cast(offsetof(CGuildManager_t3445311192, ___isNeedChangeName_4)); } inline bool get_isNeedChangeName_4() const { return ___isNeedChangeName_4; } inline bool* get_address_of_isNeedChangeName_4() { return &___isNeedChangeName_4; } inline void set_isNeedChangeName_4(bool value) { ___isNeedChangeName_4 = value; } inline static int32_t get_offset_of_m_InvitorList_5() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_InvitorList_5)); } inline ITaskBase_1_t2595950535 * get_m_InvitorList_5() const { return ___m_InvitorList_5; } inline ITaskBase_1_t2595950535 ** get_address_of_m_InvitorList_5() { return &___m_InvitorList_5; } inline void set_m_InvitorList_5(ITaskBase_1_t2595950535 * value) { ___m_InvitorList_5 = value; Il2CppCodeGenWriteBarrier((&___m_InvitorList_5), value); } inline static int32_t get_offset_of_m_GuildList_6() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_GuildList_6)); } inline List_1_t2148006193 * get_m_GuildList_6() const { return ___m_GuildList_6; } inline List_1_t2148006193 ** get_address_of_m_GuildList_6() { return &___m_GuildList_6; } inline void set_m_GuildList_6(List_1_t2148006193 * value) { ___m_GuildList_6 = value; Il2CppCodeGenWriteBarrier((&___m_GuildList_6), value); } inline static int32_t get_offset_of_m_CreateCondition_7() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_CreateCondition_7)); } inline CCreateCondition_t197933841 * get_m_CreateCondition_7() const { return ___m_CreateCondition_7; } inline CCreateCondition_t197933841 ** get_address_of_m_CreateCondition_7() { return &___m_CreateCondition_7; } inline void set_m_CreateCondition_7(CCreateCondition_t197933841 * value) { ___m_CreateCondition_7 = value; Il2CppCodeGenWriteBarrier((&___m_CreateCondition_7), value); } inline static int32_t get_offset_of_m_ActiveGuildID_8() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_ActiveGuildID_8)); } inline int32_t get_m_ActiveGuildID_8() const { return ___m_ActiveGuildID_8; } inline int32_t* get_address_of_m_ActiveGuildID_8() { return &___m_ActiveGuildID_8; } inline void set_m_ActiveGuildID_8(int32_t value) { ___m_ActiveGuildID_8 = value; } inline static int32_t get_offset_of_m_RequestGuildID_9() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_RequestGuildID_9)); } inline int32_t get_m_RequestGuildID_9() const { return ___m_RequestGuildID_9; } inline int32_t* get_address_of_m_RequestGuildID_9() { return &___m_RequestGuildID_9; } inline void set_m_RequestGuildID_9(int32_t value) { ___m_RequestGuildID_9 = value; } inline static int32_t get_offset_of_m_IsGuildIDChanged_10() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildIDChanged_10)); } inline bool get_m_IsGuildIDChanged_10() const { return ___m_IsGuildIDChanged_10; } inline bool* get_address_of_m_IsGuildIDChanged_10() { return &___m_IsGuildIDChanged_10; } inline void set_m_IsGuildIDChanged_10(bool value) { ___m_IsGuildIDChanged_10 = value; } inline static int32_t get_offset_of_m_IsGuildDataUpdate_11() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildDataUpdate_11)); } inline bool get_m_IsGuildDataUpdate_11() const { return ___m_IsGuildDataUpdate_11; } inline bool* get_address_of_m_IsGuildDataUpdate_11() { return &___m_IsGuildDataUpdate_11; } inline void set_m_IsGuildDataUpdate_11(bool value) { ___m_IsGuildDataUpdate_11 = value; } inline static int32_t get_offset_of_m_IsGuildListChangedReady_12() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildListChangedReady_12)); } inline bool get_m_IsGuildListChangedReady_12() const { return ___m_IsGuildListChangedReady_12; } inline bool* get_address_of_m_IsGuildListChangedReady_12() { return &___m_IsGuildListChangedReady_12; } inline void set_m_IsGuildListChangedReady_12(bool value) { ___m_IsGuildListChangedReady_12 = value; } inline static int32_t get_offset_of_m_IsGuildListChanged_13() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildListChanged_13)); } inline bool get_m_IsGuildListChanged_13() const { return ___m_IsGuildListChanged_13; } inline bool* get_address_of_m_IsGuildListChanged_13() { return &___m_IsGuildListChanged_13; } inline void set_m_IsGuildListChanged_13(bool value) { ___m_IsGuildListChanged_13 = value; } inline static int32_t get_offset_of_m_IsSelfGuildBaseChanged_14() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfGuildBaseChanged_14)); } inline bool get_m_IsSelfGuildBaseChanged_14() const { return ___m_IsSelfGuildBaseChanged_14; } inline bool* get_address_of_m_IsSelfGuildBaseChanged_14() { return &___m_IsSelfGuildBaseChanged_14; } inline void set_m_IsSelfGuildBaseChanged_14(bool value) { ___m_IsSelfGuildBaseChanged_14 = value; } inline static int32_t get_offset_of_m_IsSelfGuildMemberChanged_15() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfGuildMemberChanged_15)); } inline bool get_m_IsSelfGuildMemberChanged_15() const { return ___m_IsSelfGuildMemberChanged_15; } inline bool* get_address_of_m_IsSelfGuildMemberChanged_15() { return &___m_IsSelfGuildMemberChanged_15; } inline void set_m_IsSelfGuildMemberChanged_15(bool value) { ___m_IsSelfGuildMemberChanged_15 = value; } inline static int32_t get_offset_of_m_IsSelfGuildLogChanged_16() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfGuildLogChanged_16)); } inline bool get_m_IsSelfGuildLogChanged_16() const { return ___m_IsSelfGuildLogChanged_16; } inline bool* get_address_of_m_IsSelfGuildLogChanged_16() { return &___m_IsSelfGuildLogChanged_16; } inline void set_m_IsSelfGuildLogChanged_16(bool value) { ___m_IsSelfGuildLogChanged_16 = value; } inline static int32_t get_offset_of_m_IsSelfJoinInRequestChanged_17() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsSelfJoinInRequestChanged_17)); } inline bool get_m_IsSelfJoinInRequestChanged_17() const { return ___m_IsSelfJoinInRequestChanged_17; } inline bool* get_address_of_m_IsSelfJoinInRequestChanged_17() { return &___m_IsSelfJoinInRequestChanged_17; } inline void set_m_IsSelfJoinInRequestChanged_17(bool value) { ___m_IsSelfJoinInRequestChanged_17 = value; } inline static int32_t get_offset_of_m_IsCreateConditonChanged_18() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsCreateConditonChanged_18)); } inline bool get_m_IsCreateConditonChanged_18() const { return ___m_IsCreateConditonChanged_18; } inline bool* get_address_of_m_IsCreateConditonChanged_18() { return &___m_IsCreateConditonChanged_18; } inline void set_m_IsCreateConditonChanged_18(bool value) { ___m_IsCreateConditonChanged_18 = value; } inline static int32_t get_offset_of_m_IsCreateGuildSuccess_19() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsCreateGuildSuccess_19)); } inline bool get_m_IsCreateGuildSuccess_19() const { return ___m_IsCreateGuildSuccess_19; } inline bool* get_address_of_m_IsCreateGuildSuccess_19() { return &___m_IsCreateGuildSuccess_19; } inline void set_m_IsCreateGuildSuccess_19(bool value) { ___m_IsCreateGuildSuccess_19 = value; } inline static int32_t get_offset_of_m_IsOtherGuildInfoChanged_20() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsOtherGuildInfoChanged_20)); } inline bool get_m_IsOtherGuildInfoChanged_20() const { return ___m_IsOtherGuildInfoChanged_20; } inline bool* get_address_of_m_IsOtherGuildInfoChanged_20() { return &___m_IsOtherGuildInfoChanged_20; } inline void set_m_IsOtherGuildInfoChanged_20(bool value) { ___m_IsOtherGuildInfoChanged_20 = value; } inline static int32_t get_offset_of_m_IsGuildDutyChanged_21() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsGuildDutyChanged_21)); } inline bool get_m_IsGuildDutyChanged_21() const { return ___m_IsGuildDutyChanged_21; } inline bool* get_address_of_m_IsGuildDutyChanged_21() { return &___m_IsGuildDutyChanged_21; } inline void set_m_IsGuildDutyChanged_21(bool value) { ___m_IsGuildDutyChanged_21 = value; } inline static int32_t get_offset_of_m_IsReadyToGetMoreMemebers_22() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_IsReadyToGetMoreMemebers_22)); } inline bool get_m_IsReadyToGetMoreMemebers_22() const { return ___m_IsReadyToGetMoreMemebers_22; } inline bool* get_address_of_m_IsReadyToGetMoreMemebers_22() { return &___m_IsReadyToGetMoreMemebers_22; } inline void set_m_IsReadyToGetMoreMemebers_22(bool value) { ___m_IsReadyToGetMoreMemebers_22 = value; } inline static int32_t get_offset_of_m_GuildListState_23() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_GuildListState_23)); } inline int32_t get_m_GuildListState_23() const { return ___m_GuildListState_23; } inline int32_t* get_address_of_m_GuildListState_23() { return &___m_GuildListState_23; } inline void set_m_GuildListState_23(int32_t value) { ___m_GuildListState_23 = value; } inline static int32_t get_offset_of_m_LastGuildSearchKey_24() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_LastGuildSearchKey_24)); } inline String_t* get_m_LastGuildSearchKey_24() const { return ___m_LastGuildSearchKey_24; } inline String_t** get_address_of_m_LastGuildSearchKey_24() { return &___m_LastGuildSearchKey_24; } inline void set_m_LastGuildSearchKey_24(String_t* value) { ___m_LastGuildSearchKey_24 = value; Il2CppCodeGenWriteBarrier((&___m_LastGuildSearchKey_24), value); } inline static int32_t get_offset_of_m_BeKickOutGuildAndNeedBox_25() { return static_cast(offsetof(CGuildManager_t3445311192, ___m_BeKickOutGuildAndNeedBox_25)); } inline bool get_m_BeKickOutGuildAndNeedBox_25() const { return ___m_BeKickOutGuildAndNeedBox_25; } inline bool* get_address_of_m_BeKickOutGuildAndNeedBox_25() { return &___m_BeKickOutGuildAndNeedBox_25; } inline void set_m_BeKickOutGuildAndNeedBox_25(bool value) { ___m_BeKickOutGuildAndNeedBox_25 = value; } }; struct CGuildManager_t3445311192_StaticFields { public: // System.Int32 DMCore.Logic.CGuildManager::PAGE_SIZE int32_t ___PAGE_SIZE_26; // DMCore.Logic.CGuildManager DMCore.Logic.CGuildManager::s_Instance CGuildManager_t3445311192 * ___s_Instance_27; // System.Comparison`1 DMCore.Logic.CGuildManager::<>f__mg$cache0 Comparison_1_t450862630 * ___U3CU3Ef__mgU24cache0_28; // System.Comparison`1 DMCore.Logic.CGuildManager::<>f__mg$cache1 Comparison_1_t450862630 * ___U3CU3Ef__mgU24cache1_29; public: inline static int32_t get_offset_of_PAGE_SIZE_26() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___PAGE_SIZE_26)); } inline int32_t get_PAGE_SIZE_26() const { return ___PAGE_SIZE_26; } inline int32_t* get_address_of_PAGE_SIZE_26() { return &___PAGE_SIZE_26; } inline void set_PAGE_SIZE_26(int32_t value) { ___PAGE_SIZE_26 = value; } inline static int32_t get_offset_of_s_Instance_27() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___s_Instance_27)); } inline CGuildManager_t3445311192 * get_s_Instance_27() const { return ___s_Instance_27; } inline CGuildManager_t3445311192 ** get_address_of_s_Instance_27() { return &___s_Instance_27; } inline void set_s_Instance_27(CGuildManager_t3445311192 * value) { ___s_Instance_27 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_28() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___U3CU3Ef__mgU24cache0_28)); } inline Comparison_1_t450862630 * get_U3CU3Ef__mgU24cache0_28() const { return ___U3CU3Ef__mgU24cache0_28; } inline Comparison_1_t450862630 ** get_address_of_U3CU3Ef__mgU24cache0_28() { return &___U3CU3Ef__mgU24cache0_28; } inline void set_U3CU3Ef__mgU24cache0_28(Comparison_1_t450862630 * value) { ___U3CU3Ef__mgU24cache0_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_28), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_29() { return static_cast(offsetof(CGuildManager_t3445311192_StaticFields, ___U3CU3Ef__mgU24cache1_29)); } inline Comparison_1_t450862630 * get_U3CU3Ef__mgU24cache1_29() const { return ___U3CU3Ef__mgU24cache1_29; } inline Comparison_1_t450862630 ** get_address_of_U3CU3Ef__mgU24cache1_29() { return &___U3CU3Ef__mgU24cache1_29; } inline void set_U3CU3Ef__mgU24cache1_29(Comparison_1_t450862630 * value) { ___U3CU3Ef__mgU24cache1_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_29), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDMANAGER_T3445311192_H #ifndef U3CINCREASEU3EC__ANONSTOREY0_T3604481031_H #define U3CINCREASEU3EC__ANONSTOREY0_T3604481031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CInputStatistics/c__AnonStorey0 struct U3CIncreaseU3Ec__AnonStorey0_t3604481031 : public RuntimeObject { public: // DMCore.Logic.SIT DMCore.Logic.CInputStatistics/c__AnonStorey0::operationID int32_t ___operationID_0; // System.Int32 DMCore.Logic.CInputStatistics/c__AnonStorey0::productID int32_t ___productID_1; // System.Int32 DMCore.Logic.CInputStatistics/c__AnonStorey0::requestFrom int32_t ___requestFrom_2; public: inline static int32_t get_offset_of_operationID_0() { return static_cast(offsetof(U3CIncreaseU3Ec__AnonStorey0_t3604481031, ___operationID_0)); } inline int32_t get_operationID_0() const { return ___operationID_0; } inline int32_t* get_address_of_operationID_0() { return &___operationID_0; } inline void set_operationID_0(int32_t value) { ___operationID_0 = value; } inline static int32_t get_offset_of_productID_1() { return static_cast(offsetof(U3CIncreaseU3Ec__AnonStorey0_t3604481031, ___productID_1)); } inline int32_t get_productID_1() const { return ___productID_1; } inline int32_t* get_address_of_productID_1() { return &___productID_1; } inline void set_productID_1(int32_t value) { ___productID_1 = value; } inline static int32_t get_offset_of_requestFrom_2() { return static_cast(offsetof(U3CIncreaseU3Ec__AnonStorey0_t3604481031, ___requestFrom_2)); } inline int32_t get_requestFrom_2() const { return ___requestFrom_2; } inline int32_t* get_address_of_requestFrom_2() { return &___requestFrom_2; } inline void set_requestFrom_2(int32_t value) { ___requestFrom_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CINCREASEU3EC__ANONSTOREY0_T3604481031_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 ACTIONUNIT_T684030816_H #define ACTIONUNIT_T684030816_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ActionUnit struct ActionUnit_t684030816 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ActionUnit::sceneID int32_t ___sceneID_0; // System.String DMCore.Logic.ActionUnit::actionName String_t* ___actionName_1; // System.String DMCore.Logic.ActionUnit::iconName String_t* ___iconName_2; // System.Int32 DMCore.Logic.ActionUnit::actionId int32_t ___actionId_3; // enumMemberLevel DMCore.Logic.ActionUnit::unlockMemberLevel int32_t ___unlockMemberLevel_4; // System.Boolean DMCore.Logic.ActionUnit::bUnlock bool ___bUnlock_5; // System.String DMCore.Logic.ActionUnit::unLockDesc String_t* ___unLockDesc_6; // System.Int32 DMCore.Logic.ActionUnit::props int32_t ___props_7; // DMCore.Logic.EM_Actionunlock_Type DMCore.Logic.ActionUnit::unlockType int32_t ___unlockType_8; public: inline static int32_t get_offset_of_sceneID_0() { return static_cast(offsetof(ActionUnit_t684030816, ___sceneID_0)); } inline int32_t get_sceneID_0() const { return ___sceneID_0; } inline int32_t* get_address_of_sceneID_0() { return &___sceneID_0; } inline void set_sceneID_0(int32_t value) { ___sceneID_0 = value; } inline static int32_t get_offset_of_actionName_1() { return static_cast(offsetof(ActionUnit_t684030816, ___actionName_1)); } inline String_t* get_actionName_1() const { return ___actionName_1; } inline String_t** get_address_of_actionName_1() { return &___actionName_1; } inline void set_actionName_1(String_t* value) { ___actionName_1 = value; Il2CppCodeGenWriteBarrier((&___actionName_1), value); } inline static int32_t get_offset_of_iconName_2() { return static_cast(offsetof(ActionUnit_t684030816, ___iconName_2)); } inline String_t* get_iconName_2() const { return ___iconName_2; } inline String_t** get_address_of_iconName_2() { return &___iconName_2; } inline void set_iconName_2(String_t* value) { ___iconName_2 = value; Il2CppCodeGenWriteBarrier((&___iconName_2), value); } inline static int32_t get_offset_of_actionId_3() { return static_cast(offsetof(ActionUnit_t684030816, ___actionId_3)); } inline int32_t get_actionId_3() const { return ___actionId_3; } inline int32_t* get_address_of_actionId_3() { return &___actionId_3; } inline void set_actionId_3(int32_t value) { ___actionId_3 = value; } inline static int32_t get_offset_of_unlockMemberLevel_4() { return static_cast(offsetof(ActionUnit_t684030816, ___unlockMemberLevel_4)); } inline int32_t get_unlockMemberLevel_4() const { return ___unlockMemberLevel_4; } inline int32_t* get_address_of_unlockMemberLevel_4() { return &___unlockMemberLevel_4; } inline void set_unlockMemberLevel_4(int32_t value) { ___unlockMemberLevel_4 = value; } inline static int32_t get_offset_of_bUnlock_5() { return static_cast(offsetof(ActionUnit_t684030816, ___bUnlock_5)); } inline bool get_bUnlock_5() const { return ___bUnlock_5; } inline bool* get_address_of_bUnlock_5() { return &___bUnlock_5; } inline void set_bUnlock_5(bool value) { ___bUnlock_5 = value; } inline static int32_t get_offset_of_unLockDesc_6() { return static_cast(offsetof(ActionUnit_t684030816, ___unLockDesc_6)); } inline String_t* get_unLockDesc_6() const { return ___unLockDesc_6; } inline String_t** get_address_of_unLockDesc_6() { return &___unLockDesc_6; } inline void set_unLockDesc_6(String_t* value) { ___unLockDesc_6 = value; Il2CppCodeGenWriteBarrier((&___unLockDesc_6), value); } inline static int32_t get_offset_of_props_7() { return static_cast(offsetof(ActionUnit_t684030816, ___props_7)); } inline int32_t get_props_7() const { return ___props_7; } inline int32_t* get_address_of_props_7() { return &___props_7; } inline void set_props_7(int32_t value) { ___props_7 = value; } inline static int32_t get_offset_of_unlockType_8() { return static_cast(offsetof(ActionUnit_t684030816, ___unlockType_8)); } inline int32_t get_unlockType_8() const { return ___unlockType_8; } inline int32_t* get_address_of_unlockType_8() { return &___unlockType_8; } inline void set_unlockType_8(int32_t value) { ___unlockType_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONUNIT_T684030816_H #ifndef COPERATIONDATA_T4257405362_H #define COPERATIONDATA_T4257405362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CInputStatistics/COperationData struct COperationData_t4257405362 : public RuntimeObject { public: // DMCore.Logic.SIT DMCore.Logic.CInputStatistics/COperationData::k__BackingField int32_t ___U3CoperationIDU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CInputStatistics/COperationData::k__BackingField int32_t ___U3CtimesU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CInputStatistics/COperationData::k__BackingField int32_t ___U3CtotalTimesU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CInputStatistics/COperationData::k__BackingField int32_t ___U3CproductIDU3Ek__BackingField_3; // System.Int32 DMCore.Logic.CInputStatistics/COperationData::k__BackingField int32_t ___U3CrequestFromU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CoperationIDU3Ek__BackingField_0() { return static_cast(offsetof(COperationData_t4257405362, ___U3CoperationIDU3Ek__BackingField_0)); } inline int32_t get_U3CoperationIDU3Ek__BackingField_0() const { return ___U3CoperationIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CoperationIDU3Ek__BackingField_0() { return &___U3CoperationIDU3Ek__BackingField_0; } inline void set_U3CoperationIDU3Ek__BackingField_0(int32_t value) { ___U3CoperationIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CtimesU3Ek__BackingField_1() { return static_cast(offsetof(COperationData_t4257405362, ___U3CtimesU3Ek__BackingField_1)); } inline int32_t get_U3CtimesU3Ek__BackingField_1() const { return ___U3CtimesU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CtimesU3Ek__BackingField_1() { return &___U3CtimesU3Ek__BackingField_1; } inline void set_U3CtimesU3Ek__BackingField_1(int32_t value) { ___U3CtimesU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CtotalTimesU3Ek__BackingField_2() { return static_cast(offsetof(COperationData_t4257405362, ___U3CtotalTimesU3Ek__BackingField_2)); } inline int32_t get_U3CtotalTimesU3Ek__BackingField_2() const { return ___U3CtotalTimesU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CtotalTimesU3Ek__BackingField_2() { return &___U3CtotalTimesU3Ek__BackingField_2; } inline void set_U3CtotalTimesU3Ek__BackingField_2(int32_t value) { ___U3CtotalTimesU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CproductIDU3Ek__BackingField_3() { return static_cast(offsetof(COperationData_t4257405362, ___U3CproductIDU3Ek__BackingField_3)); } inline int32_t get_U3CproductIDU3Ek__BackingField_3() const { return ___U3CproductIDU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CproductIDU3Ek__BackingField_3() { return &___U3CproductIDU3Ek__BackingField_3; } inline void set_U3CproductIDU3Ek__BackingField_3(int32_t value) { ___U3CproductIDU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CrequestFromU3Ek__BackingField_4() { return static_cast(offsetof(COperationData_t4257405362, ___U3CrequestFromU3Ek__BackingField_4)); } inline int32_t get_U3CrequestFromU3Ek__BackingField_4() const { return ___U3CrequestFromU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CrequestFromU3Ek__BackingField_4() { return &___U3CrequestFromU3Ek__BackingField_4; } inline void set_U3CrequestFromU3Ek__BackingField_4(int32_t value) { ___U3CrequestFromU3Ek__BackingField_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COPERATIONDATA_T4257405362_H #ifndef CGUIDEVER2_T720663952_H #define CGUIDEVER2_T720663952_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuideVer2 struct CGuideVer2_t720663952 : public RuntimeObject { public: // DMCore.Logic.GuideTaskID DMCore.Logic.CGuideVer2::m_TaskID int32_t ___m_TaskID_0; public: inline static int32_t get_offset_of_m_TaskID_0() { return static_cast(offsetof(CGuideVer2_t720663952, ___m_TaskID_0)); } inline int32_t get_m_TaskID_0() const { return ___m_TaskID_0; } inline int32_t* get_address_of_m_TaskID_0() { return &___m_TaskID_0; } inline void set_m_TaskID_0(int32_t value) { ___m_TaskID_0 = value; } }; struct CGuideVer2_t720663952_StaticFields { public: // DMCore.Logic.CGuideVer2 DMCore.Logic.CGuideVer2::s_Instance CGuideVer2_t720663952 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CGuideVer2_t720663952_StaticFields, ___s_Instance_1)); } inline CGuideVer2_t720663952 * get_s_Instance_1() const { return ___s_Instance_1; } inline CGuideVer2_t720663952 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CGuideVer2_t720663952 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUIDEVER2_T720663952_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 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 ROOMINFO_T2137681786_H #define ROOMINFO_T2137681786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomInfo struct RoomInfo_t2137681786 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CRoomMananger/RoomInfo::_bIsLocked bool ____bIsLocked_0; // DMCore.Logic.enumRoomState DMCore.Logic.CRoomMananger/RoomInfo::_nRoomState int32_t ____nRoomState_1; // System.Int32 DMCore.Logic.CRoomMananger/RoomInfo::_nRoomId int32_t ____nRoomId_2; // System.Int32[] DMCore.Logic.CRoomMananger/RoomInfo::_memberInfo Int32U5BU5D_t385246372* ____memberInfo_3; // System.String DMCore.Logic.CRoomMananger/RoomInfo::_strRoomName String_t* ____strRoomName_4; // System.Int32 DMCore.Logic.CRoomMananger/RoomInfo::_nSongLv int32_t ____nSongLv_5; // System.Int32 DMCore.Logic.CRoomMananger/RoomInfo::_nPlayMode int32_t ____nPlayMode_6; // System.Int32 DMCore.Logic.CRoomMananger/RoomInfo::_nKeyMode int32_t ____nKeyMode_7; // System.Int32 DMCore.Logic.CRoomMananger/RoomInfo::_topCardLeftTime int32_t ____topCardLeftTime_8; // DMCore.Logic.CRoomMananger/RoomDetail DMCore.Logic.CRoomMananger/RoomInfo::_roomDetail RoomDetail_t2805919052 * ____roomDetail_9; // System.Int32[] DMCore.Logic.CRoomMananger/RoomInfo::_firendInfo Int32U5BU5D_t385246372* ____firendInfo_10; public: inline static int32_t get_offset_of__bIsLocked_0() { return static_cast(offsetof(RoomInfo_t2137681786, ____bIsLocked_0)); } inline bool get__bIsLocked_0() const { return ____bIsLocked_0; } inline bool* get_address_of__bIsLocked_0() { return &____bIsLocked_0; } inline void set__bIsLocked_0(bool value) { ____bIsLocked_0 = value; } inline static int32_t get_offset_of__nRoomState_1() { return static_cast(offsetof(RoomInfo_t2137681786, ____nRoomState_1)); } inline int32_t get__nRoomState_1() const { return ____nRoomState_1; } inline int32_t* get_address_of__nRoomState_1() { return &____nRoomState_1; } inline void set__nRoomState_1(int32_t value) { ____nRoomState_1 = value; } inline static int32_t get_offset_of__nRoomId_2() { return static_cast(offsetof(RoomInfo_t2137681786, ____nRoomId_2)); } inline int32_t get__nRoomId_2() const { return ____nRoomId_2; } inline int32_t* get_address_of__nRoomId_2() { return &____nRoomId_2; } inline void set__nRoomId_2(int32_t value) { ____nRoomId_2 = value; } inline static int32_t get_offset_of__memberInfo_3() { return static_cast(offsetof(RoomInfo_t2137681786, ____memberInfo_3)); } inline Int32U5BU5D_t385246372* get__memberInfo_3() const { return ____memberInfo_3; } inline Int32U5BU5D_t385246372** get_address_of__memberInfo_3() { return &____memberInfo_3; } inline void set__memberInfo_3(Int32U5BU5D_t385246372* value) { ____memberInfo_3 = value; Il2CppCodeGenWriteBarrier((&____memberInfo_3), value); } inline static int32_t get_offset_of__strRoomName_4() { return static_cast(offsetof(RoomInfo_t2137681786, ____strRoomName_4)); } inline String_t* get__strRoomName_4() const { return ____strRoomName_4; } inline String_t** get_address_of__strRoomName_4() { return &____strRoomName_4; } inline void set__strRoomName_4(String_t* value) { ____strRoomName_4 = value; Il2CppCodeGenWriteBarrier((&____strRoomName_4), value); } inline static int32_t get_offset_of__nSongLv_5() { return static_cast(offsetof(RoomInfo_t2137681786, ____nSongLv_5)); } inline int32_t get__nSongLv_5() const { return ____nSongLv_5; } inline int32_t* get_address_of__nSongLv_5() { return &____nSongLv_5; } inline void set__nSongLv_5(int32_t value) { ____nSongLv_5 = value; } inline static int32_t get_offset_of__nPlayMode_6() { return static_cast(offsetof(RoomInfo_t2137681786, ____nPlayMode_6)); } inline int32_t get__nPlayMode_6() const { return ____nPlayMode_6; } inline int32_t* get_address_of__nPlayMode_6() { return &____nPlayMode_6; } inline void set__nPlayMode_6(int32_t value) { ____nPlayMode_6 = value; } inline static int32_t get_offset_of__nKeyMode_7() { return static_cast(offsetof(RoomInfo_t2137681786, ____nKeyMode_7)); } inline int32_t get__nKeyMode_7() const { return ____nKeyMode_7; } inline int32_t* get_address_of__nKeyMode_7() { return &____nKeyMode_7; } inline void set__nKeyMode_7(int32_t value) { ____nKeyMode_7 = value; } inline static int32_t get_offset_of__topCardLeftTime_8() { return static_cast(offsetof(RoomInfo_t2137681786, ____topCardLeftTime_8)); } inline int32_t get__topCardLeftTime_8() const { return ____topCardLeftTime_8; } inline int32_t* get_address_of__topCardLeftTime_8() { return &____topCardLeftTime_8; } inline void set__topCardLeftTime_8(int32_t value) { ____topCardLeftTime_8 = value; } inline static int32_t get_offset_of__roomDetail_9() { return static_cast(offsetof(RoomInfo_t2137681786, ____roomDetail_9)); } inline RoomDetail_t2805919052 * get__roomDetail_9() const { return ____roomDetail_9; } inline RoomDetail_t2805919052 ** get_address_of__roomDetail_9() { return &____roomDetail_9; } inline void set__roomDetail_9(RoomDetail_t2805919052 * value) { ____roomDetail_9 = value; Il2CppCodeGenWriteBarrier((&____roomDetail_9), value); } inline static int32_t get_offset_of__firendInfo_10() { return static_cast(offsetof(RoomInfo_t2137681786, ____firendInfo_10)); } inline Int32U5BU5D_t385246372* get__firendInfo_10() const { return ____firendInfo_10; } inline Int32U5BU5D_t385246372** get_address_of__firendInfo_10() { return &____firendInfo_10; } inline void set__firendInfo_10(Int32U5BU5D_t385246372* value) { ____firendInfo_10 = value; Il2CppCodeGenWriteBarrier((&____firendInfo_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOMINFO_T2137681786_H #ifndef CHATCONTACTINFO_T170274670_H #define CHATCONTACTINFO_T170274670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChatContactInfo struct ChatContactInfo_t170274670 : public RuntimeObject { public: // System.Int64 DMCore.Logic.ChatContactInfo::PhotoID int64_t ___PhotoID_0; // System.Int64 DMCore.Logic.ChatContactInfo::UserID int64_t ___UserID_1; // System.String DMCore.Logic.ChatContactInfo::Name String_t* ___Name_2; // System.Int32 DMCore.Logic.ChatContactInfo::Sex int32_t ___Sex_3; // System.Int32 DMCore.Logic.ChatContactInfo::VipLevel int32_t ___VipLevel_4; // System.Int32 DMCore.Logic.ChatContactInfo::MemberLevel int32_t ___MemberLevel_5; // System.String DMCore.Logic.ChatContactInfo::GuildName String_t* ___GuildName_6; // System.Int32 DMCore.Logic.ChatContactInfo::UnreadCount int32_t ___UnreadCount_7; // DMCore.Logic.enumOnlineState DMCore.Logic.ChatContactInfo::OnlineState int32_t ___OnlineState_8; public: inline static int32_t get_offset_of_PhotoID_0() { return static_cast(offsetof(ChatContactInfo_t170274670, ___PhotoID_0)); } inline int64_t get_PhotoID_0() const { return ___PhotoID_0; } inline int64_t* get_address_of_PhotoID_0() { return &___PhotoID_0; } inline void set_PhotoID_0(int64_t value) { ___PhotoID_0 = value; } inline static int32_t get_offset_of_UserID_1() { return static_cast(offsetof(ChatContactInfo_t170274670, ___UserID_1)); } inline int64_t get_UserID_1() const { return ___UserID_1; } inline int64_t* get_address_of_UserID_1() { return &___UserID_1; } inline void set_UserID_1(int64_t value) { ___UserID_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(ChatContactInfo_t170274670, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } inline static int32_t get_offset_of_Sex_3() { return static_cast(offsetof(ChatContactInfo_t170274670, ___Sex_3)); } inline int32_t get_Sex_3() const { return ___Sex_3; } inline int32_t* get_address_of_Sex_3() { return &___Sex_3; } inline void set_Sex_3(int32_t value) { ___Sex_3 = value; } inline static int32_t get_offset_of_VipLevel_4() { return static_cast(offsetof(ChatContactInfo_t170274670, ___VipLevel_4)); } inline int32_t get_VipLevel_4() const { return ___VipLevel_4; } inline int32_t* get_address_of_VipLevel_4() { return &___VipLevel_4; } inline void set_VipLevel_4(int32_t value) { ___VipLevel_4 = value; } inline static int32_t get_offset_of_MemberLevel_5() { return static_cast(offsetof(ChatContactInfo_t170274670, ___MemberLevel_5)); } inline int32_t get_MemberLevel_5() const { return ___MemberLevel_5; } inline int32_t* get_address_of_MemberLevel_5() { return &___MemberLevel_5; } inline void set_MemberLevel_5(int32_t value) { ___MemberLevel_5 = value; } inline static int32_t get_offset_of_GuildName_6() { return static_cast(offsetof(ChatContactInfo_t170274670, ___GuildName_6)); } inline String_t* get_GuildName_6() const { return ___GuildName_6; } inline String_t** get_address_of_GuildName_6() { return &___GuildName_6; } inline void set_GuildName_6(String_t* value) { ___GuildName_6 = value; Il2CppCodeGenWriteBarrier((&___GuildName_6), value); } inline static int32_t get_offset_of_UnreadCount_7() { return static_cast(offsetof(ChatContactInfo_t170274670, ___UnreadCount_7)); } inline int32_t get_UnreadCount_7() const { return ___UnreadCount_7; } inline int32_t* get_address_of_UnreadCount_7() { return &___UnreadCount_7; } inline void set_UnreadCount_7(int32_t value) { ___UnreadCount_7 = value; } inline static int32_t get_offset_of_OnlineState_8() { return static_cast(offsetof(ChatContactInfo_t170274670, ___OnlineState_8)); } inline int32_t get_OnlineState_8() const { return ___OnlineState_8; } inline int32_t* get_address_of_OnlineState_8() { return &___OnlineState_8; } inline void set_OnlineState_8(int32_t value) { ___OnlineState_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHATCONTACTINFO_T170274670_H #ifndef CHOOSECARDMANAGER_T493395204_H #define CHOOSECARDMANAGER_T493395204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseCardManager struct ChooseCardManager_t493395204 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.ChooseCardManager::m_usableDic Dictionary_2_t1096415580 * ___m_usableDic_1; // DMCore.Logic.Card_Type DMCore.Logic.ChooseCardManager::m_chooseType int32_t ___m_chooseType_2; public: inline static int32_t get_offset_of_m_usableDic_1() { return static_cast(offsetof(ChooseCardManager_t493395204, ___m_usableDic_1)); } inline Dictionary_2_t1096415580 * get_m_usableDic_1() const { return ___m_usableDic_1; } inline Dictionary_2_t1096415580 ** get_address_of_m_usableDic_1() { return &___m_usableDic_1; } inline void set_m_usableDic_1(Dictionary_2_t1096415580 * value) { ___m_usableDic_1 = value; Il2CppCodeGenWriteBarrier((&___m_usableDic_1), value); } inline static int32_t get_offset_of_m_chooseType_2() { return static_cast(offsetof(ChooseCardManager_t493395204, ___m_chooseType_2)); } inline int32_t get_m_chooseType_2() const { return ___m_chooseType_2; } inline int32_t* get_address_of_m_chooseType_2() { return &___m_chooseType_2; } inline void set_m_chooseType_2(int32_t value) { ___m_chooseType_2 = value; } }; struct ChooseCardManager_t493395204_StaticFields { public: // DMCore.Logic.ChooseCardManager DMCore.Logic.ChooseCardManager::s_Instance ChooseCardManager_t493395204 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(ChooseCardManager_t493395204_StaticFields, ___s_Instance_0)); } inline ChooseCardManager_t493395204 * get_s_Instance_0() const { return ___s_Instance_0; } inline ChooseCardManager_t493395204 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(ChooseCardManager_t493395204 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSECARDMANAGER_T493395204_H #ifndef CGUESSMANAGER_T3528162309_H #define CGUESSMANAGER_T3528162309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuessManager struct CGuessManager_t3528162309 : public RuntimeObject { public: // DMCore.Logic.EM_Game_State DMCore.Logic.CGuessManager::m_gameState int32_t ___m_gameState_0; // DMCore.Logic.EM_Player_State DMCore.Logic.CGuessManager::m_playerSatte int32_t ___m_playerSatte_1; // DMCore.Logic.EM_Guess_State DMCore.Logic.CGuessManager::m_guessState int32_t ___m_guessState_2; // DMCore.Logic.CGuessManager/OnInfoChanged DMCore.Logic.CGuessManager::InfoChangedDel OnInfoChanged_t2866752421 * ___InfoChangedDel_3; // System.Collections.Generic.List`1 DMCore.Logic.CGuessManager::m_playerList List_1_t4061876057 * ___m_playerList_5; // System.Collections.Generic.List`1 DMCore.Logic.CGuessManager::m_refreshList List_1_t4061876057 * ___m_refreshList_6; // System.Int32 DMCore.Logic.CGuessManager::m_activityIndex int32_t ___m_activityIndex_7; public: inline static int32_t get_offset_of_m_gameState_0() { return static_cast(offsetof(CGuessManager_t3528162309, ___m_gameState_0)); } inline int32_t get_m_gameState_0() const { return ___m_gameState_0; } inline int32_t* get_address_of_m_gameState_0() { return &___m_gameState_0; } inline void set_m_gameState_0(int32_t value) { ___m_gameState_0 = value; } inline static int32_t get_offset_of_m_playerSatte_1() { return static_cast(offsetof(CGuessManager_t3528162309, ___m_playerSatte_1)); } inline int32_t get_m_playerSatte_1() const { return ___m_playerSatte_1; } inline int32_t* get_address_of_m_playerSatte_1() { return &___m_playerSatte_1; } inline void set_m_playerSatte_1(int32_t value) { ___m_playerSatte_1 = value; } inline static int32_t get_offset_of_m_guessState_2() { return static_cast(offsetof(CGuessManager_t3528162309, ___m_guessState_2)); } inline int32_t get_m_guessState_2() const { return ___m_guessState_2; } inline int32_t* get_address_of_m_guessState_2() { return &___m_guessState_2; } inline void set_m_guessState_2(int32_t value) { ___m_guessState_2 = value; } inline static int32_t get_offset_of_InfoChangedDel_3() { return static_cast(offsetof(CGuessManager_t3528162309, ___InfoChangedDel_3)); } inline OnInfoChanged_t2866752421 * get_InfoChangedDel_3() const { return ___InfoChangedDel_3; } inline OnInfoChanged_t2866752421 ** get_address_of_InfoChangedDel_3() { return &___InfoChangedDel_3; } inline void set_InfoChangedDel_3(OnInfoChanged_t2866752421 * value) { ___InfoChangedDel_3 = value; Il2CppCodeGenWriteBarrier((&___InfoChangedDel_3), value); } inline static int32_t get_offset_of_m_playerList_5() { return static_cast(offsetof(CGuessManager_t3528162309, ___m_playerList_5)); } inline List_1_t4061876057 * get_m_playerList_5() const { return ___m_playerList_5; } inline List_1_t4061876057 ** get_address_of_m_playerList_5() { return &___m_playerList_5; } inline void set_m_playerList_5(List_1_t4061876057 * value) { ___m_playerList_5 = value; Il2CppCodeGenWriteBarrier((&___m_playerList_5), value); } inline static int32_t get_offset_of_m_refreshList_6() { return static_cast(offsetof(CGuessManager_t3528162309, ___m_refreshList_6)); } inline List_1_t4061876057 * get_m_refreshList_6() const { return ___m_refreshList_6; } inline List_1_t4061876057 ** get_address_of_m_refreshList_6() { return &___m_refreshList_6; } inline void set_m_refreshList_6(List_1_t4061876057 * value) { ___m_refreshList_6 = value; Il2CppCodeGenWriteBarrier((&___m_refreshList_6), value); } inline static int32_t get_offset_of_m_activityIndex_7() { return static_cast(offsetof(CGuessManager_t3528162309, ___m_activityIndex_7)); } inline int32_t get_m_activityIndex_7() const { return ___m_activityIndex_7; } inline int32_t* get_address_of_m_activityIndex_7() { return &___m_activityIndex_7; } inline void set_m_activityIndex_7(int32_t value) { ___m_activityIndex_7 = value; } }; struct CGuessManager_t3528162309_StaticFields { public: // DMCore.Logic.CGuessManager DMCore.Logic.CGuessManager::m_instance CGuessManager_t3528162309 * ___m_instance_4; public: inline static int32_t get_offset_of_m_instance_4() { return static_cast(offsetof(CGuessManager_t3528162309_StaticFields, ___m_instance_4)); } inline CGuessManager_t3528162309 * get_m_instance_4() const { return ___m_instance_4; } inline CGuessManager_t3528162309 ** get_address_of_m_instance_4() { return &___m_instance_4; } inline void set_m_instance_4(CGuessManager_t3528162309 * value) { ___m_instance_4 = value; Il2CppCodeGenWriteBarrier((&___m_instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUESSMANAGER_T3528162309_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 STATICCONFIGUNIT_T2277078801_H #define STATICCONFIGUNIT_T2277078801_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopConfig/StaticConfigUnit struct StaticConfigUnit_t2277078801 : public RuntimeObject { public: // System.String DMCore.Logic.CShopConfig/StaticConfigUnit::Name String_t* ___Name_0; // DMCore.Logic.ItemQuality DMCore.Logic.CShopConfig/StaticConfigUnit::QualityLevel int32_t ___QualityLevel_1; // System.Int32 DMCore.Logic.CShopConfig/StaticConfigUnit::FashionStar int32_t ___FashionStar_2; // System.Int32 DMCore.Logic.CShopConfig/StaticConfigUnit::CanEmbed_gem int32_t ___CanEmbed_gem_3; // System.String DMCore.Logic.CShopConfig/StaticConfigUnit::k__BackingField String_t* ___U3CTagsU3Ek__BackingField_4; // System.String DMCore.Logic.CShopConfig/StaticConfigUnit::k__BackingField String_t* ___U3CPathU3Ek__BackingField_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(StaticConfigUnit_t2277078801, ___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_QualityLevel_1() { return static_cast(offsetof(StaticConfigUnit_t2277078801, ___QualityLevel_1)); } inline int32_t get_QualityLevel_1() const { return ___QualityLevel_1; } inline int32_t* get_address_of_QualityLevel_1() { return &___QualityLevel_1; } inline void set_QualityLevel_1(int32_t value) { ___QualityLevel_1 = value; } inline static int32_t get_offset_of_FashionStar_2() { return static_cast(offsetof(StaticConfigUnit_t2277078801, ___FashionStar_2)); } inline int32_t get_FashionStar_2() const { return ___FashionStar_2; } inline int32_t* get_address_of_FashionStar_2() { return &___FashionStar_2; } inline void set_FashionStar_2(int32_t value) { ___FashionStar_2 = value; } inline static int32_t get_offset_of_CanEmbed_gem_3() { return static_cast(offsetof(StaticConfigUnit_t2277078801, ___CanEmbed_gem_3)); } inline int32_t get_CanEmbed_gem_3() const { return ___CanEmbed_gem_3; } inline int32_t* get_address_of_CanEmbed_gem_3() { return &___CanEmbed_gem_3; } inline void set_CanEmbed_gem_3(int32_t value) { ___CanEmbed_gem_3 = value; } inline static int32_t get_offset_of_U3CTagsU3Ek__BackingField_4() { return static_cast(offsetof(StaticConfigUnit_t2277078801, ___U3CTagsU3Ek__BackingField_4)); } inline String_t* get_U3CTagsU3Ek__BackingField_4() const { return ___U3CTagsU3Ek__BackingField_4; } inline String_t** get_address_of_U3CTagsU3Ek__BackingField_4() { return &___U3CTagsU3Ek__BackingField_4; } inline void set_U3CTagsU3Ek__BackingField_4(String_t* value) { ___U3CTagsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CTagsU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_5() { return static_cast(offsetof(StaticConfigUnit_t2277078801, ___U3CPathU3Ek__BackingField_5)); } inline String_t* get_U3CPathU3Ek__BackingField_5() const { return ___U3CPathU3Ek__BackingField_5; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_5() { return &___U3CPathU3Ek__BackingField_5; } inline void set_U3CPathU3Ek__BackingField_5(String_t* value) { ___U3CPathU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATICCONFIGUNIT_T2277078801_H #ifndef CIDOLSHOWMANAGER_T2312713117_H #define CIDOLSHOWMANAGER_T2312713117_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolShowManager struct CIdolShowManager_t2312713117 : public RuntimeObject { public: // DMCore.Logic.enumIdolShowPage DMCore.Logic.CIdolShowManager::m_ActivePage int32_t ___m_ActivePage_0; // System.Int32 DMCore.Logic.CIdolShowManager::lastWeekSelfRank int32_t ___lastWeekSelfRank_1; // System.Int32 DMCore.Logic.CIdolShowManager::MaxClothNum int32_t ___MaxClothNum_2; // System.Int32 DMCore.Logic.CIdolShowManager::MaxPraiseNum int32_t ___MaxPraiseNum_3; // System.Int32 DMCore.Logic.CIdolShowManager::MaxGiftNum int32_t ___MaxGiftNum_4; // System.Int32 DMCore.Logic.CIdolShowManager::CurrentCollectNum int32_t ___CurrentCollectNum_5; // System.Single DMCore.Logic.CIdolShowManager::OriControllorPos float ___OriControllorPos_6; // System.Int32 DMCore.Logic.CIdolShowManager::LastUnFoldIndex int32_t ___LastUnFoldIndex_7; // System.Int64 DMCore.Logic.CIdolShowManager::LastSearchId int64_t ___LastSearchId_8; // System.Int64 DMCore.Logic.CIdolShowManager::lastGiveClothId int64_t ___lastGiveClothId_9; // System.Int64 DMCore.Logic.CIdolShowManager::lastGiveGiftId int64_t ___lastGiveGiftId_10; // System.Boolean DMCore.Logic.CIdolShowManager::PopularityChanged bool ___PopularityChanged_11; // System.Collections.Generic.List`1 DMCore.Logic.CIdolShowManager::m_PopularityPlayId List_1_t913674750 * ___m_PopularityPlayId_12; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::resetCollectList DataRefreshCallBack_t1481235937 * ___resetCollectList_13; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreCollectState DataRefreshCallBack_t1481235937 * ___refreCollectState_14; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::showSerch DataRefreshCallBack_t1481235937 * ___showSerch_15; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshTop10 DataRefreshCallBack_t1481235937 * ___refreshTop10_16; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::showDetail DataRefreshCallBack_t1481235937 * ___showDetail_17; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshMyRank DataRefreshCallBack_t1481235937 * ___refreshMyRank_18; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshCollect DataRefreshCallBack_t1481235937 * ___refreshCollect_19; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshSelfPopularity DataRefreshCallBack_t1481235937 * ___refreshSelfPopularity_20; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshSelfPhotos DataRefreshCallBack_t1481235937 * ___refreshSelfPhotos_21; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::interactCallback DataRefreshCallBack_t1481235937 * ___interactCallback_22; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshNoRankData DataRefreshCallBack_t1481235937 * ___refreshNoRankData_23; // DMCore.Logic.CIdolShowManager/DataRefreshCallBack DMCore.Logic.CIdolShowManager::refreshGiftPanel DataRefreshCallBack_t1481235937 * ___refreshGiftPanel_24; // DMCore.Logic.CIdolShowManager/SendPopularLogDetail DMCore.Logic.CIdolShowManager::sendPopularLogDetail SendPopularLogDetail_t1438849614 * ___sendPopularLogDetail_25; // DMCore.Logic.CIdolShowManager/SendPopularLogDetail DMCore.Logic.CIdolShowManager::refreshSelfPopularityInfo SendPopularLogDetail_t1438849614 * ___refreshSelfPopularityInfo_26; // System.Int32 DMCore.Logic.CIdolShowManager::curHitRankSex int32_t ___curHitRankSex_27; // System.Int32 DMCore.Logic.CIdolShowManager::curNYear int32_t ___curNYear_28; // System.Int32 DMCore.Logic.CIdolShowManager::curNVolume int32_t ___curNVolume_29; // System.Int32 DMCore.Logic.CIdolShowManager::curTop10Ntype int32_t ___curTop10Ntype_30; // System.Int32 DMCore.Logic.CIdolShowManager::isTopLeftEnd int32_t ___isTopLeftEnd_31; // System.Int32 DMCore.Logic.CIdolShowManager::isTopRightEnd int32_t ___isTopRightEnd_32; // System.String DMCore.Logic.CIdolShowManager::top10Date String_t* ___top10Date_33; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolShowManager::s_listIdols Dictionary_2_t463511065 * ___s_listIdols_34; // System.Boolean DMCore.Logic.CIdolShowManager::rankListChanged bool ___rankListChanged_36; // System.Boolean DMCore.Logic.CIdolShowManager::searchTableChanged bool ___searchTableChanged_37; // System.Boolean DMCore.Logic.CIdolShowManager::m_IsTargetSelf bool ___m_IsTargetSelf_38; // System.Int64 DMCore.Logic.CIdolShowManager::m_TargetUserId int64_t ___m_TargetUserId_39; // DMCore.Logic.CIdolInfo DMCore.Logic.CIdolShowManager::selfInfo CIdolInfo_t400451087 * ___selfInfo_40; public: inline static int32_t get_offset_of_m_ActivePage_0() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_ActivePage_0)); } inline int32_t get_m_ActivePage_0() const { return ___m_ActivePage_0; } inline int32_t* get_address_of_m_ActivePage_0() { return &___m_ActivePage_0; } inline void set_m_ActivePage_0(int32_t value) { ___m_ActivePage_0 = value; } inline static int32_t get_offset_of_lastWeekSelfRank_1() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___lastWeekSelfRank_1)); } inline int32_t get_lastWeekSelfRank_1() const { return ___lastWeekSelfRank_1; } inline int32_t* get_address_of_lastWeekSelfRank_1() { return &___lastWeekSelfRank_1; } inline void set_lastWeekSelfRank_1(int32_t value) { ___lastWeekSelfRank_1 = value; } inline static int32_t get_offset_of_MaxClothNum_2() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___MaxClothNum_2)); } inline int32_t get_MaxClothNum_2() const { return ___MaxClothNum_2; } inline int32_t* get_address_of_MaxClothNum_2() { return &___MaxClothNum_2; } inline void set_MaxClothNum_2(int32_t value) { ___MaxClothNum_2 = value; } inline static int32_t get_offset_of_MaxPraiseNum_3() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___MaxPraiseNum_3)); } inline int32_t get_MaxPraiseNum_3() const { return ___MaxPraiseNum_3; } inline int32_t* get_address_of_MaxPraiseNum_3() { return &___MaxPraiseNum_3; } inline void set_MaxPraiseNum_3(int32_t value) { ___MaxPraiseNum_3 = value; } inline static int32_t get_offset_of_MaxGiftNum_4() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___MaxGiftNum_4)); } inline int32_t get_MaxGiftNum_4() const { return ___MaxGiftNum_4; } inline int32_t* get_address_of_MaxGiftNum_4() { return &___MaxGiftNum_4; } inline void set_MaxGiftNum_4(int32_t value) { ___MaxGiftNum_4 = value; } inline static int32_t get_offset_of_CurrentCollectNum_5() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___CurrentCollectNum_5)); } inline int32_t get_CurrentCollectNum_5() const { return ___CurrentCollectNum_5; } inline int32_t* get_address_of_CurrentCollectNum_5() { return &___CurrentCollectNum_5; } inline void set_CurrentCollectNum_5(int32_t value) { ___CurrentCollectNum_5 = value; } inline static int32_t get_offset_of_OriControllorPos_6() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___OriControllorPos_6)); } inline float get_OriControllorPos_6() const { return ___OriControllorPos_6; } inline float* get_address_of_OriControllorPos_6() { return &___OriControllorPos_6; } inline void set_OriControllorPos_6(float value) { ___OriControllorPos_6 = value; } inline static int32_t get_offset_of_LastUnFoldIndex_7() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___LastUnFoldIndex_7)); } inline int32_t get_LastUnFoldIndex_7() const { return ___LastUnFoldIndex_7; } inline int32_t* get_address_of_LastUnFoldIndex_7() { return &___LastUnFoldIndex_7; } inline void set_LastUnFoldIndex_7(int32_t value) { ___LastUnFoldIndex_7 = value; } inline static int32_t get_offset_of_LastSearchId_8() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___LastSearchId_8)); } inline int64_t get_LastSearchId_8() const { return ___LastSearchId_8; } inline int64_t* get_address_of_LastSearchId_8() { return &___LastSearchId_8; } inline void set_LastSearchId_8(int64_t value) { ___LastSearchId_8 = value; } inline static int32_t get_offset_of_lastGiveClothId_9() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___lastGiveClothId_9)); } inline int64_t get_lastGiveClothId_9() const { return ___lastGiveClothId_9; } inline int64_t* get_address_of_lastGiveClothId_9() { return &___lastGiveClothId_9; } inline void set_lastGiveClothId_9(int64_t value) { ___lastGiveClothId_9 = value; } inline static int32_t get_offset_of_lastGiveGiftId_10() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___lastGiveGiftId_10)); } inline int64_t get_lastGiveGiftId_10() const { return ___lastGiveGiftId_10; } inline int64_t* get_address_of_lastGiveGiftId_10() { return &___lastGiveGiftId_10; } inline void set_lastGiveGiftId_10(int64_t value) { ___lastGiveGiftId_10 = value; } inline static int32_t get_offset_of_PopularityChanged_11() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___PopularityChanged_11)); } inline bool get_PopularityChanged_11() const { return ___PopularityChanged_11; } inline bool* get_address_of_PopularityChanged_11() { return &___PopularityChanged_11; } inline void set_PopularityChanged_11(bool value) { ___PopularityChanged_11 = value; } inline static int32_t get_offset_of_m_PopularityPlayId_12() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_PopularityPlayId_12)); } inline List_1_t913674750 * get_m_PopularityPlayId_12() const { return ___m_PopularityPlayId_12; } inline List_1_t913674750 ** get_address_of_m_PopularityPlayId_12() { return &___m_PopularityPlayId_12; } inline void set_m_PopularityPlayId_12(List_1_t913674750 * value) { ___m_PopularityPlayId_12 = value; Il2CppCodeGenWriteBarrier((&___m_PopularityPlayId_12), value); } inline static int32_t get_offset_of_resetCollectList_13() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___resetCollectList_13)); } inline DataRefreshCallBack_t1481235937 * get_resetCollectList_13() const { return ___resetCollectList_13; } inline DataRefreshCallBack_t1481235937 ** get_address_of_resetCollectList_13() { return &___resetCollectList_13; } inline void set_resetCollectList_13(DataRefreshCallBack_t1481235937 * value) { ___resetCollectList_13 = value; Il2CppCodeGenWriteBarrier((&___resetCollectList_13), value); } inline static int32_t get_offset_of_refreCollectState_14() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreCollectState_14)); } inline DataRefreshCallBack_t1481235937 * get_refreCollectState_14() const { return ___refreCollectState_14; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreCollectState_14() { return &___refreCollectState_14; } inline void set_refreCollectState_14(DataRefreshCallBack_t1481235937 * value) { ___refreCollectState_14 = value; Il2CppCodeGenWriteBarrier((&___refreCollectState_14), value); } inline static int32_t get_offset_of_showSerch_15() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___showSerch_15)); } inline DataRefreshCallBack_t1481235937 * get_showSerch_15() const { return ___showSerch_15; } inline DataRefreshCallBack_t1481235937 ** get_address_of_showSerch_15() { return &___showSerch_15; } inline void set_showSerch_15(DataRefreshCallBack_t1481235937 * value) { ___showSerch_15 = value; Il2CppCodeGenWriteBarrier((&___showSerch_15), value); } inline static int32_t get_offset_of_refreshTop10_16() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshTop10_16)); } inline DataRefreshCallBack_t1481235937 * get_refreshTop10_16() const { return ___refreshTop10_16; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshTop10_16() { return &___refreshTop10_16; } inline void set_refreshTop10_16(DataRefreshCallBack_t1481235937 * value) { ___refreshTop10_16 = value; Il2CppCodeGenWriteBarrier((&___refreshTop10_16), value); } inline static int32_t get_offset_of_showDetail_17() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___showDetail_17)); } inline DataRefreshCallBack_t1481235937 * get_showDetail_17() const { return ___showDetail_17; } inline DataRefreshCallBack_t1481235937 ** get_address_of_showDetail_17() { return &___showDetail_17; } inline void set_showDetail_17(DataRefreshCallBack_t1481235937 * value) { ___showDetail_17 = value; Il2CppCodeGenWriteBarrier((&___showDetail_17), value); } inline static int32_t get_offset_of_refreshMyRank_18() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshMyRank_18)); } inline DataRefreshCallBack_t1481235937 * get_refreshMyRank_18() const { return ___refreshMyRank_18; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshMyRank_18() { return &___refreshMyRank_18; } inline void set_refreshMyRank_18(DataRefreshCallBack_t1481235937 * value) { ___refreshMyRank_18 = value; Il2CppCodeGenWriteBarrier((&___refreshMyRank_18), value); } inline static int32_t get_offset_of_refreshCollect_19() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshCollect_19)); } inline DataRefreshCallBack_t1481235937 * get_refreshCollect_19() const { return ___refreshCollect_19; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshCollect_19() { return &___refreshCollect_19; } inline void set_refreshCollect_19(DataRefreshCallBack_t1481235937 * value) { ___refreshCollect_19 = value; Il2CppCodeGenWriteBarrier((&___refreshCollect_19), value); } inline static int32_t get_offset_of_refreshSelfPopularity_20() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshSelfPopularity_20)); } inline DataRefreshCallBack_t1481235937 * get_refreshSelfPopularity_20() const { return ___refreshSelfPopularity_20; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshSelfPopularity_20() { return &___refreshSelfPopularity_20; } inline void set_refreshSelfPopularity_20(DataRefreshCallBack_t1481235937 * value) { ___refreshSelfPopularity_20 = value; Il2CppCodeGenWriteBarrier((&___refreshSelfPopularity_20), value); } inline static int32_t get_offset_of_refreshSelfPhotos_21() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshSelfPhotos_21)); } inline DataRefreshCallBack_t1481235937 * get_refreshSelfPhotos_21() const { return ___refreshSelfPhotos_21; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshSelfPhotos_21() { return &___refreshSelfPhotos_21; } inline void set_refreshSelfPhotos_21(DataRefreshCallBack_t1481235937 * value) { ___refreshSelfPhotos_21 = value; Il2CppCodeGenWriteBarrier((&___refreshSelfPhotos_21), value); } inline static int32_t get_offset_of_interactCallback_22() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___interactCallback_22)); } inline DataRefreshCallBack_t1481235937 * get_interactCallback_22() const { return ___interactCallback_22; } inline DataRefreshCallBack_t1481235937 ** get_address_of_interactCallback_22() { return &___interactCallback_22; } inline void set_interactCallback_22(DataRefreshCallBack_t1481235937 * value) { ___interactCallback_22 = value; Il2CppCodeGenWriteBarrier((&___interactCallback_22), value); } inline static int32_t get_offset_of_refreshNoRankData_23() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshNoRankData_23)); } inline DataRefreshCallBack_t1481235937 * get_refreshNoRankData_23() const { return ___refreshNoRankData_23; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshNoRankData_23() { return &___refreshNoRankData_23; } inline void set_refreshNoRankData_23(DataRefreshCallBack_t1481235937 * value) { ___refreshNoRankData_23 = value; Il2CppCodeGenWriteBarrier((&___refreshNoRankData_23), value); } inline static int32_t get_offset_of_refreshGiftPanel_24() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshGiftPanel_24)); } inline DataRefreshCallBack_t1481235937 * get_refreshGiftPanel_24() const { return ___refreshGiftPanel_24; } inline DataRefreshCallBack_t1481235937 ** get_address_of_refreshGiftPanel_24() { return &___refreshGiftPanel_24; } inline void set_refreshGiftPanel_24(DataRefreshCallBack_t1481235937 * value) { ___refreshGiftPanel_24 = value; Il2CppCodeGenWriteBarrier((&___refreshGiftPanel_24), value); } inline static int32_t get_offset_of_sendPopularLogDetail_25() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___sendPopularLogDetail_25)); } inline SendPopularLogDetail_t1438849614 * get_sendPopularLogDetail_25() const { return ___sendPopularLogDetail_25; } inline SendPopularLogDetail_t1438849614 ** get_address_of_sendPopularLogDetail_25() { return &___sendPopularLogDetail_25; } inline void set_sendPopularLogDetail_25(SendPopularLogDetail_t1438849614 * value) { ___sendPopularLogDetail_25 = value; Il2CppCodeGenWriteBarrier((&___sendPopularLogDetail_25), value); } inline static int32_t get_offset_of_refreshSelfPopularityInfo_26() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___refreshSelfPopularityInfo_26)); } inline SendPopularLogDetail_t1438849614 * get_refreshSelfPopularityInfo_26() const { return ___refreshSelfPopularityInfo_26; } inline SendPopularLogDetail_t1438849614 ** get_address_of_refreshSelfPopularityInfo_26() { return &___refreshSelfPopularityInfo_26; } inline void set_refreshSelfPopularityInfo_26(SendPopularLogDetail_t1438849614 * value) { ___refreshSelfPopularityInfo_26 = value; Il2CppCodeGenWriteBarrier((&___refreshSelfPopularityInfo_26), value); } inline static int32_t get_offset_of_curHitRankSex_27() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curHitRankSex_27)); } inline int32_t get_curHitRankSex_27() const { return ___curHitRankSex_27; } inline int32_t* get_address_of_curHitRankSex_27() { return &___curHitRankSex_27; } inline void set_curHitRankSex_27(int32_t value) { ___curHitRankSex_27 = value; } inline static int32_t get_offset_of_curNYear_28() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curNYear_28)); } inline int32_t get_curNYear_28() const { return ___curNYear_28; } inline int32_t* get_address_of_curNYear_28() { return &___curNYear_28; } inline void set_curNYear_28(int32_t value) { ___curNYear_28 = value; } inline static int32_t get_offset_of_curNVolume_29() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curNVolume_29)); } inline int32_t get_curNVolume_29() const { return ___curNVolume_29; } inline int32_t* get_address_of_curNVolume_29() { return &___curNVolume_29; } inline void set_curNVolume_29(int32_t value) { ___curNVolume_29 = value; } inline static int32_t get_offset_of_curTop10Ntype_30() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___curTop10Ntype_30)); } inline int32_t get_curTop10Ntype_30() const { return ___curTop10Ntype_30; } inline int32_t* get_address_of_curTop10Ntype_30() { return &___curTop10Ntype_30; } inline void set_curTop10Ntype_30(int32_t value) { ___curTop10Ntype_30 = value; } inline static int32_t get_offset_of_isTopLeftEnd_31() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___isTopLeftEnd_31)); } inline int32_t get_isTopLeftEnd_31() const { return ___isTopLeftEnd_31; } inline int32_t* get_address_of_isTopLeftEnd_31() { return &___isTopLeftEnd_31; } inline void set_isTopLeftEnd_31(int32_t value) { ___isTopLeftEnd_31 = value; } inline static int32_t get_offset_of_isTopRightEnd_32() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___isTopRightEnd_32)); } inline int32_t get_isTopRightEnd_32() const { return ___isTopRightEnd_32; } inline int32_t* get_address_of_isTopRightEnd_32() { return &___isTopRightEnd_32; } inline void set_isTopRightEnd_32(int32_t value) { ___isTopRightEnd_32 = value; } inline static int32_t get_offset_of_top10Date_33() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___top10Date_33)); } inline String_t* get_top10Date_33() const { return ___top10Date_33; } inline String_t** get_address_of_top10Date_33() { return &___top10Date_33; } inline void set_top10Date_33(String_t* value) { ___top10Date_33 = value; Il2CppCodeGenWriteBarrier((&___top10Date_33), value); } inline static int32_t get_offset_of_s_listIdols_34() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___s_listIdols_34)); } inline Dictionary_2_t463511065 * get_s_listIdols_34() const { return ___s_listIdols_34; } inline Dictionary_2_t463511065 ** get_address_of_s_listIdols_34() { return &___s_listIdols_34; } inline void set_s_listIdols_34(Dictionary_2_t463511065 * value) { ___s_listIdols_34 = value; Il2CppCodeGenWriteBarrier((&___s_listIdols_34), value); } inline static int32_t get_offset_of_rankListChanged_36() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___rankListChanged_36)); } inline bool get_rankListChanged_36() const { return ___rankListChanged_36; } inline bool* get_address_of_rankListChanged_36() { return &___rankListChanged_36; } inline void set_rankListChanged_36(bool value) { ___rankListChanged_36 = value; } inline static int32_t get_offset_of_searchTableChanged_37() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___searchTableChanged_37)); } inline bool get_searchTableChanged_37() const { return ___searchTableChanged_37; } inline bool* get_address_of_searchTableChanged_37() { return &___searchTableChanged_37; } inline void set_searchTableChanged_37(bool value) { ___searchTableChanged_37 = value; } inline static int32_t get_offset_of_m_IsTargetSelf_38() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_IsTargetSelf_38)); } inline bool get_m_IsTargetSelf_38() const { return ___m_IsTargetSelf_38; } inline bool* get_address_of_m_IsTargetSelf_38() { return &___m_IsTargetSelf_38; } inline void set_m_IsTargetSelf_38(bool value) { ___m_IsTargetSelf_38 = value; } inline static int32_t get_offset_of_m_TargetUserId_39() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___m_TargetUserId_39)); } inline int64_t get_m_TargetUserId_39() const { return ___m_TargetUserId_39; } inline int64_t* get_address_of_m_TargetUserId_39() { return &___m_TargetUserId_39; } inline void set_m_TargetUserId_39(int64_t value) { ___m_TargetUserId_39 = value; } inline static int32_t get_offset_of_selfInfo_40() { return static_cast(offsetof(CIdolShowManager_t2312713117, ___selfInfo_40)); } inline CIdolInfo_t400451087 * get_selfInfo_40() const { return ___selfInfo_40; } inline CIdolInfo_t400451087 ** get_address_of_selfInfo_40() { return &___selfInfo_40; } inline void set_selfInfo_40(CIdolInfo_t400451087 * value) { ___selfInfo_40 = value; Il2CppCodeGenWriteBarrier((&___selfInfo_40), value); } }; struct CIdolShowManager_t2312713117_StaticFields { public: // DMCore.Logic.CIdolShowManager DMCore.Logic.CIdolShowManager::s_Instance CIdolShowManager_t2312713117 * ___s_Instance_35; public: inline static int32_t get_offset_of_s_Instance_35() { return static_cast(offsetof(CIdolShowManager_t2312713117_StaticFields, ___s_Instance_35)); } inline CIdolShowManager_t2312713117 * get_s_Instance_35() const { return ___s_Instance_35; } inline CIdolShowManager_t2312713117 ** get_address_of_s_Instance_35() { return &___s_Instance_35; } inline void set_s_Instance_35(CIdolShowManager_t2312713117 * value) { ___s_Instance_35 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLSHOWMANAGER_T2312713117_H #ifndef ENUMERATOR_T2021836068_H #define ENUMERATOR_T2021836068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t2021836068 { public: // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::host_enumerator Enumerator_t3793841859 ___host_enumerator_0; public: inline static int32_t get_offset_of_host_enumerator_0() { return static_cast(offsetof(Enumerator_t2021836068, ___host_enumerator_0)); } inline Enumerator_t3793841859 get_host_enumerator_0() const { return ___host_enumerator_0; } inline Enumerator_t3793841859 * get_address_of_host_enumerator_0() { return &___host_enumerator_0; } inline void set_host_enumerator_0(Enumerator_t3793841859 value) { ___host_enumerator_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2021836068_H #ifndef CIDOLCARDMANAGER_T1778192884_H #define CIDOLCARDMANAGER_T1778192884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolCardManager struct CIdolCardManager_t1778192884 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CIdolCardManager::k__BackingField bool ___U3CIsCheckAllU3Ek__BackingField_6; // System.Int32 DMCore.Logic.CIdolCardManager::k__BackingField int32_t ___U3CCurrentClickCardIDU3Ek__BackingField_7; // DMCore.Logic.Card_Type DMCore.Logic.CIdolCardManager::m_curSelectType int32_t ___m_curSelectType_9; // System.Collections.Generic.List`1 DMCore.Logic.CIdolCardManager::m_selectLevelList List_1_t128053199 * ___m_selectLevelList_10; // System.Collections.Generic.List`1 DMCore.Logic.CIdolCardManager::m_GenerateList List_1_t187333189 * ___m_GenerateList_11; // CDataModelBool DMCore.Logic.CIdolCardManager::m_bRefresh CDataModelBool_t2269476966 * ___m_bRefresh_12; public: inline static int32_t get_offset_of_U3CIsCheckAllU3Ek__BackingField_6() { return static_cast(offsetof(CIdolCardManager_t1778192884, ___U3CIsCheckAllU3Ek__BackingField_6)); } inline bool get_U3CIsCheckAllU3Ek__BackingField_6() const { return ___U3CIsCheckAllU3Ek__BackingField_6; } inline bool* get_address_of_U3CIsCheckAllU3Ek__BackingField_6() { return &___U3CIsCheckAllU3Ek__BackingField_6; } inline void set_U3CIsCheckAllU3Ek__BackingField_6(bool value) { ___U3CIsCheckAllU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CCurrentClickCardIDU3Ek__BackingField_7() { return static_cast(offsetof(CIdolCardManager_t1778192884, ___U3CCurrentClickCardIDU3Ek__BackingField_7)); } inline int32_t get_U3CCurrentClickCardIDU3Ek__BackingField_7() const { return ___U3CCurrentClickCardIDU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CCurrentClickCardIDU3Ek__BackingField_7() { return &___U3CCurrentClickCardIDU3Ek__BackingField_7; } inline void set_U3CCurrentClickCardIDU3Ek__BackingField_7(int32_t value) { ___U3CCurrentClickCardIDU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_curSelectType_9() { return static_cast(offsetof(CIdolCardManager_t1778192884, ___m_curSelectType_9)); } inline int32_t get_m_curSelectType_9() const { return ___m_curSelectType_9; } inline int32_t* get_address_of_m_curSelectType_9() { return &___m_curSelectType_9; } inline void set_m_curSelectType_9(int32_t value) { ___m_curSelectType_9 = value; } inline static int32_t get_offset_of_m_selectLevelList_10() { return static_cast(offsetof(CIdolCardManager_t1778192884, ___m_selectLevelList_10)); } inline List_1_t128053199 * get_m_selectLevelList_10() const { return ___m_selectLevelList_10; } inline List_1_t128053199 ** get_address_of_m_selectLevelList_10() { return &___m_selectLevelList_10; } inline void set_m_selectLevelList_10(List_1_t128053199 * value) { ___m_selectLevelList_10 = value; Il2CppCodeGenWriteBarrier((&___m_selectLevelList_10), value); } inline static int32_t get_offset_of_m_GenerateList_11() { return static_cast(offsetof(CIdolCardManager_t1778192884, ___m_GenerateList_11)); } inline List_1_t187333189 * get_m_GenerateList_11() const { return ___m_GenerateList_11; } inline List_1_t187333189 ** get_address_of_m_GenerateList_11() { return &___m_GenerateList_11; } inline void set_m_GenerateList_11(List_1_t187333189 * value) { ___m_GenerateList_11 = value; Il2CppCodeGenWriteBarrier((&___m_GenerateList_11), value); } inline static int32_t get_offset_of_m_bRefresh_12() { return static_cast(offsetof(CIdolCardManager_t1778192884, ___m_bRefresh_12)); } inline CDataModelBool_t2269476966 * get_m_bRefresh_12() const { return ___m_bRefresh_12; } inline CDataModelBool_t2269476966 ** get_address_of_m_bRefresh_12() { return &___m_bRefresh_12; } inline void set_m_bRefresh_12(CDataModelBool_t2269476966 * value) { ___m_bRefresh_12 = value; Il2CppCodeGenWriteBarrier((&___m_bRefresh_12), value); } }; struct CIdolCardManager_t1778192884_StaticFields { public: // DMCore.Logic.CIdolCardManager DMCore.Logic.CIdolCardManager::s_Instance CIdolCardManager_t1778192884 * ___s_Instance_8; public: inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(CIdolCardManager_t1778192884_StaticFields, ___s_Instance_8)); } inline CIdolCardManager_t1778192884 * get_s_Instance_8() const { return ___s_Instance_8; } inline CIdolCardManager_t1778192884 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(CIdolCardManager_t1778192884 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLCARDMANAGER_T1778192884_H #ifndef ENUMERATOR_T126485159_H #define ENUMERATOR_T126485159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t126485159 { public: // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::host_enumerator Enumerator_t1898490950 ___host_enumerator_0; public: inline static int32_t get_offset_of_host_enumerator_0() { return static_cast(offsetof(Enumerator_t126485159, ___host_enumerator_0)); } inline Enumerator_t1898490950 get_host_enumerator_0() const { return ___host_enumerator_0; } inline Enumerator_t1898490950 * get_address_of_host_enumerator_0() { return &___host_enumerator_0; } inline void set_host_enumerator_0(Enumerator_t1898490950 value) { ___host_enumerator_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T126485159_H #ifndef ENUMERATOR_T2150996479_H #define ENUMERATOR_T2150996479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t2150996479 { public: // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::host_enumerator Enumerator_t3923002270 ___host_enumerator_0; public: inline static int32_t get_offset_of_host_enumerator_0() { return static_cast(offsetof(Enumerator_t2150996479, ___host_enumerator_0)); } inline Enumerator_t3923002270 get_host_enumerator_0() const { return ___host_enumerator_0; } inline Enumerator_t3923002270 * get_address_of_host_enumerator_0() { return &___host_enumerator_0; } inline void set_host_enumerator_0(Enumerator_t3923002270 value) { ___host_enumerator_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2150996479_H #ifndef PLAYERINFOBASE_T2589801315_H #define PLAYERINFOBASE_T2589801315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PlayerInfoBase struct PlayerInfoBase_t2589801315 : public RuntimeObject { public: // System.Int64 DMCore.Logic.PlayerInfoBase::m_userId int64_t ___m_userId_0; // System.String DMCore.Logic.PlayerInfoBase::m_name String_t* ___m_name_1; // System.Int32 DMCore.Logic.PlayerInfoBase::m_headId int32_t ___m_headId_2; // System.Int32 DMCore.Logic.PlayerInfoBase::m_sex int32_t ___m_sex_3; // DMCore.Logic.EM_Player_State DMCore.Logic.PlayerInfoBase::m_playerState int32_t ___m_playerState_4; public: inline static int32_t get_offset_of_m_userId_0() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_userId_0)); } inline int64_t get_m_userId_0() const { return ___m_userId_0; } inline int64_t* get_address_of_m_userId_0() { return &___m_userId_0; } inline void set_m_userId_0(int64_t value) { ___m_userId_0 = value; } inline static int32_t get_offset_of_m_name_1() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_name_1)); } inline String_t* get_m_name_1() const { return ___m_name_1; } inline String_t** get_address_of_m_name_1() { return &___m_name_1; } inline void set_m_name_1(String_t* value) { ___m_name_1 = value; Il2CppCodeGenWriteBarrier((&___m_name_1), value); } inline static int32_t get_offset_of_m_headId_2() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_headId_2)); } inline int32_t get_m_headId_2() const { return ___m_headId_2; } inline int32_t* get_address_of_m_headId_2() { return &___m_headId_2; } inline void set_m_headId_2(int32_t value) { ___m_headId_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } inline static int32_t get_offset_of_m_playerState_4() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_playerState_4)); } inline int32_t get_m_playerState_4() const { return ___m_playerState_4; } inline int32_t* get_address_of_m_playerState_4() { return &___m_playerState_4; } inline void set_m_playerState_4(int32_t value) { ___m_playerState_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYERINFOBASE_T2589801315_H #ifndef 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 CHOOSEBUYUSEBOXINFO_T2600922063_H #define CHOOSEBUYUSEBOXINFO_T2600922063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseBoxInfo struct ChooseBuyUseBoxInfo_t2600922063 : public RuntimeObject { public: // System.String DMCore.Logic.ChooseBuyUseBoxInfo::Titlename String_t* ___Titlename_0; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::Configid int32_t ___Configid_1; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::Price int32_t ___Price_2; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::Count int32_t ___Count_3; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::MaxCount int32_t ___MaxCount_4; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::Name String_t* ___Name_5; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::IconPath String_t* ___IconPath_6; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::isContribShop bool ___isContribShop_7; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::isGift bool ___isGift_8; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::giftDesc String_t* ___giftDesc_9; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::giftNotice String_t* ___giftNotice_10; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::isDiamond bool ___isDiamond_11; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::IsBuyOrUse bool ___IsBuyOrUse_12; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::IsBangzuan bool ___IsBangzuan_13; // DMCore.Logic.ItemTag DMCore.Logic.ChooseBuyUseBoxInfo::Itemtag int32_t ___Itemtag_14; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::LimtnCount int32_t ___LimtnCount_15; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::CashType int32_t ___CashType_16; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::BagID int32_t ___BagID_17; public: inline static int32_t get_offset_of_Titlename_0() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Titlename_0)); } inline String_t* get_Titlename_0() const { return ___Titlename_0; } inline String_t** get_address_of_Titlename_0() { return &___Titlename_0; } inline void set_Titlename_0(String_t* value) { ___Titlename_0 = value; Il2CppCodeGenWriteBarrier((&___Titlename_0), value); } inline static int32_t get_offset_of_Configid_1() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Configid_1)); } inline int32_t get_Configid_1() const { return ___Configid_1; } inline int32_t* get_address_of_Configid_1() { return &___Configid_1; } inline void set_Configid_1(int32_t value) { ___Configid_1 = value; } inline static int32_t get_offset_of_Price_2() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Price_2)); } inline int32_t get_Price_2() const { return ___Price_2; } inline int32_t* get_address_of_Price_2() { return &___Price_2; } inline void set_Price_2(int32_t value) { ___Price_2 = value; } inline static int32_t get_offset_of_Count_3() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Count_3)); } inline int32_t get_Count_3() const { return ___Count_3; } inline int32_t* get_address_of_Count_3() { return &___Count_3; } inline void set_Count_3(int32_t value) { ___Count_3 = value; } inline static int32_t get_offset_of_MaxCount_4() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___MaxCount_4)); } inline int32_t get_MaxCount_4() const { return ___MaxCount_4; } inline int32_t* get_address_of_MaxCount_4() { return &___MaxCount_4; } inline void set_MaxCount_4(int32_t value) { ___MaxCount_4 = value; } inline static int32_t get_offset_of_Name_5() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Name_5)); } inline String_t* get_Name_5() const { return ___Name_5; } inline String_t** get_address_of_Name_5() { return &___Name_5; } inline void set_Name_5(String_t* value) { ___Name_5 = value; Il2CppCodeGenWriteBarrier((&___Name_5), value); } inline static int32_t get_offset_of_IconPath_6() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___IconPath_6)); } inline String_t* get_IconPath_6() const { return ___IconPath_6; } inline String_t** get_address_of_IconPath_6() { return &___IconPath_6; } inline void set_IconPath_6(String_t* value) { ___IconPath_6 = value; Il2CppCodeGenWriteBarrier((&___IconPath_6), value); } inline static int32_t get_offset_of_isContribShop_7() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___isContribShop_7)); } inline bool get_isContribShop_7() const { return ___isContribShop_7; } inline bool* get_address_of_isContribShop_7() { return &___isContribShop_7; } inline void set_isContribShop_7(bool value) { ___isContribShop_7 = value; } inline static int32_t get_offset_of_isGift_8() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___isGift_8)); } inline bool get_isGift_8() const { return ___isGift_8; } inline bool* get_address_of_isGift_8() { return &___isGift_8; } inline void set_isGift_8(bool value) { ___isGift_8 = value; } inline static int32_t get_offset_of_giftDesc_9() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___giftDesc_9)); } inline String_t* get_giftDesc_9() const { return ___giftDesc_9; } inline String_t** get_address_of_giftDesc_9() { return &___giftDesc_9; } inline void set_giftDesc_9(String_t* value) { ___giftDesc_9 = value; Il2CppCodeGenWriteBarrier((&___giftDesc_9), value); } inline static int32_t get_offset_of_giftNotice_10() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___giftNotice_10)); } inline String_t* get_giftNotice_10() const { return ___giftNotice_10; } inline String_t** get_address_of_giftNotice_10() { return &___giftNotice_10; } inline void set_giftNotice_10(String_t* value) { ___giftNotice_10 = value; Il2CppCodeGenWriteBarrier((&___giftNotice_10), value); } inline static int32_t get_offset_of_isDiamond_11() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___isDiamond_11)); } inline bool get_isDiamond_11() const { return ___isDiamond_11; } inline bool* get_address_of_isDiamond_11() { return &___isDiamond_11; } inline void set_isDiamond_11(bool value) { ___isDiamond_11 = value; } inline static int32_t get_offset_of_IsBuyOrUse_12() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___IsBuyOrUse_12)); } inline bool get_IsBuyOrUse_12() const { return ___IsBuyOrUse_12; } inline bool* get_address_of_IsBuyOrUse_12() { return &___IsBuyOrUse_12; } inline void set_IsBuyOrUse_12(bool value) { ___IsBuyOrUse_12 = value; } inline static int32_t get_offset_of_IsBangzuan_13() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___IsBangzuan_13)); } inline bool get_IsBangzuan_13() const { return ___IsBangzuan_13; } inline bool* get_address_of_IsBangzuan_13() { return &___IsBangzuan_13; } inline void set_IsBangzuan_13(bool value) { ___IsBangzuan_13 = value; } inline static int32_t get_offset_of_Itemtag_14() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Itemtag_14)); } inline int32_t get_Itemtag_14() const { return ___Itemtag_14; } inline int32_t* get_address_of_Itemtag_14() { return &___Itemtag_14; } inline void set_Itemtag_14(int32_t value) { ___Itemtag_14 = value; } inline static int32_t get_offset_of_LimtnCount_15() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___LimtnCount_15)); } inline int32_t get_LimtnCount_15() const { return ___LimtnCount_15; } inline int32_t* get_address_of_LimtnCount_15() { return &___LimtnCount_15; } inline void set_LimtnCount_15(int32_t value) { ___LimtnCount_15 = value; } inline static int32_t get_offset_of_CashType_16() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___CashType_16)); } inline int32_t get_CashType_16() const { return ___CashType_16; } inline int32_t* get_address_of_CashType_16() { return &___CashType_16; } inline void set_CashType_16(int32_t value) { ___CashType_16 = value; } inline static int32_t get_offset_of_BagID_17() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___BagID_17)); } inline int32_t get_BagID_17() const { return ___BagID_17; } inline int32_t* get_address_of_BagID_17() { return &___BagID_17; } inline void set_BagID_17(int32_t value) { ___BagID_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSEBUYUSEBOXINFO_T2600922063_H #ifndef 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 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 CIDOLMANAGER_T2822338582_H #define CIDOLMANAGER_T2822338582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolManager struct CIdolManager_t2822338582 : public ITextBase_t660344599 { public: // DMCore.Logic.CIdolManager/EM_Award_type DMCore.Logic.CIdolManager::m_IdolReward int32_t ___m_IdolReward_1; // System.Int32 DMCore.Logic.CIdolManager::k__BackingField int32_t ___U3CShowItemIndexU3Ek__BackingField_2; // CDataModelBool DMCore.Logic.CIdolManager::m_bRefresh CDataModelBool_t2269476966 * ___m_bRefresh_4; // CDataModelBool DMCore.Logic.CIdolManager::m_levelupSucceed CDataModelBool_t2269476966 * ___m_levelupSucceed_5; // DMCore.Logic.LevelupStarInfo DMCore.Logic.CIdolManager::m_starInfo LevelupStarInfo_t831176484 * ___m_starInfo_6; // DMCore.Logic.IdolAwardUnit DMCore.Logic.CIdolManager::m_starAward IdolAwardUnit_t568575365 * ___m_starAward_7; // DMCore.Logic.IdolAwardUnit DMCore.Logic.CIdolManager::m_dayAward IdolAwardUnit_t568575365 * ___m_dayAward_8; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolManager::m_pinjieDic Dictionary_2_t2770358969 * ___m_pinjieDic_9; // CDataModelInt DMCore.Logic.CIdolManager::m_refreshAward CDataModelInt_t3463393640 * ___m_refreshAward_10; public: inline static int32_t get_offset_of_m_IdolReward_1() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_IdolReward_1)); } inline int32_t get_m_IdolReward_1() const { return ___m_IdolReward_1; } inline int32_t* get_address_of_m_IdolReward_1() { return &___m_IdolReward_1; } inline void set_m_IdolReward_1(int32_t value) { ___m_IdolReward_1 = value; } inline static int32_t get_offset_of_U3CShowItemIndexU3Ek__BackingField_2() { return static_cast(offsetof(CIdolManager_t2822338582, ___U3CShowItemIndexU3Ek__BackingField_2)); } inline int32_t get_U3CShowItemIndexU3Ek__BackingField_2() const { return ___U3CShowItemIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CShowItemIndexU3Ek__BackingField_2() { return &___U3CShowItemIndexU3Ek__BackingField_2; } inline void set_U3CShowItemIndexU3Ek__BackingField_2(int32_t value) { ___U3CShowItemIndexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_bRefresh_4() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_bRefresh_4)); } inline CDataModelBool_t2269476966 * get_m_bRefresh_4() const { return ___m_bRefresh_4; } inline CDataModelBool_t2269476966 ** get_address_of_m_bRefresh_4() { return &___m_bRefresh_4; } inline void set_m_bRefresh_4(CDataModelBool_t2269476966 * value) { ___m_bRefresh_4 = value; Il2CppCodeGenWriteBarrier((&___m_bRefresh_4), value); } inline static int32_t get_offset_of_m_levelupSucceed_5() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_levelupSucceed_5)); } inline CDataModelBool_t2269476966 * get_m_levelupSucceed_5() const { return ___m_levelupSucceed_5; } inline CDataModelBool_t2269476966 ** get_address_of_m_levelupSucceed_5() { return &___m_levelupSucceed_5; } inline void set_m_levelupSucceed_5(CDataModelBool_t2269476966 * value) { ___m_levelupSucceed_5 = value; Il2CppCodeGenWriteBarrier((&___m_levelupSucceed_5), value); } inline static int32_t get_offset_of_m_starInfo_6() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_starInfo_6)); } inline LevelupStarInfo_t831176484 * get_m_starInfo_6() const { return ___m_starInfo_6; } inline LevelupStarInfo_t831176484 ** get_address_of_m_starInfo_6() { return &___m_starInfo_6; } inline void set_m_starInfo_6(LevelupStarInfo_t831176484 * value) { ___m_starInfo_6 = value; Il2CppCodeGenWriteBarrier((&___m_starInfo_6), value); } inline static int32_t get_offset_of_m_starAward_7() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_starAward_7)); } inline IdolAwardUnit_t568575365 * get_m_starAward_7() const { return ___m_starAward_7; } inline IdolAwardUnit_t568575365 ** get_address_of_m_starAward_7() { return &___m_starAward_7; } inline void set_m_starAward_7(IdolAwardUnit_t568575365 * value) { ___m_starAward_7 = value; Il2CppCodeGenWriteBarrier((&___m_starAward_7), value); } inline static int32_t get_offset_of_m_dayAward_8() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_dayAward_8)); } inline IdolAwardUnit_t568575365 * get_m_dayAward_8() const { return ___m_dayAward_8; } inline IdolAwardUnit_t568575365 ** get_address_of_m_dayAward_8() { return &___m_dayAward_8; } inline void set_m_dayAward_8(IdolAwardUnit_t568575365 * value) { ___m_dayAward_8 = value; Il2CppCodeGenWriteBarrier((&___m_dayAward_8), value); } inline static int32_t get_offset_of_m_pinjieDic_9() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_pinjieDic_9)); } inline Dictionary_2_t2770358969 * get_m_pinjieDic_9() const { return ___m_pinjieDic_9; } inline Dictionary_2_t2770358969 ** get_address_of_m_pinjieDic_9() { return &___m_pinjieDic_9; } inline void set_m_pinjieDic_9(Dictionary_2_t2770358969 * value) { ___m_pinjieDic_9 = value; Il2CppCodeGenWriteBarrier((&___m_pinjieDic_9), value); } inline static int32_t get_offset_of_m_refreshAward_10() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_refreshAward_10)); } inline CDataModelInt_t3463393640 * get_m_refreshAward_10() const { return ___m_refreshAward_10; } inline CDataModelInt_t3463393640 ** get_address_of_m_refreshAward_10() { return &___m_refreshAward_10; } inline void set_m_refreshAward_10(CDataModelInt_t3463393640 * value) { ___m_refreshAward_10 = value; Il2CppCodeGenWriteBarrier((&___m_refreshAward_10), value); } }; struct CIdolManager_t2822338582_StaticFields { public: // DMCore.Logic.CIdolManager DMCore.Logic.CIdolManager::m_instance CIdolManager_t2822338582 * ___m_instance_3; public: inline static int32_t get_offset_of_m_instance_3() { return static_cast(offsetof(CIdolManager_t2822338582_StaticFields, ___m_instance_3)); } inline CIdolManager_t2822338582 * get_m_instance_3() const { return ___m_instance_3; } inline CIdolManager_t2822338582 ** get_address_of_m_instance_3() { return &___m_instance_3; } inline void set_m_instance_3(CIdolManager_t2822338582 * value) { ___m_instance_3 = value; Il2CppCodeGenWriteBarrier((&___m_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLMANAGER_T2822338582_H #ifndef CARDHANDBOOKITEMDATA_T620105045_H #define CARDHANDBOOKITEMDATA_T620105045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CardHandBookItemData struct CardHandBookItemData_t620105045 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CardHandBookItemData::configID int32_t ___configID_0; // System.String DMCore.Logic.CardHandBookItemData::itemName String_t* ___itemName_1; // DMCore.Logic.ItemQuality DMCore.Logic.CardHandBookItemData::quality int32_t ___quality_2; // System.Boolean DMCore.Logic.CardHandBookItemData::IsOwn bool ___IsOwn_3; // System.Int32 DMCore.Logic.CardHandBookItemData::type int32_t ___type_4; // System.String DMCore.Logic.CardHandBookItemData::k__BackingField String_t* ___U3CTagsU3Ek__BackingField_5; // System.String DMCore.Logic.CardHandBookItemData::k__BackingField String_t* ___U3CPathU3Ek__BackingField_6; public: inline static int32_t get_offset_of_configID_0() { return static_cast(offsetof(CardHandBookItemData_t620105045, ___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_itemName_1() { return static_cast(offsetof(CardHandBookItemData_t620105045, ___itemName_1)); } inline String_t* get_itemName_1() const { return ___itemName_1; } inline String_t** get_address_of_itemName_1() { return &___itemName_1; } inline void set_itemName_1(String_t* value) { ___itemName_1 = value; Il2CppCodeGenWriteBarrier((&___itemName_1), value); } inline static int32_t get_offset_of_quality_2() { return static_cast(offsetof(CardHandBookItemData_t620105045, ___quality_2)); } inline int32_t get_quality_2() const { return ___quality_2; } inline int32_t* get_address_of_quality_2() { return &___quality_2; } inline void set_quality_2(int32_t value) { ___quality_2 = value; } inline static int32_t get_offset_of_IsOwn_3() { return static_cast(offsetof(CardHandBookItemData_t620105045, ___IsOwn_3)); } inline bool get_IsOwn_3() const { return ___IsOwn_3; } inline bool* get_address_of_IsOwn_3() { return &___IsOwn_3; } inline void set_IsOwn_3(bool value) { ___IsOwn_3 = value; } inline static int32_t get_offset_of_type_4() { return static_cast(offsetof(CardHandBookItemData_t620105045, ___type_4)); } inline int32_t get_type_4() const { return ___type_4; } inline int32_t* get_address_of_type_4() { return &___type_4; } inline void set_type_4(int32_t value) { ___type_4 = value; } inline static int32_t get_offset_of_U3CTagsU3Ek__BackingField_5() { return static_cast(offsetof(CardHandBookItemData_t620105045, ___U3CTagsU3Ek__BackingField_5)); } inline String_t* get_U3CTagsU3Ek__BackingField_5() const { return ___U3CTagsU3Ek__BackingField_5; } inline String_t** get_address_of_U3CTagsU3Ek__BackingField_5() { return &___U3CTagsU3Ek__BackingField_5; } inline void set_U3CTagsU3Ek__BackingField_5(String_t* value) { ___U3CTagsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CTagsU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_6() { return static_cast(offsetof(CardHandBookItemData_t620105045, ___U3CPathU3Ek__BackingField_6)); } inline String_t* get_U3CPathU3Ek__BackingField_6() const { return ___U3CPathU3Ek__BackingField_6; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_6() { return &___U3CPathU3Ek__BackingField_6; } inline void set_U3CPathU3Ek__BackingField_6(String_t* value) { ___U3CPathU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDHANDBOOKITEMDATA_T620105045_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 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 HANDBOOKSTORYINFO_T2304689445_H #define HANDBOOKSTORYINFO_T2304689445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookStoryInfo struct HandBookStoryInfo_t2304689445 : public RuntimeObject { public: // HandBookStoryModuleType HandBookStoryInfo::k__BackingField int32_t ___U3CModuleTypeU3Ek__BackingField_0; // System.String HandBookStoryInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_1; // System.Boolean HandBookStoryInfo::k__BackingField bool ___U3CIsForceU3Ek__BackingField_2; // System.String HandBookStoryInfo::k__BackingField String_t* ___U3CtextureU3Ek__BackingField_3; // System.Collections.Generic.List`1 HandBookStoryInfo::k__BackingField List_1_t1329610734 * ___U3CStoryStepListU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CModuleTypeU3Ek__BackingField_0() { return static_cast(offsetof(HandBookStoryInfo_t2304689445, ___U3CModuleTypeU3Ek__BackingField_0)); } inline int32_t get_U3CModuleTypeU3Ek__BackingField_0() const { return ___U3CModuleTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CModuleTypeU3Ek__BackingField_0() { return &___U3CModuleTypeU3Ek__BackingField_0; } inline void set_U3CModuleTypeU3Ek__BackingField_0(int32_t value) { ___U3CModuleTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CDescU3Ek__BackingField_1() { return static_cast(offsetof(HandBookStoryInfo_t2304689445, ___U3CDescU3Ek__BackingField_1)); } inline String_t* get_U3CDescU3Ek__BackingField_1() const { return ___U3CDescU3Ek__BackingField_1; } inline String_t** get_address_of_U3CDescU3Ek__BackingField_1() { return &___U3CDescU3Ek__BackingField_1; } inline void set_U3CDescU3Ek__BackingField_1(String_t* value) { ___U3CDescU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CDescU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CIsForceU3Ek__BackingField_2() { return static_cast(offsetof(HandBookStoryInfo_t2304689445, ___U3CIsForceU3Ek__BackingField_2)); } inline bool get_U3CIsForceU3Ek__BackingField_2() const { return ___U3CIsForceU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsForceU3Ek__BackingField_2() { return &___U3CIsForceU3Ek__BackingField_2; } inline void set_U3CIsForceU3Ek__BackingField_2(bool value) { ___U3CIsForceU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CtextureU3Ek__BackingField_3() { return static_cast(offsetof(HandBookStoryInfo_t2304689445, ___U3CtextureU3Ek__BackingField_3)); } inline String_t* get_U3CtextureU3Ek__BackingField_3() const { return ___U3CtextureU3Ek__BackingField_3; } inline String_t** get_address_of_U3CtextureU3Ek__BackingField_3() { return &___U3CtextureU3Ek__BackingField_3; } inline void set_U3CtextureU3Ek__BackingField_3(String_t* value) { ___U3CtextureU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CtextureU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CStoryStepListU3Ek__BackingField_4() { return static_cast(offsetof(HandBookStoryInfo_t2304689445, ___U3CStoryStepListU3Ek__BackingField_4)); } inline List_1_t1329610734 * get_U3CStoryStepListU3Ek__BackingField_4() const { return ___U3CStoryStepListU3Ek__BackingField_4; } inline List_1_t1329610734 ** get_address_of_U3CStoryStepListU3Ek__BackingField_4() { return &___U3CStoryStepListU3Ek__BackingField_4; } inline void set_U3CStoryStepListU3Ek__BackingField_4(List_1_t1329610734 * value) { ___U3CStoryStepListU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CStoryStepListU3Ek__BackingField_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKSTORYINFO_T2304689445_H #ifndef HANDBOOKSTORYSTEPINFO_T4152503288_H #define HANDBOOKSTORYSTEPINFO_T4152503288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HandBookStoryStepInfo struct HandBookStoryStepInfo_t4152503288 : public RuntimeObject { public: // System.Int32 HandBookStoryStepInfo::k__BackingField int32_t ___U3CIndexU3Ek__BackingField_0; // HandBookStoryStepType HandBookStoryStepInfo::k__BackingField int32_t ___U3CStepTypeU3Ek__BackingField_1; // System.String HandBookStoryStepInfo::k__BackingField String_t* ___U3CDialogU3Ek__BackingField_2; // System.String HandBookStoryStepInfo::k__BackingField String_t* ___U3CResTextureU3Ek__BackingField_3; // System.String HandBookStoryStepInfo::k__BackingField String_t* ___U3CAnimU3Ek__BackingField_4; // System.String HandBookStoryStepInfo::k__BackingField String_t* ___U3CInsertIconPathU3Ek__BackingField_5; // System.String HandBookStoryStepInfo::k__BackingField String_t* ___U3CNPCNameU3Ek__BackingField_6; // System.Int32 HandBookStoryStepInfo::k__BackingField int32_t ___U3CEnumSexU3Ek__BackingField_7; // HandBookEnumModelPos HandBookStoryStepInfo::k__BackingField int32_t ___U3CModelPosU3Ek__BackingField_8; // System.Int32 HandBookStoryStepInfo::k__BackingField int32_t ___U3CModelIdU3Ek__BackingField_9; // System.String HandBookStoryStepInfo::k__BackingField String_t* ___U3CAudioPathU3Ek__BackingField_10; // System.String HandBookStoryStepInfo::k__BackingField String_t* ___U3CfashionsU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CIndexU3Ek__BackingField_0() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CIndexU3Ek__BackingField_0)); } inline int32_t get_U3CIndexU3Ek__BackingField_0() const { return ___U3CIndexU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIndexU3Ek__BackingField_0() { return &___U3CIndexU3Ek__BackingField_0; } inline void set_U3CIndexU3Ek__BackingField_0(int32_t value) { ___U3CIndexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CStepTypeU3Ek__BackingField_1() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CStepTypeU3Ek__BackingField_1)); } inline int32_t get_U3CStepTypeU3Ek__BackingField_1() const { return ___U3CStepTypeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStepTypeU3Ek__BackingField_1() { return &___U3CStepTypeU3Ek__BackingField_1; } inline void set_U3CStepTypeU3Ek__BackingField_1(int32_t value) { ___U3CStepTypeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CDialogU3Ek__BackingField_2() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CDialogU3Ek__BackingField_2)); } inline String_t* get_U3CDialogU3Ek__BackingField_2() const { return ___U3CDialogU3Ek__BackingField_2; } inline String_t** get_address_of_U3CDialogU3Ek__BackingField_2() { return &___U3CDialogU3Ek__BackingField_2; } inline void set_U3CDialogU3Ek__BackingField_2(String_t* value) { ___U3CDialogU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CDialogU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CResTextureU3Ek__BackingField_3() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CResTextureU3Ek__BackingField_3)); } inline String_t* get_U3CResTextureU3Ek__BackingField_3() const { return ___U3CResTextureU3Ek__BackingField_3; } inline String_t** get_address_of_U3CResTextureU3Ek__BackingField_3() { return &___U3CResTextureU3Ek__BackingField_3; } inline void set_U3CResTextureU3Ek__BackingField_3(String_t* value) { ___U3CResTextureU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CResTextureU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CAnimU3Ek__BackingField_4() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CAnimU3Ek__BackingField_4)); } inline String_t* get_U3CAnimU3Ek__BackingField_4() const { return ___U3CAnimU3Ek__BackingField_4; } inline String_t** get_address_of_U3CAnimU3Ek__BackingField_4() { return &___U3CAnimU3Ek__BackingField_4; } inline void set_U3CAnimU3Ek__BackingField_4(String_t* value) { ___U3CAnimU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CInsertIconPathU3Ek__BackingField_5() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CInsertIconPathU3Ek__BackingField_5)); } inline String_t* get_U3CInsertIconPathU3Ek__BackingField_5() const { return ___U3CInsertIconPathU3Ek__BackingField_5; } inline String_t** get_address_of_U3CInsertIconPathU3Ek__BackingField_5() { return &___U3CInsertIconPathU3Ek__BackingField_5; } inline void set_U3CInsertIconPathU3Ek__BackingField_5(String_t* value) { ___U3CInsertIconPathU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CInsertIconPathU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CNPCNameU3Ek__BackingField_6() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CNPCNameU3Ek__BackingField_6)); } inline String_t* get_U3CNPCNameU3Ek__BackingField_6() const { return ___U3CNPCNameU3Ek__BackingField_6; } inline String_t** get_address_of_U3CNPCNameU3Ek__BackingField_6() { return &___U3CNPCNameU3Ek__BackingField_6; } inline void set_U3CNPCNameU3Ek__BackingField_6(String_t* value) { ___U3CNPCNameU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CNPCNameU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CEnumSexU3Ek__BackingField_7() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CEnumSexU3Ek__BackingField_7)); } inline int32_t get_U3CEnumSexU3Ek__BackingField_7() const { return ___U3CEnumSexU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CEnumSexU3Ek__BackingField_7() { return &___U3CEnumSexU3Ek__BackingField_7; } inline void set_U3CEnumSexU3Ek__BackingField_7(int32_t value) { ___U3CEnumSexU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CModelPosU3Ek__BackingField_8() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CModelPosU3Ek__BackingField_8)); } inline int32_t get_U3CModelPosU3Ek__BackingField_8() const { return ___U3CModelPosU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CModelPosU3Ek__BackingField_8() { return &___U3CModelPosU3Ek__BackingField_8; } inline void set_U3CModelPosU3Ek__BackingField_8(int32_t value) { ___U3CModelPosU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CModelIdU3Ek__BackingField_9() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CModelIdU3Ek__BackingField_9)); } inline int32_t get_U3CModelIdU3Ek__BackingField_9() const { return ___U3CModelIdU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CModelIdU3Ek__BackingField_9() { return &___U3CModelIdU3Ek__BackingField_9; } inline void set_U3CModelIdU3Ek__BackingField_9(int32_t value) { ___U3CModelIdU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CAudioPathU3Ek__BackingField_10() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CAudioPathU3Ek__BackingField_10)); } inline String_t* get_U3CAudioPathU3Ek__BackingField_10() const { return ___U3CAudioPathU3Ek__BackingField_10; } inline String_t** get_address_of_U3CAudioPathU3Ek__BackingField_10() { return &___U3CAudioPathU3Ek__BackingField_10; } inline void set_U3CAudioPathU3Ek__BackingField_10(String_t* value) { ___U3CAudioPathU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((&___U3CAudioPathU3Ek__BackingField_10), value); } inline static int32_t get_offset_of_U3CfashionsU3Ek__BackingField_11() { return static_cast(offsetof(HandBookStoryStepInfo_t4152503288, ___U3CfashionsU3Ek__BackingField_11)); } inline String_t* get_U3CfashionsU3Ek__BackingField_11() const { return ___U3CfashionsU3Ek__BackingField_11; } inline String_t** get_address_of_U3CfashionsU3Ek__BackingField_11() { return &___U3CfashionsU3Ek__BackingField_11; } inline void set_U3CfashionsU3Ek__BackingField_11(String_t* value) { ___U3CfashionsU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((&___U3CfashionsU3Ek__BackingField_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKSTORYSTEPINFO_T4152503288_H #ifndef CGIFTLISTWND_T2390808505_H #define CGIFTLISTWND_T2390808505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftListWnd struct CGiftListWnd_t2390808505 : public RuntimeObject { public: // DMCore.Logic.enumGiftListMode DMCore.Logic.CGiftListWnd::m_mode int32_t ___m_mode_1; // System.String DMCore.Logic.CGiftListWnd::m_desc String_t* ___m_desc_2; // DMCore.Logic.CAwardList DMCore.Logic.CGiftListWnd::m_awardArr CAwardList_t4094041907 * ___m_awardArr_3; // DMCore.CDataArray DMCore.Logic.CGiftListWnd::m_callbackData CDataArray_t4068198041 * ___m_callbackData_4; // DMCore.Logic.OnAccetpGiftsCallback DMCore.Logic.CGiftListWnd::m_acceptCallback OnAccetpGiftsCallback_t3618620664 * ___m_acceptCallback_5; public: inline static int32_t get_offset_of_m_mode_1() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_mode_1)); } inline int32_t get_m_mode_1() const { return ___m_mode_1; } inline int32_t* get_address_of_m_mode_1() { return &___m_mode_1; } inline void set_m_mode_1(int32_t value) { ___m_mode_1 = value; } inline static int32_t get_offset_of_m_desc_2() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_desc_2)); } inline String_t* get_m_desc_2() const { return ___m_desc_2; } inline String_t** get_address_of_m_desc_2() { return &___m_desc_2; } inline void set_m_desc_2(String_t* value) { ___m_desc_2 = value; Il2CppCodeGenWriteBarrier((&___m_desc_2), value); } inline static int32_t get_offset_of_m_awardArr_3() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_awardArr_3)); } inline CAwardList_t4094041907 * get_m_awardArr_3() const { return ___m_awardArr_3; } inline CAwardList_t4094041907 ** get_address_of_m_awardArr_3() { return &___m_awardArr_3; } inline void set_m_awardArr_3(CAwardList_t4094041907 * value) { ___m_awardArr_3 = value; Il2CppCodeGenWriteBarrier((&___m_awardArr_3), value); } inline static int32_t get_offset_of_m_callbackData_4() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_callbackData_4)); } inline CDataArray_t4068198041 * get_m_callbackData_4() const { return ___m_callbackData_4; } inline CDataArray_t4068198041 ** get_address_of_m_callbackData_4() { return &___m_callbackData_4; } inline void set_m_callbackData_4(CDataArray_t4068198041 * value) { ___m_callbackData_4 = value; Il2CppCodeGenWriteBarrier((&___m_callbackData_4), value); } inline static int32_t get_offset_of_m_acceptCallback_5() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_acceptCallback_5)); } inline OnAccetpGiftsCallback_t3618620664 * get_m_acceptCallback_5() const { return ___m_acceptCallback_5; } inline OnAccetpGiftsCallback_t3618620664 ** get_address_of_m_acceptCallback_5() { return &___m_acceptCallback_5; } inline void set_m_acceptCallback_5(OnAccetpGiftsCallback_t3618620664 * value) { ___m_acceptCallback_5 = value; Il2CppCodeGenWriteBarrier((&___m_acceptCallback_5), value); } }; struct CGiftListWnd_t2390808505_StaticFields { public: // DMCore.Logic.CGiftListWnd DMCore.Logic.CGiftListWnd::s_instance CGiftListWnd_t2390808505 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CGiftListWnd_t2390808505_StaticFields, ___s_instance_0)); } inline CGiftListWnd_t2390808505 * get_s_instance_0() const { return ___s_instance_0; } inline CGiftListWnd_t2390808505 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CGiftListWnd_t2390808505 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTLISTWND_T2390808505_H #ifndef CGIFTMANAGER_T2180653355_H #define CGIFTMANAGER_T2180653355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftManager struct CGiftManager_t2180653355 : public RuntimeObject { public: // DMCore.Logic.CGiftManager/OnPlayEffect DMCore.Logic.CGiftManager::onPlayEffect OnPlayEffect_t1177268666 * ___onPlayEffect_0; // System.String DMCore.Logic.CGiftManager::m_strUserName String_t* ___m_strUserName_1; // System.Int64 DMCore.Logic.CGiftManager::m_userID int64_t ___m_userID_2; // DMCore.Logic.enumGift DMCore.Logic.CGiftManager::m_ActiveGift int32_t ___m_ActiveGift_3; // System.Int32 DMCore.Logic.CGiftManager::m_targetId int32_t ___m_targetId_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirRose Dictionary_2_t4239275471 * ___m_AnimateDirRose_7; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirLily Dictionary_2_t4239275471 * ___m_AnimateDirLily_8; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirPerfume Dictionary_2_t4239275471 * ___m_AnimateDirPerfume_9; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirCrystal Dictionary_2_t4239275471 * ___m_AnimateDirCrystal_10; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CGiftManager::m_AnimateList LinkedList_1_t1296649317 * ___m_AnimateList_11; public: inline static int32_t get_offset_of_onPlayEffect_0() { return static_cast(offsetof(CGiftManager_t2180653355, ___onPlayEffect_0)); } inline OnPlayEffect_t1177268666 * get_onPlayEffect_0() const { return ___onPlayEffect_0; } inline OnPlayEffect_t1177268666 ** get_address_of_onPlayEffect_0() { return &___onPlayEffect_0; } inline void set_onPlayEffect_0(OnPlayEffect_t1177268666 * value) { ___onPlayEffect_0 = value; Il2CppCodeGenWriteBarrier((&___onPlayEffect_0), value); } inline static int32_t get_offset_of_m_strUserName_1() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_strUserName_1)); } inline String_t* get_m_strUserName_1() const { return ___m_strUserName_1; } inline String_t** get_address_of_m_strUserName_1() { return &___m_strUserName_1; } inline void set_m_strUserName_1(String_t* value) { ___m_strUserName_1 = value; Il2CppCodeGenWriteBarrier((&___m_strUserName_1), value); } inline static int32_t get_offset_of_m_userID_2() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_userID_2)); } inline int64_t get_m_userID_2() const { return ___m_userID_2; } inline int64_t* get_address_of_m_userID_2() { return &___m_userID_2; } inline void set_m_userID_2(int64_t value) { ___m_userID_2 = value; } inline static int32_t get_offset_of_m_ActiveGift_3() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_ActiveGift_3)); } inline int32_t get_m_ActiveGift_3() const { return ___m_ActiveGift_3; } inline int32_t* get_address_of_m_ActiveGift_3() { return &___m_ActiveGift_3; } inline void set_m_ActiveGift_3(int32_t value) { ___m_ActiveGift_3 = value; } inline static int32_t get_offset_of_m_targetId_4() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_targetId_4)); } inline int32_t get_m_targetId_4() const { return ___m_targetId_4; } inline int32_t* get_address_of_m_targetId_4() { return &___m_targetId_4; } inline void set_m_targetId_4(int32_t value) { ___m_targetId_4 = value; } inline static int32_t get_offset_of_m_AnimateDirRose_7() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirRose_7)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirRose_7() const { return ___m_AnimateDirRose_7; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirRose_7() { return &___m_AnimateDirRose_7; } inline void set_m_AnimateDirRose_7(Dictionary_2_t4239275471 * value) { ___m_AnimateDirRose_7 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirRose_7), value); } inline static int32_t get_offset_of_m_AnimateDirLily_8() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirLily_8)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirLily_8() const { return ___m_AnimateDirLily_8; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirLily_8() { return &___m_AnimateDirLily_8; } inline void set_m_AnimateDirLily_8(Dictionary_2_t4239275471 * value) { ___m_AnimateDirLily_8 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirLily_8), value); } inline static int32_t get_offset_of_m_AnimateDirPerfume_9() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirPerfume_9)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirPerfume_9() const { return ___m_AnimateDirPerfume_9; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirPerfume_9() { return &___m_AnimateDirPerfume_9; } inline void set_m_AnimateDirPerfume_9(Dictionary_2_t4239275471 * value) { ___m_AnimateDirPerfume_9 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirPerfume_9), value); } inline static int32_t get_offset_of_m_AnimateDirCrystal_10() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirCrystal_10)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirCrystal_10() const { return ___m_AnimateDirCrystal_10; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirCrystal_10() { return &___m_AnimateDirCrystal_10; } inline void set_m_AnimateDirCrystal_10(Dictionary_2_t4239275471 * value) { ___m_AnimateDirCrystal_10 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirCrystal_10), value); } inline static int32_t get_offset_of_m_AnimateList_11() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateList_11)); } inline LinkedList_1_t1296649317 * get_m_AnimateList_11() const { return ___m_AnimateList_11; } inline LinkedList_1_t1296649317 ** get_address_of_m_AnimateList_11() { return &___m_AnimateList_11; } inline void set_m_AnimateList_11(LinkedList_1_t1296649317 * value) { ___m_AnimateList_11 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateList_11), value); } }; struct CGiftManager_t2180653355_StaticFields { public: // System.Int32 DMCore.Logic.CGiftManager::s_SendCount int32_t ___s_SendCount_5; // DMCore.Logic.CGiftManager DMCore.Logic.CGiftManager::s_Instance CGiftManager_t2180653355 * ___s_Instance_6; // System.Boolean DMCore.Logic.CGiftManager::isShow bool ___isShow_12; public: inline static int32_t get_offset_of_s_SendCount_5() { return static_cast(offsetof(CGiftManager_t2180653355_StaticFields, ___s_SendCount_5)); } inline int32_t get_s_SendCount_5() const { return ___s_SendCount_5; } inline int32_t* get_address_of_s_SendCount_5() { return &___s_SendCount_5; } inline void set_s_SendCount_5(int32_t value) { ___s_SendCount_5 = value; } inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CGiftManager_t2180653355_StaticFields, ___s_Instance_6)); } inline CGiftManager_t2180653355 * get_s_Instance_6() const { return ___s_Instance_6; } inline CGiftManager_t2180653355 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CGiftManager_t2180653355 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } inline static int32_t get_offset_of_isShow_12() { return static_cast(offsetof(CGiftManager_t2180653355_StaticFields, ___isShow_12)); } inline bool get_isShow_12() const { return ___isShow_12; } inline bool* get_address_of_isShow_12() { return &___isShow_12; } inline void set_isShow_12(bool value) { ___isShow_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTMANAGER_T2180653355_H #ifndef CWNDCONTROLLER_T749709641_H #define CWNDCONTROLLER_T749709641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndController struct CWndController_t749709641 : public RuntimeObject { public: // DMCore.Logic.CWndController/UIWndStack DMCore.Logic.CWndController::m_ShowWndStack UIWndStack_t3738908003 * ___m_ShowWndStack_0; // UnityEngine.Transform DMCore.Logic.CWndController::m_rootScene Transform_t3600365921 * ___m_rootScene_1; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_rootPage int32_t ___m_rootPage_2; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_customReturnPage int32_t ___m_customReturnPage_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWndController::m_SceneBGGroup Dictionary_2_t3385622220 * ___m_SceneBGGroup_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWndController::m_dictionary Dictionary_2_t3999618383 * ___m_dictionary_5; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_activePage int32_t ___m_activePage_6; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_lastActivePage int32_t ___m_lastActivePage_7; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::m_NeedShowTaskPage int32_t ___m_NeedShowTaskPage_8; public: inline static int32_t get_offset_of_m_ShowWndStack_0() { return static_cast(offsetof(CWndController_t749709641, ___m_ShowWndStack_0)); } inline UIWndStack_t3738908003 * get_m_ShowWndStack_0() const { return ___m_ShowWndStack_0; } inline UIWndStack_t3738908003 ** get_address_of_m_ShowWndStack_0() { return &___m_ShowWndStack_0; } inline void set_m_ShowWndStack_0(UIWndStack_t3738908003 * value) { ___m_ShowWndStack_0 = value; Il2CppCodeGenWriteBarrier((&___m_ShowWndStack_0), value); } inline static int32_t get_offset_of_m_rootScene_1() { return static_cast(offsetof(CWndController_t749709641, ___m_rootScene_1)); } inline Transform_t3600365921 * get_m_rootScene_1() const { return ___m_rootScene_1; } inline Transform_t3600365921 ** get_address_of_m_rootScene_1() { return &___m_rootScene_1; } inline void set_m_rootScene_1(Transform_t3600365921 * value) { ___m_rootScene_1 = value; Il2CppCodeGenWriteBarrier((&___m_rootScene_1), value); } inline static int32_t get_offset_of_m_rootPage_2() { return static_cast(offsetof(CWndController_t749709641, ___m_rootPage_2)); } inline int32_t get_m_rootPage_2() const { return ___m_rootPage_2; } inline int32_t* get_address_of_m_rootPage_2() { return &___m_rootPage_2; } inline void set_m_rootPage_2(int32_t value) { ___m_rootPage_2 = value; } inline static int32_t get_offset_of_m_customReturnPage_3() { return static_cast(offsetof(CWndController_t749709641, ___m_customReturnPage_3)); } inline int32_t get_m_customReturnPage_3() const { return ___m_customReturnPage_3; } inline int32_t* get_address_of_m_customReturnPage_3() { return &___m_customReturnPage_3; } inline void set_m_customReturnPage_3(int32_t value) { ___m_customReturnPage_3 = value; } inline static int32_t get_offset_of_m_SceneBGGroup_4() { return static_cast(offsetof(CWndController_t749709641, ___m_SceneBGGroup_4)); } inline Dictionary_2_t3385622220 * get_m_SceneBGGroup_4() const { return ___m_SceneBGGroup_4; } inline Dictionary_2_t3385622220 ** get_address_of_m_SceneBGGroup_4() { return &___m_SceneBGGroup_4; } inline void set_m_SceneBGGroup_4(Dictionary_2_t3385622220 * value) { ___m_SceneBGGroup_4 = value; Il2CppCodeGenWriteBarrier((&___m_SceneBGGroup_4), value); } inline static int32_t get_offset_of_m_dictionary_5() { return static_cast(offsetof(CWndController_t749709641, ___m_dictionary_5)); } inline Dictionary_2_t3999618383 * get_m_dictionary_5() const { return ___m_dictionary_5; } inline Dictionary_2_t3999618383 ** get_address_of_m_dictionary_5() { return &___m_dictionary_5; } inline void set_m_dictionary_5(Dictionary_2_t3999618383 * value) { ___m_dictionary_5 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_5), value); } inline static int32_t get_offset_of_m_activePage_6() { return static_cast(offsetof(CWndController_t749709641, ___m_activePage_6)); } inline int32_t get_m_activePage_6() const { return ___m_activePage_6; } inline int32_t* get_address_of_m_activePage_6() { return &___m_activePage_6; } inline void set_m_activePage_6(int32_t value) { ___m_activePage_6 = value; } inline static int32_t get_offset_of_m_lastActivePage_7() { return static_cast(offsetof(CWndController_t749709641, ___m_lastActivePage_7)); } inline int32_t get_m_lastActivePage_7() const { return ___m_lastActivePage_7; } inline int32_t* get_address_of_m_lastActivePage_7() { return &___m_lastActivePage_7; } inline void set_m_lastActivePage_7(int32_t value) { ___m_lastActivePage_7 = value; } inline static int32_t get_offset_of_m_NeedShowTaskPage_8() { return static_cast(offsetof(CWndController_t749709641, ___m_NeedShowTaskPage_8)); } inline int32_t get_m_NeedShowTaskPage_8() const { return ___m_NeedShowTaskPage_8; } inline int32_t* get_address_of_m_NeedShowTaskPage_8() { return &___m_NeedShowTaskPage_8; } inline void set_m_NeedShowTaskPage_8(int32_t value) { ___m_NeedShowTaskPage_8 = value; } }; struct CWndController_t749709641_StaticFields { public: // DMCore.Logic.CWndController DMCore.Logic.CWndController::s_Instance CWndController_t749709641 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(CWndController_t749709641_StaticFields, ___s_Instance_9)); } inline CWndController_t749709641 * get_s_Instance_9() const { return ___s_Instance_9; } inline CWndController_t749709641 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(CWndController_t749709641 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWNDCONTROLLER_T749709641_H #ifndef ISCENEBASEOBJ_T858622483_H #define ISCENEBASEOBJ_T858622483_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483 : public ILogicBase_t2190831891 { public: // DMCore.Framework.Scene.ServerSceneObjType DMCore.Framework.Scene.ISceneBaseObj::m_Type int16_t ___m_Type_4; // DMCore.Framework.Scene.ServerSceneSubType DMCore.Framework.Scene.ISceneBaseObj::m_SubType int16_t ___m_SubType_5; // UnityEngine.GameObject DMCore.Framework.Scene.ISceneBaseObj::m_pGameObject GameObject_t1113636619 * ___m_pGameObject_6; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_Name String_t* ___m_Name_7; // System.String DMCore.Framework.Scene.ISceneBaseObj::m_PrefabPath String_t* ___m_PrefabPath_8; // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::m_NetProperty CProperty_t963755051 * ___m_NetProperty_9; // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::m_userProperty CDataProperty_t2806246268 * ___m_userProperty_10; // System.Collections.Generic.List`1 DMCore.Framework.Scene.ISceneBaseObj::m_listTransform List_1_t817360128 * ___m_listTransform_11; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnable bool ___m_bEnable_12; // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::m_bEnableTitle bool ___m_bEnableTitle_13; // DMCore.Framework.Scene.enumRoleState DMCore.Framework.Scene.ISceneBaseObj::m_roleState int32_t ___m_roleState_14; // DMCore.Framework.CRoleEffectManager DMCore.Framework.Scene.ISceneBaseObj::m_RoleEffectManager CRoleEffectManager_t3637256918 * ___m_RoleEffectManager_15; // System.Int64 DMCore.Framework.Scene.ISceneBaseObj::m_UserID int64_t ___m_UserID_16; // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::m_AnimSite CAnimSite_t233742424 * ___m_AnimSite_17; // CSkeletonSite DMCore.Framework.Scene.ISceneBaseObj::m_skeletonSite CSkeletonSite_t1178137573 * ___m_skeletonSite_18; public: inline static int32_t get_offset_of_m_Type_4() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Type_4)); } inline int16_t get_m_Type_4() const { return ___m_Type_4; } inline int16_t* get_address_of_m_Type_4() { return &___m_Type_4; } inline void set_m_Type_4(int16_t value) { ___m_Type_4 = value; } inline static int32_t get_offset_of_m_SubType_5() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_SubType_5)); } inline int16_t get_m_SubType_5() const { return ___m_SubType_5; } inline int16_t* get_address_of_m_SubType_5() { return &___m_SubType_5; } inline void set_m_SubType_5(int16_t value) { ___m_SubType_5 = value; } inline static int32_t get_offset_of_m_pGameObject_6() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_pGameObject_6)); } inline GameObject_t1113636619 * get_m_pGameObject_6() const { return ___m_pGameObject_6; } inline GameObject_t1113636619 ** get_address_of_m_pGameObject_6() { return &___m_pGameObject_6; } inline void set_m_pGameObject_6(GameObject_t1113636619 * value) { ___m_pGameObject_6 = value; Il2CppCodeGenWriteBarrier((&___m_pGameObject_6), value); } inline static int32_t get_offset_of_m_Name_7() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_Name_7)); } inline String_t* get_m_Name_7() const { return ___m_Name_7; } inline String_t** get_address_of_m_Name_7() { return &___m_Name_7; } inline void set_m_Name_7(String_t* value) { ___m_Name_7 = value; Il2CppCodeGenWriteBarrier((&___m_Name_7), value); } inline static int32_t get_offset_of_m_PrefabPath_8() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_PrefabPath_8)); } inline String_t* get_m_PrefabPath_8() const { return ___m_PrefabPath_8; } inline String_t** get_address_of_m_PrefabPath_8() { return &___m_PrefabPath_8; } inline void set_m_PrefabPath_8(String_t* value) { ___m_PrefabPath_8 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabPath_8), value); } inline static int32_t get_offset_of_m_NetProperty_9() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_NetProperty_9)); } inline CProperty_t963755051 * get_m_NetProperty_9() const { return ___m_NetProperty_9; } inline CProperty_t963755051 ** get_address_of_m_NetProperty_9() { return &___m_NetProperty_9; } inline void set_m_NetProperty_9(CProperty_t963755051 * value) { ___m_NetProperty_9 = value; Il2CppCodeGenWriteBarrier((&___m_NetProperty_9), value); } inline static int32_t get_offset_of_m_userProperty_10() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_userProperty_10)); } inline CDataProperty_t2806246268 * get_m_userProperty_10() const { return ___m_userProperty_10; } inline CDataProperty_t2806246268 ** get_address_of_m_userProperty_10() { return &___m_userProperty_10; } inline void set_m_userProperty_10(CDataProperty_t2806246268 * value) { ___m_userProperty_10 = value; Il2CppCodeGenWriteBarrier((&___m_userProperty_10), value); } inline static int32_t get_offset_of_m_listTransform_11() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_listTransform_11)); } inline List_1_t817360128 * get_m_listTransform_11() const { return ___m_listTransform_11; } inline List_1_t817360128 ** get_address_of_m_listTransform_11() { return &___m_listTransform_11; } inline void set_m_listTransform_11(List_1_t817360128 * value) { ___m_listTransform_11 = value; Il2CppCodeGenWriteBarrier((&___m_listTransform_11), value); } inline static int32_t get_offset_of_m_bEnable_12() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnable_12)); } inline bool get_m_bEnable_12() const { return ___m_bEnable_12; } inline bool* get_address_of_m_bEnable_12() { return &___m_bEnable_12; } inline void set_m_bEnable_12(bool value) { ___m_bEnable_12 = value; } inline static int32_t get_offset_of_m_bEnableTitle_13() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_bEnableTitle_13)); } inline bool get_m_bEnableTitle_13() const { return ___m_bEnableTitle_13; } inline bool* get_address_of_m_bEnableTitle_13() { return &___m_bEnableTitle_13; } inline void set_m_bEnableTitle_13(bool value) { ___m_bEnableTitle_13 = value; } inline static int32_t get_offset_of_m_roleState_14() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_roleState_14)); } inline int32_t get_m_roleState_14() const { return ___m_roleState_14; } inline int32_t* get_address_of_m_roleState_14() { return &___m_roleState_14; } inline void set_m_roleState_14(int32_t value) { ___m_roleState_14 = value; } inline static int32_t get_offset_of_m_RoleEffectManager_15() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_RoleEffectManager_15)); } inline CRoleEffectManager_t3637256918 * get_m_RoleEffectManager_15() const { return ___m_RoleEffectManager_15; } inline CRoleEffectManager_t3637256918 ** get_address_of_m_RoleEffectManager_15() { return &___m_RoleEffectManager_15; } inline void set_m_RoleEffectManager_15(CRoleEffectManager_t3637256918 * value) { ___m_RoleEffectManager_15 = value; Il2CppCodeGenWriteBarrier((&___m_RoleEffectManager_15), value); } inline static int32_t get_offset_of_m_UserID_16() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_UserID_16)); } inline int64_t get_m_UserID_16() const { return ___m_UserID_16; } inline int64_t* get_address_of_m_UserID_16() { return &___m_UserID_16; } inline void set_m_UserID_16(int64_t value) { ___m_UserID_16 = value; } inline static int32_t get_offset_of_m_AnimSite_17() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_AnimSite_17)); } inline CAnimSite_t233742424 * get_m_AnimSite_17() const { return ___m_AnimSite_17; } inline CAnimSite_t233742424 ** get_address_of_m_AnimSite_17() { return &___m_AnimSite_17; } inline void set_m_AnimSite_17(CAnimSite_t233742424 * value) { ___m_AnimSite_17 = value; Il2CppCodeGenWriteBarrier((&___m_AnimSite_17), value); } inline static int32_t get_offset_of_m_skeletonSite_18() { return static_cast(offsetof(ISceneBaseObj_t858622483, ___m_skeletonSite_18)); } inline CSkeletonSite_t1178137573 * get_m_skeletonSite_18() const { return ___m_skeletonSite_18; } inline CSkeletonSite_t1178137573 ** get_address_of_m_skeletonSite_18() { return &___m_skeletonSite_18; } inline void set_m_skeletonSite_18(CSkeletonSite_t1178137573 * value) { ___m_skeletonSite_18 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonSite_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEBASEOBJ_T858622483_H #ifndef CITEMBASE_T2436786639_H #define CITEMBASE_T2436786639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemBase struct CItemBase_t2436786639 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CItemBase::m_ConfigID int32_t ___m_ConfigID_0; // System.Int32 DMCore.Logic.CItemBase::m_ServerID int32_t ___m_ServerID_1; // System.Int32 DMCore.Logic.CItemBase::m_FashionStarValue int32_t ___m_FashionStarValue_2; // DMCore.Logic.ItemQuality DMCore.Logic.CItemBase::m_Quality int32_t ___m_Quality_3; // DMCore.CDataProperty DMCore.Logic.CItemBase::m_Property CDataProperty_t2806246268 * ___m_Property_4; // DMCore.Logic.PackageItemType DMCore.Logic.CItemBase::m_Type int32_t ___m_Type_5; // System.Int32 DMCore.Logic.CItemBase::m_CanRenew int32_t ___m_CanRenew_6; // System.Int32 DMCore.Logic.CItemBase::m_tag int32_t ___m_tag_7; public: inline static int32_t get_offset_of_m_ConfigID_0() { return static_cast(offsetof(CItemBase_t2436786639, ___m_ConfigID_0)); } inline int32_t get_m_ConfigID_0() const { return ___m_ConfigID_0; } inline int32_t* get_address_of_m_ConfigID_0() { return &___m_ConfigID_0; } inline void set_m_ConfigID_0(int32_t value) { ___m_ConfigID_0 = value; } inline static int32_t get_offset_of_m_ServerID_1() { return static_cast(offsetof(CItemBase_t2436786639, ___m_ServerID_1)); } inline int32_t get_m_ServerID_1() const { return ___m_ServerID_1; } inline int32_t* get_address_of_m_ServerID_1() { return &___m_ServerID_1; } inline void set_m_ServerID_1(int32_t value) { ___m_ServerID_1 = value; } inline static int32_t get_offset_of_m_FashionStarValue_2() { return static_cast(offsetof(CItemBase_t2436786639, ___m_FashionStarValue_2)); } inline int32_t get_m_FashionStarValue_2() const { return ___m_FashionStarValue_2; } inline int32_t* get_address_of_m_FashionStarValue_2() { return &___m_FashionStarValue_2; } inline void set_m_FashionStarValue_2(int32_t value) { ___m_FashionStarValue_2 = value; } inline static int32_t get_offset_of_m_Quality_3() { return static_cast(offsetof(CItemBase_t2436786639, ___m_Quality_3)); } inline int32_t get_m_Quality_3() const { return ___m_Quality_3; } inline int32_t* get_address_of_m_Quality_3() { return &___m_Quality_3; } inline void set_m_Quality_3(int32_t value) { ___m_Quality_3 = value; } inline static int32_t get_offset_of_m_Property_4() { return static_cast(offsetof(CItemBase_t2436786639, ___m_Property_4)); } inline CDataProperty_t2806246268 * get_m_Property_4() const { return ___m_Property_4; } inline CDataProperty_t2806246268 ** get_address_of_m_Property_4() { return &___m_Property_4; } inline void set_m_Property_4(CDataProperty_t2806246268 * value) { ___m_Property_4 = value; Il2CppCodeGenWriteBarrier((&___m_Property_4), value); } inline static int32_t get_offset_of_m_Type_5() { return static_cast(offsetof(CItemBase_t2436786639, ___m_Type_5)); } inline int32_t get_m_Type_5() const { return ___m_Type_5; } inline int32_t* get_address_of_m_Type_5() { return &___m_Type_5; } inline void set_m_Type_5(int32_t value) { ___m_Type_5 = value; } inline static int32_t get_offset_of_m_CanRenew_6() { return static_cast(offsetof(CItemBase_t2436786639, ___m_CanRenew_6)); } inline int32_t get_m_CanRenew_6() const { return ___m_CanRenew_6; } inline int32_t* get_address_of_m_CanRenew_6() { return &___m_CanRenew_6; } inline void set_m_CanRenew_6(int32_t value) { ___m_CanRenew_6 = value; } inline static int32_t get_offset_of_m_tag_7() { return static_cast(offsetof(CItemBase_t2436786639, ___m_tag_7)); } inline int32_t get_m_tag_7() const { return ___m_tag_7; } inline int32_t* get_address_of_m_tag_7() { return &___m_tag_7; } inline void set_m_tag_7(int32_t value) { ___m_tag_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMBASE_T2436786639_H #ifndef PREDICATE_1_T2359430004_H #define PREDICATE_1_T2359430004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2359430004 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2359430004_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 PREDICATE_1_T1445399169_H #define PREDICATE_1_T1445399169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1445399169 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1445399169_H #ifndef ONCONFIRMUSEAMOUNT_T3345112943_H #define ONCONFIRMUSEAMOUNT_T3345112943_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount struct OnConfirmUseAmount_t3345112943 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCONFIRMUSEAMOUNT_T3345112943_H #ifndef 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 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 TIMERCALLBACKPROC_T3381003091_H #define TIMERCALLBACKPROC_T3381003091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMERCALLBACKPROC_T3381003091_H #ifndef CITEMDATA_T3599323914_H #define CITEMDATA_T3599323914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemData struct CItemData_t3599323914 : public CItemBase_t2436786639 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMDATA_T3599323914_H #ifndef 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 ACTION_2_T949473781_H #define ACTION_2_T949473781_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_t949473781 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T949473781_H #ifndef ONPLAYEFFECT_T1177268666_H #define ONPLAYEFFECT_T1177268666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftManager/OnPlayEffect struct OnPlayEffect_t1177268666 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONPLAYEFFECT_T1177268666_H #ifndef ONCANCELANDEXIT_T3571001794_H #define ONCANCELANDEXIT_T3571001794_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit struct OnCancelAndExit_t3571001794 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCANCELANDEXIT_T3571001794_H #ifndef ONCONFIRMBUYAMOUNT_T3515310033_H #define ONCONFIRMBUYAMOUNT_T3515310033_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount struct OnConfirmBuyAmount_t3515310033 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCONFIRMBUYAMOUNT_T3515310033_H #ifndef PREDICATE_1_T2380645705_H #define PREDICATE_1_T2380645705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2380645705 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2380645705_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 CPROPITEM_T1455887095_H #define CPROPITEM_T1455887095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropItem struct CPropItem_t1455887095 : public CItemBase_t2436786639 { public: public: }; struct CPropItem_t1455887095_StaticFields { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropItem::<>f__switch$map7 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map7_8; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map7_8() { return static_cast(offsetof(CPropItem_t1455887095_StaticFields, ___U3CU3Ef__switchU24map7_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map7_8() const { return ___U3CU3Ef__switchU24map7_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map7_8() { return &___U3CU3Ef__switchU24map7_8; } inline void set_U3CU3Ef__switchU24map7_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map7_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map7_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPITEM_T1455887095_H #ifndef CHANGESTATECALLBACK_T3932589649_H #define CHANGESTATECALLBACK_T3932589649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChangeStateCallback struct ChangeStateCallback_t3932589649 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANGESTATECALLBACK_T3932589649_H #ifndef PREDICATE_1_T613639866_H #define PREDICATE_1_T613639866_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t613639866 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T613639866_H #ifndef ACTION_1_T1302699353_H #define ACTION_1_T1302699353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1302699353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1302699353_H #ifndef PREDICATE_1_T787732190_H #define PREDICATE_1_T787732190_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t787732190 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T787732190_H #ifndef COMPARISON_1_T2785156922_H #define COMPARISON_1_T2785156922_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_t2785156922 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2785156922_H #ifndef PREDICATE_1_T3835519867_H #define PREDICATE_1_T3835519867_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3835519867 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3835519867_H #ifndef ONINFOCHANGED_T2866752421_H #define ONINFOCHANGED_T2866752421_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuessManager/OnInfoChanged struct OnInfoChanged_t2866752421 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONINFOCHANGED_T2866752421_H #ifndef PREDICATE_1_T441215524_H #define PREDICATE_1_T441215524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t441215524 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T441215524_H #ifndef COMPARISON_1_T450862630_H #define COMPARISON_1_T450862630_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_t450862630 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T450862630_H #ifndef ONCHANGENAMECALLBACK_T2458829697_H #define ONCHANGENAMECALLBACK_T2458829697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnChangeNameCallback struct OnChangeNameCallback_t2458829697 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCHANGENAMECALLBACK_T2458829697_H #ifndef DATAREFRESHCALLBACK_T1481235937_H #define DATAREFRESHCALLBACK_T1481235937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolShowManager/DataRefreshCallBack struct DataRefreshCallBack_t1481235937 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATAREFRESHCALLBACK_T1481235937_H #ifndef ONACCETPGIFTSCALLBACK_T3618620664_H #define ONACCETPGIFTSCALLBACK_T3618620664_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnAccetpGiftsCallback struct OnAccetpGiftsCallback_t3618620664 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONACCETPGIFTSCALLBACK_T3618620664_H #ifndef SENDPOPULARLOGDETAIL_T1438849614_H #define SENDPOPULARLOGDETAIL_T1438849614_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolShowManager/SendPopularLogDetail struct SendPopularLogDetail_t1438849614 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SENDPOPULARLOGDETAIL_T1438849614_H #ifndef PREDICATE_1_T1501225575_H #define PREDICATE_1_T1501225575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1501225575 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1501225575_H #ifndef COMPARISON_1_T4012262430_H #define COMPARISON_1_T4012262430_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_t4012262430 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T4012262430_H #ifndef CGUILDDATA_T2153593818_H #define CGUILDDATA_T2153593818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGuildData struct CGuildData_t2153593818 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CGuildData::GuildID int32_t ___GuildID_0; // System.Int64 DMCore.Logic.CGuildData::PhotoID int64_t ___PhotoID_1; // System.String DMCore.Logic.CGuildData::GuildName String_t* ___GuildName_2; // System.Int32 DMCore.Logic.CGuildData::GuildLevel int32_t ___GuildLevel_3; // System.Int32 DMCore.Logic.CGuildData::CurLevelExperience int32_t ___CurLevelExperience_4; // System.String DMCore.Logic.CGuildData::OwnerName String_t* ___OwnerName_5; // System.Int32 DMCore.Logic.CGuildData::DistrictID int32_t ___DistrictID_6; // System.Int32 DMCore.Logic.CGuildData::CurMemberCount int32_t ___CurMemberCount_7; // System.Int32 DMCore.Logic.CGuildData::MaxMemberCount int32_t ___MaxMemberCount_8; // System.Boolean DMCore.Logic.CGuildData::IsBeApplying bool ___IsBeApplying_9; // System.String DMCore.Logic.CGuildData::CreateDate String_t* ___CreateDate_10; // System.String DMCore.Logic.CGuildData::Signature String_t* ___Signature_11; // System.String DMCore.Logic.CGuildData::Notice String_t* ___Notice_12; // System.String DMCore.Logic.CGuildData::DissolveTime String_t* ___DissolveTime_13; // System.String DMCore.Logic.CGuildData::CurServerTime String_t* ___CurServerTime_14; // System.DateTime DMCore.Logic.CGuildData::CurClientTime DateTime_t3738529785 ___CurClientTime_15; // System.Int32 DMCore.Logic.CGuildData::UpLevelExperience int32_t ___UpLevelExperience_16; public: inline static int32_t get_offset_of_GuildID_0() { return static_cast(offsetof(CGuildData_t2153593818, ___GuildID_0)); } inline int32_t get_GuildID_0() const { return ___GuildID_0; } inline int32_t* get_address_of_GuildID_0() { return &___GuildID_0; } inline void set_GuildID_0(int32_t value) { ___GuildID_0 = value; } inline static int32_t get_offset_of_PhotoID_1() { return static_cast(offsetof(CGuildData_t2153593818, ___PhotoID_1)); } inline int64_t get_PhotoID_1() const { return ___PhotoID_1; } inline int64_t* get_address_of_PhotoID_1() { return &___PhotoID_1; } inline void set_PhotoID_1(int64_t value) { ___PhotoID_1 = value; } inline static int32_t get_offset_of_GuildName_2() { return static_cast(offsetof(CGuildData_t2153593818, ___GuildName_2)); } inline String_t* get_GuildName_2() const { return ___GuildName_2; } inline String_t** get_address_of_GuildName_2() { return &___GuildName_2; } inline void set_GuildName_2(String_t* value) { ___GuildName_2 = value; Il2CppCodeGenWriteBarrier((&___GuildName_2), value); } inline static int32_t get_offset_of_GuildLevel_3() { return static_cast(offsetof(CGuildData_t2153593818, ___GuildLevel_3)); } inline int32_t get_GuildLevel_3() const { return ___GuildLevel_3; } inline int32_t* get_address_of_GuildLevel_3() { return &___GuildLevel_3; } inline void set_GuildLevel_3(int32_t value) { ___GuildLevel_3 = value; } inline static int32_t get_offset_of_CurLevelExperience_4() { return static_cast(offsetof(CGuildData_t2153593818, ___CurLevelExperience_4)); } inline int32_t get_CurLevelExperience_4() const { return ___CurLevelExperience_4; } inline int32_t* get_address_of_CurLevelExperience_4() { return &___CurLevelExperience_4; } inline void set_CurLevelExperience_4(int32_t value) { ___CurLevelExperience_4 = value; } inline static int32_t get_offset_of_OwnerName_5() { return static_cast(offsetof(CGuildData_t2153593818, ___OwnerName_5)); } inline String_t* get_OwnerName_5() const { return ___OwnerName_5; } inline String_t** get_address_of_OwnerName_5() { return &___OwnerName_5; } inline void set_OwnerName_5(String_t* value) { ___OwnerName_5 = value; Il2CppCodeGenWriteBarrier((&___OwnerName_5), value); } inline static int32_t get_offset_of_DistrictID_6() { return static_cast(offsetof(CGuildData_t2153593818, ___DistrictID_6)); } inline int32_t get_DistrictID_6() const { return ___DistrictID_6; } inline int32_t* get_address_of_DistrictID_6() { return &___DistrictID_6; } inline void set_DistrictID_6(int32_t value) { ___DistrictID_6 = value; } inline static int32_t get_offset_of_CurMemberCount_7() { return static_cast(offsetof(CGuildData_t2153593818, ___CurMemberCount_7)); } inline int32_t get_CurMemberCount_7() const { return ___CurMemberCount_7; } inline int32_t* get_address_of_CurMemberCount_7() { return &___CurMemberCount_7; } inline void set_CurMemberCount_7(int32_t value) { ___CurMemberCount_7 = value; } inline static int32_t get_offset_of_MaxMemberCount_8() { return static_cast(offsetof(CGuildData_t2153593818, ___MaxMemberCount_8)); } inline int32_t get_MaxMemberCount_8() const { return ___MaxMemberCount_8; } inline int32_t* get_address_of_MaxMemberCount_8() { return &___MaxMemberCount_8; } inline void set_MaxMemberCount_8(int32_t value) { ___MaxMemberCount_8 = value; } inline static int32_t get_offset_of_IsBeApplying_9() { return static_cast(offsetof(CGuildData_t2153593818, ___IsBeApplying_9)); } inline bool get_IsBeApplying_9() const { return ___IsBeApplying_9; } inline bool* get_address_of_IsBeApplying_9() { return &___IsBeApplying_9; } inline void set_IsBeApplying_9(bool value) { ___IsBeApplying_9 = value; } inline static int32_t get_offset_of_CreateDate_10() { return static_cast(offsetof(CGuildData_t2153593818, ___CreateDate_10)); } inline String_t* get_CreateDate_10() const { return ___CreateDate_10; } inline String_t** get_address_of_CreateDate_10() { return &___CreateDate_10; } inline void set_CreateDate_10(String_t* value) { ___CreateDate_10 = value; Il2CppCodeGenWriteBarrier((&___CreateDate_10), value); } inline static int32_t get_offset_of_Signature_11() { return static_cast(offsetof(CGuildData_t2153593818, ___Signature_11)); } inline String_t* get_Signature_11() const { return ___Signature_11; } inline String_t** get_address_of_Signature_11() { return &___Signature_11; } inline void set_Signature_11(String_t* value) { ___Signature_11 = value; Il2CppCodeGenWriteBarrier((&___Signature_11), value); } inline static int32_t get_offset_of_Notice_12() { return static_cast(offsetof(CGuildData_t2153593818, ___Notice_12)); } inline String_t* get_Notice_12() const { return ___Notice_12; } inline String_t** get_address_of_Notice_12() { return &___Notice_12; } inline void set_Notice_12(String_t* value) { ___Notice_12 = value; Il2CppCodeGenWriteBarrier((&___Notice_12), value); } inline static int32_t get_offset_of_DissolveTime_13() { return static_cast(offsetof(CGuildData_t2153593818, ___DissolveTime_13)); } inline String_t* get_DissolveTime_13() const { return ___DissolveTime_13; } inline String_t** get_address_of_DissolveTime_13() { return &___DissolveTime_13; } inline void set_DissolveTime_13(String_t* value) { ___DissolveTime_13 = value; Il2CppCodeGenWriteBarrier((&___DissolveTime_13), value); } inline static int32_t get_offset_of_CurServerTime_14() { return static_cast(offsetof(CGuildData_t2153593818, ___CurServerTime_14)); } inline String_t* get_CurServerTime_14() const { return ___CurServerTime_14; } inline String_t** get_address_of_CurServerTime_14() { return &___CurServerTime_14; } inline void set_CurServerTime_14(String_t* value) { ___CurServerTime_14 = value; Il2CppCodeGenWriteBarrier((&___CurServerTime_14), value); } inline static int32_t get_offset_of_CurClientTime_15() { return static_cast(offsetof(CGuildData_t2153593818, ___CurClientTime_15)); } inline DateTime_t3738529785 get_CurClientTime_15() const { return ___CurClientTime_15; } inline DateTime_t3738529785 * get_address_of_CurClientTime_15() { return &___CurClientTime_15; } inline void set_CurClientTime_15(DateTime_t3738529785 value) { ___CurClientTime_15 = value; } inline static int32_t get_offset_of_UpLevelExperience_16() { return static_cast(offsetof(CGuildData_t2153593818, ___UpLevelExperience_16)); } inline int32_t get_UpLevelExperience_16() const { return ___UpLevelExperience_16; } inline int32_t* get_address_of_UpLevelExperience_16() { return &___UpLevelExperience_16; } inline void set_UpLevelExperience_16(int32_t value) { ___UpLevelExperience_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUILDDATA_T2153593818_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 COMPARISON_1_T1309067059_H #define COMPARISON_1_T1309067059_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_t1309067059 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T1309067059_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 COMPARISON_1_T395036224_H #define COMPARISON_1_T395036224_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_t395036224 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T395036224_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 PREDICATE_1_T2732118709_H #define PREDICATE_1_T2732118709_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2732118709 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2732118709_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 ACTION_1_T1368688201_H #define ACTION_1_T1368688201_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_t1368688201 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1368688201_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 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 CHATBUBBLETYPE_T2493694615_H #define CHATBUBBLETYPE_T2493694615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChatBubbleType struct ChatBubbleType_t2493694615 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHATBUBBLETYPE_T2493694615_H #ifndef 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 ISCENEPERSONALROLELOADER_T3996068073_H #define ISCENEPERSONALROLELOADER_T3996068073_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IScenePersonalRoleLoader struct IScenePersonalRoleLoader_t3996068073 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject IScenePersonalRoleLoader::m_LoadingEff GameObject_t1113636619 * ___m_LoadingEff_2; // DMCore.Framework.Scene.ISceneRole IScenePersonalRoleLoader::m_role ISceneRole_t2394225724 * ___m_role_3; // UnityEngine.Transform IScenePersonalRoleLoader::m_transParent Transform_t3600365921 * ___m_transParent_4; // System.Int32 IScenePersonalRoleLoader::m_lastWidth int32_t ___m_lastWidth_5; // System.Int32 IScenePersonalRoleLoader::m_lastHeight int32_t ___m_lastHeight_6; public: inline static int32_t get_offset_of_m_LoadingEff_2() { return static_cast(offsetof(IScenePersonalRoleLoader_t3996068073, ___m_LoadingEff_2)); } inline GameObject_t1113636619 * get_m_LoadingEff_2() const { return ___m_LoadingEff_2; } inline GameObject_t1113636619 ** get_address_of_m_LoadingEff_2() { return &___m_LoadingEff_2; } inline void set_m_LoadingEff_2(GameObject_t1113636619 * value) { ___m_LoadingEff_2 = value; Il2CppCodeGenWriteBarrier((&___m_LoadingEff_2), value); } inline static int32_t get_offset_of_m_role_3() { return static_cast(offsetof(IScenePersonalRoleLoader_t3996068073, ___m_role_3)); } inline ISceneRole_t2394225724 * get_m_role_3() const { return ___m_role_3; } inline ISceneRole_t2394225724 ** get_address_of_m_role_3() { return &___m_role_3; } inline void set_m_role_3(ISceneRole_t2394225724 * value) { ___m_role_3 = value; Il2CppCodeGenWriteBarrier((&___m_role_3), value); } inline static int32_t get_offset_of_m_transParent_4() { return static_cast(offsetof(IScenePersonalRoleLoader_t3996068073, ___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_lastWidth_5() { return static_cast(offsetof(IScenePersonalRoleLoader_t3996068073, ___m_lastWidth_5)); } inline int32_t get_m_lastWidth_5() const { return ___m_lastWidth_5; } inline int32_t* get_address_of_m_lastWidth_5() { return &___m_lastWidth_5; } inline void set_m_lastWidth_5(int32_t value) { ___m_lastWidth_5 = value; } inline static int32_t get_offset_of_m_lastHeight_6() { return static_cast(offsetof(IScenePersonalRoleLoader_t3996068073, ___m_lastHeight_6)); } inline int32_t get_m_lastHeight_6() const { return ___m_lastHeight_6; } inline int32_t* get_address_of_m_lastHeight_6() { return &___m_lastHeight_6; } inline void set_m_lastHeight_6(int32_t value) { ___m_lastHeight_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENEPERSONALROLELOADER_T3996068073_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 UIIDOWSHOWLASTWEEKTOP10_T1635343170_H #define UIIDOWSHOWLASTWEEKTOP10_T1635343170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiIdowShowLastWeekTop10 struct uiIdowShowLastWeekTop10_t1635343170 : public MonoBehaviour_t3962482529 { public: // UILabel uiIdowShowLastWeekTop10::titile UILabel_t3248798549 * ___titile_2; // UILabel uiIdowShowLastWeekTop10::content UILabel_t3248798549 * ___content_3; // System.Boolean uiIdowShowLastWeekTop10::isPageInit bool ___isPageInit_4; // System.Int32 uiIdowShowLastWeekTop10::rankNum int32_t ___rankNum_5; public: inline static int32_t get_offset_of_titile_2() { return static_cast(offsetof(uiIdowShowLastWeekTop10_t1635343170, ___titile_2)); } inline UILabel_t3248798549 * get_titile_2() const { return ___titile_2; } inline UILabel_t3248798549 ** get_address_of_titile_2() { return &___titile_2; } inline void set_titile_2(UILabel_t3248798549 * value) { ___titile_2 = value; Il2CppCodeGenWriteBarrier((&___titile_2), value); } inline static int32_t get_offset_of_content_3() { return static_cast(offsetof(uiIdowShowLastWeekTop10_t1635343170, ___content_3)); } inline UILabel_t3248798549 * get_content_3() const { return ___content_3; } inline UILabel_t3248798549 ** get_address_of_content_3() { return &___content_3; } inline void set_content_3(UILabel_t3248798549 * value) { ___content_3 = value; Il2CppCodeGenWriteBarrier((&___content_3), value); } inline static int32_t get_offset_of_isPageInit_4() { return static_cast(offsetof(uiIdowShowLastWeekTop10_t1635343170, ___isPageInit_4)); } inline bool get_isPageInit_4() const { return ___isPageInit_4; } inline bool* get_address_of_isPageInit_4() { return &___isPageInit_4; } inline void set_isPageInit_4(bool value) { ___isPageInit_4 = value; } inline static int32_t get_offset_of_rankNum_5() { return static_cast(offsetof(uiIdowShowLastWeekTop10_t1635343170, ___rankNum_5)); } inline int32_t get_rankNum_5() const { return ___rankNum_5; } inline int32_t* get_address_of_rankNum_5() { return &___rankNum_5; } inline void set_rankNum_5(int32_t value) { ___rankNum_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIIDOWSHOWLASTWEEKTOP10_T1635343170_H #ifndef UIGUILDCHALLENGE_T3559644076_H #define UIGUILDCHALLENGE_T3559644076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiGuildChallenge struct uiGuildChallenge_t3559644076 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject uiGuildChallenge::bossDetail GameObject_t1113636619 * ___bossDetail_3; // UILabel uiGuildChallenge::bossIntroductionLabel UILabel_t3248798549 * ___bossIntroductionLabel_4; // UILabel uiGuildChallenge::result UILabel_t3248798549 * ___result_5; // UITexture uiGuildChallenge::npc UITexture_t3471168817 * ___npc_6; // System.Boolean uiGuildChallenge::init bool ___init_7; // DMListView uiGuildChallenge::bossListView DMListView_t512231514 * ___bossListView_8; public: inline static int32_t get_offset_of_bossDetail_3() { return static_cast(offsetof(uiGuildChallenge_t3559644076, ___bossDetail_3)); } inline GameObject_t1113636619 * get_bossDetail_3() const { return ___bossDetail_3; } inline GameObject_t1113636619 ** get_address_of_bossDetail_3() { return &___bossDetail_3; } inline void set_bossDetail_3(GameObject_t1113636619 * value) { ___bossDetail_3 = value; Il2CppCodeGenWriteBarrier((&___bossDetail_3), value); } inline static int32_t get_offset_of_bossIntroductionLabel_4() { return static_cast(offsetof(uiGuildChallenge_t3559644076, ___bossIntroductionLabel_4)); } inline UILabel_t3248798549 * get_bossIntroductionLabel_4() const { return ___bossIntroductionLabel_4; } inline UILabel_t3248798549 ** get_address_of_bossIntroductionLabel_4() { return &___bossIntroductionLabel_4; } inline void set_bossIntroductionLabel_4(UILabel_t3248798549 * value) { ___bossIntroductionLabel_4 = value; Il2CppCodeGenWriteBarrier((&___bossIntroductionLabel_4), value); } inline static int32_t get_offset_of_result_5() { return static_cast(offsetof(uiGuildChallenge_t3559644076, ___result_5)); } inline UILabel_t3248798549 * get_result_5() const { return ___result_5; } inline UILabel_t3248798549 ** get_address_of_result_5() { return &___result_5; } inline void set_result_5(UILabel_t3248798549 * value) { ___result_5 = value; Il2CppCodeGenWriteBarrier((&___result_5), value); } inline static int32_t get_offset_of_npc_6() { return static_cast(offsetof(uiGuildChallenge_t3559644076, ___npc_6)); } inline UITexture_t3471168817 * get_npc_6() const { return ___npc_6; } inline UITexture_t3471168817 ** get_address_of_npc_6() { return &___npc_6; } inline void set_npc_6(UITexture_t3471168817 * value) { ___npc_6 = value; Il2CppCodeGenWriteBarrier((&___npc_6), value); } inline static int32_t get_offset_of_init_7() { return static_cast(offsetof(uiGuildChallenge_t3559644076, ___init_7)); } inline bool get_init_7() const { return ___init_7; } inline bool* get_address_of_init_7() { return &___init_7; } inline void set_init_7(bool value) { ___init_7 = value; } inline static int32_t get_offset_of_bossListView_8() { return static_cast(offsetof(uiGuildChallenge_t3559644076, ___bossListView_8)); } inline DMListView_t512231514 * get_bossListView_8() const { return ___bossListView_8; } inline DMListView_t512231514 ** get_address_of_bossListView_8() { return &___bossListView_8; } inline void set_bossListView_8(DMListView_t512231514 * value) { ___bossListView_8 = value; Il2CppCodeGenWriteBarrier((&___bossListView_8), value); } }; struct uiGuildChallenge_t3559644076_StaticFields { public: // uiGuildChallenge uiGuildChallenge::m_uiGuildChallenge uiGuildChallenge_t3559644076 * ___m_uiGuildChallenge_2; public: inline static int32_t get_offset_of_m_uiGuildChallenge_2() { return static_cast(offsetof(uiGuildChallenge_t3559644076_StaticFields, ___m_uiGuildChallenge_2)); } inline uiGuildChallenge_t3559644076 * get_m_uiGuildChallenge_2() const { return ___m_uiGuildChallenge_2; } inline uiGuildChallenge_t3559644076 ** get_address_of_m_uiGuildChallenge_2() { return &___m_uiGuildChallenge_2; } inline void set_m_uiGuildChallenge_2(uiGuildChallenge_t3559644076 * value) { ___m_uiGuildChallenge_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiGuildChallenge_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIGUILDCHALLENGE_T3559644076_H #ifndef UIGUILDCHALLENGETEAM_T580458821_H #define UIGUILDCHALLENGETEAM_T580458821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiGuildChallengeTeam struct uiGuildChallengeTeam_t580458821 : public MonoBehaviour_t3962482529 { public: // DMListView uiGuildChallengeTeam::teamView DMListView_t512231514 * ___teamView_3; // uiGuildChallengeTeamDetail uiGuildChallengeTeam::teamDetail uiGuildChallengeTeamDetail_t3647781719 * ___teamDetail_4; public: inline static int32_t get_offset_of_teamView_3() { return static_cast(offsetof(uiGuildChallengeTeam_t580458821, ___teamView_3)); } inline DMListView_t512231514 * get_teamView_3() const { return ___teamView_3; } inline DMListView_t512231514 ** get_address_of_teamView_3() { return &___teamView_3; } inline void set_teamView_3(DMListView_t512231514 * value) { ___teamView_3 = value; Il2CppCodeGenWriteBarrier((&___teamView_3), value); } inline static int32_t get_offset_of_teamDetail_4() { return static_cast(offsetof(uiGuildChallengeTeam_t580458821, ___teamDetail_4)); } inline uiGuildChallengeTeamDetail_t3647781719 * get_teamDetail_4() const { return ___teamDetail_4; } inline uiGuildChallengeTeamDetail_t3647781719 ** get_address_of_teamDetail_4() { return &___teamDetail_4; } inline void set_teamDetail_4(uiGuildChallengeTeamDetail_t3647781719 * value) { ___teamDetail_4 = value; Il2CppCodeGenWriteBarrier((&___teamDetail_4), value); } }; struct uiGuildChallengeTeam_t580458821_StaticFields { public: // uiGuildChallengeTeam uiGuildChallengeTeam::_uiGuildChallengeTeam uiGuildChallengeTeam_t580458821 * ____uiGuildChallengeTeam_2; public: inline static int32_t get_offset_of__uiGuildChallengeTeam_2() { return static_cast(offsetof(uiGuildChallengeTeam_t580458821_StaticFields, ____uiGuildChallengeTeam_2)); } inline uiGuildChallengeTeam_t580458821 * get__uiGuildChallengeTeam_2() const { return ____uiGuildChallengeTeam_2; } inline uiGuildChallengeTeam_t580458821 ** get_address_of__uiGuildChallengeTeam_2() { return &____uiGuildChallengeTeam_2; } inline void set__uiGuildChallengeTeam_2(uiGuildChallengeTeam_t580458821 * value) { ____uiGuildChallengeTeam_2 = value; Il2CppCodeGenWriteBarrier((&____uiGuildChallengeTeam_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIGUILDCHALLENGETEAM_T580458821_H #ifndef UIGIFTCHECK_T3095588053_H #define UIGIFTCHECK_T3095588053_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiGiftCheck struct uiGiftCheck_t3095588053 : public MonoBehaviour_t3962482529 { public: // UILabel uiGiftCheck::m_ShowLabel UILabel_t3248798549 * ___m_ShowLabel_2; public: inline static int32_t get_offset_of_m_ShowLabel_2() { return static_cast(offsetof(uiGiftCheck_t3095588053, ___m_ShowLabel_2)); } inline UILabel_t3248798549 * get_m_ShowLabel_2() const { return ___m_ShowLabel_2; } inline UILabel_t3248798549 ** get_address_of_m_ShowLabel_2() { return &___m_ShowLabel_2; } inline void set_m_ShowLabel_2(UILabel_t3248798549 * value) { ___m_ShowLabel_2 = value; Il2CppCodeGenWriteBarrier((&___m_ShowLabel_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIGIFTCHECK_T3095588053_H #ifndef UILABEL_T3248798549_H #define UILABEL_T3248798549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel struct UILabel_t3248798549 : public UIWidget_t3538521925 { public: // UIFont UILabel::mFont UIFont_t2766063701 * ___mFont_14; // System.String UILabel::mText String_t* ___mText_15; // System.Int32 UILabel::mMaxLineWidth int32_t ___mMaxLineWidth_16; // System.Boolean UILabel::mEncoding bool ___mEncoding_17; // System.Int32 UILabel::mMaxLineCount int32_t ___mMaxLineCount_18; // System.Boolean UILabel::mPassword bool ___mPassword_19; // System.Boolean UILabel::mShowLastChar bool ___mShowLastChar_20; // UILabel/Effect UILabel::mEffectStyle int32_t ___mEffectStyle_21; // UnityEngine.Color UILabel::mEffectColor Color_t2555686324 ___mEffectColor_22; // UIFont/SymbolStyle UILabel::mSymbols int32_t ___mSymbols_23; // UnityEngine.Vector2 UILabel::mEffectDistance Vector2_t2156229523 ___mEffectDistance_24; // System.Int32 UILabel::mSpacingX int32_t ___mSpacingX_25; // System.Int32 UILabel::mSpacingY int32_t ___mSpacingY_26; // UILabel/InsideEffect UILabel::mInsideEffectStyle int32_t ___mInsideEffectStyle_27; // UnityEngine.Color UILabel::mInsideEffectColor Color_t2555686324 ___mInsideEffectColor_28; // System.Single UILabel::mLineWidth float ___mLineWidth_29; // System.Boolean UILabel::mMultiline bool ___mMultiline_30; // System.Boolean UILabel::mShouldBeProcessed bool ___mShouldBeProcessed_31; // System.String UILabel::mProcessedText String_t* ___mProcessedText_32; // UnityEngine.Vector3 UILabel::mLastScale Vector3_t3722313464 ___mLastScale_33; // System.String UILabel::mLastText String_t* ___mLastText_34; // System.Int32 UILabel::mLastWidth int32_t ___mLastWidth_35; // System.Boolean UILabel::mLastEncoding bool ___mLastEncoding_36; // System.Int32 UILabel::mLastCount int32_t ___mLastCount_37; // System.Boolean UILabel::mLastPass bool ___mLastPass_38; // System.Boolean UILabel::mLastShow bool ___mLastShow_39; // UILabel/Effect UILabel::mLastEffect int32_t ___mLastEffect_40; // UnityEngine.Vector3 UILabel::mSize Vector3_t3722313464 ___mSize_41; // System.Boolean UILabel::mPremultiply bool ___mPremultiply_42; // UnityEngine.Vector2 UILabel::m_DrawSize Vector2_t2156229523 ___m_DrawSize_43; // System.Boolean UILabel::mApplyAlignmentForced bool ___mApplyAlignmentForced_44; public: inline static int32_t get_offset_of_mFont_14() { return static_cast(offsetof(UILabel_t3248798549, ___mFont_14)); } inline UIFont_t2766063701 * get_mFont_14() const { return ___mFont_14; } inline UIFont_t2766063701 ** get_address_of_mFont_14() { return &___mFont_14; } inline void set_mFont_14(UIFont_t2766063701 * value) { ___mFont_14 = value; Il2CppCodeGenWriteBarrier((&___mFont_14), value); } inline static int32_t get_offset_of_mText_15() { return static_cast(offsetof(UILabel_t3248798549, ___mText_15)); } inline String_t* get_mText_15() const { return ___mText_15; } inline String_t** get_address_of_mText_15() { return &___mText_15; } inline void set_mText_15(String_t* value) { ___mText_15 = value; Il2CppCodeGenWriteBarrier((&___mText_15), value); } inline static int32_t get_offset_of_mMaxLineWidth_16() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineWidth_16)); } inline int32_t get_mMaxLineWidth_16() const { return ___mMaxLineWidth_16; } inline int32_t* get_address_of_mMaxLineWidth_16() { return &___mMaxLineWidth_16; } inline void set_mMaxLineWidth_16(int32_t value) { ___mMaxLineWidth_16 = value; } inline static int32_t get_offset_of_mEncoding_17() { return static_cast(offsetof(UILabel_t3248798549, ___mEncoding_17)); } inline bool get_mEncoding_17() const { return ___mEncoding_17; } inline bool* get_address_of_mEncoding_17() { return &___mEncoding_17; } inline void set_mEncoding_17(bool value) { ___mEncoding_17 = value; } inline static int32_t get_offset_of_mMaxLineCount_18() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineCount_18)); } inline int32_t get_mMaxLineCount_18() const { return ___mMaxLineCount_18; } inline int32_t* get_address_of_mMaxLineCount_18() { return &___mMaxLineCount_18; } inline void set_mMaxLineCount_18(int32_t value) { ___mMaxLineCount_18 = value; } inline static int32_t get_offset_of_mPassword_19() { return static_cast(offsetof(UILabel_t3248798549, ___mPassword_19)); } inline bool get_mPassword_19() const { return ___mPassword_19; } inline bool* get_address_of_mPassword_19() { return &___mPassword_19; } inline void set_mPassword_19(bool value) { ___mPassword_19 = value; } inline static int32_t get_offset_of_mShowLastChar_20() { return static_cast(offsetof(UILabel_t3248798549, ___mShowLastChar_20)); } inline bool get_mShowLastChar_20() const { return ___mShowLastChar_20; } inline bool* get_address_of_mShowLastChar_20() { return &___mShowLastChar_20; } inline void set_mShowLastChar_20(bool value) { ___mShowLastChar_20 = value; } inline static int32_t get_offset_of_mEffectStyle_21() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectStyle_21)); } inline int32_t get_mEffectStyle_21() const { return ___mEffectStyle_21; } inline int32_t* get_address_of_mEffectStyle_21() { return &___mEffectStyle_21; } inline void set_mEffectStyle_21(int32_t value) { ___mEffectStyle_21 = value; } inline static int32_t get_offset_of_mEffectColor_22() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectColor_22)); } inline Color_t2555686324 get_mEffectColor_22() const { return ___mEffectColor_22; } inline Color_t2555686324 * get_address_of_mEffectColor_22() { return &___mEffectColor_22; } inline void set_mEffectColor_22(Color_t2555686324 value) { ___mEffectColor_22 = value; } inline static int32_t get_offset_of_mSymbols_23() { return static_cast(offsetof(UILabel_t3248798549, ___mSymbols_23)); } inline int32_t get_mSymbols_23() const { return ___mSymbols_23; } inline int32_t* get_address_of_mSymbols_23() { return &___mSymbols_23; } inline void set_mSymbols_23(int32_t value) { ___mSymbols_23 = value; } inline static int32_t get_offset_of_mEffectDistance_24() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectDistance_24)); } inline Vector2_t2156229523 get_mEffectDistance_24() const { return ___mEffectDistance_24; } inline Vector2_t2156229523 * get_address_of_mEffectDistance_24() { return &___mEffectDistance_24; } inline void set_mEffectDistance_24(Vector2_t2156229523 value) { ___mEffectDistance_24 = value; } inline static int32_t get_offset_of_mSpacingX_25() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingX_25)); } inline int32_t get_mSpacingX_25() const { return ___mSpacingX_25; } inline int32_t* get_address_of_mSpacingX_25() { return &___mSpacingX_25; } inline void set_mSpacingX_25(int32_t value) { ___mSpacingX_25 = value; } inline static int32_t get_offset_of_mSpacingY_26() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingY_26)); } inline int32_t get_mSpacingY_26() const { return ___mSpacingY_26; } inline int32_t* get_address_of_mSpacingY_26() { return &___mSpacingY_26; } inline void set_mSpacingY_26(int32_t value) { ___mSpacingY_26 = value; } inline static int32_t get_offset_of_mInsideEffectStyle_27() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectStyle_27)); } inline int32_t get_mInsideEffectStyle_27() const { return ___mInsideEffectStyle_27; } inline int32_t* get_address_of_mInsideEffectStyle_27() { return &___mInsideEffectStyle_27; } inline void set_mInsideEffectStyle_27(int32_t value) { ___mInsideEffectStyle_27 = value; } inline static int32_t get_offset_of_mInsideEffectColor_28() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectColor_28)); } inline Color_t2555686324 get_mInsideEffectColor_28() const { return ___mInsideEffectColor_28; } inline Color_t2555686324 * get_address_of_mInsideEffectColor_28() { return &___mInsideEffectColor_28; } inline void set_mInsideEffectColor_28(Color_t2555686324 value) { ___mInsideEffectColor_28 = value; } inline static int32_t get_offset_of_mLineWidth_29() { return static_cast(offsetof(UILabel_t3248798549, ___mLineWidth_29)); } inline float get_mLineWidth_29() const { return ___mLineWidth_29; } inline float* get_address_of_mLineWidth_29() { return &___mLineWidth_29; } inline void set_mLineWidth_29(float value) { ___mLineWidth_29 = value; } inline static int32_t get_offset_of_mMultiline_30() { return static_cast(offsetof(UILabel_t3248798549, ___mMultiline_30)); } inline bool get_mMultiline_30() const { return ___mMultiline_30; } inline bool* get_address_of_mMultiline_30() { return &___mMultiline_30; } inline void set_mMultiline_30(bool value) { ___mMultiline_30 = value; } inline static int32_t get_offset_of_mShouldBeProcessed_31() { return static_cast(offsetof(UILabel_t3248798549, ___mShouldBeProcessed_31)); } inline bool get_mShouldBeProcessed_31() const { return ___mShouldBeProcessed_31; } inline bool* get_address_of_mShouldBeProcessed_31() { return &___mShouldBeProcessed_31; } inline void set_mShouldBeProcessed_31(bool value) { ___mShouldBeProcessed_31 = value; } inline static int32_t get_offset_of_mProcessedText_32() { return static_cast(offsetof(UILabel_t3248798549, ___mProcessedText_32)); } inline String_t* get_mProcessedText_32() const { return ___mProcessedText_32; } inline String_t** get_address_of_mProcessedText_32() { return &___mProcessedText_32; } inline void set_mProcessedText_32(String_t* value) { ___mProcessedText_32 = value; Il2CppCodeGenWriteBarrier((&___mProcessedText_32), value); } inline static int32_t get_offset_of_mLastScale_33() { return static_cast(offsetof(UILabel_t3248798549, ___mLastScale_33)); } inline Vector3_t3722313464 get_mLastScale_33() const { return ___mLastScale_33; } inline Vector3_t3722313464 * get_address_of_mLastScale_33() { return &___mLastScale_33; } inline void set_mLastScale_33(Vector3_t3722313464 value) { ___mLastScale_33 = value; } inline static int32_t get_offset_of_mLastText_34() { return static_cast(offsetof(UILabel_t3248798549, ___mLastText_34)); } inline String_t* get_mLastText_34() const { return ___mLastText_34; } inline String_t** get_address_of_mLastText_34() { return &___mLastText_34; } inline void set_mLastText_34(String_t* value) { ___mLastText_34 = value; Il2CppCodeGenWriteBarrier((&___mLastText_34), value); } inline static int32_t get_offset_of_mLastWidth_35() { return static_cast(offsetof(UILabel_t3248798549, ___mLastWidth_35)); } inline int32_t get_mLastWidth_35() const { return ___mLastWidth_35; } inline int32_t* get_address_of_mLastWidth_35() { return &___mLastWidth_35; } inline void set_mLastWidth_35(int32_t value) { ___mLastWidth_35 = value; } inline static int32_t get_offset_of_mLastEncoding_36() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEncoding_36)); } inline bool get_mLastEncoding_36() const { return ___mLastEncoding_36; } inline bool* get_address_of_mLastEncoding_36() { return &___mLastEncoding_36; } inline void set_mLastEncoding_36(bool value) { ___mLastEncoding_36 = value; } inline static int32_t get_offset_of_mLastCount_37() { return static_cast(offsetof(UILabel_t3248798549, ___mLastCount_37)); } inline int32_t get_mLastCount_37() const { return ___mLastCount_37; } inline int32_t* get_address_of_mLastCount_37() { return &___mLastCount_37; } inline void set_mLastCount_37(int32_t value) { ___mLastCount_37 = value; } inline static int32_t get_offset_of_mLastPass_38() { return static_cast(offsetof(UILabel_t3248798549, ___mLastPass_38)); } inline bool get_mLastPass_38() const { return ___mLastPass_38; } inline bool* get_address_of_mLastPass_38() { return &___mLastPass_38; } inline void set_mLastPass_38(bool value) { ___mLastPass_38 = value; } inline static int32_t get_offset_of_mLastShow_39() { return static_cast(offsetof(UILabel_t3248798549, ___mLastShow_39)); } inline bool get_mLastShow_39() const { return ___mLastShow_39; } inline bool* get_address_of_mLastShow_39() { return &___mLastShow_39; } inline void set_mLastShow_39(bool value) { ___mLastShow_39 = value; } inline static int32_t get_offset_of_mLastEffect_40() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEffect_40)); } inline int32_t get_mLastEffect_40() const { return ___mLastEffect_40; } inline int32_t* get_address_of_mLastEffect_40() { return &___mLastEffect_40; } inline void set_mLastEffect_40(int32_t value) { ___mLastEffect_40 = value; } inline static int32_t get_offset_of_mSize_41() { return static_cast(offsetof(UILabel_t3248798549, ___mSize_41)); } inline Vector3_t3722313464 get_mSize_41() const { return ___mSize_41; } inline Vector3_t3722313464 * get_address_of_mSize_41() { return &___mSize_41; } inline void set_mSize_41(Vector3_t3722313464 value) { ___mSize_41 = value; } inline static int32_t get_offset_of_mPremultiply_42() { return static_cast(offsetof(UILabel_t3248798549, ___mPremultiply_42)); } inline bool get_mPremultiply_42() const { return ___mPremultiply_42; } inline bool* get_address_of_mPremultiply_42() { return &___mPremultiply_42; } inline void set_mPremultiply_42(bool value) { ___mPremultiply_42 = value; } inline static int32_t get_offset_of_m_DrawSize_43() { return static_cast(offsetof(UILabel_t3248798549, ___m_DrawSize_43)); } inline Vector2_t2156229523 get_m_DrawSize_43() const { return ___m_DrawSize_43; } inline Vector2_t2156229523 * get_address_of_m_DrawSize_43() { return &___m_DrawSize_43; } inline void set_m_DrawSize_43(Vector2_t2156229523 value) { ___m_DrawSize_43 = value; } inline static int32_t get_offset_of_mApplyAlignmentForced_44() { return static_cast(offsetof(UILabel_t3248798549, ___mApplyAlignmentForced_44)); } inline bool get_mApplyAlignmentForced_44() const { return ___mApplyAlignmentForced_44; } inline bool* get_address_of_mApplyAlignmentForced_44() { return &___mApplyAlignmentForced_44; } inline void set_mApplyAlignmentForced_44(bool value) { ___mApplyAlignmentForced_44 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILABEL_T3248798549_H #ifndef SCENEPERSONALMAINROLE_T3023680637_H #define SCENEPERSONALMAINROLE_T3023680637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalMainRole struct ScenePersonalMainRole_t3023680637 : public IScenePersonalRoleLoader_t3996068073 { public: // System.Int32 ScenePersonalMainRole::index int32_t ___index_7; // System.Int32 ScenePersonalMainRole::max int32_t ___max_8; public: inline static int32_t get_offset_of_index_7() { return static_cast(offsetof(ScenePersonalMainRole_t3023680637, ___index_7)); } inline int32_t get_index_7() const { return ___index_7; } inline int32_t* get_address_of_index_7() { return &___index_7; } inline void set_index_7(int32_t value) { ___index_7 = value; } inline static int32_t get_offset_of_max_8() { return static_cast(offsetof(ScenePersonalMainRole_t3023680637, ___max_8)); } inline int32_t get_max_8() const { return ___max_8; } inline int32_t* get_address_of_max_8() { return &___max_8; } inline void set_max_8(int32_t value) { ___max_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALMAINROLE_T3023680637_H #ifndef UITEXTURE_T3471168817_H #define UITEXTURE_T3471168817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITexture struct UITexture_t3471168817 : public UIWidget_t3538521925 { public: // UnityEngine.Rect UITexture::mRect Rect_t2360479859 ___mRect_14; // System.Boolean UITexture::mHoldScale bool ___mHoldScale_15; // UnityEngine.Shader UITexture::mShader Shader_t4151988712 * ___mShader_16; // UnityEngine.Texture UITexture::mTexture Texture_t3661962703 * ___mTexture_17; // UnityEngine.Material UITexture::mDynamicMat Material_t340375123 * ___mDynamicMat_18; // System.Boolean UITexture::mCreatingMat bool ___mCreatingMat_19; // System.Int32 UITexture::mPMA int32_t ___mPMA_20; public: inline static int32_t get_offset_of_mRect_14() { return static_cast(offsetof(UITexture_t3471168817, ___mRect_14)); } inline Rect_t2360479859 get_mRect_14() const { return ___mRect_14; } inline Rect_t2360479859 * get_address_of_mRect_14() { return &___mRect_14; } inline void set_mRect_14(Rect_t2360479859 value) { ___mRect_14 = value; } inline static int32_t get_offset_of_mHoldScale_15() { return static_cast(offsetof(UITexture_t3471168817, ___mHoldScale_15)); } inline bool get_mHoldScale_15() const { return ___mHoldScale_15; } inline bool* get_address_of_mHoldScale_15() { return &___mHoldScale_15; } inline void set_mHoldScale_15(bool value) { ___mHoldScale_15 = value; } inline static int32_t get_offset_of_mShader_16() { return static_cast(offsetof(UITexture_t3471168817, ___mShader_16)); } inline Shader_t4151988712 * get_mShader_16() const { return ___mShader_16; } inline Shader_t4151988712 ** get_address_of_mShader_16() { return &___mShader_16; } inline void set_mShader_16(Shader_t4151988712 * value) { ___mShader_16 = value; Il2CppCodeGenWriteBarrier((&___mShader_16), value); } inline static int32_t get_offset_of_mTexture_17() { return static_cast(offsetof(UITexture_t3471168817, ___mTexture_17)); } inline Texture_t3661962703 * get_mTexture_17() const { return ___mTexture_17; } inline Texture_t3661962703 ** get_address_of_mTexture_17() { return &___mTexture_17; } inline void set_mTexture_17(Texture_t3661962703 * value) { ___mTexture_17 = value; Il2CppCodeGenWriteBarrier((&___mTexture_17), value); } inline static int32_t get_offset_of_mDynamicMat_18() { return static_cast(offsetof(UITexture_t3471168817, ___mDynamicMat_18)); } inline Material_t340375123 * get_mDynamicMat_18() const { return ___mDynamicMat_18; } inline Material_t340375123 ** get_address_of_mDynamicMat_18() { return &___mDynamicMat_18; } inline void set_mDynamicMat_18(Material_t340375123 * value) { ___mDynamicMat_18 = value; Il2CppCodeGenWriteBarrier((&___mDynamicMat_18), value); } inline static int32_t get_offset_of_mCreatingMat_19() { return static_cast(offsetof(UITexture_t3471168817, ___mCreatingMat_19)); } inline bool get_mCreatingMat_19() const { return ___mCreatingMat_19; } inline bool* get_address_of_mCreatingMat_19() { return &___mCreatingMat_19; } inline void set_mCreatingMat_19(bool value) { ___mCreatingMat_19 = value; } inline static int32_t get_offset_of_mPMA_20() { return static_cast(offsetof(UITexture_t3471168817, ___mPMA_20)); } inline int32_t get_mPMA_20() const { return ___mPMA_20; } inline int32_t* get_address_of_mPMA_20() { return &___mPMA_20; } inline void set_mPMA_20(int32_t value) { ___mPMA_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UITEXTURE_T3471168817_H // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // DMCore.Logic.CAwardItem[] struct CAwardItemU5BU5D_t688006690 : public RuntimeArray { public: ALIGN_FIELD (8) CAwardItem_t1677460915 * m_Items[1]; public: inline CAwardItem_t1677460915 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CAwardItem_t1677460915 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CAwardItem_t1677460915 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CAwardItem_t1677460915 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CAwardItem_t1677460915 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CAwardItem_t1677460915 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // 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.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // DMCore.Logic.LevelupStarInfo/StarTak[] struct StarTakU5BU5D_t3735320407 : public RuntimeArray { public: ALIGN_FIELD (8) StarTak_t765179618 m_Items[1]; public: inline StarTak_t765179618 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StarTak_t765179618 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, StarTak_t765179618 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline StarTak_t765179618 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StarTak_t765179618 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StarTak_t765179618 value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m4006382506_gshared (Dictionary_2_t2297708088 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2307408294_gshared (Dictionary_2_t2297708088 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_get_Item_m1345434750_gshared (Dictionary_2_t2297708088 * __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_m2278468153_gshared (Dictionary_2_t2297708088 * __this, int32_t p0, bool 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_m3965086996_gshared (Dictionary_2_t2297708088 * __this, int32_t p0, bool p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m4262074364_gshared (Dictionary_2_t2297708088 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1951681556_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1__ctor_m3670635350_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t2825281267 * LinkedList_1_AddLast_m3177585097_gshared (LinkedList_1_t1919752173 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() extern "C" IL2CPP_METHOD_ATTR KeyCollection_t2158494966 * Dictionary_2_get_Keys_m1840317613_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2150996479 KeyCollection_GetEnumerator_m906000493_gshared (KeyCollection_t2158494966 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m1416701090_gshared (Enumerator_t2150996479 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1127886695_gshared (Enumerator_t2150996479 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1160809963_gshared (Enumerator_t2150996479 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m107019914_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m2167432147_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t2825281267 * LinkedList_1_get_First_m1512309353_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedListNode`1::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m3891174027_gshared (LinkedListNode_1_t2825281267 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_RemoveFirst_m2082760208_gshared (LinkedList_1_t1919752173 * __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[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* List_1_ToArray_m4168020446_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.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 System.Comparison`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Comparison_1__ctor_m2086841574_gshared (Comparison_1_t2855037343 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m116019857_gshared (List_1_t257213610 * __this, Comparison_1_t2855037343 * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m1416767016_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveRange_m2428828636_gshared (List_1_t257213610 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_m2048854920_gshared (List_1_t257213610 * __this, Predicate_1_t3905400288 * p0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m470245444_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2142368520_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3007748546_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m1394869830_gshared (SortKeyInfo_1_t3619707304 * __this, int32_t p0, int32_t p1, bool p2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor2(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t3619707304 * ___keyFirst0, SortKeyInfo_1_t3619707304 * ___keySecond1, const RuntimeMethod* method); // System.Void DMCore.Framework.Task.ITaskBase`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1__ctor_m3501485401_gshared (ITaskBase_1_t2595950535 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Task.ITaskBase`1::RemoveTask(T) extern "C" IL2CPP_METHOD_ATTR void ITaskBase_1_RemoveTask_m2603698764_gshared (ITaskBase_1_t2595950535 * __this, int64_t 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.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2382293057_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3411363121_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m636942458_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.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.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m2284764176_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::ElementAt>(System.Collections.Generic.IEnumerable`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t4237331251 Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, int32_t p1, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m2295844663_gshared (KeyValuePair_2_t4237331251 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m1682688660_gshared (Dictionary_2_t1839659084 * __this, int32_t p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1383712741_gshared (Action_1_t1368688201 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1702443365_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1535364901_gshared (Dictionary_2_t1839659084 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2269680114_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m697420525_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m4187243487_gshared (Action_2_t2470008838 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_m2612646359_gshared (RuntimeObject * __this /* static, unused */, 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.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2263725670_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1746769275_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue_1__ctor_m3749217910_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(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 System.Collections.Generic.Queue`1::Enqueue(!0) extern "C" IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m1868480850_gshared (Queue_1_t2926365658 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m2496300460_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3741534516_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m938263239_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject * p1, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m3550993416_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() extern "C" IL2CPP_METHOD_ATTR void Queue_1_Clear_m4070494218_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2098009717_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m3037048099_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void List_1_AddRange_m3709462088_gshared (List_1_t257213610 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() extern "C" IL2CPP_METHOD_ATTR KeyCollection_t2029334555 * Dictionary_2_get_Keys_m1147446410_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2021836068 KeyCollection_GetEnumerator_m358610384_gshared (KeyCollection_t2029334555 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m1482700401_gshared (Enumerator_t2021836068 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m824267525_gshared (Enumerator_t2021836068 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1692600608_gshared (Enumerator_t2021836068 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3625442308_gshared (Dictionary_2_t1839659084 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList>(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR List_1_t1414438697 * Enumerable_ToList_TisKeyValuePair_2_t4237331251_m647562614_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Comparison`1>::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Comparison_1__ctor_m217629123_gshared (Comparison_1_t4012262430 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m3380440602_gshared (List_1_t1414438697 * __this, Comparison_1_t4012262430 * p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t4237331251 List_1_get_Item_m3034076052_gshared (List_1_t1414438697 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m1665413869_gshared (KeyValuePair_2_t4237331251 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1>::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2631462689_gshared (List_1_t1414438697 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t3619707304 * ___keyInfo0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3581340774_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2412577877_gshared (Dictionary_2_t2770358969 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m3858874262_gshared (Dictionary_2_t2770358969 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1831314699_gshared (Dictionary_2_t2770358969 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR PinjieInfo_t3881645638 Dictionary_2_get_Item_m3567026751_gshared (Dictionary_2_t2770358969 * __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_m2948975602_gshared (Dictionary_2_t2770358969 * __this, int32_t p0, PinjieInfo_t3881645638 p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m104406270_gshared (Dictionary_2_t1671091400 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1043193245_gshared (Dictionary_2_t1671091400 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m1830451666_gshared (Dictionary_2_t1671091400 * __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_m3535960790_gshared (Dictionary_2_t1671091400 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2696058023_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m358737454_gshared (List_1_t913674750 * __this, int64_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2966311790_gshared (List_1_t913674750 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2730968292_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m863909251_gshared (Dictionary_2_t1671091400 * __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_m1979164443_gshared (List_1_t257213610 * __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_m2024781851_gshared (List_1_t2869341516 * __this, float p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m562365603_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4006382506(__this, method) (( void (*) (Dictionary_2_t2297708088 *, const RuntimeMethod*))Dictionary_2__ctor_m4006382506_gshared)(__this, method) // System.Void DMCore.Logic.CFunctionSwitchConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CFunctionSwitchConfig__ctor_m3872017937 (CFunctionSwitchConfig_t2078484928 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2307408294(__this, p0, method) (( bool (*) (Dictionary_2_t2297708088 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2307408294_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m1345434750(__this, p0, method) (( bool (*) (Dictionary_2_t2297708088 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m1345434750_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2278468153(__this, p0, p1, method) (( void (*) (Dictionary_2_t2297708088 *, int32_t, bool, const RuntimeMethod*))Dictionary_2_Add_m2278468153_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3965086996(__this, p0, p1, method) (( void (*) (Dictionary_2_t2297708088 *, int32_t, bool, const RuntimeMethod*))Dictionary_2_set_Item_m3965086996_gshared)(__this, p0, p1, method) // DMCore.Logic.CWishFountainMgr DMCore.Logic.CWishFountainMgr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWishFountainMgr_t2594140948 * CWishFountainMgr_GetInstance_m525250956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CWishFountainMgr::ResetTreviList() extern "C" IL2CPP_METHOD_ATTR void CWishFountainMgr_ResetTreviList_m1786153583 (CWishFountainMgr_t2594140948 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetInt_m1111369473 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4262074364(__this, method) (( void (*) (Dictionary_2_t2297708088 *, const RuntimeMethod*))Dictionary_2_Clear_m4262074364_gshared)(__this, method) // System.Void DMCore.Logic.CFunctionSwitchConfig::Update(DMCore.Logic.CFunctionSwitchConfig/FS_ENUM,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CFunctionSwitchConfig_Update_m3766424633 (CFunctionSwitchConfig_t2078484928 * __this, int32_t ___e0, bool ___v1, 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_m1833411430(__this, method) (( void (*) (Dictionary_2_t783330921 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Framework.ITextBase::PushTask(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_PushTask_m2878137237 (ITextBase_t660344599 * __this, String_t* ___rowConfigPath0, int32_t ___userData1, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftCfg__ctor_m2670167001 (CGiftCfg_t3030574353 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3106820720(__this, p0, p1, method) (( bool (*) (Dictionary_2_t783330921 *, String_t*, CGiftPackage_t998074622 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // DMCore.Logic.CAwardList DMCore.Logic.CGiftPackage::Get() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CGiftPackage_Get_m2444996735 (CGiftPackage_t998074622 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m934364172(__this, method) (( void (*) (Dictionary_2_t783330921 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void DMCore.Framework.Ini.CIniFile::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIniFile__ctor_m3137372490 (CIniFile_t2879301433 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Ini.CIniFile::LoadText(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIniFile_LoadText_m2088181559 (CIniFile_t2879301433 * __this, String_t* ___textVal0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Ini.CIniFile::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIniFile_GetSectionCount_m1690370596 (CIniFile_t2879301433 * __this, const RuntimeMethod* method); // DMCore.Framework.Ini.CIniSection DMCore.Framework.Ini.CIniFile::GetSection(System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniSection_t1218490364 * CIniFile_GetSection_m2927514527 (CIniFile_t2879301433 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Ini.CIniSection::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIniSection_GetItemCount_m2955586327 (CIniSection_t1218490364 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftPackage::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftPackage__ctor_m631650788 (CGiftPackage_t998074622 * __this, const RuntimeMethod* method); // DMCore.Framework.Ini.CIniItem DMCore.Framework.Ini.CIniSection::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniItem_t4093898296 * CIniSection_GetItem_m1669271756 (CIniSection_t1218490364 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, 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.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.Boolean DMCore.Framework.Misc.CMiscHelp::ToInt(System.Char,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_ToInt_m21764687 (RuntimeObject * __this /* static, unused */, Il2CppChar ___charValue0, int32_t* ___nResult1, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardItem::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAwardItem__ctor_m4078817552 (CAwardItem_t1677460915 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, int32_t ___sex3, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CGiftPackage::Add(DMCore.Logic.CAwardItem[]) extern "C" IL2CPP_METHOD_ATTR bool CGiftPackage_Add_m4101528232 (CGiftPackage_t998074622 * __this, CAwardItemU5BU5D_t688006690* ___itemList0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m4110999063(__this, p0, p1, method) (( void (*) (Dictionary_2_t783330921 *, String_t*, CGiftPackage_t998074622 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogFile(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogFile_m4227814860 (CLogHelp_t779629444 * __this, String_t* ___strVal0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftListWnd::ClearData() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd_ClearData_m1140100319 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftListWnd::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd__ctor_m3339071636 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method); // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m3552255067 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // 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.Void DMCore.Logic.OnAccetpGiftsCallback::Invoke(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnAccetpGiftsCallback_Invoke_m158276991 (OnAccetpGiftsCallback_t3618620664 * __this, CDataArray_t4068198041 * ___data0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1037843392(__this, method) (( void (*) (Dictionary_2_t4239275471 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m2395578626(__this, method) (( void (*) (LinkedList_1_t1296649317 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalizationManager_t2604768345 * CLocalizationManager_GetInstance_m2075678818 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Localization.CLocalizationManager::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CLocalizationManager_GetLocalizePath_m3024801825 (CLocalizationManager_t2604768345 * __this, String_t* ___nonLocalizedPath0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftManager::InitDictionary(System.String) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_InitDictionary_m785159083 (CGiftManager_t2180653355 * __this, String_t* ___path0, 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.Logic.CGiftManager::GetGiftPropName(DMCore.Logic.enumGift) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_GetGiftPropName_m1545545333 (RuntimeObject * __this /* static, unused */, int32_t ___gift0, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m372251958 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftManager__ctor_m1593056771 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method); // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMiscConfig_t1694835947 * CMiscConfig_GetInstance_m3718435439 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMiscConfig::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscConfig_GetInt_m1183615064 (CMiscConfig_t1694835947 * __this, String_t* ___id0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.String DMCore.Logic.CGiftManager::CheckAnimateUse(System.Collections.Generic.Dictionary`2,System.Int32,System.Single&) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_CheckAnimateUse_m4046071164 (CGiftManager_t2180653355 * __this, Dictionary_2_t4239275471 * ___animateDir0, int32_t ___num1, float* ____animateTime2, 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 DMCore.Logic.CGiftResultInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftResultInfo__ctor_m900662875 (CGiftResultInfo_t2457003308 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CGiftManager::GetShowLabelByInfo(System.Int32,System.Int64,System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_GetShowLabelByInfo_m3701260670 (CGiftManager_t2180653355 * __this, int32_t ___type0, int64_t ___userid1, String_t* ___userName2, String_t* ___giftName3, int32_t ___num4, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) #define LinkedList_1_AddLast_m3472666116(__this, p0, method) (( LinkedListNode_1_t2202178411 * (*) (LinkedList_1_t1296649317 *, CGiftResultInfo_t2457003308 *, const RuntimeMethod*))LinkedList_1_AddLast_m3177585097_gshared)(__this, p0, 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.Int32 DMCore.Logic.CGiftManager::GetDictionaryMinNum(System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_GetDictionaryMinNum_m2475827392 (CGiftManager_t2180653355 * __this, Dictionary_2_t4239275471 * ___animateDir0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() #define Dictionary_2_get_Keys_m2562834138(__this, method) (( KeyCollection_t133983646 * (*) (Dictionary_2_t4239275471 *, const RuntimeMethod*))Dictionary_2_get_Keys_m1840317613_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() #define KeyCollection_GetEnumerator_m1747113391(__this, method) (( Enumerator_t126485159 (*) (KeyCollection_t133983646 *, const RuntimeMethod*))KeyCollection_GetEnumerator_m906000493_gshared)(__this, method) // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() #define Enumerator_get_Current_m2267642310(__this, method) (( int32_t (*) (Enumerator_t126485159 *, const RuntimeMethod*))Enumerator_get_Current_m1416701090_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() #define Enumerator_MoveNext_m1691653814(__this, method) (( bool (*) (Enumerator_t126485159 *, const RuntimeMethod*))Enumerator_MoveNext_m1127886695_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() #define Enumerator_Dispose_m4061992913(__this, method) (( void (*) (Enumerator_t126485159 *, const RuntimeMethod*))Enumerator_Dispose_m1160809963_gshared)(__this, method) // System.Void DMCore.CDataArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataArray__ctor_m2623161048 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3820844360 (CDataArray_t4068198041 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3799896857 (CDataArray_t4068198041 * __this, int64_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m3146587066(__this, p0, method) (( AnimationCfg_t1055594844 * (*) (Dictionary_2_t4239275471 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m1279813597 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, bool ___bAsync1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void 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.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_SelectSingleNode_m2944339946 (XmlNode_t3767805227 * __this, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftManager/AnimationCfg::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void AnimationCfg__ctor_m543497972 (AnimationCfg_t1055594844 * __this, String_t* ____cout0, String_t* ____time1, String_t* ____path2, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3596772443(__this, p0, p1, method) (( void (*) (Dictionary_2_t4239275471 *, int32_t, AnimationCfg_t1055594844 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m1983141893(__this, method) (( int32_t (*) (LinkedList_1_t1296649317 *, const RuntimeMethod*))LinkedList_1_get_Count_m2167432147_gshared)(__this, 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); // UnityEngine.Camera DMCore.IHelp::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_GetUICamera_m2281890991 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() #define LinkedList_1_get_First_m526624622(__this, method) (( LinkedListNode_1_t2202178411 * (*) (LinkedList_1_t1296649317 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m3779943993(__this, method) (( CGiftResultInfo_t2457003308 * (*) (LinkedListNode_1_t2202178411 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m3999546954(__this, method) (( void (*) (LinkedList_1_t1296649317 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_Find_m1729760951 (Transform_t3600365921 * __this, String_t* p0, const RuntimeMethod* method); // 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); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiGiftCheck_t3095588053_m3860271825(__this, method) (( uiGiftCheck_t3095588053 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void uiGiftCheck::Init(DMCore.Logic.CGiftResultInfo) extern "C" IL2CPP_METHOD_ATTR void uiGiftCheck_Init_m1304654920 (uiGiftCheck_t3095588053 * __this, CGiftResultInfo_t2457003308 * ___curGiftInfo0, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m364357836 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftManager/OnPlayEffect::Invoke(System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnPlayEffect_Invoke_m547721183 (OnPlayEffect_t1177268666 * __this, int64_t ___id0, int32_t ___giftId1, int32_t ___num2, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAwardList__ctor_m1934462586 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m1835592879(__this, method) (( CAwardItemU5BU5D_t688006690* (*) (List_1_t3149535657 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // System.Int32 DMCore.Logic.CAwardItem::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardItem_get_Sex_m313857396 (CAwardItem_t1677460915 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CAwardList::Add(DMCore.Logic.CAwardItem) extern "C" IL2CPP_METHOD_ATTR bool CAwardList_Add_m1247042171 (CAwardList_t4094041907 * __this, CAwardItem_t1677460915 * ___item0, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardList::Clear() extern "C" IL2CPP_METHOD_ATTR void CAwardList_Clear_m3107368241 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CGoldWatcher::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CGoldWatcher_OnUpdate_m3815778441 (CGoldWatcher_t2760796238 * __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); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Scene.CProperty::GetLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CProperty_GetLong_m359864449 (CProperty_t963755051 * __this, String_t* ___propname0, int64_t ___lDefault1, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetLabelText(UILabel,System.String) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetLabelText_m743904063 (RuntimeObject * __this /* static, unused */, UILabel_t3248798549 * ___lb0, String_t* ___text1, const RuntimeMethod* method); // System.Void DMCore.Logic.CGrowupManager::set_RewardChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGrowupManager_set_RewardChanged_m380736370 (CGrowupManager_t3194282175 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGrowupManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGrowupManager__ctor_m3429611926 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method); // DMCore.Logic.CLeveluprewardConfig DMCore.Logic.CLeveluprewardConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLeveluprewardConfig_t716371407 * CLeveluprewardConfig_GetInstance_m925178553 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CLeveluprewardConfig::RequestAwardInfo() extern "C" IL2CPP_METHOD_ATTR void CLeveluprewardConfig_RequestAwardInfo_m679528359 (CLeveluprewardConfig_t716371407 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CGrowupManager::CheckGetReward() extern "C" IL2CPP_METHOD_ATTR bool CGrowupManager_CheckGetReward_m818021907 (CGrowupManager_t3194282175 * __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 System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m767832565(__this, method) (( void (*) (List_1_t4061876057 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CGuessManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuessManager__ctor_m2946226518 (CGuessManager_t3528162309 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2462982126(__this, method) (( int32_t (*) (List_1_t4061876057 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // DMCore.Logic.PlayerInfoBase DMCore.Logic.CGuessManager::GetPlayerInfoByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR PlayerInfoBase_t2589801315 * CGuessManager_GetPlayerInfoByIndex_m140888486 (CGuessManager_t3528162309 * __this, int32_t ____index0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3565508153(__this, p0, method) (( PlayerInfoBase_t2589801315 * (*) (List_1_t4061876057 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m594186069(__this, p0, method) (( void (*) (List_1_t4061876057 *, PlayerInfoBase_t2589801315 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1063888563(__this, method) (( void (*) (List_1_t4061876057 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CGuessManager::AddPlayerInfo(DMCore.Logic.PlayerInfoBase) extern "C" IL2CPP_METHOD_ATTR void CGuessManager_AddPlayerInfo_m4127985608 (CGuessManager_t3528162309 * __this, PlayerInfoBase_t2589801315 * ___info0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuessManager/OnInfoChanged::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnInfoChanged_Invoke_m196508553 (OnInfoChanged_t2866752421 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m1020815991(__this, method) (( void (*) (BetterList_1_t487729231 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void DMCore.Logic.CGuideMainStep::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep__ctor_m1519597845 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.XML.DMXmlNode::GetAttributeInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNode_GetAttributeInt_m4115790630 (DMXmlNode_t3958967524 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideMainStep::set_MainID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_MainID_m241990486 (CGuideMainStep_t63991967 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideMainStep::set_IsForce(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_IsForce_m933737309 (CGuideMainStep_t63991967 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideMainStep::set_TriggerLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_TriggerLevel_m1424188372 (CGuideMainStep_t63991967 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideMainStep::set_NetxStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_NetxStep_m1450739419 (CGuideMainStep_t63991967 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNode_get_ChildNodes_m14158511 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3745418477(__this, p0, method) (( DMXmlNode_t3958967524 * (*) (BetterList_1_t3113987842 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Boolean DMCore.Framework.XML.DMXmlNode::IsNodeName(System.String) extern "C" IL2CPP_METHOD_ATTR bool DMXmlNode_IsNodeName_m1197447144 (DMXmlNode_t3958967524 * __this, String_t* ___nodeName0, const RuntimeMethod* method); // DMCore.Logic.CGuideSubStep DMCore.Logic.CGuideSubStep::ParseXml(DMCore.Framework.XML.DMXmlNode,DMCore.Logic.CGuideMainStep) extern "C" IL2CPP_METHOD_ATTR CGuideSubStep_t1332708913 * CGuideSubStep_ParseXml_m1139477906 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___indexNode0, CGuideMainStep_t63991967 * ___owner1, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m2433098163(__this, p0, method) (( void (*) (BetterList_1_t487729231 *, CGuideSubStep_t1332708913 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Int32 DMCore.Framework.XML.DMXmlNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNodeList_get_Count_m1776804761 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m29518287(__this, p0, method) (( CGuideSubStep_t1332708913 * (*) (BetterList_1_t487729231 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // DMCore.Logic.CGuideMainStep DMCore.Logic.CGuideSubStep::get_OwnerMainStep() extern "C" IL2CPP_METHOD_ATTR CGuideMainStep_t63991967 * CGuideSubStep_get_OwnerMainStep_m4079995283 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CGuideMainStep::get_IsForce() extern "C" IL2CPP_METHOD_ATTR bool CGuideMainStep_get_IsForce_m1707341993 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep__ctor_m284246149 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_OwnerMainStep(DMCore.Logic.CGuideMainStep) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_OwnerMainStep_m907080667 (CGuideSubStep_t1332708913 * __this, CGuideMainStep_t63991967 * ___value0, 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.Vector3 DMCore.Framework.XML.DMXmlNode::GetAttributeVector3(System.String,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DMXmlNode_GetAttributeVector3_m4127812578 (DMXmlNode_t3958967524 * __this, String_t* ___key0, Vector3_t3722313464 ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_arrowPos(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_arrowPos_m2208219812 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_arrowRotation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_arrowRotation_m1243443132 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_arrowScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_arrowScale_m2819675688 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_textPos(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_textPos_m3745406458 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.String DMCore.Framework.XML.DMXmlNode::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMXmlNode_GetAttribute_m2954850936 (DMXmlNode_t3958967524 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_textAnchor(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_textAnchor_m2971965450 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_text(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_text_m2050752339 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_clickOffset(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_clickOffset_m37228128 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_clickPath(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_clickPath_m2184211449 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_clickPath2(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_clickPath2_m2316986551 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_colliderCenter(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_colliderCenter_m2838806455 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_colliderSize(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_colliderSize_m1095587926 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideSubStep::set_audioClip(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_audioClip_m348011778 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuideVer2::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuideVer2__ctor_m2700873934 (CGuideVer2_t720663952 * __this, 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); // UnityEngine.GameObject UnityEngine.GameObject::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_get_gameObject_m3693461266 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m3720186693 (GameObject_t1113636619 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuild::set_TempIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuild_set_TempIndex_m1104095328 (CGuild_t675931451 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m24365542(__this, method) (( void (*) (List_1_t3006210622 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2859065956(__this, method) (( void (*) (List_1_t3180379001 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2766502101(__this, method) (( void (*) (List_1_t3027426323 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // DMCore.Logic.CGuildRole DMCore.Logic.CGuild::GetGuildMember(System.Int64) extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuild_GetGuildMember_m3670609675 (CGuild_t675931451 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildRole::.ctor(DMCore.Logic.CMemberData) extern "C" IL2CPP_METHOD_ATTR void CGuildRole__ctor_m1833935557 (CGuildRole_t1534135880 * __this, CMemberData_t1242630376 * ___dataVal0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1957973120(__this, p0, method) (( void (*) (List_1_t3006210622 *, CGuildRole_t1534135880 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m1693112027(__this, p0, p1, method) (( void (*) (Comparison_1_t1309067059 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m2675056174(__this, p0, method) (( void (*) (List_1_t3006210622 *, Comparison_1_t1309067059 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void DMCore.Logic.CGuildLog::.ctor(DMCore.Logic.CLogData) extern "C" IL2CPP_METHOD_ATTR void CGuildLog__ctor_m2392312383 (CGuildLog_t1708304259 * __this, CLogData_t998132375 * ___dataVal0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m343976942(__this, p0, method) (( void (*) (List_1_t3180379001 *, CGuildLog_t1708304259 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CJoinInRequest::.ctor(DMCore.Logic.CJoinRequstData) extern "C" IL2CPP_METHOD_ATTR void CJoinInRequest__ctor_m2364145849 (CJoinInRequest_t1555351581 * __this, CJoinRequstData_t67409287 * ___dataVal0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4272234821(__this, p0, method) (( void (*) (List_1_t3027426323 *, CJoinInRequest_t1555351581 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m1217869134(__this, p0, method) (( bool (*) (List_1_t3006210622 *, CGuildRole_t1534135880 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // DMCore.Logic.CJoinInRequest DMCore.Logic.CGuild::GetJoinInRequest(System.Int64) extern "C" IL2CPP_METHOD_ATTR CJoinInRequest_t1555351581 * CGuild_GetJoinInRequest_m2850391085 (CGuild_t675931451 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m1255987614(__this, p0, method) (( bool (*) (List_1_t3027426323 *, CJoinInRequest_t1555351581 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3691272033(__this, method) (( int32_t (*) (List_1_t3006210622 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) #define List_1_RemoveRange_m3772985801(__this, p0, p1, method) (( void (*) (List_1_t3006210622 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m2428828636_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2879800023(__this, method) (( int32_t (*) (List_1_t3180379001 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) #define List_1_RemoveRange_m1753319823(__this, p0, p1, method) (( void (*) (List_1_t3180379001 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m2428828636_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1362823469(__this, method) (( int32_t (*) (List_1_t3027426323 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) #define List_1_RemoveRange_m1047035522(__this, p0, p1, method) (( void (*) (List_1_t3027426323 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m2428828636_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m11289350(__this, p0, method) (( CGuildRole_t1534135880 * (*) (List_1_t3006210622 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // DMCore.Logic.CMemberData DMCore.Logic.CGuildRole::get_Data() extern "C" IL2CPP_METHOD_ATTR CMemberData_t1242630376 * CGuildRole_get_Data_m1897179038 (CGuildRole_t1534135880 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuild/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetGuildMemberU3Ec__AnonStorey0__ctor_m1799292317 (U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2825410104(__this, p0, p1, method) (( void (*) (Predicate_1_t2359430004 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m3529600614(__this, p0, method) (( CGuildRole_t1534135880 * (*) (List_1_t3006210622 *, Predicate_1_t2359430004 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void DMCore.Logic.CGuild/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetJoinInRequestU3Ec__AnonStorey1__ctor_m2699310134 (U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m4088794277(__this, p0, p1, method) (( void (*) (Predicate_1_t2380645705 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m31207067(__this, p0, method) (( CJoinInRequest_t1555351581 * (*) (List_1_t3027426323 *, Predicate_1_t2380645705 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3148280022(__this, p0, method) (( CGuildLog_t1708304259 * (*) (List_1_t3180379001 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2961924913(__this, p0, method) (( CJoinInRequest_t1555351581 * (*) (List_1_t3027426323 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m2877785313(__this, method) (( Enumerator_t600487203 (*) (List_1_t3006210622 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m57655343(__this, method) (( CGuildRole_t1534135880 * (*) (Enumerator_t600487203 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3278061002(__this, method) (( bool (*) (Enumerator_t600487203 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m2703816673(__this, method) (( void (*) (Enumerator_t600487203 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) #define SortKeyInfo_1__ctor_m1394869830(__this, p0, p1, p2, method) (( void (*) (SortKeyInfo_1_t3619707304 *, int32_t, int32_t, bool, const RuntimeMethod*))SortKeyInfo_1__ctor_m1394869830_gshared)(__this, p0, p1, p2, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor2(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212(__this /* static, unused */, ___keyFirst0, ___keySecond1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t3619707304 *, SortKeyInfo_1_t3619707304 *, const RuntimeMethod*))CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_gshared)(__this /* static, unused */, ___keyFirst0, ___keySecond1, method) // System.Int64 DMCore.Logic.CGuildRole::get_UserID() extern "C" IL2CPP_METHOD_ATTR int64_t CGuildRole_get_UserID_m543570432 (CGuildRole_t1534135880 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CJoinInRequest::get_UserID() extern "C" IL2CPP_METHOD_ATTR int64_t CJoinInRequest_get_UserID_m1363546498 (CJoinInRequest_t1555351581 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3834079867(__this, method) (( void (*) (List_1_t1260420484 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CGuildChallengeManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager__ctor_m3434606405 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method); // DMCore.Logic.CGuildManager DMCore.Logic.CGuildManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildManager_t3445311192 * CGuildManager_GetInstance_m2368575480 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CGuild DMCore.Logic.CGuildManager::GetSelfGuild() extern "C" IL2CPP_METHOD_ATTR CGuild_t675931451 * CGuildManager_GetSelfGuild_m659507340 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // DMCore.Logic.CGuildData DMCore.Logic.CGuild::get_Data() extern "C" IL2CPP_METHOD_ATTR CGuildData_t2153593818 * CGuild_get_Data_m336040289 (CGuild_t675931451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m255392693(__this, p0, method) (( void (*) (List_1_t1260420484 *, ChallengeBossData_t4083313038 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Logic.CGuildChallengeModel DMCore.Logic.CGuildChallengeModel::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildChallengeModel_t1632606626 * CGuildChallengeModel_GetInstance_m2390655172 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CGuildChallengeModel::GetChallengeBossData() extern "C" IL2CPP_METHOD_ATTR List_1_t1260420484 * CGuildChallengeModel_GetChallengeBossData_m174205633 (CGuildChallengeModel_t1632606626 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2787895009(__this, p0, method) (( ChallengeBossData_t4083313038 * (*) (List_1_t1260420484 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMCore.Logic.ChallengeBossData::get_isLock() extern "C" IL2CPP_METHOD_ATTR bool ChallengeBossData_get_isLock_m3817064709 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3981052966(__this, method) (( int32_t (*) (List_1_t1260420484 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // uiGuildChallenge uiGuildChallenge::GetInstance() extern "C" IL2CPP_METHOD_ATTR uiGuildChallenge_t3559644076 * uiGuildChallenge_GetInstance_m2518872041 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void uiGuildChallenge::InitData() extern "C" IL2CPP_METHOD_ATTR void uiGuildChallenge_InitData_m654829414 (uiGuildChallenge_t3559644076 * __this, const RuntimeMethod* method); // DMCore.Logic.ChallengeBossData DMCore.Logic.CGuildChallengeModel::GetChallengeBossDataByBossId(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChallengeBossData_t4083313038 * CGuildChallengeModel_GetChallengeBossDataByBossId_m2829842488 (CGuildChallengeModel_t1632606626 * __this, int32_t ___bossId0, const RuntimeMethod* method); // System.String DMCore.Logic.ChallengeBossData::get_bossIntroduction() extern "C" IL2CPP_METHOD_ATTR String_t* ChallengeBossData_get_bossIntroduction_m475869117 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.ChallengeBossData::get_bossName() extern "C" IL2CPP_METHOD_ATTR String_t* ChallengeBossData_get_bossName_m2591958186 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.ChallengeBossData::get_bossModelNo() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_bossModelNo_m2005903559 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method); // System.Void uiGuildChallenge::OpenBossDetail(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiGuildChallenge_OpenBossDetail_m2508513076 (uiGuildChallenge_t3559644076 * __this, String_t* ___bossIntroductionLabelStr0, String_t* ___resultStr1, int32_t ___bossNO2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3000783890(__this, method) (( void (*) (List_1_t1260420484 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.ChallengeBossData::.ctor(System.Int32,System.Int32,System.Single,System.Single,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData__ctor_m3276635409 (ChallengeBossData_t4083313038 * __this, int32_t ___bossID0, int32_t ___bossModelNo1, float ___bossHPMax2, float ___bossHpCurr3, String_t* ___bossName4, String_t* ___bossIntroduction5, int32_t ___needGuildLevel6, int32_t ___currGuildLevel7, int32_t ___status8, int32_t ___haveChallengeCount9, int32_t ___haveChallengeCountMax10, const RuntimeMethod* method); // DMCore.Logic.ChallengeBossTextManager DMCore.Logic.ChallengeBossTextManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR ChallengeBossTextManager_t1223296511 * ChallengeBossTextManager_GetInstance_m518656186 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.ChallengeBossTextManager/ChallengeBossText DMCore.Logic.ChallengeBossTextManager::GetChallengeBossText(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChallengeBossText_t2436435923 * ChallengeBossTextManager_GetChallengeBossText_m1579780430 (ChallengeBossTextManager_t1223296511 * __this, int32_t ___guildPassID0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void uiGuildChallenge::BtnEnterTeam() extern "C" IL2CPP_METHOD_ATTR void uiGuildChallenge_BtnEnterTeam_m2431151266 (uiGuildChallenge_t3559644076 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeModel__ctor_m3569932954 (CGuildChallengeModel_t1632606626 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeModel/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0__ctor_m2666430612 (U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m390384085(__this, p0, p1, method) (( void (*) (Predicate_1_t613639866 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m269216017(__this, p0, method) (( ChallengeBossData_t4083313038 * (*) (List_1_t1260420484 *, Predicate_1_t613639866 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.String DMCore.CDataArray::GetWideStr(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CDataArray_GetWideStr_m3532563229 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData__ctor_m461298734 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_bossID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossID_m2257287336 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_bossModelNo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossModelNo_m2191753014 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_guildContribution(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_guildContribution_m1733805936 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_needGuildLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_needGuildLevel_m3708013819 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_addition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_addition_m606262927 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_passAward(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_passAward_m1517957881 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_killAward(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_killAward_m3757910613 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_currGuildLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_currGuildLevel_m1168945109 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_haveChallengeCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_haveChallengeCount_m707891103 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_haveChallengeCountMax(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_haveChallengeCountMax_m954393796 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_bossHpCurr(System.Single) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossHpCurr_m1468783139 (ChallengeBossData_t4083313038 * __this, float ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_bossHPMax(System.Single) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossHPMax_m1218345922 (ChallengeBossData_t4083313038 * __this, float ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_status(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_status_m3215513512 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_bossName(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossName_m430571085 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChallengeBossData::set_bossIntroduction(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossIntroduction_m1518546882 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeModel::AddChallengeBossData(DMCore.Logic.ChallengeBossData) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeModel_AddChallengeBossData_m2141036467 (CGuildChallengeModel_t1632606626 * __this, ChallengeBossData_t4083313038 * ___data0, const RuntimeMethod* method); // DMCore.Logic.CGuildChallengeManager DMCore.Logic.CGuildChallengeManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildChallengeManager_t610245203 * CGuildChallengeManager_GetInstance_m919782628 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeManager::Refresh() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_Refresh_m4255072749 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.ChallengeBossData::get_bossID() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_bossID_m3719603242 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.TeamMember::.ctor(System.Int32,System.String,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TeamMember__ctor_m2730218717 (TeamMember_t3910888696 * __this, int32_t ___memberId0, String_t* ___memberName1, int32_t ___memberLevle2, int32_t ___memberSex3, bool ___isLeader4, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m628827891(__this, method) (( void (*) (List_1_t3378899327 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CGuildChallengeTeamManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager__ctor_m2910954015 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2787252201(__this, p0, method) (( void (*) (List_1_t3378899327 *, WaitTeamData_t1906824585 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m638925339(__this, method) (( void (*) (List_1_t3378899327 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // DMCore.Logic.CRoomMananger DMCore.Logic.CRoomMananger::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoomMananger_t1058696229 * CRoomMananger_GetInstance_m3659614095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::set_CurRoomType(DMCore.Logic.CRoomMananger/RoomType) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_set_CurRoomType_m3518981580 (CRoomMananger_t1058696229 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::CreateRoom(System.String,System.String,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_CreateRoom_m3444586077 (CRoomMananger_t1058696229 * __this, String_t* ___roomName0, String_t* ___pwd1, bool ___isUseTopCard2, int32_t ___nGuildPass3, const RuntimeMethod* method); // DMCore.Logic.CRoomMananger/RoomInfo DMCore.Logic.CRoomMananger::GetRoomInfoByRoomId(System.Int32) extern "C" IL2CPP_METHOD_ATTR RoomInfo_t2137681786 * CRoomMananger_GetRoomInfoByRoomId_m3394054778 (CRoomMananger_t1058696229 * __this, int32_t ___roomId0, const RuntimeMethod* method); // uiGuildChallengeTeam uiGuildChallengeTeam::GetInstence() extern "C" IL2CPP_METHOD_ATTR uiGuildChallengeTeam_t580458821 * uiGuildChallengeTeam_GetInstence_m2346303320 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void uiGuildChallengeTeam::ShowTeamDetail(DMCore.Logic.CRoomMananger/RoomInfo) extern "C" IL2CPP_METHOD_ATTR void uiGuildChallengeTeam_ShowTeamDetail_m2516359820 (uiGuildChallengeTeam_t580458821 * __this, RoomInfo_t2137681786 * ___waitTeamData0, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::EntryRoom(System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_EntryRoom_m794266310 (CRoomMananger_t1058696229 * __this, int32_t ___entryType0, int32_t ___roomId1, String_t* ___pwd2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2065630506(__this, p0, method) (( void (*) (List_1_t1087996142 *, TeamMember_t3910888696 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void uiGuildChallengeTeam::RefreshData() extern "C" IL2CPP_METHOD_ATTR void uiGuildChallengeTeam_RefreshData_m3547011516 (uiGuildChallengeTeam_t580458821 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CJoinWaitTeamU3Ec__AnonStorey0__ctor_m352812702 (U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3360089858(__this, p0, p1, method) (( void (*) (Predicate_1_t2732118709 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m362894720(__this, p0, method) (( WaitTeamData_t1906824585 * (*) (List_1_t3378899327 *, Predicate_1_t2732118709 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Boolean DMCore.Logic.CGuildChallengeTeamManager::JoinWaitTeam(DMCore.Logic.TeamMember,DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR bool CGuildChallengeTeamManager_JoinWaitTeam_m1479538514 (CGuildChallengeTeamManager_t4025118022 * __this, TeamMember_t3910888696 * ___teamMember0, WaitTeamData_t1906824585 * ___waitTeamData1, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CJoinWaitTeamU3Ec__AnonStorey1__ctor_m145522334 (U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLeaveWaitTeamU3Ec__AnonStorey2__ctor_m2281364 (U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m784173222(__this, p0, method) (( bool (*) (List_1_t1087996142 *, TeamMember_t3910888696 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRemoveWaitTeamU3Ec__AnonStorey3__ctor_m3359644809 (U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m4225115155(__this, p0, p1, method) (( void (*) (Predicate_1_t441215524 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m1236244011(__this, p0, method) (( TeamMember_t3910888696 * (*) (List_1_t1087996142 *, Predicate_1_t441215524 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void DMCore.Logic.CRoomMananger::CreateRoom(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_CreateRoom_m173605298 (CRoomMananger_t1058696229 * __this, String_t* ___roomName0, String_t* ___pwd1, bool ___isUseTopCard2, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDeleteTeamU3Ec__AnonStorey4__ctor_m1557272541 (U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m1702320707(__this, p0, method) (( bool (*) (List_1_t3378899327 *, WaitTeamData_t1906824585 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void uiGuildChallengeTeam::DeleteTeamBack() extern "C" IL2CPP_METHOD_ATTR void uiGuildChallengeTeam_DeleteTeamBack_m3372226485 (uiGuildChallengeTeam_t580458821 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.WaitTeamData::.ctor(System.Int32,System.String,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WaitTeamData__ctor_m3750095806 (WaitTeamData_t1906824585 * __this, int32_t ___teamId0, String_t* ___teamName1, int32_t ___teamPlayerCount2, bool ___isFull3, const RuntimeMethod* method); // System.Void DMCore.Framework.Task.ITaskBase`1::.ctor() #define ITaskBase_1__ctor_m3501485401(__this, method) (( void (*) (ITaskBase_1_t2595950535 *, const RuntimeMethod*))ITaskBase_1__ctor_m3501485401_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1420689025(__this, method) (( void (*) (List_1_t2148006193 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CGuildManager::set_CurrentPage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_CurrentPage_m2212909677 (CGuildManager_t3445311192 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildManager__ctor_m4027352961 (CGuildManager_t3445311192 * __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 DMCore.Logic.CGuildManager::get_CurrentPage() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_CurrentPage_m3794347939 (CGuildManager_t3445311192 * __this, 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); // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CGuildManager::get_InvitorList() extern "C" IL2CPP_METHOD_ATTR ITaskBase_1_t2595950535 * CGuildManager_get_InvitorList_m2110384913 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Task.ITaskBase`1::RemoveTask(T) #define ITaskBase_1_RemoveTask_m2603698764(__this, p0, method) (( void (*) (ITaskBase_1_t2595950535 *, int64_t, const RuntimeMethod*))ITaskBase_1_RemoveTask_m2603698764_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CGuildManager::get_ReQuestGuildID() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_ReQuestGuildID_m3853833767 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2546870982(__this, method) (( int32_t (*) (List_1_t2148006193 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m2389944992(__this, p0, p1, method) (( void (*) (Comparison_1_t450862630 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m2328922505(__this, p0, method) (( void (*) (List_1_t2148006193 *, Comparison_1_t450862630 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // DMCore.Logic.CGuild DMCore.Logic.CGuildManager::GetGuildByID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CGuild_t675931451 * CGuildManager_GetGuildByID_m1722464464 (CGuildManager_t3445311192 * __this, int64_t ___guildID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuild::.ctor(System.Int32,DMCore.Logic.CGuildData) extern "C" IL2CPP_METHOD_ATTR void CGuild__ctor_m2018794379 (CGuild_t675931451 * __this, int32_t ___index0, CGuildData_t2153593818 * ___dataVal1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3856566751(__this, p0, method) (( void (*) (List_1_t2148006193 *, CGuild_t675931451 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CGuild::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CGuild_ClearAll_m106851382 (CGuild_t675931451 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3889946525(__this, p0, method) (( bool (*) (List_1_t2148006193 *, CGuild_t675931451 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // DMCore.Logic.CGuild DMCore.Logic.CGuildManager::GetGuildByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CGuild_t675931451 * CGuildManager_GetGuildByIndex_m1692842336 (CGuildManager_t3445311192 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2232263009(__this, method) (( void (*) (List_1_t2148006193 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Boolean DMCore.Logic.CGuildManager::AddGuild(DMCore.Logic.CGuildData) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_AddGuild_m1870079756 (CGuildManager_t3445311192 * __this, CGuildData_t2153593818 * ___dataVal0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuild::set_Data(DMCore.Logic.CGuildData) extern "C" IL2CPP_METHOD_ATTR void CGuild_set_Data_m2678138625 (CGuild_t675931451 * __this, CGuildData_t2153593818 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuild::set_IsBaseInfoReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuild_set_IsBaseInfoReady_m4231660660 (CGuild_t675931451 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.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); // System.Boolean DMCore.Logic.CGuild::DelMember(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CGuild_DelMember_m3838864605 (CGuild_t675931451 * __this, int64_t ___userID0, const RuntimeMethod* method); // DMCore.Logic.CGuildRole DMCore.Logic.CGuildManager::GetSelfInfo() extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuildManager_GetSelfInfo_m3722140143 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // DMCore.Logic.CGuildRole DMCore.Logic.CGuildManager::GetSelfGuildMaster() extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuildManager_GetSelfGuildMaster_m2284380491 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetGuildByIDU3Ec__AnonStorey0__ctor_m241556777 (U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m991922597(__this, p0, p1, method) (( void (*) (Predicate_1_t1501225575 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m4199324718(__this, p0, method) (( CGuild_t675931451 * (*) (List_1_t2148006193 *, Predicate_1_t1501225575 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1202686245(__this, p0, method) (( CGuild_t675931451 * (*) (List_1_t2148006193 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMCore.Logic.CGuildManager::IsGuildManager(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_IsGuildManager_m1284872220 (CGuildManager_t3445311192 * __this, int32_t ___guildID0, int64_t ___userID1, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m199555027 (RuntimeObject * __this /* static, unused */, String_t* p0, 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.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_m3633415627 (TimeSpan_t881159249 * __this, TimeSpan_t881159249 p0, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m3689759052 (TimeSpan_t881159249 * __this, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::op_Subtraction(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_op_Subtraction_m3592306516 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 p0, TimeSpan_t881159249 p1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m734703194 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 p0, TimeSpan_t881159249 p1, const RuntimeMethod* method); // DMCore.Logic.CGuildRole DMCore.Logic.CGuild::GetGuildMaster() extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuild_GetGuildMaster_m66682377 (CGuild_t675931451 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m3374553046 (CTextHelp_t3119637808 * __this, String_t* ___val0, String_t* ___defaultVal1, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::GetUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * ISceneBaseObj_GetUserProperty_m776816018 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetInt_m1935343217 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void DMCore.Logic.CCreateCondition::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCreateCondition__ctor_m2708530705 (CCreateCondition_t197933841 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CGuildManager::get_IsReadyToGetMoreMembers() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsReadyToGetMoreMembers_m1623335722 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // DMCore.Logic.enumGuildListState DMCore.Logic.CGuildManager::get_GuildListState() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_GuildListState_m913280079 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::set_GuildListState(DMCore.Logic.enumGuildListState) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_GuildListState_m2638618002 (CGuildManager_t3445311192 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::RequestGuildListData() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildListData_m587338837 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CGuildManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_ClearAll_m852546515 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildData__ctor_m2735126153 (CGuildData_t2153593818 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::set_IsGuildListChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsGuildListChanged_m3400919227 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::set_IsGuildListChangedReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsGuildListChangedReady_m3754690850 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::SortGuildList() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_SortGuildList_m2710109585 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGuildManager::set_IsReadyToGetMoreMembers(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsReadyToGetMoreMembers_m3852317236 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CChangeNameManager DMCore.Logic.CChangeNameManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChangeNameManager_t2068867582 * CChangeNameManager_GetInstance_m85489895 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CChangeNameInfo DMCore.Logic.CChangeNameManager::get_InformationContainer() extern "C" IL2CPP_METHOD_ATTR CChangeNameInfo_t1998310127 * CChangeNameManager_get_InformationContainer_m640887574 (CChangeNameManager_t2068867582 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CGuildManager::GetGuildName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CGuildManager_GetGuildName_m3998768775 (CGuildManager_t3445311192 * __this, int32_t ___guidID0, const RuntimeMethod* method); // System.Void DMCore.Logic.OnChangeNameCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnChangeNameCallback__ctor_m285383472 (OnChangeNameCallback_t2458829697 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.String DMCore.Logic.CMiscConfig::GetValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m1810403399 (CMiscConfig_t1694835947 * __this, String_t* ___id0, String_t* ___defaultValue1, const RuntimeMethod* method); // System.String DMCore.Logic.CChangeNameManager::get_NewName() extern "C" IL2CPP_METHOD_ATTR String_t* CChangeNameManager_get_NewName_m2498047757 (CChangeNameManager_t2068867582 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageHint_m1547364369 (RuntimeObject * __this /* static, unused */, String_t* ___hintTextID0, bool ___bShowAtOnce1, const RuntimeMethod* method); // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetUICamera_m3997251255 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // 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.Int32 System.Int32::CompareTo(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4284770383 (int32_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CGuild::get_TempIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_get_TempIndex_m1337586396 (CGuild_t675931451 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CGuild::get_GuildID() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_get_GuildID_m3184550405 (CGuild_t675931451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4052854386(__this, method) (( void (*) (Dictionary_2_t1325149254 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.ChallengeBossTextManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChallengeBossTextManager__ctor_m2049984362 (ChallengeBossTextManager_t1223296511 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1079260137(__this, method) (( void (*) (Dictionary_2_t1325149254 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Logic.ChallengeBossTextManager/ChallengeBossText::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChallengeBossText__ctor_m3227882339 (ChallengeBossText_t2436435923 * __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 System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3678163962(__this, p0, p1, method) (( void (*) (Dictionary_2_t1325149254 *, int32_t, ChallengeBossText_t2436435923 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3875549006(__this, p0, method) (( bool (*) (Dictionary_2_t1325149254 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m1946221745(__this, p0, method) (( ChallengeBossText_t2436435923 * (*) (Dictionary_2_t1325149254 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m4076687632(__this, method) (( void (*) (Dictionary_2_t980893118 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2318543627(__this, method) (( void (*) (Dictionary_2_t1165792132 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CHandbookAllClothesCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHandbookAllClothesCfg__ctor_m3987308045 (CHandbookAllClothesCfg_t703745743 * __this, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlDocument DMCore.Framework.XML.DMXmlDocument::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlDocument_t2468531415 * DMXmlDocument_LoadXml_m2953623357 (RuntimeObject * __this /* static, unused */, String_t* ___content0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::get_FirstChild() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_get_FirstChild_m4174520049 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1119521940(__this, method) (( void (*) (Dictionary_2_t1165792132 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_Item_m3433089129 (DMXmlNodeList_t795971656 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(DMCore.Framework.XML.DMXmlNode,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m1889603049 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopConfig/StaticConfigUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit__ctor_m3259063721 (StaticConfigUnit_t2277078801 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(DMCore.Framework.XML.DMXmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m1058230318 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopConfig/StaticConfigUnit::set_Tags(System.String) extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit_set_Tags_m3219675138 (StaticConfigUnit_t2277078801 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopConfig/StaticConfigUnit::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void StaticConfigUnit_set_Path_m2793314817 (StaticConfigUnit_t2277078801 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m322178150(__this, p0, p1, method) (( void (*) (Dictionary_2_t1165792132 *, int32_t, StaticConfigUnit_t2277078801 *, 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_m2002369474(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1165792132 *, int32_t, StaticConfigUnit_t2277078801 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m3455910910(__this, p0, method) (( List_1_t2092179787 * (*) (Dictionary_2_t980893118 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m1944763462(__this, method) (( void (*) (Dictionary_2_t980893118 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m636942458(__this, method) (( void (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2__ctor_m636942458_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Void DMCore.Logic.CHandBookManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager__ctor_m1898255241 (CHandBookManager_t2716637598 * __this, 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.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.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m2284764176(__this, method) (( int32_t (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2_get_Count_m2284764176_gshared)(__this, method) // !!0 System.Linq.Enumerable::ElementAt>(System.Collections.Generic.IEnumerable`1,System.Int32) #define Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651(__this /* static, unused */, p0, p1, method) (( KeyValuePair_2_t4237331251 (*) (RuntimeObject * /* static, unused */, RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651_gshared)(__this /* static, unused */, p0, p1, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2295844663(__this, method) (( int32_t (*) (KeyValuePair_2_t4237331251 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2295844663_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1682688660(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1839659084 *, int32_t, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m1682688660_gshared)(__this, p0, p1, 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); // 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); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m1383712741(__this, p0, method) (( void (*) (Action_1_t1368688201 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m1383712741_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m909264078(__this, method) (( void (*) (List_1_t2753864082 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1702443365(__this, method) (( void (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2_Clear_m1702443365_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3968569714(__this, p0, method) (( void (*) (List_1_t2753864082 *, StringU5BU5D_t1281789340*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3286979944(__this, p0, method) (( StringU5BU5D_t1281789340* (*) (List_1_t2753864082 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m2404707562 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1535364901(__this, p0, p1, method) (( void (*) (Dictionary_2_t1839659084 *, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1535364901_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m824177858(__this, method) (( int32_t (*) (List_1_t2753864082 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2269680114(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_Clear_m2269680114_gshared)(__this, method) // System.Void System.Collections.Generic.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.Void DMCore.Logic.CHandBookManager::RequestSuitNum(System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_RequestSuitNum_m1057860189 (CHandBookManager_t2716637598 * __this, int32_t ___i0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method); // HandBookCfg HandBookCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR HandBookCfg_t3398685571 * HandBookCfg_GetInstance_m3087382814 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 HandBookCfg::get_ThemeCount() extern "C" IL2CPP_METHOD_ATTR int32_t HandBookCfg_get_ThemeCount_m2909734428 (HandBookCfg_t3398685571 * __this, const RuntimeMethod* method); // HandBookCfg/ThemeInfo HandBookCfg::GetTheme(System.Int32) extern "C" IL2CPP_METHOD_ATTR ThemeInfo_t2661298501 * HandBookCfg_GetTheme_m4289701062 (HandBookCfg_t3398685571 * __this, int32_t ___themeId0, const RuntimeMethod* method); // System.Collections.Generic.List`1 HandBookCfg/ThemeInfo::get_SuitList() extern "C" IL2CPP_METHOD_ATTR List_1_t1312794918 * ThemeInfo_get_SuitList_m3627037278 (ThemeInfo_t2661298501 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2225324046(__this, p0, method) (( SuitInfo_t4135687472 * (*) (List_1_t1312794918 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 HandBookCfg/SuitInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t SuitInfo_get_Id_m826285488 (SuitInfo_t4135687472 * __this, const RuntimeMethod* method); // System.Int32 HandBookCfg/ThemeInfo::get_SuitCount() extern "C" IL2CPP_METHOD_ATTR int32_t ThemeInfo_get_SuitCount_m4220134142 (ThemeInfo_t2661298501 * __this, 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); // 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.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m468110669(__this, p0, p1, method) (( void (*) (Comparison_1_t395036224 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m4028127937(__this, p0, method) (( void (*) (List_1_t2092179787 *, Comparison_1_t395036224 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void DMCore.Logic.CHandBookManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDefaultSortItemListU3Ec__AnonStorey0__ctor_m1308225686 (U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * __this, const RuntimeMethod* method); // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CItemManager_t2289463753 * CItemManager_GetInstance_m3712629561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.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.CItemManager::GetItemList(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t776431360 * CItemManager_GetItemList_m2304836481 (CItemManager_t2289463753 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookManager/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDefaultSortItemListU3Ec__AnonStorey1__ctor_m1308226511 (U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1022812831(__this, p0, p1, method) (( void (*) (Predicate_1_t1445399169 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2118081878(__this, p0, method) (( CardHandBookItemData_t620105045 * (*) (List_1_t2092179787 *, Predicate_1_t1445399169 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1482728073(__this, method) (( int32_t (*) (List_1_t776431360 *, 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_m1344792209(__this, p0, method) (( CardHandBookItemData_t620105045 * (*) (List_1_t2092179787 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2655097838(__this, p0, method) (( CItemData_t3599323914 * (*) (List_1_t776431360 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CItemBase::get_configID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_configID_m837654758 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // System.Void IMonoCtrllor::.ctor() extern "C" IL2CPP_METHOD_ATTR void IMonoCtrllor__ctor_m471545973 (IMonoCtrllor_t1427182583 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr__ctor_m659309870 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::LoadAllResouse(System.Int32,HandBookEnumStoryPos) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_LoadAllResouse_m2305829670 (CHandBookStoryCtr_t880003063 * __this, int32_t ___moduleId0, int32_t ___pos1, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::GetInitRoleParent() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_GetInitRoleParent_m3033662286 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // HandBookStoryCfg HandBookStoryCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR HandBookStoryCfg_t1974137550 * HandBookStoryCfg_GetInstance_m3047313283 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 HandBookStoryCfg::GetRealMoluleId(System.Int32,HandBookEnumStoryPos) extern "C" IL2CPP_METHOD_ATTR int32_t HandBookStoryCfg_GetRealMoluleId_m1480906409 (HandBookStoryCfg_t1974137550 * __this, int32_t ___moduleId0, int32_t ___pos1, const RuntimeMethod* method); // HandBookStoryInfo HandBookStoryCfg::GetStoryInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR HandBookStoryInfo_t2304689445 * HandBookStoryCfg_GetStoryInfo_m755044449 (HandBookStoryCfg_t1974137550 * __this, int32_t ___moduleId0, const RuntimeMethod* method); // System.Collections.Generic.List`1 HandBookStoryInfo::get_StoryStepList() extern "C" IL2CPP_METHOD_ATTR List_1_t1329610734 * HandBookStoryInfo_get_StoryStepList_m2495394227 (HandBookStoryInfo_t2304689445 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3062442636(__this, p0, method) (( HandBookStoryStepInfo_t4152503288 * (*) (List_1_t1329610734 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // DMCore.Framework.Scene.ISceneBaseObj DMCore.Logic.CHandBookStoryCtr::CreatRole(HandBookStoryStepInfo) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CHandBookStoryCtr_CreatRole_m3163303138 (CHandBookStoryCtr_t880003063 * __this, HandBookStoryStepInfo_t4152503288 * ___info0, const RuntimeMethod* method); // System.Int32 HandBookStoryInfo::get_StoryStepLenth() extern "C" IL2CPP_METHOD_ATTR int32_t HandBookStoryInfo_get_StoryStepLenth_m495713544 (HandBookStoryInfo_t2304689445 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::ToStep(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_ToStep_m2205557866 (CHandBookStoryCtr_t880003063 * __this, int32_t ___moduleId0, int32_t ___step1, const RuntimeMethod* method); // System.Boolean HandBookStoryCfg::IsStoryFinsh(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool HandBookStoryCfg_IsStoryFinsh_m294834791 (HandBookStoryCfg_t1974137550 * __this, int32_t ___moduleId0, int32_t ___step1, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.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); // HandBookStoryStepInfo HandBookStoryCfg::GetStoryStep(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR HandBookStoryStepInfo_t4152503288 * HandBookStoryCfg_GetStoryStep_m1944007917 (HandBookStoryCfg_t1974137550 * __this, int32_t ___moduleId0, int32_t ___step1, const RuntimeMethod* method); // System.Action`2 DMCore.Logic.CHandBookStoryCtr::get_OnStoryFinishAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t949473781 * CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m2651790714(__this, p0, p1, method) (( void (*) (Action_2_t949473781 *, HandBookStoryInfo_t2304689445 *, HandBookStoryStepInfo_t4152503288 *, const RuntimeMethod*))Action_2_Invoke_m4187243487_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CHandBookStoryCtr::set_OnStoryFinishAction(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_set_OnStoryFinishAction_m3289602076 (CHandBookStoryCtr_t880003063 * __this, Action_2_t949473781 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::set_OnSkipStoryAction(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_set_OnSkipStoryAction_m3924385081 (CHandBookStoryCtr_t880003063 * __this, Action_2_t949473781 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::ResetMainRole() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_ResetMainRole_m329489412 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::FinishStory(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_FinishStory_m3188316361 (CHandBookStoryCtr_t880003063 * __this, bool ___skip0, const RuntimeMethod* method); // System.Boolean HandBookStoryCfg::Exists(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool HandBookStoryCfg_Exists_m3143071004 (HandBookStoryCfg_t1974137550 * __this, int32_t ___moduleId0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.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.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::StartStory(System.Int32,HandBookEnumStoryPos,System.Int32,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_StartStory_m2380245360 (CHandBookStoryCtr_t880003063 * __this, int32_t ___module0, int32_t ___pos1, int32_t ___step2, Action_2_t949473781 * ___onStoryFinish3, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::StartStory(System.Int32,HandBookEnumStoryPos,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_StartStory_m1113380833 (CHandBookStoryCtr_t880003063 * __this, int32_t ___module0, int32_t ___pos1, Action_2_t949473781 * ___onStoryFinish2, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CHandBookStoryCtr::IsFinish() extern "C" IL2CPP_METHOD_ATTR bool CHandBookStoryCtr_IsFinish_m2721027552 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::FinishStory() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_FinishStory_m2978134210 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr::NextStep() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_NextStep_m2525597752 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Action`2 DMCore.Logic.CHandBookStoryCtr::get_OnPrevStoryAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t949473781 * CHandBookStoryCtr_get_OnPrevStoryAction_m3386147999 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Action`2 DMCore.Logic.CHandBookStoryCtr::get_OnNextStoryAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t949473781 * CHandBookStoryCtr_get_OnNextStoryAction_m419724374 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.String HandBookStoryInfo::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* HandBookStoryInfo_get_Desc_m1390718463 (HandBookStoryInfo_t2304689445 * __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); // System.Void UnityEngine.GameObject::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m2093116449 (GameObject_t1113636619 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_m4202601546 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_SetParent_m381167889 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Boolean HandBookStoryStepInfo::get_IsRole() extern "C" IL2CPP_METHOD_ATTR bool HandBookStoryStepInfo_get_IsRole_m2742108287 (HandBookStoryStepInfo_t4152503288 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetAvatarVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetAvatarVisible_m2509149113 (RuntimeObject * __this /* static, unused */, bool ___bShow0, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.IHelp::GetSceneManager() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * IHelp_GetSceneManager_m309394095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 HandBookStoryStepInfo::get_ModelId() extern "C" IL2CPP_METHOD_ATTR int32_t HandBookStoryStepInfo_get_ModelId_m2253837343 (HandBookStoryStepInfo_t4152503288 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetSceneBaseObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetSceneBaseObj_m1922388889 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::CreateGameObj(System.String,DMCore.Framework.Scene.enumSceneObjType) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_CreateGameObj_m958236987 (CSceneService_t551449725 * __this, String_t* ___strName0, int32_t ___type1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetModelID_m3286778194 (ISceneBaseObj_t858622483 * __this, int32_t ___modelID0, const RuntimeMethod* method); // 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.Int32 HandBookStoryStepInfo::get_EnumSex() extern "C" IL2CPP_METHOD_ATTR int32_t HandBookStoryStepInfo_get_EnumSex_m3226469627 (HandBookStoryStepInfo_t4152503288 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::SetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetInt_m72189256 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___value1, const RuntimeMethod* method); // System.String HandBookStoryStepInfo::get_NPCName() extern "C" IL2CPP_METHOD_ATTR String_t* HandBookStoryStepInfo_get_NPCName_m3523163610 (HandBookStoryStepInfo_t4152503288 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::SetString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetString_m1997490933 (CProperty_t963755051 * __this, String_t* ___propname0, String_t* ___value1, const RuntimeMethod* method); // System.Int32[] HandBookStoryStepInfo::get_fashionIds() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* HandBookStoryStepInfo_get_fashionIds_m1934297885 (HandBookStoryStepInfo_t4152503288 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearSuit_m1889746947 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::WearSubModel(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_WearSubModel_m2695610556 (ISceneRole_t2394225724 * __this, int32_t ___nSubModelId0, bool ___bAsyn1, bool ___Direct2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::LoadRoleModel() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadRoleModel_m1111386502 (ISceneRole_t2394225724 * __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); // UnityEngine.Transform DMCore.Logic.CHandBookStoryCtr::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CHandBookStoryCtr_GetRoleParent_m741487860 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IfExistAnim_m267911107 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.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); // UnityEngine.Camera DMCore.IHelp::Get3DSceneCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_Get3DSceneCamera_m2443356533 (RuntimeObject * __this /* static, unused */, 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.Camera::WorldToScreenPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_WorldToScreenPoint_m3726311023 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m3049309462 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_rotation_m3524318132 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_ScreenToWorldPoint_m3978588570 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_position_m3387557959 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::AdjustObjectPositionY(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_AdjustObjectPositionY_m685230148 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___offsetY1, const RuntimeMethod* method); // HandBookEnumModelPos HandBookStoryStepInfo::get_ModelPos() extern "C" IL2CPP_METHOD_ATTR int32_t HandBookStoryStepInfo_get_ModelPos_m2695287903 (HandBookStoryStepInfo_t4152503288 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CHandBookStoryCtr/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetInitRoleParentU3Ec__AnonStorey0__ctor_m2582030856 (U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * __this, const RuntimeMethod* method); // DMCore.Logic.shopModel DMCore.Logic.shopModel::GetInstance() extern "C" IL2CPP_METHOD_ATTR shopModel_t101745799 * shopModel_GetInstance_m2401242541 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::GetCurShopModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * shopModel_GetCurShopModel_m2897736385 (shopModel_t101745799 * __this, const RuntimeMethod* method); // DMCore.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.TimerCallbackProc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TimerCallbackProc__ctor_m2511947299 (TimerCallbackProc_t3381003091 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CTimerManager::CreateTimer(System.Single,DMCore.Logic.TimerCallbackProc,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CTimerManager_CreateTimer_m1163471876 (CTimerManager_t4186675208 * __this, float ___timeSpan0, TimerCallbackProc_t3381003091 * ___timerProc1, int32_t ___runTimes2, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() #define Object_FindObjectOfType_TisScenePersonalMainRole_t3023680637_m357359951(__this /* static, unused */, method) (( ScenePersonalMainRole_t3023680637 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_m2612646359_gshared)(__this /* static, unused */, method) // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetVisible_m2703148496 (ISceneBaseObj_t858622483 * __this, bool ___bVisible0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChangeStateCallback::Invoke(System.Boolean,System.Int32,System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ChangeStateCallback_Invoke_m3010630518 (ChangeStateCallback_t3932589649 * __this, bool ___result0, int32_t ___state1, int32_t ___op2, CDataArray_t4068198041 * ___data3, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropItem__ctor_m238114891 (CPropItem_t1455887095 * __this, 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.Int32 DMCore.Logic.CChatManager::GetUnreadChatCount(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CChatManager_GetUnreadChatCount_m1313917105 (CChatManager_t1988186574 * __this, int64_t ___conversationKey0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController__ctor_m2057156485 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method); // DMCore.Logic.ChooseBuyUseBoxInfo DMCore.Logic.ChooseBuyUseNumBoxController::GetOpenChooseNumBox() extern "C" IL2CPP_METHOD_ATTR ChooseBuyUseBoxInfo_t2600922063 * ChooseBuyUseNumBoxController_GetOpenChooseNumBox_m2154754359 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::OnClickConfirmBuy() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_OnClickConfirmBuy_m3652114729 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::OnClickConfirmUse() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_OnClickConfirmUse_m1704259571 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount::Invoke(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount_Invoke_m1580277940 (OnConfirmBuyAmount_t3515310033 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, int32_t ___cashType3, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount::Invoke(System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmUseAmount_Invoke_m622048700 (OnConfirmUseAmount_t3345112943 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit_Invoke_m3966099685 (OnCancelAndExit_t3571001794 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4066452822(__this, method) (( void (*) (Dictionary_2_t1096415580 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.ChooseCardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager__ctor_m2080519624 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolCardConfig DMCore.Logic.CIdolCardConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolCardConfig_t2073998303 * CIdolCardConfig_GetInstance_m1852552424 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CIdolCardConfig::GetTotalCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig_GetTotalCount_m1806593993 (CIdolCardConfig_t2073998303 * __this, int32_t ____type0, const RuntimeMethod* method); // DMCore.Logic.CardUnit DMCore.Logic.CIdolCardConfig::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardUnit_t3010225743 * CIdolCardConfig_GetItem_m4147700723 (CIdolCardConfig_t2073998303 * __this, int32_t ____index0, const RuntimeMethod* method); // DMCore.Logic.CMyPackageManager DMCore.Logic.CMyPackageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMyPackageManager_t122981866 * CMyPackageManager_GetInstance_m3554952935 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMyPackageManager::IsContain(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CMyPackageManager_IsContain_m2287759676 (CMyPackageManager_t122981866 * __this, int32_t ____configId0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CIdolCardConfig::GetCardType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig_GetCardType_m340754727 (CIdolCardConfig_t2073998303 * __this, int32_t ____id0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseCardManager::Append(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager_Append_m1343359328 (ChooseCardManager_t493395204 * __this, int32_t ____type0, int32_t ____id1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3427719505(__this, p0, method) (( bool (*) (Dictionary_2_t1096415580 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2421447561(__this, p0, method) (( ChooseGroup_t2207702249 * (*) (Dictionary_2_t1096415580 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Logic.ChooseCardManager/ChooseGroup::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChooseGroup_Append_m1194445956 (ChooseGroup_t2207702249 * __this, int32_t ____id0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseCardManager/ChooseGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseGroup__ctor_m2996034564 (ChooseGroup_t2207702249 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3167858568(__this, p0, p1, method) (( void (*) (Dictionary_2_t1096415580 *, int32_t, ChooseGroup_t2207702249 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1630863848(__this, method) (( void (*) (Dictionary_2_t1096415580 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // DMCore.Logic.Card_Type DMCore.Logic.ChooseCardManager::get_ChooseType() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseCardManager_get_ChooseType_m1753209536 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method); // DMCore.Logic.ChooseCardManager/ChooseGroup DMCore.Logic.ChooseCardManager::GetChooseGroupByType(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChooseGroup_t2207702249 * ChooseCardManager_GetChooseGroupByType_m3485055991 (ChooseCardManager_t493395204 * __this, int32_t ____type0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.ChooseCardManager/ChooseGroup::get_listCount() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseGroup_get_listCount_m4193531657 (ChooseGroup_t2207702249 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.ChooseCardManager/ChooseGroup::GetID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChooseGroup_GetID_m1955648264 (ChooseGroup_t2207702249 * __this, int32_t ____index0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3806831243(__this, method) (( Enumerator_t3050598355 (*) (Dictionary_2_t1096415580 *, 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_m3318072910(__this, method) (( KeyValuePair_2_t3494087747 (*) (Enumerator_t3050598355 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1258092256(__this, method) (( ChooseGroup_t2207702249 * (*) (KeyValuePair_2_t3494087747 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m850336699(__this, method) (( bool (*) (Enumerator_t3050598355 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2263528804(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1096415580 *, int32_t, ChooseGroup_t2207702249 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m2263725670(__this, p0, method) (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Contains_m2263725670_gshared)(__this, p0, method) // System.Void CDataModelBool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelBool__ctor_m1721054774 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3780576369(__this, method) (( void (*) (List_1_t1519036347 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2158113210(__this, method) (( void (*) (List_1_t779509957 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1963387500(__this, method) (( void (*) (Dictionary_2_t407749678 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1917053492(__this, method) (( void (*) (Dictionary_2_t3302194709 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.IdolPlayerData::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolPlayerData__ctor_m1048048310 (IdolPlayerData_t1126670343 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1399797294(__this, method) (( void (*) (List_1_t395442325 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m188035579(__this, method) (( void (*) (Dictionary_2_t3228841118 *, const RuntimeMethod*))Dictionary_2__ctor_m1746769275_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1205774902(__this, method) (( void (*) (Dictionary_2_t3311733826 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1014797048(__this, method) (( void (*) (List_1_t3172792085 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Queue`1::.ctor() #define Queue_1__ctor_m2250138271(__this, method) (( void (*) (Queue_1_t1546976837 *, const RuntimeMethod*))Queue_1__ctor_m3749217910_gshared)(__this, method) // System.Void DMCore.Logic.CIdolAbilityManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager__ctor_m1568796263 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolAbilityManager DMCore.Logic.CIdolAbilityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolAbilityManager_t240297659 * CIdolAbilityManager_GetInstance_m1281884404 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.IdolLevelCount DMCore.Logic.CIdolAbilityManager::GetIdolPlayerDataByLevel(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR IdolLevelCount_t694126592 * CIdolAbilityManager_GetIdolPlayerDataByLevel_m1771549469 (CIdolAbilityManager_t240297659 * __this, int64_t ___userid0, int32_t ___level1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2390740838(__this, p0, method) (( CurAbilityLevelCount_t3218334879 * (*) (List_1_t395442325 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Logic.IdolData::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolData__ctor_m889254239 (IdolData_t118514082 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3646257391(__this, p0, p1, method) (( void (*) (Dictionary_2_t3302194709 *, int32_t, IdolData_t118514082 *, 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_m3112038451(__this, p0, method) (( void (*) (List_1_t1519036347 *, 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_m2927202073(__this, p0, method) (( void (*) (List_1_t779509957 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void DMCore.Logic.RewardCount::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardCount__ctor_m2758758781 (RewardCount_t3602402511 * __this, int32_t ___rewardId0, int32_t ___rewardCount1, int32_t ___vaild2, int32_t ___sex3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2205016408(__this, p0, method) (( void (*) (List_1_t779509957 *, RewardCount_t3602402511 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.AbilityLevelCount::.ctor(System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void AbilityLevelCount__ctor_m3516023375 (AbilityLevelCount_t46961605 * __this, int32_t ___level0, int32_t ___levelUpExp1, List_1_t779509957 * ___RewardCount2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4193897801(__this, p0, method) (( void (*) (List_1_t1519036347 *, AbilityLevelCount_t46961605 *, 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_m2781500665(__this, p0, p1, method) (( void (*) (Dictionary_2_t407749678 *, int32_t, List_1_t1519036347 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2>::set_Item(!0,!1) #define Dictionary_2_set_Item_m1216734212(__this, p0, p1, method) (( void (*) (Dictionary_2_t3311733826 *, int32_t, List_1_t128053199 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::GetIdolPlayDataByUserid(System.Int64) extern "C" IL2CPP_METHOD_ATTR List_1_t2166201334 * CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740 (CIdolAbilityManager_t240297659 * __this, int64_t ___userid0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m408619646(__this, method) (( void (*) (List_1_t2166201334 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CurAbilityLevelCount::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CurAbilityLevelCount__ctor_m4128206255 (CurAbilityLevelCount_t3218334879 * __this, int32_t ___curLevel0, bool ___bCanGet1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1847094212(__this, p0, method) (( void (*) (List_1_t395442325 *, CurAbilityLevelCount_t3218334879 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.IdolLevelCount::.ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void IdolLevelCount__ctor_m3971443795 (IdolLevelCount_t694126592 * __this, int32_t ___abilityIndex0, int32_t ___abilityLevel1, int32_t ___abilityValue2, List_1_t395442325 * ___curAbilityData3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3164753936(__this, p0, method) (( void (*) (List_1_t2166201334 *, IdolLevelCount_t694126592 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void CDataModelBool::set_Data(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDataModelBool_set_Data_m838892248 (CDataModelBool_t2269476966 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.DanceMode.CDanceManager DMCore.CRoot::GetDanceManager() extern "C" IL2CPP_METHOD_ATTR CDanceManager_t448141780 * CRoot_GetDanceManager_m876173276 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.DanceMode.CDanceManager::IfDancing() extern "C" IL2CPP_METHOD_ATTR bool CDanceManager_IfDancing_m1859012178 (CDanceManager_t448141780 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.AddIdolData::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AddIdolData__ctor_m3926874367 (AddIdolData_t1700717343 * __this, int32_t ___idx0, int32_t ___level1, int32_t ___currentExp2, int32_t ___addExp3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) #define Queue_1_Enqueue_m3116378715(__this, p0, method) (( void (*) (Queue_1_t1546976837 *, AddIdolData_t1700717343 *, const RuntimeMethod*))Queue_1_Enqueue_m1868480850_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.Queue`1::get_Count() #define Queue_1_get_Count_m513134413(__this, method) (( int32_t (*) (Queue_1_t1546976837 *, const RuntimeMethod*))Queue_1_get_Count_m2496300460_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2558516420(__this, p0, method) (( void (*) (List_1_t3172792085 *, AddIdolData_t1700717343 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1309486996(__this, method) (( int32_t (*) (List_1_t1519036347 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m311628631(__this, method) (( int32_t (*) (List_1_t779509957 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 DMCore.Logic.CIdolAbilityManager::GetIdollevelcount() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolAbilityManager_GetIdollevelcount_m3024655589 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1020503464(__this, p0, method) (( AbilityLevelCount_t46961605 * (*) (List_1_t1519036347 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2>::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1920278482(__this, p0, method) (( bool (*) (Dictionary_2_t407749678 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m3685758788(__this, p0, method) (( List_1_t1519036347 * (*) (Dictionary_2_t407749678 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1746374537(__this, method) (( int32_t (*) (List_1_t2166201334 *, 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_m1216061873(__this, p0, method) (( IdolLevelCount_t694126592 * (*) (List_1_t2166201334 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m631912570(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3228841118 *, int64_t, List_1_t2166201334 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3741534516_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1786238096(__this, method) (( void (*) (List_1_t2166201334 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m3637447399(__this, p0, p1, method) (( void (*) (Dictionary_2_t3228841118 *, int64_t, List_1_t2166201334 *, const RuntimeMethod*))Dictionary_2_Add_m938263239_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m28131773(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3302194709 *, int32_t, IdolData_t118514082 **, 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_m2915120228(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3311733826 *, int32_t, List_1_t128053199 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.Queue`1::Dequeue() #define Queue_1_Dequeue_m3839439931(__this, method) (( AddIdolData_t1700717343 * (*) (Queue_1_t1546976837 *, const RuntimeMethod*))Queue_1_Dequeue_m3550993416_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2952774061(__this, method) (( void (*) (List_1_t3172792085 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.Queue`1::Clear() #define Queue_1_Clear_m3389144221(__this, method) (( void (*) (Queue_1_t1546976837 *, const RuntimeMethod*))Queue_1_Clear_m4070494218_gshared)(__this, method) // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::RequestIdolConfigDataByLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t1519036347 * CIdolAbilityManager_RequestIdolConfigDataByLevel_m626573417 (CIdolAbilityManager_t240297659 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3135327406(__this, method) (( void (*) (Dictionary_2_t3121698093 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CIdolCardConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolCardConfig__ctor_m4050281595 (CIdolCardConfig_t2073998303 * __this, const RuntimeMethod* method); // DMCore.Logic.CardGroup DMCore.Logic.CIdolCardConfig::FindGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardGroup_t4232984762 * CIdolCardConfig_FindGroup_m3245603573 (CIdolCardConfig_t2073998303 * __this, int32_t ____type0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CardGroup::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CardGroup_GetCount_m1382592804 (CardGroup_t4232984762 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2279522587(__this, method) (( Enumerator_t780913572 (*) (Dictionary_2_t3121698093 *, 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_m1538346400(__this, method) (( KeyValuePair_2_t1224402964 (*) (Enumerator_t780913572 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2500797748(__this, method) (( CardGroup_t4232984762 * (*) (KeyValuePair_2_t1224402964 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void DMCore.Logic.CardGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void CardGroup_Clear_m1580425339 (CardGroup_t4232984762 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1157086815(__this, method) (( bool (*) (Enumerator_t780913572 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4000261656(__this, method) (( void (*) (Dictionary_2_t3121698093 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Logic.CardUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void CardUnit__ctor_m349159035 (CardUnit_t3010225743 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m3447431122 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.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.Void DMCore.Logic.CIdolCardConfig::Append(DMCore.Logic.CardUnit) extern "C" IL2CPP_METHOD_ATTR void CIdolCardConfig_Append_m1805783442 (CIdolCardConfig_t2073998303 * __this, CardUnit_t3010225743 * ____unit0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2423007784(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3121698093 *, int32_t, CardGroup_t4232984762 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CardGroup::Append(DMCore.Logic.CardUnit) extern "C" IL2CPP_METHOD_ATTR void CardGroup_Append_m2343646743 (CardGroup_t4232984762 * __this, CardUnit_t3010225743 * ____item0, const RuntimeMethod* method); // System.Void DMCore.Logic.CardGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void CardGroup__ctor_m1561219395 (CardGroup_t4232984762 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m890485691(__this, p0, p1, method) (( void (*) (Dictionary_2_t3121698093 *, int32_t, CardGroup_t4232984762 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m3961015479(__this, p0, method) (( CardGroup_t4232984762 * (*) (Dictionary_2_t3121698093 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Logic.CardGroup::ChangeLockState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CardGroup_ChangeLockState_m3686901580 (CardGroup_t4232984762 * __this, int32_t ____id0, const RuntimeMethod* method); // DMCore.Logic.CardUnit DMCore.Logic.CIdolCardConfig::FindItemByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardUnit_t3010225743 * CIdolCardConfig_FindItemByID_m264312473 (CIdolCardConfig_t2073998303 * __this, int32_t ____id0, const RuntimeMethod* method); // DMCore.Logic.CardUnit DMCore.Logic.CardGroup::GetCardUnitByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardUnit_t3010225743 * CardGroup_GetCardUnitByID_m2998769139 (CardGroup_t4232984762 * __this, int32_t ____id0, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CardGroup::FindList(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t187333189 * CardGroup_FindList_m1007462977 (CardGroup_t4232984762 * __this, int32_t ____level0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolCardConfig/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIsLockU3Ec__AnonStorey0__ctor_m3960730256 (U3CIsLockU3Ec__AnonStorey0_t453125300 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CardGroup::GetList() extern "C" IL2CPP_METHOD_ATTR List_1_t187333189 * CardGroup_GetList_m3273899319 (CardGroup_t4232984762 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3999591166(__this, p0, p1, method) (( void (*) (Predicate_1_t3835519867 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m1312547756(__this, p0, method) (( CardUnit_t3010225743 * (*) (List_1_t187333189 *, Predicate_1_t3835519867 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // DMCore.Logic.CardUnit DMCore.Logic.CardGroup::GetCardUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardUnit_t3010225743 * CardGroup_GetCardUnit_m1037165375 (CardGroup_t4232984762 * __this, int32_t ____index0, 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.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m2098009717(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1__ctor_m2098009717_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m767940873(__this, method) (( void (*) (List_1_t187333189 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CIdolCardManager::set_IsCheckAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_set_IsCheckAll_m4062280204 (CIdolCardManager_t1778192884 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolCardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager__ctor_m3763154780 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolCardManager DMCore.Logic.CIdolCardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolCardManager_t1778192884 * CIdolCardManager_GetInstance_m3652076499 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CIdolCardManager::ListContains(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CIdolCardManager_ListContains_m4044544999 (CIdolCardManager_t1778192884 * __this, int32_t ____level0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3037048099(__this, p0, method) (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Remove_m3037048099_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1751399545(__this, method) (( void (*) (List_1_t187333189 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Collections.Generic.List`1 DMCore.Logic.CIdolCardConfig::FindList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t187333189 * CIdolCardConfig_FindList_m3625771551 (CIdolCardConfig_t2073998303 * __this, int32_t ____type0, int32_t ____level1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) #define List_1_AddRange_m2717809413(__this, p0, method) (( void (*) (List_1_t187333189 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m3709462088_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m3548626891(__this, p0, p1, method) (( void (*) (Comparison_1_t2785156922 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m1501988722(__this, p0, method) (( void (*) (List_1_t187333189 *, Comparison_1_t2785156922 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m569361373(__this, method) (( int32_t (*) (List_1_t187333189 *, 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_m2816580872(__this, p0, method) (( CardUnit_t3010225743 * (*) (List_1_t187333189 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMCore.Logic.CIdolCardManager::get_IsCheckAll() extern "C" IL2CPP_METHOD_ATTR bool CIdolCardManager_get_IsCheckAll_m3922092820 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CIdolCardConfig::get_Total() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig_get_Total_m574006828 (CIdolCardConfig_t2073998303 * __this, const RuntimeMethod* method); // System.Void IEventDispatcher::AddWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_AddWatcher_m1530082036 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // System.Void IEventDispatcher::RemoveWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_RemoveWatcher_m2309964606 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // System.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.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Logic.IdolRule::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolRule__ctor_m247886374 (IdolRule_t1690125706 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolShowManager DMCore.Logic.CIdolShowManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolShowManager_t2312713117 * CIdolShowManager_GetInstance_m2867202331 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolShowManager::RequestIdodGiftList() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestIdodGiftList_m3532926084 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolConfig__ctor_m834706498 (CIdolConfig_t13845451 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1185325717(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() #define Dictionary_2_get_Keys_m1147446410(__this, method) (( KeyCollection_t2029334555 * (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2_get_Keys_m1147446410_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() #define KeyCollection_GetEnumerator_m358610384(__this, method) (( Enumerator_t2021836068 (*) (KeyCollection_t2029334555 *, const RuntimeMethod*))KeyCollection_GetEnumerator_m358610384_gshared)(__this, method) // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() #define Enumerator_get_Current_m1482700401(__this, method) (( int32_t (*) (Enumerator_t2021836068 *, const RuntimeMethod*))Enumerator_get_Current_m1482700401_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() #define Enumerator_MoveNext_m824267525(__this, method) (( bool (*) (Enumerator_t2021836068 *, const RuntimeMethod*))Enumerator_MoveNext_m824267525_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() #define Enumerator_Dispose_m1692600608(__this, method) (( void (*) (Enumerator_t2021836068 *, const RuntimeMethod*))Enumerator_Dispose_m1692600608_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3625442308(__this, p0, p1, method) (( void (*) (Dictionary_2_t1839659084 *, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m3625442308_gshared)(__this, p0, p1, method) // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList>(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToList_TisKeyValuePair_2_t4237331251_m647562614(__this /* static, unused */, p0, method) (( List_1_t1414438697 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisKeyValuePair_2_t4237331251_m647562614_gshared)(__this /* static, unused */, p0, method) // System.Void System.Comparison`1>::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m217629123(__this, p0, p1, method) (( void (*) (Comparison_1_t4012262430 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m217629123_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1>::Sort(System.Comparison`1) #define List_1_Sort_m3380440602(__this, p0, method) (( void (*) (List_1_t1414438697 *, Comparison_1_t4012262430 *, const RuntimeMethod*))List_1_Sort_m3380440602_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) #define List_1_get_Item_m3034076052(__this, p0, method) (( KeyValuePair_2_t4237331251 (*) (List_1_t1414438697 *, int32_t, const RuntimeMethod*))List_1_get_Item_m3034076052_gshared)(__this, p0, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1665413869(__this, method) (( int32_t (*) (KeyValuePair_2_t4237331251 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1665413869_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1>::get_Count() #define List_1_get_Count_m2631462689(__this, method) (( int32_t (*) (List_1_t1414438697 *, const RuntimeMethod*))List_1_get_Count_m2631462689_gshared)(__this, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814(__this /* static, unused */, ___keyInfo0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t3619707304 *, const RuntimeMethod*))CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_gshared)(__this /* static, unused */, ___keyInfo0, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1279106658(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void DMCore.Logic.IdolRule::Clear() extern "C" IL2CPP_METHOD_ATTR void IdolRule_Clear_m4254400319 (IdolRule_t1690125706 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2799738156(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Logic.IdolAwardListItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolAwardListItem__ctor_m3262986748 (IdolAwardListItem_t3723746892 * __this, 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) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4271212854(__this, p0, method) (( void (*) (List_1_t900854338 *, IdolAwardListItem_t3723746892 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3581340774(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1__ctor_m3581340774_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2412577877(__this, method) (( void (*) (Dictionary_2_t2770358969 *, const RuntimeMethod*))Dictionary_2__ctor_m2412577877_gshared)(__this, method) // System.Void DMCore.Logic.LevelupStarInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void LevelupStarInfo__ctor_m887449489 (LevelupStarInfo_t831176484 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.IdolAwardUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolAwardUnit__ctor_m1570197238 (IdolAwardUnit_t568575365 * __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 CDataModelInt::set_Data(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelInt_set_Data_m3794751788 (CDataModelInt_t3463393640 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolManager::set_ShowItemIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_set_ShowItemIndex_m230142938 (CIdolManager_t2822338582 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolManager__ctor_m3044483417 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method); // System.Int32 CDataModelInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelInt_get_Data_m274101408 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolManager DMCore.Logic.CIdolManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolManager_t2822338582 * CIdolManager_GetInstance_m4080260283 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CIdolManager/EM_Award_type DMCore.Logic.CIdolManager::get_IdolRewardType() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_get_IdolRewardType_m905569743 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3858874262(__this, method) (( void (*) (Dictionary_2_t2770358969 *, const RuntimeMethod*))Dictionary_2_Clear_m3858874262_gshared)(__this, method) // System.Void DMCore.Logic.CIdolManager::ClearStarInfo() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_ClearStarInfo_m2217587118 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.IdolAwardUnit::Clear() extern "C" IL2CPP_METHOD_ATTR void IdolAwardUnit_Clear_m3553956196 (IdolAwardUnit_t568575365 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1831314699(__this, p0, method) (( bool (*) (Dictionary_2_t2770358969 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m1831314699_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m3567026751(__this, p0, method) (( PinjieInfo_t3881645638 (*) (Dictionary_2_t2770358969 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m3567026751_gshared)(__this, p0, method) // DMCore.Logic.CAwardItem DMCore.Logic.IdolAwardUnit::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * IdolAwardUnit_GetItemByIndex_m2754425377 (IdolAwardUnit_t568575365 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2948975602(__this, p0, p1, method) (( void (*) (Dictionary_2_t2770358969 *, int32_t, PinjieInfo_t3881645638 , const RuntimeMethod*))Dictionary_2_Add_m2948975602_gshared)(__this, p0, p1, method) // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m3275993915(__this, method) (( void (*) (Dictionary_2_t463511065 *, const RuntimeMethod*))Dictionary_2__ctor_m104406270_gshared)(__this, method) // System.Void DMCore.Logic.CIdolShowManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager__ctor_m862197090 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisuiIdowShowLastWeekTop10_t1635343170_m1599811277(__this, method) (( uiIdowShowLastWeekTop10_t1635343170 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void uiIdowShowLastWeekTop10::SetRankNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiIdowShowLastWeekTop10_SetRankNum_m3259578776 (uiIdowShowLastWeekTop10_t1635343170 * __this, int32_t ___num0, const RuntimeMethod* method); // DMCore.Logic.enumIdolShowPage DMCore.Logic.CIdolShowManager::get_CurrentPage() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_CurrentPage_m2234979863 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolShowManager::RequestHitRankList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestHitRankList_m4116888704 (CIdolShowManager_t2312713117 * __this, int32_t ___sex0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolShowManager::RequestTop10RankList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestTop10RankList_m1251013071 (CIdolShowManager_t2312713117 * __this, int32_t ___Pos0, int32_t ___nType1, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolShowManager::RequestCollectRankList() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestCollectRankList_m4104747529 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CIdolShowManager::get_CurNYear() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_CurNYear_m3391418736 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CIdolShowManager::get_CurNVolume() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_CurNVolume_m25185267 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::ContainsKey(!0) #define Dictionary_2_ContainsKey_m4280824042(__this, p0, method) (( bool (*) (Dictionary_2_t463511065 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m1043193245_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m3702955877(__this, p0, method) (( List_1_t1872525829 * (*) (Dictionary_2_t463511065 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m1830451666_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1633554327(__this, method) (( int32_t (*) (List_1_t1872525829 *, 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_m1094143611(__this, p0, method) (( CIdolInfo_t400451087 * (*) (List_1_t1872525829 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1340712170(__this, method) (( void (*) (List_1_t1872525829 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m3427877005(__this, p0, p1, method) (( void (*) (Dictionary_2_t463511065 *, int32_t, List_1_t1872525829 *, const RuntimeMethod*))Dictionary_2_Add_m3535960790_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2734218112(__this, p0, method) (( void (*) (List_1_t1872525829 *, CIdolInfo_t400451087 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CIdolShowManager::SetRankListChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetRankListChanged_m337723354 (CIdolShowManager_t2312713117 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolShowManager::SetSearchTableChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetSearchTableChanged_m1770391676 (CIdolShowManager_t2312713117 * __this, bool ___b0, const RuntimeMethod* method); // DMCore.Logic.CIdolInfo DMCore.Logic.CIdolShowManager::GetIdolInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR CIdolInfo_t400451087 * CIdolShowManager_GetIdolInfo_m550851100 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2696058023(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1_Clear_m2696058023_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m358737454(__this, p0, method) (( void (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))List_1_Add_m358737454_gshared)(__this, p0, method) // System.Void DMCore.Logic.CIdolShowManager/DataRefreshCallBack::Invoke(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void DataRefreshCallBack_Invoke_m1302616006 (DataRefreshCallBack_t1481235937 * __this, CDataArray_t4068198041 * ___data0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m2966311790(__this, p0, method) (( void (*) (List_1_t913674750 *, int32_t, const RuntimeMethod*))List_1__ctor_m2966311790_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CIdolShowManager::GetIdolIndex(System.Int64,DMCore.Logic.enumIdolShowPage) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_GetIdolIndex_m673254686 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, int32_t ___page1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m1231458153(__this, p0, method) (( void (*) (List_1_t1872525829 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1320956765(__this, method) (( void (*) (List_1_t1872525829 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CIdolInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolInfo__ctor_m2791496557 (CIdolInfo_t400451087 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CIdolShowManager::GetIdolIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_GetIdolIndex_m1681697525 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m548798873(__this, method) (( void (*) (Dictionary_2_t463511065 *, const RuntimeMethod*))Dictionary_2_Clear_m863909251_gshared)(__this, method) // System.Int32 DMCore.Logic.CIdolShowManager::get_IsTopRightEnd() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_IsTopRightEnd_m2240434182 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CIdolShowManager::get_Top10Date() extern "C" IL2CPP_METHOD_ATTR String_t* CIdolShowManager_get_Top10Date_m1902611384 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolConfig DMCore.Logic.CIdolConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolConfig_t13845451 * CIdolConfig_GetInstance_m3129339829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CIdolConfig::GetStr(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CIdolConfig_GetStr_m1911616910 (CIdolConfig_t13845451 * __this, String_t* ___configId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) #define List_1_set_Item_m755088037(__this, p0, p1, method) (( void (*) (List_1_t1872525829 *, int32_t, CIdolInfo_t400451087 *, const RuntimeMethod*))List_1_set_Item_m1979164443_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CIdolShowManager::set_SelfInfo(DMCore.Logic.CIdolInfo) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_SelfInfo_m500796176 (CIdolShowManager_t2312713117 * __this, CIdolInfo_t400451087 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIdolShowManager/SendPopularLogDetail::Invoke(DMCore.Logic.PopularInfo) extern "C" IL2CPP_METHOD_ATTR void SendPopularLogDetail_Invoke_m875131979 (SendPopularLogDetail_t1438849614 * __this, PopularInfo_t1929720024 * ___info0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2054485203(__this, method) (( void (*) (Dictionary_2_t1212362214 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CIdolTaskCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolTaskCfg__ctor_m1778903697 (CIdolTaskCfg_t1886236285 * __this, const RuntimeMethod* method); // DMCore.Logic.IdolTaskUnit DMCore.Logic.CIdolTaskCfg::GetTaskUnit(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR IdolTaskUnit_t1888848056 * CIdolTaskCfg_GetTaskUnit_m3755973695 (CIdolTaskCfg_t1886236285 * __this, int32_t ___lv0, int32_t ___taskId1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m4121870164(__this, p0, method) (( bool (*) (Dictionary_2_t1212362214 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m239864300(__this, p0, method) (( IdolTaskGroup_t2323648883 * (*) (Dictionary_2_t1212362214 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Logic.IdolTaskGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolTaskGroup__ctor_m2939404310 (IdolTaskGroup_t2323648883 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2757470298(__this, p0, p1, method) (( void (*) (Dictionary_2_t1212362214 *, int32_t, IdolTaskGroup_t2323648883 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // DMCore.Logic.IdolTaskUnit DMCore.Logic.IdolTaskGroup::GetTaskUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR IdolTaskUnit_t1888848056 * IdolTaskGroup_GetTaskUnit_m142920294 (IdolTaskGroup_t2323648883 * __this, int32_t ___taskId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3195726155(__this, method) (( void (*) (Dictionary_2_t1212362214 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Logic.CInputStatistics::Increase(DMCore.Logic.SIT,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Increase_m4265637977 (RuntimeObject * __this /* static, unused */, int32_t ___operationID0, int32_t ___productID1, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics::Increase(DMCore.Logic.SIT,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Increase_m2975342541 (RuntimeObject * __this /* static, unused */, int32_t ___operationID0, int32_t ___productID1, int32_t ___requestFrom2, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIncreaseU3Ec__AnonStorey0__ctor_m656431758 (U3CIncreaseU3Ec__AnonStorey0_t3604481031 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2319697534(__this, p0, p1, method) (( void (*) (Predicate_1_t787732190 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2502804612(__this, p0, method) (( COperationData_t4257405362 * (*) (List_1_t1434512808 *, Predicate_1_t787732190 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_times() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_times_m3602703954 (COperationData_t4257405362 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics/COperationData::set_times(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_times_m2816320593 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics/COperationData::.ctor(DMCore.Logic.SIT,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData__ctor_m3235570945 (COperationData_t4257405362 * __this, int32_t ____id0, int32_t ____times1, int32_t ____productID2, int32_t ____requestFrom3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m238226362(__this, p0, method) (( void (*) (List_1_t1434512808 *, COperationData_t4257405362 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CInputStatistics::UploadInputInfo() extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_UploadInputInfo_m2569678420 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1120372412(__this, method) (( int32_t (*) (List_1_t1434512808 *, 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_m4070845619(__this, p0, method) (( COperationData_t4257405362 * (*) (List_1_t1434512808 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_totalTimes() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_totalTimes_m548467024 (COperationData_t4257405362 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics/COperationData::set_totalTimes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_totalTimes_m341166248 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m552324880(__this, method) (( void (*) (List_1_t1434512808 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // DMCore.Logic.SIT DMCore.Logic.CInputStatistics/COperationData::get_operationID() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_operationID_m1628787102 (COperationData_t4257405362 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_productID() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_productID_m3601834980 (COperationData_t4257405362 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_requestFrom() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_requestFrom_m514579324 (COperationData_t4257405362 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics/COperationData::set_operationID(DMCore.Logic.SIT) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_operationID_m2402863248 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics/COperationData::set_productID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_productID_m1281077068 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CInputStatistics/COperationData::set_requestFrom(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_requestFrom_m690147367 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (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 CDataModelList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelList__ctor_m3914079479 (CDataModelList_t1133308508 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController__ctor_m182296537 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem__ctor_m579424637 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Ranking(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Ranking_m3510470403 (Fruit_IntegralRankItem_t3484072089 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Userid(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Userid_m3281706914 (Fruit_IntegralRankItem_t3484072089 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_HeadID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_HeadID_m2354728731 (Fruit_IntegralRankItem_t3484072089 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Sex_m789688468 (Fruit_IntegralRankItem_t3484072089 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Name_m3970682145 (Fruit_IntegralRankItem_t3484072089 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Integral(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Integral_m1485781527 (Fruit_IntegralRankItem_t3484072089 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_HeadBox(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_HeadBox_m3897565952 (Fruit_IntegralRankItem_t3484072089 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CDataModelList::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Add_m2675322066 (CDataModelList_t1133308508 * __this, RuntimeObject * ___val0, const RuntimeMethod* method); // System.Void IMonoCtrllor::OnLevelChanged() extern "C" IL2CPP_METHOD_ATTR void IMonoCtrllor_OnLevelChanged_m720530378 (IMonoCtrllor_t1427182583 * __this, const RuntimeMethod* method); // System.Void IMonoCtrllor::OnReset() extern "C" IL2CPP_METHOD_ATTR void IMonoCtrllor_OnReset_m2603840102 (IMonoCtrllor_t1427182583 * __this, 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.Void DMCore.Logic.CIntegralRankController::RequestTodayIntegralRankingData() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_RequestTodayIntegralRankingData_m374123035 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController::RequestYesterdayIntegralRankingData() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_RequestYesterdayIntegralRankingData_m2266974130 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CIntegralRankController::RequestHistoryIntegralRankingData() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_RequestHistoryIntegralRankingData_m3802180220 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2312709220(__this, method) (( void (*) (Dictionary_2_t3988524122 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m226434408(__this, method) (( void (*) (Dictionary_2_t2919602138 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, 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 DMCore.Logic.ActionUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionUnit__ctor_m1011699121 (ActionUnit_t684030816 * __this, const RuntimeMethod* 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.Void DMCore.Logic.CInteractiveConfig::Append(System.Int32,System.Int32,DMCore.Logic.ActionUnit) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_Append_m4232031455 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionType0, int32_t ____scenenId1, ActionUnit_t684030816 * ____unit2, const RuntimeMethod* method); // System.Void DMCore.Logic.ActionEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionEffect__ctor_m1052187113 (ActionEffect_t4203267823 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::GetXmlElemFloat(System.Xml.XmlElement,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_GetXmlElemFloat_m3630113139 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, float ___fDefault2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2024781851(__this, p0, method) (( void (*) (List_1_t2869341516 *, float, const RuntimeMethod*))List_1_Add_m2024781851_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m918358533(__this, p0, p1, method) (( void (*) (Dictionary_2_t3988524122 *, String_t*, ActionEffect_t4203267823 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CInteractiveConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig__ctor_m9305230 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method); // DMCore.Logic.CInteractiveConfig DMCore.Logic.CInteractiveConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractiveConfig_t2063269181 * CInteractiveConfig_GetInstance_m1304557195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.ActionUnit DMCore.Logic.CInteractiveConfig::GetActionItemByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionUnit_t684030816 * CInteractiveConfig_GetActionItemByID_m4163114210 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionId0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3004517618(__this, method) (( Enumerator_t578817617 (*) (Dictionary_2_t2919602138 *, 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_m3575691156(__this, method) (( KeyValuePair_2_t1022307009 (*) (Enumerator_t578817617 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m3604928004(__this, method) (( ActionList_t4030888807 * (*) (KeyValuePair_2_t1022307009 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // DMCore.Logic.ActionUnit DMCore.Logic.ActionList::FindItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionUnit_t684030816 * ActionList_FindItem_m3179141777 (ActionList_t4030888807 * __this, int32_t ____actionId0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m2783522988(__this, method) (( bool (*) (Enumerator_t578817617 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m1719614588(__this, method) (( void (*) (Enumerator_t578817617 *, const RuntimeMethod*))Enumerator_Dispose_m562365603_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1420388012(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2919602138 *, int32_t, ActionList_t4030888807 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // DMCore.Logic.ActionList DMCore.Logic.CInteractiveConfig::GetActionList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionList_t4030888807 * CInteractiveConfig_GetActionList_m492598821 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionType0, int32_t ____sceneId1, const RuntimeMethod* method); // DMCore.Logic.ActionUnit DMCore.Logic.ActionList::GetActionUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionUnit_t684030816 * ActionList_GetActionUnit_m3766159688 (ActionList_t4030888807 * __this, int32_t ____index0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CInteractiveConfig::get_CurrentActionType() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_get_CurrentActionType_m4031858198 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CInteractiveConfig::get_CurrentSceneID() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_get_CurrentSceneID_m3965555908 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method); // DMCore.Logic.ActionUnit DMCore.Logic.CInteractiveConfig::GetActionItem(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionUnit_t684030816 * CInteractiveConfig_GetActionItem_m347072996 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionType0, int32_t ____sceneId1, int32_t ____index2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.ActionList::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t ActionList_GetCount_m3350153943 (ActionList_t4030888807 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ActionList::Add(DMCore.Logic.ActionUnit) extern "C" IL2CPP_METHOD_ATTR void ActionList_Add_m2796891988 (ActionList_t4030888807 * __this, ActionUnit_t684030816 * ____item0, const RuntimeMethod* method); // System.Void DMCore.Logic.ActionList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionList__ctor_m2546486113 (ActionList_t4030888807 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m4061963441(__this, p0, p1, method) (( void (*) (Dictionary_2_t2919602138 *, int32_t, ActionList_t4030888807 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CInteractiveManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager__ctor_m2335970734 (CInteractiveManager_t1765251898 * __this, const RuntimeMethod* method); // DMCore.Logic.CMenuManager DMCore.Logic.CMenuManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMenuManager_t3869721565 * CMenuManager_GetInstance_m3933304740 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CMenuManager::get_userID() extern "C" IL2CPP_METHOD_ATTR int64_t CMenuManager_get_userID_m1025368932 (CMenuManager_t3869721565 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService::FindRoleByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CSceneService_FindRoleByUserID_m4171044813 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // DMCore.Logic.CMutualAnimManager DMCore.Logic.CMutualAnimManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMutualAnimManager_t3619480921 * CMutualAnimManager_GetInstance_m2186787476 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CMutualAnimManager::GetMutualAnimClip(System.String,System.Int32,System.Int32,UnityEngine.AnimationClip&,UnityEngine.AnimationClip&) extern "C" IL2CPP_METHOD_ATTR void CMutualAnimManager_GetMutualAnimClip_m3438799850 (CMutualAnimManager_t3619480921 * __this, String_t* ___name0, int32_t ___senderSex1, int32_t ___receiverSex2, AnimationClip_t2318505987 ** ___animClipS3, AnimationClip_t2318505987 ** ___animClipR4, const RuntimeMethod* method); // System.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // System.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); // System.Int32 System.Convert::ToInt32(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1613163543 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // DMCore.Logic.CSingleAnimManager DMCore.Logic.CSingleAnimManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSingleAnimManager_t1334401826 * CSingleAnimManager_GetInstance_m2284464196 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CSingleAnimManager::GetSingleAnimClip(System.String,System.Int32,UnityEngine.AnimationClip&) extern "C" IL2CPP_METHOD_ATTR void CSingleAnimManager_GetSingleAnimClip_m2946840169 (CSingleAnimManager_t1334401826 * __this, String_t* ___name0, int32_t ___senderSex1, AnimationClip_t2318505987 ** ___animClip2, const RuntimeMethod* method); // enumMemberLevel DMCore.Logic.CInteractiveConfig::GetActionLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetActionLevel_m1230701415 (CInteractiveConfig_t2063269181 * __this, int32_t ___id0, const RuntimeMethod* method); // DMCore.Logic.CInteractiveManager DMCore.Logic.CInteractiveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractiveManager_t1765251898 * CInteractiveManager_GetInstance_m958929371 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CInteractiveManager::OnSendSingleInteractionMsg(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_OnSendSingleInteractionMsg_m1301973166 (CInteractiveManager_t1765251898 * __this, String_t* ___action_id0, const RuntimeMethod* method); // System.Void DMCore.Logic.CInteractiveManager::OnSendMutualInteractionMsg(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_OnSendMutualInteractionMsg_m2487495450 (CInteractiveManager_t1765251898 * __this, String_t* ___action_id0, int32_t ___is_single1, 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); // System.Void DMCore.Logic.CInteractiveManager::set_CurIsSingleAction(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_set_CurIsSingleAction_m3937006212 (CInteractiveManager_t1765251898 * __this, bool ___value0, const RuntimeMethod* method); // MemberManager MemberManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MemberManager_t2979457932 * MemberManager_GetInstance_m1562229700 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void MemberManager::RequestMemberInfo() extern "C" IL2CPP_METHOD_ATTR void MemberManager_RequestMemberInfo_m42992302 (MemberManager_t2979457932 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CFullDownGifts/cFullDownGift::.ctor() extern "C" IL2CPP_METHOD_ATTR void cFullDownGift__ctor_m2785447017 (cFullDownGift_t1680988379 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CFunctionSwitchConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CFunctionSwitchConfig__ctor_m3872017937 (CFunctionSwitchConfig_t2078484928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFunctionSwitchConfig__ctor_m3872017937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2297708088 * L_0 = (Dictionary_2_t2297708088 *)il2cpp_codegen_object_new(Dictionary_2_t2297708088_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4006382506(L_0, /*hidden argument*/Dictionary_2__ctor_m4006382506_RuntimeMethod_var); __this->set_mDict_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CFunctionSwitchConfig DMCore.Logic.CFunctionSwitchConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFunctionSwitchConfig_t2078484928 * CFunctionSwitchConfig_GetInstance_m3858206373 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFunctionSwitchConfig_GetInstance_m3858206373_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); CFunctionSwitchConfig_t2078484928 * L_0 = ((CFunctionSwitchConfig_t2078484928_StaticFields*)il2cpp_codegen_static_fields_for(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); CFunctionSwitchConfig_t2078484928 * L_1 = ((CFunctionSwitchConfig_t2078484928_StaticFields*)il2cpp_codegen_static_fields_for(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { CFunctionSwitchConfig_t2078484928 * L_2 = (CFunctionSwitchConfig_t2078484928 *)il2cpp_codegen_object_new(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); CFunctionSwitchConfig__ctor_m3872017937(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); ((CFunctionSwitchConfig_t2078484928_StaticFields*)il2cpp_codegen_static_fields_for(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var))->set_s_Instance_0(L_2); CFunctionSwitchConfig_t2078484928 * L_3 = ((CFunctionSwitchConfig_t2078484928_StaticFields*)il2cpp_codegen_static_fields_for(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_3; } } // DMCore.Logic.CFunctionSwitchConfig/FS_ENUM DMCore.Logic.CFunctionSwitchConfig::GetSubEnum(DMCore.Logic.CFunctionSwitchConfig/FS_ENUM,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CFunctionSwitchConfig_GetSubEnum_m2226350569 (CFunctionSwitchConfig_t2078484928 * __this, int32_t ___e0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___e0; int32_t L_1 = ___index1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)10))), (int32_t)L_1)); int32_t L_2 = V_0; return (int32_t)(L_2); } } // System.Boolean DMCore.Logic.CFunctionSwitchConfig::IsOpen(DMCore.Logic.CFunctionSwitchConfig/FS_ENUM) extern "C" IL2CPP_METHOD_ATTR bool CFunctionSwitchConfig_IsOpen_m1875464689 (CFunctionSwitchConfig_t2078484928 * __this, int32_t ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFunctionSwitchConfig_IsOpen_m1875464689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2297708088 * L_0 = __this->get_mDict_1(); if (!L_0) { goto IL_001c; } } { Dictionary_2_t2297708088 * L_1 = __this->get_mDict_1(); int32_t L_2 = ___e0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m2307408294(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m2307408294_RuntimeMethod_var); if (L_3) { goto IL_001e; } } IL_001c: { return (bool)1; } IL_001e: { Dictionary_2_t2297708088 * L_4 = __this->get_mDict_1(); int32_t L_5 = ___e0; NullCheck(L_4); bool L_6 = Dictionary_2_get_Item_m1345434750(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m1345434750_RuntimeMethod_var); return L_6; } } // System.Void DMCore.Logic.CFunctionSwitchConfig::Update(DMCore.Logic.CFunctionSwitchConfig/FS_ENUM,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CFunctionSwitchConfig_Update_m3766424633 (CFunctionSwitchConfig_t2078484928 * __this, int32_t ___e0, bool ___v1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFunctionSwitchConfig_Update_m3766424633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2297708088 * L_0 = __this->get_mDict_1(); int32_t L_1 = ___e0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2307408294(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2307408294_RuntimeMethod_var); if (L_2) { goto IL_001e; } } { Dictionary_2_t2297708088 * L_3 = __this->get_mDict_1(); int32_t L_4 = ___e0; bool L_5 = ___v1; NullCheck(L_3); Dictionary_2_Add_m2278468153(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_Add_m2278468153_RuntimeMethod_var); } IL_001e: { Dictionary_2_t2297708088 * L_6 = __this->get_mDict_1(); int32_t L_7 = ___e0; bool L_8 = ___v1; NullCheck(L_6); Dictionary_2_set_Item_m3965086996(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_set_Item_m3965086996_RuntimeMethod_var); int32_t L_9 = ___e0; if ((((int32_t)L_9) < ((int32_t)((int32_t)432)))) { goto IL_004b; } } { int32_t L_10 = ___e0; if ((((int32_t)L_10) > ((int32_t)((int32_t)434)))) { goto IL_004b; } } { CWishFountainMgr_t2594140948 * L_11 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CWishFountainMgr_ResetTreviList_m1786153583(L_11, /*hidden argument*/NULL); } IL_004b: { return; } } // System.Void DMCore.Logic.CFunctionSwitchConfig::ReceiveFCMData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CFunctionSwitchConfig_ReceiveFCMData_m1754098120 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFunctionSwitchConfig_ReceiveFCMData_m1754098120_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 G_B5_0 = 0; CFunctionSwitchConfig_t2078484928 * G_B5_1 = NULL; int32_t G_B4_0 = 0; CFunctionSwitchConfig_t2078484928 * G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; CFunctionSwitchConfig_t2078484928 * G_B6_2 = 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; int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); CFunctionSwitchConfig_t2078484928 * L_9 = ((CFunctionSwitchConfig_t2078484928_StaticFields*)il2cpp_codegen_static_fields_for(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck(L_9); Dictionary_2_t2297708088 * L_10 = L_9->get_mDict_1(); NullCheck(L_10); Dictionary_2_Clear_m4262074364(L_10, /*hidden argument*/Dictionary_2_Clear_m4262074364_RuntimeMethod_var); } IL_0032: { V_3 = 0; goto IL_0074; } IL_0039: { CDataArray_t4068198041 * L_11 = ___msg0; int32_t L_12 = V_0; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_0 = L_13; NullCheck(L_11); int32_t L_14 = CDataArray_GetInt_m1111369473(L_11, L_13, 0, /*hidden argument*/NULL); V_4 = L_14; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); V_5 = L_18; IL2CPP_RUNTIME_CLASS_INIT(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); CFunctionSwitchConfig_t2078484928 * L_19 = ((CFunctionSwitchConfig_t2078484928_StaticFields*)il2cpp_codegen_static_fields_for(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var))->get_s_Instance_0(); int32_t L_20 = V_4; int32_t L_21 = V_5; G_B4_0 = L_20; G_B4_1 = L_19; if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { G_B5_0 = L_20; G_B5_1 = L_19; goto IL_006a; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_006b; } IL_006a: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_006b: { NullCheck(G_B6_2); CFunctionSwitchConfig_Update_m3766424633(G_B6_2, G_B6_1, (bool)G_B6_0, /*hidden argument*/NULL); int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0074: { int32_t L_23 = V_3; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0039; } } { return; } } // System.Void DMCore.Logic.CFunctionSwitchConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CFunctionSwitchConfig__cctor_m3154158760 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFunctionSwitchConfig__cctor_m3154158760_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CFunctionSwitchConfig_t2078484928 * L_0 = (CFunctionSwitchConfig_t2078484928 *)il2cpp_codegen_object_new(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); CFunctionSwitchConfig__ctor_m3872017937(L_0, /*hidden argument*/NULL); ((CFunctionSwitchConfig_t2078484928_StaticFields*)il2cpp_codegen_static_fields_for(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var))->set_s_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGiftCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftCfg__ctor_m2670167001 (CGiftCfg_t3030574353 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftCfg__ctor_m2670167001_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t783330921 * L_0 = (Dictionary_2_t783330921 *)il2cpp_codegen_object_new(Dictionary_2_t783330921_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1833411430(L_0, /*hidden argument*/Dictionary_2__ctor_m1833411430_RuntimeMethod_var); __this->set_m_gift_config_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral2522918654, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CGiftCfg DMCore.Logic.CGiftCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGiftCfg_t3030574353 * CGiftCfg_GetInstance_m783474738 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftCfg_GetInstance_m783474738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGiftCfg_t3030574353 * L_0 = ((CGiftCfg_t3030574353_StaticFields*)il2cpp_codegen_static_fields_for(CGiftCfg_t3030574353_il2cpp_TypeInfo_var))->get_s_Instace_2(); if (L_0) { goto IL_0014; } } { CGiftCfg_t3030574353 * L_1 = (CGiftCfg_t3030574353 *)il2cpp_codegen_object_new(CGiftCfg_t3030574353_il2cpp_TypeInfo_var); CGiftCfg__ctor_m2670167001(L_1, /*hidden argument*/NULL); ((CGiftCfg_t3030574353_StaticFields*)il2cpp_codegen_static_fields_for(CGiftCfg_t3030574353_il2cpp_TypeInfo_var))->set_s_Instace_2(L_1); } IL_0014: { CGiftCfg_t3030574353 * L_2 = ((CGiftCfg_t3030574353_StaticFields*)il2cpp_codegen_static_fields_for(CGiftCfg_t3030574353_il2cpp_TypeInfo_var))->get_s_Instace_2(); return L_2; } } // DMCore.Logic.CAwardList DMCore.Logic.CGiftCfg::GetGiftArray(System.String) extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CGiftCfg_GetGiftArray_m4121258218 (CGiftCfg_t3030574353 * __this, String_t* ___gift_name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftCfg_GetGiftArray_m4121258218_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGiftPackage_t998074622 * V_0 = NULL; { V_0 = (CGiftPackage_t998074622 *)NULL; Dictionary_2_t783330921 * L_0 = __this->get_m_gift_config_1(); String_t* L_1 = ___gift_name0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3106820720(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3106820720_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { CGiftPackage_t998074622 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { CGiftPackage_t998074622 * L_4 = V_0; NullCheck(L_4); CAwardList_t4094041907 * L_5 = CGiftPackage_Get_m2444996735(L_4, /*hidden argument*/NULL); return L_5; } IL_0022: { return (CAwardList_t4094041907 *)NULL; } } // System.Void DMCore.Logic.CGiftCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CGiftCfg_Clear_m3302243808 (CGiftCfg_t3030574353 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftCfg_Clear_m3302243808_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t783330921 * L_0 = __this->get_m_gift_config_1(); NullCheck(L_0); Dictionary_2_Clear_m934364172(L_0, /*hidden argument*/Dictionary_2_Clear_m934364172_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CGiftCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CGiftCfg_OnLoad_m3160771798 (CGiftCfg_t3030574353 * __this, String_t* ___loadedObj0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftCfg_OnLoad_m3160771798_MetadataUsageId); s_Il2CppMethodInitialized = true; } CIniFile_t2879301433 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CIniSection_t1218490364 * V_3 = NULL; int32_t V_4 = 0; CGiftPackage_t998074622 * V_5 = NULL; int32_t V_6 = 0; CIniItem_t4093898296 * V_7 = NULL; StringU5BU5D_t1281789340* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; CAwardItem_t1677460915 * V_13 = NULL; Exception_t * V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { CIniFile_t2879301433 * L_0 = (CIniFile_t2879301433 *)il2cpp_codegen_object_new(CIniFile_t2879301433_il2cpp_TypeInfo_var); CIniFile__ctor_m3137372490(L_0, /*hidden argument*/NULL); V_0 = L_0; CIniFile_t2879301433 * L_1 = V_0; String_t* L_2 = ___loadedObj0; NullCheck(L_1); CIniFile_LoadText_m2088181559(L_1, L_2, /*hidden argument*/NULL); CIniFile_t2879301433 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CIniFile_GetSectionCount_m1690370596(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0106; } IL_001c: { CIniFile_t2879301433 * L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_5); CIniSection_t1218490364 * L_7 = CIniFile_GetSection_m2927514527(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; CIniSection_t1218490364 * L_8 = V_3; NullCheck(L_8); int32_t L_9 = CIniSection_GetItemCount_m2955586327(L_8, /*hidden argument*/NULL); V_4 = L_9; CGiftPackage_t998074622 * L_10 = (CGiftPackage_t998074622 *)il2cpp_codegen_object_new(CGiftPackage_t998074622_il2cpp_TypeInfo_var); CGiftPackage__ctor_m631650788(L_10, /*hidden argument*/NULL); V_5 = L_10; V_6 = 0; goto IL_00e6; } IL_003b: { CIniSection_t1218490364 * L_11 = V_3; int32_t L_12 = V_6; NullCheck(L_11); CIniItem_t4093898296 * L_13 = CIniSection_GetItem_m1669271756(L_11, L_12, /*hidden argument*/NULL); V_7 = L_13; CIniItem_t4093898296 * L_14 = V_7; NullCheck(L_14); String_t* L_15 = L_14->get_strKey_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_16 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral1949155672, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_00e0; } } IL_005b: { CIniItem_t4093898296 * L_17 = V_7; NullCheck(L_17); String_t* L_18 = L_17->get_strValue_2(); 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); V_8 = L_20; StringU5BU5D_t1281789340* L_21 = V_8; if (!L_21) { goto IL_00e0; } } IL_007b: { StringU5BU5D_t1281789340* L_22 = V_8; NullCheck(L_22); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))) == ((uint32_t)4)))) { goto IL_00e0; } } IL_0085: { StringU5BU5D_t1281789340* L_23 = V_8; NullCheck(L_23); int32_t L_24 = 0; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_26 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_25, 0, /*hidden argument*/NULL); V_9 = L_26; StringU5BU5D_t1281789340* L_27 = V_8; NullCheck(L_27); int32_t L_28 = 1; String_t* L_29 = (L_27)->GetAt(static_cast(L_28)); int32_t L_30 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_29, 0, /*hidden argument*/NULL); V_10 = L_30; StringU5BU5D_t1281789340* L_31 = V_8; NullCheck(L_31); int32_t L_32 = 2; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); int32_t L_34 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_33, 0, /*hidden argument*/NULL); V_11 = L_34; V_12 = 2; StringU5BU5D_t1281789340* L_35 = V_8; NullCheck(L_35); int32_t L_36 = 3; String_t* L_37 = (L_35)->GetAt(static_cast(L_36)); NullCheck(L_37); Il2CppChar L_38 = String_get_Chars_m2986988803(L_37, 0, /*hidden argument*/NULL); CMiscHelp_ToInt_m21764687(NULL /*static, unused*/, L_38, (&V_12), /*hidden argument*/NULL); int32_t L_39 = V_9; int32_t L_40 = V_10; int32_t L_41 = V_11; int32_t L_42 = V_12; CAwardItem_t1677460915 * L_43 = (CAwardItem_t1677460915 *)il2cpp_codegen_object_new(CAwardItem_t1677460915_il2cpp_TypeInfo_var); CAwardItem__ctor_m4078817552(L_43, L_39, L_40, L_41, L_42, /*hidden argument*/NULL); V_13 = L_43; CGiftPackage_t998074622 * L_44 = V_5; CAwardItemU5BU5D_t688006690* L_45 = ((CAwardItemU5BU5D_t688006690*)SZArrayNew(CAwardItemU5BU5D_t688006690_il2cpp_TypeInfo_var, (uint32_t)1)); CAwardItem_t1677460915 * L_46 = V_13; NullCheck(L_45); ArrayElementTypeCheck (L_45, L_46); (L_45)->SetAt(static_cast(0), (CAwardItem_t1677460915 *)L_46); NullCheck(L_44); CGiftPackage_Add_m4101528232(L_44, L_45, /*hidden argument*/NULL); } IL_00e0: { int32_t L_47 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00e6: { int32_t L_48 = V_6; int32_t L_49 = V_4; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_003b; } } IL_00ef: { Dictionary_2_t783330921 * L_50 = __this->get_m_gift_config_1(); CIniSection_t1218490364 * L_51 = V_3; NullCheck(L_51); String_t* L_52 = L_51->get_strName_1(); CGiftPackage_t998074622 * L_53 = V_5; NullCheck(L_50); Dictionary_2_Add_m4110999063(L_50, L_52, L_53, /*hidden argument*/Dictionary_2_Add_m4110999063_RuntimeMethod_var); int32_t L_54 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_0106: { int32_t L_55 = V_2; int32_t L_56 = V_1; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_001c; } } IL_010d: { goto IL_012a; } } // 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_0112; throw e; } CATCH_0112: { // begin catch(System.Exception) V_14 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_57 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_58 = V_14; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_58); NullCheck(L_57); CLogHelp_LogFile_m4227814860(L_57, L_59, /*hidden argument*/NULL); goto IL_012a; } // end catch (depth: 1) IL_012a: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGiftListWnd::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd__ctor_m3339071636 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CGiftListWnd_ClearData_m1140100319(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CGiftListWnd DMCore.Logic.CGiftListWnd::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGiftListWnd_t2390808505 * CGiftListWnd_GetInstance_m1110746982 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftListWnd_GetInstance_m1110746982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var); CGiftListWnd_t2390808505 * L_0 = ((CGiftListWnd_t2390808505_StaticFields*)il2cpp_codegen_static_fields_for(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var))->get_s_instance_0(); if (L_0) { goto IL_0014; } } { CGiftListWnd_t2390808505 * L_1 = (CGiftListWnd_t2390808505 *)il2cpp_codegen_object_new(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var); CGiftListWnd__ctor_m3339071636(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var); ((CGiftListWnd_t2390808505_StaticFields*)il2cpp_codegen_static_fields_for(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var))->set_s_instance_0(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var); CGiftListWnd_t2390808505 * L_2 = ((CGiftListWnd_t2390808505_StaticFields*)il2cpp_codegen_static_fields_for(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_2; } } // System.Void DMCore.Logic.CGiftListWnd::OpenGiftListWnd(DMCore.Logic.enumGiftListMode,System.String,DMCore.Logic.CAwardList,DMCore.CDataArray,DMCore.Logic.OnAccetpGiftsCallback) extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd_OpenGiftListWnd_m3831133717 (CGiftListWnd_t2390808505 * __this, int32_t ___mode0, String_t* ___desc1, CAwardList_t4094041907 * ___giftArray2, CDataArray_t4068198041 * ___callbackData3, OnAccetpGiftsCallback_t3618620664 * ___callback4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftListWnd_OpenGiftListWnd_m3831133717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___mode0; __this->set_m_mode_1(L_0); String_t* L_1 = ___desc1; __this->set_m_desc_2(L_1); CAwardList_t4094041907 * L_2 = ___giftArray2; __this->set_m_awardArr_3(L_2); CDataArray_t4068198041 * L_3 = ___callbackData3; __this->set_m_callbackData_4(L_3); OnAccetpGiftsCallback_t3618620664 * L_4 = ___callback4; __this->set_m_acceptCallback_5(L_4); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CWndController_ShowUI_m3552255067(L_5, ((int32_t)37), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGiftListWnd::CloseGiftListWnd() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd_CloseGiftListWnd_m3140331092 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftListWnd_CloseGiftListWnd_m3140331092_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)37), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGiftListWnd::OnAcceptAward() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd_OnAcceptAward_m2783076420 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method) { { OnAccetpGiftsCallback_t3618620664 * L_0 = __this->get_m_acceptCallback_5(); if (!L_0) { goto IL_001c; } } { OnAccetpGiftsCallback_t3618620664 * L_1 = __this->get_m_acceptCallback_5(); CDataArray_t4068198041 * L_2 = __this->get_m_callbackData_4(); NullCheck(L_1); OnAccetpGiftsCallback_Invoke_m158276991(L_1, L_2, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Void DMCore.Logic.CGiftListWnd::ClearData() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd_ClearData_m1140100319 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftListWnd_ClearData_m1140100319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_mode_1(0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_desc_2(L_0); __this->set_m_awardArr_3((CAwardList_t4094041907 *)NULL); __this->set_m_callbackData_4((CDataArray_t4068198041 *)NULL); __this->set_m_acceptCallback_5((OnAccetpGiftsCallback_t3618620664 *)NULL); return; } } // DMCore.Logic.CAwardList DMCore.Logic.CGiftListWnd::get_GiftArray() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CGiftListWnd_get_GiftArray_m475460324 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = __this->get_m_awardArr_3(); return L_0; } } // System.String DMCore.Logic.CGiftListWnd::get_GiftListDesc() extern "C" IL2CPP_METHOD_ATTR String_t* CGiftListWnd_get_GiftListDesc_m2912714033 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_desc_2(); return L_0; } } // DMCore.Logic.enumGiftListMode DMCore.Logic.CGiftListWnd::get_WndMode() extern "C" IL2CPP_METHOD_ATTR int32_t CGiftListWnd_get_WndMode_m3138590396 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_mode_1(); return L_0; } } // System.Void DMCore.Logic.CGiftListWnd::.cctor() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd__cctor_m3477576325 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGiftManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftManager__ctor_m1593056771 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager__ctor_m1593056771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t4239275471 * L_0 = (Dictionary_2_t4239275471 *)il2cpp_codegen_object_new(Dictionary_2_t4239275471_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1037843392(L_0, /*hidden argument*/Dictionary_2__ctor_m1037843392_RuntimeMethod_var); __this->set_m_AnimateDirRose_7(L_0); Dictionary_2_t4239275471 * L_1 = (Dictionary_2_t4239275471 *)il2cpp_codegen_object_new(Dictionary_2_t4239275471_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1037843392(L_1, /*hidden argument*/Dictionary_2__ctor_m1037843392_RuntimeMethod_var); __this->set_m_AnimateDirLily_8(L_1); Dictionary_2_t4239275471 * L_2 = (Dictionary_2_t4239275471 *)il2cpp_codegen_object_new(Dictionary_2_t4239275471_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1037843392(L_2, /*hidden argument*/Dictionary_2__ctor_m1037843392_RuntimeMethod_var); __this->set_m_AnimateDirPerfume_9(L_2); Dictionary_2_t4239275471 * L_3 = (Dictionary_2_t4239275471 *)il2cpp_codegen_object_new(Dictionary_2_t4239275471_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1037843392(L_3, /*hidden argument*/Dictionary_2__ctor_m1037843392_RuntimeMethod_var); __this->set_m_AnimateDirCrystal_10(L_3); LinkedList_1_t1296649317 * L_4 = (LinkedList_1_t1296649317 *)il2cpp_codegen_object_new(LinkedList_1_t1296649317_il2cpp_TypeInfo_var); LinkedList_1__ctor_m2395578626(L_4, /*hidden argument*/LinkedList_1__ctor_m2395578626_RuntimeMethod_var); __this->set_m_AnimateList_11(L_4); Object__ctor_m297566312(__this, /*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(); __this->set_m_strUserName_1(L_5); __this->set_m_userID_2((((int64_t)((int64_t)0)))); __this->set_m_ActiveGift_3(0); IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_6 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = CLocalizationManager_GetLocalizePath_m3024801825(L_6, _stringLiteral1440730623, /*hidden argument*/NULL); CGiftManager_InitDictionary_m785159083(__this, L_7, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CGiftManager::GetGiftPrice(DMCore.Logic.enumGift) extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_GetGiftPrice_m1565831149 (RuntimeObject * __this /* static, unused */, int32_t ___gift0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetGiftPrice_m1565831149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___gift0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)30001)))) { case 0: { goto IL_0021; } case 1: { goto IL_002a; } case 2: { goto IL_0032; } case 3: { goto IL_003a; } } } { goto IL_0043; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); int32_t L_1 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_SendCount_5(); return ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)20), (int32_t)L_1)); } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); int32_t L_2 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_SendCount_5(); return ((int32_t)il2cpp_codegen_multiply((int32_t)5, (int32_t)L_2)); } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); int32_t L_3 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_SendCount_5(); return ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_3)); } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); int32_t L_4 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_SendCount_5(); return ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)18), (int32_t)L_4)); } IL_0043: { return (-1); } } // DMCore.Logic.enumCurrencyType DMCore.Logic.CGiftManager::GetCurrencyType(DMCore.Logic.enumGift) extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_GetCurrencyType_m3091915088 (RuntimeObject * __this /* static, unused */, int32_t ___gift0, const RuntimeMethod* method) { { int32_t L_0 = ___gift0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)30001)))) { case 0: { goto IL_0023; } case 1: { goto IL_0021; } case 2: { goto IL_0021; } case 3: { goto IL_0021; } } } { goto IL_0025; } IL_0021: { return (int32_t)(1); } IL_0023: { return (int32_t)(0); } IL_0025: { return (int32_t)(0); } } // System.String DMCore.Logic.CGiftManager::GetGiftTextName(DMCore.Logic.enumGift) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_GetGiftTextName_m34689474 (RuntimeObject * __this /* static, unused */, int32_t ___gift0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetGiftTextName_m34689474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CTextHelp_t3119637808 * L_0 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___gift0; IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); String_t* L_2 = CGiftManager_GetGiftPropName_m1545545333(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_3 = CTextHelp_GetText_m372251958(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.String DMCore.Logic.CGiftManager::GetGiftPropName(DMCore.Logic.enumGift) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_GetGiftPropName_m1545545333 (RuntimeObject * __this /* static, unused */, int32_t ___gift0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetGiftPropName_m1545545333_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___gift0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)30001)))) { case 0: { goto IL_0021; } case 1: { goto IL_0027; } case 2: { goto IL_002d; } case 3: { goto IL_0033; } } } { goto IL_0039; } IL_0021: { return _stringLiteral746097532; } IL_0027: { return _stringLiteral1123965791; } IL_002d: { return _stringLiteral2403938067; } IL_0033: { return _stringLiteral3427937691; } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } } // DMCore.Logic.CGiftManager DMCore.Logic.CGiftManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGiftManager_t2180653355 * CGiftManager_GetInstance_m2502612045 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetInstance_m2502612045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); CGiftManager_t2180653355 * L_0 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_Instance_6(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); CGiftManager_t2180653355 * L_1 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_Instance_6(); return L_1; } IL_0010: { CGiftManager_t2180653355 * L_2 = (CGiftManager_t2180653355 *)il2cpp_codegen_object_new(CGiftManager_t2180653355_il2cpp_TypeInfo_var); CGiftManager__ctor_m1593056771(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->set_s_Instance_6(L_2); CGiftManager_t2180653355 * L_3 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_Instance_6(); return L_3; } } // System.Void DMCore.Logic.CGiftManager::SetTarget(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_SetTarget_m192924937 (CGiftManager_t2180653355 * __this, String_t* ___userName0, int64_t ___userID1, const RuntimeMethod* method) { { String_t* L_0 = ___userName0; __this->set_m_strUserName_1(L_0); int64_t L_1 = ___userID1; __this->set_m_userID_2(L_1); return; } } // System.String DMCore.Logic.CGiftManager::GetTargetName() extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_GetTargetName_m400729942 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_strUserName_1(); return L_0; } } // System.Int32 DMCore.Logic.CGiftManager::get_GetUserId() extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_get_GetUserId_m3997000212 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_targetId_4(); return L_0; } } // System.Void DMCore.Logic.CGiftManager::set_GetUserId(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_set_GetUserId_m951709973 (CGiftManager_t2180653355 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_targetId_4(L_0); return; } } // System.Void DMCore.Logic.CGiftManager::SetActiveGift(DMCore.Logic.enumGift) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_SetActiveGift_m329493589 (CGiftManager_t2180653355 * __this, int32_t ___gift0, const RuntimeMethod* method) { { int32_t L_0 = ___gift0; __this->set_m_ActiveGift_3(L_0); return; } } // DMCore.Logic.enumGift DMCore.Logic.CGiftManager::GetActiveGift() extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_GetActiveGift_m3120785823 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_ActiveGift_3(); return L_0; } } // System.Void DMCore.Logic.CGiftManager::SetSendCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_SetSendCount_m311773210 (CGiftManager_t2180653355 * __this, int32_t ___newCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_SetSendCount_m311773210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___newCount0; IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->set_s_SendCount_5(L_0); return; } } // System.Int32 DMCore.Logic.CGiftManager::GetSendCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_GetSendCount_m2343314524 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetSendCount_m2343314524_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); int32_t L_0 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_s_SendCount_5(); return L_0; } } // System.Int64 DMCore.Logic.CGiftManager::GetTargetUserID() extern "C" IL2CPP_METHOD_ATTR int64_t CGiftManager_GetTargetUserID_m3899400094 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_userID_2(); return L_0; } } // System.Void DMCore.Logic.CGiftManager::GiftResultAdd(System.Int32,System.Int64,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_GiftResultAdd_m3655150750 (CGiftManager_t2180653355 * __this, int32_t ___type0, int64_t ___userid1, String_t* ___userName2, int32_t ___giftid3, int32_t ___num4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GiftResultAdd_m3655150750_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; float V_1 = 0.0f; String_t* V_2 = NULL; int32_t V_3 = 0; CGiftResultInfo_t2457003308 * V_4 = NULL; { int32_t L_0 = ___num4; IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_1 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CMiscConfig_GetInt_m1183615064(L_1, _stringLiteral2201619224, ((int32_t)99), /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)L_2))) { goto IL_0019; } } { return; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_3; V_1 = (0.0f); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = L_4; int32_t L_5 = ___giftid3; V_3 = L_5; int32_t L_6 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)30001)))) { case 0: { goto IL_004f; } case 1: { goto IL_0075; } case 2: { goto IL_009b; } case 3: { goto IL_00c1; } } } { goto IL_00e7; } IL_004f: { Dictionary_2_t4239275471 * L_7 = __this->get_m_AnimateDirRose_7(); int32_t L_8 = ___num4; String_t* L_9 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_7, L_8, (&V_1), /*hidden argument*/NULL); V_0 = L_9; CTextHelp_t3119637808 * L_10 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = CTextHelp_GetText_m372251958(L_10, _stringLiteral746097532, /*hidden argument*/NULL); V_2 = L_11; goto IL_00e7; } IL_0075: { Dictionary_2_t4239275471 * L_12 = __this->get_m_AnimateDirLily_8(); int32_t L_13 = ___num4; String_t* L_14 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_12, L_13, (&V_1), /*hidden argument*/NULL); V_0 = L_14; CTextHelp_t3119637808 * L_15 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = CTextHelp_GetText_m372251958(L_15, _stringLiteral1123965791, /*hidden argument*/NULL); V_2 = L_16; goto IL_00e7; } IL_009b: { Dictionary_2_t4239275471 * L_17 = __this->get_m_AnimateDirPerfume_9(); int32_t L_18 = ___num4; String_t* L_19 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_17, L_18, (&V_1), /*hidden argument*/NULL); V_0 = L_19; CTextHelp_t3119637808 * L_20 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = CTextHelp_GetText_m372251958(L_20, _stringLiteral2403938067, /*hidden argument*/NULL); V_2 = L_21; goto IL_00e7; } IL_00c1: { Dictionary_2_t4239275471 * L_22 = __this->get_m_AnimateDirCrystal_10(); int32_t L_23 = ___num4; String_t* L_24 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_22, L_23, (&V_1), /*hidden argument*/NULL); V_0 = L_24; CTextHelp_t3119637808 * L_25 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26 = CTextHelp_GetText_m372251958(L_25, _stringLiteral3427937691, /*hidden argument*/NULL); V_2 = L_26; goto IL_00e7; } IL_00e7: { String_t* L_27 = V_0; 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(); bool L_29 = String_op_Equality_m920492651(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0107; } } { String_t* L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_32 = String_op_Equality_m920492651(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0108; } } IL_0107: { return; } IL_0108: { CGiftResultInfo_t2457003308 * L_33 = (CGiftResultInfo_t2457003308 *)il2cpp_codegen_object_new(CGiftResultInfo_t2457003308_il2cpp_TypeInfo_var); CGiftResultInfo__ctor_m900662875(L_33, /*hidden argument*/NULL); V_4 = L_33; CGiftResultInfo_t2457003308 * L_34 = V_4; float L_35 = V_1; NullCheck(L_34); L_34->set_aniTime_1(L_35); CGiftResultInfo_t2457003308 * L_36 = V_4; String_t* L_37 = V_0; NullCheck(L_36); L_36->set_Animate_0(L_37); CGiftResultInfo_t2457003308 * L_38 = V_4; int32_t L_39 = ___type0; int64_t L_40 = ___userid1; String_t* L_41 = ___userName2; String_t* L_42 = V_2; int32_t L_43 = ___num4; String_t* L_44 = CGiftManager_GetShowLabelByInfo_m3701260670(__this, L_39, L_40, L_41, L_42, L_43, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_ShowLabel_2(L_44); LinkedList_1_t1296649317 * L_45 = __this->get_m_AnimateList_11(); CGiftResultInfo_t2457003308 * L_46 = V_4; NullCheck(L_45); LinkedList_1_AddLast_m3472666116(L_45, L_46, /*hidden argument*/LinkedList_1_AddLast_m3472666116_RuntimeMethod_var); return; } } // System.String DMCore.Logic.CGiftManager::GetShowLabelByInfo(System.Int32,System.Int64,System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_GetShowLabelByInfo_m3701260670 (CGiftManager_t2180653355 * __this, int32_t ___type0, int64_t ___userid1, String_t* ___userName2, String_t* ___giftName3, int32_t ___num4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetShowLabelByInfo_m3701260670_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = ___type0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0052; } } { CTextHelp_t3119637808 * L_2 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = CTextHelp_GetText_m372251958(L_2, _stringLiteral453723495, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); 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, _stringLiteral1587953044, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t2843939325* L_7 = L_4; String_t* L_8 = ___userName2; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_8); ObjectU5BU5D_t2843939325* L_9 = L_7; String_t* L_10 = ___giftName3; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(2), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_9; int32_t L_12 = ___num4; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m630303134(NULL /*static, unused*/, L_3, L_11, /*hidden argument*/NULL); V_0 = L_15; goto IL_0092; } IL_0052: { 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, _stringLiteral453723495, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_18 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_19 = ___userName2; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_18; CTextHelp_t3119637808 * L_21 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = CTextHelp_GetText_m372251958(L_21, _stringLiteral1587953044, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_20; String_t* L_24 = ___giftName3; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(2), (RuntimeObject *)L_24); ObjectU5BU5D_t2843939325* L_25 = L_23; int32_t L_26 = ___num4; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(3), (RuntimeObject *)L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Format_m630303134(NULL /*static, unused*/, L_17, L_25, /*hidden argument*/NULL); V_0 = L_29; } IL_0092: { String_t* L_30 = V_0; return L_30; } } // System.Int32 DMCore.Logic.CGiftManager::GetMinGiftNum(DMCore.Logic.enumGift) extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_GetMinGiftNum_m3642171040 (CGiftManager_t2180653355 * __this, int32_t ___gifttype0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (-1); int32_t L_0 = ___gifttype0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)30001)))) { case 0: { goto IL_0059; } case 1: { goto IL_0035; } case 2: { goto IL_0047; } case 3: { goto IL_0023; } } } { goto IL_006b; } IL_0023: { Dictionary_2_t4239275471 * L_1 = __this->get_m_AnimateDirCrystal_10(); int32_t L_2 = CGiftManager_GetDictionaryMinNum_m2475827392(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_006b; } IL_0035: { Dictionary_2_t4239275471 * L_3 = __this->get_m_AnimateDirLily_8(); int32_t L_4 = CGiftManager_GetDictionaryMinNum_m2475827392(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_006b; } IL_0047: { Dictionary_2_t4239275471 * L_5 = __this->get_m_AnimateDirPerfume_9(); int32_t L_6 = CGiftManager_GetDictionaryMinNum_m2475827392(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_006b; } IL_0059: { Dictionary_2_t4239275471 * L_7 = __this->get_m_AnimateDirRose_7(); int32_t L_8 = CGiftManager_GetDictionaryMinNum_m2475827392(__this, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_006b; } IL_006b: { int32_t L_9 = V_0; return L_9; } } // System.Int32 DMCore.Logic.CGiftManager::GetDictionaryMinNum(System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR int32_t CGiftManager_GetDictionaryMinNum_m2475827392 (CGiftManager_t2180653355 * __this, Dictionary_2_t4239275471 * ___animateDir0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetDictionaryMinNum_m2475827392_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; Enumerator_t126485159 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (-1); V_1 = (bool)1; Dictionary_2_t4239275471 * L_0 = ___animateDir0; NullCheck(L_0); KeyCollection_t133983646 * L_1 = Dictionary_2_get_Keys_m2562834138(L_0, /*hidden argument*/Dictionary_2_get_Keys_m2562834138_RuntimeMethod_var); NullCheck(L_1); Enumerator_t126485159 L_2 = KeyCollection_GetEnumerator_m1747113391(L_1, /*hidden argument*/KeyCollection_GetEnumerator_m1747113391_RuntimeMethod_var); V_3 = L_2; } IL_0010: try { // begin try (depth: 1) { goto IL_0035; } IL_0015: { int32_t L_3 = Enumerator_get_Current_m2267642310((&V_3), /*hidden argument*/Enumerator_get_Current_m2267642310_RuntimeMethod_var); V_2 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_002c; } } IL_0023: { int32_t L_5 = V_2; V_0 = L_5; V_1 = (bool)0; goto IL_0035; } IL_002c: { int32_t L_6 = V_0; int32_t L_7 = V_2; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0035; } } IL_0033: { int32_t L_8 = V_2; V_0 = L_8; } IL_0035: { bool L_9 = Enumerator_MoveNext_m1691653814((&V_3), /*hidden argument*/Enumerator_MoveNext_m1691653814_RuntimeMethod_var); if (L_9) { goto IL_0015; } } IL_0041: { IL2CPP_LEAVE(0x54, FINALLY_0046); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: { // begin finally (depth: 1) Enumerator_Dispose_m4061992913((&V_3), /*hidden argument*/Enumerator_Dispose_m4061992913_RuntimeMethod_var); IL2CPP_END_FINALLY(70) } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_JUMP_TBL(0x54, IL_0054) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0054: { int32_t L_10 = V_0; return L_10; } } // System.Void DMCore.Logic.CGiftManager::RequestBianSheng(System.Int32,System.Int32,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_RequestBianSheng_m3541844486 (CGiftManager_t2180653355 * __this, int32_t ___bianshengCardId0, int32_t ___modelId1, int32_t ___amount2, int64_t ___userId3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_RequestBianSheng_m3541844486_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1999), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___bianshengCardId0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___modelId1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; int32_t L_7 = ___amount2; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; int64_t L_9 = ___userId3; NullCheck(L_8); CDataArray_Push_m3799896857(L_8, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_0; NullCheck(L_10); CDataArray_Flush_m1077150699(L_10, /*hidden argument*/NULL); return; } } // System.String DMCore.Logic.CGiftManager::GetEffectPath(DMCore.Logic.enumGift,System.Int32,System.Single&) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_GetEffectPath_m4042115425 (CGiftManager_t2180653355 * __this, int32_t ___giftType0, int32_t ___num1, float* ____animateTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_GetEffectPath_m4042115425_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; float V_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; V_1 = (0.0f); int32_t L_1 = ___giftType0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)30001)))) { case 0: { goto IL_0038; } case 1: { goto IL_004d; } case 2: { goto IL_0062; } case 3: { goto IL_0077; } } } { int32_t L_2 = ___giftType0; if (!L_2) { goto IL_0033; } } { goto IL_008c; } IL_0033: { goto IL_0091; } IL_0038: { Dictionary_2_t4239275471 * L_3 = __this->get_m_AnimateDirRose_7(); int32_t L_4 = ___num1; String_t* L_5 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_3, L_4, (&V_1), /*hidden argument*/NULL); V_0 = L_5; goto IL_0091; } IL_004d: { Dictionary_2_t4239275471 * L_6 = __this->get_m_AnimateDirLily_8(); int32_t L_7 = ___num1; String_t* L_8 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_6, L_7, (&V_1), /*hidden argument*/NULL); V_0 = L_8; goto IL_0091; } IL_0062: { Dictionary_2_t4239275471 * L_9 = __this->get_m_AnimateDirPerfume_9(); int32_t L_10 = ___num1; String_t* L_11 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_9, L_10, (&V_1), /*hidden argument*/NULL); V_0 = L_11; goto IL_0091; } IL_0077: { Dictionary_2_t4239275471 * L_12 = __this->get_m_AnimateDirCrystal_10(); int32_t L_13 = ___num1; String_t* L_14 = CGiftManager_CheckAnimateUse_m4046071164(__this, L_12, L_13, (&V_1), /*hidden argument*/NULL); V_0 = L_14; goto IL_0091; } IL_008c: { goto IL_0091; } IL_0091: { float* L_15 = ____animateTime2; float L_16 = V_1; *((float*)(L_15)) = (float)L_16; String_t* L_17 = V_0; return L_17; } } // System.String DMCore.Logic.CGiftManager::CheckAnimateUse(System.Collections.Generic.Dictionary`2,System.Int32,System.Single&) extern "C" IL2CPP_METHOD_ATTR String_t* CGiftManager_CheckAnimateUse_m4046071164 (CGiftManager_t2180653355 * __this, Dictionary_2_t4239275471 * ___animateDir0, int32_t ___num1, float* ____animateTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_CheckAnimateUse_m4046071164_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Enumerator_t126485159 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; V_1 = (-1); float* L_1 = ____animateTime2; *((float*)(L_1)) = (float)(0.0f); Dictionary_2_t4239275471 * L_2 = ___animateDir0; NullCheck(L_2); KeyCollection_t133983646 * L_3 = Dictionary_2_get_Keys_m2562834138(L_2, /*hidden argument*/Dictionary_2_get_Keys_m2562834138_RuntimeMethod_var); NullCheck(L_3); Enumerator_t126485159 L_4 = KeyCollection_GetEnumerator_m1747113391(L_3, /*hidden argument*/KeyCollection_GetEnumerator_m1747113391_RuntimeMethod_var); V_3 = L_4; } IL_001b: try { // begin try (depth: 1) { goto IL_0036; } IL_0020: { int32_t L_5 = Enumerator_get_Current_m2267642310((&V_3), /*hidden argument*/Enumerator_get_Current_m2267642310_RuntimeMethod_var); V_2 = L_5; int32_t L_6 = ___num1; int32_t L_7 = V_2; if ((((int32_t)L_6) > ((int32_t)L_7))) { goto IL_0036; } } IL_002f: { int32_t L_8 = V_2; V_1 = L_8; goto IL_0042; } IL_0036: { bool L_9 = Enumerator_MoveNext_m1691653814((&V_3), /*hidden argument*/Enumerator_MoveNext_m1691653814_RuntimeMethod_var); if (L_9) { goto IL_0020; } } IL_0042: { IL2CPP_LEAVE(0x55, FINALLY_0047); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: { // begin finally (depth: 1) Enumerator_Dispose_m4061992913((&V_3), /*hidden argument*/Enumerator_Dispose_m4061992913_RuntimeMethod_var); IL2CPP_END_FINALLY(71) } // end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0055: { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)(-1)))) { goto IL_0077; } } { Dictionary_2_t4239275471 * L_11 = ___animateDir0; int32_t L_12 = V_1; NullCheck(L_11); AnimationCfg_t1055594844 * L_13 = Dictionary_2_get_Item_m3146587066(L_11, L_12, /*hidden argument*/Dictionary_2_get_Item_m3146587066_RuntimeMethod_var); NullCheck(L_13); String_t* L_14 = L_13->get_path_2(); V_0 = L_14; float* L_15 = ____animateTime2; Dictionary_2_t4239275471 * L_16 = ___animateDir0; int32_t L_17 = V_1; NullCheck(L_16); AnimationCfg_t1055594844 * L_18 = Dictionary_2_get_Item_m3146587066(L_16, L_17, /*hidden argument*/Dictionary_2_get_Item_m3146587066_RuntimeMethod_var); NullCheck(L_18); float L_19 = L_18->get_time_1(); *((float*)(L_15)) = (float)L_19; } IL_0077: { String_t* L_20 = V_0; return L_20; } } // System.Void DMCore.Logic.CGiftManager::InitDictionary(System.String) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_InitDictionary_m785159083 (CGiftManager_t2180653355 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_InitDictionary_m785159083_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlNodeList_t2551693786 * V_3 = NULL; XmlNode_t3767805227 * V_4 = NULL; RuntimeObject* V_5 = NULL; XmlElement_t561603118 * V_6 = NULL; String_t* V_7 = NULL; XmlNodeList_t2551693786 * V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; String_t* V_11 = NULL; String_t* V_12 = NULL; AnimationCfg_t1055594844 * V_13 = NULL; AnimationCfg_t1055594844 * V_14 = NULL; AnimationCfg_t1055594844 * V_15 = NULL; AnimationCfg_t1055594844 * V_16 = NULL; RuntimeObject* V_17 = 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(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(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 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_2, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { CLogHelp_t779629444 * L_5 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CLogHelp_Log_m386290467(L_5, _stringLiteral1401511799, /*hidden argument*/NULL); return; } IL_002e: { XmlDocument_t2837193595 * L_6 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_6, /*hidden argument*/NULL); V_1 = L_6; XmlDocument_t2837193595 * L_7 = V_1; if (!L_7) { goto IL_0046; } } { XmlDocument_t2837193595 * L_8 = V_1; TextAsset_t3022178571 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = TextAsset_get_text_m2027878391(L_9, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_8, L_10); } IL_0046: { XmlDocument_t2837193595 * L_11 = V_1; NullCheck(L_11); XmlNode_t3767805227 * L_12 = XmlNode_SelectSingleNode_m2944339946(L_11, _stringLiteral2328036797, /*hidden argument*/NULL); V_2 = L_12; XmlNode_t3767805227 * L_13 = V_2; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_13); V_3 = L_14; XmlNodeList_t2551693786 * L_15 = V_3; NullCheck(L_15); RuntimeObject* L_16 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_15); V_5 = L_16; } IL_0061: try { // begin try (depth: 1) { goto IL_01fa; } IL_0066: { RuntimeObject* L_17 = V_5; NullCheck(L_17); RuntimeObject * L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); V_4 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_18, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_19 = V_4; V_6 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_19, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_20 = V_6; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_20, _stringLiteral3454449607); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); V_7 = L_22; XmlElement_t561603118 * L_23 = V_6; NullCheck(L_23); XmlNodeList_t2551693786 * L_24 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_23); V_8 = L_24; V_9 = 0; goto IL_01ec; } IL_00a1: { XmlNodeList_t2551693786 * L_25 = V_8; int32_t L_26 = V_9; NullCheck(L_25); XmlNode_t3767805227 * L_27 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_25, L_26); NullCheck(((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_27, XmlElement_t561603118_il2cpp_TypeInfo_var))); String_t* L_28 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_27, XmlElement_t561603118_il2cpp_TypeInfo_var)), _stringLiteral1344412795); NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); V_10 = L_29; XmlNodeList_t2551693786 * L_30 = V_8; int32_t L_31 = V_9; NullCheck(L_30); XmlNode_t3767805227 * L_32 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_30, L_31); NullCheck(((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_32, XmlElement_t561603118_il2cpp_TypeInfo_var))); String_t* L_33 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_32, XmlElement_t561603118_il2cpp_TypeInfo_var)), _stringLiteral63249573); NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); V_11 = L_34; XmlNodeList_t2551693786 * L_35 = V_8; int32_t L_36 = V_9; NullCheck(L_35); XmlNode_t3767805227 * L_37 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_35, L_36); NullCheck(((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_37, XmlElement_t561603118_il2cpp_TypeInfo_var))); String_t* L_38 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_37, XmlElement_t561603118_il2cpp_TypeInfo_var)), _stringLiteral1030471449); NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38); V_12 = L_39; String_t* L_40 = V_7; if (!L_40) { goto IL_01e6; } } IL_0105: { String_t* L_41 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral2838793849, /*hidden argument*/NULL); if (L_42) { goto IL_014e; } } IL_0116: { String_t* L_43 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_op_Equality_m920492651(NULL /*static, unused*/, L_43, _stringLiteral2687084514, /*hidden argument*/NULL); if (L_44) { goto IL_0174; } } IL_0127: { String_t* L_45 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Equality_m920492651(NULL /*static, unused*/, L_45, _stringLiteral1361068126, /*hidden argument*/NULL); if (L_46) { goto IL_019a; } } IL_0138: { String_t* L_47 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_48 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, _stringLiteral1735593254, /*hidden argument*/NULL); if (L_48) { goto IL_01c0; } } IL_0149: { goto IL_01e6; } IL_014e: { String_t* L_49 = V_10; String_t* L_50 = V_11; String_t* L_51 = V_12; AnimationCfg_t1055594844 * L_52 = (AnimationCfg_t1055594844 *)il2cpp_codegen_object_new(AnimationCfg_t1055594844_il2cpp_TypeInfo_var); AnimationCfg__ctor_m543497972(L_52, L_49, L_50, L_51, /*hidden argument*/NULL); V_13 = L_52; Dictionary_2_t4239275471 * L_53 = __this->get_m_AnimateDirRose_7(); String_t* L_54 = V_10; int32_t L_55 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); AnimationCfg_t1055594844 * L_56 = V_13; NullCheck(L_53); Dictionary_2_Add_m3596772443(L_53, L_55, L_56, /*hidden argument*/Dictionary_2_Add_m3596772443_RuntimeMethod_var); goto IL_01e6; } IL_0174: { String_t* L_57 = V_10; String_t* L_58 = V_11; String_t* L_59 = V_12; AnimationCfg_t1055594844 * L_60 = (AnimationCfg_t1055594844 *)il2cpp_codegen_object_new(AnimationCfg_t1055594844_il2cpp_TypeInfo_var); AnimationCfg__ctor_m543497972(L_60, L_57, L_58, L_59, /*hidden argument*/NULL); V_14 = L_60; Dictionary_2_t4239275471 * L_61 = __this->get_m_AnimateDirLily_8(); String_t* L_62 = V_10; int32_t L_63 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); AnimationCfg_t1055594844 * L_64 = V_14; NullCheck(L_61); Dictionary_2_Add_m3596772443(L_61, L_63, L_64, /*hidden argument*/Dictionary_2_Add_m3596772443_RuntimeMethod_var); goto IL_01e6; } IL_019a: { String_t* L_65 = V_10; String_t* L_66 = V_11; String_t* L_67 = V_12; AnimationCfg_t1055594844 * L_68 = (AnimationCfg_t1055594844 *)il2cpp_codegen_object_new(AnimationCfg_t1055594844_il2cpp_TypeInfo_var); AnimationCfg__ctor_m543497972(L_68, L_65, L_66, L_67, /*hidden argument*/NULL); V_15 = L_68; Dictionary_2_t4239275471 * L_69 = __this->get_m_AnimateDirPerfume_9(); String_t* L_70 = V_10; int32_t L_71 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); AnimationCfg_t1055594844 * L_72 = V_15; NullCheck(L_69); Dictionary_2_Add_m3596772443(L_69, L_71, L_72, /*hidden argument*/Dictionary_2_Add_m3596772443_RuntimeMethod_var); goto IL_01e6; } IL_01c0: { String_t* L_73 = V_10; String_t* L_74 = V_11; String_t* L_75 = V_12; AnimationCfg_t1055594844 * L_76 = (AnimationCfg_t1055594844 *)il2cpp_codegen_object_new(AnimationCfg_t1055594844_il2cpp_TypeInfo_var); AnimationCfg__ctor_m543497972(L_76, L_73, L_74, L_75, /*hidden argument*/NULL); V_16 = L_76; Dictionary_2_t4239275471 * L_77 = __this->get_m_AnimateDirCrystal_10(); String_t* L_78 = V_10; int32_t L_79 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); AnimationCfg_t1055594844 * L_80 = V_16; NullCheck(L_77); Dictionary_2_Add_m3596772443(L_77, L_79, L_80, /*hidden argument*/Dictionary_2_Add_m3596772443_RuntimeMethod_var); goto IL_01e6; } IL_01e6: { int32_t L_81 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_01ec: { int32_t L_82 = V_9; XmlNodeList_t2551693786 * L_83 = V_8; 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_00a1; } } IL_01fa: { RuntimeObject* L_85 = V_5; NullCheck(L_85); bool L_86 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_85); if (L_86) { goto IL_0066; } } IL_0206: { IL2CPP_LEAVE(0x222, FINALLY_020b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_020b; } FINALLY_020b: { // begin finally (depth: 1) { RuntimeObject* L_87 = V_5; RuntimeObject* L_88 = ((RuntimeObject*)IsInst((RuntimeObject*)L_87, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_17 = L_88; if (!L_88) { goto IL_0221; } } IL_021a: { RuntimeObject* L_89 = V_17; NullCheck(L_89); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_89); } IL_0221: { IL2CPP_END_FINALLY(523) } } // end finally (depth: 1) IL2CPP_CLEANUP(523) { IL2CPP_JUMP_TBL(0x222, IL_0222) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0222: { return; } } // System.Boolean DMCore.Logic.CGiftManager::OnTryExecuteHead() extern "C" IL2CPP_METHOD_ATTR bool CGiftManager_OnTryExecuteHead_m2411594810 (CGiftManager_t2180653355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager_OnTryExecuteHead_m2411594810_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; CGiftResultInfo_t2457003308 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; uiGiftCheck_t3095588053 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); bool L_0 = ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->get_isShow_12(); if (!L_0) { goto IL_000c; } } { return (bool)0; } IL_000c: { LinkedList_1_t1296649317 * L_1 = __this->get_m_AnimateList_11(); NullCheck(L_1); int32_t L_2 = LinkedList_1_get_Count_m1983141893(L_1, /*hidden argument*/LinkedList_1_get_Count_m1983141893_RuntimeMethod_var); if (L_2) { goto IL_001e; } } { return (bool)0; } IL_001e: { CLevelManager_t3077608201 * L_3 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CLevelManager_IsLevel_m3139716542(L_3, _stringLiteral2570825119, /*hidden argument*/NULL); if (L_4) { goto IL_0048; } } { CLevelManager_t3077608201 * L_5 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CLevelManager_IsLevel_m3139716542(L_5, _stringLiteral3500937908, /*hidden argument*/NULL); if (L_6) { goto IL_0048; } } { return (bool)0; } IL_0048: { Camera_t4157153871 * L_7 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_7; Camera_t4157153871 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_005c; } } { return (bool)0; } IL_005c: { LinkedList_1_t1296649317 * L_10 = __this->get_m_AnimateList_11(); NullCheck(L_10); LinkedListNode_1_t2202178411 * L_11 = LinkedList_1_get_First_m526624622(L_10, /*hidden argument*/LinkedList_1_get_First_m526624622_RuntimeMethod_var); NullCheck(L_11); CGiftResultInfo_t2457003308 * L_12 = LinkedListNode_1_get_Value_m3779943993(L_11, /*hidden argument*/LinkedListNode_1_get_Value_m3779943993_RuntimeMethod_var); V_1 = L_12; LinkedList_1_t1296649317 * L_13 = __this->get_m_AnimateList_11(); NullCheck(L_13); LinkedList_1_RemoveFirst_m3999546954(L_13, /*hidden argument*/LinkedList_1_RemoveFirst_m3999546954_RuntimeMethod_var); Camera_t4157153871 * L_14 = V_0; NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral2288984888, /*hidden argument*/NULL); V_2 = L_16; Transform_t3600365921 * L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_17, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_0108; } } { CGiftResultInfo_t2457003308 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = L_19->get_Animate_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_21 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_3 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_21, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_22 = V_3; NullCheck(L_22); Transform_t3600365921 * L_23 = GameObject_get_transform_m1369836730(L_22, /*hidden argument*/NULL); Camera_t4157153871 * L_24 = V_0; NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_parent_m786917804(L_23, L_25, /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = V_3; NullCheck(L_26); Transform_t3600365921 * L_27 = GameObject_get_transform_m1369836730(L_26, /*hidden argument*/NULL); Vector3_t3722313464 L_28; memset(&L_28, 0, sizeof(L_28)); Vector3__ctor_m3353183577((&L_28), (0.0f), (0.0f), (-200.0f), /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localPosition_m4128471975(L_27, L_28, /*hidden argument*/NULL); GameObject_t1113636619 * L_29 = V_3; NullCheck(L_29); Transform_t3600365921 * L_30 = GameObject_get_transform_m1369836730(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_31 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); Transform_set_localScale_m3053443106(L_30, L_31, /*hidden argument*/NULL); GameObject_t1113636619 * L_32 = V_3; NullCheck(L_32); Transform_t3600365921 * L_33 = GameObject_get_transform_m1369836730(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_34 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); Transform_set_localRotation_m19445462(L_33, L_34, /*hidden argument*/NULL); GameObject_t1113636619 * L_35 = V_3; NullCheck(L_35); Object_set_name_m291480324(L_35, _stringLiteral2288984888, /*hidden argument*/NULL); GameObject_t1113636619 * L_36 = V_3; NullCheck(L_36); Transform_t3600365921 * L_37 = GameObject_get_transform_m1369836730(L_36, /*hidden argument*/NULL); V_2 = L_37; } IL_0108: { Transform_t3600365921 * L_38 = V_2; NullCheck(L_38); uiGiftCheck_t3095588053 * L_39 = Component_GetComponent_TisuiGiftCheck_t3095588053_m3860271825(L_38, /*hidden argument*/Component_GetComponent_TisuiGiftCheck_t3095588053_m3860271825_RuntimeMethod_var); V_4 = L_39; uiGiftCheck_t3095588053 * L_40 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_40, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_41) { goto IL_011f; } } { return (bool)0; } IL_011f: { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->set_isShow_12((bool)1); uiGiftCheck_t3095588053 * L_42 = V_4; CGiftResultInfo_t2457003308 * L_43 = V_1; NullCheck(L_42); uiGiftCheck_Init_m1304654920(L_42, L_43, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Logic.CGiftManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CGiftManager__cctor_m1397213323 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftManager__cctor_m1397213323_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CGiftManager_t2180653355_StaticFields*)il2cpp_codegen_static_fields_for(CGiftManager_t2180653355_il2cpp_TypeInfo_var))->set_s_SendCount_5(1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGiftManager/AnimationCfg::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void AnimationCfg__ctor_m543497972 (AnimationCfg_t1055594844 * __this, String_t* ____cout0, String_t* ____time1, String_t* ____path2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ____cout0; int32_t L_1 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_count_0(L_1); String_t* L_2 = ____time1; float L_3 = Single_Parse_m364357836(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_time_1(L_3); String_t* L_4 = ____path2; __this->set_path_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnPlayEffect_t1177268666 (OnPlayEffect_t1177268666 * __this, int64_t ___id0, int32_t ___giftId1, int32_t ___num2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int64_t, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___id0, ___giftId1, ___num2); } // System.Void DMCore.Logic.CGiftManager/OnPlayEffect::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnPlayEffect__ctor_m3009982187 (OnPlayEffect_t1177268666 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CGiftManager/OnPlayEffect::Invoke(System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnPlayEffect_Invoke_m547721183 (OnPlayEffect_t1177268666 * __this, int64_t ___id0, int32_t ___giftId1, int32_t ___num2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnPlayEffect_Invoke_m547721183((OnPlayEffect_t1177268666 *)__this->get_prev_9(), ___id0, ___giftId1, ___num2, 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 *, int64_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___id0, ___giftId1, ___num2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int64_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___id0, ___giftId1, ___num2, 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< int64_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___giftId1, ___num2); else GenericVirtActionInvoker3< int64_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___id0, ___giftId1, ___num2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int64_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___id0, ___giftId1, ___num2); else VirtActionInvoker3< int64_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___id0, ___giftId1, ___num2); } } else { typedef void (*FunctionPointerType) (void*, int64_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, ___giftId1, ___num2, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CGiftManager/OnPlayEffect::BeginInvoke(System.Int64,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnPlayEffect_BeginInvoke_m3222737620 (OnPlayEffect_t1177268666 * __this, int64_t ___id0, int32_t ___giftId1, int32_t ___num2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnPlayEffect_BeginInvoke_m3222737620_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___id0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___giftId1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___num2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void DMCore.Logic.CGiftManager/OnPlayEffect::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnPlayEffect_EndInvoke_m797523102 (OnPlayEffect_t1177268666 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGiftPackage::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftPackage__ctor_m631650788 (CGiftPackage_t998074622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftPackage__ctor_m631650788_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_0, /*hidden argument*/NULL); __this->set_m_awardMale_0(L_0); CAwardList_t4094041907 * L_1 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_1, /*hidden argument*/NULL); __this->set_m_awardFemale_1(L_1); return; } } // System.Boolean DMCore.Logic.CGiftPackage::Add(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR bool CGiftPackage_Add_m2361257957 (CGiftPackage_t998074622 * __this, List_1_t3149535657 * ___itemList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGiftPackage_Add_m2361257957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3149535657 * L_0 = ___itemList0; NullCheck(L_0); CAwardItemU5BU5D_t688006690* L_1 = List_1_ToArray_m1835592879(L_0, /*hidden argument*/List_1_ToArray_m1835592879_RuntimeMethod_var); bool L_2 = CGiftPackage_Add_m4101528232(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean DMCore.Logic.CGiftPackage::Add(DMCore.Logic.CAwardItem[]) extern "C" IL2CPP_METHOD_ATTR bool CGiftPackage_Add_m4101528232 (CGiftPackage_t998074622 * __this, CAwardItemU5BU5D_t688006690* ___itemList0, const RuntimeMethod* method) { int32_t V_0 = 0; CAwardItem_t1677460915 * V_1 = NULL; int32_t V_2 = 0; { CAwardItemU5BU5D_t688006690* L_0 = ___itemList0; if (!L_0) { goto IL_000e; } } { CAwardItemU5BU5D_t688006690* L_1 = ___itemList0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0010; } } IL_000e: { return (bool)0; } IL_0010: { V_0 = 0; goto IL_0086; } IL_0017: { CAwardItemU5BU5D_t688006690* L_2 = ___itemList0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; CAwardItem_t1677460915 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; CAwardItem_t1677460915 * L_6 = V_1; if (L_6) { goto IL_0026; } } { goto IL_0082; } IL_0026: { CAwardItem_t1677460915 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = CAwardItem_get_Sex_m313857396(L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9 = V_2; if (!L_9) { goto IL_003f; } } { int32_t L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_0051; } } { goto IL_0063; } IL_003f: { CAwardList_t4094041907 * L_11 = __this->get_m_awardMale_0(); CAwardItem_t1677460915 * L_12 = V_1; NullCheck(L_11); CAwardList_Add_m1247042171(L_11, L_12, /*hidden argument*/NULL); goto IL_0082; } IL_0051: { CAwardList_t4094041907 * L_13 = __this->get_m_awardFemale_1(); CAwardItem_t1677460915 * L_14 = V_1; NullCheck(L_13); CAwardList_Add_m1247042171(L_13, L_14, /*hidden argument*/NULL); goto IL_0082; } IL_0063: { CAwardList_t4094041907 * L_15 = __this->get_m_awardMale_0(); CAwardItem_t1677460915 * L_16 = V_1; NullCheck(L_15); CAwardList_Add_m1247042171(L_15, L_16, /*hidden argument*/NULL); CAwardList_t4094041907 * L_17 = __this->get_m_awardFemale_1(); CAwardItem_t1677460915 * L_18 = V_1; NullCheck(L_17); CAwardList_Add_m1247042171(L_17, L_18, /*hidden argument*/NULL); goto IL_0082; } IL_0082: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0086: { int32_t L_20 = V_0; CAwardItemU5BU5D_t688006690* L_21 = ___itemList0; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0017; } } { return (bool)1; } } // System.Void DMCore.Logic.CGiftPackage::Clear() extern "C" IL2CPP_METHOD_ATTR void CGiftPackage_Clear_m3466416747 (CGiftPackage_t998074622 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = __this->get_m_awardMale_0(); NullCheck(L_0); CAwardList_Clear_m3107368241(L_0, /*hidden argument*/NULL); CAwardList_t4094041907 * L_1 = __this->get_m_awardFemale_1(); NullCheck(L_1); CAwardList_Clear_m3107368241(L_1, /*hidden argument*/NULL); return; } } // DMCore.Logic.CAwardList DMCore.Logic.CGiftPackage::Get() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CGiftPackage_Get_m2444996735 (CGiftPackage_t998074622 * __this, const RuntimeMethod* method) { CAwardList_t4094041907 * G_B3_0 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_0); if (L_1) { goto IL_001a; } } { CAwardList_t4094041907 * L_2 = __this->get_m_awardMale_0(); G_B3_0 = L_2; goto IL_0020; } IL_001a: { CAwardList_t4094041907 * L_3 = __this->get_m_awardFemale_1(); G_B3_0 = L_3; } IL_0020: { 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 DMCore.Logic.CGiftResultInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftResultInfo__ctor_m900662875 (CGiftResultInfo_t2457003308 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGoldWatcher::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGoldWatcher__ctor_m1339130917 (CGoldWatcher_t2760796238 * __this, const RuntimeMethod* method) { { __this->set_m_nLastGold_1((((int64_t)((int64_t)(-1))))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGoldWatcher::Init(UILabel) extern "C" IL2CPP_METHOD_ATTR void CGoldWatcher_Init_m2158711270 (CGoldWatcher_t2760796238 * __this, UILabel_t3248798549 * ___labelVal0, const RuntimeMethod* method) { { UILabel_t3248798549 * L_0 = ___labelVal0; __this->set_m_lbGold_0(L_0); CGoldWatcher_OnUpdate_m3815778441(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGoldWatcher::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CGoldWatcher_OnUpdate_m3815778441 (CGoldWatcher_t2760796238 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGoldWatcher_OnUpdate_m3815778441_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { UILabel_t3248798549 * L_0 = __this->get_m_lbGold_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_0053; } } { 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); int64_t L_4 = CProperty_GetLong_m359864449(L_3, _stringLiteral405383900, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = L_4; int64_t L_5 = __this->get_m_nLastGold_1(); int64_t L_6 = V_0; if ((((int64_t)L_5) == ((int64_t)L_6))) { goto IL_0053; } } { int64_t L_7 = V_0; __this->set_m_nLastGold_1(L_7); UILabel_t3248798549 * L_8 = __this->get_m_lbGold_0(); String_t* L_9 = Int64_ToString_m2986581816((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); } IL_0053: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGrowupManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGrowupManager__ctor_m3429611926 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_currentLevel_0(0); __this->set_m_rewardLevel_1(0); CGrowupManager_set_RewardChanged_m380736370(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGrowupManager::set_RewardLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGrowupManager_set_RewardLevel_m3276735384 (CGrowupManager_t3194282175 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_rewardLevel_1(L_0); return; } } // System.Int32 DMCore.Logic.CGrowupManager::get_RewardLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CGrowupManager_get_RewardLevel_m4176164325 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_rewardLevel_1(); return L_0; } } // System.Void DMCore.Logic.CGrowupManager::set_buLing(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGrowupManager_set_buLing_m55517186 (CGrowupManager_t3194282175 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CbuLingU3Ek__BackingField_3(L_0); return; } } // System.Int32 DMCore.Logic.CGrowupManager::get_buLing() extern "C" IL2CPP_METHOD_ATTR int32_t CGrowupManager_get_buLing_m4147430519 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CbuLingU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CGrowupManager::set_RewardChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGrowupManager_set_RewardChanged_m380736370 (CGrowupManager_t3194282175 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CRewardChangedU3Ek__BackingField_4(L_0); return; } } // System.Boolean DMCore.Logic.CGrowupManager::get_RewardChanged() extern "C" IL2CPP_METHOD_ATTR bool CGrowupManager_get_RewardChanged_m2324960540 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CRewardChangedU3Ek__BackingField_4(); return L_0; } } // DMCore.Logic.CGrowupManager DMCore.Logic.CGrowupManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGrowupManager_t3194282175 * CGrowupManager_GetInstance_m1717422318 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGrowupManager_GetInstance_m1717422318_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGrowupManager_t3194282175 * L_0 = ((CGrowupManager_t3194282175_StaticFields*)il2cpp_codegen_static_fields_for(CGrowupManager_t3194282175_il2cpp_TypeInfo_var))->get_m_instance_2(); if (L_0) { goto IL_0014; } } { CGrowupManager_t3194282175 * L_1 = (CGrowupManager_t3194282175 *)il2cpp_codegen_object_new(CGrowupManager_t3194282175_il2cpp_TypeInfo_var); CGrowupManager__ctor_m3429611926(L_1, /*hidden argument*/NULL); ((CGrowupManager_t3194282175_StaticFields*)il2cpp_codegen_static_fields_for(CGrowupManager_t3194282175_il2cpp_TypeInfo_var))->set_m_instance_2(L_1); } IL_0014: { CGrowupManager_t3194282175 * L_2 = ((CGrowupManager_t3194282175_StaticFields*)il2cpp_codegen_static_fields_for(CGrowupManager_t3194282175_il2cpp_TypeInfo_var))->get_m_instance_2(); return L_2; } } // System.Void DMCore.Logic.CGrowupManager::RequestLevelupAward() extern "C" IL2CPP_METHOD_ATTR void CGrowupManager_RequestLevelupAward_m2431924560 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGrowupManager_RequestLevelupAward_m2431924560_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLeveluprewardConfig_t716371407_il2cpp_TypeInfo_var); CLeveluprewardConfig_t716371407 * L_0 = CLeveluprewardConfig_GetInstance_m925178553(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLeveluprewardConfig_RequestAwardInfo_m679528359(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGrowupManager::RequestGetReward() extern "C" IL2CPP_METHOD_ATTR void CGrowupManager_RequestGetReward_m2422217850 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGrowupManager_RequestGetReward_m2422217850_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)954), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGrowupManager::IsGetReward() extern "C" IL2CPP_METHOD_ATTR bool CGrowupManager_IsGetReward_m898566695 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { { bool L_0 = CGrowupManager_CheckGetReward_m818021907(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean DMCore.Logic.CGrowupManager::CheckGetReward() extern "C" IL2CPP_METHOD_ATTR bool CGrowupManager_CheckGetReward_m818021907 (CGrowupManager_t3194282175 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGrowupManager_CheckGetReward_m818021907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral1232841122, 0, /*hidden argument*/NULL); __this->set_m_currentLevel_0(L_2); int32_t L_3 = __this->get_m_currentLevel_0(); if (!L_3) { goto IL_0046; } } { int32_t L_4 = __this->get_m_rewardLevel_1(); if (!L_4) { goto IL_0046; } } { int32_t L_5 = __this->get_m_currentLevel_0(); int32_t L_6 = __this->get_m_rewardLevel_1(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0044; } } { return (bool)1; } IL_0044: { return (bool)0; } IL_0046: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuessManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuessManager__ctor_m2946226518 (CGuessManager_t3528162309 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuessManager__ctor_m2946226518_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t4061876057 * L_0 = (List_1_t4061876057 *)il2cpp_codegen_object_new(List_1_t4061876057_il2cpp_TypeInfo_var); List_1__ctor_m767832565(L_0, /*hidden argument*/List_1__ctor_m767832565_RuntimeMethod_var); __this->set_m_playerList_5(L_0); List_1_t4061876057 * L_1 = (List_1_t4061876057 *)il2cpp_codegen_object_new(List_1_t4061876057_il2cpp_TypeInfo_var); List_1__ctor_m767832565(L_1, /*hidden argument*/List_1__ctor_m767832565_RuntimeMethod_var); __this->set_m_refreshList_6(L_1); __this->set_m_activityIndex_7((-1)); return; } } // DMCore.Logic.CGuessManager DMCore.Logic.CGuessManager::get_Instance() extern "C" IL2CPP_METHOD_ATTR CGuessManager_t3528162309 * CGuessManager_get_Instance_m1450529390 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuessManager_get_Instance_m1450529390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGuessManager_t3528162309_il2cpp_TypeInfo_var); CGuessManager_t3528162309 * L_0 = ((CGuessManager_t3528162309_StaticFields*)il2cpp_codegen_static_fields_for(CGuessManager_t3528162309_il2cpp_TypeInfo_var))->get_m_instance_4(); if (L_0) { goto IL_0014; } } { CGuessManager_t3528162309 * L_1 = (CGuessManager_t3528162309 *)il2cpp_codegen_object_new(CGuessManager_t3528162309_il2cpp_TypeInfo_var); CGuessManager__ctor_m2946226518(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGuessManager_t3528162309_il2cpp_TypeInfo_var); ((CGuessManager_t3528162309_StaticFields*)il2cpp_codegen_static_fields_for(CGuessManager_t3528162309_il2cpp_TypeInfo_var))->set_m_instance_4(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CGuessManager_t3528162309_il2cpp_TypeInfo_var); CGuessManager_t3528162309 * L_2 = ((CGuessManager_t3528162309_StaticFields*)il2cpp_codegen_static_fields_for(CGuessManager_t3528162309_il2cpp_TypeInfo_var))->get_m_instance_4(); return L_2; } } // System.Int32 DMCore.Logic.CGuessManager::get_ActivityIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CGuessManager_get_ActivityIndex_m616041717 (CGuessManager_t3528162309 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_activityIndex_7(); return L_0; } } // System.Void DMCore.Logic.CGuessManager::set_ActivityIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuessManager_set_ActivityIndex_m2484802621 (CGuessManager_t3528162309 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_activityIndex_7(L_0); return; } } // System.Void DMCore.Logic.CGuessManager::SetGameState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuessManager_SetGameState_m3980721247 (CGuessManager_t3528162309 * __this, int32_t ____state0, const RuntimeMethod* method) { { int32_t L_0 = ____state0; __this->set_m_gameState_0(L_0); return; } } // DMCore.Logic.EM_Game_State DMCore.Logic.CGuessManager::GetGameState() extern "C" IL2CPP_METHOD_ATTR int32_t CGuessManager_GetGameState_m3644772722 (CGuessManager_t3528162309 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_gameState_0(); return L_0; } } // System.Void DMCore.Logic.CGuessManager::SetGuessState(DMCore.Logic.EM_Guess_State) extern "C" IL2CPP_METHOD_ATTR void CGuessManager_SetGuessState_m31951707 (CGuessManager_t3528162309 * __this, int32_t ____state0, const RuntimeMethod* method) { { int32_t L_0 = ____state0; __this->set_m_guessState_2(L_0); return; } } // DMCore.Logic.EM_Guess_State DMCore.Logic.CGuessManager::GetGuessState() extern "C" IL2CPP_METHOD_ATTR int32_t CGuessManager_GetGuessState_m3093199953 (CGuessManager_t3528162309 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_guessState_2(); return L_0; } } // System.Collections.Generic.List`1 DMCore.Logic.CGuessManager::GetRefreshList() extern "C" IL2CPP_METHOD_ATTR List_1_t4061876057 * CGuessManager_GetRefreshList_m1328283394 (CGuessManager_t3528162309 * __this, const RuntimeMethod* method) { { List_1_t4061876057 * L_0 = __this->get_m_refreshList_6(); return L_0; } } // System.Int32 DMCore.Logic.CGuessManager::GetRefreshCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuessManager_GetRefreshCount_m3994503614 (CGuessManager_t3528162309 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuessManager_GetRefreshCount_m3994503614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4061876057 * L_0 = __this->get_m_refreshList_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2462982126(L_0, /*hidden argument*/List_1_get_Count_m2462982126_RuntimeMethod_var); return L_1; } } // DMCore.Logic.PlayerInfoBase DMCore.Logic.CGuessManager::GetPlayerIndexById(System.Int64) extern "C" IL2CPP_METHOD_ATTR PlayerInfoBase_t2589801315 * CGuessManager_GetPlayerIndexById_m2003983671 (CGuessManager_t3528162309 * __this, int64_t ___playerId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuessManager_GetPlayerIndexById_m2003983671_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PlayerInfoBase_t2589801315 * V_1 = NULL; { int64_t L_0 = ___playerId0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_000a; } } { return (PlayerInfoBase_t2589801315 *)NULL; } IL_000a: { V_0 = 0; goto IL_0036; } IL_0011: { int32_t L_1 = V_0; PlayerInfoBase_t2589801315 * L_2 = CGuessManager_GetPlayerInfoByIndex_m140888486(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; PlayerInfoBase_t2589801315 * L_3 = V_1; if (L_3) { goto IL_0024; } } { goto IL_0032; } IL_0024: { int64_t L_4 = ___playerId0; PlayerInfoBase_t2589801315 * L_5 = V_1; NullCheck(L_5); int64_t L_6 = L_5->get_m_userId_0(); if ((!(((uint64_t)L_4) == ((uint64_t)L_6)))) { goto IL_0032; } } { PlayerInfoBase_t2589801315 * L_7 = V_1; return L_7; } IL_0032: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0036: { int32_t L_9 = V_0; List_1_t4061876057 * L_10 = __this->get_m_playerList_5(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m2462982126(L_10, /*hidden argument*/List_1_get_Count_m2462982126_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0011; } } { return (PlayerInfoBase_t2589801315 *)NULL; } } // DMCore.Logic.PlayerInfoBase DMCore.Logic.CGuessManager::GetPlayerInfoByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR PlayerInfoBase_t2589801315 * CGuessManager_GetPlayerInfoByIndex_m140888486 (CGuessManager_t3528162309 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuessManager_GetPlayerInfoByIndex_m140888486_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ____index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ____index0; List_1_t4061876057 * L_2 = __this->get_m_playerList_5(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m2462982126(L_2, /*hidden argument*/List_1_get_Count_m2462982126_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (PlayerInfoBase_t2589801315 *)NULL; } IL_001a: { List_1_t4061876057 * L_4 = __this->get_m_playerList_5(); int32_t L_5 = ____index0; NullCheck(L_4); PlayerInfoBase_t2589801315 * L_6 = List_1_get_Item_m3565508153(L_4, L_5, /*hidden argument*/List_1_get_Item_m3565508153_RuntimeMethod_var); return L_6; } } // System.Void DMCore.Logic.CGuessManager::AddPlayerInfo(DMCore.Logic.PlayerInfoBase) extern "C" IL2CPP_METHOD_ATTR void CGuessManager_AddPlayerInfo_m4127985608 (CGuessManager_t3528162309 * __this, PlayerInfoBase_t2589801315 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuessManager_AddPlayerInfo_m4127985608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4061876057 * L_0 = __this->get_m_playerList_5(); PlayerInfoBase_t2589801315 * L_1 = ___info0; NullCheck(L_0); List_1_Add_m594186069(L_0, L_1, /*hidden argument*/List_1_Add_m594186069_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CGuessManager::ReFreshPlayerList(DMCore.Logic.PlayerInfoBase) extern "C" IL2CPP_METHOD_ATTR void CGuessManager_ReFreshPlayerList_m4061217483 (CGuessManager_t3528162309 * __this, PlayerInfoBase_t2589801315 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuessManager_ReFreshPlayerList_m4061217483_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4061876057 * L_0 = __this->get_m_playerList_5(); NullCheck(L_0); List_1_Clear_m1063888563(L_0, /*hidden argument*/List_1_Clear_m1063888563_RuntimeMethod_var); PlayerInfoBase_t2589801315 * L_1 = ___info0; CGuessManager_AddPlayerInfo_m4127985608(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuessManager::OnSendAnswer(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuessManager_OnSendAnswer_m2093211135 (CGuessManager_t3528162309 * __this, String_t* ___content0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.CGuessManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CGuessManager__cctor_m2096150101 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnInfoChanged_t2866752421 (OnInfoChanged_t2866752421 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void DMCore.Logic.CGuessManager/OnInfoChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnInfoChanged__ctor_m716824590 (OnInfoChanged_t2866752421 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CGuessManager/OnInfoChanged::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnInfoChanged_Invoke_m196508553 (OnInfoChanged_t2866752421 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnInfoChanged_Invoke_m196508553((OnInfoChanged_t2866752421 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CGuessManager/OnInfoChanged::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnInfoChanged_BeginInvoke_m1459840878 (OnInfoChanged_t2866752421 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void DMCore.Logic.CGuessManager/OnInfoChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnInfoChanged_EndInvoke_m3949905906 (OnInfoChanged_t2866752421 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuideMainStep::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep__ctor_m1519597845 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuideMainStep__ctor_m1519597845_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t487729231 * L_0 = (BetterList_1_t487729231 *)il2cpp_codegen_object_new(BetterList_1_t487729231_il2cpp_TypeInfo_var); BetterList_1__ctor_m1020815991(L_0, /*hidden argument*/BetterList_1__ctor_m1020815991_RuntimeMethod_var); __this->set_m_listSubStep_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CGuideMainStep::get_MainID() extern "C" IL2CPP_METHOD_ATTR int32_t CGuideMainStep_get_MainID_m4132378199 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMainIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CGuideMainStep::set_MainID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_MainID_m241990486 (CGuideMainStep_t63991967 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMainIDU3Ek__BackingField_0(L_0); return; } } // System.Boolean DMCore.Logic.CGuideMainStep::get_IsForce() extern "C" IL2CPP_METHOD_ATTR bool CGuideMainStep_get_IsForce_m1707341993 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsForceU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CGuideMainStep::set_IsForce(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_IsForce_m933737309 (CGuideMainStep_t63991967 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsForceU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.CGuideMainStep::get_TriggerLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CGuideMainStep_get_TriggerLevel_m3471330231 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTriggerLevelU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CGuideMainStep::set_TriggerLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_TriggerLevel_m1424188372 (CGuideMainStep_t63991967 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTriggerLevelU3Ek__BackingField_2(L_0); return; } } // System.Int32 DMCore.Logic.CGuideMainStep::get_NetxStep() extern "C" IL2CPP_METHOD_ATTR int32_t CGuideMainStep_get_NetxStep_m1886561326 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CNetxStepU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CGuideMainStep::set_NetxStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuideMainStep_set_NetxStep_m1450739419 (CGuideMainStep_t63991967 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CNetxStepU3Ek__BackingField_3(L_0); return; } } // DMCore.Logic.CGuideMainStep DMCore.Logic.CGuideMainStep::ParseXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR CGuideMainStep_t63991967 * CGuideMainStep_ParseXml_m855331358 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___stepsNode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuideMainStep_ParseXml_m855331358_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuideMainStep_t63991967 * V_0 = NULL; DMXmlNodeList_t795971656 * V_1 = NULL; int32_t V_2 = 0; { DMXmlNode_t3958967524 * L_0 = ___stepsNode0; if (L_0) { goto IL_0008; } } { return (CGuideMainStep_t63991967 *)NULL; } IL_0008: { CGuideMainStep_t63991967 * L_1 = (CGuideMainStep_t63991967 *)il2cpp_codegen_object_new(CGuideMainStep_t63991967_il2cpp_TypeInfo_var); CGuideMainStep__ctor_m1519597845(L_1, /*hidden argument*/NULL); V_0 = L_1; CGuideMainStep_t63991967 * L_2 = V_0; DMXmlNode_t3958967524 * L_3 = ___stepsNode0; NullCheck(L_3); int32_t L_4 = DMXmlNode_GetAttributeInt_m4115790630(L_3, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); NullCheck(L_2); CGuideMainStep_set_MainID_m241990486(L_2, L_4, /*hidden argument*/NULL); CGuideMainStep_t63991967 * L_5 = V_0; DMXmlNode_t3958967524 * L_6 = ___stepsNode0; NullCheck(L_6); int32_t L_7 = DMXmlNode_GetAttributeInt_m4115790630(L_6, _stringLiteral3723386160, 0, /*hidden argument*/NULL); NullCheck(L_5); CGuideMainStep_set_IsForce_m933737309(L_5, (bool)((((int32_t)((((int32_t)0) == ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); CGuideMainStep_t63991967 * L_8 = V_0; DMXmlNode_t3958967524 * L_9 = ___stepsNode0; NullCheck(L_9); int32_t L_10 = DMXmlNode_GetAttributeInt_m4115790630(L_9, _stringLiteral629818359, (-1), /*hidden argument*/NULL); NullCheck(L_8); CGuideMainStep_set_TriggerLevel_m1424188372(L_8, L_10, /*hidden argument*/NULL); CGuideMainStep_t63991967 * L_11 = V_0; DMXmlNode_t3958967524 * L_12 = ___stepsNode0; NullCheck(L_12); int32_t L_13 = DMXmlNode_GetAttributeInt_m4115790630(L_12, _stringLiteral549995932, (-1), /*hidden argument*/NULL); NullCheck(L_11); CGuideMainStep_set_NetxStep_m1450739419(L_11, L_13, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_14 = ___stepsNode0; NullCheck(L_14); DMXmlNodeList_t795971656 * L_15 = DMXmlNode_get_ChildNodes_m14158511(L_14, /*hidden argument*/NULL); V_1 = L_15; V_2 = 0; goto IL_009c; } IL_006a: { DMXmlNodeList_t795971656 * L_16 = V_1; int32_t L_17 = V_2; NullCheck(L_16); DMXmlNode_t3958967524 * L_18 = BetterList_1_get_Item_m3745418477(L_16, L_17, /*hidden argument*/BetterList_1_get_Item_m3745418477_RuntimeMethod_var); NullCheck(L_18); bool L_19 = DMXmlNode_IsNodeName_m1197447144(L_18, _stringLiteral1614125210, /*hidden argument*/NULL); if (!L_19) { goto IL_0098; } } { CGuideMainStep_t63991967 * L_20 = V_0; NullCheck(L_20); BetterList_1_t487729231 * L_21 = L_20->get_m_listSubStep_4(); DMXmlNodeList_t795971656 * L_22 = V_1; int32_t L_23 = V_2; NullCheck(L_22); DMXmlNode_t3958967524 * L_24 = BetterList_1_get_Item_m3745418477(L_22, L_23, /*hidden argument*/BetterList_1_get_Item_m3745418477_RuntimeMethod_var); CGuideMainStep_t63991967 * L_25 = V_0; CGuideSubStep_t1332708913 * L_26 = CGuideSubStep_ParseXml_m1139477906(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); NullCheck(L_21); BetterList_1_Add_m2433098163(L_21, L_26, /*hidden argument*/BetterList_1_Add_m2433098163_RuntimeMethod_var); } IL_0098: { int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_009c: { int32_t L_28 = V_2; DMXmlNodeList_t795971656 * L_29 = V_1; NullCheck(L_29); int32_t L_30 = DMXmlNodeList_get_Count_m1776804761(L_29, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_006a; } } { CGuideMainStep_t63991967 * L_31 = V_0; return L_31; } } // System.Int32 DMCore.Logic.CGuideMainStep::GetSubStepCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuideMainStep_GetSubStepCount_m3895117983 (CGuideMainStep_t63991967 * __this, const RuntimeMethod* method) { { BetterList_1_t487729231 * L_0 = __this->get_m_listSubStep_4(); NullCheck(L_0); int32_t L_1 = L_0->get_size_1(); return L_1; } } // DMCore.Logic.CGuideSubStep DMCore.Logic.CGuideMainStep::GetSubStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR CGuideSubStep_t1332708913 * CGuideMainStep_GetSubStep_m3111599273 (CGuideMainStep_t63991967 * __this, int32_t ___subIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuideMainStep_GetSubStep_m3111599273_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___subIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0018; } } { BetterList_1_t487729231 * L_1 = __this->get_m_listSubStep_4(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); int32_t L_3 = ___subIndex0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (CGuideSubStep_t1332708913 *)NULL; } IL_001a: { BetterList_1_t487729231 * L_4 = __this->get_m_listSubStep_4(); int32_t L_5 = ___subIndex0; NullCheck(L_4); CGuideSubStep_t1332708913 * L_6 = BetterList_1_get_Item_m29518287(L_4, L_5, /*hidden argument*/BetterList_1_get_Item_m29518287_RuntimeMethod_var); return 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 DMCore.Logic.CGuideSubStep::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep__ctor_m284246149 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuideSubStep::get_isForce() extern "C" IL2CPP_METHOD_ATTR bool CGuideSubStep_get_isForce_m2302438803 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { CGuideMainStep_t63991967 * L_0 = CGuideSubStep_get_OwnerMainStep_m4079995283(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CGuideMainStep_get_IsForce_m1707341993(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Logic.CGuideSubStep::set_isForce(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_isForce_m419259795 (CGuideSubStep_t1332708913 * __this, bool ___value0, const RuntimeMethod* method) { { return; } } // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::get_arrowPos() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CGuideSubStep_get_arrowPos_m3014596018 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CarrowPosU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_arrowPos(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_arrowPos_m2208219812 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CarrowPosU3Ek__BackingField_0(L_0); return; } } // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::get_arrowRotation() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CGuideSubStep_get_arrowRotation_m3118818861 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CarrowRotationU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_arrowRotation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_arrowRotation_m1243443132 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CarrowRotationU3Ek__BackingField_1(L_0); return; } } // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::get_arrowScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CGuideSubStep_get_arrowScale_m2589689302 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CarrowScaleU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_arrowScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_arrowScale_m2819675688 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CarrowScaleU3Ek__BackingField_2(L_0); return; } } // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::get_textPos() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CGuideSubStep_get_textPos_m4175065417 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CtextPosU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_textPos(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_textPos_m3745406458 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CtextPosU3Ek__BackingField_3(L_0); return; } } // System.String DMCore.Logic.CGuideSubStep::get_textAnchor() extern "C" IL2CPP_METHOD_ATTR String_t* CGuideSubStep_get_textAnchor_m1508497773 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CtextAnchorU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_textAnchor(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_textAnchor_m2971965450 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CtextAnchorU3Ek__BackingField_4(L_0); return; } } // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::get_clickOffset() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CGuideSubStep_get_clickOffset_m131907629 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CclickOffsetU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_clickOffset(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_clickOffset_m37228128 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CclickOffsetU3Ek__BackingField_5(L_0); return; } } // System.String DMCore.Logic.CGuideSubStep::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* CGuideSubStep_get_text_m4027984601 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CtextU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_text(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_text_m2050752339 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CtextU3Ek__BackingField_6(L_0); return; } } // System.String DMCore.Logic.CGuideSubStep::get_clickPath() extern "C" IL2CPP_METHOD_ATTR String_t* CGuideSubStep_get_clickPath_m3090055046 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CclickPathU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_clickPath(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_clickPath_m2184211449 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CclickPathU3Ek__BackingField_7(L_0); return; } } // System.String DMCore.Logic.CGuideSubStep::get_clickPath2() extern "C" IL2CPP_METHOD_ATTR String_t* CGuideSubStep_get_clickPath2_m708280199 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CclickPath2U3Ek__BackingField_8(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_clickPath2(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_clickPath2_m2316986551 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CclickPath2U3Ek__BackingField_8(L_0); return; } } // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::get_colliderCenter() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CGuideSubStep_get_colliderCenter_m4076700511 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CcolliderCenterU3Ek__BackingField_9(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_colliderCenter(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_colliderCenter_m2838806455 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CcolliderCenterU3Ek__BackingField_9(L_0); return; } } // UnityEngine.Vector3 DMCore.Logic.CGuideSubStep::get_colliderSize() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CGuideSubStep_get_colliderSize_m2283222997 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_U3CcolliderSizeU3Ek__BackingField_10(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_colliderSize(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_colliderSize_m1095587926 (CGuideSubStep_t1332708913 * __this, Vector3_t3722313464 ___value0, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___value0; __this->set_U3CcolliderSizeU3Ek__BackingField_10(L_0); return; } } // DMCore.Logic.CGuideMainStep DMCore.Logic.CGuideSubStep::get_OwnerMainStep() extern "C" IL2CPP_METHOD_ATTR CGuideMainStep_t63991967 * CGuideSubStep_get_OwnerMainStep_m4079995283 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { CGuideMainStep_t63991967 * L_0 = __this->get_U3COwnerMainStepU3Ek__BackingField_11(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_OwnerMainStep(DMCore.Logic.CGuideMainStep) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_OwnerMainStep_m907080667 (CGuideSubStep_t1332708913 * __this, CGuideMainStep_t63991967 * ___value0, const RuntimeMethod* method) { { CGuideMainStep_t63991967 * L_0 = ___value0; __this->set_U3COwnerMainStepU3Ek__BackingField_11(L_0); return; } } // System.String DMCore.Logic.CGuideSubStep::get_audioClip() extern "C" IL2CPP_METHOD_ATTR String_t* CGuideSubStep_get_audioClip_m2623685715 (CGuideSubStep_t1332708913 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CaudioClipU3Ek__BackingField_12(); return L_0; } } // System.Void DMCore.Logic.CGuideSubStep::set_audioClip(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuideSubStep_set_audioClip_m348011778 (CGuideSubStep_t1332708913 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CaudioClipU3Ek__BackingField_12(L_0); return; } } // DMCore.Logic.CGuideSubStep DMCore.Logic.CGuideSubStep::ParseXml(DMCore.Framework.XML.DMXmlNode,DMCore.Logic.CGuideMainStep) extern "C" IL2CPP_METHOD_ATTR CGuideSubStep_t1332708913 * CGuideSubStep_ParseXml_m1139477906 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___indexNode0, CGuideMainStep_t63991967 * ___owner1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuideSubStep_ParseXml_m1139477906_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuideSubStep_t1332708913 * V_0 = NULL; { DMXmlNode_t3958967524 * L_0 = ___indexNode0; if (L_0) { goto IL_0008; } } { return (CGuideSubStep_t1332708913 *)NULL; } IL_0008: { CGuideSubStep_t1332708913 * L_1 = (CGuideSubStep_t1332708913 *)il2cpp_codegen_object_new(CGuideSubStep_t1332708913_il2cpp_TypeInfo_var); CGuideSubStep__ctor_m284246149(L_1, /*hidden argument*/NULL); V_0 = L_1; CGuideSubStep_t1332708913 * L_2 = V_0; CGuideMainStep_t63991967 * L_3 = ___owner1; NullCheck(L_2); CGuideSubStep_set_OwnerMainStep_m907080667(L_2, L_3, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_4 = V_0; DMXmlNode_t3958967524 * L_5 = ___indexNode0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_6 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t3722313464 L_7 = DMXmlNode_GetAttributeVector3_m4127812578(L_5, _stringLiteral2973158303, L_6, /*hidden argument*/NULL); NullCheck(L_4); CGuideSubStep_set_arrowPos_m2208219812(L_4, L_7, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_8 = V_0; DMXmlNode_t3958967524 * L_9 = ___indexNode0; Vector3_t3722313464 L_10 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t3722313464 L_11 = DMXmlNode_GetAttributeVector3_m4127812578(L_9, _stringLiteral3876539452, L_10, /*hidden argument*/NULL); NullCheck(L_8); CGuideSubStep_set_arrowRotation_m1243443132(L_8, L_11, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_12 = V_0; DMXmlNode_t3958967524 * L_13 = ___indexNode0; Vector3_t3722313464 L_14 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t3722313464 L_15 = DMXmlNode_GetAttributeVector3_m4127812578(L_13, _stringLiteral257866301, L_14, /*hidden argument*/NULL); NullCheck(L_12); CGuideSubStep_set_arrowScale_m2819675688(L_12, L_15, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_16 = V_0; DMXmlNode_t3958967524 * L_17 = ___indexNode0; Vector3_t3722313464 L_18 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t3722313464 L_19 = DMXmlNode_GetAttributeVector3_m4127812578(L_17, _stringLiteral833344887, L_18, /*hidden argument*/NULL); NullCheck(L_16); CGuideSubStep_set_textPos_m3745406458(L_16, L_19, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_20 = V_0; DMXmlNode_t3958967524 * L_21 = ___indexNode0; NullCheck(L_21); String_t* L_22 = DMXmlNode_GetAttribute_m2954850936(L_21, _stringLiteral235771048, /*hidden argument*/NULL); NullCheck(L_20); CGuideSubStep_set_textAnchor_m2971965450(L_20, L_22, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_23 = V_0; DMXmlNode_t3958967524 * L_24 = ___indexNode0; NullCheck(L_24); String_t* L_25 = DMXmlNode_GetAttribute_m2954850936(L_24, _stringLiteral3987835854, /*hidden argument*/NULL); NullCheck(L_23); CGuideSubStep_set_text_m2050752339(L_23, L_25, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_26 = V_0; DMXmlNode_t3958967524 * L_27 = ___indexNode0; Vector3_t3722313464 L_28 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t3722313464 L_29 = DMXmlNode_GetAttributeVector3_m4127812578(L_27, _stringLiteral3101516020, L_28, /*hidden argument*/NULL); NullCheck(L_26); CGuideSubStep_set_clickOffset_m37228128(L_26, L_29, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_30 = V_0; DMXmlNode_t3958967524 * L_31 = ___indexNode0; NullCheck(L_31); String_t* L_32 = DMXmlNode_GetAttribute_m2954850936(L_31, _stringLiteral934327407, /*hidden argument*/NULL); NullCheck(L_30); CGuideSubStep_set_clickPath_m2184211449(L_30, L_32, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_33 = V_0; DMXmlNode_t3958967524 * L_34 = ___indexNode0; NullCheck(L_34); String_t* L_35 = DMXmlNode_GetAttribute_m2954850936(L_34, _stringLiteral937604207, /*hidden argument*/NULL); NullCheck(L_33); CGuideSubStep_set_clickPath2_m2316986551(L_33, L_35, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_36 = V_0; DMXmlNode_t3958967524 * L_37 = ___indexNode0; Vector3_t3722313464 L_38; memset(&L_38, 0, sizeof(L_38)); Vector3__ctor_m3353183577((&L_38), (0.0f), (0.0f), (-5.0f), /*hidden argument*/NULL); NullCheck(L_37); Vector3_t3722313464 L_39 = DMXmlNode_GetAttributeVector3_m4127812578(L_37, _stringLiteral2688719849, L_38, /*hidden argument*/NULL); NullCheck(L_36); CGuideSubStep_set_colliderCenter_m2838806455(L_36, L_39, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_40 = V_0; DMXmlNode_t3958967524 * L_41 = ___indexNode0; Vector3_t3722313464 L_42; memset(&L_42, 0, sizeof(L_42)); Vector3__ctor_m3353183577((&L_42), (200.0f), (300.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_41); Vector3_t3722313464 L_43 = DMXmlNode_GetAttributeVector3_m4127812578(L_41, _stringLiteral3450578954, L_42, /*hidden argument*/NULL); NullCheck(L_40); CGuideSubStep_set_colliderSize_m1095587926(L_40, L_43, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_44 = V_0; DMXmlNode_t3958967524 * L_45 = ___indexNode0; NullCheck(L_45); String_t* L_46 = DMXmlNode_GetAttribute_m2954850936(L_45, _stringLiteral3111126274, /*hidden argument*/NULL); NullCheck(L_44); CGuideSubStep_set_audioClip_m348011778(L_44, L_46, /*hidden argument*/NULL); CGuideSubStep_t1332708913 * L_47 = V_0; return L_47; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuideVer2::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuideVer2__ctor_m2700873934 (CGuideVer2_t720663952 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_TaskID_0(((int32_t)116)); return; } } // DMCore.Logic.CGuideVer2 DMCore.Logic.CGuideVer2::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuideVer2_t720663952 * CGuideVer2_GetInstance_m1033711270 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuideVer2_GetInstance_m1033711270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGuideVer2_t720663952 * L_0 = ((CGuideVer2_t720663952_StaticFields*)il2cpp_codegen_static_fields_for(CGuideVer2_t720663952_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (L_0) { goto IL_0014; } } { CGuideVer2_t720663952 * L_1 = (CGuideVer2_t720663952 *)il2cpp_codegen_object_new(CGuideVer2_t720663952_il2cpp_TypeInfo_var); CGuideVer2__ctor_m2700873934(L_1, /*hidden argument*/NULL); ((CGuideVer2_t720663952_StaticFields*)il2cpp_codegen_static_fields_for(CGuideVer2_t720663952_il2cpp_TypeInfo_var))->set_s_Instance_1(L_1); } IL_0014: { CGuideVer2_t720663952 * L_2 = ((CGuideVer2_t720663952_StaticFields*)il2cpp_codegen_static_fields_for(CGuideVer2_t720663952_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_2; } } // System.Void DMCore.Logic.CGuideVer2::ShowGuideStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuideVer2_ShowGuideStep_m3723940604 (CGuideVer2_t720663952 * __this, int32_t ___taskID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuideVer2_ShowGuideStep_m3723940604_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLevelManager_IsLevel_m3139716542(L_0, _stringLiteral3500937908, /*hidden argument*/NULL); if (L_1) { goto IL_0029; } } { CLevelManager_t3077608201 * L_2 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CLevelManager_IsLevel_m3139716542(L_2, _stringLiteral2570825119, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { return; } IL_0029: { 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); GameObject_t1113636619 * L_5 = CWndController_CreateDelayBindWnd_m1486584967(L_4, ((int32_t)23), /*hidden argument*/NULL); V_0 = L_5; GameObject_t1113636619 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0060; } } { GameObject_t1113636619 * L_8 = V_0; NullCheck(L_8); GameObject_t1113636619 * L_9 = GameObject_get_gameObject_m3693461266(L_8, /*hidden argument*/NULL); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = V_0; int32_t L_11 = ___taskID0; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); GameObject_SendMessage_m3720186693(L_10, _stringLiteral1043947349, L_13, 1, /*hidden argument*/NULL); } IL_0060: { return; } } // System.Void DMCore.Logic.CGuideVer2::set_TaskID(DMCore.Logic.GuideTaskID) extern "C" IL2CPP_METHOD_ATTR void CGuideVer2_set_TaskID_m1255500028 (CGuideVer2_t720663952 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_TaskID_0(L_0); return; } } // DMCore.Logic.GuideTaskID DMCore.Logic.CGuideVer2::get_TaskID() extern "C" IL2CPP_METHOD_ATTR int32_t CGuideVer2_get_TaskID_m1085563796 (CGuideVer2_t720663952 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_TaskID_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuild::.ctor(System.Int32,DMCore.Logic.CGuildData) extern "C" IL2CPP_METHOD_ATTR void CGuild__ctor_m2018794379 (CGuild_t675931451 * __this, int32_t ___index0, CGuildData_t2153593818 * ___dataVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild__ctor_m2018794379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___index0; CGuild_set_TempIndex_m1104095328(__this, L_0, /*hidden argument*/NULL); CGuildData_t2153593818 * L_1 = ___dataVal1; __this->set_m_Data_1(L_1); List_1_t3006210622 * L_2 = (List_1_t3006210622 *)il2cpp_codegen_object_new(List_1_t3006210622_il2cpp_TypeInfo_var); List_1__ctor_m24365542(L_2, /*hidden argument*/List_1__ctor_m24365542_RuntimeMethod_var); __this->set_m_MemberList_2(L_2); List_1_t3180379001 * L_3 = (List_1_t3180379001 *)il2cpp_codegen_object_new(List_1_t3180379001_il2cpp_TypeInfo_var); List_1__ctor_m2859065956(L_3, /*hidden argument*/List_1__ctor_m2859065956_RuntimeMethod_var); __this->set_m_LogList_3(L_3); List_1_t3027426323 * L_4 = (List_1_t3027426323 *)il2cpp_codegen_object_new(List_1_t3027426323_il2cpp_TypeInfo_var); List_1__ctor_m2766502101(L_4, /*hidden argument*/List_1__ctor_m2766502101_RuntimeMethod_var); __this->set_m_JoinReqList_4(L_4); __this->set_m_IsBaseInfoReady_5((bool)0); return; } } // System.Boolean DMCore.Logic.CGuild::AddMember(DMCore.Logic.CMemberData) extern "C" IL2CPP_METHOD_ATTR bool CGuild_AddMember_m2975870500 (CGuild_t675931451 * __this, CMemberData_t1242630376 * ___dataVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_AddMember_m2975870500_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuildRole_t1534135880 * V_0 = NULL; CGuildRole_t1534135880 * V_1 = NULL; List_1_t3006210622 * G_B6_0 = NULL; List_1_t3006210622 * G_B5_0 = NULL; { CMemberData_t1242630376 * L_0 = ___dataVal0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { CMemberData_t1242630376 * L_1 = ___dataVal0; NullCheck(L_1); int64_t L_2 = L_1->get_UserID_1(); CGuildRole_t1534135880 * L_3 = CGuild_GetGuildMember_m3670609675(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; CGuildRole_t1534135880 * L_4 = V_0; if (!L_4) { goto IL_001d; } } { return (bool)0; } IL_001d: { CMemberData_t1242630376 * L_5 = ___dataVal0; CGuildRole_t1534135880 * L_6 = (CGuildRole_t1534135880 *)il2cpp_codegen_object_new(CGuildRole_t1534135880_il2cpp_TypeInfo_var); CGuildRole__ctor_m1833935557(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; List_1_t3006210622 * L_7 = __this->get_m_MemberList_2(); CGuildRole_t1534135880 * L_8 = V_1; NullCheck(L_7); List_1_Add_m1957973120(L_7, L_8, /*hidden argument*/List_1_Add_m1957973120_RuntimeMethod_var); List_1_t3006210622 * L_9 = __this->get_m_MemberList_2(); Comparison_1_t1309067059 * L_10 = ((CGuild_t675931451_StaticFields*)il2cpp_codegen_static_fields_for(CGuild_t675931451_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_6(); G_B5_0 = L_9; if (L_10) { G_B6_0 = L_9; goto IL_004e; } } { intptr_t L_11 = (intptr_t)CGuild__Sortfunctor_m461946573_RuntimeMethod_var; Comparison_1_t1309067059 * L_12 = (Comparison_1_t1309067059 *)il2cpp_codegen_object_new(Comparison_1_t1309067059_il2cpp_TypeInfo_var); Comparison_1__ctor_m1693112027(L_12, NULL, L_11, /*hidden argument*/Comparison_1__ctor_m1693112027_RuntimeMethod_var); ((CGuild_t675931451_StaticFields*)il2cpp_codegen_static_fields_for(CGuild_t675931451_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_6(L_12); G_B6_0 = G_B5_0; } IL_004e: { Comparison_1_t1309067059 * L_13 = ((CGuild_t675931451_StaticFields*)il2cpp_codegen_static_fields_for(CGuild_t675931451_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_6(); NullCheck(G_B6_0); List_1_Sort_m2675056174(G_B6_0, L_13, /*hidden argument*/List_1_Sort_m2675056174_RuntimeMethod_var); return (bool)1; } } // System.Boolean DMCore.Logic.CGuild::AddLog(DMCore.Logic.CLogData) extern "C" IL2CPP_METHOD_ATTR bool CGuild_AddLog_m3530978884 (CGuild_t675931451 * __this, CLogData_t998132375 * ___dataVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_AddLog_m3530978884_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuildLog_t1708304259 * V_0 = NULL; { CLogData_t998132375 * L_0 = ___dataVal0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { CLogData_t998132375 * L_1 = ___dataVal0; CGuildLog_t1708304259 * L_2 = (CGuildLog_t1708304259 *)il2cpp_codegen_object_new(CGuildLog_t1708304259_il2cpp_TypeInfo_var); CGuildLog__ctor_m2392312383(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; List_1_t3180379001 * L_3 = __this->get_m_LogList_3(); CGuildLog_t1708304259 * L_4 = V_0; NullCheck(L_3); List_1_Add_m343976942(L_3, L_4, /*hidden argument*/List_1_Add_m343976942_RuntimeMethod_var); return (bool)1; } } // System.Boolean DMCore.Logic.CGuild::AddJoinInRequest(DMCore.Logic.CJoinRequstData) extern "C" IL2CPP_METHOD_ATTR bool CGuild_AddJoinInRequest_m248633592 (CGuild_t675931451 * __this, CJoinRequstData_t67409287 * ___dataVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_AddJoinInRequest_m248633592_MetadataUsageId); s_Il2CppMethodInitialized = true; } CJoinInRequest_t1555351581 * V_0 = NULL; { CJoinRequstData_t67409287 * L_0 = ___dataVal0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { CJoinRequstData_t67409287 * L_1 = ___dataVal0; CJoinInRequest_t1555351581 * L_2 = (CJoinInRequest_t1555351581 *)il2cpp_codegen_object_new(CJoinInRequest_t1555351581_il2cpp_TypeInfo_var); CJoinInRequest__ctor_m2364145849(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; List_1_t3027426323 * L_3 = __this->get_m_JoinReqList_4(); CJoinInRequest_t1555351581 * L_4 = V_0; NullCheck(L_3); List_1_Add_m4272234821(L_3, L_4, /*hidden argument*/List_1_Add_m4272234821_RuntimeMethod_var); return (bool)1; } } // System.Boolean DMCore.Logic.CGuild::DelMember(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CGuild_DelMember_m3838864605 (CGuild_t675931451 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_DelMember_m3838864605_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuildRole_t1534135880 * V_0 = NULL; { int64_t L_0 = ___userID0; CGuildRole_t1534135880 * L_1 = CGuild_GetGuildMember_m3670609675(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CGuildRole_t1534135880 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { List_1_t3006210622 * L_3 = __this->get_m_MemberList_2(); CGuildRole_t1534135880 * L_4 = V_0; NullCheck(L_3); bool L_5 = List_1_Remove_m1217869134(L_3, L_4, /*hidden argument*/List_1_Remove_m1217869134_RuntimeMethod_var); return L_5; } } // System.Boolean DMCore.Logic.CGuild::DelJoinInRequest(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CGuild_DelJoinInRequest_m654498283 (CGuild_t675931451 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_DelJoinInRequest_m654498283_MetadataUsageId); s_Il2CppMethodInitialized = true; } CJoinInRequest_t1555351581 * V_0 = NULL; { int64_t L_0 = ___userID0; CJoinInRequest_t1555351581 * L_1 = CGuild_GetJoinInRequest_m2850391085(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CJoinInRequest_t1555351581 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { List_1_t3027426323 * L_3 = __this->get_m_JoinReqList_4(); CJoinInRequest_t1555351581 * L_4 = V_0; NullCheck(L_3); bool L_5 = List_1_Remove_m1255987614(L_3, L_4, /*hidden argument*/List_1_Remove_m1255987614_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.CGuild::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CGuild_ClearAll_m106851382 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_ClearAll_m106851382_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3006210622 * L_0 = __this->get_m_MemberList_2(); List_1_t3006210622 * L_1 = __this->get_m_MemberList_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3691272033(L_1, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); NullCheck(L_0); List_1_RemoveRange_m3772985801(L_0, 0, L_2, /*hidden argument*/List_1_RemoveRange_m3772985801_RuntimeMethod_var); List_1_t3180379001 * L_3 = __this->get_m_LogList_3(); List_1_t3180379001 * L_4 = __this->get_m_LogList_3(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m2879800023(L_4, /*hidden argument*/List_1_get_Count_m2879800023_RuntimeMethod_var); NullCheck(L_3); List_1_RemoveRange_m1753319823(L_3, 0, L_5, /*hidden argument*/List_1_RemoveRange_m1753319823_RuntimeMethod_var); List_1_t3027426323 * L_6 = __this->get_m_JoinReqList_4(); List_1_t3027426323 * L_7 = __this->get_m_JoinReqList_4(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m1362823469(L_7, /*hidden argument*/List_1_get_Count_m1362823469_RuntimeMethod_var); NullCheck(L_6); List_1_RemoveRange_m1047035522(L_6, 0, L_8, /*hidden argument*/List_1_RemoveRange_m1047035522_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CGuild::ClearMember() extern "C" IL2CPP_METHOD_ATTR void CGuild_ClearMember_m2429507377 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_ClearMember_m2429507377_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3006210622 * L_0 = __this->get_m_MemberList_2(); List_1_t3006210622 * L_1 = __this->get_m_MemberList_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3691272033(L_1, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); NullCheck(L_0); List_1_RemoveRange_m3772985801(L_0, 0, L_2, /*hidden argument*/List_1_RemoveRange_m3772985801_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CGuild::ClearLog() extern "C" IL2CPP_METHOD_ATTR void CGuild_ClearLog_m2835110492 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_ClearLog_m2835110492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3180379001 * L_0 = __this->get_m_LogList_3(); List_1_t3180379001 * L_1 = __this->get_m_LogList_3(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2879800023(L_1, /*hidden argument*/List_1_get_Count_m2879800023_RuntimeMethod_var); NullCheck(L_0); List_1_RemoveRange_m1753319823(L_0, 0, L_2, /*hidden argument*/List_1_RemoveRange_m1753319823_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CGuild::ClearJoinInRequest() extern "C" IL2CPP_METHOD_ATTR void CGuild_ClearJoinInRequest_m155119179 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_ClearJoinInRequest_m155119179_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3027426323 * L_0 = __this->get_m_JoinReqList_4(); List_1_t3027426323 * L_1 = __this->get_m_JoinReqList_4(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1362823469(L_1, /*hidden argument*/List_1_get_Count_m1362823469_RuntimeMethod_var); NullCheck(L_0); List_1_RemoveRange_m1047035522(L_0, 0, L_2, /*hidden argument*/List_1_RemoveRange_m1047035522_RuntimeMethod_var); return; } } // System.Int32 DMCore.Logic.CGuild::GetMemberCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_GetMemberCount_m3544402966 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetMemberCount_m3544402966_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3006210622 * L_0 = __this->get_m_MemberList_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3691272033(L_0, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CGuild::GetLogCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_GetLogCount_m1485788222 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetLogCount_m1485788222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3180379001 * L_0 = __this->get_m_LogList_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2879800023(L_0, /*hidden argument*/List_1_get_Count_m2879800023_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CGuild::GetJoinInRequestCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_GetJoinInRequestCount_m3303866850 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetJoinInRequestCount_m3303866850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3027426323 * L_0 = __this->get_m_JoinReqList_4(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1362823469(L_0, /*hidden argument*/List_1_get_Count_m1362823469_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CGuild::GetSubordinateCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_GetSubordinateCount_m3512534169 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetSubordinateCount_m3512534169_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuildRole_t1534135880 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); CGuildRole_t1534135880 * L_2 = CGuild_GetGuildMember_m3670609675(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; CGuildRole_t1534135880 * L_3 = V_0; if (L_3) { goto IL_0019; } } { return 0; } IL_0019: { V_1 = 0; V_2 = 0; goto IL_0050; } IL_0022: { List_1_t3006210622 * L_4 = __this->get_m_MemberList_2(); int32_t L_5 = V_2; NullCheck(L_4); CGuildRole_t1534135880 * L_6 = List_1_get_Item_m11289350(L_4, L_5, /*hidden argument*/List_1_get_Item_m11289350_RuntimeMethod_var); NullCheck(L_6); CMemberData_t1242630376 * L_7 = CGuildRole_get_Data_m1897179038(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = L_7->get_Duty_5(); CGuildRole_t1534135880 * L_9 = V_0; NullCheck(L_9); CMemberData_t1242630376 * L_10 = CGuildRole_get_Data_m1897179038(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = L_10->get_Duty_5(); if ((((int32_t)L_8) <= ((int32_t)L_11))) { goto IL_004c; } } { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004c: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0050: { int32_t L_14 = V_2; List_1_t3006210622 * L_15 = __this->get_m_MemberList_2(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m3691272033(L_15, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0022; } } { int32_t L_17 = V_1; return L_17; } } // DMCore.Logic.CGuildRole DMCore.Logic.CGuild::GetGuildMember(System.Int64) extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuild_GetGuildMember_m3670609675 (CGuild_t675931451 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetGuildMember_m3670609675_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 * V_0 = NULL; { U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 * L_0 = (U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 *)il2cpp_codegen_object_new(U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944_il2cpp_TypeInfo_var); U3CGetGuildMemberU3Ec__AnonStorey0__ctor_m1799292317(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 * L_1 = V_0; int64_t L_2 = ___userID0; NullCheck(L_1); L_1->set_userID_0(L_2); List_1_t3006210622 * L_3 = __this->get_m_MemberList_2(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m3691272033(L_3, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); if (L_4) { goto IL_001f; } } { return (CGuildRole_t1534135880 *)NULL; } IL_001f: { List_1_t3006210622 * L_5 = __this->get_m_MemberList_2(); U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3CGetGuildMemberU3Ec__AnonStorey0_U3CU3Em__0_m1046686065_RuntimeMethod_var; Predicate_1_t2359430004 * L_8 = (Predicate_1_t2359430004 *)il2cpp_codegen_object_new(Predicate_1_t2359430004_il2cpp_TypeInfo_var); Predicate_1__ctor_m2825410104(L_8, L_6, L_7, /*hidden argument*/Predicate_1__ctor_m2825410104_RuntimeMethod_var); NullCheck(L_5); CGuildRole_t1534135880 * L_9 = List_1_Find_m3529600614(L_5, L_8, /*hidden argument*/List_1_Find_m3529600614_RuntimeMethod_var); return L_9; } } // DMCore.Logic.CJoinInRequest DMCore.Logic.CGuild::GetJoinInRequest(System.Int64) extern "C" IL2CPP_METHOD_ATTR CJoinInRequest_t1555351581 * CGuild_GetJoinInRequest_m2850391085 (CGuild_t675931451 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetJoinInRequest_m2850391085_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 * V_0 = NULL; { U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 * L_0 = (U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 *)il2cpp_codegen_object_new(U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518_il2cpp_TypeInfo_var); U3CGetJoinInRequestU3Ec__AnonStorey1__ctor_m2699310134(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 * L_1 = V_0; int64_t L_2 = ___userID0; NullCheck(L_1); L_1->set_userID_0(L_2); List_1_t3027426323 * L_3 = __this->get_m_JoinReqList_4(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1362823469(L_3, /*hidden argument*/List_1_get_Count_m1362823469_RuntimeMethod_var); if (L_4) { goto IL_001f; } } { return (CJoinInRequest_t1555351581 *)NULL; } IL_001f: { List_1_t3027426323 * L_5 = __this->get_m_JoinReqList_4(); U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3CGetJoinInRequestU3Ec__AnonStorey1_U3CU3Em__0_m3065068365_RuntimeMethod_var; Predicate_1_t2380645705 * L_8 = (Predicate_1_t2380645705 *)il2cpp_codegen_object_new(Predicate_1_t2380645705_il2cpp_TypeInfo_var); Predicate_1__ctor_m4088794277(L_8, L_6, L_7, /*hidden argument*/Predicate_1__ctor_m4088794277_RuntimeMethod_var); NullCheck(L_5); CJoinInRequest_t1555351581 * L_9 = List_1_Find_m31207067(L_5, L_8, /*hidden argument*/List_1_Find_m31207067_RuntimeMethod_var); return L_9; } } // DMCore.Logic.CGuildRole DMCore.Logic.CGuild::GetGuildMaster() extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuild_GetGuildMaster_m66682377 (CGuild_t675931451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetGuildMaster_m66682377_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3006210622 * G_B4_0 = NULL; List_1_t3006210622 * G_B3_0 = NULL; { List_1_t3006210622 * L_0 = __this->get_m_MemberList_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3691272033(L_0, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (CGuildRole_t1534135880 *)NULL; } IL_0012: { List_1_t3006210622 * L_2 = __this->get_m_MemberList_2(); Predicate_1_t2359430004 * L_3 = ((CGuild_t675931451_StaticFields*)il2cpp_codegen_static_fields_for(CGuild_t675931451_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_7(); G_B3_0 = L_2; if (L_3) { G_B4_0 = L_2; goto IL_0030; } } { intptr_t L_4 = (intptr_t)CGuild_U3CGetGuildMasterU3Em__0_m472366344_RuntimeMethod_var; Predicate_1_t2359430004 * L_5 = (Predicate_1_t2359430004 *)il2cpp_codegen_object_new(Predicate_1_t2359430004_il2cpp_TypeInfo_var); Predicate_1__ctor_m2825410104(L_5, NULL, L_4, /*hidden argument*/Predicate_1__ctor_m2825410104_RuntimeMethod_var); ((CGuild_t675931451_StaticFields*)il2cpp_codegen_static_fields_for(CGuild_t675931451_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_7(L_5); G_B4_0 = G_B3_0; } IL_0030: { Predicate_1_t2359430004 * L_6 = ((CGuild_t675931451_StaticFields*)il2cpp_codegen_static_fields_for(CGuild_t675931451_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_7(); NullCheck(G_B4_0); CGuildRole_t1534135880 * L_7 = List_1_Find_m3529600614(G_B4_0, L_6, /*hidden argument*/List_1_Find_m3529600614_RuntimeMethod_var); return L_7; } } // DMCore.Logic.CGuildRole DMCore.Logic.CGuild::GetGuildMemberByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuild_GetGuildMemberByIndex_m3725055963 (CGuild_t675931451 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetGuildMemberByIndex_m3725055963_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3006210622 * L_0 = __this->get_m_MemberList_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3691272033(L_0, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (CGuildRole_t1534135880 *)NULL; } IL_0012: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_002a; } } { int32_t L_3 = ___index0; List_1_t3006210622 * L_4 = __this->get_m_MemberList_2(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m3691272033(L_4, /*hidden argument*/List_1_get_Count_m3691272033_RuntimeMethod_var); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002c; } } IL_002a: { return (CGuildRole_t1534135880 *)NULL; } IL_002c: { List_1_t3006210622 * L_6 = __this->get_m_MemberList_2(); int32_t L_7 = ___index0; NullCheck(L_6); CGuildRole_t1534135880 * L_8 = List_1_get_Item_m11289350(L_6, L_7, /*hidden argument*/List_1_get_Item_m11289350_RuntimeMethod_var); return L_8; } } // DMCore.Logic.CGuildLog DMCore.Logic.CGuild::GetGuildLogByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CGuildLog_t1708304259 * CGuild_GetGuildLogByIndex_m1231397510 (CGuild_t675931451 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetGuildLogByIndex_m1231397510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3180379001 * L_0 = __this->get_m_LogList_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2879800023(L_0, /*hidden argument*/List_1_get_Count_m2879800023_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (CGuildLog_t1708304259 *)NULL; } IL_0012: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_002a; } } { int32_t L_3 = ___index0; List_1_t3180379001 * L_4 = __this->get_m_LogList_3(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m2879800023(L_4, /*hidden argument*/List_1_get_Count_m2879800023_RuntimeMethod_var); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002c; } } IL_002a: { return (CGuildLog_t1708304259 *)NULL; } IL_002c: { List_1_t3180379001 * L_6 = __this->get_m_LogList_3(); int32_t L_7 = ___index0; NullCheck(L_6); CGuildLog_t1708304259 * L_8 = List_1_get_Item_m3148280022(L_6, L_7, /*hidden argument*/List_1_get_Item_m3148280022_RuntimeMethod_var); return L_8; } } // DMCore.Logic.CJoinInRequest DMCore.Logic.CGuild::GetJoinInRequestByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CJoinInRequest_t1555351581 * CGuild_GetJoinInRequestByIndex_m1913219919 (CGuild_t675931451 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetJoinInRequestByIndex_m1913219919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3027426323 * L_0 = __this->get_m_JoinReqList_4(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1362823469(L_0, /*hidden argument*/List_1_get_Count_m1362823469_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (CJoinInRequest_t1555351581 *)NULL; } IL_0012: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_002a; } } { int32_t L_3 = ___index0; List_1_t3027426323 * L_4 = __this->get_m_JoinReqList_4(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m1362823469(L_4, /*hidden argument*/List_1_get_Count_m1362823469_RuntimeMethod_var); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002c; } } IL_002a: { return (CJoinInRequest_t1555351581 *)NULL; } IL_002c: { List_1_t3027426323 * L_6 = __this->get_m_JoinReqList_4(); int32_t L_7 = ___index0; NullCheck(L_6); CJoinInRequest_t1555351581 * L_8 = List_1_get_Item_m2961924913(L_6, L_7, /*hidden argument*/List_1_get_Item_m2961924913_RuntimeMethod_var); return L_8; } } // System.Int64 DMCore.Logic.CGuild::GetMemberIDByName(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t CGuild_GetMemberIDByName_m3376757644 (CGuild_t675931451 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild_GetMemberIDByName_m3376757644_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuildRole_t1534135880 * V_0 = NULL; Enumerator_t600487203 V_1; memset(&V_1, 0, sizeof(V_1)); int64_t V_2 = 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); { List_1_t3006210622 * L_0 = __this->get_m_MemberList_2(); NullCheck(L_0); Enumerator_t600487203 L_1 = List_1_GetEnumerator_m2877785313(L_0, /*hidden argument*/List_1_GetEnumerator_m2877785313_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0040; } IL_0011: { CGuildRole_t1534135880 * L_2 = Enumerator_get_Current_m57655343((&V_1), /*hidden argument*/Enumerator_get_Current_m57655343_RuntimeMethod_var); V_0 = L_2; CGuildRole_t1534135880 * L_3 = V_0; NullCheck(L_3); CMemberData_t1242630376 * L_4 = CGuildRole_get_Data_m1897179038(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = L_4->get_Name_2(); String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } IL_002f: { CGuildRole_t1534135880 * L_8 = V_0; NullCheck(L_8); CMemberData_t1242630376 * L_9 = CGuildRole_get_Data_m1897179038(L_8, /*hidden argument*/NULL); NullCheck(L_9); int64_t L_10 = L_9->get_UserID_1(); V_2 = L_10; IL2CPP_LEAVE(0x62, FINALLY_0051); } IL_0040: { bool L_11 = Enumerator_MoveNext_m3278061002((&V_1), /*hidden argument*/Enumerator_MoveNext_m3278061002_RuntimeMethod_var); if (L_11) { goto IL_0011; } } IL_004c: { IL2CPP_LEAVE(0x5F, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) Enumerator_Dispose_m2703816673((&V_1), /*hidden argument*/Enumerator_Dispose_m2703816673_RuntimeMethod_var); IL2CPP_END_FINALLY(81) } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x62, IL_0062) IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: { return (((int64_t)((int64_t)(-1)))); } IL_0062: { int64_t L_12 = V_2; return L_12; } } // System.Int32 DMCore.Logic.CGuild::_Sortfunctor(DMCore.Logic.CGuildRole,DMCore.Logic.CGuildRole) extern "C" IL2CPP_METHOD_ATTR int32_t CGuild__Sortfunctor_m461946573 (RuntimeObject * __this /* static, unused */, CGuildRole_t1534135880 * ___lth0, CGuildRole_t1534135880 * ___rth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuild__Sortfunctor_m461946573_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGuildRole_t1534135880 * L_0 = ___lth0; NullCheck(L_0); CMemberData_t1242630376 * L_1 = CGuildRole_get_Data_m1897179038(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = L_1->get_OfflineTime_13(); CGuildRole_t1534135880 * L_3 = ___rth1; NullCheck(L_3); CMemberData_t1242630376 * L_4 = CGuildRole_get_Data_m1897179038(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = L_4->get_OfflineTime_13(); SortKeyInfo_1_t3619707304 * L_6 = (SortKeyInfo_1_t3619707304 *)il2cpp_codegen_object_new(SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m1394869830(L_6, L_2, L_5, (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var); CGuildRole_t1534135880 * L_7 = ___lth0; NullCheck(L_7); CMemberData_t1242630376 * L_8 = CGuildRole_get_Data_m1897179038(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = L_8->get_Duty_5(); CGuildRole_t1534135880 * L_10 = ___rth1; NullCheck(L_10); CMemberData_t1242630376 * L_11 = CGuildRole_get_Data_m1897179038(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = L_11->get_Duty_5(); SortKeyInfo_1_t3619707304 * L_13 = (SortKeyInfo_1_t3619707304 *)il2cpp_codegen_object_new(SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m1394869830(L_13, L_9, L_12, (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var); int32_t L_14 = CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212(NULL /*static, unused*/, L_6, L_13, /*hidden argument*/CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_RuntimeMethod_var); return L_14; } } // System.Void DMCore.Logic.CGuild::set_GuildID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuild_set_GuildID_m291808453 (CGuild_t675931451 * __this, int32_t ___value0, const RuntimeMethod* method) { { CGuildData_t2153593818 * L_0 = __this->get_m_Data_1(); int32_t L_1 = ___value0; NullCheck(L_0); L_0->set_GuildID_0(L_1); return; } } // System.Int32 DMCore.Logic.CGuild::get_GuildID() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_get_GuildID_m3184550405 (CGuild_t675931451 * __this, const RuntimeMethod* method) { { CGuildData_t2153593818 * L_0 = __this->get_m_Data_1(); NullCheck(L_0); int32_t L_1 = L_0->get_GuildID_0(); return L_1; } } // System.Void DMCore.Logic.CGuild::set_Data(DMCore.Logic.CGuildData) extern "C" IL2CPP_METHOD_ATTR void CGuild_set_Data_m2678138625 (CGuild_t675931451 * __this, CGuildData_t2153593818 * ___value0, const RuntimeMethod* method) { { CGuildData_t2153593818 * L_0 = ___value0; __this->set_m_Data_1(L_0); return; } } // DMCore.Logic.CGuildData DMCore.Logic.CGuild::get_Data() extern "C" IL2CPP_METHOD_ATTR CGuildData_t2153593818 * CGuild_get_Data_m336040289 (CGuild_t675931451 * __this, const RuntimeMethod* method) { { CGuildData_t2153593818 * L_0 = __this->get_m_Data_1(); return L_0; } } // System.Void DMCore.Logic.CGuild::set_IsBaseInfoReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuild_set_IsBaseInfoReady_m4231660660 (CGuild_t675931451 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsBaseInfoReady_5(L_0); return; } } // System.Boolean DMCore.Logic.CGuild::get_IsBaseInfoReady() extern "C" IL2CPP_METHOD_ATTR bool CGuild_get_IsBaseInfoReady_m2596273504 (CGuild_t675931451 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsBaseInfoReady_5(); return L_0; } } // System.Int32 DMCore.Logic.CGuild::get_TempIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CGuild_get_TempIndex_m1337586396 (CGuild_t675931451 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTempIndexU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CGuild::set_TempIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuild_set_TempIndex_m1104095328 (CGuild_t675931451 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTempIndexU3Ek__BackingField_0(L_0); return; } } // System.Boolean DMCore.Logic.CGuild::m__0(DMCore.Logic.CGuildRole) extern "C" IL2CPP_METHOD_ATTR bool CGuild_U3CGetGuildMasterU3Em__0_m472366344 (RuntimeObject * __this /* static, unused */, CGuildRole_t1534135880 * ___curGuildRole0, const RuntimeMethod* method) { { CGuildRole_t1534135880 * L_0 = ___curGuildRole0; NullCheck(L_0); CMemberData_t1242630376 * L_1 = CGuildRole_get_Data_m1897179038(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = L_1->get_Duty_5(); return (bool)((((int32_t)1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuild/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetGuildMemberU3Ec__AnonStorey0__ctor_m1799292317 (U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuild/c__AnonStorey0::<>m__0(DMCore.Logic.CGuildRole) extern "C" IL2CPP_METHOD_ATTR bool U3CGetGuildMemberU3Ec__AnonStorey0_U3CU3Em__0_m1046686065 (U3CGetGuildMemberU3Ec__AnonStorey0_t3085662944 * __this, CGuildRole_t1534135880 * ___curGuildRole0, const RuntimeMethod* method) { { CGuildRole_t1534135880 * L_0 = ___curGuildRole0; NullCheck(L_0); int64_t L_1 = CGuildRole_get_UserID_m543570432(L_0, /*hidden argument*/NULL); int64_t L_2 = __this->get_userID_0(); return (bool)((((int64_t)L_1) == ((int64_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuild/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetJoinInRequestU3Ec__AnonStorey1__ctor_m2699310134 (U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuild/c__AnonStorey1::<>m__0(DMCore.Logic.CJoinInRequest) extern "C" IL2CPP_METHOD_ATTR bool U3CGetJoinInRequestU3Ec__AnonStorey1_U3CU3Em__0_m3065068365 (U3CGetJoinInRequestU3Ec__AnonStorey1_t3458143518 * __this, CJoinInRequest_t1555351581 * ___curRequest0, const RuntimeMethod* method) { { CJoinInRequest_t1555351581 * L_0 = ___curRequest0; NullCheck(L_0); int64_t L_1 = CJoinInRequest_get_UserID_m1363546498(L_0, /*hidden argument*/NULL); int64_t L_2 = __this->get_userID_0(); return (bool)((((int64_t)L_1) == ((int64_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager__ctor_m3434606405 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeManager__ctor_m3434606405_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1260420484 * L_0 = (List_1_t1260420484 *)il2cpp_codegen_object_new(List_1_t1260420484_il2cpp_TypeInfo_var); List_1__ctor_m3834079867(L_0, /*hidden argument*/List_1__ctor_m3834079867_RuntimeMethod_var); __this->set_challengeBossData_1(L_0); return; } } // DMCore.Logic.CGuildChallengeManager DMCore.Logic.CGuildChallengeManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildChallengeManager_t610245203 * CGuildChallengeManager_GetInstance_m919782628 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeManager_GetInstance_m919782628_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGuildChallengeManager_t610245203 * L_0 = ((CGuildChallengeManager_t610245203_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeManager_t610245203_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0014; } } { CGuildChallengeManager_t610245203 * L_1 = (CGuildChallengeManager_t610245203 *)il2cpp_codegen_object_new(CGuildChallengeManager_t610245203_il2cpp_TypeInfo_var); CGuildChallengeManager__ctor_m3434606405(L_1, /*hidden argument*/NULL); ((CGuildChallengeManager_t610245203_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeManager_t610245203_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0014: { CGuildChallengeManager_t610245203 * L_2 = ((CGuildChallengeManager_t610245203_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeManager_t610245203_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // System.Void DMCore.Logic.CGuildChallengeManager::RequesetBossList() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_RequesetBossList_m3734331194 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeManager_RequesetBossList_m3734331194_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1230), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_3 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CGuild_t675931451 * L_4 = CGuildManager_GetSelfGuild_m659507340(L_3, /*hidden argument*/NULL); NullCheck(L_4); CGuildData_t2153593818 * L_5 = CGuild_get_Data_m336040289(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = L_5->get_GuildID_0(); NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeManager::AddChallengeBossData(DMCore.Logic.ChallengeBossData) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_AddChallengeBossData_m537434081 (CGuildChallengeManager_t610245203 * __this, ChallengeBossData_t4083313038 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeManager_AddChallengeBossData_m537434081_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_1 = ___data0; NullCheck(L_0); List_1_Add_m255392693(L_0, L_1, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); return; } } // System.Collections.Generic.List`1 DMCore.Logic.CGuildChallengeManager::GetChallengeBossData() extern "C" IL2CPP_METHOD_ATTR List_1_t1260420484 * CGuildChallengeManager_GetChallengeBossData_m985393863 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method) { { CGuildChallengeModel_t1632606626 * L_0 = CGuildChallengeModel_GetInstance_m2390655172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); List_1_t1260420484 * L_1 = CGuildChallengeModel_GetChallengeBossData_m174205633(L_0, /*hidden argument*/NULL); return L_1; } } // DMCore.Logic.ChallengeBossData DMCore.Logic.CGuildChallengeManager::GetChallengeBossData(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChallengeBossData_t4083313038 * CGuildChallengeManager_GetChallengeBossData_m455550628 (CGuildChallengeManager_t610245203 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeManager_GetChallengeBossData_m455550628_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); int32_t L_1 = ___index0; NullCheck(L_0); ChallengeBossData_t4083313038 * L_2 = List_1_get_Item_m2787895009(L_0, L_1, /*hidden argument*/List_1_get_Item_m2787895009_RuntimeMethod_var); return L_2; } } // System.Int32 DMCore.Logic.CGuildChallengeManager::GetUnLockBossCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildChallengeManager_GetUnLockBossCount_m1446819882 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeManager_GetUnLockBossCount_m1446819882_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0027; } IL_0009: { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); int32_t L_1 = V_1; NullCheck(L_0); ChallengeBossData_t4083313038 * L_2 = List_1_get_Item_m2787895009(L_0, L_1, /*hidden argument*/List_1_get_Item_m2787895009_RuntimeMethod_var); NullCheck(L_2); bool L_3 = ChallengeBossData_get_isLock_m3817064709(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0023: { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0027: { int32_t L_6 = V_1; List_1_t1260420484 * L_7 = __this->get_challengeBossData_1(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m3981052966(L_7, /*hidden argument*/List_1_get_Count_m3981052966_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0009; } } { int32_t L_9 = V_0; return L_9; } } // System.Void DMCore.Logic.CGuildChallengeManager::SetCurrUnLockCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_SetCurrUnLockCount_m3411328644 (CGuildChallengeManager_t610245203 * __this, int32_t ___count0, const RuntimeMethod* method) { { int32_t L_0 = ___count0; __this->set_currUnLockCount_2(L_0); return; } } // System.Int32 DMCore.Logic.CGuildChallengeManager::GetCuttUnLockCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildChallengeManager_GetCuttUnLockCount_m2604747028 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currUnLockCount_2(); return L_0; } } // System.Void DMCore.Logic.CGuildChallengeManager::Refresh() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_Refresh_m4255072749 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method) { { uiGuildChallenge_t3559644076 * L_0 = uiGuildChallenge_GetInstance_m2518872041(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); uiGuildChallenge_InitData_m654829414(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeManager::ShowBossDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_ShowBossDetail_m3647628201 (CGuildChallengeManager_t610245203 * __this, int32_t ___bossId0, const RuntimeMethod* method) { ChallengeBossData_t4083313038 * V_0 = NULL; { CGuildChallengeModel_t1632606626 * L_0 = CGuildChallengeModel_GetInstance_m2390655172(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___bossId0; NullCheck(L_0); ChallengeBossData_t4083313038 * L_2 = CGuildChallengeModel_GetChallengeBossDataByBossId_m2829842488(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; uiGuildChallenge_t3559644076 * L_3 = uiGuildChallenge_GetInstance_m2518872041(NULL /*static, unused*/, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = ChallengeBossData_get_bossIntroduction_m475869117(L_4, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = ChallengeBossData_get_bossName_m2591958186(L_6, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = ChallengeBossData_get_bossModelNo_m2005903559(L_8, /*hidden argument*/NULL); NullCheck(L_3); uiGuildChallenge_OpenBossDetail_m2508513076(L_3, L_5, L_7, L_9, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeManager::Test() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_Test_m3578677985 (CGuildChallengeManager_t610245203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeManager_Test_m3578677985_MetadataUsageId); s_Il2CppMethodInitialized = true; } ChallengeBossData_t4083313038 * V_0 = NULL; ChallengeBossData_t4083313038 * V_1 = NULL; ChallengeBossData_t4083313038 * V_2 = NULL; ChallengeBossData_t4083313038 * V_3 = NULL; ChallengeBossData_t4083313038 * V_4 = NULL; ChallengeBossData_t4083313038 * V_5 = NULL; { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); NullCheck(L_0); List_1_Clear_m3000783890(L_0, /*hidden argument*/List_1_Clear_m3000783890_RuntimeMethod_var); ChallengeBossData_t4083313038 * L_1 = (ChallengeBossData_t4083313038 *)il2cpp_codegen_object_new(ChallengeBossData_t4083313038_il2cpp_TypeInfo_var); ChallengeBossData__ctor_m3276635409(L_1, ((int32_t)11), ((int32_t)111), (2000.0f), (500.0f), _stringLiteral2402960981, _stringLiteral433080855, 1, 1, 1, 3, 5, /*hidden argument*/NULL); V_0 = L_1; ChallengeBossData_t4083313038 * L_2 = (ChallengeBossData_t4083313038 *)il2cpp_codegen_object_new(ChallengeBossData_t4083313038_il2cpp_TypeInfo_var); ChallengeBossData__ctor_m3276635409(L_2, ((int32_t)12), ((int32_t)111), (2000.0f), (2000.0f), _stringLiteral2402960981, _stringLiteral2099291514, 1, 1, 1, 0, 5, /*hidden argument*/NULL); V_1 = L_2; ChallengeBossData_t4083313038 * L_3 = (ChallengeBossData_t4083313038 *)il2cpp_codegen_object_new(ChallengeBossData_t4083313038_il2cpp_TypeInfo_var); ChallengeBossData__ctor_m3276635409(L_3, ((int32_t)13), ((int32_t)111), (2000.0f), (2000.0f), _stringLiteral2402960981, _stringLiteral3817733477, 3, 1, 2, 3, 5, /*hidden argument*/NULL); V_2 = L_3; ChallengeBossData_t4083313038 * L_4 = (ChallengeBossData_t4083313038 *)il2cpp_codegen_object_new(ChallengeBossData_t4083313038_il2cpp_TypeInfo_var); ChallengeBossData__ctor_m3276635409(L_4, ((int32_t)14), ((int32_t)111), (2000.0f), (2000.0f), _stringLiteral2402960981, _stringLiteral1830448827, 1, 1, 0, 3, 5, /*hidden argument*/NULL); V_3 = L_4; ChallengeBossData_t4083313038 * L_5 = (ChallengeBossData_t4083313038 *)il2cpp_codegen_object_new(ChallengeBossData_t4083313038_il2cpp_TypeInfo_var); ChallengeBossData__ctor_m3276635409(L_5, ((int32_t)15), ((int32_t)111), (2000.0f), (2000.0f), _stringLiteral2402960981, _stringLiteral1830448827, 1, 1, 0, 3, 5, /*hidden argument*/NULL); V_4 = L_5; ChallengeBossData_t4083313038 * L_6 = (ChallengeBossData_t4083313038 *)il2cpp_codegen_object_new(ChallengeBossData_t4083313038_il2cpp_TypeInfo_var); ChallengeBossData__ctor_m3276635409(L_6, ((int32_t)16), ((int32_t)111), (2000.0f), (2000.0f), _stringLiteral2402960981, _stringLiteral1830448827, 1, 1, 0, 3, 5, /*hidden argument*/NULL); V_5 = L_6; List_1_t1260420484 * L_7 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_8 = V_0; NullCheck(L_7); List_1_Add_m255392693(L_7, L_8, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); List_1_t1260420484 * L_9 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_10 = V_1; NullCheck(L_9); List_1_Add_m255392693(L_9, L_10, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); List_1_t1260420484 * L_11 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_12 = V_2; NullCheck(L_11); List_1_Add_m255392693(L_11, L_12, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); List_1_t1260420484 * L_13 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_14 = V_3; NullCheck(L_13); List_1_Add_m255392693(L_13, L_14, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); List_1_t1260420484 * L_15 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_16 = V_4; NullCheck(L_15); List_1_Add_m255392693(L_15, L_16, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); List_1_t1260420484 * L_17 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_18 = V_5; NullCheck(L_17); List_1_Add_m255392693(L_17, L_18, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); uiGuildChallenge_t3559644076 * L_19 = uiGuildChallenge_GetInstance_m2518872041(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); uiGuildChallenge_InitData_m654829414(L_19, /*hidden argument*/NULL); ChallengeBossTextManager_t1223296511 * L_20 = ChallengeBossTextManager_GetInstance_m518656186(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); ChallengeBossText_t2436435923 * L_21 = ChallengeBossTextManager_GetChallengeBossText_m1579780430(L_20, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = L_21->get_bossIntroduction_2(); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeManager::BtnEnterTeam(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeManager_BtnEnterTeam_m453324366 (CGuildChallengeManager_t610245203 * __this, int32_t ___nGuildPass0, const RuntimeMethod* method) { { uiGuildChallenge_t3559644076 * L_0 = uiGuildChallenge_GetInstance_m2518872041(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); uiGuildChallenge_BtnEnterTeam_m2431151266(L_0, /*hidden argument*/NULL); CGuildChallengeModel_t1632606626 * L_1 = CGuildChallengeModel_GetInstance_m2390655172(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ___nGuildPass0; NullCheck(L_1); L_1->set_selectGuildPassId_5(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeModel__ctor_m3569932954 (CGuildChallengeModel_t1632606626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeModel__ctor_m3569932954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1260420484 * L_0 = (List_1_t1260420484 *)il2cpp_codegen_object_new(List_1_t1260420484_il2cpp_TypeInfo_var); List_1__ctor_m3834079867(L_0, /*hidden argument*/List_1__ctor_m3834079867_RuntimeMethod_var); __this->set_challengeBossData_1(L_0); return; } } // DMCore.Logic.CGuildChallengeModel DMCore.Logic.CGuildChallengeModel::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildChallengeModel_t1632606626 * CGuildChallengeModel_GetInstance_m2390655172 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeModel_GetInstance_m2390655172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGuildChallengeModel_t1632606626 * L_0 = ((CGuildChallengeModel_t1632606626_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeModel_t1632606626_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0014; } } { CGuildChallengeModel_t1632606626 * L_1 = (CGuildChallengeModel_t1632606626 *)il2cpp_codegen_object_new(CGuildChallengeModel_t1632606626_il2cpp_TypeInfo_var); CGuildChallengeModel__ctor_m3569932954(L_1, /*hidden argument*/NULL); ((CGuildChallengeModel_t1632606626_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeModel_t1632606626_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0014: { CGuildChallengeModel_t1632606626 * L_2 = ((CGuildChallengeModel_t1632606626_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeModel_t1632606626_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // System.Void DMCore.Logic.CGuildChallengeModel::AddChallengeBossData(DMCore.Logic.ChallengeBossData) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeModel_AddChallengeBossData_m2141036467 (CGuildChallengeModel_t1632606626 * __this, ChallengeBossData_t4083313038 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeModel_AddChallengeBossData_m2141036467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); ChallengeBossData_t4083313038 * L_1 = ___data0; NullCheck(L_0); List_1_Add_m255392693(L_0, L_1, /*hidden argument*/List_1_Add_m255392693_RuntimeMethod_var); return; } } // System.Collections.Generic.List`1 DMCore.Logic.CGuildChallengeModel::GetChallengeBossData() extern "C" IL2CPP_METHOD_ATTR List_1_t1260420484 * CGuildChallengeModel_GetChallengeBossData_m174205633 (CGuildChallengeModel_t1632606626 * __this, const RuntimeMethod* method) { { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); return L_0; } } // DMCore.Logic.ChallengeBossData DMCore.Logic.CGuildChallengeModel::GetChallengeBossDataByBossId(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChallengeBossData_t4083313038 * CGuildChallengeModel_GetChallengeBossDataByBossId_m2829842488 (CGuildChallengeModel_t1632606626 * __this, int32_t ___bossId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeModel_GetChallengeBossDataByBossId_m2829842488_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 * V_0 = NULL; ChallengeBossData_t4083313038 * V_1 = NULL; { U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 * L_0 = (U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 *)il2cpp_codegen_object_new(U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723_il2cpp_TypeInfo_var); U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0__ctor_m2666430612(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 * L_1 = V_0; int32_t L_2 = ___bossId0; NullCheck(L_1); L_1->set_bossId_0(L_2); List_1_t1260420484 * L_3 = __this->get_challengeBossData_1(); U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_U3CU3Em__0_m3059630129_RuntimeMethod_var; Predicate_1_t613639866 * L_6 = (Predicate_1_t613639866 *)il2cpp_codegen_object_new(Predicate_1_t613639866_il2cpp_TypeInfo_var); Predicate_1__ctor_m390384085(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m390384085_RuntimeMethod_var); NullCheck(L_3); ChallengeBossData_t4083313038 * L_7 = List_1_Find_m269216017(L_3, L_6, /*hidden argument*/List_1_Find_m269216017_RuntimeMethod_var); V_1 = L_7; ChallengeBossData_t4083313038 * L_8 = V_1; return L_8; } } // DMCore.Logic.ChallengeBossData DMCore.Logic.CGuildChallengeModel::GetChallengeBossDataByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChallengeBossData_t4083313038 * CGuildChallengeModel_GetChallengeBossDataByIndex_m2266596303 (CGuildChallengeModel_t1632606626 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeModel_GetChallengeBossDataByIndex_m2266596303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); int32_t L_1 = ___index0; NullCheck(L_0); ChallengeBossData_t4083313038 * L_2 = List_1_get_Item_m2787895009(L_0, L_1, /*hidden argument*/List_1_get_Item_m2787895009_RuntimeMethod_var); return L_2; } } // System.Int32 DMCore.Logic.CGuildChallengeModel::GetUnLockBossCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildChallengeModel_GetUnLockBossCount_m127613268 (CGuildChallengeModel_t1632606626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeModel_GetUnLockBossCount_m127613268_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0027; } IL_0009: { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); int32_t L_1 = V_1; NullCheck(L_0); ChallengeBossData_t4083313038 * L_2 = List_1_get_Item_m2787895009(L_0, L_1, /*hidden argument*/List_1_get_Item_m2787895009_RuntimeMethod_var); NullCheck(L_2); bool L_3 = ChallengeBossData_get_isLock_m3817064709(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0023: { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0027: { int32_t L_6 = V_1; List_1_t1260420484 * L_7 = __this->get_challengeBossData_1(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m3981052966(L_7, /*hidden argument*/List_1_get_Count_m3981052966_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0009; } } { int32_t L_9 = V_0; return L_9; } } // System.Void DMCore.Logic.CGuildChallengeModel::SetCurrUnLockCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeModel_SetCurrUnLockCount_m1176666259 (CGuildChallengeModel_t1632606626 * __this, int32_t ___count0, const RuntimeMethod* method) { { int32_t L_0 = ___count0; __this->set_currUnLockCount_2(L_0); return; } } // System.Int32 DMCore.Logic.CGuildChallengeModel::GetCuttUnLockCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildChallengeModel_GetCuttUnLockCount_m1914596566 (CGuildChallengeModel_t1632606626 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currUnLockCount_2(); return L_0; } } // System.Void DMCore.Logic.CGuildChallengeModel::ResponseChallengeBoss(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeModel_ResponseChallengeBoss_m833612305 (CGuildChallengeModel_t1632606626 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeModel_ResponseChallengeBoss_m833612305_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; String_t* V_12 = NULL; String_t* V_13 = NULL; ChallengeBossData_t4083313038 * V_14 = NULL; ChallengeBossText_t2436435923 * V_15 = NULL; { List_1_t1260420484 * L_0 = __this->get_challengeBossData_1(); NullCheck(L_0); List_1_Clear_m3000783890(L_0, /*hidden argument*/List_1_Clear_m3000783890_RuntimeMethod_var); CDataArray_t4068198041 * L_1 = ___msg0; if (L_1) { goto IL_0012; } } { return; } IL_0012: { V_0 = 0; CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_0; int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_0 = L_4; NullCheck(L_2); int32_t L_5 = CDataArray_GetInt_m1111369473(L_2, L_4, 0, /*hidden argument*/NULL); __this->set_guildId_3(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); __this->set_chanllengeCount_4(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; NullCheck(L_10); int32_t L_13 = CDataArray_GetInt_m1111369473(L_10, L_12, 0, /*hidden argument*/NULL); V_1 = L_13; V_2 = 0; goto IL_01b5; } IL_004c: { CDataArray_t4068198041 * L_14 = ___msg0; int32_t L_15 = V_0; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); V_0 = L_16; NullCheck(L_14); int32_t L_17 = CDataArray_GetInt_m1111369473(L_14, L_16, 0, /*hidden argument*/NULL); V_3 = L_17; 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_4 = 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_5 = L_25; CDataArray_t4068198041 * L_26 = ___msg0; int32_t L_27 = V_0; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_0 = L_28; NullCheck(L_26); int32_t L_29 = CDataArray_GetInt_m1111369473(L_26, L_28, 0, /*hidden argument*/NULL); V_6 = 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_7 = 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); int32_t L_37 = CDataArray_GetInt_m1111369473(L_34, L_36, 0, /*hidden argument*/NULL); V_8 = 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_9 = 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_10 = 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_11 = 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; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); 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_12 = 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; String_t* L_58 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_55); String_t* L_59 = CDataArray_GetWideStr_m3532563229(L_55, L_57, L_58, /*hidden argument*/NULL); V_13 = L_59; ChallengeBossData_t4083313038 * L_60 = (ChallengeBossData_t4083313038 *)il2cpp_codegen_object_new(ChallengeBossData_t4083313038_il2cpp_TypeInfo_var); ChallengeBossData__ctor_m461298734(L_60, /*hidden argument*/NULL); V_14 = L_60; ChallengeBossData_t4083313038 * L_61 = V_14; int32_t L_62 = V_3; NullCheck(L_61); ChallengeBossData_set_bossID_m2257287336(L_61, L_62, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_63 = V_14; int32_t L_64 = V_4; NullCheck(L_63); ChallengeBossData_set_bossModelNo_m2191753014(L_63, L_64, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_65 = V_14; int32_t L_66 = V_10; NullCheck(L_65); ChallengeBossData_set_guildContribution_m1733805936(L_65, L_66, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_67 = V_14; int32_t L_68 = V_9; NullCheck(L_67); ChallengeBossData_set_needGuildLevel_m3708013819(L_67, L_68, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_69 = V_14; int32_t L_70 = V_11; NullCheck(L_69); ChallengeBossData_set_addition_m606262927(L_69, L_70, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_71 = V_14; String_t* L_72 = V_12; NullCheck(L_71); ChallengeBossData_set_passAward_m1517957881(L_71, L_72, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_73 = V_14; String_t* L_74 = V_13; NullCheck(L_73); ChallengeBossData_set_killAward_m3757910613(L_73, L_74, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_75 = V_14; IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_76 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); CGuild_t675931451 * L_77 = CGuildManager_GetSelfGuild_m659507340(L_76, /*hidden argument*/NULL); NullCheck(L_77); CGuildData_t2153593818 * L_78 = CGuild_get_Data_m336040289(L_77, /*hidden argument*/NULL); NullCheck(L_78); int32_t L_79 = L_78->get_GuildLevel_3(); NullCheck(L_75); ChallengeBossData_set_currGuildLevel_m1168945109(L_75, L_79, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_80 = V_14; int32_t L_81 = __this->get_chanllengeCount_4(); NullCheck(L_80); ChallengeBossData_set_haveChallengeCount_m707891103(L_80, L_81, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_82 = V_14; int32_t L_83 = V_8; NullCheck(L_82); ChallengeBossData_set_haveChallengeCountMax_m954393796(L_82, L_83, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_84 = V_14; int32_t L_85 = V_5; NullCheck(L_84); ChallengeBossData_set_bossHpCurr_m1468783139(L_84, (((float)((float)L_85))), /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_86 = V_14; int32_t L_87 = V_6; NullCheck(L_86); ChallengeBossData_set_bossHPMax_m1218345922(L_86, (((float)((float)L_87))), /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_88 = V_14; int32_t L_89 = V_7; NullCheck(L_88); ChallengeBossData_set_status_m3215513512(L_88, L_89, /*hidden argument*/NULL); ChallengeBossTextManager_t1223296511 * L_90 = ChallengeBossTextManager_GetInstance_m518656186(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_91 = V_3; NullCheck(L_90); ChallengeBossText_t2436435923 * L_92 = ChallengeBossTextManager_GetChallengeBossText_m1579780430(L_90, L_91, /*hidden argument*/NULL); V_15 = L_92; ChallengeBossData_t4083313038 * L_93 = V_14; ChallengeBossText_t2436435923 * L_94 = V_15; NullCheck(L_94); String_t* L_95 = L_94->get_bossName_1(); NullCheck(L_93); ChallengeBossData_set_bossName_m430571085(L_93, L_95, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_96 = V_14; ChallengeBossText_t2436435923 * L_97 = V_15; NullCheck(L_97); String_t* L_98 = L_97->get_bossIntroduction_2(); NullCheck(L_96); ChallengeBossData_set_bossIntroduction_m1518546882(L_96, L_98, /*hidden argument*/NULL); ChallengeBossData_t4083313038 * L_99 = V_14; CGuildChallengeModel_AddChallengeBossData_m2141036467(__this, L_99, /*hidden argument*/NULL); int32_t L_100 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); } IL_01b5: { int32_t L_101 = V_2; int32_t L_102 = V_1; if ((((int32_t)L_101) < ((int32_t)L_102))) { goto IL_004c; } } { CGuildChallengeManager_t610245203 * L_103 = CGuildChallengeManager_GetInstance_m919782628(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_103); CGuildChallengeManager_Refresh_m4255072749(L_103, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeModel/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0__ctor_m2666430612 (U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuildChallengeModel/c__AnonStorey0::<>m__0(DMCore.Logic.ChallengeBossData) extern "C" IL2CPP_METHOD_ATTR bool U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_U3CU3Em__0_m3059630129 (U3CGetChallengeBossDataByBossIdU3Ec__AnonStorey0_t3906147723 * __this, ChallengeBossData_t4083313038 * ___d0, const RuntimeMethod* method) { { ChallengeBossData_t4083313038 * L_0 = ___d0; NullCheck(L_0); int32_t L_1 = ChallengeBossData_get_bossID_m3719603242(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_bossId_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeTeamManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager__ctor_m2910954015 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager__ctor_m2910954015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TeamMember_t3910888696 * L_0 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_0, ((int32_t)16233), _stringLiteral2018185146, ((int32_t)25), 1, (bool)0, /*hidden argument*/NULL); __this->set_my_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t3378899327 * L_1 = (List_1_t3378899327 *)il2cpp_codegen_object_new(List_1_t3378899327_il2cpp_TypeInfo_var); List_1__ctor_m628827891(L_1, /*hidden argument*/List_1__ctor_m628827891_RuntimeMethod_var); __this->set_waitTeamDataList_1(L_1); __this->set_isInTeam_2((bool)0); return; } } // DMCore.Logic.CGuildChallengeTeamManager DMCore.Logic.CGuildChallengeTeamManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildChallengeTeamManager_t4025118022 * CGuildChallengeTeamManager_GetInstance_m2991393696 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_GetInstance_m2991393696_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGuildChallengeTeamManager_t4025118022 * L_0 = ((CGuildChallengeTeamManager_t4025118022_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeTeamManager_t4025118022_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0014; } } { CGuildChallengeTeamManager_t4025118022 * L_1 = (CGuildChallengeTeamManager_t4025118022 *)il2cpp_codegen_object_new(CGuildChallengeTeamManager_t4025118022_il2cpp_TypeInfo_var); CGuildChallengeTeamManager__ctor_m2910954015(L_1, /*hidden argument*/NULL); ((CGuildChallengeTeamManager_t4025118022_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeTeamManager_t4025118022_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0014: { CGuildChallengeTeamManager_t4025118022 * L_2 = ((CGuildChallengeTeamManager_t4025118022_StaticFields*)il2cpp_codegen_static_fields_for(CGuildChallengeTeamManager_t4025118022_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::AddWaitTeamDataList(DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_AddWaitTeamDataList_m127503532 (CGuildChallengeTeamManager_t4025118022 * __this, WaitTeamData_t1906824585 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_AddWaitTeamDataList_m127503532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3378899327 * L_0 = __this->get_waitTeamDataList_1(); WaitTeamData_t1906824585 * L_1 = ___data0; NullCheck(L_0); List_1_Add_m2787252201(L_0, L_1, /*hidden argument*/List_1_Add_m2787252201_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::ClreaWaitTeamDataList() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_ClreaWaitTeamDataList_m4242170032 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_ClreaWaitTeamDataList_m4242170032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3378899327 * L_0 = __this->get_waitTeamDataList_1(); NullCheck(L_0); List_1_Clear_m638925339(L_0, /*hidden argument*/List_1_Clear_m638925339_RuntimeMethod_var); return; } } // System.Collections.Generic.List`1 DMCore.Logic.CGuildChallengeTeamManager::GetWaitTeamData() extern "C" IL2CPP_METHOD_ATTR List_1_t3378899327 * CGuildChallengeTeamManager_GetWaitTeamData_m2291733345 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method) { { List_1_t3378899327 * L_0 = __this->get_waitTeamDataList_1(); return L_0; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::RequestCreateTeam() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_RequestCreateTeam_m2883516222 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_RequestCreateTeam_m2883516222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_0 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CRoomMananger_set_CurRoomType_m3518981580(L_0, 2, /*hidden argument*/NULL); CRoomMananger_t1058696229 * L_1 = CRoomMananger_GetInstance_m3659614095(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(); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); CRoomMananger_CreateRoom_m3444586077(L_1, L_2, L_3, (bool)0, 1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::RequestTeamDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_RequestTeamDetail_m1935690750 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ___roomId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_RequestTeamDetail_m1935690750_MetadataUsageId); s_Il2CppMethodInitialized = true; } RoomInfo_t2137681786 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_0 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___roomId0; NullCheck(L_0); RoomInfo_t2137681786 * L_2 = CRoomMananger_GetRoomInfoByRoomId_m3394054778(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; uiGuildChallengeTeam_t580458821 * L_3 = uiGuildChallengeTeam_GetInstence_m2346303320(NULL /*static, unused*/, /*hidden argument*/NULL); RoomInfo_t2137681786 * L_4 = V_0; NullCheck(L_3); uiGuildChallengeTeam_ShowTeamDetail_m2516359820(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::RequestJoinTeam(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_RequestJoinTeam_m763023706 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ____teamId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_RequestJoinTeam_m763023706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_0 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ____teamId0; 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_0); CRoomMananger_EntryRoom_m794266310(L_0, 1, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::RequestExitTeam(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_RequestExitTeam_m1783528109 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ___memberId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_RequestExitTeam_m1783528109_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3799896857(L_1, ((int64_t)1111111111111LL), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___memberId0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::RequestDismissTeam(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_RequestDismissTeam_m1304142928 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ____teamId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_RequestDismissTeam_m1304142928_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3799896857(L_1, ((int64_t)1111111111111LL), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____teamId0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::RequestGetTeamList() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_RequestGetTeamList_m6614063 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager::JoinWaitTeam(DMCore.Logic.TeamMember,DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR bool CGuildChallengeTeamManager_JoinWaitTeam_m1479538514 (CGuildChallengeTeamManager_t4025118022 * __this, TeamMember_t3910888696 * ___teamMember0, WaitTeamData_t1906824585 * ___waitTeamData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_JoinWaitTeam_m1479538514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WaitTeamData_t1906824585 * L_0 = ___waitTeamData1; NullCheck(L_0); int32_t L_1 = L_0->get_teamPlayerCount_2(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_000e; } } { return (bool)0; } IL_000e: { WaitTeamData_t1906824585 * L_2 = ___waitTeamData1; NullCheck(L_2); List_1_t1087996142 * L_3 = L_2->get_teamMemberList_4(); TeamMember_t3910888696 * L_4 = ___teamMember0; NullCheck(L_3); List_1_Add_m2065630506(L_3, L_4, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_5 = ___waitTeamData1; WaitTeamData_t1906824585 * L_6 = L_5; NullCheck(L_6); int32_t L_7 = L_6->get_teamPlayerCount_2(); NullCheck(L_6); L_6->set_teamPlayerCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); uiGuildChallengeTeam_t580458821 * L_8 = uiGuildChallengeTeam_GetInstence_m2346303320(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); uiGuildChallengeTeam_RefreshData_m3547011516(L_8, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager::JoinWaitTeam(DMCore.Logic.TeamMember,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CGuildChallengeTeamManager_JoinWaitTeam_m2712687682 (CGuildChallengeTeamManager_t4025118022 * __this, TeamMember_t3910888696 * ___teamMember0, int32_t ___waitTeamId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_JoinWaitTeam_m2712687682_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 * V_0 = NULL; WaitTeamData_t1906824585 * V_1 = NULL; { U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 * L_0 = (U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 *)il2cpp_codegen_object_new(U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013_il2cpp_TypeInfo_var); U3CJoinWaitTeamU3Ec__AnonStorey0__ctor_m352812702(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 * L_1 = V_0; int32_t L_2 = ___waitTeamId1; NullCheck(L_1); L_1->set_waitTeamId_0(L_2); List_1_t3378899327 * L_3 = __this->get_waitTeamDataList_1(); U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CJoinWaitTeamU3Ec__AnonStorey0_U3CU3Em__0_m3478588079_RuntimeMethod_var; Predicate_1_t2732118709 * L_6 = (Predicate_1_t2732118709 *)il2cpp_codegen_object_new(Predicate_1_t2732118709_il2cpp_TypeInfo_var); Predicate_1__ctor_m3360089858(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m3360089858_RuntimeMethod_var); NullCheck(L_3); WaitTeamData_t1906824585 * L_7 = List_1_Find_m362894720(L_3, L_6, /*hidden argument*/List_1_Find_m362894720_RuntimeMethod_var); V_1 = L_7; TeamMember_t3910888696 * L_8 = ___teamMember0; WaitTeamData_t1906824585 * L_9 = V_1; bool L_10 = CGuildChallengeTeamManager_JoinWaitTeam_m1479538514(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager::JoinWaitTeam(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CGuildChallengeTeamManager_JoinWaitTeam_m3013679822 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ___waitTeamId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_JoinWaitTeam_m3013679822_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 * V_0 = NULL; WaitTeamData_t1906824585 * V_1 = NULL; { U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 * L_0 = (U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 *)il2cpp_codegen_object_new(U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877_il2cpp_TypeInfo_var); U3CJoinWaitTeamU3Ec__AnonStorey1__ctor_m145522334(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 * L_1 = V_0; int32_t L_2 = ___waitTeamId0; NullCheck(L_1); L_1->set_waitTeamId_0(L_2); List_1_t3378899327 * L_3 = __this->get_waitTeamDataList_1(); U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CJoinWaitTeamU3Ec__AnonStorey1_U3CU3Em__0_m1497597183_RuntimeMethod_var; Predicate_1_t2732118709 * L_6 = (Predicate_1_t2732118709 *)il2cpp_codegen_object_new(Predicate_1_t2732118709_il2cpp_TypeInfo_var); Predicate_1__ctor_m3360089858(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m3360089858_RuntimeMethod_var); NullCheck(L_3); WaitTeamData_t1906824585 * L_7 = List_1_Find_m362894720(L_3, L_6, /*hidden argument*/List_1_Find_m362894720_RuntimeMethod_var); V_1 = L_7; TeamMember_t3910888696 * L_8 = __this->get_my_3(); WaitTeamData_t1906824585 * L_9 = V_1; bool L_10 = CGuildChallengeTeamManager_JoinWaitTeam_m1479538514(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::LeaveWaitTeam(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_LeaveWaitTeam_m3997439812 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ___waitTeamId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_LeaveWaitTeam_m3997439812_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 * V_0 = NULL; WaitTeamData_t1906824585 * V_1 = NULL; { U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 * L_0 = (U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 *)il2cpp_codegen_object_new(U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948_il2cpp_TypeInfo_var); U3CLeaveWaitTeamU3Ec__AnonStorey2__ctor_m2281364(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 * L_1 = V_0; int32_t L_2 = ___waitTeamId0; NullCheck(L_1); L_1->set_waitTeamId_0(L_2); List_1_t3378899327 * L_3 = __this->get_waitTeamDataList_1(); U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CLeaveWaitTeamU3Ec__AnonStorey2_U3CU3Em__0_m417857893_RuntimeMethod_var; Predicate_1_t2732118709 * L_6 = (Predicate_1_t2732118709 *)il2cpp_codegen_object_new(Predicate_1_t2732118709_il2cpp_TypeInfo_var); Predicate_1__ctor_m3360089858(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m3360089858_RuntimeMethod_var); NullCheck(L_3); WaitTeamData_t1906824585 * L_7 = List_1_Find_m362894720(L_3, L_6, /*hidden argument*/List_1_Find_m362894720_RuntimeMethod_var); V_1 = L_7; WaitTeamData_t1906824585 * L_8 = V_1; NullCheck(L_8); List_1_t1087996142 * L_9 = L_8->get_teamMemberList_4(); TeamMember_t3910888696 * L_10 = __this->get_my_3(); NullCheck(L_9); List_1_Remove_m784173222(L_9, L_10, /*hidden argument*/List_1_Remove_m784173222_RuntimeMethod_var); WaitTeamData_t1906824585 * L_11 = V_1; WaitTeamData_t1906824585 * L_12 = L_11; NullCheck(L_12); int32_t L_13 = L_12->get_teamPlayerCount_2(); NullCheck(L_12); L_12->set_teamPlayerCount_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1))); uiGuildChallengeTeam_t580458821 * L_14 = uiGuildChallengeTeam_GetInstence_m2346303320(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); uiGuildChallengeTeam_RefreshData_m3547011516(L_14, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::RemoveWaitTeam(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_RemoveWaitTeam_m3049108197 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ___waitTeamId0, int32_t ___memberId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_RemoveWaitTeam_m3049108197_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * V_0 = NULL; WaitTeamData_t1906824585 * V_1 = NULL; TeamMember_t3910888696 * V_2 = NULL; { U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * L_0 = (U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 *)il2cpp_codegen_object_new(U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248_il2cpp_TypeInfo_var); U3CRemoveWaitTeamU3Ec__AnonStorey3__ctor_m3359644809(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * L_1 = V_0; int32_t L_2 = ___waitTeamId0; NullCheck(L_1); L_1->set_waitTeamId_0(L_2); U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * L_3 = V_0; int32_t L_4 = ___memberId1; NullCheck(L_3); L_3->set_memberId_1(L_4); List_1_t3378899327 * L_5 = __this->get_waitTeamDataList_1(); U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3CRemoveWaitTeamU3Ec__AnonStorey3_U3CU3Em__0_m2660057620_RuntimeMethod_var; Predicate_1_t2732118709 * L_8 = (Predicate_1_t2732118709 *)il2cpp_codegen_object_new(Predicate_1_t2732118709_il2cpp_TypeInfo_var); Predicate_1__ctor_m3360089858(L_8, L_6, L_7, /*hidden argument*/Predicate_1__ctor_m3360089858_RuntimeMethod_var); NullCheck(L_5); WaitTeamData_t1906824585 * L_9 = List_1_Find_m362894720(L_5, L_8, /*hidden argument*/List_1_Find_m362894720_RuntimeMethod_var); V_1 = L_9; WaitTeamData_t1906824585 * L_10 = V_1; NullCheck(L_10); List_1_t1087996142 * L_11 = L_10->get_teamMemberList_4(); U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * L_12 = V_0; intptr_t L_13 = (intptr_t)U3CRemoveWaitTeamU3Ec__AnonStorey3_U3CU3Em__1_m522316888_RuntimeMethod_var; Predicate_1_t441215524 * L_14 = (Predicate_1_t441215524 *)il2cpp_codegen_object_new(Predicate_1_t441215524_il2cpp_TypeInfo_var); Predicate_1__ctor_m4225115155(L_14, L_12, L_13, /*hidden argument*/Predicate_1__ctor_m4225115155_RuntimeMethod_var); NullCheck(L_11); TeamMember_t3910888696 * L_15 = List_1_Find_m1236244011(L_11, L_14, /*hidden argument*/List_1_Find_m1236244011_RuntimeMethod_var); V_2 = L_15; WaitTeamData_t1906824585 * L_16 = V_1; NullCheck(L_16); List_1_t1087996142 * L_17 = L_16->get_teamMemberList_4(); TeamMember_t3910888696 * L_18 = V_2; NullCheck(L_17); List_1_Remove_m784173222(L_17, L_18, /*hidden argument*/List_1_Remove_m784173222_RuntimeMethod_var); WaitTeamData_t1906824585 * L_19 = V_1; WaitTeamData_t1906824585 * L_20 = L_19; NullCheck(L_20); int32_t L_21 = L_20->get_teamPlayerCount_2(); NullCheck(L_20); L_20->set_teamPlayerCount_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))); uiGuildChallengeTeam_t580458821 * L_22 = uiGuildChallengeTeam_GetInstence_m2346303320(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); uiGuildChallengeTeam_RefreshData_m3547011516(L_22, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::CreateTeam() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_CreateTeam_m4232194380 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_CreateTeam_m4232194380_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_0 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_0); CRoomMananger_CreateRoom_m173605298(L_0, _stringLiteral62725243, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::DeleteTeam(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_DeleteTeam_m701306790 (CGuildChallengeTeamManager_t4025118022 * __this, int32_t ___waitTeamId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_DeleteTeam_m701306790_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 * V_0 = NULL; WaitTeamData_t1906824585 * V_1 = NULL; { U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 * L_0 = (U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 *)il2cpp_codegen_object_new(U3CDeleteTeamU3Ec__AnonStorey4_t4104256040_il2cpp_TypeInfo_var); U3CDeleteTeamU3Ec__AnonStorey4__ctor_m1557272541(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 * L_1 = V_0; int32_t L_2 = ___waitTeamId0; NullCheck(L_1); L_1->set_waitTeamId_0(L_2); List_1_t3378899327 * L_3 = __this->get_waitTeamDataList_1(); U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CDeleteTeamU3Ec__AnonStorey4_U3CU3Em__0_m1977445775_RuntimeMethod_var; Predicate_1_t2732118709 * L_6 = (Predicate_1_t2732118709 *)il2cpp_codegen_object_new(Predicate_1_t2732118709_il2cpp_TypeInfo_var); Predicate_1__ctor_m3360089858(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m3360089858_RuntimeMethod_var); NullCheck(L_3); WaitTeamData_t1906824585 * L_7 = List_1_Find_m362894720(L_3, L_6, /*hidden argument*/List_1_Find_m362894720_RuntimeMethod_var); V_1 = L_7; List_1_t3378899327 * L_8 = __this->get_waitTeamDataList_1(); WaitTeamData_t1906824585 * L_9 = V_1; NullCheck(L_8); List_1_Remove_m1702320707(L_8, L_9, /*hidden argument*/List_1_Remove_m1702320707_RuntimeMethod_var); TeamMember_t3910888696 * L_10 = __this->get_my_3(); NullCheck(L_10); L_10->set_isLeader_4((bool)0); uiGuildChallengeTeam_t580458821 * L_11 = uiGuildChallengeTeam_GetInstence_m2346303320(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); uiGuildChallengeTeam_RefreshData_m3547011516(L_11, /*hidden argument*/NULL); uiGuildChallengeTeam_t580458821 * L_12 = uiGuildChallengeTeam_GetInstence_m2346303320(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); uiGuildChallengeTeam_DeleteTeamBack_m3372226485(L_12, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildChallengeTeamManager::Test() extern "C" IL2CPP_METHOD_ATTR void CGuildChallengeTeamManager_Test_m3118155415 (CGuildChallengeTeamManager_t4025118022 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildChallengeTeamManager_Test_m3118155415_MetadataUsageId); s_Il2CppMethodInitialized = true; } WaitTeamData_t1906824585 * V_0 = NULL; WaitTeamData_t1906824585 * V_1 = NULL; WaitTeamData_t1906824585 * V_2 = NULL; WaitTeamData_t1906824585 * V_3 = NULL; { List_1_t3378899327 * L_0 = __this->get_waitTeamDataList_1(); NullCheck(L_0); List_1_Clear_m638925339(L_0, /*hidden argument*/List_1_Clear_m638925339_RuntimeMethod_var); WaitTeamData_t1906824585 * L_1 = (WaitTeamData_t1906824585 *)il2cpp_codegen_object_new(WaitTeamData_t1906824585_il2cpp_TypeInfo_var); WaitTeamData__ctor_m3750095806(L_1, ((int32_t)10011), _stringLiteral3299274182, 1, (bool)0, /*hidden argument*/NULL); V_0 = L_1; WaitTeamData_t1906824585 * L_2 = V_0; NullCheck(L_2); List_1_t1087996142 * L_3 = L_2->get_teamMemberList_4(); TeamMember_t3910888696 * L_4 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_4, 1, _stringLiteral3134067980, ((int32_t)20), 1, (bool)1, /*hidden argument*/NULL); NullCheck(L_3); List_1_Add_m2065630506(L_3, L_4, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_5 = (WaitTeamData_t1906824585 *)il2cpp_codegen_object_new(WaitTeamData_t1906824585_il2cpp_TypeInfo_var); WaitTeamData__ctor_m3750095806(L_5, ((int32_t)10012), _stringLiteral1733190241, 2, (bool)0, /*hidden argument*/NULL); V_1 = L_5; WaitTeamData_t1906824585 * L_6 = V_1; NullCheck(L_6); List_1_t1087996142 * L_7 = L_6->get_teamMemberList_4(); TeamMember_t3910888696 * L_8 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_8, ((int32_t)1231), _stringLiteral3851949138, ((int32_t)25), 1, (bool)1, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m2065630506(L_7, L_8, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_9 = V_1; NullCheck(L_9); List_1_t1087996142 * L_10 = L_9->get_teamMemberList_4(); TeamMember_t3910888696 * L_11 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_11, ((int32_t)1223), _stringLiteral3209251224, ((int32_t)25), 1, (bool)0, /*hidden argument*/NULL); NullCheck(L_10); List_1_Add_m2065630506(L_10, L_11, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_12 = (WaitTeamData_t1906824585 *)il2cpp_codegen_object_new(WaitTeamData_t1906824585_il2cpp_TypeInfo_var); WaitTeamData__ctor_m3750095806(L_12, ((int32_t)10013), _stringLiteral167106300, 2, (bool)0, /*hidden argument*/NULL); V_2 = L_12; WaitTeamData_t1906824585 * L_13 = V_2; NullCheck(L_13); List_1_t1087996142 * L_14 = L_13->get_teamMemberList_4(); TeamMember_t3910888696 * L_15 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_15, ((int32_t)1213), _stringLiteral1556700237, ((int32_t)25), 1, (bool)1, /*hidden argument*/NULL); NullCheck(L_14); List_1_Add_m2065630506(L_14, L_15, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_16 = V_2; NullCheck(L_16); List_1_t1087996142 * L_17 = L_16->get_teamMemberList_4(); TeamMember_t3910888696 * L_18 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_18, ((int32_t)2122), _stringLiteral633866524, ((int32_t)25), (-1), (bool)0, /*hidden argument*/NULL); NullCheck(L_17); List_1_Add_m2065630506(L_17, L_18, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_19 = (WaitTeamData_t1906824585 *)il2cpp_codegen_object_new(WaitTeamData_t1906824585_il2cpp_TypeInfo_var); WaitTeamData__ctor_m3750095806(L_19, ((int32_t)10014), _stringLiteral167106300, 3, (bool)1, /*hidden argument*/NULL); V_3 = L_19; WaitTeamData_t1906824585 * L_20 = V_3; NullCheck(L_20); List_1_t1087996142 * L_21 = L_20->get_teamMemberList_4(); TeamMember_t3910888696 * L_22 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_22, ((int32_t)1623), _stringLiteral1556700237, ((int32_t)25), 1, (bool)1, /*hidden argument*/NULL); NullCheck(L_21); List_1_Add_m2065630506(L_21, L_22, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_23 = V_3; NullCheck(L_23); List_1_t1087996142 * L_24 = L_23->get_teamMemberList_4(); TeamMember_t3910888696 * L_25 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_25, ((int32_t)1422), _stringLiteral1326396148, ((int32_t)25), (-1), (bool)0, /*hidden argument*/NULL); NullCheck(L_24); List_1_Add_m2065630506(L_24, L_25, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); WaitTeamData_t1906824585 * L_26 = V_3; NullCheck(L_26); List_1_t1087996142 * L_27 = L_26->get_teamMemberList_4(); TeamMember_t3910888696 * L_28 = (TeamMember_t3910888696 *)il2cpp_codegen_object_new(TeamMember_t3910888696_il2cpp_TypeInfo_var); TeamMember__ctor_m2730218717(L_28, ((int32_t)1452), _stringLiteral1326396148, ((int32_t)25), (-1), (bool)0, /*hidden argument*/NULL); NullCheck(L_27); List_1_Add_m2065630506(L_27, L_28, /*hidden argument*/List_1_Add_m2065630506_RuntimeMethod_var); List_1_t3378899327 * L_29 = __this->get_waitTeamDataList_1(); WaitTeamData_t1906824585 * L_30 = V_0; NullCheck(L_29); List_1_Add_m2787252201(L_29, L_30, /*hidden argument*/List_1_Add_m2787252201_RuntimeMethod_var); List_1_t3378899327 * L_31 = __this->get_waitTeamDataList_1(); WaitTeamData_t1906824585 * L_32 = V_1; NullCheck(L_31); List_1_Add_m2787252201(L_31, L_32, /*hidden argument*/List_1_Add_m2787252201_RuntimeMethod_var); List_1_t3378899327 * L_33 = __this->get_waitTeamDataList_1(); WaitTeamData_t1906824585 * L_34 = V_2; NullCheck(L_33); List_1_Add_m2787252201(L_33, L_34, /*hidden argument*/List_1_Add_m2787252201_RuntimeMethod_var); List_1_t3378899327 * L_35 = __this->get_waitTeamDataList_1(); WaitTeamData_t1906824585 * L_36 = V_3; NullCheck(L_35); List_1_Add_m2787252201(L_35, L_36, /*hidden argument*/List_1_Add_m2787252201_RuntimeMethod_var); uiGuildChallengeTeam_t580458821 * L_37 = uiGuildChallengeTeam_GetInstence_m2346303320(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); uiGuildChallengeTeam_RefreshData_m3547011516(L_37, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDeleteTeamU3Ec__AnonStorey4__ctor_m1557272541 (U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey4::<>m__0(DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR bool U3CDeleteTeamU3Ec__AnonStorey4_U3CU3Em__0_m1977445775 (U3CDeleteTeamU3Ec__AnonStorey4_t4104256040 * __this, WaitTeamData_t1906824585 * ___wtdl0, const RuntimeMethod* method) { { WaitTeamData_t1906824585 * L_0 = ___wtdl0; NullCheck(L_0); int32_t L_1 = L_0->get_teamId_0(); int32_t L_2 = __this->get_waitTeamId_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CJoinWaitTeamU3Ec__AnonStorey0__ctor_m352812702 (U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey0::<>m__0(DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR bool U3CJoinWaitTeamU3Ec__AnonStorey0_U3CU3Em__0_m3478588079 (U3CJoinWaitTeamU3Ec__AnonStorey0_t3091179013 * __this, WaitTeamData_t1906824585 * ___wtdl0, const RuntimeMethod* method) { { WaitTeamData_t1906824585 * L_0 = ___wtdl0; NullCheck(L_0); int32_t L_1 = L_0->get_teamId_0(); int32_t L_2 = __this->get_waitTeamId_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CJoinWaitTeamU3Ec__AnonStorey1__ctor_m145522334 (U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey1::<>m__0(DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR bool U3CJoinWaitTeamU3Ec__AnonStorey1_U3CU3Em__0_m1497597183 (U3CJoinWaitTeamU3Ec__AnonStorey1_t1134863877 * __this, WaitTeamData_t1906824585 * ___wtdl0, const RuntimeMethod* method) { { WaitTeamData_t1906824585 * L_0 = ___wtdl0; NullCheck(L_0); int32_t L_1 = L_0->get_teamId_0(); int32_t L_2 = __this->get_waitTeamId_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLeaveWaitTeamU3Ec__AnonStorey2__ctor_m2281364 (U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey2::<>m__0(DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR bool U3CLeaveWaitTeamU3Ec__AnonStorey2_U3CU3Em__0_m417857893 (U3CLeaveWaitTeamU3Ec__AnonStorey2_t1430637948 * __this, WaitTeamData_t1906824585 * ___wtdl0, const RuntimeMethod* method) { { WaitTeamData_t1906824585 * L_0 = ___wtdl0; NullCheck(L_0); int32_t L_1 = L_0->get_teamId_0(); int32_t L_2 = __this->get_waitTeamId_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRemoveWaitTeamU3Ec__AnonStorey3__ctor_m3359644809 (U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3::<>m__0(DMCore.Logic.WaitTeamData) extern "C" IL2CPP_METHOD_ATTR bool U3CRemoveWaitTeamU3Ec__AnonStorey3_U3CU3Em__0_m2660057620 (U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * __this, WaitTeamData_t1906824585 * ___wtdl0, const RuntimeMethod* method) { { WaitTeamData_t1906824585 * L_0 = ___wtdl0; NullCheck(L_0); int32_t L_1 = L_0->get_teamId_0(); int32_t L_2 = __this->get_waitTeamId_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean DMCore.Logic.CGuildChallengeTeamManager/c__AnonStorey3::<>m__1(DMCore.Logic.TeamMember) extern "C" IL2CPP_METHOD_ATTR bool U3CRemoveWaitTeamU3Ec__AnonStorey3_U3CU3Em__1_m522316888 (U3CRemoveWaitTeamU3Ec__AnonStorey3_t4167003248 * __this, TeamMember_t3910888696 * ___rM0, const RuntimeMethod* method) { { TeamMember_t3910888696 * L_0 = ___rM0; NullCheck(L_0); int32_t L_1 = L_0->get_memberId_0(); int32_t L_2 = __this->get_memberId_1(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildData__ctor_m2735126153 (CGuildData_t2153593818 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildData__ctor_m2735126153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_GuildID_0(0); __this->set_PhotoID_1((((int64_t)((int64_t)0)))); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_GuildName_2(L_0); __this->set_GuildLevel_3(0); __this->set_CurLevelExperience_4(0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_OwnerName_5(L_1); __this->set_DistrictID_6(0); __this->set_CurMemberCount_7(0); __this->set_MaxMemberCount_8(0); __this->set_IsBeApplying_9((bool)0); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_CreateDate_10(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Signature_11(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Notice_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_DissolveTime_13(L_5); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_CurServerTime_14(L_6); __this->set_UpLevelExperience_16(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildLog::.ctor(DMCore.Logic.CLogData) extern "C" IL2CPP_METHOD_ATTR void CGuildLog__ctor_m2392312383 (CGuildLog_t1708304259 * __this, CLogData_t998132375 * ___dataVal0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CLogData_t998132375 * L_0 = ___dataVal0; __this->set_m_Data_0(L_0); return; } } // System.Int32 DMCore.Logic.CGuildLog::get_OpType() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildLog_get_OpType_m1460118396 (CGuildLog_t1708304259 * __this, const RuntimeMethod* method) { { CLogData_t998132375 * L_0 = __this->get_m_Data_0(); NullCheck(L_0); int32_t L_1 = L_0->get_OpType_0(); return L_1; } } // System.Void DMCore.Logic.CGuildLog::set_Data(DMCore.Logic.CLogData) extern "C" IL2CPP_METHOD_ATTR void CGuildLog_set_Data_m244257944 (CGuildLog_t1708304259 * __this, CLogData_t998132375 * ___value0, const RuntimeMethod* method) { { CLogData_t998132375 * L_0 = ___value0; __this->set_m_Data_0(L_0); return; } } // DMCore.Logic.CLogData DMCore.Logic.CGuildLog::get_Data() extern "C" IL2CPP_METHOD_ATTR CLogData_t998132375 * CGuildLog_get_Data_m2881338169 (CGuildLog_t1708304259 * __this, const RuntimeMethod* method) { { CLogData_t998132375 * L_0 = __this->get_m_Data_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGuildManager__ctor_m4027352961 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager__ctor_m4027352961_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_newName_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ITaskBase_1_t2595950535 * L_1 = (ITaskBase_1_t2595950535 *)il2cpp_codegen_object_new(ITaskBase_1_t2595950535_il2cpp_TypeInfo_var); ITaskBase_1__ctor_m3501485401(L_1, /*hidden argument*/ITaskBase_1__ctor_m3501485401_RuntimeMethod_var); __this->set_m_InvitorList_5(L_1); List_1_t2148006193 * L_2 = (List_1_t2148006193 *)il2cpp_codegen_object_new(List_1_t2148006193_il2cpp_TypeInfo_var); List_1__ctor_m1420689025(L_2, /*hidden argument*/List_1__ctor_m1420689025_RuntimeMethod_var); __this->set_m_GuildList_6(L_2); __this->set_m_ActiveGuildID_8((-1)); CGuildManager_set_CurrentPage_m2212909677(__this, 1, /*hidden argument*/NULL); __this->set_m_IsGuildIDChanged_10((bool)0); __this->set_m_IsGuildDataUpdate_11((bool)0); __this->set_m_IsGuildListChangedReady_12((bool)0); __this->set_m_IsGuildListChanged_13((bool)0); __this->set_m_IsSelfGuildBaseChanged_14((bool)0); __this->set_m_IsSelfGuildMemberChanged_15((bool)0); __this->set_m_IsSelfGuildLogChanged_16((bool)0); __this->set_m_IsSelfJoinInRequestChanged_17((bool)0); __this->set_m_IsCreateConditonChanged_18((bool)0); __this->set_m_IsCreateGuildSuccess_19((bool)0); __this->set_m_IsOtherGuildInfoChanged_20((bool)0); __this->set_m_IsGuildDutyChanged_21((bool)0); __this->set_m_IsReadyToGetMoreMemebers_22((bool)0); __this->set_m_BeKickOutGuildAndNeedBox_25((bool)0); __this->set_m_GuildListState_23(3); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_LastGuildSearchKey_24(L_3); return; } } // DMCore.Logic.CGuildManager DMCore.Logic.CGuildManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGuildManager_t3445311192 * CGuildManager_GetInstance_m2368575480 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetInstance_m2368575480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_0 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_s_Instance_27(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_1 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_s_Instance_27(); return L_1; } IL_0010: { CGuildManager_t3445311192 * L_2 = (CGuildManager_t3445311192 *)il2cpp_codegen_object_new(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager__ctor_m4027352961(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->set_s_Instance_27(L_2); CGuildManager_t3445311192 * L_3 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_s_Instance_27(); return L_3; } } // System.Void DMCore.Logic.CGuildManager::RequestCreateGuild(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestCreateGuild_m1695645213 (CGuildManager_t3445311192 * __this, String_t* ___guildName0, int32_t ___districtID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestCreateGuild_m1695645213_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)900), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; String_t* L_3 = ___guildName0; NullCheck(L_2); CDataArray_Push_m1799687930(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___districtID1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::RequestGuildListData() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildListData_m587338837 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestGuildListData_m587338837_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)901), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = CGuildManager_get_CurrentPage_m3794347939(__this, /*hidden argument*/NULL); NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); int32_t L_5 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_PAGE_SIZE_26(); NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::InviteJoinInGuild(System.Int64,System.String) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_InviteJoinInGuild_m618456257 (CGuildManager_t3445311192 * __this, int64_t ___beInvitedUser0, String_t* ___appendMsg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_InviteJoinInGuild_m618456257_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)902), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___beInvitedUser0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; String_t* L_5 = ___appendMsg1; NullCheck(L_4); CDataArray_Push_m1799687930(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::AckInviteJoinInGuild(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_AckInviteJoinInGuild_m2942963395 (CGuildManager_t3445311192 * __this, bool ___result0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_AckInviteJoinInGuild_m2942963395_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CDataArray_t4068198041 * G_B4_0 = NULL; CDataArray_t4068198041 * G_B3_0 = NULL; int32_t G_B5_0 = 0; CDataArray_t4068198041 * G_B5_1 = NULL; { CDataArray_t4068198041 * L_0 = ___userData1; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)903), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; CDataArray_t4068198041 * L_4 = ___userData1; NullCheck(L_4); int32_t L_5 = CDataArray_GetInt_m1111369473(L_4, 1, 0, /*hidden argument*/NULL); NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; bool L_7 = ___result0; G_B3_0 = L_6; if (!L_7) { G_B4_0 = L_6; goto IL_0033; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; goto IL_0034; } IL_0033: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0034: { NullCheck(G_B5_1); CDataArray_Push_m3820844360(G_B5_1, G_B5_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; CDataArray_t4068198041 * L_9 = ___userData1; NullCheck(L_9); int64_t L_10 = CDataArray_GetLong_m4094450536(L_9, 3, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_8); CDataArray_Push_m3799896857(L_8, L_10, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_0; NullCheck(L_11); CDataArray_Flush_m1077150699(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_12 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); ITaskBase_1_t2595950535 * L_13 = CGuildManager_get_InvitorList_m2110384913(L_12, /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = ___userData1; NullCheck(L_14); int64_t L_15 = CDataArray_GetLong_m4094450536(L_14, 3, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_13); ITaskBase_1_RemoveTask_m2603698764(L_13, L_15, /*hidden argument*/ITaskBase_1_RemoveTask_m2603698764_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CGuildManager::RequestJoinInGuild(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestJoinInGuild_m820160075 (CGuildManager_t3445311192 * __this, int32_t ___guildID0, bool ___isApply1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestJoinInGuild_m820160075_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CDataArray_t4068198041 * G_B2_0 = NULL; CDataArray_t4068198041 * G_B1_0 = NULL; int32_t G_B3_0 = 0; CDataArray_t4068198041 * G_B3_1 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; bool L_2 = ___isApply1; G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_0017; } } { G_B3_0 = ((int32_t)904); G_B3_1 = G_B1_0; goto IL_001c; } IL_0017: { G_B3_0 = ((int32_t)916); G_B3_1 = G_B2_0; } IL_001c: { NullCheck(G_B3_1); CDataArray_Push_m3820844360(G_B3_1, G_B3_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___guildID0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::RequestJoinInGuild(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestJoinInGuild_m1516327612 (CGuildManager_t3445311192 * __this, bool ___isApply0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestJoinInGuild_m1516327612_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; CDataArray_t4068198041 * G_B2_0 = NULL; CDataArray_t4068198041 * G_B1_0 = NULL; int32_t G_B3_0 = 0; CDataArray_t4068198041 * G_B3_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_0 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CGuildManager_get_ReQuestGuildID_m3853833767(L_0, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_2, /*hidden argument*/NULL); V_1 = L_2; CDataArray_t4068198041 * L_3 = V_1; bool L_4 = ___isApply0; G_B1_0 = L_3; if (!L_4) { G_B2_0 = L_3; goto IL_0022; } } { G_B3_0 = ((int32_t)904); G_B3_1 = G_B1_0; goto IL_0027; } IL_0022: { G_B3_0 = ((int32_t)916); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); CDataArray_Push_m3820844360(G_B3_1, G_B3_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; int32_t L_6 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::DistributeGuildRight(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_DistributeGuildRight_m3098457838 (CGuildManager_t3445311192 * __this, int64_t ___destUserID0, int32_t ___option1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_DistributeGuildRight_m3098457838_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)905), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___destUserID0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___option1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::ExpelGuildMember(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_ExpelGuildMember_m2428951803 (CGuildManager_t3445311192 * __this, int64_t ___destUserID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_ExpelGuildMember_m2428951803_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)906), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___destUserID0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::TransferGuildOwner(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_TransferGuildOwner_m2279996084 (CGuildManager_t3445311192 * __this, int64_t ___destUserID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_TransferGuildOwner_m2279996084_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)907), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___destUserID0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::DissolveSelfGuild(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_DissolveSelfGuild_m1340939964 (CGuildManager_t3445311192 * __this, bool ___bReally0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_DissolveSelfGuild_m1340939964_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CDataArray_t4068198041 * G_B2_0 = NULL; CDataArray_t4068198041 * G_B1_0 = NULL; int32_t G_B3_0 = 0; CDataArray_t4068198041 * G_B3_1 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; bool L_2 = ___bReally0; G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_0017; } } { G_B3_0 = ((int32_t)908); G_B3_1 = G_B1_0; goto IL_001c; } IL_0017: { G_B3_0 = ((int32_t)918); G_B3_1 = G_B2_0; } IL_001c: { NullCheck(G_B3_1); CDataArray_Push_m3820844360(G_B3_1, G_B3_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Flush_m1077150699(L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::QuitSelfGuild() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_QuitSelfGuild_m2579817275 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_QuitSelfGuild_m2579817275_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)909), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::GuildNoticeManage(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_GuildNoticeManage_m1429536200 (CGuildManager_t3445311192 * __this, String_t* ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GuildNoticeManage_m1429536200_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)910), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; String_t* L_3 = ___content0; NullCheck(L_2); CDataArray_Push_m1799687930(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::SearchTargetGuild(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_SearchTargetGuild_m775672919 (CGuildManager_t3445311192 * __this, String_t* ___searchKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_SearchTargetGuild_m775672919_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)911), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; String_t* L_3 = ___searchKey0; NullCheck(L_2); CDataArray_Push_m1799687930(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::RequestGuildBaseInfo() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildBaseInfo_m1285962954 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestGuildBaseInfo_m1285962954_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)912), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::RequestGuildBaseInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildBaseInfo_m1643660639 (CGuildManager_t3445311192 * __this, int32_t ___guildID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestGuildBaseInfo_m1643660639_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)912), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___guildID0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::RequestGuildMemberInfo() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildMemberInfo_m1033998411 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestGuildMemberInfo_m1033998411_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)913), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::RequestGuildNoticeInfo() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildNoticeInfo_m485974182 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestGuildNoticeInfo_m485974182_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)914), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::RequestGuildLogInfo() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestGuildLogInfo_m2490298965 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestGuildLogInfo_m2490298965_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)915), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::GuildSignatureManage(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_GuildSignatureManage_m1783927430 (CGuildManager_t3445311192 * __this, String_t* ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GuildSignatureManage_m1783927430_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)917), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; String_t* L_3 = ___content0; NullCheck(L_2); CDataArray_Push_m1799687930(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::OpenRequestJoinInList() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_OpenRequestJoinInList_m2664938059 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_OpenRequestJoinInList_m2664938059_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)919), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::ProcessJoinInRequest(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_ProcessJoinInRequest_m2233421839 (CGuildManager_t3445311192 * __this, int64_t ___destUserID0, bool ___bAllowed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_ProcessJoinInRequest_m2233421839_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CDataArray_t4068198041 * G_B2_0 = NULL; CDataArray_t4068198041 * G_B1_0 = NULL; int32_t G_B3_0 = 0; CDataArray_t4068198041 * G_B3_1 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)920), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___destUserID0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; bool L_5 = ___bAllowed1; G_B1_0 = L_4; if (!L_5) { G_B2_0 = L_4; goto IL_0025; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; goto IL_0026; } IL_0025: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0026: { NullCheck(G_B3_1); CDataArray_Push_m3820844360(G_B3_1, G_B3_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::SendSignInRequest() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_SendSignInRequest_m3775023859 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_SendSignInRequest_m3775023859_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)921), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::GetCreateGuildCondtion() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_GetCreateGuildCondtion_m173667118 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetCreateGuildCondtion_m173667118_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)923), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::SortGuildList() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_SortGuildList_m2710109585 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_SortGuildList_m2710109585_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2148006193 * G_B3_0 = NULL; List_1_t2148006193 * G_B2_0 = NULL; { List_1_t2148006193 * L_0 = __this->get_m_GuildList_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2546870982(L_0, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); if (!L_1) { goto IL_0038; } } { List_1_t2148006193 * L_2 = __this->get_m_GuildList_6(); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); Comparison_1_t450862630 * L_3 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_28(); G_B2_0 = L_2; if (L_3) { G_B3_0 = L_2; goto IL_002e; } } { intptr_t L_4 = (intptr_t)CGuildManager__SortFunctor_m4091585514_RuntimeMethod_var; Comparison_1_t450862630 * L_5 = (Comparison_1_t450862630 *)il2cpp_codegen_object_new(Comparison_1_t450862630_il2cpp_TypeInfo_var); Comparison_1__ctor_m2389944992(L_5, NULL, L_4, /*hidden argument*/Comparison_1__ctor_m2389944992_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_28(L_5); G_B3_0 = G_B2_0; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); Comparison_1_t450862630 * L_6 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_28(); NullCheck(G_B3_0); List_1_Sort_m2328922505(G_B3_0, L_6, /*hidden argument*/List_1_Sort_m2328922505_RuntimeMethod_var); } IL_0038: { return; } } // System.Boolean DMCore.Logic.CGuildManager::AddGuild(DMCore.Logic.CGuildData) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_AddGuild_m1870079756 (CGuildManager_t3445311192 * __this, CGuildData_t2153593818 * ___dataVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_AddGuild_m1870079756_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuild_t675931451 * V_0 = NULL; CGuild_t675931451 * V_1 = NULL; { CGuildData_t2153593818 * L_0 = ___dataVal0; if (!L_0) { goto IL_0012; } } { CGuildData_t2153593818 * L_1 = ___dataVal0; NullCheck(L_1); int32_t L_2 = L_1->get_GuildID_0(); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { CGuildData_t2153593818 * L_3 = ___dataVal0; NullCheck(L_3); int32_t L_4 = L_3->get_GuildID_0(); CGuild_t675931451 * L_5 = CGuildManager_GetGuildByID_m1722464464(__this, (((int64_t)((int64_t)L_4))), /*hidden argument*/NULL); V_0 = L_5; CGuild_t675931451 * L_6 = V_0; if (!L_6) { goto IL_002a; } } { return (bool)0; } IL_002a: { List_1_t2148006193 * L_7 = __this->get_m_GuildList_6(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m2546870982(L_7, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); CGuildData_t2153593818 * L_9 = ___dataVal0; CGuild_t675931451 * L_10 = (CGuild_t675931451 *)il2cpp_codegen_object_new(CGuild_t675931451_il2cpp_TypeInfo_var); CGuild__ctor_m2018794379(L_10, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; List_1_t2148006193 * L_11 = __this->get_m_GuildList_6(); CGuild_t675931451 * L_12 = V_1; NullCheck(L_11); List_1_Add_m3856566751(L_11, L_12, /*hidden argument*/List_1_Add_m3856566751_RuntimeMethod_var); return (bool)1; } } // System.Boolean DMCore.Logic.CGuildManager::DelGuild(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_DelGuild_m3316814488 (CGuildManager_t3445311192 * __this, int64_t ___guildID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_DelGuild_m3316814488_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuild_t675931451 * V_0 = NULL; { int64_t L_0 = ___guildID0; CGuild_t675931451 * L_1 = CGuildManager_GetGuildByID_m1722464464(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CGuild_t675931451 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { CGuild_t675931451 * L_3 = V_0; NullCheck(L_3); CGuild_ClearAll_m106851382(L_3, /*hidden argument*/NULL); List_1_t2148006193 * L_4 = __this->get_m_GuildList_6(); CGuild_t675931451 * L_5 = V_0; NullCheck(L_4); bool L_6 = List_1_Remove_m3889946525(L_4, L_5, /*hidden argument*/List_1_Remove_m3889946525_RuntimeMethod_var); return L_6; } } // System.Boolean DMCore.Logic.CGuildManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_ClearAll_m852546515 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_ClearAll_m852546515_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CGuild_t675931451 * V_2 = NULL; { List_1_t2148006193 * L_0 = __this->get_m_GuildList_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2546870982(L_0, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); V_0 = L_1; int32_t L_2 = V_0; if (L_2) { goto IL_0014; } } { return (bool)1; } IL_0014: { V_1 = 0; goto IL_0033; } IL_001b: { int32_t L_3 = V_1; CGuild_t675931451 * L_4 = CGuildManager_GetGuildByIndex_m1692842336(__this, L_3, /*hidden argument*/NULL); V_2 = L_4; CGuild_t675931451 * L_5 = V_2; if (!L_5) { goto IL_002f; } } { CGuild_t675931451 * L_6 = V_2; NullCheck(L_6); CGuild_ClearAll_m106851382(L_6, /*hidden argument*/NULL); } IL_002f: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0033: { int32_t L_8 = V_1; int32_t L_9 = V_0; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_001b; } } { List_1_t2148006193 * L_10 = __this->get_m_GuildList_6(); NullCheck(L_10); List_1_Clear_m2232263009(L_10, /*hidden argument*/List_1_Clear_m2232263009_RuntimeMethod_var); return (bool)1; } } // System.Boolean DMCore.Logic.CGuildManager::UpdateGuild(DMCore.Logic.CGuildData,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_UpdateGuild_m3826775573 (CGuildManager_t3445311192 * __this, CGuildData_t2153593818 * ___dataVal0, bool ___isFirstTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_UpdateGuild_m3826775573_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuild_t675931451 * V_0 = NULL; List_1_t2148006193 * G_B7_0 = NULL; List_1_t2148006193 * G_B6_0 = NULL; { CGuildData_t2153593818 * L_0 = ___dataVal0; if (!L_0) { goto IL_0012; } } { CGuildData_t2153593818 * L_1 = ___dataVal0; NullCheck(L_1); int32_t L_2 = L_1->get_GuildID_0(); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { CGuildData_t2153593818 * L_3 = ___dataVal0; NullCheck(L_3); int32_t L_4 = L_3->get_GuildID_0(); CGuild_t675931451 * L_5 = CGuildManager_GetGuildByID_m1722464464(__this, (((int64_t)((int64_t)L_4))), /*hidden argument*/NULL); V_0 = L_5; CGuild_t675931451 * L_6 = V_0; if (L_6) { goto IL_0035; } } { CGuildData_t2153593818 * L_7 = ___dataVal0; CGuildManager_AddGuild_m1870079756(__this, L_7, /*hidden argument*/NULL); goto IL_006b; } IL_0035: { CGuild_t675931451 * L_8 = V_0; CGuildData_t2153593818 * L_9 = ___dataVal0; NullCheck(L_8); CGuild_set_Data_m2678138625(L_8, L_9, /*hidden argument*/NULL); List_1_t2148006193 * L_10 = __this->get_m_GuildList_6(); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); Comparison_1_t450862630 * L_11 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_29(); G_B6_0 = L_10; if (L_11) { G_B7_0 = L_10; goto IL_005a; } } { intptr_t L_12 = (intptr_t)CGuildManager__SortFunctor_m4091585514_RuntimeMethod_var; Comparison_1_t450862630 * L_13 = (Comparison_1_t450862630 *)il2cpp_codegen_object_new(Comparison_1_t450862630_il2cpp_TypeInfo_var); Comparison_1__ctor_m2389944992(L_13, NULL, L_12, /*hidden argument*/Comparison_1__ctor_m2389944992_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_29(L_13); G_B7_0 = G_B6_0; } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); Comparison_1_t450862630 * L_14 = ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_29(); NullCheck(G_B7_0); List_1_Sort_m2328922505(G_B7_0, L_14, /*hidden argument*/List_1_Sort_m2328922505_RuntimeMethod_var); __this->set_m_IsGuildDataUpdate_11((bool)1); } IL_006b: { bool L_15 = ___isFirstTime1; if (!L_15) { goto IL_008c; } } { CGuild_t675931451 * L_16 = V_0; if (L_16) { goto IL_0085; } } { CGuildData_t2153593818 * L_17 = ___dataVal0; NullCheck(L_17); int32_t L_18 = L_17->get_GuildID_0(); CGuild_t675931451 * L_19 = CGuildManager_GetGuildByID_m1722464464(__this, (((int64_t)((int64_t)L_18))), /*hidden argument*/NULL); V_0 = L_19; } IL_0085: { CGuild_t675931451 * L_20 = V_0; NullCheck(L_20); CGuild_set_IsBaseInfoReady_m4231660660(L_20, (bool)1, /*hidden argument*/NULL); } IL_008c: { return (bool)1; } } // System.Boolean DMCore.Logic.CGuildManager::UpdateGuildMemberInfo(System.Int64,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_UpdateGuildMemberInfo_m1521144290 (CGuildManager_t3445311192 * __this, int64_t ___userID0, String_t* ___fieldName1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_UpdateGuildMemberInfo_m1521144290_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuild_t675931451 * V_0 = NULL; CGuildRole_t1534135880 * V_1 = NULL; String_t* V_2 = NULL; CGuildRole_t1534135880 * V_3 = NULL; int32_t V_4 = 0; CGuildRole_t1534135880 * V_5 = NULL; { CGuild_t675931451 * L_0 = CGuildManager_GetSelfGuild_m659507340(__this, /*hidden argument*/NULL); V_0 = L_0; CGuild_t675931451 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { CGuild_t675931451 * L_2 = V_0; int64_t L_3 = ___userID0; NullCheck(L_2); CGuildRole_t1534135880 * L_4 = CGuild_GetGuildMember_m3670609675(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; CGuildRole_t1534135880 * L_5 = V_1; if (L_5) { goto IL_001f; } } { return (bool)0; } IL_001f: { String_t* L_6 = ___fieldName1; NullCheck(L_6); String_t* L_7 = String_ToLower_m2029374922(L_6, /*hidden argument*/NULL); V_2 = L_7; String_t* L_8 = V_2; if (!L_8) { goto IL_0188; } } { String_t* L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral2331116290, /*hidden argument*/NULL); if (L_10) { goto IL_0091; } } { String_t* L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral663393353, /*hidden argument*/NULL); if (L_12) { goto IL_00a7; } } { String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral2020569911, /*hidden argument*/NULL); if (L_14) { goto IL_00b4; } } { String_t* L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, _stringLiteral2117636933, /*hidden argument*/NULL); if (L_16) { goto IL_0150; } } { String_t* L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, _stringLiteral1690046693, /*hidden argument*/NULL); if (L_18) { goto IL_0166; } } { String_t* L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, _stringLiteral1843527928, /*hidden argument*/NULL); if (L_20) { goto IL_0177; } } { goto IL_0188; } IL_0091: { CGuildRole_t1534135880 * L_21 = V_1; NullCheck(L_21); CMemberData_t1242630376 * L_22 = CGuildRole_get_Data_m1897179038(L_21, /*hidden argument*/NULL); String_t* L_23 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_24 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_Duty_5(L_24); goto IL_018a; } IL_00a7: { CGuild_t675931451 * L_25 = V_0; int64_t L_26 = ___userID0; NullCheck(L_25); CGuild_DelMember_m3838864605(L_25, L_26, /*hidden argument*/NULL); goto IL_018a; } IL_00b4: { CGuild_t675931451 * L_27 = V_0; NullCheck(L_27); CGuildData_t2153593818 * L_28 = CGuild_get_Data_m336040289(L_27, /*hidden argument*/NULL); CGuildRole_t1534135880 * L_29 = V_1; NullCheck(L_29); CMemberData_t1242630376 * L_30 = CGuildRole_get_Data_m1897179038(L_29, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31 = L_30->get_Name_2(); NullCheck(L_28); L_28->set_OwnerName_5(L_31); CGuildRole_t1534135880 * L_32 = CGuildManager_GetSelfInfo_m3722140143(__this, /*hidden argument*/NULL); V_3 = L_32; CGuildRole_t1534135880 * L_33 = V_3; if (!L_33) { goto IL_014b; } } { CGuildRole_t1534135880 * L_34 = V_3; NullCheck(L_34); CMemberData_t1242630376 * L_35 = CGuildRole_get_Data_m1897179038(L_34, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36 = L_35->get_Duty_5(); V_4 = L_36; int32_t L_37 = V_4; if ((((int32_t)L_37) == ((int32_t)1))) { goto IL_0101; } } { int32_t L_38 = V_4; if ((((int32_t)L_38) == ((int32_t)2))) { goto IL_011e; } } { int32_t L_39 = V_4; if ((((int32_t)L_39) == ((int32_t)3))) { goto IL_011e; } } { goto IL_014b; } IL_0101: { CGuildRole_t1534135880 * L_40 = V_1; NullCheck(L_40); CMemberData_t1242630376 * L_41 = CGuildRole_get_Data_m1897179038(L_40, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_Duty_5(1); CGuildRole_t1534135880 * L_42 = V_3; NullCheck(L_42); CMemberData_t1242630376 * L_43 = CGuildRole_get_Data_m1897179038(L_42, /*hidden argument*/NULL); NullCheck(L_43); L_43->set_Duty_5(3); goto IL_014b; } IL_011e: { CGuildRole_t1534135880 * L_44 = CGuildManager_GetSelfGuildMaster_m2284380491(__this, /*hidden argument*/NULL); V_5 = L_44; CGuildRole_t1534135880 * L_45 = V_5; if (!L_45) { goto IL_013a; } } { CGuildRole_t1534135880 * L_46 = V_5; NullCheck(L_46); CMemberData_t1242630376 * L_47 = CGuildRole_get_Data_m1897179038(L_46, /*hidden argument*/NULL); NullCheck(L_47); L_47->set_Duty_5(3); } IL_013a: { CGuildRole_t1534135880 * L_48 = V_3; NullCheck(L_48); CMemberData_t1242630376 * L_49 = CGuildRole_get_Data_m1897179038(L_48, /*hidden argument*/NULL); NullCheck(L_49); L_49->set_Duty_5(1); goto IL_014b; } IL_014b: { goto IL_018a; } IL_0150: { CGuildRole_t1534135880 * L_50 = V_1; NullCheck(L_50); CMemberData_t1242630376 * L_51 = CGuildRole_get_Data_m1897179038(L_50, /*hidden argument*/NULL); String_t* L_52 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_53 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); NullCheck(L_51); L_51->set_ConValue_7(L_53); goto IL_018a; } IL_0166: { CGuildRole_t1534135880 * L_54 = V_1; NullCheck(L_54); CMemberData_t1242630376 * L_55 = CGuildRole_get_Data_m1897179038(L_54, /*hidden argument*/NULL); NullCheck(L_55); L_55->set_IsSignIn_11((bool)1); goto IL_018a; } IL_0177: { CGuildRole_t1534135880 * L_56 = V_1; NullCheck(L_56); CMemberData_t1242630376 * L_57 = CGuildRole_get_Data_m1897179038(L_56, /*hidden argument*/NULL); NullCheck(L_57); L_57->set_IsConcern_9((bool)1); goto IL_018a; } IL_0188: { return (bool)0; } IL_018a: { return (bool)1; } } // System.Int32 DMCore.Logic.CGuildManager::GetGuildCount() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_GetGuildCount_m718567708 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetGuildCount_m718567708_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2148006193 * L_0 = __this->get_m_GuildList_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2546870982(L_0, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); return L_1; } } // DMCore.Logic.CGuild DMCore.Logic.CGuildManager::GetGuildByID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CGuild_t675931451 * CGuildManager_GetGuildByID_m1722464464 (CGuildManager_t3445311192 * __this, int64_t ___guildID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetGuildByID_m1722464464_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 * V_0 = NULL; { U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 * L_0 = (U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 *)il2cpp_codegen_object_new(U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071_il2cpp_TypeInfo_var); U3CGetGuildByIDU3Ec__AnonStorey0__ctor_m241556777(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 * L_1 = V_0; int64_t L_2 = ___guildID0; NullCheck(L_1); L_1->set_guildID_0(L_2); List_1_t2148006193 * L_3 = __this->get_m_GuildList_6(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2546870982(L_3, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); if (L_4) { goto IL_001f; } } { return (CGuild_t675931451 *)NULL; } IL_001f: { List_1_t2148006193 * L_5 = __this->get_m_GuildList_6(); U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3CGetGuildByIDU3Ec__AnonStorey0_U3CU3Em__0_m2424239913_RuntimeMethod_var; Predicate_1_t1501225575 * L_8 = (Predicate_1_t1501225575 *)il2cpp_codegen_object_new(Predicate_1_t1501225575_il2cpp_TypeInfo_var); Predicate_1__ctor_m991922597(L_8, L_6, L_7, /*hidden argument*/Predicate_1__ctor_m991922597_RuntimeMethod_var); NullCheck(L_5); CGuild_t675931451 * L_9 = List_1_Find_m4199324718(L_5, L_8, /*hidden argument*/List_1_Find_m4199324718_RuntimeMethod_var); return L_9; } } // DMCore.Logic.CGuild DMCore.Logic.CGuildManager::GetGuildByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CGuild_t675931451 * CGuildManager_GetGuildByIndex_m1692842336 (CGuildManager_t3445311192 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetGuildByIndex_m1692842336_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2148006193 * L_0 = __this->get_m_GuildList_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2546870982(L_0, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (CGuild_t675931451 *)NULL; } IL_0012: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_002a; } } { int32_t L_3 = ___index0; List_1_t2148006193 * L_4 = __this->get_m_GuildList_6(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m2546870982(L_4, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002c; } } IL_002a: { return (CGuild_t675931451 *)NULL; } IL_002c: { List_1_t2148006193 * L_6 = __this->get_m_GuildList_6(); int32_t L_7 = ___index0; NullCheck(L_6); CGuild_t675931451 * L_8 = List_1_get_Item_m1202686245(L_6, L_7, /*hidden argument*/List_1_get_Item_m1202686245_RuntimeMethod_var); return L_8; } } // DMCore.Logic.CGuild DMCore.Logic.CGuildManager::GetGuildByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CGuild_t675931451 * CGuildManager_GetGuildByUserID_m522358187 (CGuildManager_t3445311192 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetGuildByUserID_m522358187_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CGuild_t675931451 * V_2 = NULL; CGuildRole_t1534135880 * V_3 = NULL; { List_1_t2148006193 * L_0 = __this->get_m_GuildList_6(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2546870982(L_0, /*hidden argument*/List_1_get_Count_m2546870982_RuntimeMethod_var); V_0 = L_1; int32_t L_2 = V_0; if (L_2) { goto IL_0014; } } { return (CGuild_t675931451 *)NULL; } IL_0014: { V_1 = 0; goto IL_0042; } IL_001b: { int32_t L_3 = V_1; CGuild_t675931451 * L_4 = CGuildManager_GetGuildByIndex_m1692842336(__this, L_3, /*hidden argument*/NULL); V_2 = L_4; CGuild_t675931451 * L_5 = V_2; if (L_5) { goto IL_002e; } } { goto IL_003e; } IL_002e: { CGuild_t675931451 * L_6 = V_2; int64_t L_7 = ___userID0; NullCheck(L_6); CGuildRole_t1534135880 * L_8 = CGuild_GetGuildMember_m3670609675(L_6, L_7, /*hidden argument*/NULL); V_3 = L_8; CGuildRole_t1534135880 * L_9 = V_3; if (!L_9) { goto IL_003e; } } { CGuild_t675931451 * L_10 = V_2; return L_10; } IL_003e: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0042: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_001b; } } { return (CGuild_t675931451 *)NULL; } } // System.Boolean DMCore.Logic.CGuildManager::IsGuildMananger() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_IsGuildMananger_m1992111309 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_IsGuildMananger_m1992111309_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral1028994322, 0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_3); bool L_5 = CGuildManager_IsGuildManager_m1284872220(__this, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean DMCore.Logic.CGuildManager::IsGuildManager(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_IsGuildManager_m1284872220 (CGuildManager_t3445311192 * __this, int32_t ___guildID0, int64_t ___userID1, const RuntimeMethod* method) { CGuild_t675931451 * V_0 = NULL; CGuildRole_t1534135880 * V_1 = NULL; CGuildRole_t1534135880 * G_B3_0 = NULL; { int32_t L_0 = ___guildID0; CGuild_t675931451 * L_1 = CGuildManager_GetGuildByID_m1722464464(__this, (((int64_t)((int64_t)L_0))), /*hidden argument*/NULL); V_0 = L_1; CGuild_t675931451 * L_2 = V_0; if (!L_2) { goto IL_001b; } } { CGuild_t675931451 * L_3 = V_0; int64_t L_4 = ___userID1; NullCheck(L_3); CGuildRole_t1534135880 * L_5 = CGuild_GetGuildMember_m3670609675(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_001c; } IL_001b: { G_B3_0 = ((CGuildRole_t1534135880 *)(NULL)); } IL_001c: { V_1 = G_B3_0; CGuildRole_t1534135880 * L_6 = V_1; if (L_6) { goto IL_0025; } } { return (bool)0; } IL_0025: { CGuildRole_t1534135880 * L_7 = V_1; NullCheck(L_7); CMemberData_t1242630376 * L_8 = CGuildRole_get_Data_m1897179038(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = L_8->get_Duty_5(); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_0038; } } { return (bool)1; } IL_0038: { return (bool)0; } } // System.String DMCore.Logic.CGuildManager::GetGuildName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CGuildManager_GetGuildName_m3998768775 (CGuildManager_t3445311192 * __this, int32_t ___guidID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetGuildName_m3998768775_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuild_t675931451 * V_0 = NULL; { int32_t L_0 = ___guidID0; CGuild_t675931451 * L_1 = CGuildManager_GetGuildByID_m1722464464(__this, (((int64_t)((int64_t)L_0))), /*hidden argument*/NULL); V_0 = L_1; CGuild_t675931451 * L_2 = V_0; if (!L_2) { goto IL_001b; } } { CGuild_t675931451 * L_3 = V_0; NullCheck(L_3); CGuildData_t2153593818 * L_4 = CGuild_get_Data_m336040289(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = L_4->get_GuildName_2(); return L_5; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } } // System.Boolean DMCore.Logic.CGuildManager::IsAlreayInGuild() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_IsAlreayInGuild_m3845470998 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_IsAlreayInGuild_m3845470998_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral1028994322, 0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)0) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 DMCore.Logic.CGuildManager::GetStateSelfGuild() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_GetStateSelfGuild_m2287558925 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetStateSelfGuild_m2287558925_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuild_t675931451 * V_0 = NULL; TimeSpan_t881159249 V_1; memset(&V_1, 0, sizeof(V_1)); TimeSpan_t881159249 V_2; memset(&V_2, 0, sizeof(V_2)); TimeSpan_t881159249 V_3; memset(&V_3, 0, sizeof(V_3)); TimeSpan_t881159249 G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_0 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CGuild_t675931451 * L_1 = CGuildManager_GetSelfGuild_m659507340(L_0, /*hidden argument*/NULL); V_0 = L_1; CGuild_t675931451 * L_2 = V_0; if (!L_2) { goto IL_001c; } } { CGuild_t675931451 * L_3 = V_0; NullCheck(L_3); CGuildData_t2153593818 * L_4 = CGuild_get_Data_m336040289(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_001e; } } IL_001c: { return (-1); } IL_001e: { CGuild_t675931451 * L_5 = V_0; NullCheck(L_5); CGuildData_t2153593818 * L_6 = CGuild_get_Data_m336040289(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = L_6->get_DissolveTime_13(); 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_00a6; } } { CGuild_t675931451 * L_9 = V_0; NullCheck(L_9); CGuildData_t2153593818 * L_10 = CGuild_get_Data_m336040289(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = L_10->get_DissolveTime_13(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_12 = Convert_ToDateTime_m199555027(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); CGuild_t675931451 * L_13 = V_0; NullCheck(L_13); CGuildData_t2153593818 * L_14 = CGuild_get_Data_m336040289(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = L_14->get_CurServerTime_14(); DateTime_t3738529785 L_16 = Convert_ToDateTime_m199555027(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_17 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL); V_1 = L_17; DateTime_t3738529785 L_18 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); CGuild_t675931451 * L_19 = V_0; NullCheck(L_19); CGuildData_t2153593818 * L_20 = CGuild_get_Data_m336040289(L_19, /*hidden argument*/NULL); NullCheck(L_20); DateTime_t3738529785 L_21 = L_20->get_CurClientTime_15(); TimeSpan_t881159249 L_22 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_18, L_21, /*hidden argument*/NULL); V_2 = L_22; TimeSpan_t881159249 L_23 = V_2; int32_t L_24 = TimeSpan_CompareTo_m3633415627((&V_1), L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_008a; } } { TimeSpan_t881159249 L_25; memset(&L_25, 0, sizeof(L_25)); TimeSpan__ctor_m3689759052((&L_25), 0, 0, 0, /*hidden argument*/NULL); G_B7_0 = L_25; goto IL_0091; } IL_008a: { TimeSpan_t881159249 L_26 = V_1; TimeSpan_t881159249 L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_28 = TimeSpan_op_Subtraction_m3592306516(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); G_B7_0 = L_28; } IL_0091: { V_3 = G_B7_0; TimeSpan_t881159249 L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_30 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_31 = TimeSpan_op_GreaterThan_m734703194(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a4; } } { return 1; } IL_00a4: { return 2; } IL_00a6: { return 0; } } // DMCore.Logic.enumGuildIndentity DMCore.Logic.CGuildManager::GetSelfDuty() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_GetSelfDuty_m9005809 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetSelfDuty_m9005809_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGuild_t675931451 * V_0 = NULL; CGuildRole_t1534135880 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_0 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CGuild_t675931451 * L_1 = CGuildManager_GetSelfGuild_m659507340(L_0, /*hidden argument*/NULL); V_0 = L_1; CGuild_t675931451 * L_2 = V_0; if (L_2) { goto IL_0013; } } { return (int32_t)(4); } IL_0013: { CGuild_t675931451 * L_3 = V_0; CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_4); NullCheck(L_3); CGuildRole_t1534135880 * L_6 = CGuild_GetGuildMember_m3670609675(L_3, L_5, /*hidden argument*/NULL); V_1 = L_6; CGuildRole_t1534135880 * L_7 = V_1; if (!L_7) { goto IL_0035; } } { CGuildRole_t1534135880 * L_8 = V_1; NullCheck(L_8); CMemberData_t1242630376 * L_9 = CGuildRole_get_Data_m1897179038(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0037; } } IL_0035: { return (int32_t)(4); } IL_0037: { CGuildRole_t1534135880 * L_10 = V_1; NullCheck(L_10); CMemberData_t1242630376 * L_11 = CGuildRole_get_Data_m1897179038(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = L_11->get_Duty_5(); return (int32_t)(L_12); } } // DMCore.Logic.CGuild DMCore.Logic.CGuildManager::GetSelfGuild() extern "C" IL2CPP_METHOD_ATTR CGuild_t675931451 * CGuildManager_GetSelfGuild_m659507340 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetSelfGuild_m659507340_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral1028994322, 0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; CGuild_t675931451 * L_4 = CGuildManager_GetGuildByID_m1722464464(__this, (((int64_t)((int64_t)L_3))), /*hidden argument*/NULL); return L_4; } } // DMCore.Logic.CGuildRole DMCore.Logic.CGuildManager::GetSelfInfo() extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuildManager_GetSelfInfo_m3722140143 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { CGuild_t675931451 * V_0 = NULL; CGuildRole_t1534135880 * G_B3_0 = NULL; { CGuild_t675931451 * L_0 = CGuildManager_GetSelfGuild_m659507340(__this, /*hidden argument*/NULL); V_0 = L_0; CGuild_t675931451 * L_1 = V_0; if (!L_1) { goto IL_0022; } } { CGuild_t675931451 * L_2 = V_0; CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_3); NullCheck(L_2); CGuildRole_t1534135880 * L_5 = CGuild_GetGuildMember_m3670609675(L_2, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0023; } IL_0022: { G_B3_0 = ((CGuildRole_t1534135880 *)(NULL)); } IL_0023: { return G_B3_0; } } // DMCore.Logic.CGuildRole DMCore.Logic.CGuildManager::GetSelfGuildMaster() extern "C" IL2CPP_METHOD_ATTR CGuildRole_t1534135880 * CGuildManager_GetSelfGuildMaster_m2284380491 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { CGuild_t675931451 * V_0 = NULL; CGuildRole_t1534135880 * G_B3_0 = NULL; { CGuild_t675931451 * L_0 = CGuildManager_GetSelfGuild_m659507340(__this, /*hidden argument*/NULL); V_0 = L_0; CGuild_t675931451 * L_1 = V_0; if (!L_1) { goto IL_0018; } } { CGuild_t675931451 * L_2 = V_0; NullCheck(L_2); CGuildRole_t1534135880 * L_3 = CGuild_GetGuildMaster_m66682377(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0019; } IL_0018: { G_B3_0 = ((CGuildRole_t1534135880 *)(NULL)); } IL_0019: { return G_B3_0; } } // System.String DMCore.Logic.CGuildManager::GetDistrictName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CGuildManager_GetDistrictName_m2482629019 (CGuildManager_t3445311192 * __this, int32_t ___destID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetDistrictName_m2482629019_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { CTextHelp_t3119637808 * L_0 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___destID0; 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*/, _stringLiteral480887489, L_3, /*hidden argument*/NULL); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_0); String_t* L_6 = CTextHelp_GetText_m3374553046(L_0, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_002d; } } { String_t* L_9 = V_0; return L_9; } IL_002d: { int32_t L_10 = ___destID0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))) { case 0: { goto IL_004e; } case 1: { goto IL_005e; } case 2: { goto IL_006e; } case 3: { goto IL_007e; } case 4: { goto IL_008e; } } } { goto IL_009e; } IL_004e: { CTextHelp_t3119637808 * L_11 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = CTextHelp_GetText_m372251958(L_11, _stringLiteral1564901644, /*hidden argument*/NULL); return L_12; } IL_005e: { CTextHelp_t3119637808 * L_13 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = CTextHelp_GetText_m372251958(L_13, _stringLiteral202014978, /*hidden argument*/NULL); return L_14; } IL_006e: { CTextHelp_t3119637808 * L_15 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = CTextHelp_GetText_m372251958(L_15, _stringLiteral3439362312, /*hidden argument*/NULL); return L_16; } IL_007e: { CTextHelp_t3119637808 * L_17 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18 = CTextHelp_GetText_m372251958(L_17, _stringLiteral1877377282, /*hidden argument*/NULL); return L_18; } IL_008e: { CTextHelp_t3119637808 * L_19 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = CTextHelp_GetText_m372251958(L_19, _stringLiteral1101223483, /*hidden argument*/NULL); return L_20; } IL_009e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_21; } } // System.String DMCore.Logic.CGuildManager::GetDutyName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CGuildManager_GetDutyName_m3905463806 (CGuildManager_t3445311192 * __this, int32_t ___duty0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_GetDutyName_m3905463806_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___duty0; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_001b; } case 1: { goto IL_002b; } case 2: { goto IL_003b; } } } { goto IL_004b; } IL_001b: { CTextHelp_t3119637808 * L_2 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = CTextHelp_GetText_m372251958(L_2, _stringLiteral334810698, /*hidden argument*/NULL); return L_3; } IL_002b: { 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, _stringLiteral1678294768, /*hidden argument*/NULL); return L_5; } IL_003b: { CTextHelp_t3119637808 * L_6 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = CTextHelp_GetText_m372251958(L_6, _stringLiteral93278326, /*hidden argument*/NULL); return L_7; } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } } // System.Boolean DMCore.Logic.CGuildManager::IsInEditState() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_IsInEditState_m2989299103 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_IsInEditState_m2989299103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDataProperty_t2806246268 * L_1 = ISceneBaseObj_GetUserProperty_m776816018(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CDataProperty_GetInt_m1935343217(L_1, _stringLiteral1238916835, 0, /*hidden argument*/NULL); return (bool)((((int32_t)1) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean DMCore.Logic.CGuildManager::SetCreateCondtion(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_SetCreateCondtion_m3987523295 (CGuildManager_t3445311192 * __this, int32_t ___gold0, int32_t ___level1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_SetCreateCondtion_m3987523295_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CCreateCondition_t197933841 * L_0 = __this->get_m_CreateCondition_7(); if (L_0) { goto IL_0016; } } { CCreateCondition_t197933841 * L_1 = (CCreateCondition_t197933841 *)il2cpp_codegen_object_new(CCreateCondition_t197933841_il2cpp_TypeInfo_var); CCreateCondition__ctor_m2708530705(L_1, /*hidden argument*/NULL); __this->set_m_CreateCondition_7(L_1); } IL_0016: { CCreateCondition_t197933841 * L_2 = __this->get_m_CreateCondition_7(); if (!L_2) { goto IL_0047; } } { CCreateCondition_t197933841 * L_3 = __this->get_m_CreateCondition_7(); int32_t L_4 = ___gold0; NullCheck(L_3); L_3->set_NeedGold_0(L_4); CCreateCondition_t197933841 * L_5 = __this->get_m_CreateCondition_7(); int32_t L_6 = ___level1; NullCheck(L_5); L_5->set_NeedLevel_1(L_6); CCreateCondition_t197933841 * L_7 = __this->get_m_CreateCondition_7(); int32_t L_8 = ___length2; NullCheck(L_7); L_7->set_NameLength_2(L_8); return (bool)1; } IL_0047: { return (bool)0; } } // System.Void DMCore.Logic.CGuildManager::RequestNextPageGuildMemberInfo() extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestNextPageGuildMemberInfo_m3675186480 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestNextPageGuildMemberInfo_m3675186480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = CGuildManager_get_IsReadyToGetMoreMembers_m1623335722(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_1 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CGuildManager_get_GuildListState_m913280079(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_3 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CGuildManager_set_GuildListState_m2638618002(L_3, 0, /*hidden argument*/NULL); CGuildManager_RequestGuildListData_m587338837(__this, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void DMCore.Logic.CGuildManager::ProcessGuildBaseInfoMessage(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_ProcessGuildBaseInfoMessage_m174074935 (CGuildManager_t3445311192 * __this, CDataArray_t4068198041 * ___dataBuffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_ProcessGuildBaseInfoMessage_m174074935_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; CGuildData_t2153593818 * V_5 = NULL; { CDataArray_t4068198041 * L_0 = ___dataBuffer0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_1 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CGuildManager_get_CurrentPage_m3794347939(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_3 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CGuildManager_ClearAll_m852546515(L_3, /*hidden argument*/NULL); } IL_0022: { V_0 = 0; CDataArray_t4068198041 * L_4 = ___dataBuffer0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_1 = L_7; CDataArray_t4068198041 * L_8 = ___dataBuffer0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_2 = L_11; CDataArray_t4068198041 * L_12 = ___dataBuffer0; 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_3 = L_15; int32_t L_16 = V_1; __this->set_CurrentGuildPage_0(L_16); V_4 = 0; goto IL_0142; } IL_005a: { CGuildData_t2153593818 * L_17 = (CGuildData_t2153593818 *)il2cpp_codegen_object_new(CGuildData_t2153593818_il2cpp_TypeInfo_var); CGuildData__ctor_m2735126153(L_17, /*hidden argument*/NULL); V_5 = L_17; CGuildData_t2153593818 * L_18 = V_5; CDataArray_t4068198041 * L_19 = ___dataBuffer0; 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); NullCheck(L_18); L_18->set_GuildID_0(L_22); CGuildData_t2153593818 * L_23 = V_5; CDataArray_t4068198041 * L_24 = ___dataBuffer0; int32_t L_25 = V_0; int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); V_0 = L_26; NullCheck(L_24); int64_t L_27 = CDataArray_GetLong_m4094450536(L_24, L_26, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_23); L_23->set_PhotoID_1(L_27); CGuildData_t2153593818 * L_28 = V_5; CDataArray_t4068198041 * L_29 = ___dataBuffer0; 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; 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_29); String_t* L_33 = CDataArray_GetWideStr_m3532563229(L_29, L_31, L_32, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_GuildName_2(L_33); CGuildData_t2153593818 * L_34 = V_5; CDataArray_t4068198041 * L_35 = ___dataBuffer0; int32_t L_36 = V_0; int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); V_0 = L_37; NullCheck(L_35); int32_t L_38 = CDataArray_GetInt_m1111369473(L_35, L_37, 0, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_GuildLevel_3(L_38); CGuildData_t2153593818 * L_39 = V_5; CDataArray_t4068198041 * L_40 = ___dataBuffer0; 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; String_t* L_43 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_40); String_t* L_44 = CDataArray_GetWideStr_m3532563229(L_40, L_42, L_43, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_OwnerName_5(L_44); CGuildData_t2153593818 * L_45 = V_5; CDataArray_t4068198041 * L_46 = ___dataBuffer0; 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); NullCheck(L_45); L_45->set_DistrictID_6(L_49); CGuildData_t2153593818 * L_50 = V_5; CDataArray_t4068198041 * L_51 = ___dataBuffer0; 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, 0, /*hidden argument*/NULL); NullCheck(L_50); L_50->set_CurMemberCount_7(L_54); CGuildData_t2153593818 * L_55 = V_5; CDataArray_t4068198041 * L_56 = ___dataBuffer0; int32_t L_57 = V_0; int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); V_0 = L_58; NullCheck(L_56); int32_t L_59 = CDataArray_GetInt_m1111369473(L_56, L_58, 0, /*hidden argument*/NULL); NullCheck(L_55); L_55->set_MaxMemberCount_8(L_59); CGuildData_t2153593818 * L_60 = V_5; CDataArray_t4068198041 * L_61 = ___dataBuffer0; int32_t L_62 = V_0; int32_t L_63 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); V_0 = L_63; NullCheck(L_61); int32_t L_64 = CDataArray_GetInt_m1111369473(L_61, L_63, 0, /*hidden argument*/NULL); NullCheck(L_60); L_60->set_IsBeApplying_9((bool)((((int32_t)L_64) == ((int32_t)1))? 1 : 0)); CGuildData_t2153593818 * L_65 = V_5; CDataArray_t4068198041 * L_66 = ___dataBuffer0; 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); NullCheck(L_65); L_65->set_CreateDate_10(L_70); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_71 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); CGuildData_t2153593818 * L_72 = V_5; NullCheck(L_71); CGuildManager_AddGuild_m1870079756(L_71, L_72, /*hidden argument*/NULL); int32_t L_73 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0142: { int32_t L_74 = V_4; int32_t L_75 = V_3; if ((((int32_t)L_74) < ((int32_t)L_75))) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_76 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); CGuildManager_set_IsGuildListChanged_m3400919227(L_76, (bool)1, /*hidden argument*/NULL); CGuildManager_t3445311192 * L_77 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_77); CGuildManager_set_IsGuildListChangedReady_m3754690850(L_77, (bool)1, /*hidden argument*/NULL); CGuildManager_t3445311192 * L_78 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); CGuildManager_SortGuildList_m2710109585(L_78, /*hidden argument*/NULL); CGuildManager_t3445311192 * L_79 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_79); CGuildManager_set_IsReadyToGetMoreMembers_m3852317236(L_79, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::ProcessResearchResultMessage(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_ProcessResearchResultMessage_m1573180898 (CGuildManager_t3445311192 * __this, CDataArray_t4068198041 * ___dataBuffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_ProcessResearchResultMessage_m1573180898_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; CGuildData_t2153593818 * V_5 = NULL; { CDataArray_t4068198041 * L_0 = ___dataBuffer0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { V_0 = 0; CDataArray_t4068198041 * L_1 = ___dataBuffer0; int32_t L_2 = V_0; int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); V_0 = L_3; NullCheck(L_1); int32_t L_4 = CDataArray_GetInt_m1111369473(L_1, L_3, 0, /*hidden argument*/NULL); V_1 = L_4; CDataArray_t4068198041 * L_5 = ___dataBuffer0; 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 = ___dataBuffer0; 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; IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_13 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CGuildManager_ClearAll_m852546515(L_13, /*hidden argument*/NULL); V_4 = 0; goto IL_012b; } IL_0043: { CGuildData_t2153593818 * L_14 = (CGuildData_t2153593818 *)il2cpp_codegen_object_new(CGuildData_t2153593818_il2cpp_TypeInfo_var); CGuildData__ctor_m2735126153(L_14, /*hidden argument*/NULL); V_5 = L_14; CGuildData_t2153593818 * L_15 = V_5; CDataArray_t4068198041 * L_16 = ___dataBuffer0; 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, 0, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_GuildID_0(L_19); CGuildData_t2153593818 * L_20 = V_5; CDataArray_t4068198041 * L_21 = ___dataBuffer0; 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); int64_t L_24 = CDataArray_GetLong_m4094450536(L_21, L_23, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_20); L_20->set_PhotoID_1(L_24); CGuildData_t2153593818 * L_25 = V_5; CDataArray_t4068198041 * L_26 = ___dataBuffer0; 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; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_26); String_t* L_30 = CDataArray_GetWideStr_m3532563229(L_26, L_28, L_29, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_GuildName_2(L_30); CGuildData_t2153593818 * L_31 = V_5; CDataArray_t4068198041 * L_32 = ___dataBuffer0; 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); NullCheck(L_31); L_31->set_GuildLevel_3(L_35); CGuildData_t2153593818 * L_36 = V_5; CDataArray_t4068198041 * L_37 = ___dataBuffer0; int32_t L_38 = V_0; int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); V_0 = L_39; String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_37); String_t* L_41 = CDataArray_GetWideStr_m3532563229(L_37, L_39, L_40, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_OwnerName_5(L_41); CGuildData_t2153593818 * L_42 = V_5; CDataArray_t4068198041 * L_43 = ___dataBuffer0; int32_t L_44 = V_0; int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); V_0 = L_45; NullCheck(L_43); int32_t L_46 = CDataArray_GetInt_m1111369473(L_43, L_45, 0, /*hidden argument*/NULL); NullCheck(L_42); L_42->set_DistrictID_6(L_46); CGuildData_t2153593818 * L_47 = V_5; CDataArray_t4068198041 * L_48 = ___dataBuffer0; int32_t L_49 = V_0; int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); V_0 = L_50; NullCheck(L_48); int32_t L_51 = CDataArray_GetInt_m1111369473(L_48, L_50, 0, /*hidden argument*/NULL); NullCheck(L_47); L_47->set_CurMemberCount_7(L_51); CGuildData_t2153593818 * L_52 = V_5; CDataArray_t4068198041 * L_53 = ___dataBuffer0; int32_t L_54 = V_0; int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); V_0 = L_55; NullCheck(L_53); int32_t L_56 = CDataArray_GetInt_m1111369473(L_53, L_55, 0, /*hidden argument*/NULL); NullCheck(L_52); L_52->set_MaxMemberCount_8(L_56); CGuildData_t2153593818 * L_57 = V_5; CDataArray_t4068198041 * L_58 = ___dataBuffer0; 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); int32_t L_61 = CDataArray_GetInt_m1111369473(L_58, L_60, 0, /*hidden argument*/NULL); NullCheck(L_57); L_57->set_IsBeApplying_9((bool)((((int32_t)L_61) == ((int32_t)1))? 1 : 0)); CGuildData_t2153593818 * L_62 = V_5; CDataArray_t4068198041 * L_63 = ___dataBuffer0; int32_t L_64 = V_0; int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); V_0 = L_65; String_t* L_66 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_63); String_t* L_67 = CDataArray_GetWideStr_m3532563229(L_63, L_65, L_66, /*hidden argument*/NULL); NullCheck(L_62); L_62->set_CreateDate_10(L_67); IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_68 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); CGuildData_t2153593818 * L_69 = V_5; NullCheck(L_68); CGuildManager_AddGuild_m1870079756(L_68, L_69, /*hidden argument*/NULL); int32_t L_70 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_012b: { int32_t L_71 = V_4; int32_t L_72 = V_3; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_73 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_73); CGuildManager_set_IsGuildListChanged_m3400919227(L_73, (bool)1, /*hidden argument*/NULL); return; } } // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CGuildManager::get_InvitorList() extern "C" IL2CPP_METHOD_ATTR ITaskBase_1_t2595950535 * CGuildManager_get_InvitorList_m2110384913 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { ITaskBase_1_t2595950535 * L_0 = __this->get_m_InvitorList_5(); return L_0; } } // DMCore.Logic.CCreateCondition DMCore.Logic.CGuildManager::get_GetCreateCondtion() extern "C" IL2CPP_METHOD_ATTR CCreateCondition_t197933841 * CGuildManager_get_GetCreateCondtion_m273328290 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_get_GetCreateCondtion_m273328290_MetadataUsageId); s_Il2CppMethodInitialized = true; } CCreateCondition_t197933841 * G_B3_0 = NULL; { CCreateCondition_t197933841 * L_0 = __this->get_m_CreateCondition_7(); if (L_0) { goto IL_0015; } } { CCreateCondition_t197933841 * L_1 = (CCreateCondition_t197933841 *)il2cpp_codegen_object_new(CCreateCondition_t197933841_il2cpp_TypeInfo_var); CCreateCondition__ctor_m2708530705(L_1, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_001b; } IL_0015: { CCreateCondition_t197933841 * L_2 = __this->get_m_CreateCondition_7(); G_B3_0 = L_2; } IL_001b: { return G_B3_0; } } // System.Void DMCore.Logic.CGuildManager::set_ActiveGuildID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_ActiveGuildID_m467489116 (CGuildManager_t3445311192 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_ActiveGuildID_8(L_0); return; } } // System.Int32 DMCore.Logic.CGuildManager::get_ActiveGuildID() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_ActiveGuildID_m2518853754 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_ActiveGuildID_8(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_ReQuestGuildID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_ReQuestGuildID_m91661659 (CGuildManager_t3445311192 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_RequestGuildID_9(L_0); return; } } // System.Int32 DMCore.Logic.CGuildManager::get_ReQuestGuildID() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_ReQuestGuildID_m3853833767 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_RequestGuildID_9(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsGuildListChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsGuildListChanged_m3400919227 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsGuildListChanged_13(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsGuildListChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsGuildListChanged_m312944877 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsGuildListChanged_13(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsGuildListChangedReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsGuildListChangedReady_m3754690850 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsGuildListChangedReady_12(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsGuildListChangedReady() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsGuildListChangedReady_m2591467428 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsGuildListChangedReady_12(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsSelfGuildBaseChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsSelfGuildBaseChanged_m124389728 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsSelfGuildBaseChanged_14(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsSelfGuildBaseChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsSelfGuildBaseChanged_m1825080275 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsSelfGuildBaseChanged_14(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsSelfGuildMemberChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsSelfGuildMemberChanged_m1499595190 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsSelfGuildMemberChanged_15(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsSelfGuildMemberChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsSelfGuildMemberChanged_m755720682 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsSelfGuildMemberChanged_15(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsSelfGuildLogChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsSelfGuildLogChanged_m1262142560 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsSelfGuildLogChanged_16(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsSelfGuildLogChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsSelfGuildLogChanged_m3784892053 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsSelfGuildLogChanged_16(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsSelfJoinInRequestChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsSelfJoinInRequestChanged_m86092119 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsSelfJoinInRequestChanged_17(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsSelfJoinInRequestChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsSelfJoinInRequestChanged_m405060431 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsSelfJoinInRequestChanged_17(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsCreateConditonChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsCreateConditonChanged_m1392735822 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsCreateConditonChanged_18(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsCreateConditonChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsCreateConditonChanged_m1959899802 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsCreateConditonChanged_18(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsCreateGuildSuccess(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsCreateGuildSuccess_m1953012202 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsCreateGuildSuccess_19(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsCreateGuildSuccess() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsCreateGuildSuccess_m2592960663 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsCreateGuildSuccess_19(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsOtherGuildInfoChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsOtherGuildInfoChanged_m2427018088 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsOtherGuildInfoChanged_20(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsOtherGuildInfoChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsOtherGuildInfoChanged_m1942722266 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsOtherGuildInfoChanged_20(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsGuildDutyChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsGuildDutyChanged_m574153301 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsGuildDutyChanged_21(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsGuildDutyChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsGuildDutyChanged_m3013879400 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsGuildDutyChanged_21(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsReadyToGetMoreMembers(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsReadyToGetMoreMembers_m3852317236 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsReadyToGetMoreMemebers_22(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsReadyToGetMoreMembers() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsReadyToGetMoreMembers_m1623335722 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsReadyToGetMoreMemebers_22(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsGuildDataUpdate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsGuildDataUpdate_m1650522405 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsGuildDataUpdate_11(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsGuildDataUpdate() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsGuildDataUpdate_m873731018 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsGuildDataUpdate_11(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_CurrentPage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_CurrentPage_m2212909677 (CGuildManager_t3445311192 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentPageU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.CGuildManager::get_CurrentPage() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_CurrentPage_m3794347939 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentPageU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_GuildListState(DMCore.Logic.enumGuildListState) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_GuildListState_m2638618002 (CGuildManager_t3445311192 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_GuildListState_23(L_0); return; } } // DMCore.Logic.enumGuildListState DMCore.Logic.CGuildManager::get_GuildListState() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_GuildListState_m913280079 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_GuildListState_23(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_IsGuildIDChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_IsGuildIDChanged_m1494802463 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsGuildIDChanged_10(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_IsGuildIDChanged() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_IsGuildIDChanged_m277127457 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsGuildIDChanged_10(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_LastGuildSearchKey(System.String) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_LastGuildSearchKey_m3069142339 (CGuildManager_t3445311192 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_LastGuildSearchKey_24(L_0); return; } } // System.String DMCore.Logic.CGuildManager::get_LastGuildSearchKey() extern "C" IL2CPP_METHOD_ATTR String_t* CGuildManager_get_LastGuildSearchKey_m46964227 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_LastGuildSearchKey_24(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_BeKickOutGuildAndNeedBox(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_BeKickOutGuildAndNeedBox_m4013034883 (CGuildManager_t3445311192 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_BeKickOutGuildAndNeedBox_25(L_0); return; } } // System.Boolean DMCore.Logic.CGuildManager::get_BeKickOutGuildAndNeedBox() extern "C" IL2CPP_METHOD_ATTR bool CGuildManager_get_BeKickOutGuildAndNeedBox_m1121599650 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_BeKickOutGuildAndNeedBox_25(); return L_0; } } // System.Int32 DMCore.Logic.CGuildManager::get_SelectedIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager_get_SelectedIndex_m1012613963 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSelectedIndexU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CGuildManager::set_SelectedIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_set_SelectedIndex_m4169230689 (CGuildManager_t3445311192 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSelectedIndexU3Ek__BackingField_2(L_0); return; } } // DMCore.Logic.CChangeNameInfo DMCore.Logic.CGuildManager::get_ChangeNameInitializer() extern "C" IL2CPP_METHOD_ATTR CChangeNameInfo_t1998310127 * CGuildManager_get_ChangeNameInitializer_m1511680286 (CGuildManager_t3445311192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_get_ChangeNameInitializer_m1511680286_MetadataUsageId); s_Il2CppMethodInitialized = true; } CChangeNameInfo_t1998310127 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CChangeNameManager_t2068867582_il2cpp_TypeInfo_var); CChangeNameManager_t2068867582 * L_0 = CChangeNameManager_GetInstance_m85489895(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CChangeNameInfo_t1998310127 * L_1 = CChangeNameManager_get_InformationContainer_m640887574(L_0, /*hidden argument*/NULL); V_0 = L_1; CChangeNameInfo_t1998310127 * L_2 = V_0; NullCheck(L_2); L_2->set_OperationType_0(1); CChangeNameInfo_t1998310127 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CGuildManager_t3445311192_il2cpp_TypeInfo_var); CGuildManager_t3445311192 * L_4 = CGuildManager_GetInstance_m2368575480(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_5 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CProperty_GetInt_m2680341236(L_6, _stringLiteral1028994322, 0, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_8 = CGuildManager_GetGuildName_m3998768775(L_4, L_7, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_CurrentName_1(L_8); CChangeNameInfo_t1998310127 * L_9 = V_0; NullCheck(L_9); L_9->set_CardID_2(((int32_t)9)); CChangeNameInfo_t1998310127 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_11 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CMiscConfig_GetInt_m1183615064(L_11, _stringLiteral3187002749, ((int32_t)599), /*hidden argument*/NULL); NullCheck(L_10); L_10->set_DiamondCount_4(L_12); CChangeNameInfo_t1998310127 * L_13 = V_0; NullCheck(L_13); L_13->set_IsRandomType_5((bool)0); CChangeNameInfo_t1998310127 * L_14 = V_0; NullCheck(L_14); L_14->set_IsUnique_7((bool)1); CChangeNameInfo_t1998310127 * L_15 = V_0; intptr_t L_16 = (intptr_t)CGuildManager_RequestChangeName_m3546626146_RuntimeMethod_var; OnChangeNameCallback_t2458829697 * L_17 = (OnChangeNameCallback_t2458829697 *)il2cpp_codegen_object_new(OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var); OnChangeNameCallback__ctor_m285383472(L_17, __this, L_16, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_Requestor_11(L_17); CChangeNameInfo_t1998310127 * L_18 = V_0; intptr_t L_19 = (intptr_t)CGuildManager_ResponseChangeName_m1127988333_RuntimeMethod_var; OnChangeNameCallback_t2458829697 * L_20 = (OnChangeNameCallback_t2458829697 *)il2cpp_codegen_object_new(OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var); OnChangeNameCallback__ctor_m285383472(L_20, __this, L_19, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_Responsor_12(L_20); CChangeNameInfo_t1998310127 * L_21 = V_0; NullCheck(L_21); CDataArray_t4068198041 * L_22 = L_21->get_CustomParams_14(); CChangeNameInfo_t1998310127 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = L_23->get_CardID_2(); NullCheck(L_22); CDataArray_Push_m3820844360(L_22, L_24, /*hidden argument*/NULL); CChangeNameInfo_t1998310127 * L_25 = V_0; CMiscConfig_t1694835947 * L_26 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27 = CMiscConfig_GetValue_m1810403399(L_26, _stringLiteral984865622, _stringLiteral3073857316, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_MaxCharNum_10(L_27); CChangeNameInfo_t1998310127 * L_28 = V_0; return L_28; } } // System.Void DMCore.Logic.CGuildManager::RequestChangeName(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_RequestChangeName_m3546626146 (CGuildManager_t3445311192 * __this, int32_t ___type0, CDataArray_t4068198041 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_RequestChangeName_m3546626146_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1560), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CChangeNameManager_t2068867582_il2cpp_TypeInfo_var); CChangeNameManager_t2068867582 * L_3 = CChangeNameManager_GetInstance_m85489895(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CChangeNameManager_get_NewName_m2498047757(L_3, /*hidden argument*/NULL); NullCheck(L_2); CDataArray_Push_m1799687930(L_2, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; CDataArray_t4068198041 * L_6 = ___data1; NullCheck(L_6); int32_t L_7 = CDataArray_GetInt_m1111369473(L_6, 0, 0, /*hidden argument*/NULL); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; NullCheck(L_8); CDataArray_Flush_m1077150699(L_8, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CGuildManager::ResponseChangeName(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CGuildManager_ResponseChangeName_m1127988333 (CGuildManager_t3445311192 * __this, int32_t ___type0, CDataArray_t4068198041 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager_ResponseChangeName_m1127988333_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Camera_t4157153871 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; CGuild_t675931451 * V_4 = NULL; Transform_t3600365921 * G_B6_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1084336513, /*hidden argument*/NULL); CDataArray_t4068198041 * L_0 = ___data1; if (L_0) { goto IL_0011; } } { return; } IL_0011: { V_0 = 0; CDataArray_t4068198041 * L_1 = ___data1; int32_t L_2 = V_0; int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); String_t* L_5 = CDataArray_GetWideStr_m3532563229(L_1, L_3, L_4, /*hidden argument*/NULL); __this->set_newName_3(L_5); CDataArray_t4068198041 * L_6 = ___data1; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_0 = L_8; NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, (-1), /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; if (L_10) { goto IL_00e0; } } { __this->set_isNeedChangeName_4((bool)1); int32_t L_11 = V_1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral327568019, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_14, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_15 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); ICameraBase_t3615533728 * L_16 = CRoot_GetCamera_m3179746689(L_15, /*hidden argument*/NULL); NullCheck(L_16); Camera_t4157153871 * L_17 = ICameraBase_GetUICamera_m3997251255(L_16, /*hidden argument*/NULL); V_2 = L_17; Camera_t4157153871 * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_18, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_007b; } } { G_B6_0 = ((Transform_t3600365921 *)(NULL)); goto IL_008b; } IL_007b: { Camera_t4157153871 * L_20 = V_2; NullCheck(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(L_20, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_21, _stringLiteral2185225845, /*hidden argument*/NULL); G_B6_0 = L_22; } IL_008b: { V_3 = G_B6_0; Transform_t3600365921 * L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_23, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_00a4; } } { Transform_t3600365921 * L_25 = V_3; NullCheck(L_25); Component_SendMessage_m1441147224(L_25, _stringLiteral1974385202, 1, /*hidden argument*/NULL); } IL_00a4: { CMainRole_t4200562839 * L_26 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CProperty_t963755051 * L_27 = ISceneBaseObj_GetNetProperty_m1709069404(L_26, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = CProperty_GetInt_m2680341236(L_27, _stringLiteral1028994322, 0, /*hidden argument*/NULL); CGuild_t675931451 * L_29 = CGuildManager_GetGuildByID_m1722464464(__this, (((int64_t)((int64_t)L_28))), /*hidden argument*/NULL); V_4 = L_29; CGuild_t675931451 * L_30 = V_4; if (!L_30) { goto IL_00db; } } { CGuild_t675931451 * L_31 = V_4; NullCheck(L_31); CGuildData_t2153593818 * L_32 = CGuild_get_Data_m336040289(L_31, /*hidden argument*/NULL); String_t* L_33 = __this->get_newName_3(); NullCheck(L_32); L_32->set_GuildName_2(L_33); } IL_00db: { goto IL_00f6; } IL_00e0: { int32_t L_34 = V_1; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1573895775, L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_37, (bool)1, /*hidden argument*/NULL); } IL_00f6: { return; } } // System.Int32 DMCore.Logic.CGuildManager::_SortFunctor(DMCore.Logic.CGuild,DMCore.Logic.CGuild) extern "C" IL2CPP_METHOD_ATTR int32_t CGuildManager__SortFunctor_m4091585514 (RuntimeObject * __this /* static, unused */, CGuild_t675931451 * ___lth0, CGuild_t675931451 * ___rth1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B4_0 = 0; int32_t G_B10_0 = 0; int32_t G_B13_0 = 0; { CGuild_t675931451 * L_0 = ___lth0; if (L_0) { goto IL_0014; } } { CGuild_t675931451 * L_1 = ___rth1; if (L_1) { goto IL_0012; } } { G_B4_0 = 0; goto IL_0013; } IL_0012: { G_B4_0 = (-1); } IL_0013: { return G_B4_0; } IL_0014: { CGuild_t675931451 * L_2 = ___rth1; if (L_2) { goto IL_001c; } } { return 1; } IL_001c: { CGuild_t675931451 * L_3 = ___lth0; NullCheck(L_3); CGuildData_t2153593818 * L_4 = CGuild_get_Data_m336040289(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = L_4->get_IsBeApplying_9(); if (!L_5) { goto IL_0032; } } { G_B10_0 = 1; goto IL_0033; } IL_0032: { G_B10_0 = 2; } IL_0033: { V_0 = G_B10_0; CGuild_t675931451 * L_6 = ___rth1; NullCheck(L_6); CGuildData_t2153593818 * L_7 = CGuild_get_Data_m336040289(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = L_7->get_IsBeApplying_9(); if (!L_8) { goto IL_004a; } } { G_B13_0 = 1; goto IL_004b; } IL_004a: { G_B13_0 = 2; } IL_004b: { V_1 = G_B13_0; int32_t L_9 = V_0; int32_t L_10 = V_1; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_005c; } } { int32_t L_11 = V_1; int32_t L_12 = Int32_CompareTo_m4284770383((&V_0), L_11, /*hidden argument*/NULL); return L_12; } IL_005c: { CGuild_t675931451 * L_13 = ___lth0; NullCheck(L_13); int32_t L_14 = CGuild_get_TempIndex_m1337586396(L_13, /*hidden argument*/NULL); V_2 = L_14; CGuild_t675931451 * L_15 = ___rth1; NullCheck(L_15); int32_t L_16 = CGuild_get_TempIndex_m1337586396(L_15, /*hidden argument*/NULL); int32_t L_17 = Int32_CompareTo_m4284770383((&V_2), L_16, /*hidden argument*/NULL); return L_17; } } // System.Void DMCore.Logic.CGuildManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CGuildManager__cctor_m3041511264 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGuildManager__cctor_m3041511264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CGuildManager_t3445311192_StaticFields*)il2cpp_codegen_static_fields_for(CGuildManager_t3445311192_il2cpp_TypeInfo_var))->set_PAGE_SIZE_26(6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetGuildByIDU3Ec__AnonStorey0__ctor_m241556777 (U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CGuildManager/c__AnonStorey0::<>m__0(DMCore.Logic.CGuild) extern "C" IL2CPP_METHOD_ATTR bool U3CGetGuildByIDU3Ec__AnonStorey0_U3CU3Em__0_m2424239913 (U3CGetGuildByIDU3Ec__AnonStorey0_t2851035071 * __this, CGuild_t675931451 * ___curGuild0, const RuntimeMethod* method) { { CGuild_t675931451 * L_0 = ___curGuild0; NullCheck(L_0); int32_t L_1 = CGuild_get_GuildID_m3184550405(L_0, /*hidden argument*/NULL); int64_t L_2 = __this->get_guildID_0(); return (bool)((((int64_t)(((int64_t)((int64_t)L_1)))) == ((int64_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CGuildRole::.ctor(DMCore.Logic.CMemberData) extern "C" IL2CPP_METHOD_ATTR void CGuildRole__ctor_m1833935557 (CGuildRole_t1534135880 * __this, CMemberData_t1242630376 * ___dataVal0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CMemberData_t1242630376 * L_0 = ___dataVal0; __this->set_m_Data_0(L_0); return; } } // System.Boolean DMCore.Logic.CGuildRole::CheckRight(DMCore.Logic.enumGuildRight) extern "C" IL2CPP_METHOD_ATTR bool CGuildRole_CheckRight_m2716022948 (CGuildRole_t1534135880 * __this, int32_t ___right0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B12_0 = 0; { CMemberData_t1242630376 * L_0 = __this->get_m_Data_0(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = ___right0; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_001b; } } { int32_t L_2 = ___right0; if ((((int32_t)L_2) < ((int32_t)8))) { goto IL_001d; } } IL_001b: { return (bool)0; } IL_001d: { CMemberData_t1242630376 * L_3 = __this->get_m_Data_0(); NullCheck(L_3); int32_t L_4 = L_3->get_Duty_5(); V_0 = L_4; int32_t L_5 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) { case 0: { goto IL_0052; } case 1: { goto IL_004a; } case 2: { goto IL_0042; } } } { goto IL_0061; } IL_0042: { int32_t L_6 = ___right0; return (bool)((((int32_t)((((int32_t)L_6) > ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_004a: { int32_t L_7 = ___right0; return (bool)((((int32_t)((((int32_t)L_7) > ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0052: { int32_t L_8 = ___right0; if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_005f; } } { int32_t L_9 = ___right0; G_B12_0 = ((((int32_t)L_9) < ((int32_t)8))? 1 : 0); goto IL_0060; } IL_005f: { G_B12_0 = 0; } IL_0060: { return (bool)G_B12_0; } IL_0061: { return (bool)0; } } // System.Int64 DMCore.Logic.CGuildRole::get_UserID() extern "C" IL2CPP_METHOD_ATTR int64_t CGuildRole_get_UserID_m543570432 (CGuildRole_t1534135880 * __this, const RuntimeMethod* method) { { CMemberData_t1242630376 * L_0 = __this->get_m_Data_0(); NullCheck(L_0); int64_t L_1 = L_0->get_UserID_1(); return L_1; } } // System.Void DMCore.Logic.CGuildRole::set_Data(DMCore.Logic.CMemberData) extern "C" IL2CPP_METHOD_ATTR void CGuildRole_set_Data_m3606043093 (CGuildRole_t1534135880 * __this, CMemberData_t1242630376 * ___value0, const RuntimeMethod* method) { { CMemberData_t1242630376 * L_0 = ___value0; __this->set_m_Data_0(L_0); return; } } // DMCore.Logic.CMemberData DMCore.Logic.CGuildRole::get_Data() extern "C" IL2CPP_METHOD_ATTR CMemberData_t1242630376 * CGuildRole_get_Data_m1897179038 (CGuildRole_t1534135880 * __this, const RuntimeMethod* method) { { CMemberData_t1242630376 * L_0 = __this->get_m_Data_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChallengeBossData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData__ctor_m461298734 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.ChallengeBossData::.ctor(System.Int32,System.Int32,System.Single,System.Single,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData__ctor_m3276635409 (ChallengeBossData_t4083313038 * __this, int32_t ___bossID0, int32_t ___bossModelNo1, float ___bossHPMax2, float ___bossHpCurr3, String_t* ___bossName4, String_t* ___bossIntroduction5, int32_t ___needGuildLevel6, int32_t ___currGuildLevel7, int32_t ___status8, int32_t ___haveChallengeCount9, int32_t ___haveChallengeCountMax10, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___bossID0; ChallengeBossData_set_bossID_m2257287336(__this, L_0, /*hidden argument*/NULL); float L_1 = ___bossHPMax2; ChallengeBossData_set_bossHPMax_m1218345922(__this, L_1, /*hidden argument*/NULL); float L_2 = ___bossHpCurr3; ChallengeBossData_set_bossHpCurr_m1468783139(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ___bossName4; ChallengeBossData_set_bossName_m430571085(__this, L_3, /*hidden argument*/NULL); String_t* L_4 = ___bossIntroduction5; ChallengeBossData_set_bossIntroduction_m1518546882(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = ___needGuildLevel6; ChallengeBossData_set_needGuildLevel_m3708013819(__this, L_5, /*hidden argument*/NULL); int32_t L_6 = ___currGuildLevel7; ChallengeBossData_set_currGuildLevel_m1168945109(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = ___status8; ChallengeBossData_set_status_m3215513512(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = ___haveChallengeCount9; ChallengeBossData_set_haveChallengeCount_m707891103(__this, L_8, /*hidden argument*/NULL); int32_t L_9 = ___haveChallengeCountMax10; ChallengeBossData_set_haveChallengeCountMax_m954393796(__this, L_9, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_bossID() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_bossID_m3719603242 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CbossIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_bossID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossID_m2257287336 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CbossIDU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_bossModelNo() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_bossModelNo_m2005903559 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CbossModelNoU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_bossModelNo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossModelNo_m2191753014 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CbossModelNoU3Ek__BackingField_1(L_0); return; } } // System.Single DMCore.Logic.ChallengeBossData::get_bossHPMax() extern "C" IL2CPP_METHOD_ATTR float ChallengeBossData_get_bossHPMax_m438849302 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CbossHPMaxU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_bossHPMax(System.Single) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossHPMax_m1218345922 (ChallengeBossData_t4083313038 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CbossHPMaxU3Ek__BackingField_2(L_0); return; } } // System.Single DMCore.Logic.ChallengeBossData::get_bossHpCurr() extern "C" IL2CPP_METHOD_ATTR float ChallengeBossData_get_bossHpCurr_m2613960285 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CbossHpCurrU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_bossHpCurr(System.Single) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossHpCurr_m1468783139 (ChallengeBossData_t4083313038 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CbossHpCurrU3Ek__BackingField_3(L_0); return; } } // System.String DMCore.Logic.ChallengeBossData::get_bossName() extern "C" IL2CPP_METHOD_ATTR String_t* ChallengeBossData_get_bossName_m2591958186 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CbossNameU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_bossName(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossName_m430571085 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CbossNameU3Ek__BackingField_4(L_0); return; } } // System.String DMCore.Logic.ChallengeBossData::get_bossIntroduction() extern "C" IL2CPP_METHOD_ATTR String_t* ChallengeBossData_get_bossIntroduction_m475869117 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CbossIntroductionU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_bossIntroduction(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_bossIntroduction_m1518546882 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CbossIntroductionU3Ek__BackingField_5(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_needGuildLevel() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_needGuildLevel_m1339866081 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CneedGuildLevelU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_needGuildLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_needGuildLevel_m3708013819 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CneedGuildLevelU3Ek__BackingField_6(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_currGuildLevel() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_currGuildLevel_m311610121 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CcurrGuildLevelU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_currGuildLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_currGuildLevel_m1168945109 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CcurrGuildLevelU3Ek__BackingField_7(L_0); return; } } // System.Boolean DMCore.Logic.ChallengeBossData::get_isLock() extern "C" IL2CPP_METHOD_ATTR bool ChallengeBossData_get_isLock_m3817064709 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CisLockU3Ek__BackingField_8(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_isLock(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_isLock_m1727322035 (ChallengeBossData_t4083313038 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CisLockU3Ek__BackingField_8(L_0); return; } } // System.Boolean DMCore.Logic.ChallengeBossData::get_isDeath() extern "C" IL2CPP_METHOD_ATTR bool ChallengeBossData_get_isDeath_m1233301621 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CisDeathU3Ek__BackingField_9(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_isDeath(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_isDeath_m789352019 (ChallengeBossData_t4083313038 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CisDeathU3Ek__BackingField_9(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_status() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_status_m4126938562 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CstatusU3Ek__BackingField_10(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_status(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_status_m3215513512 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CstatusU3Ek__BackingField_10(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_haveChallengeCount() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_haveChallengeCount_m2572706174 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3ChaveChallengeCountU3Ek__BackingField_11(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_haveChallengeCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_haveChallengeCount_m707891103 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3ChaveChallengeCountU3Ek__BackingField_11(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_haveChallengeCountMax() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_haveChallengeCountMax_m1731072517 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3ChaveChallengeCountMaxU3Ek__BackingField_12(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_haveChallengeCountMax(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_haveChallengeCountMax_m954393796 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3ChaveChallengeCountMaxU3Ek__BackingField_12(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_guildContribution() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_guildContribution_m525768628 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CguildContributionU3Ek__BackingField_13(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_guildContribution(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_guildContribution_m1733805936 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CguildContributionU3Ek__BackingField_13(L_0); return; } } // System.Int32 DMCore.Logic.ChallengeBossData::get_addition() extern "C" IL2CPP_METHOD_ATTR int32_t ChallengeBossData_get_addition_m1263661157 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CadditionU3Ek__BackingField_14(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_addition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_addition_m606262927 (ChallengeBossData_t4083313038 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CadditionU3Ek__BackingField_14(L_0); return; } } // System.String DMCore.Logic.ChallengeBossData::get_passAward() extern "C" IL2CPP_METHOD_ATTR String_t* ChallengeBossData_get_passAward_m140728868 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CpassAwardU3Ek__BackingField_15(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_passAward(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_passAward_m1517957881 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CpassAwardU3Ek__BackingField_15(L_0); return; } } // System.String DMCore.Logic.ChallengeBossData::get_killAward() extern "C" IL2CPP_METHOD_ATTR String_t* ChallengeBossData_get_killAward_m1705711124 (ChallengeBossData_t4083313038 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CkillAwardU3Ek__BackingField_16(); return L_0; } } // System.Void DMCore.Logic.ChallengeBossData::set_killAward(System.String) extern "C" IL2CPP_METHOD_ATTR void ChallengeBossData_set_killAward_m3757910613 (ChallengeBossData_t4083313038 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CkillAwardU3Ek__BackingField_16(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChallengeBossTextManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChallengeBossTextManager__ctor_m2049984362 (ChallengeBossTextManager_t1223296511 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChallengeBossTextManager__ctor_m2049984362_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1325149254 * L_0 = (Dictionary_2_t1325149254 *)il2cpp_codegen_object_new(Dictionary_2_t1325149254_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4052854386(L_0, /*hidden argument*/Dictionary_2__ctor_m4052854386_RuntimeMethod_var); __this->set_m_map_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral715335138, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.ChallengeBossTextManager DMCore.Logic.ChallengeBossTextManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR ChallengeBossTextManager_t1223296511 * ChallengeBossTextManager_GetInstance_m518656186 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChallengeBossTextManager_GetInstance_m518656186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ChallengeBossTextManager_t1223296511 * L_0 = ((ChallengeBossTextManager_t1223296511_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeBossTextManager_t1223296511_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { ChallengeBossTextManager_t1223296511 * L_1 = ((ChallengeBossTextManager_t1223296511_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeBossTextManager_t1223296511_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { ChallengeBossTextManager_t1223296511 * L_2 = (ChallengeBossTextManager_t1223296511 *)il2cpp_codegen_object_new(ChallengeBossTextManager_t1223296511_il2cpp_TypeInfo_var); ChallengeBossTextManager__ctor_m2049984362(L_2, /*hidden argument*/NULL); ((ChallengeBossTextManager_t1223296511_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeBossTextManager_t1223296511_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); ChallengeBossTextManager_t1223296511 * L_3 = ((ChallengeBossTextManager_t1223296511_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeBossTextManager_t1223296511_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Void DMCore.Logic.ChallengeBossTextManager::Clear() extern "C" IL2CPP_METHOD_ATTR void ChallengeBossTextManager_Clear_m2872354691 (ChallengeBossTextManager_t1223296511 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChallengeBossTextManager_Clear_m2872354691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1325149254 * L_0 = __this->get_m_map_1(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t1325149254 * L_1 = __this->get_m_map_1(); NullCheck(L_1); Dictionary_2_Clear_m1079260137(L_1, /*hidden argument*/Dictionary_2_Clear_m1079260137_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean DMCore.Logic.ChallengeBossTextManager::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ChallengeBossTextManager_OnLoad_m3605769171 (ChallengeBossTextManager_t1223296511 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChallengeBossTextManager_OnLoad_m3605769171_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; ChallengeBossText_t2436435923 * V_6 = NULL; Exception_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); XmlElement_t561603118 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___loadedObj0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0023; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0024; } IL_0023: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0024: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_2 = L_7; XmlNodeList_t2551693786 * L_8 = V_2; if (L_8) { goto IL_0039; } } IL_0032: { V_3 = (bool)0; goto IL_00e3; } IL_0039: { V_4 = 0; goto IL_00ab; } IL_0041: { XmlNodeList_t2551693786 * L_9 = V_2; int32_t L_10 = V_4; NullCheck(L_9); XmlNode_t3767805227 * L_11 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_9, L_10); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_11, XmlElement_t561603118_il2cpp_TypeInfo_var)); ChallengeBossText_t2436435923 * L_12 = (ChallengeBossText_t2436435923 *)il2cpp_codegen_object_new(ChallengeBossText_t2436435923_il2cpp_TypeInfo_var); ChallengeBossText__ctor_m3227882339(L_12, /*hidden argument*/NULL); V_6 = L_12; ChallengeBossText_t2436435923 * L_13 = V_6; XmlElement_t561603118 * L_14 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_15 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_14, _stringLiteral641485505, 0, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_guildPassID_0(L_15); ChallengeBossText_t2436435923 * L_16 = V_6; XmlElement_t561603118 * L_17 = V_5; String_t* L_18 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_17, _stringLiteral868080248, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_bossName_1(L_18); ChallengeBossText_t2436435923 * L_19 = V_6; XmlElement_t561603118 * L_20 = V_5; String_t* L_21 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_20, _stringLiteral2754109492, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_bossIntroduction_2(L_21); Dictionary_2_t1325149254 * L_22 = __this->get_m_map_1(); ChallengeBossText_t2436435923 * L_23 = V_6; NullCheck(L_23); int32_t L_24 = L_23->get_guildPassID_0(); ChallengeBossText_t2436435923 * L_25 = V_6; NullCheck(L_22); Dictionary_2_Add_m3678163962(L_22, L_24, L_25, /*hidden argument*/Dictionary_2_Add_m3678163962_RuntimeMethod_var); int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00ab: { int32_t L_27 = V_4; XmlNodeList_t2551693786 * L_28 = V_2; NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_28); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_0041; } } IL_00b8: { goto IL_00e1; } } // 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_00bd; throw e; } CATCH_00bd: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_30 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_31 = V_7; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31); NullCheck(L_30); CLogHelp_LogFile_m4227814860(L_30, L_32, /*hidden argument*/NULL); Exception_t * L_33 = V_7; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); goto IL_00e1; } // end catch (depth: 1) IL_00e1: { return (bool)1; } IL_00e3: { bool L_35 = V_3; return L_35; } } // DMCore.Logic.ChallengeBossTextManager/ChallengeBossText DMCore.Logic.ChallengeBossTextManager::GetChallengeBossText(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChallengeBossText_t2436435923 * ChallengeBossTextManager_GetChallengeBossText_m1579780430 (ChallengeBossTextManager_t1223296511 * __this, int32_t ___guildPassID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChallengeBossTextManager_GetChallengeBossText_m1579780430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1325149254 * L_0 = __this->get_m_map_1(); if (!L_0) { goto IL_0029; } } { Dictionary_2_t1325149254 * L_1 = __this->get_m_map_1(); int32_t L_2 = ___guildPassID0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m3875549006(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m3875549006_RuntimeMethod_var); if (!L_3) { goto IL_0029; } } { Dictionary_2_t1325149254 * L_4 = __this->get_m_map_1(); int32_t L_5 = ___guildPassID0; NullCheck(L_4); ChallengeBossText_t2436435923 * L_6 = Dictionary_2_get_Item_m1946221745(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m1946221745_RuntimeMethod_var); return L_6; } IL_0029: { return (ChallengeBossText_t2436435923 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChallengeBossTextManager/ChallengeBossText::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChallengeBossText__ctor_m3227882339 (ChallengeBossText_t2436435923 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CHandbookAllClothesCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHandbookAllClothesCfg__ctor_m3987308045 (CHandbookAllClothesCfg_t703745743 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandbookAllClothesCfg__ctor_m3987308045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t980893118 * L_0 = (Dictionary_2_t980893118 *)il2cpp_codegen_object_new(Dictionary_2_t980893118_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4076687632(L_0, /*hidden argument*/Dictionary_2__ctor_m4076687632_RuntimeMethod_var); __this->set_m_configList_2(L_0); Dictionary_2_t1165792132 * L_1 = (Dictionary_2_t1165792132 *)il2cpp_codegen_object_new(Dictionary_2_t1165792132_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2318543627(L_1, /*hidden argument*/Dictionary_2__ctor_m2318543627_RuntimeMethod_var); __this->set_m_Diction_3(L_1); ITextBase_PushTask_m2878137237(__this, _stringLiteral1143717412, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CHandbookAllClothesCfg DMCore.Logic.CHandbookAllClothesCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandbookAllClothesCfg_t703745743 * CHandbookAllClothesCfg_GetInstance_m3834828096 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandbookAllClothesCfg_GetInstance_m3834828096_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); CHandbookAllClothesCfg_t703745743 * L_0 = ((CHandbookAllClothesCfg_t703745743_StaticFields*)il2cpp_codegen_static_fields_for(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var))->get_s_instance_1(); if (L_0) { goto IL_0014; } } { CHandbookAllClothesCfg_t703745743 * L_1 = (CHandbookAllClothesCfg_t703745743 *)il2cpp_codegen_object_new(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); CHandbookAllClothesCfg__ctor_m3987308045(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); ((CHandbookAllClothesCfg_t703745743_StaticFields*)il2cpp_codegen_static_fields_for(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var))->set_s_instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); CHandbookAllClothesCfg_t703745743 * L_2 = ((CHandbookAllClothesCfg_t703745743_StaticFields*)il2cpp_codegen_static_fields_for(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var))->get_s_instance_1(); return L_2; } } // System.Boolean DMCore.Logic.CHandbookAllClothesCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CHandbookAllClothesCfg_OnLoad_m2528528609 (CHandbookAllClothesCfg_t703745743 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandbookAllClothesCfg_OnLoad_m2528528609_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlDocument_t2468531415 * V_0 = NULL; DMXmlNode_t3958967524 * V_1 = NULL; DMXmlNodeList_t795971656 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; DMXmlNode_t3958967524 * V_5 = NULL; int32_t V_6 = 0; StaticConfigUnit_t2277078801 * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); DMXmlNode_t3958967524 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___loadedObj0; DMXmlDocument_t2468531415 * L_1 = DMXmlDocument_LoadXml_m2953623357(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ___loadedObj0 = (String_t*)NULL; DMXmlDocument_t2468531415 * L_2 = V_0; if (!L_2) { goto IL_001b; } } IL_0010: { DMXmlDocument_t2468531415 * L_3 = V_0; NullCheck(L_3); DMXmlNode_t3958967524 * L_4 = DMXmlNode_get_FirstChild_m4174520049(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001c; } IL_001b: { G_B3_0 = ((DMXmlNode_t3958967524 *)(NULL)); } IL_001c: { V_1 = G_B3_0; DMXmlNode_t3958967524 * L_5 = V_1; NullCheck(L_5); DMXmlNodeList_t795971656 * L_6 = DMXmlNode_get_ChildNodes_m14158511(L_5, /*hidden argument*/NULL); V_2 = L_6; DMXmlNodeList_t795971656 * L_7 = V_2; if (L_7) { goto IL_0031; } } IL_002a: { V_3 = (bool)0; goto IL_0141; } IL_0031: { Dictionary_2_t1165792132 * L_8 = __this->get_m_Diction_3(); if (!L_8) { goto IL_0047; } } IL_003c: { Dictionary_2_t1165792132 * L_9 = __this->get_m_Diction_3(); NullCheck(L_9); Dictionary_2_Clear_m1119521940(L_9, /*hidden argument*/Dictionary_2_Clear_m1119521940_RuntimeMethod_var); } IL_0047: { V_4 = 0; goto IL_0115; } IL_004f: { DMXmlNodeList_t795971656 * L_10 = V_2; int32_t L_11 = V_4; NullCheck(L_10); DMXmlNode_t3958967524 * L_12 = DMXmlNodeList_Item_m3433089129(L_10, L_11, /*hidden argument*/NULL); V_5 = L_12; DMXmlNode_t3958967524 * L_13 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_14 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_13, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); V_6 = L_14; int32_t L_15 = V_6; if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_0075; } } IL_0070: { goto IL_010f; } IL_0075: { StaticConfigUnit_t2277078801 * L_16 = (StaticConfigUnit_t2277078801 *)il2cpp_codegen_object_new(StaticConfigUnit_t2277078801_il2cpp_TypeInfo_var); StaticConfigUnit__ctor_m3259063721(L_16, /*hidden argument*/NULL); V_7 = L_16; StaticConfigUnit_t2277078801 * L_17 = V_7; DMXmlNode_t3958967524 * L_18 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_20 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_18, _stringLiteral62725243, L_19, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_Name_0(L_20); StaticConfigUnit_t2277078801 * L_21 = V_7; DMXmlNode_t3958967524 * L_22 = V_5; int32_t L_23 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_22, _stringLiteral1232840130, 1, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_QualityLevel_1(L_23); StaticConfigUnit_t2277078801 * L_24 = V_7; DMXmlNode_t3958967524 * L_25 = V_5; int32_t L_26 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_25, _stringLiteral3883939826, 0, /*hidden argument*/NULL); NullCheck(L_24); L_24->set_FashionStar_2(L_26); StaticConfigUnit_t2277078801 * L_27 = V_7; DMXmlNode_t3958967524 * L_28 = V_5; int32_t L_29 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_28, _stringLiteral920572944, 0, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_CanEmbed_gem_3(L_29); StaticConfigUnit_t2277078801 * L_30 = V_7; DMXmlNode_t3958967524 * L_31 = V_5; String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_33 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_31, _stringLiteral3923320070, L_32, /*hidden argument*/NULL); NullCheck(L_30); StaticConfigUnit_set_Tags_m3219675138(L_30, L_33, /*hidden argument*/NULL); StaticConfigUnit_t2277078801 * L_34 = V_7; DMXmlNode_t3958967524 * L_35 = V_5; String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_37 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_35, _stringLiteral1610285846, L_36, /*hidden argument*/NULL); NullCheck(L_34); StaticConfigUnit_set_Path_m2793314817(L_34, L_37, /*hidden argument*/NULL); Dictionary_2_t1165792132 * L_38 = __this->get_m_Diction_3(); int32_t L_39 = V_6; StaticConfigUnit_t2277078801 * L_40 = V_7; NullCheck(L_38); Dictionary_2_set_Item_m322178150(L_38, L_39, L_40, /*hidden argument*/Dictionary_2_set_Item_m322178150_RuntimeMethod_var); } IL_010f: { int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0115: { int32_t L_42 = V_4; DMXmlNodeList_t795971656 * L_43 = V_2; NullCheck(L_43); int32_t L_44 = DMXmlNodeList_get_Count_m1776804761(L_43, /*hidden argument*/NULL); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_004f; } } IL_0122: { goto IL_013f; } } // 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_0127; throw e; } CATCH_0127: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_45 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_46 = V_8; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); NullCheck(L_45); CLogHelp_LogFile_m4227814860(L_45, L_47, /*hidden argument*/NULL); goto IL_013f; } // end catch (depth: 1) IL_013f: { return (bool)1; } IL_0141: { bool L_48 = V_3; return L_48; } } // System.String DMCore.Logic.CHandbookAllClothesCfg::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CHandbookAllClothesCfg_GetName_m940664020 (CHandbookAllClothesCfg_t703745743 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandbookAllClothesCfg_GetName_m940664020_MetadataUsageId); s_Il2CppMethodInitialized = true; } StaticConfigUnit_t2277078801 * V_0 = NULL; { StaticConfigUnit_t2277078801 * L_0 = (StaticConfigUnit_t2277078801 *)il2cpp_codegen_object_new(StaticConfigUnit_t2277078801_il2cpp_TypeInfo_var); StaticConfigUnit__ctor_m3259063721(L_0, /*hidden argument*/NULL); V_0 = L_0; Dictionary_2_t1165792132 * L_1 = __this->get_m_Diction_3(); int32_t L_2 = ___configID0; NullCheck(L_1); Dictionary_2_TryGetValue_m2002369474(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2002369474_RuntimeMethod_var); StaticConfigUnit_t2277078801 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_Name_0(); return L_4; } } // System.Void DMCore.Logic.CHandbookAllClothesCfg::EqualsItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CHandbookAllClothesCfg_EqualsItem_m1407077271 (CHandbookAllClothesCfg_t703745743 * __this, int32_t ___configID0, int32_t ___type1, const RuntimeMethod* method) { { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandbookAllClothesCfg_GetItemList_m1331541043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t980893118 * L_0 = __this->get_m_configList_2(); int32_t L_1 = ___type0; NullCheck(L_0); List_1_t2092179787 * L_2 = Dictionary_2_get_Item_m3455910910(L_0, L_1, /*hidden argument*/Dictionary_2_get_Item_m3455910910_RuntimeMethod_var); return L_2; } } // System.Void DMCore.Logic.CHandbookAllClothesCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CHandbookAllClothesCfg_Clear_m526778250 (CHandbookAllClothesCfg_t703745743 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandbookAllClothesCfg_Clear_m526778250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t980893118 * L_0 = __this->get_m_configList_2(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t980893118 * L_1 = __this->get_m_configList_2(); NullCheck(L_1); Dictionary_2_Clear_m1944763462(L_1, /*hidden argument*/Dictionary_2_Clear_m1944763462_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CHandbookAllClothesCfg::.cctor() extern "C" IL2CPP_METHOD_ATTR void CHandbookAllClothesCfg__cctor_m2050909890 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CHandBookManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager__ctor_m1898255241 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager__ctor_m1898255241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_0, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_clothesDic_10(L_0); List_1_t128053199 * L_1 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_1, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_themeItemID_11(L_1); Dictionary_2_t1839659084 * L_2 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_2, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_collectionID_12(L_2); __this->set_subType_14(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CHandBookManager DMCore.Logic.CHandBookManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandBookManager_t2716637598 * CHandBookManager_GetInstance_m3268041598 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_GetInstance_m3268041598_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CHandBookManager_t2716637598 * L_0 = ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0014; } } { CHandBookManager_t2716637598 * L_1 = (CHandBookManager_t2716637598 *)il2cpp_codegen_object_new(CHandBookManager_t2716637598_il2cpp_TypeInfo_var); CHandBookManager__ctor_m1898255241(L_1, /*hidden argument*/NULL); ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0014: { CHandBookManager_t2716637598 * L_2 = ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // System.Void DMCore.Logic.CHandBookManager::SetLaber() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_SetLaber_m3467308311 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { __this->set_laber_6(0); __this->set_tagCount_7(0); __this->set_IsOver_8((bool)0); return; } } // System.Collections.Generic.Dictionary`2 DMCore.Logic.CHandBookManager::get_GetCollectionDic() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1839659084 * CHandBookManager_get_GetCollectionDic_m3906495547 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { Dictionary_2_t1839659084 * L_0 = __this->get_collectionID_12(); return L_0; } } // System.Collections.Generic.Dictionary`2 DMCore.Logic.CHandBookManager::get_GetClothesDic() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1839659084 * CHandBookManager_get_GetClothesDic_m3896196025 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { Dictionary_2_t1839659084 * L_0 = __this->get_clothesDic_10(); return L_0; } } // System.Boolean DMCore.Logic.CHandBookManager::get_Over() extern "C" IL2CPP_METHOD_ATTR bool CHandBookManager_get_Over_m400829739 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_IsOver_8(); return L_0; } } // System.Void DMCore.Logic.CHandBookManager::set_Over(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_set_Over_m1178632864 (CHandBookManager_t2716637598 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_IsOver_8(L_0); return; } } // System.Int64 DMCore.Logic.CHandBookManager::get_TargetID() extern "C" IL2CPP_METHOD_ATTR int64_t CHandBookManager_get_TargetID_m1111685438 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_TargetID_9(); return L_0; } } // System.Void DMCore.Logic.CHandBookManager::set_TargetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_set_TargetID_m3681805451 (CHandBookManager_t2716637598 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_m_TargetID_9(L_0); return; } } // System.Boolean DMCore.Logic.CHandBookManager::get_m_SetClothesSucess() extern "C" IL2CPP_METHOD_ATTR bool CHandBookManager_get_m_SetClothesSucess_m3265270399 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_SetClothesCountSucess_13(); return L_0; } } // System.Void DMCore.Logic.CHandBookManager::set_m_SetClothesSucess(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_set_m_SetClothesSucess_m1374729908 (CHandBookManager_t2716637598 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_SetClothesCountSucess_13(L_0); return; } } // System.Boolean DMCore.Logic.CHandBookManager::get_HandBookEnter() extern "C" IL2CPP_METHOD_ATTR bool CHandBookManager_get_HandBookEnter_m590654764 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isHandBookEnter_17(); return L_0; } } // System.Void DMCore.Logic.CHandBookManager::set_HandBookEnter(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_set_HandBookEnter_m234978785 (CHandBookManager_t2716637598 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isHandBookEnter_17(L_0); return; } } // System.Boolean DMCore.Logic.CHandBookManager::get_GetIsInit() extern "C" IL2CPP_METHOD_ATTR bool CHandBookManager_get_GetIsInit_m1547786746 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_IsInit_18(); return L_0; } } // System.Void DMCore.Logic.CHandBookManager::set_GetIsInit(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_set_GetIsInit_m114324620 (CHandBookManager_t2716637598 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_IsInit_18(L_0); return; } } // System.Collections.Generic.List`1 DMCore.Logic.CHandBookManager::get_m_GetThemeList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CHandBookManager_get_m_GetThemeList_m1780465495 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = __this->get_themeItemID_11(); return L_0; } } // DMCore.Logic.ClothesTag DMCore.Logic.CHandBookManager::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CHandBookManager_GetItem_m1181159237 (CHandBookManager_t2716637598 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = __this->get_address_of_laber_6(); bool L_1 = Int32_Equals_m2976157357(L_0, ((int32_t)12), /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { __this->set_laber_6(0); } IL_0019: { int32_t L_2 = __this->get_laber_6(); __this->set_laber_6(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = __this->get_laber_6(); V_0 = L_3; int32_t L_4 = V_0; return L_4; } } // System.Int32 DMCore.Logic.CHandBookManager::GetThemeItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CHandBookManager_GetThemeItem_m1630858802 (CHandBookManager_t2716637598 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_GetThemeItem_m1630858802_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; List_1_t128053199 * L_1 = __this->get_themeItemID_11(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0013; } } { return (-1); } IL_0013: { List_1_t128053199 * L_3 = __this->get_themeItemID_11(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = List_1_get_Item_m888956288(L_3, L_4, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); return L_5; } } // DMCore.Logic.CBookReservationConfig/CBookReservationInfo DMCore.Logic.CHandBookManager::GetCollectionItemInfo(System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR CBookReservationInfo_t4147366020 * CHandBookManager_GetCollectionItemInfo_m907579807 (CHandBookManager_t2716637598 * __this, int32_t ___index0, int32_t* ___ownCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_GetCollectionItemInfo_m907579807_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t4237331251 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t4237331251 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t* L_0 = ___ownCount1; *((int32_t*)(L_0)) = (int32_t)0; int32_t L_1 = ___index0; Dictionary_2_t1839659084 * L_2 = __this->get_collectionID_12(); NullCheck(L_2); int32_t L_3 = Dictionary_2_get_Count_m2284764176(L_2, /*hidden argument*/Dictionary_2_get_Count_m2284764176_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))))) { goto IL_0018; } } { return (CBookReservationInfo_t4147366020 *)NULL; } IL_0018: { Dictionary_2_t1839659084 * L_4 = __this->get_collectionID_12(); Dictionary_2_t1839659084 * L_5 = __this->get_collectionID_12(); int32_t L_6 = ___index0; KeyValuePair_2_t4237331251 L_7 = Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651_RuntimeMethod_var); V_0 = L_7; int32_t L_8 = KeyValuePair_2_get_Key_m2295844663((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); int32_t* L_9 = ___ownCount1; NullCheck(L_4); Dictionary_2_TryGetValue_m1682688660(L_4, L_8, L_9, /*hidden argument*/Dictionary_2_TryGetValue_m1682688660_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CBookReservationConfig_t3541798465_il2cpp_TypeInfo_var); CBookReservationConfig_t3541798465 * L_10 = CBookReservationConfig_GetInstance_m3547560977(NULL /*static, unused*/, /*hidden argument*/NULL); Dictionary_2_t1839659084 * L_11 = __this->get_collectionID_12(); int32_t L_12 = ___index0; KeyValuePair_2_t4237331251 L_13 = Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/Enumerable_ElementAt_TisKeyValuePair_2_t4237331251_m1734628651_RuntimeMethod_var); V_1 = L_13; int32_t L_14 = KeyValuePair_2_get_Key_m2295844663((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); NullCheck(L_10); CBookReservationInfo_t4147366020 * L_15 = CBookReservationConfig_GetCfgUnitByID_m648056151(L_10, L_14, /*hidden argument*/NULL); return L_15; } } // System.Void DMCore.Logic.CHandBookManager::EnterSecondPage() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_EnterSecondPage_m384800277 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_EnterSecondPage_m384800277_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t1368688201 * L_0 = __this->get_ChangeTabEvent_3(); if (!L_0) { goto IL_0017; } } { Action_1_t1368688201 * L_1 = __this->get_ChangeTabEvent_3(); NullCheck(L_1); Action_1_Invoke_m1383712741(L_1, 6, /*hidden argument*/Action_1_Invoke_m1383712741_RuntimeMethod_var); } IL_0017: { return; } } // System.Void DMCore.Logic.CHandBookManager::OnFreshClothes(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_OnFreshClothes_m2985295715 (CHandBookManager_t2716637598 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_OnFreshClothes_m2985295715_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2753864082 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; int32_t V_4 = 0; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; bool V_8 = false; int32_t V_9 = 0; bool V_10 = false; { List_1_t2753864082 * L_0 = (List_1_t2753864082 *)il2cpp_codegen_object_new(List_1_t2753864082_il2cpp_TypeInfo_var); List_1__ctor_m909264078(L_0, /*hidden argument*/List_1__ctor_m909264078_RuntimeMethod_var); V_0 = L_0; Dictionary_2_t1839659084 * L_1 = __this->get_clothesDic_10(); NullCheck(L_1); Dictionary_2_Clear_m1702443365(L_1, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); V_1 = 0; CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_1; int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_1 = L_4; 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_2); String_t* L_6 = CDataArray_GetWideStr_m3532563229(L_2, L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; String_t* L_7 = V_2; 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)59)); NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m3646115398(L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; V_4 = 0; goto IL_0062; } IL_003e: { StringU5BU5D_t1281789340* L_10 = V_3; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); CharU5BU5D_t3528271667* L_14 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_13); StringU5BU5D_t1281789340* L_15 = String_Split_m3646115398(L_13, L_14, /*hidden argument*/NULL); V_5 = L_15; List_1_t2753864082 * L_16 = V_0; StringU5BU5D_t1281789340* L_17 = V_5; NullCheck(L_16); List_1_Add_m3968569714(L_16, L_17, /*hidden argument*/List_1_Add_m3968569714_RuntimeMethod_var); int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0062: { int32_t L_19 = V_4; StringU5BU5D_t1281789340* L_20 = V_3; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_003e; } } { V_6 = 0; goto IL_00d3; } IL_0074: { List_1_t2753864082 * L_21 = V_0; int32_t L_22 = V_6; NullCheck(L_21); StringU5BU5D_t1281789340* L_23 = List_1_get_Item_m3286979944(L_21, L_22, /*hidden argument*/List_1_get_Item_m3286979944_RuntimeMethod_var); NullCheck(L_23); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) < ((int32_t)2))) { goto IL_00cd; } } { V_7 = 0; List_1_t2753864082 * L_24 = V_0; int32_t L_25 = V_6; NullCheck(L_24); StringU5BU5D_t1281789340* L_26 = List_1_get_Item_m3286979944(L_24, L_25, /*hidden argument*/List_1_get_Item_m3286979944_RuntimeMethod_var); NullCheck(L_26); int32_t L_27 = 0; String_t* L_28 = (L_26)->GetAt(static_cast(L_27)); bool L_29 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_28, (&V_7), /*hidden argument*/NULL); V_8 = L_29; V_9 = 0; List_1_t2753864082 * L_30 = V_0; int32_t L_31 = V_6; NullCheck(L_30); StringU5BU5D_t1281789340* L_32 = List_1_get_Item_m3286979944(L_30, L_31, /*hidden argument*/List_1_get_Item_m3286979944_RuntimeMethod_var); NullCheck(L_32); int32_t L_33 = 1; String_t* L_34 = (L_32)->GetAt(static_cast(L_33)); bool L_35 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_34, (&V_9), /*hidden argument*/NULL); V_10 = L_35; bool L_36 = V_8; if (!L_36) { goto IL_00cd; } } { bool L_37 = V_10; if (!L_37) { goto IL_00cd; } } { Dictionary_2_t1839659084 * L_38 = __this->get_clothesDic_10(); int32_t L_39 = V_7; int32_t L_40 = V_9; NullCheck(L_38); Dictionary_2_Add_m1535364901(L_38, L_39, L_40, /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); } IL_00cd: { int32_t L_41 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00d3: { int32_t L_42 = V_6; List_1_t2753864082 * L_43 = V_0; NullCheck(L_43); int32_t L_44 = List_1_get_Count_m824177858(L_43, /*hidden argument*/List_1_get_Count_m824177858_RuntimeMethod_var); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_0074; } } { __this->set_SetClothesCountSucess_13((bool)1); return; } } // System.Void DMCore.Logic.CHandBookManager::OnFreshCollection(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_OnFreshCollection_m1918129874 (CHandBookManager_t2716637598 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_OnFreshCollection_m1918129874_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t2753864082 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; int32_t V_5 = 0; StringU5BU5D_t1281789340* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { V_0 = 0; Dictionary_2_t1839659084 * L_0 = __this->get_collectionID_12(); NullCheck(L_0); Dictionary_2_Clear_m1702443365(L_0, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); List_1_t2753864082 * L_1 = (List_1_t2753864082 *)il2cpp_codegen_object_new(List_1_t2753864082_il2cpp_TypeInfo_var); List_1__ctor_m909264078(L_1, /*hidden argument*/List_1__ctor_m909264078_RuntimeMethod_var); V_1 = L_1; CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_0; int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_0 = L_4; 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_2); String_t* L_6 = CDataArray_GetWideStr_m3532563229(L_2, L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_0 = L_9; String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_7); String_t* L_11 = CDataArray_GetWideStr_m3532563229(L_7, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; String_t* L_12 = V_3; CharU5BU5D_t3528271667* L_13 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_12); StringU5BU5D_t1281789340* L_14 = String_Split_m3646115398(L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; V_5 = 0; goto IL_0075; } IL_0050: { StringU5BU5D_t1281789340* L_15 = V_4; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; String_t* L_18 = (L_15)->GetAt(static_cast(L_17)); 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); V_6 = L_20; List_1_t2753864082 * L_21 = V_1; StringU5BU5D_t1281789340* L_22 = V_6; NullCheck(L_21); List_1_Add_m3968569714(L_21, L_22, /*hidden argument*/List_1_Add_m3968569714_RuntimeMethod_var); int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0075: { int32_t L_24 = V_5; StringU5BU5D_t1281789340* L_25 = V_4; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0050; } } { V_7 = 0; goto IL_00d7; } IL_0088: { List_1_t2753864082 * L_26 = V_1; int32_t L_27 = V_7; NullCheck(L_26); StringU5BU5D_t1281789340* L_28 = List_1_get_Item_m3286979944(L_26, L_27, /*hidden argument*/List_1_get_Item_m3286979944_RuntimeMethod_var); NullCheck(L_28); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))) < ((int32_t)2))) { goto IL_00d1; } } { V_8 = 0; List_1_t2753864082 * L_29 = V_1; int32_t L_30 = V_7; NullCheck(L_29); StringU5BU5D_t1281789340* L_31 = List_1_get_Item_m3286979944(L_29, L_30, /*hidden argument*/List_1_get_Item_m3286979944_RuntimeMethod_var); NullCheck(L_31); int32_t L_32 = 0; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); Int32_TryParse_m2404707562(NULL /*static, unused*/, L_33, (&V_8), /*hidden argument*/NULL); V_9 = 0; List_1_t2753864082 * L_34 = V_1; int32_t L_35 = V_7; NullCheck(L_34); StringU5BU5D_t1281789340* L_36 = List_1_get_Item_m3286979944(L_34, L_35, /*hidden argument*/List_1_get_Item_m3286979944_RuntimeMethod_var); NullCheck(L_36); int32_t L_37 = 1; String_t* L_38 = (L_36)->GetAt(static_cast(L_37)); Int32_TryParse_m2404707562(NULL /*static, unused*/, L_38, (&V_9), /*hidden argument*/NULL); Dictionary_2_t1839659084 * L_39 = __this->get_collectionID_12(); int32_t L_40 = V_8; int32_t L_41 = V_9; NullCheck(L_39); Dictionary_2_Add_m1535364901(L_39, L_40, L_41, /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); } IL_00d1: { int32_t L_42 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00d7: { int32_t L_43 = V_7; List_1_t2753864082 * L_44 = V_1; NullCheck(L_44); int32_t L_45 = List_1_get_Count_m824177858(L_44, /*hidden argument*/List_1_get_Count_m824177858_RuntimeMethod_var); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_0088; } } { Action_t1264377477 * L_46 = __this->get_OnChangeCollectionList_4(); if (!L_46) { goto IL_00fa; } } { Action_t1264377477 * L_47 = __this->get_OnChangeCollectionList_4(); NullCheck(L_47); Action_Invoke_m937035532(L_47, /*hidden argument*/NULL); } IL_00fa: { return; } } // System.Void DMCore.Logic.CHandBookManager::OnFreshTheme(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_OnFreshTheme_m2781473132 (CHandBookManager_t2716637598 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_OnFreshTheme_m2781473132_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; { List_1_t128053199 * L_0 = __this->get_themeItemID_11(); NullCheck(L_0); List_1_Clear_m2269680114(L_0, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); V_0 = 0; CDataArray_t4068198041 * L_1 = ___msg0; int32_t L_2 = V_0; int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); String_t* L_5 = CDataArray_GetWideStr_m3532563229(L_1, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_1; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; V_3 = 0; goto IL_005e; } IL_0037: { V_4 = 0; StringU5BU5D_t1281789340* L_9 = V_2; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); bool L_13 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_12, (&V_4), /*hidden argument*/NULL); V_5 = L_13; bool L_14 = V_5; if (!L_14) { goto IL_005a; } } { List_1_t128053199 * L_15 = __this->get_themeItemID_11(); int32_t L_16 = V_4; NullCheck(L_15); List_1_Add_m697420525(L_15, L_16, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_005a: { int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005e: { int32_t L_18 = V_3; StringU5BU5D_t1281789340* L_19 = V_2; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_0037; } } { Action_t1264377477 * L_20 = __this->get_OnChangeThemeList_2(); if (!L_20) { goto IL_007d; } } { Action_t1264377477 * L_21 = __this->get_OnChangeThemeList_2(); NullCheck(L_21); Action_Invoke_m937035532(L_21, /*hidden argument*/NULL); } IL_007d: { return; } } // System.Void DMCore.Logic.CHandBookManager::OnRequestClothes() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_OnRequestClothes_m142156543 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_OnRequestClothes_m142156543_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = __this->get_m_TargetID_9(); V_0 = L_0; CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_1 = L_1; CDataArray_t4068198041 * L_2 = V_1; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1904), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_1; int64_t L_4 = V_0; NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookManager::OnRequestTheme() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_OnRequestTheme_m3496961434 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_OnRequestTheme_m3496961434_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; int32_t V_2 = 0; { int64_t L_0 = __this->get_m_TargetID_9(); V_0 = L_0; CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_1 = L_1; CDataArray_t4068198041 * L_2 = V_1; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1905), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_1; int64_t L_4 = V_0; NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); V_2 = 1; goto IL_0032; } IL_0026: { int32_t L_5 = V_2; CDataArray_t4068198041 * L_6 = V_1; CHandBookManager_RequestSuitNum_m1057860189(__this, L_5, L_6, /*hidden argument*/NULL); int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0032: { int32_t L_8 = V_2; HandBookCfg_t3398685571 * L_9 = HandBookCfg_GetInstance_m3087382814(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = HandBookCfg_get_ThemeCount_m2909734428(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)L_10))) { goto IL_0026; } } { CDataArray_t4068198041 * L_11 = V_1; NullCheck(L_11); CDataArray_Flush_m1077150699(L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookManager::OnRequestCollection() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_OnRequestCollection_m1417781756 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_OnRequestCollection_m1417781756_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = __this->get_m_TargetID_9(); V_0 = L_0; CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_1 = L_1; CDataArray_t4068198041 * L_2 = V_1; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1906), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_1; int64_t L_4 = V_0; NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookManager::RequestSuitNum(System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_RequestSuitNum_m1057860189 (CHandBookManager_t2716637598 * __this, int32_t ___i0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_RequestSuitNum_m1057860189_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThemeInfo_t2661298501 * V_0 = NULL; int32_t V_1 = 0; { HandBookCfg_t3398685571 * L_0 = HandBookCfg_GetInstance_m3087382814(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___i0; NullCheck(L_0); ThemeInfo_t2661298501 * L_2 = HandBookCfg_GetTheme_m4289701062(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_002e; } IL_0013: { CDataArray_t4068198041 * L_3 = ___msg1; ThemeInfo_t2661298501 * L_4 = V_0; NullCheck(L_4); List_1_t1312794918 * L_5 = ThemeInfo_get_SuitList_m3627037278(L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; NullCheck(L_5); SuitInfo_t4135687472 * L_7 = List_1_get_Item_m2225324046(L_5, L_6, /*hidden argument*/List_1_get_Item_m2225324046_RuntimeMethod_var); NullCheck(L_7); int32_t L_8 = SuitInfo_get_Id_m826285488(L_7, /*hidden argument*/NULL); NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_8, /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002e: { int32_t L_10 = V_1; ThemeInfo_t2661298501 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = ThemeInfo_get_SuitCount_m4220134142(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0013; } } { return; } } // System.String DMCore.Logic.CHandBookManager::GetQualityIconName(DMCore.Logic.ItemQuality) extern "C" IL2CPP_METHOD_ATTR String_t* CHandBookManager_GetQualityIconName_m608218199 (CHandBookManager_t2716637598 * __this, int32_t ___qua0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_GetQualityIconName_m608218199_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = ___qua0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_002f; } case 1: { goto IL_003a; } case 2: { goto IL_0045; } case 3: { goto IL_0050; } case 4: { goto IL_005b; } case 5: { goto IL_0071; } case 6: { goto IL_0066; } } } { goto IL_0071; } IL_002f: { V_0 = _stringLiteral3552475490; goto IL_0076; } IL_003a: { V_0 = _stringLiteral4001789855; goto IL_0076; } IL_0045: { V_0 = _stringLiteral811193546; goto IL_0076; } IL_0050: { V_0 = _stringLiteral423667703; goto IL_0076; } IL_005b: { V_0 = _stringLiteral3552475490; goto IL_0076; } IL_0066: { V_0 = _stringLiteral3552475490; goto IL_0076; } IL_0071: { goto IL_0076; } IL_0076: { String_t* L_2 = V_0; return L_2; } } // System.Void DMCore.Logic.CHandBookManager::SortItemList() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_SortItemList_m3201155448 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_SortItemList_m3201155448_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2092179787 * V_0 = NULL; List_1_t2092179787 * G_B2_0 = NULL; List_1_t2092179787 * G_B1_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); CHandbookAllClothesCfg_t703745743 * L_0 = CHandbookAllClothesCfg_GetInstance_m3834828096(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_subType_14(); NullCheck(L_0); List_1_t2092179787 * L_2 = CHandbookAllClothesCfg_GetItemList_m1331541043(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; List_1_t2092179787 * L_3 = V_0; Comparison_1_t395036224 * L_4 = ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_19(); G_B1_0 = L_3; if (L_4) { G_B2_0 = L_3; goto IL_002a; } } { intptr_t L_5 = (intptr_t)CHandBookManager_U3CSortItemListU3Em__0_m2783930258_RuntimeMethod_var; Comparison_1_t395036224 * L_6 = (Comparison_1_t395036224 *)il2cpp_codegen_object_new(Comparison_1_t395036224_il2cpp_TypeInfo_var); Comparison_1__ctor_m468110669(L_6, NULL, L_5, /*hidden argument*/Comparison_1__ctor_m468110669_RuntimeMethod_var); ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_19(L_6); G_B2_0 = G_B1_0; } IL_002a: { Comparison_1_t395036224 * L_7 = ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_19(); NullCheck(G_B2_0); List_1_Sort_m4028127937(G_B2_0, L_7, /*hidden argument*/List_1_Sort_m4028127937_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CHandBookManager::DefaultSortItemList() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_DefaultSortItemList_m1250733269 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_DefaultSortItemList_m1250733269_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * V_0 = NULL; List_1_t2092179787 * V_1 = NULL; U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * V_2 = NULL; List_1_t2092179787 * G_B5_0 = NULL; List_1_t2092179787 * G_B4_0 = NULL; { U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * L_0 = (U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 *)il2cpp_codegen_object_new(U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354_il2cpp_TypeInfo_var); U3CDefaultSortItemListU3Ec__AnonStorey0__ctor_m1308225686(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_2 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); CHandBookManager_t2716637598 * L_3 = CHandBookManager_GetInstance_m3268041598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = L_3->get_subType_14(); NullCheck(L_2); List_1_t776431360 * L_5 = CItemManager_GetItemList_m2304836481(L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_tempList_0(L_5); IL2CPP_RUNTIME_CLASS_INIT(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); CHandbookAllClothesCfg_t703745743 * L_6 = CHandbookAllClothesCfg_GetInstance_m3834828096(NULL /*static, unused*/, /*hidden argument*/NULL); CHandBookManager_t2716637598 * L_7 = CHandBookManager_GetInstance_m3268041598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = L_7->get_subType_14(); NullCheck(L_6); List_1_t2092179787 * L_9 = CHandbookAllClothesCfg_GetItemList_m1331541043(L_6, L_8, /*hidden argument*/NULL); V_1 = L_9; U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * L_10 = (U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 *)il2cpp_codegen_object_new(U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353_il2cpp_TypeInfo_var); U3CDefaultSortItemListU3Ec__AnonStorey1__ctor_m1308226511(L_10, /*hidden argument*/NULL); V_2 = L_10; U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * L_11 = V_2; U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * L_12 = V_0; NullCheck(L_11); L_11->set_U3CU3Ef__refU240_1(L_12); U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * L_13 = V_2; NullCheck(L_13); L_13->set_i_0(0); goto IL_0074; } IL_004e: { List_1_t2092179787 * L_14 = V_1; U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * L_15 = V_2; intptr_t L_16 = (intptr_t)U3CDefaultSortItemListU3Ec__AnonStorey1_U3CU3Em__0_m3169314176_RuntimeMethod_var; Predicate_1_t1445399169 * L_17 = (Predicate_1_t1445399169 *)il2cpp_codegen_object_new(Predicate_1_t1445399169_il2cpp_TypeInfo_var); Predicate_1__ctor_m1022812831(L_17, L_15, L_16, /*hidden argument*/Predicate_1__ctor_m1022812831_RuntimeMethod_var); NullCheck(L_14); CardHandBookItemData_t620105045 * L_18 = List_1_Find_m2118081878(L_14, L_17, /*hidden argument*/List_1_Find_m2118081878_RuntimeMethod_var); NullCheck(L_18); L_18->set_IsOwn_3((bool)1); U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * L_19 = V_2; U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * L_20 = V_2; NullCheck(L_20); int32_t L_21 = L_20->get_i_0(); NullCheck(L_19); L_19->set_i_0(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); } IL_0074: { U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * L_22 = V_2; NullCheck(L_22); int32_t L_23 = L_22->get_i_0(); U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * L_24 = V_0; NullCheck(L_24); List_1_t776431360 * L_25 = L_24->get_tempList_0(); NullCheck(L_25); int32_t L_26 = List_1_get_Count_m1482728073(L_25, /*hidden argument*/List_1_get_Count_m1482728073_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_26))) { goto IL_004e; } } { List_1_t2092179787 * L_27 = V_1; Comparison_1_t395036224 * L_28 = ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_20(); G_B4_0 = L_27; if (L_28) { G_B5_0 = L_27; goto IL_00a3; } } { intptr_t L_29 = (intptr_t)CHandBookManager_U3CDefaultSortItemListU3Em__1_m2503795449_RuntimeMethod_var; Comparison_1_t395036224 * L_30 = (Comparison_1_t395036224 *)il2cpp_codegen_object_new(Comparison_1_t395036224_il2cpp_TypeInfo_var); Comparison_1__ctor_m468110669(L_30, NULL, L_29, /*hidden argument*/Comparison_1__ctor_m468110669_RuntimeMethod_var); ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1_20(L_30); G_B5_0 = G_B4_0; } IL_00a3: { Comparison_1_t395036224 * L_31 = ((CHandBookManager_t2716637598_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookManager_t2716637598_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_20(); NullCheck(G_B5_0); List_1_Sort_m4028127937(G_B5_0, L_31, /*hidden argument*/List_1_Sort_m4028127937_RuntimeMethod_var); return; } } // DMCore.Logic.CardHandBookItemData DMCore.Logic.CHandBookManager::GetClothesItemData(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardHandBookItemData_t620105045 * CHandBookManager_GetClothesItemData_m705080310 (CHandBookManager_t2716637598 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookManager_GetClothesItemData_m705080310_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2092179787 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CHandbookAllClothesCfg_t703745743_il2cpp_TypeInfo_var); CHandbookAllClothesCfg_t703745743 * L_0 = CHandbookAllClothesCfg_GetInstance_m3834828096(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_subType_14(); NullCheck(L_0); List_1_t2092179787 * L_2 = CHandbookAllClothesCfg_GetItemList_m1331541043(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; List_1_t2092179787 * L_3 = V_0; int32_t L_4 = ___index0; NullCheck(L_3); CardHandBookItemData_t620105045 * L_5 = List_1_get_Item_m1344792209(L_3, L_4, /*hidden argument*/List_1_get_Item_m1344792209_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.CHandBookManager::Exit() extern "C" IL2CPP_METHOD_ATTR void CHandBookManager_Exit_m3563100852 (CHandBookManager_t2716637598 * __this, const RuntimeMethod* method) { { __this->set_ChangeTabEvent_3((Action_1_t1368688201 *)NULL); __this->set_OnChangeThemeList_2((Action_t1264377477 *)NULL); __this->set_OnChangeCollectionList_4((Action_t1264377477 *)NULL); __this->set_ClothesItemClickEvent_5((Action_1_t3123413348 *)NULL); return; } } // System.Int32 DMCore.Logic.CHandBookManager::m__0(DMCore.Logic.CardHandBookItemData,DMCore.Logic.CardHandBookItemData) extern "C" IL2CPP_METHOD_ATTR int32_t CHandBookManager_U3CSortItemListU3Em__0_m2783930258 (RuntimeObject * __this /* static, unused */, CardHandBookItemData_t620105045 * ___item10, CardHandBookItemData_t620105045 * ___item21, const RuntimeMethod* method) { { CardHandBookItemData_t620105045 * L_0 = ___item10; NullCheck(L_0); int32_t L_1 = L_0->get_quality_2(); CardHandBookItemData_t620105045 * L_2 = ___item21; NullCheck(L_2); int32_t L_3 = L_2->get_quality_2(); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0013; } } { return (-1); } IL_0013: { CardHandBookItemData_t620105045 * L_4 = ___item10; NullCheck(L_4); int32_t L_5 = L_4->get_quality_2(); CardHandBookItemData_t620105045 * L_6 = ___item21; NullCheck(L_6); int32_t L_7 = L_6->get_quality_2(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0026; } } { return 0; } IL_0026: { return 1; } } // System.Int32 DMCore.Logic.CHandBookManager::m__1(DMCore.Logic.CardHandBookItemData,DMCore.Logic.CardHandBookItemData) extern "C" IL2CPP_METHOD_ATTR int32_t CHandBookManager_U3CDefaultSortItemListU3Em__1_m2503795449 (RuntimeObject * __this /* static, unused */, CardHandBookItemData_t620105045 * ___item10, CardHandBookItemData_t620105045 * ___item21, const RuntimeMethod* method) { { CardHandBookItemData_t620105045 * L_0 = ___item10; NullCheck(L_0); bool L_1 = L_0->get_IsOwn_3(); if (!L_1) { goto IL_000d; } } { return (-1); } IL_000d: { 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 // System.Void DMCore.Logic.CHandBookManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDefaultSortItemListU3Ec__AnonStorey0__ctor_m1308225686 (U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CHandBookManager/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CDefaultSortItemListU3Ec__AnonStorey1__ctor_m1308226511 (U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CHandBookManager/c__AnonStorey1::<>m__0(DMCore.Logic.CardHandBookItemData) extern "C" IL2CPP_METHOD_ATTR bool U3CDefaultSortItemListU3Ec__AnonStorey1_U3CU3Em__0_m3169314176 (U3CDefaultSortItemListU3Ec__AnonStorey1_t4083134353 * __this, CardHandBookItemData_t620105045 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CDefaultSortItemListU3Ec__AnonStorey1_U3CU3Em__0_m3169314176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CardHandBookItemData_t620105045 * L_0 = ___item0; NullCheck(L_0); int32_t L_1 = L_0->get_configID_0(); U3CDefaultSortItemListU3Ec__AnonStorey0_t4083134354 * L_2 = __this->get_U3CU3Ef__refU240_1(); NullCheck(L_2); List_1_t776431360 * L_3 = L_2->get_tempList_0(); int32_t L_4 = __this->get_i_0(); NullCheck(L_3); CItemData_t3599323914 * L_5 = List_1_get_Item_m2655097838(L_3, L_4, /*hidden argument*/List_1_get_Item_m2655097838_RuntimeMethod_var); NullCheck(L_5); int32_t L_6 = CItemBase_get_configID_m837654758(L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)L_6))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CHandBookStoryCtr::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr__ctor_m659309870 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { __this->set_nowModule_6((-1)); IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); __this->set_nowModule_6((-1)); __this->set_nowStep_7(0); return; } } // DMCore.Logic.CHandBookStoryCtr DMCore.Logic.CHandBookStoryCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandBookStoryCtr_t880003063 * CHandBookStoryCtr_GetInstance_m3001988442 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_GetInstance_m3001988442_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CHandBookStoryCtr_t880003063 * L_0 = ((CHandBookStoryCtr_t880003063_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookStoryCtr_t880003063_il2cpp_TypeInfo_var))->get_s_Instance_5(); if (!L_0) { goto IL_0010; } } { CHandBookStoryCtr_t880003063 * L_1 = ((CHandBookStoryCtr_t880003063_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookStoryCtr_t880003063_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_1; } IL_0010: { CHandBookStoryCtr_t880003063 * L_2 = (CHandBookStoryCtr_t880003063 *)il2cpp_codegen_object_new(CHandBookStoryCtr_t880003063_il2cpp_TypeInfo_var); CHandBookStoryCtr__ctor_m659309870(L_2, /*hidden argument*/NULL); ((CHandBookStoryCtr_t880003063_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookStoryCtr_t880003063_il2cpp_TypeInfo_var))->set_s_Instance_5(L_2); CHandBookStoryCtr_t880003063 * L_3 = ((CHandBookStoryCtr_t880003063_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookStoryCtr_t880003063_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_3; } } // System.Void DMCore.Logic.CHandBookStoryCtr::Dispose() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_Dispose_m2909213452 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_Dispose_m2909213452_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CHandBookStoryCtr_t880003063_StaticFields*)il2cpp_codegen_static_fields_for(CHandBookStoryCtr_t880003063_il2cpp_TypeInfo_var))->set_s_Instance_5((CHandBookStoryCtr_t880003063 *)NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::LoadAllResouse(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_LoadAllResouse_m2946343386 (CHandBookStoryCtr_t880003063 * __this, int32_t ___moduleId0, const RuntimeMethod* method) { { int32_t L_0 = ___moduleId0; CHandBookStoryCtr_LoadAllResouse_m2305829670(__this, L_0, (-1), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::LoadAllResouse(System.Int32,HandBookEnumStoryPos) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_LoadAllResouse_m2305829670 (CHandBookStoryCtr_t880003063 * __this, int32_t ___moduleId0, int32_t ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_LoadAllResouse_m2305829670_MetadataUsageId); s_Il2CppMethodInitialized = true; } HandBookStoryInfo_t2304689445 * V_0 = NULL; int32_t V_1 = 0; { CHandBookStoryCtr_GetInitRoleParent_m3033662286(__this, /*hidden argument*/NULL); HandBookStoryCfg_t1974137550 * L_0 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___moduleId0; int32_t L_2 = ___pos1; NullCheck(L_0); int32_t L_3 = HandBookStoryCfg_GetRealMoluleId_m1480906409(L_0, L_1, L_2, /*hidden argument*/NULL); ___moduleId0 = L_3; HandBookStoryCfg_t1974137550 * L_4 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = ___moduleId0; NullCheck(L_4); HandBookStoryInfo_t2304689445 * L_6 = HandBookStoryCfg_GetStoryInfo_m755044449(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; goto IL_003e; } IL_0027: { HandBookStoryInfo_t2304689445 * L_7 = V_0; NullCheck(L_7); List_1_t1329610734 * L_8 = HandBookStoryInfo_get_StoryStepList_m2495394227(L_7, /*hidden argument*/NULL); int32_t L_9 = V_1; NullCheck(L_8); HandBookStoryStepInfo_t4152503288 * L_10 = List_1_get_Item_m3062442636(L_8, L_9, /*hidden argument*/List_1_get_Item_m3062442636_RuntimeMethod_var); CHandBookStoryCtr_CreatRole_m3163303138(__this, L_10, /*hidden argument*/NULL); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003e: { int32_t L_12 = V_1; HandBookStoryInfo_t2304689445 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = HandBookStoryInfo_get_StoryStepLenth_m495713544(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0027; } } { return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::NextStep() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_NextStep_m2525597752 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nowStep_7(); __this->set_nowStep_7(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_nowModule_6(); int32_t L_2 = __this->get_nowStep_7(); CHandBookStoryCtr_ToStep_m2205557866(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CHandBookStoryCtr::IsFinish() extern "C" IL2CPP_METHOD_ATTR bool CHandBookStoryCtr_IsFinish_m2721027552 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { HandBookStoryCfg_t1974137550 * L_0 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_nowModule_6(); int32_t L_2 = __this->get_nowStep_7(); NullCheck(L_0); bool L_3 = HandBookStoryCfg_IsStoryFinsh_m294834791(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void DMCore.Logic.CHandBookStoryCtr::FinishStory(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_FinishStory_m3188316361 (CHandBookStoryCtr_t880003063 * __this, bool ___skip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_FinishStory_m3188316361_MetadataUsageId); s_Il2CppMethodInitialized = true; } HandBookStoryInfo_t2304689445 * V_0 = NULL; HandBookStoryStepInfo_t4152503288 * V_1 = NULL; { CLogHelp_t779629444 * L_0 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t* L_1 = __this->get_address_of_nowModule_6(); String_t* L_2 = Int32_ToString_m141394615(L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_nowStep_7(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3203951947, L_2, L_5, /*hidden argument*/NULL); NullCheck(L_0); CLogHelp_Log_m386290467(L_0, L_6, /*hidden argument*/NULL); HandBookStoryCfg_t1974137550 * L_7 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = __this->get_nowModule_6(); NullCheck(L_7); HandBookStoryInfo_t2304689445 * L_9 = HandBookStoryCfg_GetStoryInfo_m755044449(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; HandBookStoryCfg_t1974137550 * L_10 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = __this->get_nowModule_6(); int32_t L_12 = __this->get_nowStep_7(); NullCheck(L_10); HandBookStoryStepInfo_t4152503288 * L_13 = HandBookStoryCfg_GetStoryStep_m1944007917(L_10, L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; bool L_14 = ___skip0; if (!L_14) { goto IL_007b; } } { Action_2_t949473781 * L_15 = CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613(__this, /*hidden argument*/NULL); if (!L_15) { goto IL_0076; } } { Action_2_t949473781 * L_16 = CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613(__this, /*hidden argument*/NULL); HandBookStoryInfo_t2304689445 * L_17 = V_0; HandBookStoryStepInfo_t4152503288 * L_18 = V_1; NullCheck(L_16); Action_2_Invoke_m2651790714(L_16, L_17, L_18, /*hidden argument*/Action_2_Invoke_m2651790714_RuntimeMethod_var); } IL_0076: { goto IL_0093; } IL_007b: { Action_2_t949473781 * L_19 = CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613(__this, /*hidden argument*/NULL); if (!L_19) { goto IL_0093; } } { Action_2_t949473781 * L_20 = CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613(__this, /*hidden argument*/NULL); HandBookStoryInfo_t2304689445 * L_21 = V_0; HandBookStoryStepInfo_t4152503288 * L_22 = V_1; NullCheck(L_20); Action_2_Invoke_m2651790714(L_20, L_21, L_22, /*hidden argument*/Action_2_Invoke_m2651790714_RuntimeMethod_var); } IL_0093: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_23 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CWndController_HideUI_m732482071(L_23, ((int32_t)160), /*hidden argument*/NULL); CHandBookStoryCtr_set_OnStoryFinishAction_m3289602076(__this, (Action_2_t949473781 *)NULL, /*hidden argument*/NULL); CHandBookStoryCtr_set_OnSkipStoryAction_m3924385081(__this, (Action_2_t949473781 *)NULL, /*hidden argument*/NULL); CHandBookStoryCtr_ResetMainRole_m329489412(__this, /*hidden argument*/NULL); __this->set_nowModule_6((-1)); __this->set_nowStep_7(0); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::FinishStory() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_FinishStory_m2978134210 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { CHandBookStoryCtr_FinishStory_m3188316361(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::StartStory(System.Int32,HandBookEnumStoryPos,System.Int32,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_StartStory_m2380245360 (CHandBookStoryCtr_t880003063 * __this, int32_t ___module0, int32_t ___pos1, int32_t ___step2, Action_2_t949473781 * ___onStoryFinish3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_StartStory_m2380245360_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___module0; V_0 = L_0; HandBookStoryCfg_t1974137550 * L_1 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = V_0; NullCheck(L_1); bool L_3 = HandBookStoryCfg_Exists_m3143071004(L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0036; } } { 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_m1715369213(NULL /*static, unused*/, _stringLiteral2252102375, L_6, _stringLiteral3084521097, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Action_2_t949473781 * L_8 = ___onStoryFinish3; NullCheck(L_8); Action_2_Invoke_m2651790714(L_8, (HandBookStoryInfo_t2304689445 *)NULL, (HandBookStoryStepInfo_t4152503288 *)NULL, /*hidden argument*/Action_2_Invoke_m2651790714_RuntimeMethod_var); return; } IL_0036: { Action_2_t949473781 * L_9 = ___onStoryFinish3; if (!L_9) { goto IL_006d; } } { Action_2_t949473781 * L_10 = CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613(__this, /*hidden argument*/NULL); Action_2_t949473781 * L_11 = ___onStoryFinish3; Delegate_t1188392813 * L_12 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); CHandBookStoryCtr_set_OnStoryFinishAction_m3289602076(__this, ((Action_2_t949473781 *)CastclassSealed((RuntimeObject*)L_12, Action_2_t949473781_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Action_2_t949473781 * L_13 = CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613(__this, /*hidden argument*/NULL); Action_2_t949473781 * L_14 = ___onStoryFinish3; Delegate_t1188392813 * L_15 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); CHandBookStoryCtr_set_OnStoryFinishAction_m3289602076(__this, ((Action_2_t949473781 *)CastclassSealed((RuntimeObject*)L_15, Action_2_t949473781_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_006d: { int32_t L_16 = V_0; __this->set_nowModule_6(L_16); int32_t L_17 = ___step2; __this->set_nowStep_7(L_17); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_18 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CWndController_ShowUI_m3552255067(L_18, ((int32_t)160), /*hidden argument*/NULL); int32_t L_19 = V_0; int32_t L_20 = ___step2; CHandBookStoryCtr_ToStep_m2205557866(__this, L_19, L_20, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::StartStory(System.Int32,HandBookEnumStoryPos,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_StartStory_m1113380833 (CHandBookStoryCtr_t880003063 * __this, int32_t ___module0, int32_t ___pos1, Action_2_t949473781 * ___onStoryFinish2, const RuntimeMethod* method) { { int32_t L_0 = ___module0; int32_t L_1 = ___pos1; Action_2_t949473781 * L_2 = ___onStoryFinish2; CHandBookStoryCtr_StartStory_m2380245360(__this, L_0, L_1, 1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::StartStory(System.Int32,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_StartStory_m1440052494 (CHandBookStoryCtr_t880003063 * __this, int32_t ___module0, Action_2_t949473781 * ___onStoryFinish1, const RuntimeMethod* method) { { int32_t L_0 = ___module0; Action_2_t949473781 * L_1 = ___onStoryFinish1; CHandBookStoryCtr_StartStory_m1113380833(__this, L_0, (-1), L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::StartStory(System.Int32,System.Int32,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_StartStory_m336883734 (CHandBookStoryCtr_t880003063 * __this, int32_t ___module0, int32_t ___step1, Action_2_t949473781 * ___onStoryFinish2, const RuntimeMethod* method) { { int32_t L_0 = ___module0; int32_t L_1 = ___step1; Action_2_t949473781 * L_2 = ___onStoryFinish2; CHandBookStoryCtr_StartStory_m2380245360(__this, L_0, (-1), L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::OnClickNextStep() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_OnClickNextStep_m3923590338 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { bool L_0 = CHandBookStoryCtr_IsFinish_m2721027552(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { CHandBookStoryCtr_FinishStory_m2978134210(__this, /*hidden argument*/NULL); return; } IL_0012: { CHandBookStoryCtr_NextStep_m2525597752(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::OnClickSkip() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_OnClickSkip_m2354450802 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { CHandBookStoryCtr_FinishStory_m3188316361(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::ToStep(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_ToStep_m2205557866 (CHandBookStoryCtr_t880003063 * __this, int32_t ___moduleId0, int32_t ___step1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_ToStep_m2205557866_MetadataUsageId); s_Il2CppMethodInitialized = true; } HandBookStoryInfo_t2304689445 * V_0 = NULL; HandBookStoryStepInfo_t4152503288 * V_1 = NULL; HandBookStoryStepInfo_t4152503288 * V_2 = NULL; { HandBookStoryCfg_t1974137550 * L_0 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___moduleId0; NullCheck(L_0); HandBookStoryInfo_t2304689445 * L_2 = HandBookStoryCfg_GetStoryInfo_m755044449(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; HandBookStoryCfg_t1974137550 * L_3 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = ___moduleId0; int32_t L_5 = ___step1; NullCheck(L_3); HandBookStoryStepInfo_t4152503288 * L_6 = HandBookStoryCfg_GetStoryStep_m1944007917(L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = ___step1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))) <= ((int32_t)0))) { goto IL_0049; } } { HandBookStoryCfg_t1974137550 * L_8 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = ___moduleId0; int32_t L_10 = ___step1; NullCheck(L_8); HandBookStoryStepInfo_t4152503288 * L_11 = HandBookStoryCfg_GetStoryStep_m1944007917(L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_11; Action_2_t949473781 * L_12 = CHandBookStoryCtr_get_OnPrevStoryAction_m3386147999(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_0049; } } { Action_2_t949473781 * L_13 = CHandBookStoryCtr_get_OnPrevStoryAction_m3386147999(__this, /*hidden argument*/NULL); HandBookStoryInfo_t2304689445 * L_14 = V_0; HandBookStoryStepInfo_t4152503288 * L_15 = V_2; NullCheck(L_13); Action_2_Invoke_m2651790714(L_13, L_14, L_15, /*hidden argument*/Action_2_Invoke_m2651790714_RuntimeMethod_var); } IL_0049: { Action_2_t949473781 * L_16 = CHandBookStoryCtr_get_OnNextStoryAction_m419724374(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_0061; } } { Action_2_t949473781 * L_17 = CHandBookStoryCtr_get_OnNextStoryAction_m419724374(__this, /*hidden argument*/NULL); HandBookStoryInfo_t2304689445 * L_18 = V_0; HandBookStoryStepInfo_t4152503288 * L_19 = V_1; NullCheck(L_17); Action_2_Invoke_m2651790714(L_17, L_18, L_19, /*hidden argument*/Action_2_Invoke_m2651790714_RuntimeMethod_var); } IL_0061: { CLogHelp_t779629444 * L_20 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); HandBookStoryInfo_t2304689445 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = HandBookStoryInfo_get_Desc_m1390718463(L_21, /*hidden argument*/NULL); int32_t L_23 = ___step1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1018182344, L_22, L_25, /*hidden argument*/NULL); NullCheck(L_20); CLogHelp_Log_m386290467(L_20, L_26, /*hidden argument*/NULL); return; } } // UnityEngine.Transform DMCore.Logic.CHandBookStoryCtr::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CHandBookStoryCtr_GetRoleParent_m741487860 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_GetRoleParent_m741487860_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2992781582, /*hidden argument*/NULL); V_0 = L_0; GameObject_t1113636619 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0052; } } { GameObject_t1113636619 * L_3 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_3, _stringLiteral2992781582, /*hidden argument*/NULL); V_0 = L_3; GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_6 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_localPosition_m4128471975(L_5, L_6, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = V_0; NullCheck(L_7); Transform_t3600365921 * L_8 = GameObject_get_transform_m1369836730(L_7, /*hidden argument*/NULL); Vector3_t3722313464 L_9 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_localEulerAngles_m4202601546(L_8, L_9, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = V_0; NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); Vector3_t3722313464 L_12 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); Transform_set_localScale_m3053443106(L_11, L_12, /*hidden argument*/NULL); } IL_0052: { GameObject_t1113636619 * L_13 = V_0; NullCheck(L_13); Transform_t3600365921 * L_14 = GameObject_get_transform_m1369836730(L_13, /*hidden argument*/NULL); V_1 = L_14; Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral894511705, /*hidden argument*/NULL); V_2 = L_16; Transform_t3600365921 * L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_17, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_00a9; } } { GameObject_t1113636619 * L_19 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_19, _stringLiteral894511705, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = GameObject_get_transform_m1369836730(L_19, /*hidden argument*/NULL); V_2 = L_20; Transform_t3600365921 * L_21 = V_2; Transform_t3600365921 * L_22 = V_1; NullCheck(L_21); Transform_SetParent_m381167889(L_21, L_22, /*hidden argument*/NULL); Transform_t3600365921 * L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_24 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_localEulerAngles_m4202601546(L_23, L_24, /*hidden argument*/NULL); Transform_t3600365921 * L_25 = V_2; Vector3_t3722313464 L_26 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); Transform_set_localScale_m3053443106(L_25, L_26, /*hidden argument*/NULL); Transform_t3600365921 * L_27 = V_2; Vector3_t3722313464 L_28 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localPosition_m4128471975(L_27, L_28, /*hidden argument*/NULL); } IL_00a9: { Transform_t3600365921 * L_29 = V_2; return L_29; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Logic.CHandBookStoryCtr::CreatRole(HandBookStoryStepInfo) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CHandBookStoryCtr_CreatRole_m3163303138 (CHandBookStoryCtr_t880003063 * __this, HandBookStoryStepInfo_t4152503288 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_CreatRole_m3163303138_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; ISceneRole_t2394225724 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; ISceneRole_t2394225724 * V_10 = NULL; { HandBookStoryStepInfo_t4152503288 * L_0 = ___info0; NullCheck(L_0); bool L_1 = HandBookStoryStepInfo_get_IsRole_m2742108287(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); goto IL_0268; } IL_001c: { CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_4 = ___info0; NullCheck(L_4); int32_t L_5 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_4, /*hidden argument*/NULL); NullCheck(L_3); ISceneBaseObj_t858622483 * L_6 = CSceneService_GetSceneBaseObj_m1922388889(L_3, (((int64_t)((int64_t)L_5))), /*hidden argument*/NULL); V_0 = L_6; HandBookStoryStepInfo_t4152503288 * L_7 = ___info0; NullCheck(L_7); int32_t L_8 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)((int32_t)10000)))) { goto IL_0095; } } { ISceneBaseObj_t858622483 * L_9 = V_0; if (L_9) { goto IL_0089; } } { CSceneService_t551449725 * L_10 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_11 = ___info0; NullCheck(L_11); int32_t L_12 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_11, /*hidden argument*/NULL); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3005481750, L_14, /*hidden argument*/NULL); NullCheck(L_10); ISceneBaseObj_t858622483 * L_16 = CSceneService_CreateGameObj_m958236987(L_10, L_15, 5, /*hidden argument*/NULL); V_0 = L_16; ISceneBaseObj_t858622483 * L_17 = V_0; HandBookStoryStepInfo_t4152503288 * L_18 = ___info0; NullCheck(L_18); int32_t L_19 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_18, /*hidden argument*/NULL); NullCheck(L_17); VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_17, (((int64_t)((int64_t)L_19)))); ISceneBaseObj_t858622483 * L_20 = V_0; HandBookStoryStepInfo_t4152503288 * L_21 = ___info0; NullCheck(L_21); int32_t L_22 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_21, /*hidden argument*/NULL); NullCheck(L_20); ISceneBaseObj_SetModelID_m3286778194(L_20, L_22, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_23 = V_0; NullCheck(L_23); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Reload() */, L_23); goto IL_0090; } IL_0089: { ISceneBaseObj_t858622483 * L_24 = V_0; NullCheck(L_24); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_24, (bool)1); } IL_0090: { goto IL_0268; } IL_0095: { ISceneBaseObj_t858622483 * L_25 = V_0; if (L_25) { goto IL_01a0; } } { CSceneService_t551449725 * L_26 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_27 = ___info0; NullCheck(L_27); int32_t L_28 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_27, /*hidden argument*/NULL); int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral439247435, L_30, /*hidden argument*/NULL); NullCheck(L_26); ISceneBaseObj_t858622483 * L_32 = CSceneService_CreateGameObj_m958236987(L_26, L_31, 1, /*hidden argument*/NULL); V_0 = L_32; ISceneBaseObj_t858622483 * L_33 = V_0; HandBookStoryStepInfo_t4152503288 * L_34 = ___info0; NullCheck(L_34); int32_t L_35 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_34, /*hidden argument*/NULL); NullCheck(L_33); VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_33, (((int64_t)((int64_t)L_35)))); ISceneBaseObj_t858622483 * L_36 = V_0; HandBookStoryStepInfo_t4152503288 * L_37 = ___info0; NullCheck(L_37); int32_t L_38 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_37, /*hidden argument*/NULL); NullCheck(L_36); ISceneBaseObj_SetModelID_m3286778194(L_36, L_38, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_39 = V_0; NullCheck(L_39); CDataProperty_t2806246268 * L_40 = ISceneBaseObj_GetUserProperty_m776816018(L_39, /*hidden argument*/NULL); NullCheck(L_40); CDataProperty_Add_m837145387(L_40, _stringLiteral836452629, 1, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_41 = V_0; NullCheck(L_41); CProperty_t963755051 * L_42 = ISceneBaseObj_GetNetProperty_m1709069404(L_41, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_43 = ___info0; NullCheck(L_43); int32_t L_44 = HandBookStoryStepInfo_get_EnumSex_m3226469627(L_43, /*hidden argument*/NULL); NullCheck(L_42); CProperty_SetInt_m72189256(L_42, _stringLiteral4166355951, L_44, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_45 = V_0; NullCheck(L_45); CProperty_t963755051 * L_46 = ISceneBaseObj_GetNetProperty_m1709069404(L_45, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_47 = ___info0; NullCheck(L_47); String_t* L_48 = HandBookStoryStepInfo_get_NPCName_m3523163610(L_47, /*hidden argument*/NULL); NullCheck(L_46); CProperty_SetString_m1997490933(L_46, _stringLiteral62725275, L_48, /*hidden argument*/NULL); V_1 = 0; goto IL_0182; } IL_0119: { HandBookStoryStepInfo_t4152503288 * L_49 = ___info0; NullCheck(L_49); Int32U5BU5D_t385246372* L_50 = HandBookStoryStepInfo_get_fashionIds_m1934297885(L_49, /*hidden argument*/NULL); int32_t L_51 = V_1; NullCheck(L_50); int32_t L_52 = L_51; int32_t L_53 = (L_50)->GetAt(static_cast(L_52)); V_2 = L_53; int32_t L_54 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_54/(int32_t)((int32_t)100000)))%(int32_t)((int32_t)100))); IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_55 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); String_t* L_56 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m3937257545(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); V_4 = L_57; int32_t L_58 = V_3; if ((((int32_t)L_58) == ((int32_t)((int32_t)81)))) { goto IL_0156; } } { int32_t L_59 = V_3; if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)80))))) { goto IL_016f; } } IL_0156: { ISceneBaseObj_t858622483 * L_60 = V_0; V_5 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_60, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneBaseObj_t858622483 * L_61 = V_0; int32_t L_62 = V_2; NullCheck(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_61, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneRole_WearSuit_m1889746947(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_61, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), L_62, /*hidden argument*/NULL); goto IL_017e; } IL_016f: { ISceneBaseObj_t858622483 * L_63 = V_0; int32_t L_64 = V_2; NullCheck(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_63, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneRole_WearSubModel_m2695610556(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_63, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), L_64, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_017e: { int32_t L_65 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0182: { int32_t L_66 = V_1; HandBookStoryStepInfo_t4152503288 * L_67 = ___info0; NullCheck(L_67); Int32U5BU5D_t385246372* L_68 = HandBookStoryStepInfo_get_fashionIds_m1934297885(L_67, /*hidden argument*/NULL); NullCheck(L_68); if ((((int32_t)L_66) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length))))))) { goto IL_0119; } } { ISceneBaseObj_t858622483 * L_69 = V_0; NullCheck(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_69, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneRole_LoadRoleModel_m1111386502(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_69, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0268; } IL_01a0: { ISceneBaseObj_t858622483 * L_70 = V_0; NullCheck(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_70, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Reload() */, ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_70, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneBaseObj_t858622483 * L_71 = V_0; NullCheck(L_71); CProperty_t963755051 * L_72 = ISceneBaseObj_GetNetProperty_m1709069404(L_71, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_73 = ___info0; NullCheck(L_73); int32_t L_74 = HandBookStoryStepInfo_get_EnumSex_m3226469627(L_73, /*hidden argument*/NULL); NullCheck(L_72); CProperty_SetInt_m72189256(L_72, _stringLiteral4166355951, L_74, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_75 = V_0; NullCheck(L_75); CProperty_t963755051 * L_76 = ISceneBaseObj_GetNetProperty_m1709069404(L_75, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_77 = ___info0; NullCheck(L_77); String_t* L_78 = HandBookStoryStepInfo_get_NPCName_m3523163610(L_77, /*hidden argument*/NULL); NullCheck(L_76); CProperty_SetString_m1997490933(L_76, _stringLiteral62725275, L_78, /*hidden argument*/NULL); V_6 = 0; goto IL_0252; } IL_01df: { HandBookStoryStepInfo_t4152503288 * L_79 = ___info0; NullCheck(L_79); Int32U5BU5D_t385246372* L_80 = HandBookStoryStepInfo_get_fashionIds_m1934297885(L_79, /*hidden argument*/NULL); int32_t L_81 = V_6; NullCheck(L_80); int32_t L_82 = L_81; int32_t L_83 = (L_80)->GetAt(static_cast(L_82)); V_7 = L_83; int32_t L_84 = V_7; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_84/(int32_t)((int32_t)100000)))%(int32_t)((int32_t)100))); IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_85 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); String_t* L_86 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_87 = String_Concat_m3937257545(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); V_9 = L_87; int32_t L_88 = V_8; if ((((int32_t)L_88) == ((int32_t)((int32_t)81)))) { goto IL_0222; } } { int32_t L_89 = V_8; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)80))))) { goto IL_023c; } } IL_0222: { ISceneBaseObj_t858622483 * L_90 = V_0; V_10 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_90, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneBaseObj_t858622483 * L_91 = V_0; int32_t L_92 = V_7; NullCheck(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_91, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneRole_WearSuit_m1889746947(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_91, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), L_92, /*hidden argument*/NULL); goto IL_024c; } IL_023c: { ISceneBaseObj_t858622483 * L_93 = V_0; int32_t L_94 = V_7; NullCheck(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_93, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); ISceneRole_WearSubModel_m2695610556(((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_93, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), L_94, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_024c: { int32_t L_95 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_0252: { int32_t L_96 = V_6; HandBookStoryStepInfo_t4152503288 * L_97 = ___info0; NullCheck(L_97); Int32U5BU5D_t385246372* L_98 = HandBookStoryStepInfo_get_fashionIds_m1934297885(L_97, /*hidden argument*/NULL); NullCheck(L_98); if ((((int32_t)L_96) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_98)->max_length))))))) { goto IL_01df; } } { ISceneBaseObj_t858622483 * L_99 = V_0; NullCheck(L_99); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_99, (bool)1); } IL_0268: { ISceneBaseObj_t858622483 * L_100 = V_0; return L_100; } } // HandBookStoryInfo DMCore.Logic.CHandBookStoryCtr::GetCurStoryInfo() extern "C" IL2CPP_METHOD_ATTR HandBookStoryInfo_t2304689445 * CHandBookStoryCtr_GetCurStoryInfo_m1536842135 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { HandBookStoryCfg_t1974137550 * L_0 = HandBookStoryCfg_GetInstance_m3047313283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_nowModule_6(); NullCheck(L_0); HandBookStoryInfo_t2304689445 * L_2 = HandBookStoryCfg_GetStoryInfo_m755044449(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Logic.CHandBookStoryCtr::InitRole(HandBookStoryStepInfo,DMCore.Framework.Scene.ISceneBaseObj,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_InitRole_m3330355303 (CHandBookStoryCtr_t880003063 * __this, HandBookStoryStepInfo_t4152503288 * ___info0, ISceneBaseObj_t858622483 * ___role1, Vector3_t3722313464 ___pos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_InitRole_m3330355303_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; ISceneBaseObj_t858622483 * G_B6_0 = NULL; ISceneBaseObj_t858622483 * G_B5_0 = NULL; String_t* G_B7_0 = NULL; ISceneBaseObj_t858622483 * G_B7_1 = NULL; { ISceneBaseObj_t858622483 * L_0 = ___role1; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_0); if (L_1) { goto IL_000c; } } { return; } IL_000c: { ISceneBaseObj_t858622483 * L_2 = ___role1; NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_2); ISceneBaseObj_t858622483 * L_3 = ___role1; NullCheck(L_3); Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = CHandBookStoryCtr_GetRoleParent_m741487860(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_SetParent_m381167889(L_4, L_5, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_6 = ___role1; NullCheck(L_6); bool L_7 = ISceneBaseObj_IfExistAnim_m267911107(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_005f; } } { HandBookStoryStepInfo_t4152503288 * L_8 = ___info0; NullCheck(L_8); int32_t L_9 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) >= ((int32_t)((int32_t)10000)))) { goto IL_005f; } } { ISceneBaseObj_t858622483 * L_10 = ___role1; HandBookStoryStepInfo_t4152503288 * L_11 = ___info0; NullCheck(L_11); int32_t L_12 = HandBookStoryStepInfo_get_EnumSex_m3226469627(L_11, /*hidden argument*/NULL); G_B5_0 = L_10; if (L_12) { G_B6_0 = L_10; goto IL_0054; } } { G_B7_0 = _stringLiteral2833084525; G_B7_1 = G_B5_0; goto IL_0059; } IL_0054: { G_B7_0 = _stringLiteral3548628297; G_B7_1 = G_B6_0; } IL_0059: { NullCheck(G_B7_1); ISceneBaseObj_SetIdleAnim_m1936918694(G_B7_1, G_B7_0, /*hidden argument*/NULL); } IL_005f: { ISceneBaseObj_t858622483 * L_13 = ___role1; NullCheck(L_13); ILogicBase_Update_m3853008051(L_13, (0.001f), /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_14 = ___role1; NullCheck(L_14); Transform_t3600365921 * L_15 = ISceneBaseObj_GetTransform_m3818769012(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_16 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); Transform_set_localEulerAngles_m4202601546(L_15, L_16, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_17 = ___role1; NullCheck(L_17); Transform_t3600365921 * L_18 = ISceneBaseObj_GetTransform_m3818769012(L_17, /*hidden argument*/NULL); Vector3_t3722313464 L_19 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); Transform_set_localScale_m3053443106(L_18, L_19, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_20 = ___role1; NullCheck(L_20); Transform_t3600365921 * L_21 = ISceneBaseObj_GetTransform_m3818769012(L_20, /*hidden argument*/NULL); V_0 = L_21; Camera_t4157153871 * L_22 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_23 = V_0; NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_position_m36019626(L_23, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t3722313464 L_25 = Camera_WorldToScreenPoint_m3726311023(L_22, L_24, /*hidden argument*/NULL); V_1 = L_25; Camera_t4157153871 * L_26 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_27 = ___pos2; NullCheck(L_26); Vector3_t3722313464 L_28 = Camera_WorldToScreenPoint_m3726311023(L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; float L_29 = (&V_2)->get_x_1(); float L_30 = (&V_2)->get_y_2(); float L_31 = (&V_1)->get_z_3(); Vector3__ctor_m3353183577((&V_3), L_29, L_30, L_31, /*hidden argument*/NULL); Transform_t3600365921 * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_33 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (165.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_32); Transform_set_rotation_m3524318132(L_32, L_33, /*hidden argument*/NULL); Transform_t3600365921 * L_34 = V_0; Camera_t4157153871 * L_35 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_36 = V_3; NullCheck(L_35); Vector3_t3722313464 L_37 = Camera_ScreenToWorldPoint_m3978588570(L_35, L_36, /*hidden argument*/NULL); NullCheck(L_34); Transform_set_position_m3387557959(L_34, L_37, /*hidden argument*/NULL); HandBookStoryStepInfo_t4152503288 * L_38 = ___info0; NullCheck(L_38); int32_t L_39 = HandBookStoryStepInfo_get_ModelId_m2253837343(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) <= ((int32_t)((int32_t)10000)))) { goto IL_0141; } } { ISceneBaseObj_t858622483 * L_40 = ___role1; NullCheck(L_40); ISceneBaseObj_SetIdleAnim_m1936918694(L_40, _stringLiteral3809523507, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = V_0; Vector3_t3722313464 L_42; memset(&L_42, 0, sizeof(L_42)); Vector3__ctor_m3353183577((&L_42), (2.0f), (2.0f), (2.0f), /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localScale_m3053443106(L_41, L_42, /*hidden argument*/NULL); Transform_t3600365921 * L_43 = V_0; NullCheck(L_43); GameObject_t1113636619 * L_44 = Component_get_gameObject_m442555142(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_AdjustObjectPositionY_m685230148(NULL /*static, unused*/, L_44, (-0.4f), /*hidden argument*/NULL); goto IL_015b; } IL_0141: { Transform_t3600365921 * L_45 = V_0; Vector3_t3722313464 L_46; memset(&L_46, 0, sizeof(L_46)); Vector3__ctor_m3353183577((&L_46), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_45); Transform_set_localScale_m3053443106(L_45, L_46, /*hidden argument*/NULL); } IL_015b: { HandBookStoryStepInfo_t4152503288 * L_47 = ___info0; NullCheck(L_47); int32_t L_48 = HandBookStoryStepInfo_get_ModelPos_m2695287903(L_47, /*hidden argument*/NULL); V_4 = L_48; int32_t L_49 = V_4; switch (L_49) { case 0: { goto IL_017b; } case 1: { goto IL_0180; } case 2: { goto IL_0185; } } } { goto IL_018a; } IL_017b: { goto IL_018f; } IL_0180: { goto IL_018f; } IL_0185: { goto IL_018f; } IL_018a: { goto IL_018f; } IL_018f: { return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::GetInitRoleParent() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_GetInitRoleParent_m3033662286 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_GetInitRoleParent_m3033662286_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * V_0 = NULL; { U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * L_0 = (U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 *)il2cpp_codegen_object_new(U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940_il2cpp_TypeInfo_var); U3CGetInitRoleParentU3Ec__AnonStorey0__ctor_m2582030856(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * L_2 = V_0; CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_role_0(L_3); U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * L_4 = V_0; NullCheck(L_4); ISceneRole_t2394225724 * L_5 = L_4->get_role_0(); NullCheck(L_5); Transform_t3600365921 * L_6 = ISceneBaseObj_GetTransform_m3818769012(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_6, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0062; } } { U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * L_8 = V_0; shopModel_t101745799 * L_9 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); ISceneRole_t2394225724 * L_10 = shopModel_GetCurShopModel_m2897736385(L_9, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_role_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_11 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * L_12 = V_0; intptr_t L_13 = (intptr_t)U3CGetInitRoleParentU3Ec__AnonStorey0_U3CU3Em__0_m332384795_RuntimeMethod_var; TimerCallbackProc_t3381003091 * L_14 = (TimerCallbackProc_t3381003091 *)il2cpp_codegen_object_new(TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var); TimerCallbackProc__ctor_m2511947299(L_14, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); CTimerManager_CreateTimer_m1163471876(L_11, (0.1f), L_14, 1, /*hidden argument*/NULL); return; } IL_0062: { CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_15, (bool)0); U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * L_16 = V_0; NullCheck(L_16); ISceneRole_t2394225724 * L_17 = L_16->get_role_0(); NullCheck(L_17); Transform_t3600365921 * L_18 = ISceneBaseObj_GetTransform_m3818769012(L_17, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_get_parent_m835071599(L_18, /*hidden argument*/NULL); __this->set_initMainRoleParent_8(L_19); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr::ResetMainRole() extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_ResetMainRole_m329489412 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CHandBookStoryCtr_ResetMainRole_m329489412_MetadataUsageId); s_Il2CppMethodInitialized = true; } ScenePersonalMainRole_t3023680637 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); ScenePersonalMainRole_t3023680637 * L_0 = Object_FindObjectOfType_TisScenePersonalMainRole_t3023680637_m357359951(NULL /*static, unused*/, /*hidden argument*/Object_FindObjectOfType_TisScenePersonalMainRole_t3023680637_m357359951_RuntimeMethod_var); V_0 = L_0; CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0066; } } { CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(L_3, /*hidden argument*/NULL); ScenePersonalMainRole_t3023680637 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); NullCheck(L_4); Transform_set_parent_m786917804(L_4, L_6, /*hidden argument*/NULL); CMainRole_t4200562839 * L_7 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_9 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_localPosition_m4128471975(L_8, L_9, /*hidden argument*/NULL); CMainRole_t4200562839 * L_10 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = ISceneBaseObj_GetTransform_m3818769012(L_10, /*hidden argument*/NULL); Vector3_t3722313464 L_12 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); Transform_set_localEulerAngles_m4202601546(L_11, L_12, /*hidden argument*/NULL); CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); Transform_t3600365921 * L_14 = ISceneBaseObj_GetTransform_m3818769012(L_13, /*hidden argument*/NULL); Vector3_t3722313464 L_15 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localScale_m3053443106(L_14, L_15, /*hidden argument*/NULL); } IL_0066: { return; } } // System.Action`2 DMCore.Logic.CHandBookStoryCtr::get_OnPrevStoryAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t949473781 * CHandBookStoryCtr_get_OnPrevStoryAction_m3386147999 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = __this->get_U3COnPrevStoryActionU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CHandBookStoryCtr::set_OnPrevStoryAction(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_set_OnPrevStoryAction_m4113250709 (CHandBookStoryCtr_t880003063 * __this, Action_2_t949473781 * ___value0, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = ___value0; __this->set_U3COnPrevStoryActionU3Ek__BackingField_1(L_0); return; } } // System.Action`2 DMCore.Logic.CHandBookStoryCtr::get_OnNextStoryAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t949473781 * CHandBookStoryCtr_get_OnNextStoryAction_m419724374 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = __this->get_U3COnNextStoryActionU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CHandBookStoryCtr::set_OnNextStoryAction(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_set_OnNextStoryAction_m1790400345 (CHandBookStoryCtr_t880003063 * __this, Action_2_t949473781 * ___value0, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = ___value0; __this->set_U3COnNextStoryActionU3Ek__BackingField_2(L_0); return; } } // System.Action`2 DMCore.Logic.CHandBookStoryCtr::get_OnStoryFinishAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t949473781 * CHandBookStoryCtr_get_OnStoryFinishAction_m3789998613 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = __this->get_U3COnStoryFinishActionU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CHandBookStoryCtr::set_OnStoryFinishAction(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_set_OnStoryFinishAction_m3289602076 (CHandBookStoryCtr_t880003063 * __this, Action_2_t949473781 * ___value0, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = ___value0; __this->set_U3COnStoryFinishActionU3Ek__BackingField_3(L_0); return; } } // System.Action`2 DMCore.Logic.CHandBookStoryCtr::get_OnSkipStoryAction() extern "C" IL2CPP_METHOD_ATTR Action_2_t949473781 * CHandBookStoryCtr_get_OnSkipStoryAction_m632750945 (CHandBookStoryCtr_t880003063 * __this, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = __this->get_U3COnSkipStoryActionU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CHandBookStoryCtr::set_OnSkipStoryAction(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CHandBookStoryCtr_set_OnSkipStoryAction_m3924385081 (CHandBookStoryCtr_t880003063 * __this, Action_2_t949473781 * ___value0, const RuntimeMethod* method) { { Action_2_t949473781 * L_0 = ___value0; __this->set_U3COnSkipStoryActionU3Ek__BackingField_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CHandBookStoryCtr/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetInitRoleParentU3Ec__AnonStorey0__ctor_m2582030856 (U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CHandBookStoryCtr/c__AnonStorey0::<>m__0() extern "C" IL2CPP_METHOD_ATTR void U3CGetInitRoleParentU3Ec__AnonStorey0_U3CU3Em__0_m332384795 (U3CGetInitRoleParentU3Ec__AnonStorey0_t3387141940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetInitRoleParentU3Ec__AnonStorey0_U3CU3Em__0_m332384795_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneRole_t2394225724 * L_0 = __this->get_role_0(); NullCheck(L_0); Transform_t3600365921 * L_1 = ISceneBaseObj_GetTransform_m3818769012(L_0, /*hidden argument*/NULL); 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_0031; } } { CHandBookStoryCtr_t880003063 * L_3 = __this->get_U24this_1(); ISceneRole_t2394225724 * L_4 = __this->get_role_0(); NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_get_parent_m835071599(L_5, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_initMainRoleParent_8(L_6); } IL_0031: { ISceneRole_t2394225724 * L_7 = __this->get_role_0(); NullCheck(L_7); ISceneBaseObj_SetVisible_m2703148496(L_7, (bool)0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChangeStateCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ChangeStateCallback__ctor_m109153392 (ChangeStateCallback_t3932589649 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.ChangeStateCallback::Invoke(System.Boolean,System.Int32,System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ChangeStateCallback_Invoke_m3010630518 (ChangeStateCallback_t3932589649 * __this, bool ___result0, int32_t ___state1, int32_t ___op2, CDataArray_t4068198041 * ___data3, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ChangeStateCallback_Invoke_m3010630518((ChangeStateCallback_t3932589649 *)__this->get_prev_9(), ___result0, ___state1, ___op2, ___data3, 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 *, bool, int32_t, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___result0, ___state1, ___op2, ___data3, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, int32_t, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___result0, ___state1, ___op2, ___data3, 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< bool, int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___result0, ___state1, ___op2, ___data3); else GenericVirtActionInvoker4< bool, int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___result0, ___state1, ___op2, ___data3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker4< bool, int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___result0, ___state1, ___op2, ___data3); else VirtActionInvoker4< bool, int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___result0, ___state1, ___op2, ___data3); } } else { typedef void (*FunctionPointerType) (void*, bool, int32_t, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___result0, ___state1, ___op2, ___data3, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.ChangeStateCallback::BeginInvoke(System.Boolean,System.Int32,System.Int32,DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ChangeStateCallback_BeginInvoke_m3358858249 (ChangeStateCallback_t3932589649 * __this, bool ___result0, int32_t ___state1, int32_t ___op2, CDataArray_t4068198041 * ___data3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChangeStateCallback_BeginInvoke_m3358858249_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___result0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___state1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___op2); __d_args[3] = ___data3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Void DMCore.Logic.ChangeStateCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ChangeStateCallback_EndInvoke_m664471398 (ChangeStateCallback_t3932589649 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChatBubbleType::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChatBubbleType__ctor_m1035084668 (ChatBubbleType_t2493694615 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.ChatBubbleType::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void ChatBubbleType_DoUsePropItem_m2354691523 (ChatBubbleType_t2493694615 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.ChatBubbleType::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t ChatBubbleType_GetPropType_m2865395419 (ChatBubbleType_t2493694615 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)83)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChatContactInfo::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ChatContactInfo__ctor_m3742673926 (ChatContactInfo_t170274670 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChatContactInfo__ctor_m3742673926_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_PhotoID_0((((int64_t)((int64_t)(-1))))); int64_t L_0 = ___userID0; __this->set_UserID_1(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(); __this->set_Name_2(L_1); __this->set_Sex_3((-1)); __this->set_VipLevel_4(0); __this->set_MemberLevel_5((-1)); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_GuildName_6(L_2); IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_3 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_4 = ___userID0; NullCheck(L_3); int32_t L_5 = CChatManager_GetUnreadChatCount_m1313917105(L_3, L_4, /*hidden argument*/NULL); __this->set_UnreadCount_7(L_5); __this->set_OnlineState_8(0); return; } } // System.Void DMCore.Logic.ChatContactInfo::.ctor(System.Int64,System.Int64,System.String,System.Int32,System.Int32,System.Int32,System.String,System.Int32,DMCore.Logic.enumOnlineState) extern "C" IL2CPP_METHOD_ATTR void ChatContactInfo__ctor_m721539432 (ChatContactInfo_t170274670 * __this, int64_t ___photoID0, int64_t ___userID1, String_t* ___name2, int32_t ___sex3, int32_t ___level4, int32_t ___member_level5, String_t* ___gname6, int32_t ___unreadCnt7, int32_t ___onlineState8, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int64_t L_0 = ___photoID0; __this->set_PhotoID_0(L_0); int64_t L_1 = ___userID1; __this->set_UserID_1(L_1); String_t* L_2 = ___name2; __this->set_Name_2(L_2); int32_t L_3 = ___sex3; __this->set_Sex_3(L_3); int32_t L_4 = ___level4; __this->set_VipLevel_4(L_4); int32_t L_5 = ___member_level5; __this->set_MemberLevel_5(L_5); String_t* L_6 = ___gname6; __this->set_GuildName_6(L_6); int32_t L_7 = ___unreadCnt7; __this->set_UnreadCount_7(L_7); int32_t L_8 = ___onlineState8; __this->set_OnlineState_8(L_8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChooseBuyUseBoxInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseBoxInfo__ctor_m391122298 (ChooseBuyUseBoxInfo_t2600922063 * __this, const RuntimeMethod* method) { { __this->set_MaxCount_4(((int32_t)999)); __this->set_IsBuyOrUse_12((bool)1); __this->set_IsBangzuan_13((bool)1); __this->set_BagID_17((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController__ctor_m2057156485 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.ChooseBuyUseNumBoxController DMCore.Logic.ChooseBuyUseNumBoxController::GetInstance() extern "C" IL2CPP_METHOD_ATTR ChooseBuyUseNumBoxController_t2176104285 * ChooseBuyUseNumBoxController_GetInstance_m4030567022 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseBuyUseNumBoxController_GetInstance_m4030567022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_0 = ((ChooseBuyUseNumBoxController_t2176104285_StaticFields*)il2cpp_codegen_static_fields_for(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var))->get_s_instance_1(); if (L_0) { goto IL_0014; } } { ChooseBuyUseNumBoxController_t2176104285 * L_1 = (ChooseBuyUseNumBoxController_t2176104285 *)il2cpp_codegen_object_new(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController__ctor_m2057156485(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ((ChooseBuyUseNumBoxController_t2176104285_StaticFields*)il2cpp_codegen_static_fields_for(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var))->set_s_instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_2 = ((ChooseBuyUseNumBoxController_t2176104285_StaticFields*)il2cpp_codegen_static_fields_for(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var))->get_s_instance_1(); return L_2; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::ShowUI() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_ShowUI_m3014004810 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseBuyUseNumBoxController_ShowUI_m3014004810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ChooseBuyUseNumBoxController_GetOpenChooseNumBox_m2154754359(__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); CWndController_ShowUI_m3552255067(L_0, ((int32_t)86), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::HideUI() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_HideUI_m1549453233 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseBuyUseNumBoxController_HideUI_m1549453233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ChooseBuyUseNumBoxController_GetOpenChooseNumBox_m2154754359(__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); CWndController_HideUI_m732482071(L_0, ((int32_t)86), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::SetOpenChooseNumBox(DMCore.Logic.ChooseBuyUseBoxInfo) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283 (ChooseBuyUseNumBoxController_t2176104285 * __this, ChooseBuyUseBoxInfo_t2600922063 * ____info0, const RuntimeMethod* method) { { ChooseBuyUseBoxInfo_t2600922063 * L_0 = ____info0; __this->set_m_Info_5(L_0); return; } } // DMCore.Logic.ChooseBuyUseBoxInfo DMCore.Logic.ChooseBuyUseNumBoxController::GetOpenChooseNumBox() extern "C" IL2CPP_METHOD_ATTR ChooseBuyUseBoxInfo_t2600922063 * ChooseBuyUseNumBoxController_GetOpenChooseNumBox_m2154754359 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { ChooseBuyUseBoxInfo_t2600922063 * L_0 = __this->get_m_Info_5(); return L_0; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::SetBuyListener(DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount,DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_SetBuyListener_m160589014 (ChooseBuyUseNumBoxController_t2176104285 * __this, OnConfirmBuyAmount_t3515310033 * ___confirmHandler0, OnCancelAndExit_t3571001794 * ___cancelHandler1, const RuntimeMethod* method) { { __this->set_m_OnConfirmBuyAmount_2((OnConfirmBuyAmount_t3515310033 *)NULL); __this->set_m_OnConfirmUseAmount_3((OnConfirmUseAmount_t3345112943 *)NULL); OnConfirmBuyAmount_t3515310033 * L_0 = ___confirmHandler0; __this->set_m_OnConfirmBuyAmount_2(L_0); OnCancelAndExit_t3571001794 * L_1 = ___cancelHandler1; __this->set_m_OnCancelAndExit_4(L_1); return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::SetUseListener(DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount,DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_SetUseListener_m1290437471 (ChooseBuyUseNumBoxController_t2176104285 * __this, OnConfirmUseAmount_t3345112943 * ___confirmHandler0, OnCancelAndExit_t3571001794 * ___cancelHandler1, const RuntimeMethod* method) { { __this->set_m_OnConfirmBuyAmount_2((OnConfirmBuyAmount_t3515310033 *)NULL); __this->set_m_OnConfirmUseAmount_3((OnConfirmUseAmount_t3345112943 *)NULL); OnConfirmUseAmount_t3345112943 * L_0 = ___confirmHandler0; __this->set_m_OnConfirmUseAmount_3(L_0); OnCancelAndExit_t3571001794 * L_1 = ___cancelHandler1; __this->set_m_OnCancelAndExit_4(L_1); return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::IsOnClickConfirm() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_IsOnClickConfirm_m1235148186 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { ChooseBuyUseNumBoxController_OnClickConfirmBuy_m3652114729(__this, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_OnClickConfirmUse_m1704259571(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::OnClickConfirmBuy() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_OnClickConfirmBuy_m3652114729 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { OnConfirmBuyAmount_t3515310033 * L_0 = __this->get_m_OnConfirmBuyAmount_2(); if (!L_0) { goto IL_0033; } } { OnConfirmBuyAmount_t3515310033 * L_1 = __this->get_m_OnConfirmBuyAmount_2(); ChooseBuyUseBoxInfo_t2600922063 * L_2 = __this->get_m_Info_5(); NullCheck(L_2); int32_t L_3 = L_2->get_Configid_1(); int64_t L_4 = __this->get_amount_7(); int32_t L_5 = __this->get_index_8(); int32_t L_6 = __this->get_cashType_9(); NullCheck(L_1); OnConfirmBuyAmount_Invoke_m1580277940(L_1, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::OnClickConfirmUse() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_OnClickConfirmUse_m1704259571 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { OnConfirmUseAmount_t3345112943 * L_0 = __this->get_m_OnConfirmUseAmount_3(); if (!L_0) { goto IL_0032; } } { OnConfirmUseAmount_t3345112943 * L_1 = __this->get_m_OnConfirmUseAmount_3(); ChooseBuyUseBoxInfo_t2600922063 * L_2 = __this->get_m_Info_5(); NullCheck(L_2); int32_t L_3 = L_2->get_Configid_1(); int64_t L_4 = __this->get_amount_7(); ChooseBuyUseBoxInfo_t2600922063 * L_5 = __this->get_m_Info_5(); NullCheck(L_5); int32_t L_6 = L_5->get_BagID_17(); NullCheck(L_1); OnConfirmUseAmount_Invoke_m622048700(L_1, L_3, L_4, L_6, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::OnClickCancelAndExit() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_OnClickCancelAndExit_m1872737649 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { OnCancelAndExit_t3571001794 * L_0 = __this->get_m_OnCancelAndExit_4(); if (!L_0) { goto IL_0016; } } { OnCancelAndExit_t3571001794 * L_1 = __this->get_m_OnCancelAndExit_4(); NullCheck(L_1); OnCancelAndExit_Invoke_m3966099685(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::GetTotalValue() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseBuyUseNumBoxController_GetTotalValue_m564203318 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_amount_7(); ChooseBuyUseBoxInfo_t2600922063 * L_1 = __this->get_m_Info_5(); NullCheck(L_1); int32_t L_2 = L_1->get_Price_2(); return ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)L_0))), (int32_t)L_2)); } } // System.Int64 DMCore.Logic.ChooseBuyUseNumBoxController::get_Amount() extern "C" IL2CPP_METHOD_ATTR int64_t ChooseBuyUseNumBoxController_get_Amount_m1322175432 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_amount_7(); return L_0; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::set_Amount(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_set_Amount_m2775830306 (ChooseBuyUseNumBoxController_t2176104285 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_amount_7(L_0); return; } } // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseBuyUseNumBoxController_get_Index_m4222579958 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_8(); return L_0; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::set_Index(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_set_Index_m1708938974 (ChooseBuyUseNumBoxController_t2176104285 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_index_8(L_0); return; } } // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::get_CashType() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseBuyUseNumBoxController_get_CashType_m3102915293 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cashType_9(); return L_0; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::set_CashType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_set_CashType_m1530992510 (ChooseBuyUseNumBoxController_t2176104285 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_cashType_9(L_0); return; } } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::.cctor() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController__cctor_m2706327991 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnCancelAndExit_t3571001794 (OnCancelAndExit_t3571001794 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit__ctor_m1256787560 (OnCancelAndExit_t3571001794 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit_Invoke_m3966099685 (OnCancelAndExit_t3571001794 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnCancelAndExit_Invoke_m3966099685((OnCancelAndExit_t3571001794 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnCancelAndExit_BeginInvoke_m2720692034 (OnCancelAndExit_t3571001794 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit_EndInvoke_m3255869564 (OnCancelAndExit_t3571001794 * __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_t3515310033 (OnConfirmBuyAmount_t3515310033 * __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 DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount__ctor_m4294857870 (OnConfirmBuyAmount_t3515310033 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount::Invoke(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount_Invoke_m1580277940 (OnConfirmBuyAmount_t3515310033 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, int32_t ___cashType3, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnConfirmBuyAmount_Invoke_m1580277940((OnConfirmBuyAmount_t3515310033 *)__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 DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount::BeginInvoke(System.Int32,System.Int64,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnConfirmBuyAmount_BeginInvoke_m1506510694 (OnConfirmBuyAmount_t3515310033 * __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_m1506510694_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 DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount_EndInvoke_m3089635084 (OnConfirmBuyAmount_t3515310033 * __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_OnConfirmUseAmount_t3345112943 (OnConfirmUseAmount_t3345112943 * __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 DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnConfirmUseAmount__ctor_m1361379540 (OnConfirmUseAmount_t3345112943 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount::Invoke(System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnConfirmUseAmount_Invoke_m622048700 (OnConfirmUseAmount_t3345112943 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnConfirmUseAmount_Invoke_m622048700((OnConfirmUseAmount_t3345112943 *)__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 DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount::BeginInvoke(System.Int32,System.Int64,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnConfirmUseAmount_BeginInvoke_m3384709648 (OnConfirmUseAmount_t3345112943 * __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 (OnConfirmUseAmount_BeginInvoke_m3384709648_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 DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnConfirmUseAmount_EndInvoke_m4153838796 (OnConfirmUseAmount_t3345112943 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChooseCardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager__ctor_m2080519624 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseCardManager__ctor_m2080519624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t1096415580 * L_0 = (Dictionary_2_t1096415580 *)il2cpp_codegen_object_new(Dictionary_2_t1096415580_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4066452822(L_0, /*hidden argument*/Dictionary_2__ctor_m4066452822_RuntimeMethod_var); __this->set_m_usableDic_1(L_0); __this->set_m_chooseType_2(1); return; } } // DMCore.Logic.ChooseCardManager DMCore.Logic.ChooseCardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR ChooseCardManager_t493395204 * ChooseCardManager_GetInstance_m2819972984 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseCardManager_GetInstance_m2819972984_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ChooseCardManager_t493395204_il2cpp_TypeInfo_var); ChooseCardManager_t493395204 * L_0 = ((ChooseCardManager_t493395204_StaticFields*)il2cpp_codegen_static_fields_for(ChooseCardManager_t493395204_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0014; } } { ChooseCardManager_t493395204 * L_1 = (ChooseCardManager_t493395204 *)il2cpp_codegen_object_new(ChooseCardManager_t493395204_il2cpp_TypeInfo_var); ChooseCardManager__ctor_m2080519624(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChooseCardManager_t493395204_il2cpp_TypeInfo_var); ((ChooseCardManager_t493395204_StaticFields*)il2cpp_codegen_static_fields_for(ChooseCardManager_t493395204_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(ChooseCardManager_t493395204_il2cpp_TypeInfo_var); ChooseCardManager_t493395204 * L_2 = ((ChooseCardManager_t493395204_StaticFields*)il2cpp_codegen_static_fields_for(ChooseCardManager_t493395204_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // DMCore.Logic.Card_Type DMCore.Logic.ChooseCardManager::get_ChooseType() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseCardManager_get_ChooseType_m1753209536 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_chooseType_2(); return L_0; } } // System.Void DMCore.Logic.ChooseCardManager::set_ChooseType(DMCore.Logic.Card_Type) extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager_set_ChooseType_m2518265528 (ChooseCardManager_t493395204 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_chooseType_2(L_0); return; } } // System.Void DMCore.Logic.ChooseCardManager::InitUsableList() extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager_InitUsableList_m859875747 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseCardManager_InitUsableList_m859875747_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CardUnit_t3010225743 * V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_0 = CIdolCardConfig_GetInstance_m1852552424(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CIdolCardConfig_GetTotalCount_m1806593993(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_006a; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_2 = CIdolCardConfig_GetInstance_m1852552424(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = V_1; NullCheck(L_2); CardUnit_t3010225743 * L_4 = CIdolCardConfig_GetItem_m4147700723(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; CardUnit_t3010225743 * L_5 = V_2; if (!L_5) { goto IL_0066; } } { CardUnit_t3010225743 * L_6 = V_2; NullCheck(L_6); bool L_7 = L_6->get_lockState_15(); if (!L_7) { goto IL_0035; } } { goto IL_0066; } IL_0035: { CardUnit_t3010225743 * L_8 = V_2; NullCheck(L_8); int32_t L_9 = L_8->get_cardID_0(); V_3 = L_9; IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_10 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = V_3; NullCheck(L_10); bool L_12 = CMyPackageManager_IsContain_m2287759676(L_10, L_11, /*hidden argument*/NULL); V_4 = L_12; bool L_13 = V_4; if (!L_13) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_14 = CIdolCardConfig_GetInstance_m1852552424(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = CIdolCardConfig_GetCardType_m340754727(L_14, L_15, /*hidden argument*/NULL); V_5 = L_16; int32_t L_17 = V_5; int32_t L_18 = V_3; ChooseCardManager_Append_m1343359328(__this, L_17, L_18, /*hidden argument*/NULL); } IL_0066: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_006a: { int32_t L_20 = V_1; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0013; } } { return; } } // System.Void DMCore.Logic.ChooseCardManager::Append(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager_Append_m1343359328 (ChooseCardManager_t493395204 * __this, int32_t ____type0, int32_t ____id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseCardManager_Append_m1343359328_MetadataUsageId); s_Il2CppMethodInitialized = true; } ChooseGroup_t2207702249 * V_0 = NULL; { int32_t L_0 = ____type0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_000e; } } { int32_t L_1 = ____id1; if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_000f; } } IL_000e: { return; } IL_000f: { Dictionary_2_t1096415580 * L_2 = __this->get_m_usableDic_1(); if (!L_2) { goto IL_005c; } } { Dictionary_2_t1096415580 * L_3 = __this->get_m_usableDic_1(); int32_t L_4 = ____type0; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m3427719505(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m3427719505_RuntimeMethod_var); if (!L_5) { goto IL_0042; } } { Dictionary_2_t1096415580 * L_6 = __this->get_m_usableDic_1(); int32_t L_7 = ____type0; NullCheck(L_6); ChooseGroup_t2207702249 * L_8 = Dictionary_2_get_Item_m2421447561(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m2421447561_RuntimeMethod_var); int32_t L_9 = ____id1; NullCheck(L_8); ChooseGroup_Append_m1194445956(L_8, L_9, /*hidden argument*/NULL); goto IL_005c; } IL_0042: { ChooseGroup_t2207702249 * L_10 = (ChooseGroup_t2207702249 *)il2cpp_codegen_object_new(ChooseGroup_t2207702249_il2cpp_TypeInfo_var); ChooseGroup__ctor_m2996034564(L_10, /*hidden argument*/NULL); V_0 = L_10; ChooseGroup_t2207702249 * L_11 = V_0; int32_t L_12 = ____id1; NullCheck(L_11); ChooseGroup_Append_m1194445956(L_11, L_12, /*hidden argument*/NULL); Dictionary_2_t1096415580 * L_13 = __this->get_m_usableDic_1(); int32_t L_14 = ____type0; ChooseGroup_t2207702249 * L_15 = V_0; NullCheck(L_13); Dictionary_2_Add_m3167858568(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m3167858568_RuntimeMethod_var); } IL_005c: { return; } } // System.Void DMCore.Logic.ChooseCardManager::Clear() extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager_Clear_m2539683254 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseCardManager_Clear_m2539683254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1096415580 * L_0 = __this->get_m_usableDic_1(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t1096415580 * L_1 = __this->get_m_usableDic_1(); NullCheck(L_1); Dictionary_2_Clear_m1630863848(L_1, /*hidden argument*/Dictionary_2_Clear_m1630863848_RuntimeMethod_var); } IL_0016: { return; } } // System.Int32 DMCore.Logic.ChooseCardManager::GetTypeCount() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseCardManager_GetTypeCount_m488873553 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method) { ChooseGroup_t2207702249 * V_0 = NULL; { int32_t L_0 = ChooseCardManager_get_ChooseType_m1753209536(__this, /*hidden argument*/NULL); ChooseGroup_t2207702249 * L_1 = ChooseCardManager_GetChooseGroupByType_m3485055991(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ChooseGroup_t2207702249 * L_2 = V_0; if (L_2) { goto IL_0015; } } { return 0; } IL_0015: { ChooseGroup_t2207702249 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = ChooseGroup_get_listCount_m4193531657(L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 DMCore.Logic.ChooseCardManager::GetID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChooseCardManager_GetID_m2965141402 (ChooseCardManager_t493395204 * __this, int32_t ____idx0, const RuntimeMethod* method) { ChooseGroup_t2207702249 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ChooseCardManager_get_ChooseType_m1753209536(__this, /*hidden argument*/NULL); ChooseGroup_t2207702249 * L_1 = ChooseCardManager_GetChooseGroupByType_m3485055991(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; ChooseGroup_t2207702249 * L_2 = V_0; if (!L_2) { goto IL_001d; } } { ChooseGroup_t2207702249 * L_3 = V_0; int32_t L_4 = ____idx0; NullCheck(L_3); int32_t L_5 = ChooseGroup_GetID_m1955648264(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_001d: { int32_t L_6 = V_1; return L_6; } } // System.Int32 DMCore.Logic.ChooseCardManager::GetTotal() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseCardManager_GetTotal_m1776082801 (ChooseCardManager_t493395204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseCardManager_GetTotal_m1776082801_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Enumerator_t3050598355 V_1; memset(&V_1, 0, sizeof(V_1)); ChooseGroup_t2207702249 * V_2 = NULL; KeyValuePair_2_t3494087747 V_3; memset(&V_3, 0, sizeof(V_3)); { V_0 = 0; Dictionary_2_t1096415580 * L_0 = __this->get_m_usableDic_1(); NullCheck(L_0); Enumerator_t3050598355 L_1 = Dictionary_2_GetEnumerator_m3806831243(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3806831243_RuntimeMethod_var); V_1 = L_1; goto IL_0032; } IL_0013: { KeyValuePair_2_t3494087747 L_2 = Enumerator_get_Current_m3318072910((&V_1), /*hidden argument*/Enumerator_get_Current_m3318072910_RuntimeMethod_var); V_3 = L_2; ChooseGroup_t2207702249 * L_3 = KeyValuePair_2_get_Value_m1258092256((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1258092256_RuntimeMethod_var); V_2 = L_3; ChooseGroup_t2207702249 * L_4 = V_2; if (!L_4) { goto IL_0032; } } { int32_t L_5 = V_0; ChooseGroup_t2207702249 * L_6 = V_2; NullCheck(L_6); int32_t L_7 = ChooseGroup_get_listCount_m4193531657(L_6, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)); } IL_0032: { bool L_8 = Enumerator_MoveNext_m850336699((&V_1), /*hidden argument*/Enumerator_MoveNext_m850336699_RuntimeMethod_var); if (L_8) { goto IL_0013; } } { int32_t L_9 = V_0; return L_9; } } // DMCore.Logic.ChooseCardManager/ChooseGroup DMCore.Logic.ChooseCardManager::GetChooseGroupByType(System.Int32) extern "C" IL2CPP_METHOD_ATTR ChooseGroup_t2207702249 * ChooseCardManager_GetChooseGroupByType_m3485055991 (ChooseCardManager_t493395204 * __this, int32_t ____type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseCardManager_GetChooseGroupByType_m3485055991_MetadataUsageId); s_Il2CppMethodInitialized = true; } ChooseGroup_t2207702249 * V_0 = NULL; { V_0 = (ChooseGroup_t2207702249 *)NULL; Dictionary_2_t1096415580 * L_0 = __this->get_m_usableDic_1(); int32_t L_1 = ____type0; NullCheck(L_0); Dictionary_2_TryGetValue_m2263528804(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2263528804_RuntimeMethod_var); ChooseGroup_t2207702249 * L_2 = V_0; return L_2; } } // System.Void DMCore.Logic.ChooseCardManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void ChooseCardManager__cctor_m736289325 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ChooseCardManager/ChooseGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseGroup__ctor_m2996034564 (ChooseGroup_t2207702249 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseGroup__ctor_m2996034564_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_list_0(L_0); return; } } // System.Void DMCore.Logic.ChooseCardManager/ChooseGroup::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChooseGroup_Append_m1194445956 (ChooseGroup_t2207702249 * __this, int32_t ____id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseGroup_Append_m1194445956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_list_0(); if (!L_0) { goto IL_0028; } } { List_1_t128053199 * L_1 = __this->get_m_list_0(); int32_t L_2 = ____id0; NullCheck(L_1); bool L_3 = List_1_Contains_m2263725670(L_1, L_2, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (L_3) { goto IL_0028; } } { List_1_t128053199 * L_4 = __this->get_m_list_0(); int32_t L_5 = ____id0; NullCheck(L_4); List_1_Add_m697420525(L_4, L_5, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0028: { return; } } // System.Void DMCore.Logic.ChooseCardManager/ChooseGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void ChooseGroup_Clear_m2214742176 (ChooseGroup_t2207702249 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseGroup_Clear_m2214742176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_list_0(); if (!L_0) { goto IL_0016; } } { List_1_t128053199 * L_1 = __this->get_m_list_0(); NullCheck(L_1); List_1_Clear_m2269680114(L_1, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); } IL_0016: { return; } } // System.Int32 DMCore.Logic.ChooseCardManager/ChooseGroup::get_listCount() extern "C" IL2CPP_METHOD_ATTR int32_t ChooseGroup_get_listCount_m4193531657 (ChooseGroup_t2207702249 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseGroup_get_listCount_m4193531657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_list_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m186164705(L_0, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.ChooseCardManager/ChooseGroup::GetID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChooseGroup_GetID_m1955648264 (ChooseGroup_t2207702249 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChooseGroup_GetID_m1955648264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ____index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ____index0; int32_t L_2 = ChooseGroup_get_listCount_m4193531657(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return 0; } IL_0015: { List_1_t128053199 * L_3 = __this->get_m_list_0(); int32_t L_4 = ____index0; NullCheck(L_3); int32_t L_5 = List_1_get_Item_m888956288(L_3, L_4, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolAbilityManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager__ctor_m1568796263 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager__ctor_m1568796263_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataModelBool_t2269476966 * L_0 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_0, /*hidden argument*/NULL); __this->set_IdolGetMsg_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1519036347 * L_1 = (List_1_t1519036347 *)il2cpp_codegen_object_new(List_1_t1519036347_il2cpp_TypeInfo_var); List_1__ctor_m3780576369(L_1, /*hidden argument*/List_1__ctor_m3780576369_RuntimeMethod_var); __this->set_m_AbilityLevelCount_3(L_1); List_1_t779509957 * L_2 = (List_1_t779509957 *)il2cpp_codegen_object_new(List_1_t779509957_il2cpp_TypeInfo_var); List_1__ctor_m2158113210(L_2, /*hidden argument*/List_1__ctor_m2158113210_RuntimeMethod_var); __this->set_m_RewardCount_4(L_2); Dictionary_2_t407749678 * L_3 = (Dictionary_2_t407749678 *)il2cpp_codegen_object_new(Dictionary_2_t407749678_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1963387500(L_3, /*hidden argument*/Dictionary_2__ctor_m1963387500_RuntimeMethod_var); __this->set_m_IdolAbilityConfigData_5(L_3); Dictionary_2_t3302194709 * L_4 = (Dictionary_2_t3302194709 *)il2cpp_codegen_object_new(Dictionary_2_t3302194709_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1917053492(L_4, /*hidden argument*/Dictionary_2__ctor_m1917053492_RuntimeMethod_var); __this->set_m_IdolData_6(L_4); IdolPlayerData_t1126670343 * L_5 = (IdolPlayerData_t1126670343 *)il2cpp_codegen_object_new(IdolPlayerData_t1126670343_il2cpp_TypeInfo_var); IdolPlayerData__ctor_m1048048310(L_5, /*hidden argument*/NULL); __this->set_m_IdolPlayerData_7(L_5); List_1_t395442325 * L_6 = (List_1_t395442325 *)il2cpp_codegen_object_new(List_1_t395442325_il2cpp_TypeInfo_var); List_1__ctor_m1399797294(L_6, /*hidden argument*/List_1__ctor_m1399797294_RuntimeMethod_var); __this->set_m_CurAbilityData_8(L_6); Dictionary_2_t3228841118 * L_7 = (Dictionary_2_t3228841118 *)il2cpp_codegen_object_new(Dictionary_2_t3228841118_il2cpp_TypeInfo_var); Dictionary_2__ctor_m188035579(L_7, /*hidden argument*/Dictionary_2__ctor_m188035579_RuntimeMethod_var); __this->set_m_IdolAbilityPlayerData_9(L_7); Dictionary_2_t3311733826 * L_8 = (Dictionary_2_t3311733826 *)il2cpp_codegen_object_new(Dictionary_2_t3311733826_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1205774902(L_8, /*hidden argument*/Dictionary_2__ctor_m1205774902_RuntimeMethod_var); __this->set_m_data_10(L_8); List_1_t3172792085 * L_9 = (List_1_t3172792085 *)il2cpp_codegen_object_new(List_1_t3172792085_il2cpp_TypeInfo_var); List_1__ctor_m1014797048(L_9, /*hidden argument*/List_1__ctor_m1014797048_RuntimeMethod_var); __this->set_m_addData_11(L_9); Queue_1_t1546976837 * L_10 = (Queue_1_t1546976837 *)il2cpp_codegen_object_new(Queue_1_t1546976837_il2cpp_TypeInfo_var); Queue_1__ctor_m2250138271(L_10, /*hidden argument*/Queue_1__ctor_m2250138271_RuntimeMethod_var); __this->set_m_queAddData_12(L_10); __this->set_m_IsGetReward_14((bool)0); return; } } // DMCore.Logic.CIdolAbilityManager DMCore.Logic.CIdolAbilityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolAbilityManager_t240297659 * CIdolAbilityManager_GetInstance_m1281884404 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_GetInstance_m1281884404_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CIdolAbilityManager_t240297659 * L_0 = ((CIdolAbilityManager_t240297659_StaticFields*)il2cpp_codegen_static_fields_for(CIdolAbilityManager_t240297659_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { CIdolAbilityManager_t240297659 * L_1 = ((CIdolAbilityManager_t240297659_StaticFields*)il2cpp_codegen_static_fields_for(CIdolAbilityManager_t240297659_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CIdolAbilityManager_t240297659 * L_2 = (CIdolAbilityManager_t240297659 *)il2cpp_codegen_object_new(CIdolAbilityManager_t240297659_il2cpp_TypeInfo_var); CIdolAbilityManager__ctor_m1568796263(L_2, /*hidden argument*/NULL); ((CIdolAbilityManager_t240297659_StaticFields*)il2cpp_codegen_static_fields_for(CIdolAbilityManager_t240297659_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CIdolAbilityManager_t240297659 * L_3 = ((CIdolAbilityManager_t240297659_StaticFields*)il2cpp_codegen_static_fields_for(CIdolAbilityManager_t240297659_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Int64 DMCore.Logic.CIdolAbilityManager::get_curUserid() extern "C" IL2CPP_METHOD_ATTR int64_t CIdolAbilityManager_get_curUserid_m2763765825 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_curUserid_13(); return L_0; } } // System.Void DMCore.Logic.CIdolAbilityManager::set_curUserid(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_set_curUserid_m984203565 (CIdolAbilityManager_t240297659 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_m_curUserid_13(L_0); return; } } // System.Void DMCore.Logic.CIdolAbilityManager::OnGetReward(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_OnGetReward_m3572373257 (CIdolAbilityManager_t240297659 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_OnGetReward_m3572373257_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; IdolLevelCount_t694126592 * V_3 = 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; CIdolAbilityManager_t240297659 * L_8 = CIdolAbilityManager_GetInstance_m1281884404(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_9 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_9); int32_t L_11 = V_1; NullCheck(L_8); IdolLevelCount_t694126592 * L_12 = CIdolAbilityManager_GetIdolPlayerDataByLevel_m1771549469(L_8, L_10, L_11, /*hidden argument*/NULL); V_3 = L_12; IdolLevelCount_t694126592 * L_13 = V_3; NullCheck(L_13); List_1_t395442325 * L_14 = L_13->get_m_curAbilityData_3(); int32_t L_15 = V_2; NullCheck(L_14); CurAbilityLevelCount_t3218334879 * L_16 = List_1_get_Item_m2390740838(L_14, L_15, /*hidden argument*/List_1_get_Item_m2390740838_RuntimeMethod_var); NullCheck(L_16); L_16->set_m_bCanGet_1((bool)1); __this->set_m_IsGetReward_14((bool)1); return; } } // System.Void DMCore.Logic.CIdolAbilityManager::OnGetConfigData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_OnGetConfigData_m2691365827 (CIdolAbilityManager_t240297659 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_OnGetConfigData_m2691365827_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; IdolData_t118514082 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; List_1_t128053199 * V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; RewardCount_t3602402511 * V_18 = NULL; AbilityLevelCount_t46961605 * V_19 = 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_0056; } IL_0016: { IdolData_t118514082 * L_4 = (IdolData_t118514082 *)il2cpp_codegen_object_new(IdolData_t118514082_il2cpp_TypeInfo_var); IdolData__ctor_m889254239(L_4, /*hidden argument*/NULL); V_3 = L_4; IdolData_t118514082 * L_5 = V_3; 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); NullCheck(L_5); L_5->set_m_Level_0(L_9); IdolData_t118514082 * L_10 = V_3; 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); NullCheck(L_10); L_10->set_m_LevelUpExp_1(L_14); Dictionary_2_t3302194709 * L_15 = __this->get_m_IdolData_6(); IdolData_t118514082 * L_16 = V_3; NullCheck(L_16); int32_t L_17 = L_16->get_m_Level_0(); IdolData_t118514082 * L_18 = V_3; NullCheck(L_15); Dictionary_2_set_Item_m3646257391(L_15, L_17, L_18, /*hidden argument*/Dictionary_2_set_Item_m3646257391_RuntimeMethod_var); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0056: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0016; } } { 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_4 = L_25; V_5 = 0; goto IL_01cc; } IL_0073: { 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_6 = 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_7 = L_33; int32_t L_34 = V_7; List_1_t1519036347 * L_35 = (List_1_t1519036347 *)il2cpp_codegen_object_new(List_1_t1519036347_il2cpp_TypeInfo_var); List_1__ctor_m3112038451(L_35, L_34, /*hidden argument*/List_1__ctor_m3112038451_RuntimeMethod_var); __this->set_m_AbilityLevelCount_3(L_35); List_1_t128053199 * L_36 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_36, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_8 = L_36; V_9 = 0; goto IL_019b; } IL_00ab: { CDataArray_t4068198041 * L_37 = ___msg0; int32_t L_38 = V_0; int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); V_0 = L_39; NullCheck(L_37); int32_t L_40 = CDataArray_GetInt_m1111369473(L_37, L_39, 0, /*hidden argument*/NULL); V_10 = L_40; 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_12; List_1_t779509957 * L_50 = (List_1_t779509957 *)il2cpp_codegen_object_new(List_1_t779509957_il2cpp_TypeInfo_var); List_1__ctor_m2927202073(L_50, L_49, /*hidden argument*/List_1__ctor_m2927202073_RuntimeMethod_var); __this->set_m_RewardCount_4(L_50); int32_t L_51 = V_12; if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_00f3; } } { List_1_t128053199 * L_52 = V_8; int32_t L_53 = V_10; NullCheck(L_52); List_1_Add_m697420525(L_52, L_53, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_00f3: { V_13 = 0; goto IL_016e; } IL_00fb: { CDataArray_t4068198041 * L_54 = ___msg0; int32_t L_55 = V_0; int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); V_0 = L_56; NullCheck(L_54); int32_t L_57 = CDataArray_GetInt_m1111369473(L_54, L_56, 0, /*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); int32_t L_61 = CDataArray_GetInt_m1111369473(L_58, L_60, 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; NullCheck(L_66); int32_t L_69 = CDataArray_GetInt_m1111369473(L_66, L_68, 0, /*hidden argument*/NULL); V_17 = L_69; int32_t L_70 = V_17; CMainRole_t4200562839 * L_71 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_71); if ((((int32_t)L_70) == ((int32_t)L_72))) { goto IL_014c; } } { int32_t L_73 = V_17; if ((!(((uint32_t)L_73) == ((uint32_t)2)))) { goto IL_0168; } } IL_014c: { int32_t L_74 = V_14; int32_t L_75 = V_15; int32_t L_76 = V_16; int32_t L_77 = V_17; RewardCount_t3602402511 * L_78 = (RewardCount_t3602402511 *)il2cpp_codegen_object_new(RewardCount_t3602402511_il2cpp_TypeInfo_var); RewardCount__ctor_m2758758781(L_78, L_74, L_75, L_76, L_77, /*hidden argument*/NULL); V_18 = L_78; List_1_t779509957 * L_79 = __this->get_m_RewardCount_4(); RewardCount_t3602402511 * L_80 = V_18; NullCheck(L_79); List_1_Add_m2205016408(L_79, L_80, /*hidden argument*/List_1_Add_m2205016408_RuntimeMethod_var); } IL_0168: { int32_t L_81 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_016e: { int32_t L_82 = V_13; int32_t L_83 = V_12; if ((((int32_t)L_82) < ((int32_t)L_83))) { goto IL_00fb; } } { int32_t L_84 = V_10; int32_t L_85 = V_11; List_1_t779509957 * L_86 = __this->get_m_RewardCount_4(); AbilityLevelCount_t46961605 * L_87 = (AbilityLevelCount_t46961605 *)il2cpp_codegen_object_new(AbilityLevelCount_t46961605_il2cpp_TypeInfo_var); AbilityLevelCount__ctor_m3516023375(L_87, L_84, L_85, L_86, /*hidden argument*/NULL); V_19 = L_87; List_1_t1519036347 * L_88 = __this->get_m_AbilityLevelCount_3(); AbilityLevelCount_t46961605 * L_89 = V_19; NullCheck(L_88); List_1_Add_m4193897801(L_88, L_89, /*hidden argument*/List_1_Add_m4193897801_RuntimeMethod_var); int32_t L_90 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); } IL_019b: { int32_t L_91 = V_9; int32_t L_92 = V_7; if ((((int32_t)L_91) < ((int32_t)L_92))) { goto IL_00ab; } } { Dictionary_2_t407749678 * L_93 = __this->get_m_IdolAbilityConfigData_5(); int32_t L_94 = V_6; List_1_t1519036347 * L_95 = __this->get_m_AbilityLevelCount_3(); NullCheck(L_93); Dictionary_2_set_Item_m2781500665(L_93, L_94, L_95, /*hidden argument*/Dictionary_2_set_Item_m2781500665_RuntimeMethod_var); Dictionary_2_t3311733826 * L_96 = __this->get_m_data_10(); int32_t L_97 = V_6; List_1_t128053199 * L_98 = V_8; NullCheck(L_96); Dictionary_2_set_Item_m1216734212(L_96, L_97, L_98, /*hidden argument*/Dictionary_2_set_Item_m1216734212_RuntimeMethod_var); int32_t L_99 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_01cc: { int32_t L_100 = V_5; int32_t L_101 = V_4; if ((((int32_t)L_100) < ((int32_t)L_101))) { goto IL_0073; } } { return; } } // System.Void DMCore.Logic.CIdolAbilityManager::OnFreshIdolAbilityData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_OnFreshIdolAbilityData_m3520370998 (CIdolAbilityManager_t240297659 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_OnFreshIdolAbilityData_m3520370998_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; List_1_t2166201334 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; List_1_t395442325 * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; bool V_12 = false; CurAbilityLevelCount_t3218334879 * V_13 = NULL; IdolLevelCount_t694126592 * V_14 = NULL; int32_t G_B5_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; IdolPlayerData_t1126670343 * L_4 = __this->get_m_IdolPlayerData_7(); 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); NullCheck(L_4); L_4->set_m_IdolLevel_0(L_8); IdolPlayerData_t1126670343 * L_9 = __this->get_m_IdolPlayerData_7(); 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; NullCheck(L_10); int32_t L_13 = CDataArray_GetInt_m1111369473(L_10, L_12, 0, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_m_IdolMaxLevel_1(L_13); IdolPlayerData_t1126670343 * L_14 = __this->get_m_IdolPlayerData_7(); CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_m_IdolValue_2(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_2 = L_22; int64_t L_23 = V_1; List_1_t2166201334 * L_24 = CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740(__this, L_23, /*hidden argument*/NULL); V_3 = L_24; List_1_t2166201334 * L_25 = V_3; NullCheck(L_25); List_1_Clear_m408619646(L_25, /*hidden argument*/List_1_Clear_m408619646_RuntimeMethod_var); V_4 = 0; goto IL_0127; } IL_0078: { 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_5 = 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_6 = 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); int32_t L_37 = CDataArray_GetInt_m1111369473(L_34, L_36, 0, /*hidden argument*/NULL); V_7 = 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_8 = L_41; List_1_t395442325 * L_42 = (List_1_t395442325 *)il2cpp_codegen_object_new(List_1_t395442325_il2cpp_TypeInfo_var); List_1__ctor_m1399797294(L_42, /*hidden argument*/List_1__ctor_m1399797294_RuntimeMethod_var); V_9 = L_42; V_10 = 0; goto IL_0101; } IL_00bf: { CDataArray_t4068198041 * L_43 = ___msg0; int32_t L_44 = V_0; int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); V_0 = L_45; NullCheck(L_43); int32_t L_46 = CDataArray_GetInt_m1111369473(L_43, L_45, 0, /*hidden argument*/NULL); V_11 = L_46; CDataArray_t4068198041 * L_47 = ___msg0; int32_t L_48 = V_0; int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); V_0 = L_49; NullCheck(L_47); int32_t L_50 = CDataArray_GetInt_m1111369473(L_47, L_49, 0, /*hidden argument*/NULL); if (L_50) { goto IL_00e4; } } { G_B5_0 = 0; goto IL_00e5; } IL_00e4: { G_B5_0 = 1; } IL_00e5: { V_12 = (bool)G_B5_0; int32_t L_51 = V_11; bool L_52 = V_12; CurAbilityLevelCount_t3218334879 * L_53 = (CurAbilityLevelCount_t3218334879 *)il2cpp_codegen_object_new(CurAbilityLevelCount_t3218334879_il2cpp_TypeInfo_var); CurAbilityLevelCount__ctor_m4128206255(L_53, L_51, L_52, /*hidden argument*/NULL); V_13 = L_53; List_1_t395442325 * L_54 = V_9; CurAbilityLevelCount_t3218334879 * L_55 = V_13; NullCheck(L_54); List_1_Add_m1847094212(L_54, L_55, /*hidden argument*/List_1_Add_m1847094212_RuntimeMethod_var); int32_t L_56 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0101: { int32_t L_57 = V_10; int32_t L_58 = V_8; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00bf; } } { int32_t L_59 = V_5; int32_t L_60 = V_6; int32_t L_61 = V_7; List_1_t395442325 * L_62 = V_9; IdolLevelCount_t694126592 * L_63 = (IdolLevelCount_t694126592 *)il2cpp_codegen_object_new(IdolLevelCount_t694126592_il2cpp_TypeInfo_var); IdolLevelCount__ctor_m3971443795(L_63, L_59, L_60, L_61, L_62, /*hidden argument*/NULL); V_14 = L_63; List_1_t2166201334 * L_64 = V_3; IdolLevelCount_t694126592 * L_65 = V_14; NullCheck(L_64); List_1_Add_m3164753936(L_64, L_65, /*hidden argument*/List_1_Add_m3164753936_RuntimeMethod_var); int32_t L_66 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_0127: { int32_t L_67 = V_4; int32_t L_68 = V_2; if ((((int32_t)L_67) < ((int32_t)L_68))) { goto IL_0078; } } { CDataModelBool_t2269476966 * L_69 = __this->get_IdolGetMsg_0(); NullCheck(L_69); CDataModelBool_set_Data_m838892248(L_69, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolAbilityManager::OnIdolSingleValueChange(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_OnIdolSingleValueChange_m603380115 (CIdolAbilityManager_t240297659 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_OnIdolSingleValueChange_m603380115_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; IdolLevelCount_t694126592 * V_4 = NULL; int32_t G_B10_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_3 = L_11; CIdolAbilityManager_t240297659 * L_12 = CIdolAbilityManager_GetInstance_m1281884404(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); int32_t L_15 = V_1; NullCheck(L_12); IdolLevelCount_t694126592 * L_16 = CIdolAbilityManager_GetIdolPlayerDataByLevel_m1771549469(L_12, L_14, L_15, /*hidden argument*/NULL); V_4 = L_16; IdolLevelCount_t694126592 * L_17 = V_4; if (!L_17) { goto IL_0097; } } { int32_t L_18 = V_2; IdolLevelCount_t694126592 * L_19 = V_4; NullCheck(L_19); int32_t L_20 = L_19->get_m_AbilityValue_2(); if ((((int32_t)L_18) == ((int32_t)L_20))) { goto IL_0097; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_21 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CDanceManager_t448141780 * L_22 = CRoot_GetDanceManager_m876173276(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0077; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_23 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CDanceManager_t448141780 * L_24 = CRoot_GetDanceManager_m876173276(L_23, /*hidden argument*/NULL); NullCheck(L_24); bool L_25 = CDanceManager_IfDancing_m1859012178(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0097; } } IL_0077: { Queue_1_t1546976837 * L_26 = __this->get_m_queAddData_12(); int32_t L_27 = V_1; IdolLevelCount_t694126592 * L_28 = V_4; NullCheck(L_28); int32_t L_29 = L_28->get_m_AbilityLevel_1(); IdolLevelCount_t694126592 * L_30 = V_4; NullCheck(L_30); int32_t L_31 = L_30->get_m_AbilityValue_2(); int32_t L_32 = V_2; AddIdolData_t1700717343 * L_33 = (AddIdolData_t1700717343 *)il2cpp_codegen_object_new(AddIdolData_t1700717343_il2cpp_TypeInfo_var); AddIdolData__ctor_m3926874367(L_33, L_27, L_29, L_31, L_32, /*hidden argument*/NULL); NullCheck(L_26); Queue_1_Enqueue_m3116378715(L_26, L_33, /*hidden argument*/Queue_1_Enqueue_m3116378715_RuntimeMethod_var); } IL_0097: { IdolLevelCount_t694126592 * L_34 = V_4; if (!L_34) { goto IL_00b6; } } { IdolLevelCount_t694126592 * L_35 = V_4; int32_t L_36 = V_1; NullCheck(L_35); L_35->set_m_AbilityIndex_0(L_36); IdolLevelCount_t694126592 * L_37 = V_4; int32_t L_38 = V_2; NullCheck(L_37); L_37->set_m_AbilityValue_2(L_38); IdolLevelCount_t694126592 * L_39 = V_4; int32_t L_40 = V_3; NullCheck(L_39); L_39->set_m_AbilityLevel_1(L_40); } IL_00b6: { Queue_1_t1546976837 * L_41 = __this->get_m_queAddData_12(); NullCheck(L_41); int32_t L_42 = Queue_1_get_Count_m513134413(L_41, /*hidden argument*/Queue_1_get_Count_m513134413_RuntimeMethod_var); if ((((int32_t)L_42) > ((int32_t)0))) { goto IL_00cd; } } { G_B10_0 = 0; goto IL_00ce; } IL_00cd: { G_B10_0 = 1; } IL_00ce: { if (!G_B10_0) { goto IL_00e3; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_43 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); CWndController_ShowUI_m3552255067(L_43, ((int32_t)189), /*hidden argument*/NULL); } IL_00e3: { return; } } // System.Void DMCore.Logic.CIdolAbilityManager::OnIdolMultipleValueChange(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_OnIdolMultipleValueChange_m1903945479 (CIdolAbilityManager_t240297659 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_OnIdolMultipleValueChange_m1903945479_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; IdolLevelCount_t694126592 * 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; V_2 = 0; goto IL_00d4; } 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; CIdolAbilityManager_t240297659 * L_16 = CIdolAbilityManager_GetInstance_m1281884404(NULL /*static, unused*/, /*hidden argument*/NULL); 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); int32_t L_19 = V_3; NullCheck(L_16); IdolLevelCount_t694126592 * L_20 = CIdolAbilityManager_GetIdolPlayerDataByLevel_m1771549469(L_16, L_18, L_19, /*hidden argument*/NULL); V_6 = L_20; IdolLevelCount_t694126592 * L_21 = V_6; if (!L_21) { goto IL_00af; } } { int32_t L_22 = V_4; IdolLevelCount_t694126592 * L_23 = V_6; NullCheck(L_23); int32_t L_24 = L_23->get_m_AbilityValue_2(); if ((((int32_t)L_22) == ((int32_t)L_24))) { goto IL_00af; } } { 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); CDanceManager_t448141780 * L_26 = CRoot_GetDanceManager_m876173276(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_008e; } } { 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); CDanceManager_t448141780 * L_28 = CRoot_GetDanceManager_m876173276(L_27, /*hidden argument*/NULL); NullCheck(L_28); bool L_29 = CDanceManager_IfDancing_m1859012178(L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00af; } } IL_008e: { List_1_t3172792085 * L_30 = __this->get_m_addData_11(); int32_t L_31 = V_3; IdolLevelCount_t694126592 * L_32 = V_6; NullCheck(L_32); int32_t L_33 = L_32->get_m_AbilityLevel_1(); IdolLevelCount_t694126592 * L_34 = V_6; NullCheck(L_34); int32_t L_35 = L_34->get_m_AbilityValue_2(); int32_t L_36 = V_4; AddIdolData_t1700717343 * L_37 = (AddIdolData_t1700717343 *)il2cpp_codegen_object_new(AddIdolData_t1700717343_il2cpp_TypeInfo_var); AddIdolData__ctor_m3926874367(L_37, L_31, L_33, L_35, L_36, /*hidden argument*/NULL); NullCheck(L_30); List_1_Add_m2558516420(L_30, L_37, /*hidden argument*/List_1_Add_m2558516420_RuntimeMethod_var); } IL_00af: { IdolLevelCount_t694126592 * L_38 = V_6; if (!L_38) { goto IL_00d0; } } { IdolLevelCount_t694126592 * L_39 = V_6; int32_t L_40 = V_3; NullCheck(L_39); L_39->set_m_AbilityIndex_0(L_40); IdolLevelCount_t694126592 * L_41 = V_6; int32_t L_42 = V_4; NullCheck(L_41); L_41->set_m_AbilityValue_2(L_42); IdolLevelCount_t694126592 * L_43 = V_6; int32_t L_44 = V_5; NullCheck(L_43); L_43->set_m_AbilityLevel_1(L_44); } IL_00d0: { int32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00d4: { int32_t L_46 = V_2; int32_t L_47 = V_1; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_48 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_48); CWndController_ShowUI_m3552255067(L_48, ((int32_t)189), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolAbilityManager::RequsetIdolAbilityRewardData(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_RequsetIdolAbilityRewardData_m2751791911 (CIdolAbilityManager_t240297659 * __this, int32_t ___abilityIdx0, int32_t ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_RequsetIdolAbilityRewardData_m2751791911_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1540), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___abilityIdx0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___level1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolAbilityManager::RequsetIdolData(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_RequsetIdolData_m966410295 (CIdolAbilityManager_t240297659 * __this, int64_t ___userid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_RequsetIdolData_m966410295_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1541), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___userid0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // DMCore.Logic.IdolPlayerData DMCore.Logic.CIdolAbilityManager::GetIdolPlayerData() extern "C" IL2CPP_METHOD_ATTR IdolPlayerData_t1126670343 * CIdolAbilityManager_GetIdolPlayerData_m1544576355 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { { IdolPlayerData_t1126670343 * L_0 = __this->get_m_IdolPlayerData_7(); return L_0; } } // System.Int32 DMCore.Logic.CIdolAbilityManager::GetIdollevelcount() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolAbilityManager_GetIdollevelcount_m3024655589 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_GetIdollevelcount_m3024655589_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1519036347 * L_0 = __this->get_m_AbilityLevelCount_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1309486996(L_0, /*hidden argument*/List_1_get_Count_m1309486996_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CIdolAbilityManager::GetRewardCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolAbilityManager_GetRewardCount_m1894731430 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_GetRewardCount_m1894731430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t779509957 * L_0 = __this->get_m_RewardCount_4(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m311628631(L_0, /*hidden argument*/List_1_get_Count_m311628631_RuntimeMethod_var); return L_1; } } // DMCore.Logic.AbilityLevelCount DMCore.Logic.CIdolAbilityManager::GetaBilityLevelData(System.Int32) extern "C" IL2CPP_METHOD_ATTR AbilityLevelCount_t46961605 * CIdolAbilityManager_GetaBilityLevelData_m1431884436 (CIdolAbilityManager_t240297659 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_GetaBilityLevelData_m1431884436_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = CIdolAbilityManager_GetIdollevelcount_m3024655589(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (AbilityLevelCount_t46961605 *)NULL; } IL_0015: { List_1_t1519036347 * L_3 = __this->get_m_AbilityLevelCount_3(); int32_t L_4 = ___index0; NullCheck(L_3); AbilityLevelCount_t46961605 * L_5 = List_1_get_Item_m1020503464(L_3, L_4, /*hidden argument*/List_1_get_Item_m1020503464_RuntimeMethod_var); return L_5; } } // System.Int32 DMCore.Logic.CIdolAbilityManager::get_SelectedType() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolAbilityManager_get_SelectedType_m1870412511 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_selectedType_1(); return L_0; } } // System.Void DMCore.Logic.CIdolAbilityManager::set_SelectedType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_set_SelectedType_m185749655 (CIdolAbilityManager_t240297659 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_selectedType_1(L_0); return; } } // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::RequestIdolConfigDataByLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t1519036347 * CIdolAbilityManager_RequestIdolConfigDataByLevel_m626573417 (CIdolAbilityManager_t240297659 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_RequestIdolConfigDataByLevel_m626573417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t407749678 * L_0 = __this->get_m_IdolAbilityConfigData_5(); int32_t L_1 = ___level0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m1920278482(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m1920278482_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t407749678 * L_3 = __this->get_m_IdolAbilityConfigData_5(); int32_t L_4 = ___level0; NullCheck(L_3); List_1_t1519036347 * L_5 = Dictionary_2_get_Item_m3685758788(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3685758788_RuntimeMethod_var); return L_5; } IL_001e: { return (List_1_t1519036347 *)NULL; } } // DMCore.Logic.IdolLevelCount DMCore.Logic.CIdolAbilityManager::GetIdolPlayerDataByLevel(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR IdolLevelCount_t694126592 * CIdolAbilityManager_GetIdolPlayerDataByLevel_m1771549469 (CIdolAbilityManager_t240297659 * __this, int64_t ___userid0, int32_t ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_GetIdolPlayerDataByLevel_m1771549469_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2166201334 * V_0 = NULL; { int64_t L_0 = ___userid0; List_1_t2166201334 * L_1 = CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; List_1_t2166201334 * L_2 = V_0; if (!L_2) { goto IL_0022; } } { List_1_t2166201334 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1746374537(L_3, /*hidden argument*/List_1_get_Count_m1746374537_RuntimeMethod_var); int32_t L_5 = ___level1; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0022; } } { List_1_t2166201334 * L_6 = V_0; int32_t L_7 = ___level1; NullCheck(L_6); IdolLevelCount_t694126592 * L_8 = List_1_get_Item_m1216061873(L_6, L_7, /*hidden argument*/List_1_get_Item_m1216061873_RuntimeMethod_var); return L_8; } IL_0022: { return (IdolLevelCount_t694126592 *)NULL; } } // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::GetIdolPlayDataByUserid(System.Int64) extern "C" IL2CPP_METHOD_ATTR List_1_t2166201334 * CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740 (CIdolAbilityManager_t240297659 * __this, int64_t ___userid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2166201334 * V_0 = NULL; { V_0 = (List_1_t2166201334 *)NULL; Dictionary_2_t3228841118 * L_0 = __this->get_m_IdolAbilityPlayerData_9(); int64_t L_1 = ___userid0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m631912570(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m631912570_RuntimeMethod_var); if (L_2) { goto IL_0028; } } { List_1_t2166201334 * L_3 = (List_1_t2166201334 *)il2cpp_codegen_object_new(List_1_t2166201334_il2cpp_TypeInfo_var); List_1__ctor_m1786238096(L_3, /*hidden argument*/List_1__ctor_m1786238096_RuntimeMethod_var); V_0 = L_3; Dictionary_2_t3228841118 * L_4 = __this->get_m_IdolAbilityPlayerData_9(); int64_t L_5 = ___userid0; List_1_t2166201334 * L_6 = V_0; NullCheck(L_4); Dictionary_2_Add_m3637447399(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_Add_m3637447399_RuntimeMethod_var); } IL_0028: { List_1_t2166201334 * L_7 = V_0; return L_7; } } // DMCore.Logic.IdolData DMCore.Logic.CIdolAbilityManager::RequestIdolDataByLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR IdolData_t118514082 * CIdolAbilityManager_RequestIdolDataByLevel_m2274152550 (CIdolAbilityManager_t240297659 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_RequestIdolDataByLevel_m2274152550_MetadataUsageId); s_Il2CppMethodInitialized = true; } IdolData_t118514082 * V_0 = NULL; { V_0 = (IdolData_t118514082 *)NULL; int32_t L_0 = ___level0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0018; } } { Dictionary_2_t3302194709 * L_1 = __this->get_m_IdolData_6(); int32_t L_2 = ___level0; NullCheck(L_1); Dictionary_2_TryGetValue_m28131773(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m28131773_RuntimeMethod_var); } IL_0018: { IdolData_t118514082 * L_3 = V_0; return L_3; } } // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::RequestRewardByLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CIdolAbilityManager_RequestRewardByLevel_m3117373899 (CIdolAbilityManager_t240297659 * __this, int32_t ___abilityIdx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_RequestRewardByLevel_m3117373899_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; { V_0 = (List_1_t128053199 *)NULL; int32_t L_0 = ___abilityIdx0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { Dictionary_2_t3311733826 * L_1 = __this->get_m_data_10(); int32_t L_2 = ___abilityIdx0; NullCheck(L_1); Dictionary_2_TryGetValue_m2915120228(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2915120228_RuntimeMethod_var); } IL_0018: { List_1_t128053199 * L_3 = V_0; return L_3; } } // System.Boolean DMCore.Logic.CIdolAbilityManager::CheckHiddleStory(System.String[]) extern "C" IL2CPP_METHOD_ATTR bool CIdolAbilityManager_CheckHiddleStory_m3075902392 (CIdolAbilityManager_t240297659 * __this, StringU5BU5D_t1281789340* ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_CheckHiddleStory_m3075902392_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2166201334 * V_0 = NULL; int32_t V_1 = 0; { StringU5BU5D_t1281789340* L_0 = ___attribute0; if (!L_0) { goto IL_000f; } } { StringU5BU5D_t1281789340* L_1 = ___attribute0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((int32_t)5))) { goto IL_0011; } } IL_000f: { return (bool)0; } IL_0011: { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); List_1_t2166201334 * L_4 = CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; goto IL_0048; } IL_0029: { List_1_t2166201334 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); IdolLevelCount_t694126592 * L_7 = List_1_get_Item_m1216061873(L_5, L_6, /*hidden argument*/List_1_get_Item_m1216061873_RuntimeMethod_var); NullCheck(L_7); int32_t L_8 = L_7->get_m_AbilityLevel_1(); StringU5BU5D_t1281789340* L_9 = ___attribute0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); int32_t L_13 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_13))) { goto IL_0044; } } { return (bool)0; } IL_0044: { 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; StringU5BU5D_t1281789340* L_16 = ___attribute0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0029; } } { return (bool)1; } } // DMCore.Logic.AddIdolData DMCore.Logic.CIdolAbilityManager::GetHeadData() extern "C" IL2CPP_METHOD_ATTR AddIdolData_t1700717343 * CIdolAbilityManager_GetHeadData_m730884110 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_GetHeadData_m730884110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Queue_1_t1546976837 * L_0 = __this->get_m_queAddData_12(); NullCheck(L_0); int32_t L_1 = Queue_1_get_Count_m513134413(L_0, /*hidden argument*/Queue_1_get_Count_m513134413_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (AddIdolData_t1700717343 *)NULL; } IL_0012: { Queue_1_t1546976837 * L_2 = __this->get_m_queAddData_12(); NullCheck(L_2); AddIdolData_t1700717343 * L_3 = Queue_1_Dequeue_m3839439931(L_2, /*hidden argument*/Queue_1_Dequeue_m3839439931_RuntimeMethod_var); return L_3; } } // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::GetListData() extern "C" IL2CPP_METHOD_ATTR List_1_t3172792085 * CIdolAbilityManager_GetListData_m631630213 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { { List_1_t3172792085 * L_0 = __this->get_m_addData_11(); return L_0; } } // System.Boolean DMCore.Logic.CIdolAbilityManager::get_Bchange() extern "C" IL2CPP_METHOD_ATTR bool CIdolAbilityManager_get_Bchange_m4254317085 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsGetReward_14(); return L_0; } } // System.Void DMCore.Logic.CIdolAbilityManager::set_Bchange(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_set_Bchange_m3764028213 (CIdolAbilityManager_t240297659 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsGetReward_14(L_0); return; } } // System.Void DMCore.Logic.CIdolAbilityManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CIdolAbilityManager_Clear_m3841848105 (CIdolAbilityManager_t240297659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_Clear_m3841848105_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3172792085 * L_0 = __this->get_m_addData_11(); NullCheck(L_0); List_1_Clear_m2952774061(L_0, /*hidden argument*/List_1_Clear_m2952774061_RuntimeMethod_var); Queue_1_t1546976837 * L_1 = __this->get_m_queAddData_12(); NullCheck(L_1); Queue_1_Clear_m3389144221(L_1, /*hidden argument*/Queue_1_Clear_m3389144221_RuntimeMethod_var); return; } } // System.Int32[] DMCore.Logic.CIdolAbilityManager::PassIdolInterface(System.Int32) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* CIdolAbilityManager_PassIdolInterface_m4236160357 (CIdolAbilityManager_t240297659 * __this, int32_t ___idx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolAbilityManager_PassIdolInterface_m4236160357_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; List_1_t2166201334 * V_1 = NULL; List_1_t1519036347 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Int32U5BU5D_t385246372* V_8 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); V_0 = L_1; CIdolAbilityManager_t240297659 * L_2 = CIdolAbilityManager_GetInstance_m1281884404(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = V_0; NullCheck(L_2); List_1_t2166201334 * L_4 = CIdolAbilityManager_GetIdolPlayDataByUserid_m4095512740(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; CIdolAbilityManager_t240297659 * L_5 = CIdolAbilityManager_GetInstance_m1281884404(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = ___idx0; NullCheck(L_5); List_1_t1519036347 * L_7 = CIdolAbilityManager_RequestIdolConfigDataByLevel_m626573417(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; List_1_t2166201334 * L_8 = V_1; int32_t L_9 = ___idx0; NullCheck(L_8); IdolLevelCount_t694126592 * L_10 = List_1_get_Item_m1216061873(L_8, L_9, /*hidden argument*/List_1_get_Item_m1216061873_RuntimeMethod_var); NullCheck(L_10); int32_t L_11 = L_10->get_m_AbilityValue_2(); V_3 = L_11; List_1_t2166201334 * L_12 = V_1; int32_t L_13 = ___idx0; NullCheck(L_12); IdolLevelCount_t694126592 * L_14 = List_1_get_Item_m1216061873(L_12, L_13, /*hidden argument*/List_1_get_Item_m1216061873_RuntimeMethod_var); NullCheck(L_14); int32_t L_15 = L_14->get_m_AbilityLevel_1(); V_4 = L_15; List_1_t1519036347 * L_16 = V_2; int32_t L_17 = V_4; NullCheck(L_16); AbilityLevelCount_t46961605 * L_18 = List_1_get_Item_m1020503464(L_16, L_17, /*hidden argument*/List_1_get_Item_m1020503464_RuntimeMethod_var); NullCheck(L_18); int32_t L_19 = L_18->get_m_levelUpExp_1(); V_5 = L_19; int32_t L_20 = V_4; if (!L_20) { goto IL_005d; } } { int32_t L_21 = V_4; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)100))))) { goto IL_0062; } } IL_005d: { goto IL_007f; } IL_0062: { List_1_t1519036347 * L_22 = V_2; int32_t L_23 = V_4; NullCheck(L_22); AbilityLevelCount_t46961605 * L_24 = List_1_get_Item_m1020503464(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/List_1_get_Item_m1020503464_RuntimeMethod_var); NullCheck(L_24); int32_t L_25 = L_24->get_m_levelUpExp_1(); V_6 = L_25; int32_t L_26 = V_3; int32_t L_27 = V_6; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)); int32_t L_28 = V_5; int32_t L_29 = V_6; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)); } IL_007f: { List_1_t1519036347 * L_30 = V_2; List_1_t1519036347 * L_31 = V_2; NullCheck(L_31); int32_t L_32 = List_1_get_Count_m1309486996(L_31, /*hidden argument*/List_1_get_Count_m1309486996_RuntimeMethod_var); NullCheck(L_30); AbilityLevelCount_t46961605 * L_33 = List_1_get_Item_m1020503464(L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)2)), /*hidden argument*/List_1_get_Item_m1020503464_RuntimeMethod_var); NullCheck(L_33); int32_t L_34 = L_33->get_m_levelUpExp_1(); V_7 = L_34; Int32U5BU5D_t385246372* L_35 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_36 = V_4; NullCheck(L_35); (L_35)->SetAt(static_cast(0), (int32_t)L_36); Int32U5BU5D_t385246372* L_37 = L_35; int32_t L_38 = V_3; NullCheck(L_37); (L_37)->SetAt(static_cast(1), (int32_t)L_38); Int32U5BU5D_t385246372* L_39 = L_37; int32_t L_40 = V_5; NullCheck(L_39); (L_39)->SetAt(static_cast(2), (int32_t)L_40); Int32U5BU5D_t385246372* L_41 = L_39; int32_t L_42 = V_7; NullCheck(L_41); (L_41)->SetAt(static_cast(3), (int32_t)L_42); V_8 = L_41; Int32U5BU5D_t385246372* L_43 = V_8; return L_43; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolCardConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolCardConfig__ctor_m4050281595 (CIdolCardConfig_t2073998303 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig__ctor_m4050281595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t3121698093 * L_0 = (Dictionary_2_t3121698093 *)il2cpp_codegen_object_new(Dictionary_2_t3121698093_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3135327406(L_0, /*hidden argument*/Dictionary_2__ctor_m3135327406_RuntimeMethod_var); __this->set_m_dic_2(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral2153056937, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CIdolCardConfig DMCore.Logic.CIdolCardConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolCardConfig_t2073998303 * CIdolCardConfig_GetInstance_m1852552424 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_GetInstance_m1852552424_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_0 = ((CIdolCardConfig_t2073998303_StaticFields*)il2cpp_codegen_static_fields_for(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (L_0) { goto IL_0014; } } { CIdolCardConfig_t2073998303 * L_1 = (CIdolCardConfig_t2073998303 *)il2cpp_codegen_object_new(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig__ctor_m4050281595(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); ((CIdolCardConfig_t2073998303_StaticFields*)il2cpp_codegen_static_fields_for(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var))->set_s_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_2 = ((CIdolCardConfig_t2073998303_StaticFields*)il2cpp_codegen_static_fields_for(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_2; } } // System.Int32 DMCore.Logic.CIdolCardConfig::get_Total() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig_get_Total_m574006828 (CIdolCardConfig_t2073998303 * __this, const RuntimeMethod* method) { CardGroup_t4232984762 * V_0 = NULL; { Dictionary_2_t3121698093 * L_0 = __this->get_m_dic_2(); if (!L_0) { goto IL_0022; } } { CardGroup_t4232984762 * L_1 = CIdolCardConfig_FindGroup_m3245603573(__this, 0, /*hidden argument*/NULL); V_0 = L_1; CardGroup_t4232984762 * L_2 = V_0; if (!L_2) { goto IL_0020; } } { CardGroup_t4232984762 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CardGroup_GetCount_m1382592804(L_3, /*hidden argument*/NULL); return L_4; } IL_0020: { return 0; } IL_0022: { return 0; } } // System.Void DMCore.Logic.CIdolCardConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void CIdolCardConfig_Clear_m566881461 (CIdolCardConfig_t2073998303 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_Clear_m566881461_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t780913572 V_0; memset(&V_0, 0, sizeof(V_0)); CardGroup_t4232984762 * V_1 = NULL; KeyValuePair_2_t1224402964 V_2; memset(&V_2, 0, sizeof(V_2)); { Dictionary_2_t3121698093 * L_0 = __this->get_m_dic_2(); if (!L_0) { goto IL_0049; } } { Dictionary_2_t3121698093 * L_1 = __this->get_m_dic_2(); NullCheck(L_1); Enumerator_t780913572 L_2 = Dictionary_2_GetEnumerator_m2279522587(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m2279522587_RuntimeMethod_var); V_0 = L_2; goto IL_0032; } IL_001c: { KeyValuePair_2_t1224402964 L_3 = Enumerator_get_Current_m1538346400((&V_0), /*hidden argument*/Enumerator_get_Current_m1538346400_RuntimeMethod_var); V_2 = L_3; CardGroup_t4232984762 * L_4 = KeyValuePair_2_get_Value_m2500797748((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2500797748_RuntimeMethod_var); V_1 = L_4; CardGroup_t4232984762 * L_5 = V_1; NullCheck(L_5); CardGroup_Clear_m1580425339(L_5, /*hidden argument*/NULL); } IL_0032: { bool L_6 = Enumerator_MoveNext_m1157086815((&V_0), /*hidden argument*/Enumerator_MoveNext_m1157086815_RuntimeMethod_var); if (L_6) { goto IL_001c; } } { Dictionary_2_t3121698093 * L_7 = __this->get_m_dic_2(); NullCheck(L_7); Dictionary_2_Clear_m4000261656(L_7, /*hidden argument*/Dictionary_2_Clear_m4000261656_RuntimeMethod_var); } IL_0049: { return; } } // System.Boolean DMCore.Logic.CIdolCardConfig::OnLoad(System.Xml.XmlElement,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CIdolCardConfig_OnLoad_m976000191 (CIdolCardConfig_t2073998303 * __this, XmlElement_t561603118 * ___rootNode0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_OnLoad_m976000191_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; CardUnit_t3010225743 * V_5 = NULL; XmlElement_t561603118 * V_6 = NULL; String_t* V_7 = NULL; bool V_8 = false; StringU5BU5D_t1281789340* V_9 = NULL; Exception_t * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B11_0 = 0; { XmlElement_t561603118 * L_0 = ___rootNode0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: try { // begin try (depth: 1) { XmlElement_t561603118 * L_1 = ___rootNode0; NullCheck(L_1); XmlNodeList_t2551693786 * L_2 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_1); V_0 = L_2; XmlNodeList_t2551693786 * L_3 = V_0; if (L_3) { goto IL_001c; } } IL_0015: { V_1 = (bool)0; goto IL_0226; } IL_001c: { V_2 = 0; goto IL_01f9; } IL_0023: { XmlNodeList_t2551693786 * L_4 = V_0; int32_t L_5 = V_2; NullCheck(L_4); XmlNode_t3767805227 * L_6 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_4, L_5); NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_3 = L_7; XmlNodeList_t2551693786 * L_8 = V_3; if (L_8) { goto IL_003d; } } IL_0036: { V_1 = (bool)0; goto IL_0226; } IL_003d: { V_4 = 0; goto IL_01e8; } IL_0045: { CardUnit_t3010225743 * L_9 = (CardUnit_t3010225743 *)il2cpp_codegen_object_new(CardUnit_t3010225743_il2cpp_TypeInfo_var); CardUnit__ctor_m349159035(L_9, /*hidden argument*/NULL); V_5 = L_9; XmlNodeList_t2551693786 * L_10 = V_3; int32_t L_11 = V_4; NullCheck(L_10); XmlNode_t3767805227 * L_12 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_10, L_11); V_6 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_12, XmlElement_t561603118_il2cpp_TypeInfo_var)); CardUnit_t3010225743 * L_13 = V_5; XmlElement_t561603118 * L_14 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_15 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_14, _stringLiteral3456546791, 0, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_cardID_0(L_15); CardUnit_t3010225743 * L_16 = V_5; XmlElement_t561603118 * L_17 = V_6; int32_t L_18 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_17, _stringLiteral3243520198, 0, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_cardType_1(L_18); CardUnit_t3010225743 * L_19 = V_5; XmlElement_t561603118 * L_20 = V_6; int32_t L_21 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_20, _stringLiteral3873894162, 0, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_level_6(L_21); CardUnit_t3010225743 * L_22 = V_5; XmlElement_t561603118 * L_23 = V_6; int32_t L_24 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_23, _stringLiteral3502151256, 0, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_time_7(L_24); CardUnit_t3010225743 * L_25 = V_5; XmlElement_t561603118 * L_26 = V_6; int32_t L_27 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_26, _stringLiteral2237925608, 0, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_dancing_8(L_27); CardUnit_t3010225743 * L_28 = V_5; XmlElement_t561603118 * L_29 = V_6; int32_t L_30 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_29, _stringLiteral3883940818, 0, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_fashion_9(L_30); CardUnit_t3010225743 * L_31 = V_5; XmlElement_t561603118 * L_32 = V_6; int32_t L_33 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_32, _stringLiteral639120705, 0, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_affinity_10(L_33); CardUnit_t3010225743 * L_34 = V_5; XmlElement_t561603118 * L_35 = V_6; int32_t L_36 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_35, _stringLiteral1565631925, 0, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_popularity_11(L_36); CardUnit_t3010225743 * L_37 = V_5; XmlElement_t561603118 * L_38 = V_6; int32_t L_39 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_38, _stringLiteral1591705028, 0, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_dedicated_12(L_39); CardUnit_t3010225743 * L_40 = V_5; XmlElement_t561603118 * L_41 = V_6; int32_t L_42 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_41, _stringLiteral2236023692, 0, /*hidden argument*/NULL); NullCheck(L_40); L_40->set_fatigue_13(L_42); CardUnit_t3010225743 * L_43 = V_5; XmlElement_t561603118 * L_44 = V_6; int32_t L_45 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_44, _stringLiteral1512031223, 0, /*hidden argument*/NULL); NullCheck(L_43); L_43->set_score_14(L_45); CardUnit_t3010225743 * L_46 = V_5; XmlElement_t561603118 * L_47 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_49 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_47, _stringLiteral62725275, L_48, /*hidden argument*/NULL); NullCheck(L_46); L_46->set_cardName_2(L_49); CardUnit_t3010225743 * L_50 = V_5; XmlElement_t561603118 * L_51 = V_6; String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_53 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_51, _stringLiteral3220737671, L_52, /*hidden argument*/NULL); NullCheck(L_50); L_50->set_cardDesc_3(L_53); XmlElement_t561603118 * L_54 = V_6; String_t* L_55 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_56 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_54, _stringLiteral2596967731, L_55, /*hidden argument*/NULL); V_7 = L_56; String_t* L_57 = V_7; NullCheck(L_57); int32_t L_58 = String_IndexOf_m363431711(L_57, ((int32_t)44), /*hidden argument*/NULL); if ((!(((uint32_t)L_58) == ((uint32_t)(-1))))) { goto IL_018f; } } IL_0189: { G_B11_0 = 0; goto IL_0190; } IL_018f: { G_B11_0 = 1; } IL_0190: { V_8 = (bool)G_B11_0; bool L_59 = V_8; if (!L_59) { goto IL_01c8; } } IL_0199: { String_t* L_60 = V_7; CharU5BU5D_t3528271667* L_61 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_61); (L_61)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_60); StringU5BU5D_t1281789340* L_62 = String_Split_m3646115398(L_60, L_61, /*hidden argument*/NULL); V_9 = L_62; CardUnit_t3010225743 * L_63 = V_5; StringU5BU5D_t1281789340* L_64 = V_9; NullCheck(L_64); int32_t L_65 = 0; String_t* L_66 = (L_64)->GetAt(static_cast(L_65)); NullCheck(L_63); L_63->set_completePath_5(L_66); CardUnit_t3010225743 * L_67 = V_5; StringU5BU5D_t1281789340* L_68 = V_9; NullCheck(L_68); int32_t L_69 = 1; String_t* L_70 = (L_68)->GetAt(static_cast(L_69)); NullCheck(L_67); L_67->set_thumbnailPath_4(L_70); goto IL_01da; } IL_01c8: { CardUnit_t3010225743 * L_71 = V_5; String_t* L_72 = V_7; NullCheck(L_71); L_71->set_completePath_5(L_72); CardUnit_t3010225743 * L_73 = V_5; String_t* L_74 = V_7; NullCheck(L_73); L_73->set_thumbnailPath_4(L_74); } IL_01da: { CardUnit_t3010225743 * L_75 = V_5; CIdolCardConfig_Append_m1805783442(__this, L_75, /*hidden argument*/NULL); int32_t L_76 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_01e8: { int32_t L_77 = V_4; XmlNodeList_t2551693786 * L_78 = V_3; NullCheck(L_78); int32_t L_79 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_78); if ((((int32_t)L_77) < ((int32_t)L_79))) { goto IL_0045; } } IL_01f5: { int32_t L_80 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); } IL_01f9: { int32_t L_81 = V_2; XmlNodeList_t2551693786 * L_82 = V_0; NullCheck(L_82); int32_t L_83 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_82); if ((((int32_t)L_81) < ((int32_t)L_83))) { goto IL_0023; } } IL_0205: { V_1 = (bool)1; goto IL_0226; } } // 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_020c; throw e; } CATCH_020c: { // begin catch(System.Exception) V_10 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_84 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_85 = V_10; NullCheck(L_85); String_t* L_86 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_85); NullCheck(L_84); CLogHelp_LogFile_m4227814860(L_84, L_86, /*hidden argument*/NULL); goto IL_0224; } // end catch (depth: 1) IL_0224: { return (bool)0; } IL_0226: { bool L_87 = V_1; return L_87; } } // System.Void DMCore.Logic.CIdolCardConfig::Append(DMCore.Logic.CardUnit) extern "C" IL2CPP_METHOD_ATTR void CIdolCardConfig_Append_m1805783442 (CIdolCardConfig_t2073998303 * __this, CardUnit_t3010225743 * ____unit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_Append_m1805783442_MetadataUsageId); s_Il2CppMethodInitialized = true; } CardGroup_t4232984762 * V_0 = NULL; CardGroup_t4232984762 * V_1 = NULL; { CardUnit_t3010225743 * L_0 = ____unit0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { V_0 = (CardGroup_t4232984762 *)NULL; Dictionary_2_t3121698093 * L_1 = __this->get_m_dic_2(); NullCheck(L_1); bool L_2 = Dictionary_2_TryGetValue_m2423007784(L_1, 0, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2423007784_RuntimeMethod_var); if (!L_2) { goto IL_0028; } } { CardGroup_t4232984762 * L_3 = V_0; CardUnit_t3010225743 * L_4 = ____unit0; NullCheck(L_3); CardGroup_Append_m2343646743(L_3, L_4, /*hidden argument*/NULL); goto IL_0042; } IL_0028: { CardGroup_t4232984762 * L_5 = (CardGroup_t4232984762 *)il2cpp_codegen_object_new(CardGroup_t4232984762_il2cpp_TypeInfo_var); CardGroup__ctor_m1561219395(L_5, /*hidden argument*/NULL); V_0 = L_5; CardGroup_t4232984762 * L_6 = V_0; CardUnit_t3010225743 * L_7 = ____unit0; NullCheck(L_6); CardGroup_Append_m2343646743(L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t3121698093 * L_8 = __this->get_m_dic_2(); CardGroup_t4232984762 * L_9 = V_0; NullCheck(L_8); Dictionary_2_set_Item_m890485691(L_8, 0, L_9, /*hidden argument*/Dictionary_2_set_Item_m890485691_RuntimeMethod_var); } IL_0042: { V_1 = (CardGroup_t4232984762 *)NULL; Dictionary_2_t3121698093 * L_10 = __this->get_m_dic_2(); CardUnit_t3010225743 * L_11 = ____unit0; NullCheck(L_11); int32_t L_12 = L_11->get_cardType_1(); NullCheck(L_10); bool L_13 = Dictionary_2_TryGetValue_m2423007784(L_10, L_12, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2423007784_RuntimeMethod_var); if (!L_13) { goto IL_0068; } } { CardGroup_t4232984762 * L_14 = V_1; CardUnit_t3010225743 * L_15 = ____unit0; NullCheck(L_14); CardGroup_Append_m2343646743(L_14, L_15, /*hidden argument*/NULL); goto IL_0087; } IL_0068: { CardGroup_t4232984762 * L_16 = (CardGroup_t4232984762 *)il2cpp_codegen_object_new(CardGroup_t4232984762_il2cpp_TypeInfo_var); CardGroup__ctor_m1561219395(L_16, /*hidden argument*/NULL); V_1 = L_16; CardGroup_t4232984762 * L_17 = V_1; CardUnit_t3010225743 * L_18 = ____unit0; NullCheck(L_17); CardGroup_Append_m2343646743(L_17, L_18, /*hidden argument*/NULL); Dictionary_2_t3121698093 * L_19 = __this->get_m_dic_2(); CardUnit_t3010225743 * L_20 = ____unit0; NullCheck(L_20); int32_t L_21 = L_20->get_cardType_1(); CardGroup_t4232984762 * L_22 = V_1; NullCheck(L_19); Dictionary_2_set_Item_m890485691(L_19, L_21, L_22, /*hidden argument*/Dictionary_2_set_Item_m890485691_RuntimeMethod_var); } IL_0087: { return; } } // System.Int32 DMCore.Logic.CIdolCardConfig::_SortFunc(DMCore.Logic.CardUnit,DMCore.Logic.CardUnit) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig__SortFunc_m96528690 (CIdolCardConfig_t2073998303 * __this, CardUnit_t3010225743 * ____left0, CardUnit_t3010225743 * ____right1, const RuntimeMethod* method) { { CardUnit_t3010225743 * L_0 = ____left0; if (L_0) { goto IL_0010; } } { CardUnit_t3010225743 * L_1 = ____right1; if (L_1) { goto IL_000e; } } { return 0; } IL_000e: { return (-1); } IL_0010: { CardUnit_t3010225743 * L_2 = ____right1; if (L_2) { goto IL_0018; } } { return 1; } IL_0018: { CardUnit_t3010225743 * L_3 = ____left0; NullCheck(L_3); int32_t L_4 = L_3->get_cardID_0(); CardUnit_t3010225743 * L_5 = ____right1; NullCheck(L_5); int32_t L_6 = L_5->get_cardID_0(); if ((((int32_t)L_4) >= ((int32_t)L_6))) { goto IL_002b; } } { return (-1); } IL_002b: { CardUnit_t3010225743 * L_7 = ____left0; NullCheck(L_7); int32_t L_8 = L_7->get_cardID_0(); CardUnit_t3010225743 * L_9 = ____right1; NullCheck(L_9); int32_t L_10 = L_9->get_cardID_0(); if ((((int32_t)L_8) <= ((int32_t)L_10))) { goto IL_003e; } } { return 1; } IL_003e: { return 0; } } // System.Void DMCore.Logic.CIdolCardConfig::SetUnlock(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolCardConfig_SetUnlock_m3186812352 (CIdolCardConfig_t2073998303 * __this, int32_t ____id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_SetUnlock_m3186812352_MetadataUsageId); s_Il2CppMethodInitialized = true; } CardGroup_t4232984762 * V_0 = NULL; { int32_t L_0 = ____id0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0008; } } { return; } IL_0008: { Dictionary_2_t3121698093 * L_1 = __this->get_m_dic_2(); NullCheck(L_1); CardGroup_t4232984762 * L_2 = Dictionary_2_get_Item_m3961015479(L_1, 0, /*hidden argument*/Dictionary_2_get_Item_m3961015479_RuntimeMethod_var); V_0 = L_2; CardGroup_t4232984762 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { CardGroup_t4232984762 * L_4 = V_0; int32_t L_5 = ____id0; NullCheck(L_4); CardGroup_ChangeLockState_m3686901580(L_4, L_5, /*hidden argument*/NULL); } IL_0022: { return; } } // System.String DMCore.Logic.CIdolCardConfig::GetPathByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CIdolCardConfig_GetPathByID_m1914345779 (CIdolCardConfig_t2073998303 * __this, int32_t ____id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_GetPathByID_m1914345779_MetadataUsageId); s_Il2CppMethodInitialized = true; } CardUnit_t3010225743 * V_0 = NULL; { int32_t L_0 = ____id0; CardUnit_t3010225743 * L_1 = CIdolCardConfig_FindItemByID_m264312473(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CardUnit_t3010225743 * L_2 = V_0; if (L_2) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_0014: { CardUnit_t3010225743 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_thumbnailPath_4(); return L_5; } } // DMCore.Logic.CardGroup DMCore.Logic.CIdolCardConfig::FindGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardGroup_t4232984762 * CIdolCardConfig_FindGroup_m3245603573 (CIdolCardConfig_t2073998303 * __this, int32_t ____type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_FindGroup_m3245603573_MetadataUsageId); s_Il2CppMethodInitialized = true; } CardGroup_t4232984762 * V_0 = NULL; { V_0 = (CardGroup_t4232984762 *)NULL; Dictionary_2_t3121698093 * L_0 = __this->get_m_dic_2(); int32_t L_1 = ____type0; NullCheck(L_0); Dictionary_2_TryGetValue_m2423007784(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2423007784_RuntimeMethod_var); CardGroup_t4232984762 * L_2 = V_0; return L_2; } } // DMCore.Logic.CardUnit DMCore.Logic.CIdolCardConfig::FindItemByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardUnit_t3010225743 * CIdolCardConfig_FindItemByID_m264312473 (CIdolCardConfig_t2073998303 * __this, int32_t ____id0, const RuntimeMethod* method) { CardUnit_t3010225743 * V_0 = NULL; CardGroup_t4232984762 * V_1 = NULL; { V_0 = (CardUnit_t3010225743 *)NULL; int32_t L_0 = ____id0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { CardUnit_t3010225743 * L_1 = V_0; return L_1; } IL_000b: { CardGroup_t4232984762 * L_2 = CIdolCardConfig_FindGroup_m3245603573(__this, 0, /*hidden argument*/NULL); V_1 = L_2; CardGroup_t4232984762 * L_3 = V_1; if (!L_3) { goto IL_0021; } } { CardGroup_t4232984762 * L_4 = V_1; int32_t L_5 = ____id0; NullCheck(L_4); CardUnit_t3010225743 * L_6 = CardGroup_GetCardUnitByID_m2998769139(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0021: { CardUnit_t3010225743 * L_7 = V_0; return L_7; } } // System.Collections.Generic.List`1 DMCore.Logic.CIdolCardConfig::FindList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t187333189 * CIdolCardConfig_FindList_m3625771551 (CIdolCardConfig_t2073998303 * __this, int32_t ____type0, int32_t ____level1, const RuntimeMethod* method) { CardGroup_t4232984762 * V_0 = NULL; { int32_t L_0 = ____type0; CardGroup_t4232984762 * L_1 = CIdolCardConfig_FindGroup_m3245603573(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CardGroup_t4232984762 * L_2 = V_0; if (!L_2) { goto IL_0016; } } { CardGroup_t4232984762 * L_3 = V_0; int32_t L_4 = ____level1; NullCheck(L_3); List_1_t187333189 * L_5 = CardGroup_FindList_m1007462977(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0016: { return (List_1_t187333189 *)NULL; } } // System.Boolean DMCore.Logic.CIdolCardConfig::IsLock(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CIdolCardConfig_IsLock_m2761243805 (CIdolCardConfig_t2073998303 * __this, int32_t ____id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_IsLock_m2761243805_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CIsLockU3Ec__AnonStorey0_t453125300 * V_0 = NULL; bool V_1 = false; CardGroup_t4232984762 * V_2 = NULL; List_1_t187333189 * V_3 = NULL; CardUnit_t3010225743 * V_4 = NULL; int32_t G_B5_0 = 0; { U3CIsLockU3Ec__AnonStorey0_t453125300 * L_0 = (U3CIsLockU3Ec__AnonStorey0_t453125300 *)il2cpp_codegen_object_new(U3CIsLockU3Ec__AnonStorey0_t453125300_il2cpp_TypeInfo_var); U3CIsLockU3Ec__AnonStorey0__ctor_m3960730256(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CIsLockU3Ec__AnonStorey0_t453125300 * L_1 = V_0; int32_t L_2 = ____id0; NullCheck(L_1); L_1->set__id_0(L_2); V_1 = (bool)1; CardGroup_t4232984762 * L_3 = CIdolCardConfig_FindGroup_m3245603573(__this, 0, /*hidden argument*/NULL); V_2 = L_3; CardGroup_t4232984762 * L_4 = V_2; if (!L_4) { goto IL_0053; } } { CardGroup_t4232984762 * L_5 = V_2; NullCheck(L_5); List_1_t187333189 * L_6 = CardGroup_GetList_m3273899319(L_5, /*hidden argument*/NULL); V_3 = L_6; List_1_t187333189 * L_7 = V_3; U3CIsLockU3Ec__AnonStorey0_t453125300 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CIsLockU3Ec__AnonStorey0_U3CU3Em__0_m81860168_RuntimeMethod_var; Predicate_1_t3835519867 * L_10 = (Predicate_1_t3835519867 *)il2cpp_codegen_object_new(Predicate_1_t3835519867_il2cpp_TypeInfo_var); Predicate_1__ctor_m3999591166(L_10, L_8, L_9, /*hidden argument*/Predicate_1__ctor_m3999591166_RuntimeMethod_var); NullCheck(L_7); CardUnit_t3010225743 * L_11 = List_1_Find_m1312547756(L_7, L_10, /*hidden argument*/List_1_Find_m1312547756_RuntimeMethod_var); V_4 = L_11; CardUnit_t3010225743 * L_12 = V_4; if (!L_12) { goto IL_0053; } } { CardUnit_t3010225743 * L_13 = V_4; NullCheck(L_13); bool L_14 = L_13->get_lockState_15(); if (!L_14) { goto IL_0051; } } { G_B5_0 = 1; goto IL_0052; } IL_0051: { G_B5_0 = 0; } IL_0052: { V_1 = (bool)G_B5_0; } IL_0053: { bool L_15 = V_1; return L_15; } } // System.Int32 DMCore.Logic.CIdolCardConfig::GetCardType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig_GetCardType_m340754727 (CIdolCardConfig_t2073998303 * __this, int32_t ____id0, const RuntimeMethod* method) { CardUnit_t3010225743 * V_0 = NULL; { V_0 = (CardUnit_t3010225743 *)NULL; int32_t L_0 = ____id0; CardUnit_t3010225743 * L_1 = CIdolCardConfig_FindItemByID_m264312473(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CardUnit_t3010225743 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return 0; } IL_0012: { CardUnit_t3010225743 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_cardType_1(); return L_4; } } // DMCore.Logic.CardUnit DMCore.Logic.CIdolCardConfig::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardUnit_t3010225743 * CIdolCardConfig_GetItem_m4147700723 (CIdolCardConfig_t2073998303 * __this, int32_t ____index0, const RuntimeMethod* method) { CardGroup_t4232984762 * V_0 = NULL; { CardGroup_t4232984762 * L_0 = CIdolCardConfig_FindGroup_m3245603573(__this, 0, /*hidden argument*/NULL); V_0 = L_0; CardGroup_t4232984762 * L_1 = V_0; if (!L_1) { goto IL_0016; } } { CardGroup_t4232984762 * L_2 = V_0; int32_t L_3 = ____index0; NullCheck(L_2); CardUnit_t3010225743 * L_4 = CardGroup_GetCardUnit_m1037165375(L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0016: { return (CardUnit_t3010225743 *)NULL; } } // System.Int32 DMCore.Logic.CIdolCardConfig::CalculateGetRate() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig_CalculateGetRate_m488549588 (CIdolCardConfig_t2073998303 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardConfig_CalculateGetRate_m488549588_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CardGroup_t4232984762 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { V_0 = 0; V_1 = 0; CardGroup_t4232984762 * L_0 = CIdolCardConfig_FindGroup_m3245603573(__this, 0, /*hidden argument*/NULL); V_2 = L_0; CardGroup_t4232984762 * L_1 = V_2; if (!L_1) { goto IL_0040; } } { CardGroup_t4232984762 * L_2 = V_2; NullCheck(L_2); int32_t L_3 = CardGroup_GetCount_m1382592804(L_2, /*hidden argument*/NULL); V_1 = L_3; V_3 = 0; goto IL_0039; } IL_0020: { CardGroup_t4232984762 * L_4 = V_2; int32_t L_5 = V_3; NullCheck(L_4); CardUnit_t3010225743 * L_6 = CardGroup_GetCardUnit_m1037165375(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = L_6->get_lockState_15(); if (L_7) { goto IL_0035; } } { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0035: { int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0039: { int32_t L_10 = V_3; int32_t L_11 = V_1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0020; } } IL_0040: { V_4 = 0; int32_t L_12 = V_0; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_006f; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_006f; } } { int32_t L_14 = V_0; int32_t L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_16 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_14))), (float)(1.0f)))/(float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_15))), (float)(1.0f))))), (float)(100.0f))), /*hidden argument*/NULL); V_4 = L_16; } IL_006f: { int32_t L_17 = V_4; return L_17; } } // System.Int32 DMCore.Logic.CIdolCardConfig::GetTotalCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardConfig_GetTotalCount_m1806593993 (CIdolCardConfig_t2073998303 * __this, int32_t ____type0, const RuntimeMethod* method) { CardGroup_t4232984762 * V_0 = NULL; int32_t G_B3_0 = 0; { int32_t L_0 = ____type0; CardGroup_t4232984762 * L_1 = CIdolCardConfig_FindGroup_m3245603573(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CardGroup_t4232984762 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { CardGroup_t4232984762 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CardGroup_GetCount_m1382592804(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { return G_B3_0; } } // System.Void DMCore.Logic.CIdolCardConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIdolCardConfig__cctor_m3574775834 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolCardConfig/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIsLockU3Ec__AnonStorey0__ctor_m3960730256 (U3CIsLockU3Ec__AnonStorey0_t453125300 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CIdolCardConfig/c__AnonStorey0::<>m__0(DMCore.Logic.CardUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CIsLockU3Ec__AnonStorey0_U3CU3Em__0_m81860168 (U3CIsLockU3Ec__AnonStorey0_t453125300 * __this, CardUnit_t3010225743 * ____x0, const RuntimeMethod* method) { { CardUnit_t3010225743 * L_0 = ____x0; NullCheck(L_0); int32_t L_1 = L_0->get_cardID_0(); int32_t L_2 = __this->get__id_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolCardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager__ctor_m3763154780 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager__ctor_m3763154780_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m2098009717(L_0, 5, /*hidden argument*/List_1__ctor_m2098009717_RuntimeMethod_var); __this->set_m_selectLevelList_10(L_0); List_1_t187333189 * L_1 = (List_1_t187333189 *)il2cpp_codegen_object_new(List_1_t187333189_il2cpp_TypeInfo_var); List_1__ctor_m767940873(L_1, /*hidden argument*/List_1__ctor_m767940873_RuntimeMethod_var); __this->set_m_GenerateList_11(L_1); CIdolCardManager_set_IsCheckAll_m4062280204(__this, (bool)1, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_2 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_2, /*hidden argument*/NULL); __this->set_m_bRefresh_12(L_2); IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_GetInstance_m1852552424(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // DMCore.Logic.CIdolCardManager DMCore.Logic.CIdolCardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolCardManager_t1778192884 * CIdolCardManager_GetInstance_m3652076499 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_GetInstance_m3652076499_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_0 = ((CIdolCardManager_t1778192884_StaticFields*)il2cpp_codegen_static_fields_for(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var))->get_s_Instance_8(); if (L_0) { goto IL_0014; } } { CIdolCardManager_t1778192884 * L_1 = (CIdolCardManager_t1778192884 *)il2cpp_codegen_object_new(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager__ctor_m3763154780(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); ((CIdolCardManager_t1778192884_StaticFields*)il2cpp_codegen_static_fields_for(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var))->set_s_Instance_8(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_2 = ((CIdolCardManager_t1778192884_StaticFields*)il2cpp_codegen_static_fields_for(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var))->get_s_Instance_8(); return L_2; } } // System.Boolean DMCore.Logic.CIdolCardManager::ListContains(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CIdolCardManager_ListContains_m4044544999 (CIdolCardManager_t1778192884 * __this, int32_t ____level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_ListContains_m4044544999_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; List_1_t128053199 * L_0 = __this->get_m_selectLevelList_10(); if (!L_0) { goto IL_001a; } } { List_1_t128053199 * L_1 = __this->get_m_selectLevelList_10(); int32_t L_2 = ____level0; NullCheck(L_1); bool L_3 = List_1_Contains_m2263725670(L_1, L_2, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); V_0 = L_3; } IL_001a: { bool L_4 = V_0; return L_4; } } // System.Void DMCore.Logic.CIdolCardManager::AddSelect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_AddSelect_m3016490910 (CIdolCardManager_t1778192884 * __this, int32_t ____level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_AddSelect_m3016490910_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_0 = CIdolCardManager_GetInstance_m3652076499(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ____level0; NullCheck(L_0); bool L_2 = CIdolCardManager_ListContains_m4044544999(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { List_1_t128053199 * L_3 = __this->get_m_selectLevelList_10(); if (!L_3) { goto IL_0027; } } { List_1_t128053199 * L_4 = __this->get_m_selectLevelList_10(); int32_t L_5 = ____level0; NullCheck(L_4); List_1_Add_m697420525(L_4, L_5, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0027: { return; } } // System.Void DMCore.Logic.CIdolCardManager::RemoveSelect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_RemoveSelect_m2539226844 (CIdolCardManager_t1778192884 * __this, int32_t ____level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_RemoveSelect_m2539226844_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_0 = CIdolCardManager_GetInstance_m3652076499(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ____level0; NullCheck(L_0); bool L_2 = CIdolCardManager_ListContains_m4044544999(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { List_1_t128053199 * L_3 = __this->get_m_selectLevelList_10(); int32_t L_4 = ____level0; NullCheck(L_3); List_1_Remove_m3037048099(L_3, L_4, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); } IL_001d: { return; } } // System.Void DMCore.Logic.CIdolCardManager::OnSelectChanged() extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_OnSelectChanged_m3720242481 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_OnSelectChanged_m3720242481_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t187333189 * V_1 = NULL; int32_t V_2 = 0; List_1_t187333189 * V_3 = NULL; { List_1_t187333189 * L_0 = __this->get_m_GenerateList_11(); NullCheck(L_0); List_1_Clear_m1751399545(L_0, /*hidden argument*/List_1_Clear_m1751399545_RuntimeMethod_var); int32_t L_1 = __this->get_m_curSelectType_9(); if (L_1) { goto IL_009d; } } { List_1_t128053199 * L_2 = __this->get_m_selectLevelList_10(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m186164705(L_2, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)0) >= ((int32_t)L_3))) { goto IL_008d; } } { List_1_t128053199 * L_4 = __this->get_m_selectLevelList_10(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m186164705(L_4, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_5) >= ((int32_t)5))) { goto IL_008d; } } { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_6 = CIdolCardManager_GetInstance_m3652076499(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CIdolCardManager_set_IsCheckAll_m4062280204(L_6, (bool)0, /*hidden argument*/NULL); V_0 = 0; goto IL_0077; } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_7 = CIdolCardConfig_GetInstance_m1852552424(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = __this->get_m_curSelectType_9(); List_1_t128053199 * L_9 = __this->get_m_selectLevelList_10(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = List_1_get_Item_m888956288(L_9, L_10, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_7); List_1_t187333189 * L_12 = CIdolCardConfig_FindList_m3625771551(L_7, L_8, L_11, /*hidden argument*/NULL); V_1 = L_12; List_1_t187333189 * L_13 = __this->get_m_GenerateList_11(); List_1_t187333189 * L_14 = V_1; NullCheck(L_13); List_1_AddRange_m2717809413(L_13, L_14, /*hidden argument*/List_1_AddRange_m2717809413_RuntimeMethod_var); int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0077: { int32_t L_16 = V_0; List_1_t128053199 * L_17 = __this->get_m_selectLevelList_10(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m186164705(L_17, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_004a; } } { goto IL_0098; } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_19 = CIdolCardManager_GetInstance_m3652076499(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CIdolCardManager_set_IsCheckAll_m4062280204(L_19, (bool)1, /*hidden argument*/NULL); } IL_0098: { goto IL_00ed; } IL_009d: { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_20 = CIdolCardManager_GetInstance_m3652076499(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CIdolCardManager_set_IsCheckAll_m4062280204(L_20, (bool)0, /*hidden argument*/NULL); V_2 = 0; goto IL_00dc; } IL_00af: { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_21 = CIdolCardConfig_GetInstance_m1852552424(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = __this->get_m_curSelectType_9(); List_1_t128053199 * L_23 = __this->get_m_selectLevelList_10(); int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = List_1_get_Item_m888956288(L_23, L_24, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_21); List_1_t187333189 * L_26 = CIdolCardConfig_FindList_m3625771551(L_21, L_22, L_25, /*hidden argument*/NULL); V_3 = L_26; List_1_t187333189 * L_27 = __this->get_m_GenerateList_11(); List_1_t187333189 * L_28 = V_3; NullCheck(L_27); List_1_AddRange_m2717809413(L_27, L_28, /*hidden argument*/List_1_AddRange_m2717809413_RuntimeMethod_var); int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00dc: { int32_t L_30 = V_2; List_1_t128053199 * L_31 = __this->get_m_selectLevelList_10(); NullCheck(L_31); int32_t L_32 = List_1_get_Count_m186164705(L_31, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_00af; } } IL_00ed: { List_1_t187333189 * L_33 = __this->get_m_GenerateList_11(); intptr_t L_34 = (intptr_t)CIdolCardManager__SortFunc_m4276756650_RuntimeMethod_var; Comparison_1_t2785156922 * L_35 = (Comparison_1_t2785156922 *)il2cpp_codegen_object_new(Comparison_1_t2785156922_il2cpp_TypeInfo_var); Comparison_1__ctor_m3548626891(L_35, __this, L_34, /*hidden argument*/Comparison_1__ctor_m3548626891_RuntimeMethod_var); NullCheck(L_33); List_1_Sort_m1501988722(L_33, L_35, /*hidden argument*/List_1_Sort_m1501988722_RuntimeMethod_var); CDataModelBool_t2269476966 * L_36 = __this->get_m_bRefresh_12(); NullCheck(L_36); CDataModelBool_set_Data_m838892248(L_36, (bool)1, /*hidden argument*/NULL); return; } } // DMCore.Logic.CardUnit DMCore.Logic.CIdolCardManager::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardUnit_t3010225743 * CIdolCardManager_GetItem_m4268582504 (CIdolCardManager_t1778192884 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_GetItem_m4268582504_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ____index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ____index0; List_1_t187333189 * L_2 = __this->get_m_GenerateList_11(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m569361373(L_2, /*hidden argument*/List_1_get_Count_m569361373_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (CardUnit_t3010225743 *)NULL; } IL_001a: { List_1_t187333189 * L_4 = __this->get_m_GenerateList_11(); int32_t L_5 = ____index0; NullCheck(L_4); CardUnit_t3010225743 * L_6 = List_1_get_Item_m2816580872(L_4, L_5, /*hidden argument*/List_1_get_Item_m2816580872_RuntimeMethod_var); return L_6; } } // System.Int32 DMCore.Logic.CIdolCardManager::CalculateGetRate() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardManager_CalculateGetRate_m3029051610 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_CalculateGetRate_m3029051610_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { List_1_t187333189 * L_0 = __this->get_m_GenerateList_11(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m569361373(L_0, /*hidden argument*/List_1_get_Count_m569361373_RuntimeMethod_var); V_0 = L_1; V_1 = 0; V_2 = 0; goto IL_0033; } IL_0015: { List_1_t187333189 * L_2 = __this->get_m_GenerateList_11(); int32_t L_3 = V_2; NullCheck(L_2); CardUnit_t3010225743 * L_4 = List_1_get_Item_m2816580872(L_2, L_3, /*hidden argument*/List_1_get_Item_m2816580872_RuntimeMethod_var); NullCheck(L_4); bool L_5 = L_4->get_lockState_15(); if (L_5) { goto IL_002f; } } { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002f: { int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0033: { int32_t L_8 = V_2; int32_t L_9 = V_0; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0015; } } { V_3 = 0; int32_t L_10 = V_0; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0067; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0067; } } { int32_t L_12 = V_1; int32_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_14 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_12))), (float)(1.0f)))/(float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_13))), (float)(1.0f))))), (float)(100.0f))), /*hidden argument*/NULL); V_3 = L_14; } IL_0067: { int32_t L_15 = V_3; return L_15; } } // System.Int32 DMCore.Logic.CIdolCardManager::MaxPageCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardManager_MaxPageCount_m3960349776 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_MaxPageCount_m3960349776_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CIdolCardManager_t1778192884_il2cpp_TypeInfo_var); CIdolCardManager_t1778192884 * L_0 = CIdolCardManager_GetInstance_m3652076499(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CIdolCardManager_get_IsCheckAll_m3922092820(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(CIdolCardConfig_t2073998303_il2cpp_TypeInfo_var); CIdolCardConfig_t2073998303 * L_2 = CIdolCardConfig_GetInstance_m1852552424(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CIdolCardConfig_get_Total_m574006828(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_002f; } IL_0023: { List_1_t187333189 * L_4 = __this->get_m_GenerateList_11(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m569361373(L_4, /*hidden argument*/List_1_get_Count_m569361373_RuntimeMethod_var); V_1 = L_5; } IL_002f: { int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003f; } } { int32_t L_7 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))/(int32_t)((int32_t)10))), (int32_t)1)); } IL_003f: { int32_t L_8 = V_0; return L_8; } } // System.Boolean DMCore.Logic.CIdolCardManager::get_IsCheckAll() extern "C" IL2CPP_METHOD_ATTR bool CIdolCardManager_get_IsCheckAll_m3922092820 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsCheckAllU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.CIdolCardManager::set_IsCheckAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_set_IsCheckAll_m4062280204 (CIdolCardManager_t1778192884 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsCheckAllU3Ek__BackingField_6(L_0); return; } } // DMCore.Logic.Card_Type DMCore.Logic.CIdolCardManager::get_SelectType() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardManager_get_SelectType_m3734150450 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_curSelectType_9(); return L_0; } } // System.Void DMCore.Logic.CIdolCardManager::set_SelectType(DMCore.Logic.Card_Type) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_set_SelectType_m2980832944 (CIdolCardManager_t1778192884 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_curSelectType_9(L_0); return; } } // System.Int32 DMCore.Logic.CIdolCardManager::get_CurrentClickCardID() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardManager_get_CurrentClickCardID_m1864920931 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentClickCardIDU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.CIdolCardManager::set_CurrentClickCardID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_set_CurrentClickCardID_m2070566158 (CIdolCardManager_t1778192884 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentClickCardIDU3Ek__BackingField_7(L_0); return; } } // System.Void DMCore.Logic.CIdolCardManager::RegisterRefreshWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_RegisterRefreshWatcher_m3372175374 (CIdolCardManager_t1778192884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bRefresh_12(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolCardManager::RemoveRefreshWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_RemoveRefreshWatcher_m1835681775 (CIdolCardManager_t1778192884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bRefresh_12(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolCardManager::OnReset() extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_OnReset_m2210001318 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_OnReset_m2210001318_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_curSelectType_9(0); List_1_t128053199 * L_0 = __this->get_m_selectLevelList_10(); NullCheck(L_0); List_1_Clear_m2269680114(L_0, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); CIdolCardManager_set_IsCheckAll_m4062280204(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Single DMCore.Logic.CIdolCardManager::GetStep(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR float CIdolCardManager_GetStep_m3871243391 (CIdolCardManager_t1778192884 * __this, int32_t ____current0, int32_t ____total1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_GetStep_m3871243391_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { V_0 = (0.0f); int32_t L_0 = ____current0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0035; } } { int32_t L_1 = ____total1; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0035; } } { int32_t L_2 = ____current0; int32_t L_3 = ____total1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_4 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)(1.0f)))/(float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_3))), (float)(1.0f))))), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_4; } IL_0035: { float L_5 = V_0; return L_5; } } // System.Void DMCore.Logic.CIdolCardManager::RequestCardUnlockInfo() extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager_RequestCardUnlockInfo_m1298653833 (CIdolCardManager_t1778192884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolCardManager_RequestCardUnlockInfo_m1298653833_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1308), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CIdolCardManager::_SortFunc(DMCore.Logic.CardUnit,DMCore.Logic.CardUnit) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolCardManager__SortFunc_m4276756650 (CIdolCardManager_t1778192884 * __this, CardUnit_t3010225743 * ____left0, CardUnit_t3010225743 * ____right1, const RuntimeMethod* method) { { CardUnit_t3010225743 * L_0 = ____left0; if (L_0) { goto IL_0010; } } { CardUnit_t3010225743 * L_1 = ____right1; if (L_1) { goto IL_000e; } } { return 0; } IL_000e: { return (-1); } IL_0010: { CardUnit_t3010225743 * L_2 = ____right1; if (L_2) { goto IL_0018; } } { return 1; } IL_0018: { CardUnit_t3010225743 * L_3 = ____left0; NullCheck(L_3); int32_t L_4 = L_3->get_level_6(); CardUnit_t3010225743 * L_5 = ____right1; NullCheck(L_5); int32_t L_6 = L_5->get_level_6(); if ((((int32_t)L_4) >= ((int32_t)L_6))) { goto IL_002b; } } { return (-1); } IL_002b: { CardUnit_t3010225743 * L_7 = ____left0; NullCheck(L_7); int32_t L_8 = L_7->get_level_6(); CardUnit_t3010225743 * L_9 = ____right1; NullCheck(L_9); int32_t L_10 = L_9->get_level_6(); if ((((int32_t)L_8) <= ((int32_t)L_10))) { goto IL_003e; } } { return 1; } IL_003e: { return 0; } } // System.Void DMCore.Logic.CIdolCardManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIdolCardManager__cctor_m51562788 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolConfig__ctor_m834706498 (CIdolConfig_t13845451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig__ctor_m834706498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_m_configList_4(L_0); Dictionary_2_t1839659084 * L_1 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_1, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_IdolGiftList_3(L_1); IdolRule_t1690125706 * L_2 = (IdolRule_t1690125706 *)il2cpp_codegen_object_new(IdolRule_t1690125706_il2cpp_TypeInfo_var); IdolRule__ctor_m247886374(L_2, /*hidden argument*/NULL); __this->set_idolRule_2(L_2); ITextBase_PushTask_m2878137237(__this, _stringLiteral2880103043, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var); CIdolShowManager_t2312713117 * L_3 = CIdolShowManager_GetInstance_m2867202331(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CIdolShowManager_RequestIdodGiftList_m3532926084(L_3, /*hidden argument*/NULL); return; } } // DMCore.Logic.CIdolConfig DMCore.Logic.CIdolConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolConfig_t13845451 * CIdolConfig_GetInstance_m3129339829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_GetInstance_m3129339829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolConfig_t13845451_il2cpp_TypeInfo_var); CIdolConfig_t13845451 * L_0 = ((CIdolConfig_t13845451_StaticFields*)il2cpp_codegen_static_fields_for(CIdolConfig_t13845451_il2cpp_TypeInfo_var))->get_s_instance_5(); if (L_0) { goto IL_0014; } } { CIdolConfig_t13845451 * L_1 = (CIdolConfig_t13845451 *)il2cpp_codegen_object_new(CIdolConfig_t13845451_il2cpp_TypeInfo_var); CIdolConfig__ctor_m834706498(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolConfig_t13845451_il2cpp_TypeInfo_var); ((CIdolConfig_t13845451_StaticFields*)il2cpp_codegen_static_fields_for(CIdolConfig_t13845451_il2cpp_TypeInfo_var))->set_s_instance_5(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CIdolConfig_t13845451_il2cpp_TypeInfo_var); CIdolConfig_t13845451 * L_2 = ((CIdolConfig_t13845451_StaticFields*)il2cpp_codegen_static_fields_for(CIdolConfig_t13845451_il2cpp_TypeInfo_var))->get_s_instance_5(); return L_2; } } // System.String DMCore.Logic.CIdolConfig::GetStr(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CIdolConfig_GetStr_m1911616910 (CIdolConfig_t13845451 * __this, String_t* ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_GetStr_m1911616910_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; Dictionary_2_t1632706988 * L_0 = __this->get_m_configList_4(); String_t* L_1 = ___configId0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1185325717(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { String_t* L_3 = V_0; return L_3; } IL_0017: { return (String_t*)NULL; } } // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolConfig::GetGiftDictionary() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1839659084 * CIdolConfig_GetGiftDictionary_m1913585702 (CIdolConfig_t13845451 * __this, const RuntimeMethod* method) { { Dictionary_2_t1839659084 * L_0 = __this->get_m_IdolGiftList_3(); return L_0; } } // System.Collections.Generic.List`1 DMCore.Logic.CIdolConfig::GetGiftIdList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CIdolConfig_GetGiftIdList_m8331265 (CIdolConfig_t13845451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_GetGiftIdList_m8331265_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; int32_t V_1 = 0; Enumerator_t2021836068 V_2; memset(&V_2, 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = L_0; Dictionary_2_t1839659084 * L_1 = __this->get_m_IdolGiftList_3(); NullCheck(L_1); KeyCollection_t2029334555 * L_2 = Dictionary_2_get_Keys_m1147446410(L_1, /*hidden argument*/Dictionary_2_get_Keys_m1147446410_RuntimeMethod_var); NullCheck(L_2); Enumerator_t2021836068 L_3 = KeyCollection_GetEnumerator_m358610384(L_2, /*hidden argument*/KeyCollection_GetEnumerator_m358610384_RuntimeMethod_var); V_2 = L_3; } IL_0017: try { // begin try (depth: 1) { goto IL_002b; } IL_001c: { int32_t L_4 = Enumerator_get_Current_m1482700401((&V_2), /*hidden argument*/Enumerator_get_Current_m1482700401_RuntimeMethod_var); V_1 = L_4; List_1_t128053199 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); List_1_Add_m697420525(L_5, L_6, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_002b: { bool L_7 = Enumerator_MoveNext_m824267525((&V_2), /*hidden argument*/Enumerator_MoveNext_m824267525_RuntimeMethod_var); if (L_7) { goto IL_001c; } } IL_0037: { IL2CPP_LEAVE(0x4A, FINALLY_003c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: { // begin finally (depth: 1) Enumerator_Dispose_m1692600608((&V_2), /*hidden argument*/Enumerator_Dispose_m1692600608_RuntimeMethod_var); IL2CPP_END_FINALLY(60) } // end finally (depth: 1) IL2CPP_CLEANUP(60) { IL2CPP_JUMP_TBL(0x4A, IL_004a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004a: { List_1_t128053199 * L_8 = V_0; return L_8; } } // System.Void DMCore.Logic.CIdolConfig::AddGiftList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolConfig_AddGiftList_m3699298079 (CIdolConfig_t13845451 * __this, int32_t ___id0, int32_t ___addvalue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_AddGiftList_m3699298079_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = __this->get_m_IdolGiftList_3(); int32_t L_1 = ___id0; int32_t L_2 = ___addvalue1; NullCheck(L_0); Dictionary_2_set_Item_m3625442308(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_m3625442308_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CIdolConfig::SortGiftList() extern "C" IL2CPP_METHOD_ATTR void CIdolConfig_SortGiftList_m3129047629 (CIdolConfig_t13845451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_SortGiftList_m3129047629_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t1414438697 * V_0 = NULL; int32_t V_1 = 0; KeyValuePair_2_t4237331251 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t4237331251 V_3; memset(&V_3, 0, sizeof(V_3)); { Dictionary_2_t1839659084 * L_0 = __this->get_m_IdolGiftList_3(); List_1_t1414438697 * L_1 = Enumerable_ToList_TisKeyValuePair_2_t4237331251_m647562614(NULL /*static, unused*/, L_0, /*hidden argument*/Enumerable_ToList_TisKeyValuePair_2_t4237331251_m647562614_RuntimeMethod_var); V_0 = L_1; List_1_t1414438697 * L_2 = V_0; intptr_t L_3 = (intptr_t)CIdolConfig__SortFunctor_m3306263760_RuntimeMethod_var; Comparison_1_t4012262430 * L_4 = (Comparison_1_t4012262430 *)il2cpp_codegen_object_new(Comparison_1_t4012262430_il2cpp_TypeInfo_var); Comparison_1__ctor_m217629123(L_4, __this, L_3, /*hidden argument*/Comparison_1__ctor_m217629123_RuntimeMethod_var); NullCheck(L_2); List_1_Sort_m3380440602(L_2, L_4, /*hidden argument*/List_1_Sort_m3380440602_RuntimeMethod_var); Dictionary_2_t1839659084 * L_5 = __this->get_m_IdolGiftList_3(); NullCheck(L_5); Dictionary_2_Clear_m1702443365(L_5, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); V_1 = 0; goto IL_005d; } IL_0030: { Dictionary_2_t1839659084 * L_6 = __this->get_m_IdolGiftList_3(); List_1_t1414438697 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); KeyValuePair_2_t4237331251 L_9 = List_1_get_Item_m3034076052(L_7, L_8, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_2 = L_9; int32_t L_10 = KeyValuePair_2_get_Key_m2295844663((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); List_1_t1414438697 * L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); KeyValuePair_2_t4237331251 L_13 = List_1_get_Item_m3034076052(L_11, L_12, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_3 = L_13; int32_t L_14 = KeyValuePair_2_get_Value_m1665413869((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); NullCheck(L_6); Dictionary_2_set_Item_m3625442308(L_6, L_10, L_14, /*hidden argument*/Dictionary_2_set_Item_m3625442308_RuntimeMethod_var); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005d: { int32_t L_16 = V_1; List_1_t1414438697 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = List_1_get_Count_m2631462689(L_17, /*hidden argument*/List_1_get_Count_m2631462689_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0030; } } { return; } } // System.Int32 DMCore.Logic.CIdolConfig::_SortFunctor(System.Collections.Generic.KeyValuePair`2,System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolConfig__SortFunctor_m3306263760 (CIdolConfig_t13845451 * __this, KeyValuePair_2_t4237331251 ___lth0, KeyValuePair_2_t4237331251 ___rth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig__SortFunctor_m3306263760_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = KeyValuePair_2_get_Value_m1665413869((&___lth0), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); V_0 = L_0; int32_t L_1 = KeyValuePair_2_get_Value_m1665413869((&___rth1), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); V_1 = L_1; int32_t L_2 = V_0; int32_t L_3 = V_1; SortKeyInfo_1_t3619707304 * L_4 = (SortKeyInfo_1_t3619707304 *)il2cpp_codegen_object_new(SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m1394869830(L_4, L_2, L_3, (bool)0, /*hidden argument*/SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var); int32_t L_5 = CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814(NULL /*static, unused*/, L_4, /*hidden argument*/CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.CIdolConfig::ClearIdolGiftList() extern "C" IL2CPP_METHOD_ATTR void CIdolConfig_ClearIdolGiftList_m718247598 (CIdolConfig_t13845451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_ClearIdolGiftList_m718247598_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = __this->get_m_IdolGiftList_3(); NullCheck(L_0); Dictionary_2_Clear_m1702443365(L_0, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CIdolConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void CIdolConfig_Clear_m1006188254 (CIdolConfig_t13845451 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_Clear_m1006188254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = __this->get_m_configList_4(); NullCheck(L_0); Dictionary_2_Clear_m1279106658(L_0, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); __this->set_GiftPageNum_1(0); IdolRule_t1690125706 * L_1 = __this->get_idolRule_2(); NullCheck(L_1); IdolRule_Clear_m4254400319(L_1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CIdolConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CIdolConfig_OnLoad_m1558604127 (CIdolConfig_t13845451 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolConfig_OnLoad_m1558604127_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; int32_t V_8 = 0; XmlNodeList_t2551693786 * V_9 = NULL; int32_t V_10 = 0; XmlElement_t561603118 * V_11 = NULL; String_t* V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; XmlNodeList_t2551693786 * V_15 = NULL; int32_t V_16 = 0; XmlElement_t561603118 * V_17 = NULL; IdolAwardListItem_t3723746892 * V_18 = NULL; String_t* V_19 = NULL; int32_t V_20 = 0; String_t* V_21 = NULL; int32_t V_22 = 0; String_t* V_23 = NULL; int32_t V_24 = 0; String_t* V_25 = NULL; XmlNodeList_t2551693786 * V_26 = NULL; int32_t V_27 = 0; XmlElement_t561603118 * V_28 = NULL; IdolAwardListItem_t3723746892 * V_29 = NULL; String_t* V_30 = NULL; int32_t V_31 = 0; String_t* V_32 = NULL; int32_t V_33 = 0; String_t* V_34 = NULL; int32_t V_35 = 0; String_t* V_36 = NULL; Exception_t * V_37 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___loadedObj0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0023; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0024; } IL_0023: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0024: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_2 = L_7; XmlNodeList_t2551693786 * L_8 = V_2; if (L_8) { goto IL_0039; } } IL_0032: { V_3 = (bool)0; goto IL_03ff; } IL_0039: { V_4 = 0; goto IL_03d3; } IL_0041: { XmlNodeList_t2551693786 * L_9 = V_2; int32_t L_10 = V_4; NullCheck(L_9); XmlNode_t3767805227 * L_11 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_9, L_10); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_11, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_12 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_13 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_12, _stringLiteral3811893189, /*hidden argument*/NULL); V_6 = L_13; XmlElement_t561603118 * L_14 = V_5; String_t* L_15 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_14, _stringLiteral3454449607, /*hidden argument*/NULL); V_7 = L_15; String_t* L_16 = V_6; 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_0087; } } IL_0078: { Dictionary_2_t1632706988 * L_18 = __this->get_m_configList_4(); String_t* L_19 = V_7; String_t* L_20 = V_6; NullCheck(L_18); Dictionary_2_Add_m2799738156(L_18, L_19, L_20, /*hidden argument*/Dictionary_2_Add_m2799738156_RuntimeMethod_var); } IL_0087: { XmlElement_t561603118 * L_21 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_22 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_21, _stringLiteral3416382012, 0, /*hidden argument*/NULL); V_8 = L_22; int32_t L_23 = V_8; if (!L_23) { goto IL_00a5; } } IL_009d: { int32_t L_24 = V_8; __this->set_GiftPageNum_1(L_24); } IL_00a5: { XmlElement_t561603118 * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_26 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_25, _stringLiteral3697759792, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, _stringLiteral3452614543, /*hidden argument*/NULL); if (!L_27) { goto IL_03cd; } } IL_00c0: { XmlElement_t561603118 * L_28 = V_5; NullCheck(L_28); XmlNodeList_t2551693786 * L_29 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_28); V_9 = L_29; XmlNodeList_t2551693786 * L_30 = V_9; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_30); if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_03cd; } } IL_00d6: { V_10 = 0; goto IL_03bf; } IL_00de: { XmlNodeList_t2551693786 * L_32 = V_9; int32_t L_33 = V_10; NullCheck(L_32); XmlNode_t3767805227 * L_34 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_32, L_33); V_11 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_34, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_35 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_36 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_35, _stringLiteral1311279629, /*hidden argument*/NULL); V_12 = L_36; String_t* L_37 = V_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_0115; } } IL_0108: { IdolRule_t1690125706 * L_39 = __this->get_idolRule_2(); String_t* L_40 = V_12; NullCheck(L_39); L_39->set_top10ListDesc_0(L_40); } IL_0115: { XmlElement_t561603118 * L_41 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_42 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_41, _stringLiteral671989967, /*hidden argument*/NULL); V_13 = L_42; String_t* L_43 = V_13; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); if (L_44) { goto IL_013c; } } IL_012f: { IdolRule_t1690125706 * L_45 = __this->get_idolRule_2(); String_t* L_46 = V_13; NullCheck(L_45); L_45->set_everyDaydesc_2(L_46); } IL_013c: { XmlElement_t561603118 * L_47 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_48 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_47, _stringLiteral247313979, /*hidden argument*/NULL); V_14 = L_48; String_t* L_49 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_50 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if (L_50) { goto IL_0163; } } IL_0156: { IdolRule_t1690125706 * L_51 = __this->get_idolRule_2(); String_t* L_52 = V_14; NullCheck(L_51); L_51->set_otherdesc_4(L_52); } IL_0163: { XmlElement_t561603118 * L_53 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_54 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_53, _stringLiteral3550370950, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_55 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_56 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_028e; } } IL_017e: { XmlElement_t561603118 * L_57 = V_11; NullCheck(L_57); XmlNodeList_t2551693786 * L_58 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_57); V_15 = L_58; V_16 = 0; goto IL_0280; } IL_018f: { XmlNodeList_t2551693786 * L_59 = V_15; int32_t L_60 = V_16; NullCheck(L_59); XmlNode_t3767805227 * L_61 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_59, L_60); V_17 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_61, XmlElement_t561603118_il2cpp_TypeInfo_var)); IdolAwardListItem_t3723746892 * L_62 = (IdolAwardListItem_t3723746892 *)il2cpp_codegen_object_new(IdolAwardListItem_t3723746892_il2cpp_TypeInfo_var); IdolAwardListItem__ctor_m3262986748(L_62, /*hidden argument*/NULL); V_18 = L_62; XmlElement_t561603118 * L_63 = V_17; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_64 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_63, _stringLiteral2730904797, /*hidden argument*/NULL); V_19 = L_64; XmlElement_t561603118 * L_65 = V_17; int32_t L_66 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_65, _stringLiteral2703931583, 0, /*hidden argument*/NULL); V_20 = L_66; XmlElement_t561603118 * L_67 = V_17; String_t* L_68 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_67, _stringLiteral242031739, /*hidden argument*/NULL); V_21 = L_68; XmlElement_t561603118 * L_69 = V_17; int32_t L_70 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_69, _stringLiteral2703931584, 0, /*hidden argument*/NULL); V_22 = L_70; XmlElement_t561603118 * L_71 = V_17; String_t* L_72 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_71, _stringLiteral2198346875, /*hidden argument*/NULL); V_23 = L_72; XmlElement_t561603118 * L_73 = V_17; int32_t L_74 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_73, _stringLiteral2703931585, 0, /*hidden argument*/NULL); V_24 = L_74; XmlElement_t561603118 * L_75 = V_17; String_t* L_76 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_75, _stringLiteral4154662011, /*hidden argument*/NULL); V_25 = L_76; IdolAwardListItem_t3723746892 * L_77 = V_18; String_t* L_78 = V_19; NullCheck(L_77); L_77->set_title_0(L_78); IdolAwardListItem_t3723746892 * L_79 = V_18; NullCheck(L_79); List_1_t128053199 * L_80 = L_79->get_configId_1(); int32_t L_81 = V_20; NullCheck(L_80); List_1_Add_m697420525(L_80, L_81, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_82 = V_18; NullCheck(L_82); List_1_t128053199 * L_83 = L_82->get_configId_1(); int32_t L_84 = V_22; NullCheck(L_83); List_1_Add_m697420525(L_83, L_84, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_85 = V_18; NullCheck(L_85); List_1_t128053199 * L_86 = L_85->get_configId_1(); int32_t L_87 = V_24; NullCheck(L_86); List_1_Add_m697420525(L_86, L_87, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_88 = V_18; NullCheck(L_88); List_1_t3319525431 * L_89 = L_88->get_numList_2(); String_t* L_90 = V_21; NullCheck(L_89); List_1_Add_m1685793073(L_89, L_90, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_91 = V_18; NullCheck(L_91); List_1_t3319525431 * L_92 = L_91->get_numList_2(); String_t* L_93 = V_23; NullCheck(L_92); List_1_Add_m1685793073(L_92, L_93, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_94 = V_18; NullCheck(L_94); List_1_t3319525431 * L_95 = L_94->get_numList_2(); String_t* L_96 = V_25; NullCheck(L_95); List_1_Add_m1685793073(L_95, L_96, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); IdolRule_t1690125706 * L_97 = __this->get_idolRule_2(); NullCheck(L_97); List_1_t900854338 * L_98 = L_97->get_top10AwardtemList_1(); IdolAwardListItem_t3723746892 * L_99 = V_18; NullCheck(L_98); List_1_Add_m4271212854(L_98, L_99, /*hidden argument*/List_1_Add_m4271212854_RuntimeMethod_var); int32_t L_100 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); } IL_0280: { int32_t L_101 = V_16; XmlNodeList_t2551693786 * L_102 = V_15; NullCheck(L_102); int32_t L_103 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_102); if ((((int32_t)L_101) < ((int32_t)L_103))) { goto IL_018f; } } IL_028e: { XmlElement_t561603118 * L_104 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_105 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_104, _stringLiteral2920595687, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_106 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_107 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_105, L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_03b9; } } IL_02a9: { XmlElement_t561603118 * L_108 = V_11; NullCheck(L_108); XmlNodeList_t2551693786 * L_109 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_108); V_26 = L_109; V_27 = 0; goto IL_03ab; } IL_02ba: { XmlNodeList_t2551693786 * L_110 = V_26; int32_t L_111 = V_27; NullCheck(L_110); XmlNode_t3767805227 * L_112 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_110, L_111); V_28 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_112, XmlElement_t561603118_il2cpp_TypeInfo_var)); IdolAwardListItem_t3723746892 * L_113 = (IdolAwardListItem_t3723746892 *)il2cpp_codegen_object_new(IdolAwardListItem_t3723746892_il2cpp_TypeInfo_var); IdolAwardListItem__ctor_m3262986748(L_113, /*hidden argument*/NULL); V_29 = L_113; XmlElement_t561603118 * L_114 = V_28; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_115 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_114, _stringLiteral2730904797, /*hidden argument*/NULL); V_30 = L_115; XmlElement_t561603118 * L_116 = V_28; int32_t L_117 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_116, _stringLiteral2703931583, 0, /*hidden argument*/NULL); V_31 = L_117; XmlElement_t561603118 * L_118 = V_28; String_t* L_119 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_118, _stringLiteral242031739, /*hidden argument*/NULL); V_32 = L_119; XmlElement_t561603118 * L_120 = V_28; int32_t L_121 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_120, _stringLiteral2703931584, 0, /*hidden argument*/NULL); V_33 = L_121; XmlElement_t561603118 * L_122 = V_28; String_t* L_123 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_122, _stringLiteral2198346875, /*hidden argument*/NULL); V_34 = L_123; XmlElement_t561603118 * L_124 = V_28; int32_t L_125 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_124, _stringLiteral2703931585, 0, /*hidden argument*/NULL); V_35 = L_125; XmlElement_t561603118 * L_126 = V_28; String_t* L_127 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_126, _stringLiteral4154662011, /*hidden argument*/NULL); V_36 = L_127; IdolAwardListItem_t3723746892 * L_128 = V_29; String_t* L_129 = V_30; NullCheck(L_128); L_128->set_title_0(L_129); IdolAwardListItem_t3723746892 * L_130 = V_29; NullCheck(L_130); List_1_t128053199 * L_131 = L_130->get_configId_1(); int32_t L_132 = V_31; NullCheck(L_131); List_1_Add_m697420525(L_131, L_132, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_133 = V_29; NullCheck(L_133); List_1_t128053199 * L_134 = L_133->get_configId_1(); int32_t L_135 = V_33; NullCheck(L_134); List_1_Add_m697420525(L_134, L_135, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_136 = V_29; NullCheck(L_136); List_1_t128053199 * L_137 = L_136->get_configId_1(); int32_t L_138 = V_35; NullCheck(L_137); List_1_Add_m697420525(L_137, L_138, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_139 = V_29; NullCheck(L_139); List_1_t3319525431 * L_140 = L_139->get_numList_2(); String_t* L_141 = V_32; NullCheck(L_140); List_1_Add_m1685793073(L_140, L_141, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_142 = V_29; NullCheck(L_142); List_1_t3319525431 * L_143 = L_142->get_numList_2(); String_t* L_144 = V_34; NullCheck(L_143); List_1_Add_m1685793073(L_143, L_144, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); IdolAwardListItem_t3723746892 * L_145 = V_29; NullCheck(L_145); List_1_t3319525431 * L_146 = L_145->get_numList_2(); String_t* L_147 = V_36; NullCheck(L_146); List_1_Add_m1685793073(L_146, L_147, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); IdolRule_t1690125706 * L_148 = __this->get_idolRule_2(); NullCheck(L_148); List_1_t900854338 * L_149 = L_148->get_everydayAwardList_3(); IdolAwardListItem_t3723746892 * L_150 = V_29; NullCheck(L_149); List_1_Add_m4271212854(L_149, L_150, /*hidden argument*/List_1_Add_m4271212854_RuntimeMethod_var); int32_t L_151 = V_27; V_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)); } IL_03ab: { int32_t L_152 = V_27; XmlNodeList_t2551693786 * L_153 = V_26; NullCheck(L_153); int32_t L_154 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_153); if ((((int32_t)L_152) < ((int32_t)L_154))) { goto IL_02ba; } } IL_03b9: { int32_t L_155 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1)); } IL_03bf: { int32_t L_156 = V_10; XmlNodeList_t2551693786 * L_157 = V_9; NullCheck(L_157); int32_t L_158 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_157); if ((((int32_t)L_156) < ((int32_t)L_158))) { goto IL_00de; } } IL_03cd: { int32_t L_159 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)1)); } IL_03d3: { int32_t L_160 = V_4; XmlNodeList_t2551693786 * L_161 = V_2; NullCheck(L_161); int32_t L_162 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_161); if ((((int32_t)L_160) < ((int32_t)L_162))) { goto IL_0041; } } IL_03e0: { goto IL_03fd; } } // 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_03e5; throw e; } CATCH_03e5: { // begin catch(System.Exception) V_37 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_163 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_164 = V_37; NullCheck(L_164); String_t* L_165 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_164); NullCheck(L_163); CLogHelp_LogFile_m4227814860(L_163, L_165, /*hidden argument*/NULL); goto IL_03fd; } // end catch (depth: 1) IL_03fd: { return (bool)1; } IL_03ff: { bool L_166 = V_3; return L_166; } } // System.Void DMCore.Logic.CIdolConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIdolConfig__cctor_m2178339791 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolInfo__ctor_m2791496557 (CIdolInfo_t400451087 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolInfo__ctor_m2791496557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__userID_0((((int64_t)((int64_t)(-1))))); __this->set__sex_1((-1)); __this->set__Rank_2((-1)); __this->set__CurrRankIndex_3(0); __this->set__nUpWeekRankIndex_4(0); __this->set__MaxGiveFashionCount_5(0); __this->set__MaxPraise_6(0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set__name_7(L_0); __this->set__photoHeadID_8((((int64_t)((int64_t)(-1))))); __this->set__MaxGiveGift_9((-1)); __this->set__nWelcomeValue_10((-1)); __this->set__nStoreFlag_11((-1)); __this->set__nlnRankWeekCount_12(0); __this->set__nMaxRanking_13(0); __this->set__nPraise_14(0); __this->set__nGiveGiftCount_15(0); __this->set__nGiveFashCount_16(0); __this->set__nPhotoCount_17(0); __this->set__nHasPraised_18(0); List_1_t913674750 * L_1 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m3581340774(L_1, /*hidden argument*/List_1__ctor_m3581340774_RuntimeMethod_var); __this->set__photoIds_19(L_1); __this->set__isNotIdol_20(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolManager__ctor_m3044483417 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager__ctor_m3044483417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t2770358969 * L_0 = (Dictionary_2_t2770358969 *)il2cpp_codegen_object_new(Dictionary_2_t2770358969_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2412577877(L_0, /*hidden argument*/Dictionary_2__ctor_m2412577877_RuntimeMethod_var); __this->set_m_pinjieDic_9(L_0); LevelupStarInfo_t831176484 * L_1 = (LevelupStarInfo_t831176484 *)il2cpp_codegen_object_new(LevelupStarInfo_t831176484_il2cpp_TypeInfo_var); LevelupStarInfo__ctor_m887449489(L_1, /*hidden argument*/NULL); __this->set_m_starInfo_6(L_1); IdolAwardUnit_t568575365 * L_2 = (IdolAwardUnit_t568575365 *)il2cpp_codegen_object_new(IdolAwardUnit_t568575365_il2cpp_TypeInfo_var); IdolAwardUnit__ctor_m1570197238(L_2, /*hidden argument*/NULL); __this->set_m_starAward_7(L_2); IdolAwardUnit_t568575365 * L_3 = (IdolAwardUnit_t568575365 *)il2cpp_codegen_object_new(IdolAwardUnit_t568575365_il2cpp_TypeInfo_var); IdolAwardUnit__ctor_m1570197238(L_3, /*hidden argument*/NULL); __this->set_m_dayAward_8(L_3); CDataModelBool_t2269476966 * L_4 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_4, /*hidden argument*/NULL); __this->set_m_bRefresh_4(L_4); CDataModelInt_t3463393640 * L_5 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_5, /*hidden argument*/NULL); __this->set_m_refreshAward_10(L_5); CDataModelInt_t3463393640 * L_6 = __this->get_m_refreshAward_10(); NullCheck(L_6); CDataModelInt_set_Data_m3794751788(L_6, 0, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_7 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_7, /*hidden argument*/NULL); __this->set_m_levelupSucceed_5(L_7); CIdolManager_set_ShowItemIndex_m230142938(__this, 0, /*hidden argument*/NULL); ITextBase_PushTask_m2878137237(__this, _stringLiteral3995678492, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::set_IdolRewardType(DMCore.Logic.CIdolManager/EM_Award_type) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_set_IdolRewardType_m1220842852 (CIdolManager_t2822338582 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_IdolReward_1(L_0); return; } } // DMCore.Logic.CIdolManager/EM_Award_type DMCore.Logic.CIdolManager::get_IdolRewardType() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_get_IdolRewardType_m905569743 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_IdolReward_1(); return L_0; } } // DMCore.Logic.CIdolManager DMCore.Logic.CIdolManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolManager_t2822338582 * CIdolManager_GetInstance_m4080260283 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_GetInstance_m4080260283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager_t2822338582 * L_0 = ((CIdolManager_t2822338582_StaticFields*)il2cpp_codegen_static_fields_for(CIdolManager_t2822338582_il2cpp_TypeInfo_var))->get_m_instance_3(); if (L_0) { goto IL_0014; } } { CIdolManager_t2822338582 * L_1 = (CIdolManager_t2822338582 *)il2cpp_codegen_object_new(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager__ctor_m3044483417(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); ((CIdolManager_t2822338582_StaticFields*)il2cpp_codegen_static_fields_for(CIdolManager_t2822338582_il2cpp_TypeInfo_var))->set_m_instance_3(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager_t2822338582 * L_2 = ((CIdolManager_t2822338582_StaticFields*)il2cpp_codegen_static_fields_for(CIdolManager_t2822338582_il2cpp_TypeInfo_var))->get_m_instance_3(); return L_2; } } // System.Int32 DMCore.Logic.CIdolManager::get_CurStarLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_get_CurStarLevel_m1241441645 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { { LevelupStarInfo_t831176484 * L_0 = __this->get_m_starInfo_6(); NullCheck(L_0); int32_t L_1 = L_0->get_starLevel_1(); return L_1; } } // System.Int32 DMCore.Logic.CIdolManager::get_CurPinjieLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_get_CurPinjieLevel_m1490646140 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { { LevelupStarInfo_t831176484 * L_0 = __this->get_m_starInfo_6(); NullCheck(L_0); int32_t L_1 = L_0->get_pinjielevel_0(); return L_1; } } // System.Int32 DMCore.Logic.CIdolManager::get_ShowItemIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_get_ShowItemIndex_m886372636 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CShowItemIndexU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CIdolManager::set_ShowItemIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_set_ShowItemIndex_m230142938 (CIdolManager_t2822338582 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CShowItemIndexU3Ek__BackingField_2(L_0); return; } } // System.Int32 DMCore.Logic.CIdolManager::get_RefreshAward() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_get_RefreshAward_m4116173305 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshAward_10(); NullCheck(L_0); int32_t L_1 = CDataModelInt_get_Data_m274101408(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Logic.CIdolManager::set_RefreshAward(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_set_RefreshAward_m2339133896 (CIdolManager_t2822338582 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_set_RefreshAward_m2339133896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager_t2822338582 * L_0 = CIdolManager_GetInstance_m4080260283(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CIdolManager_get_IdolRewardType_m905569743(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { CDataModelInt_t3463393640 * L_2 = __this->get_m_refreshAward_10(); int32_t L_3 = ___value0; NullCheck(L_2); CDataModelInt_set_Data_m3794751788(L_2, L_3, /*hidden argument*/NULL); } IL_001b: { return; } } // System.Void DMCore.Logic.CIdolManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_Clear_m317232230 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_Clear_m317232230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2770358969 * L_0 = __this->get_m_pinjieDic_9(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t2770358969 * L_1 = __this->get_m_pinjieDic_9(); NullCheck(L_1); Dictionary_2_Clear_m3858874262(L_1, /*hidden argument*/Dictionary_2_Clear_m3858874262_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CIdolManager::ClearStarInfo() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_ClearStarInfo_m2217587118 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { { LevelupStarInfo_t831176484 * L_0 = __this->get_m_starInfo_6(); if (!L_0) { goto IL_0017; } } { LevelupStarInfo_t831176484 * L_1 = __this->get_m_starInfo_6(); NullCheck(L_1); L_1->set_taskArr_7((StarTakU5BU5D_t3735320407*)NULL); } IL_0017: { return; } } // System.Void DMCore.Logic.CIdolManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_ClearAll_m1893221968 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_ClearAll_m1893221968_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CIdolManager_ClearStarInfo_m2217587118(__this, /*hidden argument*/NULL); IdolAwardUnit_t568575365 * L_0 = __this->get_m_starAward_7(); if (!L_0) { goto IL_001c; } } { IdolAwardUnit_t568575365 * L_1 = __this->get_m_starAward_7(); NullCheck(L_1); IdolAwardUnit_Clear_m3553956196(L_1, /*hidden argument*/NULL); } IL_001c: { IdolAwardUnit_t568575365 * L_2 = __this->get_m_dayAward_8(); if (!L_2) { goto IL_0032; } } { IdolAwardUnit_t568575365 * L_3 = __this->get_m_dayAward_8(); NullCheck(L_3); IdolAwardUnit_Clear_m3553956196(L_3, /*hidden argument*/NULL); } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager_t2822338582 * L_4 = CIdolManager_GetInstance_m4080260283(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CIdolManager_set_ShowItemIndex_m230142938(L_4, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RequestIdolInfo() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RequestIdolInfo_m1534328456 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_RequestIdolInfo_m1534328456_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)860), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RequestLevelupAward() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RequestLevelupAward_m1119247959 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_RequestLevelupAward_m1119247959_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)861), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RequestGetLevelupAward() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RequestGetLevelupAward_m2654981154 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_RequestGetLevelupAward_m2654981154_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)862), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RequestGetDayAward() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RequestGetDayAward_m861975625 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_RequestGetDayAward_m861975625_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)864), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RequestDayAward() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RequestDayAward_m1996939517 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_RequestDayAward_m1996939517_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)863), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RequestLevelupStar() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RequestLevelupStar_m4164546999 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_RequestLevelupStar_m4164546999_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)865), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RequestUnlock() extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RequestUnlock_m3766073274 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_RequestUnlock_m3766073274_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1542), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RegisterRefresh(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RegisterRefresh_m2202015099 (CIdolManager_t2822338582 * __this, Action_1_t1302699353 * ___callback0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bRefresh_4(); Action_1_t1302699353 * L_1 = ___callback0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::UnRegisterRefresh(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_UnRegisterRefresh_m3548656876 (CIdolManager_t2822338582 * __this, Action_1_t1302699353 * ___callback0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bRefresh_4(); Action_1_t1302699353 * L_1 = ___callback0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RegisterLevelupWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RegisterLevelupWatcher_m3799742769 (CIdolManager_t2822338582 * __this, Action_1_t1302699353 * ___callback0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_levelupSucceed_5(); Action_1_t1302699353 * L_1 = ___callback0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::UnRegisterLevelupWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_UnRegisterLevelupWatcher_m2234366805 (CIdolManager_t2822338582 * __this, Action_1_t1302699353 * ___callback0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_levelupSucceed_5(); Action_1_t1302699353 * L_1 = ___callback0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::OnRefresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_OnRefresh_m710657382 (CIdolManager_t2822338582 * __this, bool ___bfresh0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bRefresh_4(); bool L_1 = ___bfresh0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::OnLevelupSucceed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_OnLevelupSucceed_m1562410315 (CIdolManager_t2822338582 * __this, bool ___bsucceed0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_levelupSucceed_5(); bool L_1 = ___bsucceed0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // System.String DMCore.Logic.CIdolManager::GetTitleSpriteName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CIdolManager_GetTitleSpriteName_m3537145492 (CIdolManager_t2822338582 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_GetTitleSpriteName_m3537145492_MetadataUsageId); s_Il2CppMethodInitialized = true; } PinjieInfo_t3881645638 V_0; memset(&V_0, 0, sizeof(V_0)); { Dictionary_2_t2770358969 * L_0 = __this->get_m_pinjieDic_9(); int32_t L_1 = ___level0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m1831314699(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m1831314699_RuntimeMethod_var); if (L_2) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_0017: { Dictionary_2_t2770358969 * L_4 = __this->get_m_pinjieDic_9(); int32_t L_5 = ___level0; NullCheck(L_4); PinjieInfo_t3881645638 L_6 = Dictionary_2_get_Item_m3567026751(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m3567026751_RuntimeMethod_var); V_0 = L_6; String_t* L_7 = (&V_0)->get_sprName_1(); return L_7; } } // System.String DMCore.Logic.CIdolManager::GetPinjieName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CIdolManager_GetPinjieName_m2580113488 (CIdolManager_t2822338582 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_GetPinjieName_m2580113488_MetadataUsageId); s_Il2CppMethodInitialized = true; } PinjieInfo_t3881645638 V_0; memset(&V_0, 0, sizeof(V_0)); { Dictionary_2_t2770358969 * L_0 = __this->get_m_pinjieDic_9(); int32_t L_1 = ___level0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m1831314699(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m1831314699_RuntimeMethod_var); if (L_2) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_0017: { Dictionary_2_t2770358969 * L_4 = __this->get_m_pinjieDic_9(); int32_t L_5 = ___level0; NullCheck(L_4); PinjieInfo_t3881645638 L_6 = Dictionary_2_get_Item_m3567026751(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m3567026751_RuntimeMethod_var); V_0 = L_6; String_t* L_7 = (&V_0)->get_name_0(); return L_7; } } // DMCore.Logic.LevelupStarInfo DMCore.Logic.CIdolManager::GetStarInfoInternal() extern "C" IL2CPP_METHOD_ATTR LevelupStarInfo_t831176484 * CIdolManager_GetStarInfoInternal_m756559921 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_GetStarInfoInternal_m756559921_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LevelupStarInfo_t831176484 * L_0 = __this->get_m_starInfo_6(); if (L_0) { goto IL_0016; } } { LevelupStarInfo_t831176484 * L_1 = (LevelupStarInfo_t831176484 *)il2cpp_codegen_object_new(LevelupStarInfo_t831176484_il2cpp_TypeInfo_var); LevelupStarInfo__ctor_m887449489(L_1, /*hidden argument*/NULL); __this->set_m_starInfo_6(L_1); } IL_0016: { LevelupStarInfo_t831176484 * L_2 = __this->get_m_starInfo_6(); return L_2; } } // DMCore.Logic.IdolAwardUnit DMCore.Logic.CIdolManager::GetAwardUnit(DMCore.Logic.CIdolManager/EM_Award_type) extern "C" IL2CPP_METHOD_ATTR IdolAwardUnit_t568575365 * CIdolManager_GetAwardUnit_m1053241236 (CIdolManager_t2822338582 * __this, int32_t ____type0, const RuntimeMethod* method) { { int32_t L_0 = ____type0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000e; } } { IdolAwardUnit_t568575365 * L_1 = __this->get_m_starAward_7(); return L_1; } IL_000e: { int32_t L_2 = ____type0; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_001c; } } { IdolAwardUnit_t568575365 * L_3 = __this->get_m_dayAward_8(); return L_3; } IL_001c: { return (IdolAwardUnit_t568575365 *)NULL; } } // DMCore.Logic.CAwardItem DMCore.Logic.CIdolManager::GetIdolAwardItem(DMCore.Logic.CIdolManager/EM_Award_type,System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * CIdolManager_GetIdolAwardItem_m739669691 (CIdolManager_t2822338582 * __this, int32_t ___type0, int32_t ___index1, const RuntimeMethod* method) { CAwardItem_t1677460915 * V_0 = NULL; { V_0 = (CAwardItem_t1677460915 *)NULL; int32_t L_0 = ___type0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_001b; } } { IdolAwardUnit_t568575365 * L_1 = __this->get_m_starAward_7(); int32_t L_2 = ___index1; NullCheck(L_1); CAwardItem_t1677460915 * L_3 = IdolAwardUnit_GetItemByIndex_m2754425377(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_002f; } IL_001b: { int32_t L_4 = ___type0; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_002f; } } { IdolAwardUnit_t568575365 * L_5 = __this->get_m_dayAward_8(); int32_t L_6 = ___index1; NullCheck(L_5); CAwardItem_t1677460915 * L_7 = IdolAwardUnit_GetItemByIndex_m2754425377(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_002f: { CAwardItem_t1677460915 * L_8 = V_0; return L_8; } } // System.Boolean DMCore.Logic.CIdolManager::SetIdolPinjieName(UITexture,System.Int32,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool CIdolManager_SetIdolPinjieName_m3680137619 (CIdolManager_t2822338582 * __this, UITexture_t3471168817 * ___tex0, int32_t ___level1, Vector3_t3722313464 ___orignalSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_SetIdolPinjieName_m3680137619_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; bool V_2 = false; Texture2D_t3840446185 * V_3 = NULL; { UITexture_t3471168817 * L_0 = ___tex0; 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: { int32_t L_2 = ___level1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))/(int32_t)((int32_t)10))), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2576315017, L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = V_1; NullCheck(L_7); Object_t631007953 * L_9 = IResourceManager_CreateResource_m1279813597(L_7, L_8, (bool)0, /*hidden argument*/NULL); V_3 = ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_9, Texture2D_t3840446185_il2cpp_TypeInfo_var)); Texture2D_t3840446185 * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006d; } } { UITexture_t3471168817 * L_12 = ___tex0; Texture2D_t3840446185 * L_13 = V_3; NullCheck(L_12); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_12, L_13); UITexture_t3471168817 * L_14 = ___tex0; NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); Vector3_t3722313464 L_16 = ___orignalSize2; NullCheck(L_15); Transform_set_localScale_m3053443106(L_15, L_16, /*hidden argument*/NULL); UITexture_t3471168817 * L_17 = ___tex0; NullCheck(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_19 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); Transform_set_localRotation_m19445462(L_18, L_19, /*hidden argument*/NULL); V_2 = (bool)1; } IL_006d: { bool L_20 = V_2; return L_20; } } // System.Boolean DMCore.Logic.CIdolManager::SetIdolPinjieLevel(UITexture,System.Int32,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool CIdolManager_SetIdolPinjieLevel_m3612360932 (CIdolManager_t2822338582 * __this, UITexture_t3471168817 * ___tex0, int32_t ___level1, Vector3_t3722313464 ___orignalSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_SetIdolPinjieLevel_m3612360932_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; bool V_2 = false; Texture2D_t3840446185 * V_3 = NULL; { UITexture_t3471168817 * L_0 = ___tex0; 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: { int32_t L_2 = ___level1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))%(int32_t)((int32_t)10))), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2477800897, L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = V_1; NullCheck(L_7); Object_t631007953 * L_9 = IResourceManager_CreateResource_m1279813597(L_7, L_8, (bool)0, /*hidden argument*/NULL); V_3 = ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_9, Texture2D_t3840446185_il2cpp_TypeInfo_var)); Texture2D_t3840446185 * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006d; } } { UITexture_t3471168817 * L_12 = ___tex0; Texture2D_t3840446185 * L_13 = V_3; NullCheck(L_12); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_12, L_13); UITexture_t3471168817 * L_14 = ___tex0; NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); Vector3_t3722313464 L_16 = ___orignalSize2; NullCheck(L_15); Transform_set_localScale_m3053443106(L_15, L_16, /*hidden argument*/NULL); UITexture_t3471168817 * L_17 = ___tex0; NullCheck(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_19 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); Transform_set_localRotation_m19445462(L_18, L_19, /*hidden argument*/NULL); V_2 = (bool)1; } IL_006d: { bool L_20 = V_2; return L_20; } } // System.Int32 DMCore.Logic.CIdolManager::GetPinjieLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_GetPinjieLevel_m3913139106 (CIdolManager_t2822338582 * __this, int32_t ___oriLevel0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; int32_t L_0 = ___oriLevel0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { int32_t L_1 = V_0; return L_1; } IL_000b: { int32_t L_2 = ___oriLevel0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))/(int32_t)((int32_t)10))), (int32_t)1)); int32_t L_3 = V_0; return L_3; } } // System.Int32 DMCore.Logic.CIdolManager::get_RolePinjieLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_get_RolePinjieLevel_m93028813 (CIdolManager_t2822338582 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_get_RolePinjieLevel_m93028813_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral3037169078, 0, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Logic.CIdolManager::RegisterAwardWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RegisterAwardWatcher_m3146653400 (CIdolManager_t2822338582 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshAward_10(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::RemoveAwardWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_RemoveAwardWatcher_m1368269697 (CIdolManager_t2822338582 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshAward_10(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CIdolManager::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CIdolManager_OnLoad_m3376634425 (CIdolManager_t2822338582 * __this, String_t* ___loadedObj0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_OnLoad_m3376634425_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; XmlNodeList_t2551693786 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; XmlElement_t561603118 * V_6 = NULL; int32_t V_7 = 0; PinjieInfo_t3881645638 V_8; memset(&V_8, 0, sizeof(V_8)); Exception_t * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNodeList_t2551693786 * G_B4_0 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = (XmlElement_t561603118 *)NULL; V_1 = (XmlNodeList_t2551693786 *)NULL; XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_2 = L_0; XmlDocument_t2837193595 * L_1 = V_2; if (!L_1) { goto IL_0036; } } IL_0010: { XmlDocument_t2837193595 * L_2 = V_2; String_t* L_3 = ___loadedObj0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_2, L_3); XmlDocument_t2837193595 * L_4 = V_2; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_0; if (!L_6) { goto IL_0034; } } IL_0029: { XmlElement_t561603118 * L_7 = V_0; NullCheck(L_7); XmlNodeList_t2551693786 * L_8 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_7); G_B4_0 = L_8; goto IL_0035; } IL_0034: { G_B4_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0035: { V_1 = G_B4_0; } IL_0036: { XmlNodeList_t2551693786 * L_9 = V_1; if (L_9) { goto IL_0043; } } IL_003c: { V_3 = (bool)0; goto IL_00e6; } IL_0043: { V_4 = 0; XmlNodeList_t2551693786 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_10); V_5 = L_11; goto IL_00be; } IL_0053: { XmlNodeList_t2551693786 * L_12 = V_1; 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_6 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_14, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_15 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_16 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_15, _stringLiteral1232840130, (-1), /*hidden argument*/NULL); V_7 = L_16; il2cpp_codegen_initobj((&V_8), sizeof(PinjieInfo_t3881645638 )); XmlElement_t561603118 * L_17 = V_6; 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(); String_t* L_19 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_17, _stringLiteral62725243, L_18, /*hidden argument*/NULL); (&V_8)->set_name_0(L_19); XmlElement_t561603118 * L_20 = V_6; String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_22 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_20, _stringLiteral1167642106, L_21, /*hidden argument*/NULL); (&V_8)->set_sprName_1(L_22); Dictionary_2_t2770358969 * L_23 = __this->get_m_pinjieDic_9(); int32_t L_24 = V_7; PinjieInfo_t3881645638 L_25 = V_8; NullCheck(L_23); Dictionary_2_Add_m2948975602(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_Add_m2948975602_RuntimeMethod_var); int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00be: { int32_t L_27 = V_4; int32_t L_28 = V_5; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0053; } } IL_00c7: { goto IL_00e4; } } // 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_00cc; throw e; } CATCH_00cc: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_29 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_30 = V_9; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); NullCheck(L_29); CLogHelp_LogFile_m4227814860(L_29, L_31, /*hidden argument*/NULL); goto IL_00e4; } // end catch (depth: 1) IL_00e4: { return (bool)1; } IL_00e6: { bool L_32 = V_3; return L_32; } } // System.Void DMCore.Logic.CIdolManager::ShowIdolWnd(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolManager_ShowIdolWnd_m3358180593 (CIdolManager_t2822338582 * __this, int32_t ____showItemIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolManager_ShowIdolWnd_m3358180593_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager_t2822338582 * L_0 = CIdolManager_GetInstance_m4080260283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ____showItemIndex0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_1, 0, 3, /*hidden argument*/NULL); NullCheck(L_0); CIdolManager_set_ShowItemIndex_m230142938(L_0, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_3 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CWndController_ShowUI_m3552255067(L_3, ((int32_t)164), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIdolManager__cctor_m2574911031 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolShowManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager__ctor_m862197090 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager__ctor_m862197090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_ActivePage_0(6); Dictionary_2_t463511065 * L_0 = (Dictionary_2_t463511065 *)il2cpp_codegen_object_new(Dictionary_2_t463511065_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3275993915(L_0, /*hidden argument*/Dictionary_2__ctor_m3275993915_RuntimeMethod_var); __this->set_s_listIdols_34(L_0); List_1_t913674750 * L_1 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m3581340774(L_1, /*hidden argument*/List_1__ctor_m3581340774_RuntimeMethod_var); __this->set_m_PopularityPlayId_12(L_1); return; } } // DMCore.Logic.CIdolShowManager DMCore.Logic.CIdolShowManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolShowManager_t2312713117 * CIdolShowManager_GetInstance_m2867202331 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetInstance_m2867202331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var); CIdolShowManager_t2312713117 * L_0 = ((CIdolShowManager_t2312713117_StaticFields*)il2cpp_codegen_static_fields_for(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var))->get_s_Instance_35(); if (L_0) { goto IL_0014; } } { CIdolShowManager_t2312713117 * L_1 = (CIdolShowManager_t2312713117 *)il2cpp_codegen_object_new(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var); CIdolShowManager__ctor_m862197090(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var); ((CIdolShowManager_t2312713117_StaticFields*)il2cpp_codegen_static_fields_for(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var))->set_s_Instance_35(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var); CIdolShowManager_t2312713117 * L_2 = ((CIdolShowManager_t2312713117_StaticFields*)il2cpp_codegen_static_fields_for(CIdolShowManager_t2312713117_il2cpp_TypeInfo_var))->get_s_Instance_35(); return L_2; } } // DMCore.Logic.enumIdolShowPage DMCore.Logic.CIdolShowManager::get_CurrentPage() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_CurrentPage_m2234979863 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_ActivePage_0(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_CurrentPage(DMCore.Logic.enumIdolShowPage) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_CurrentPage_m2331911116 (CIdolShowManager_t2312713117 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_ActivePage_0(L_0); return; } } // System.Void DMCore.Logic.CIdolShowManager::OpenPopularity() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_OpenPopularity_m2542365686 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_OpenPopularity_m2542365686_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetUICamera_m3997251255(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { return; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CWndController_ShowUI_m3552255067(L_5, ((int32_t)81), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::OnDestroyUI() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_OnDestroyUI_m3650247495 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_OnDestroyUI_m3650247495_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)81), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::SetLastWeekTop10Rank(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetLastWeekTop10Rank_m2566637853 (CIdolShowManager_t2312713117 * __this, int32_t ___rank0, const RuntimeMethod* method) { { int32_t L_0 = ___rank0; __this->set_lastWeekSelfRank_1(L_0); return; } } // System.Void DMCore.Logic.CIdolShowManager::ShowLastWeekRank() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_ShowLastWeekRank_m2478896797 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_ShowLastWeekRank_m2478896797_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; uiIdowShowLastWeekTop10_t1635343170 * V_1 = NULL; uiIdowShowLastWeekTop10_t1635343170 * G_B4_0 = NULL; { int32_t L_0 = __this->get_lastWeekSelfRank_1(); if (!L_0) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CWndController_ShowUI_m3552255067(L_1, ((int32_t)85), /*hidden argument*/NULL); CWndController_t749709641 * L_2 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); GameObject_t1113636619 * L_3 = CWndController_CreateDelayBindWnd_m1486584967(L_2, ((int32_t)85), /*hidden argument*/NULL); V_0 = L_3; GameObject_t1113636619 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_003c; } } { GameObject_t1113636619 * L_6 = V_0; NullCheck(L_6); uiIdowShowLastWeekTop10_t1635343170 * L_7 = GameObject_GetComponent_TisuiIdowShowLastWeekTop10_t1635343170_m1599811277(L_6, /*hidden argument*/GameObject_GetComponent_TisuiIdowShowLastWeekTop10_t1635343170_m1599811277_RuntimeMethod_var); G_B4_0 = L_7; goto IL_003d; } IL_003c: { G_B4_0 = ((uiIdowShowLastWeekTop10_t1635343170 *)(NULL)); } IL_003d: { V_1 = G_B4_0; uiIdowShowLastWeekTop10_t1635343170 * 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_0056; } } { uiIdowShowLastWeekTop10_t1635343170 * L_10 = V_1; int32_t L_11 = __this->get_lastWeekSelfRank_1(); NullCheck(L_10); uiIdowShowLastWeekTop10_SetRankNum_m3259578776(L_10, L_11, /*hidden argument*/NULL); } IL_0056: { __this->set_lastWeekSelfRank_1(0); } IL_005d: { return; } } // System.Void DMCore.Logic.CIdolShowManager::SetRankListChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetRankListChanged_m337723354 (CIdolShowManager_t2312713117 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_rankListChanged_36(L_0); return; } } // System.Void DMCore.Logic.CIdolShowManager::SetSearchTableChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetSearchTableChanged_m1770391676 (CIdolShowManager_t2312713117 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_searchTableChanged_37(L_0); return; } } // System.Boolean DMCore.Logic.CIdolShowManager::IfSearchTableChaged() extern "C" IL2CPP_METHOD_ATTR bool CIdolShowManager_IfSearchTableChaged_m284477265 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_searchTableChanged_37(); return L_0; } } // System.Boolean DMCore.Logic.CIdolShowManager::IfRankListChanged() extern "C" IL2CPP_METHOD_ATTR bool CIdolShowManager_IfRankListChanged_m3007286126 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_rankListChanged_36(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::RequestCurrentList() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestCurrentList_m3786017140 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int32_t L_0 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001c; } } { int32_t L_1 = __this->get_curHitRankSex_27(); CIdolShowManager_RequestHitRankList_m4116888704(__this, L_1, /*hidden argument*/NULL); goto IL_004c; } IL_001c: { int32_t L_2 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_003a; } } { int32_t L_3 = __this->get_curTop10Ntype_30(); CIdolShowManager_RequestTop10RankList_m1251013071(__this, 0, L_3, /*hidden argument*/NULL); goto IL_004c; } IL_003a: { int32_t L_4 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_004c; } } { CIdolShowManager_RequestCollectRankList_m4104747529(__this, /*hidden argument*/NULL); } IL_004c: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestHitRankList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestHitRankList_m4116888704 (CIdolShowManager_t2312713117 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestHitRankList_m4116888704_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = ___sex0; __this->set_curHitRankSex_27(L_0); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1531), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___sex0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestCollectRankList() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestCollectRankList_m4104747529 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestCollectRankList_m4104747529_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1534), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestTop10RankList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestTop10RankList_m1251013071 (CIdolShowManager_t2312713117 * __this, int32_t ___Pos0, int32_t ___nType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestTop10RankList_m1251013071_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = ___nType1; __this->set_curTop10Ntype_30(L_0); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1532), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = CIdolShowManager_get_CurNYear_m3391418736(__this, /*hidden argument*/NULL); NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; int32_t L_6 = CIdolShowManager_get_CurNVolume_m25185267(__this, /*hidden argument*/NULL); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; int32_t L_8 = ___Pos0; NullCheck(L_7); CDataArray_Push_m3820844360(L_7, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_0; int32_t L_10 = ___nType1; NullCheck(L_9); CDataArray_Push_m3820844360(L_9, L_10, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_0; NullCheck(L_11); CDataArray_Flush_m1077150699(L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestPopularityDetail(System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestPopularityDetail_m3975216856 (CIdolShowManager_t2312713117 * __this, int64_t ___nUserId0, int64_t ___nOnwerId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestPopularityDetail_m3975216856_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1537), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___nUserId0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int64_t L_5 = ___nOnwerId1; NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestMyPopularityList(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestMyPopularityList_m2451221676 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestMyPopularityList_m2451221676_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1539), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___userId0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestQueryIdol(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestQueryIdol_m3783953903 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestQueryIdol_m3783953903_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1535), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___userId0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestPresent(DMCore.Logic.enumIdolPresentType,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestPresent_m732280939 (CIdolShowManager_t2312713117 * __this, int32_t ___type0, int64_t ___userId1, int32_t ___giftId2, int32_t ___nAmount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestPresent_m732280939_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___type0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002c; } } { CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1007), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int64_t L_4 = ___userId1; NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestIdolCollect(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestIdolCollect_m2927256894 (CIdolShowManager_t2312713117 * __this, int32_t ___type0, int64_t ___userID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestIdolCollect_m2927256894_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1533), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___type0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int64_t L_5 = ___userID1; NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestQueryIdolDetail(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestQueryIdolDetail_m2075940587 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestQueryIdolDetail_m2075940587_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1538), /*hidden argument*/NULL); int32_t L_2 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } { CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, 1, /*hidden argument*/NULL); goto IL_002f; } IL_0028: { CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, 2, /*hidden argument*/NULL); } IL_002f: { CDataArray_t4068198041 * L_5 = V_0; int64_t L_6 = ___userId0; NullCheck(L_5); CDataArray_Push_m3799896857(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // DMCore.Logic.CIdolInfo DMCore.Logic.CIdolShowManager::GetIdol(DMCore.Logic.enumIdolShowPage,System.Int32) extern "C" IL2CPP_METHOD_ATTR CIdolInfo_t400451087 * CIdolShowManager_GetIdol_m1027625028 (CIdolShowManager_t2312713117 * __this, int32_t ___type0, int32_t ___nIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetIdol_m1027625028_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t463511065 * L_0 = __this->get_s_listIdols_34(); int32_t L_1 = ___type0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m4280824042(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return (CIdolInfo_t400451087 *)NULL; } IL_0013: { int32_t L_3 = ___nIndex1; if ((((int32_t)0) > ((int32_t)L_3))) { goto IL_0031; } } { Dictionary_2_t463511065 * L_4 = __this->get_s_listIdols_34(); int32_t L_5 = ___type0; NullCheck(L_4); List_1_t1872525829 * L_6 = Dictionary_2_get_Item_m3702955877(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m1633554327(L_6, /*hidden argument*/List_1_get_Count_m1633554327_RuntimeMethod_var); int32_t L_8 = ___nIndex1; if ((((int32_t)L_7) > ((int32_t)L_8))) { goto IL_0033; } } IL_0031: { return (CIdolInfo_t400451087 *)NULL; } IL_0033: { Dictionary_2_t463511065 * L_9 = __this->get_s_listIdols_34(); int32_t L_10 = ___type0; NullCheck(L_9); List_1_t1872525829 * L_11 = Dictionary_2_get_Item_m3702955877(L_9, L_10, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_12 = ___nIndex1; NullCheck(L_11); CIdolInfo_t400451087 * L_13 = List_1_get_Item_m1094143611(L_11, L_12, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); return L_13; } } // System.Void DMCore.Logic.CIdolShowManager::Add(DMCore.Logic.CIdolInfo,DMCore.Logic.enumIdolShowPage) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_Add_m2702339188 (CIdolShowManager_t2312713117 * __this, CIdolInfo_t400451087 * ___idolInfo0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_Add_m2702339188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t463511065 * L_0 = __this->get_s_listIdols_34(); int32_t L_1 = ___type1; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m4280824042(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var); if (L_2) { goto IL_0022; } } { Dictionary_2_t463511065 * L_3 = __this->get_s_listIdols_34(); int32_t L_4 = ___type1; List_1_t1872525829 * L_5 = (List_1_t1872525829 *)il2cpp_codegen_object_new(List_1_t1872525829_il2cpp_TypeInfo_var); List_1__ctor_m1340712170(L_5, /*hidden argument*/List_1__ctor_m1340712170_RuntimeMethod_var); NullCheck(L_3); Dictionary_2_Add_m3427877005(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_Add_m3427877005_RuntimeMethod_var); } IL_0022: { int32_t L_6 = ___type1; if (L_6) { goto IL_003f; } } { Dictionary_2_t463511065 * L_7 = __this->get_s_listIdols_34(); NullCheck(L_7); List_1_t1872525829 * L_8 = Dictionary_2_get_Item_m3702955877(L_7, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); CIdolInfo_t400451087 * L_9 = ___idolInfo0; NullCheck(L_8); List_1_Add_m2734218112(L_8, L_9, /*hidden argument*/List_1_Add_m2734218112_RuntimeMethod_var); goto IL_006f; } IL_003f: { int32_t L_10 = ___type1; if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_005d; } } { Dictionary_2_t463511065 * L_11 = __this->get_s_listIdols_34(); NullCheck(L_11); List_1_t1872525829 * L_12 = Dictionary_2_get_Item_m3702955877(L_11, 1, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); CIdolInfo_t400451087 * L_13 = ___idolInfo0; NullCheck(L_12); List_1_Add_m2734218112(L_12, L_13, /*hidden argument*/List_1_Add_m2734218112_RuntimeMethod_var); goto IL_006f; } IL_005d: { Dictionary_2_t463511065 * L_14 = __this->get_s_listIdols_34(); NullCheck(L_14); List_1_t1872525829 * L_15 = Dictionary_2_get_Item_m3702955877(L_14, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); CIdolInfo_t400451087 * L_16 = ___idolInfo0; NullCheck(L_15); List_1_Add_m2734218112(L_15, L_16, /*hidden argument*/List_1_Add_m2734218112_RuntimeMethod_var); } IL_006f: { CIdolShowManager_SetRankListChanged_m337723354(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::AddSearchResult(DMCore.Logic.CIdolInfo) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_AddSearchResult_m3504515156 (CIdolShowManager_t2312713117 * __this, CIdolInfo_t400451087 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_AddSearchResult_m3504515156_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t463511065 * L_0 = __this->get_s_listIdols_34(); NullCheck(L_0); bool L_1 = Dictionary_2_ContainsKey_m4280824042(L_0, 3, /*hidden argument*/Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var); if (L_1) { goto IL_0022; } } { Dictionary_2_t463511065 * L_2 = __this->get_s_listIdols_34(); List_1_t1872525829 * L_3 = (List_1_t1872525829 *)il2cpp_codegen_object_new(List_1_t1872525829_il2cpp_TypeInfo_var); List_1__ctor_m1340712170(L_3, /*hidden argument*/List_1__ctor_m1340712170_RuntimeMethod_var); NullCheck(L_2); Dictionary_2_Add_m3427877005(L_2, 3, L_3, /*hidden argument*/Dictionary_2_Add_m3427877005_RuntimeMethod_var); } IL_0022: { Dictionary_2_t463511065 * L_4 = __this->get_s_listIdols_34(); NullCheck(L_4); List_1_t1872525829 * L_5 = Dictionary_2_get_Item_m3702955877(L_4, 3, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); CIdolInfo_t400451087 * L_6 = ___info0; NullCheck(L_5); List_1_Add_m2734218112(L_5, L_6, /*hidden argument*/List_1_Add_m2734218112_RuntimeMethod_var); CIdolShowManager_SetSearchTableChanged_m1770391676(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CIdolShowManager::GetIdolIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_GetIdolIndex_m1681697525 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetIdolIndex_m1681697525_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (-1); int32_t L_0 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); V_1 = L_0; int32_t L_1 = V_1; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0012; } } { V_1 = 3; } IL_0012: { Dictionary_2_t463511065 * L_2 = __this->get_s_listIdols_34(); int32_t L_3 = V_1; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m4280824042(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var); if (L_4) { goto IL_0025; } } { return (-1); } IL_0025: { int32_t L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)4)))) { goto IL_0033; } } { V_0 = 0; goto IL_0079; } IL_0033: { V_2 = 0; goto IL_0062; } IL_003a: { Dictionary_2_t463511065 * L_6 = __this->get_s_listIdols_34(); int32_t L_7 = V_1; NullCheck(L_6); List_1_t1872525829 * L_8 = Dictionary_2_get_Item_m3702955877(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_9 = V_2; NullCheck(L_8); CIdolInfo_t400451087 * L_10 = List_1_get_Item_m1094143611(L_8, L_9, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); NullCheck(L_10); int64_t L_11 = L_10->get__userID_0(); int64_t L_12 = ___userId0; if ((!(((uint64_t)L_11) == ((uint64_t)L_12)))) { goto IL_005e; } } { int32_t L_13 = V_2; V_0 = L_13; goto IL_0079; } IL_005e: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0062: { int32_t L_15 = V_2; Dictionary_2_t463511065 * L_16 = __this->get_s_listIdols_34(); int32_t L_17 = V_1; NullCheck(L_16); List_1_t1872525829 * L_18 = Dictionary_2_get_Item_m3702955877(L_16, L_17, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_18); int32_t L_19 = List_1_get_Count_m1633554327(L_18, /*hidden argument*/List_1_get_Count_m1633554327_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_19))) { goto IL_003a; } } IL_0079: { int32_t L_20 = V_0; return L_20; } } // System.Int32 DMCore.Logic.CIdolShowManager::GetIdolIndex(System.Int64,DMCore.Logic.enumIdolShowPage) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_GetIdolIndex_m673254686 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, int32_t ___page1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetIdolIndex_m673254686_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (-1); int32_t L_0 = ___page1; if (L_0) { goto IL_004e; } } { V_1 = 0; goto IL_0037; } IL_000f: { int64_t L_1 = ___userId0; Dictionary_2_t463511065 * L_2 = __this->get_s_listIdols_34(); NullCheck(L_2); List_1_t1872525829 * L_3 = Dictionary_2_get_Item_m3702955877(L_2, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_4 = V_1; NullCheck(L_3); CIdolInfo_t400451087 * L_5 = List_1_get_Item_m1094143611(L_3, L_4, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); NullCheck(L_5); int64_t L_6 = L_5->get__userID_0(); if ((!(((uint64_t)L_1) == ((uint64_t)L_6)))) { goto IL_0033; } } { int32_t L_7 = V_1; V_0 = L_7; goto IL_004e; } IL_0033: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0037: { int32_t L_9 = V_1; Dictionary_2_t463511065 * L_10 = __this->get_s_listIdols_34(); NullCheck(L_10); List_1_t1872525829 * L_11 = Dictionary_2_get_Item_m3702955877(L_10, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m1633554327(L_11, /*hidden argument*/List_1_get_Count_m1633554327_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_12))) { goto IL_000f; } } IL_004e: { int32_t L_13 = ___page1; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_009b; } } { V_2 = 0; goto IL_0084; } IL_005c: { int64_t L_14 = ___userId0; Dictionary_2_t463511065 * L_15 = __this->get_s_listIdols_34(); NullCheck(L_15); List_1_t1872525829 * L_16 = Dictionary_2_get_Item_m3702955877(L_15, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_17 = V_2; NullCheck(L_16); CIdolInfo_t400451087 * L_18 = List_1_get_Item_m1094143611(L_16, L_17, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); NullCheck(L_18); int64_t L_19 = L_18->get__userID_0(); if ((!(((uint64_t)L_14) == ((uint64_t)L_19)))) { goto IL_0080; } } { int32_t L_20 = V_2; V_0 = L_20; goto IL_009b; } IL_0080: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0084: { int32_t L_22 = V_2; Dictionary_2_t463511065 * L_23 = __this->get_s_listIdols_34(); NullCheck(L_23); List_1_t1872525829 * L_24 = Dictionary_2_get_Item_m3702955877(L_23, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_24); int32_t L_25 = List_1_get_Count_m1633554327(L_24, /*hidden argument*/List_1_get_Count_m1633554327_RuntimeMethod_var); if ((((int32_t)L_22) < ((int32_t)L_25))) { goto IL_005c; } } IL_009b: { int32_t L_26 = V_0; return L_26; } } // System.Void DMCore.Logic.CIdolShowManager::SetIdolDetail(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetIdolDetail_m1969309695 (CIdolShowManager_t2312713117 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_SetIdolDetail_m1969309695_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CIdolInfo_t400451087 * V_2 = NULL; int32_t V_3 = 0; CDataArray_t4068198041 * V_4 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = V_1; CIdolInfo_t400451087 * L_5 = CIdolShowManager_GetIdolInfo_m550851100(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CIdolInfo_t400451087 * L_6 = V_2; if (L_6) { goto IL_001f; } } { return; } IL_001f: { CIdolInfo_t400451087 * L_7 = V_2; int64_t L_8 = V_1; NullCheck(L_7); L_7->set__userID_0(L_8); CIdolInfo_t400451087 * L_9 = V_2; 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; NullCheck(L_10); int32_t L_13 = CDataArray_GetInt_m1111369473(L_10, L_12, 0, /*hidden argument*/NULL); NullCheck(L_9); L_9->set__nPraise_14(L_13); CIdolInfo_t400451087 * L_14 = V_2; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); NullCheck(L_14); L_14->set__nHasPraised_18(L_18); CIdolInfo_t400451087 * L_19 = V_2; 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; NullCheck(L_20); int32_t L_23 = CDataArray_GetInt_m1111369473(L_20, L_22, 0, /*hidden argument*/NULL); NullCheck(L_19); L_19->set__nGiveGiftCount_15(L_23); CIdolInfo_t400451087 * L_24 = V_2; CDataArray_t4068198041 * L_25 = ___msg0; int32_t L_26 = V_0; int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); V_0 = L_27; NullCheck(L_25); int32_t L_28 = CDataArray_GetInt_m1111369473(L_25, L_27, 0, /*hidden argument*/NULL); NullCheck(L_24); L_24->set__nGiveFashCount_16(L_28); CIdolInfo_t400451087 * L_29 = V_2; 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); NullCheck(L_29); L_29->set__nPhotoCount_17(L_33); CIdolInfo_t400451087 * L_34 = V_2; NullCheck(L_34); List_1_t913674750 * L_35 = L_34->get__photoIds_19(); NullCheck(L_35); List_1_Clear_m2696058023(L_35, /*hidden argument*/List_1_Clear_m2696058023_RuntimeMethod_var); V_3 = 0; goto IL_00ae; } IL_0092: { CIdolInfo_t400451087 * L_36 = V_2; NullCheck(L_36); List_1_t913674750 * L_37 = L_36->get__photoIds_19(); 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); int64_t L_41 = CDataArray_GetLong_m4094450536(L_38, L_40, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_37); List_1_Add_m358737454(L_37, L_41, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); int32_t L_42 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00ae: { int32_t L_43 = V_3; CIdolInfo_t400451087 * L_44 = V_2; NullCheck(L_44); int32_t L_45 = L_44->get__nPhotoCount_17(); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_0092; } } { DataRefreshCallBack_t1481235937 * L_46 = __this->get_showDetail_17(); if (!L_46) { goto IL_00e1; } } { CDataArray_t4068198041 * L_47 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_47, /*hidden argument*/NULL); V_4 = L_47; CDataArray_t4068198041 * L_48 = V_4; int64_t L_49 = V_1; NullCheck(L_48); CDataArray_Push_m3799896857(L_48, L_49, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_50 = __this->get_showDetail_17(); CDataArray_t4068198041 * L_51 = V_4; NullCheck(L_50); DataRefreshCallBack_Invoke_m1302616006(L_50, L_51, /*hidden argument*/NULL); } IL_00e1: { return; } } // System.Void DMCore.Logic.CIdolShowManager::SetIdolPhoto(System.Int64,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetIdolPhoto_m3747992855 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, CDataArray_t4068198041 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_SetIdolPhoto_m3747992855_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 = ___data1; 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; CIdolInfo_t400451087 * L_4 = __this->get_selfInfo_40(); NullCheck(L_4); int64_t L_5 = L_4->get__userID_0(); int64_t L_6 = ___userId0; if ((!(((uint64_t)L_5) == ((uint64_t)L_6)))) { goto IL_0073; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0073; } } { CIdolInfo_t400451087 * L_8 = __this->get_selfInfo_40(); int32_t L_9 = V_1; NullCheck(L_8); L_8->set__nPhotoCount_17(L_9); CIdolInfo_t400451087 * L_10 = __this->get_selfInfo_40(); int32_t L_11 = V_1; List_1_t913674750 * L_12 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m2966311790(L_12, L_11, /*hidden argument*/List_1__ctor_m2966311790_RuntimeMethod_var); NullCheck(L_10); L_10->set__photoIds_19(L_12); V_2 = 0; goto IL_006c; } IL_004b: { CIdolInfo_t400451087 * L_13 = __this->get_selfInfo_40(); NullCheck(L_13); List_1_t913674750 * L_14 = L_13->get__photoIds_19(); CDataArray_t4068198041 * L_15 = ___data1; 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); int64_t L_18 = CDataArray_GetLong_m4094450536(L_15, L_17, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_14); List_1_Add_m358737454(L_14, L_18, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_006c: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_004b; } } IL_0073: { int64_t L_22 = ___userId0; int32_t L_23 = CIdolShowManager_GetIdolIndex_m673254686(__this, L_22, 0, /*hidden argument*/NULL); V_3 = L_23; int64_t L_24 = ___userId0; int32_t L_25 = CIdolShowManager_GetIdolIndex_m673254686(__this, L_24, 2, /*hidden argument*/NULL); V_4 = L_25; int32_t L_26 = V_3; if ((((int32_t)L_26) == ((int32_t)(-1)))) { goto IL_010f; } } { int32_t L_27 = V_1; if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_010f; } } { Dictionary_2_t463511065 * L_28 = __this->get_s_listIdols_34(); NullCheck(L_28); List_1_t1872525829 * L_29 = Dictionary_2_get_Item_m3702955877(L_28, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_30 = V_3; NullCheck(L_29); CIdolInfo_t400451087 * L_31 = List_1_get_Item_m1094143611(L_29, L_30, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); int32_t L_32 = V_1; NullCheck(L_31); L_31->set__nPhotoCount_17(L_32); Dictionary_2_t463511065 * L_33 = __this->get_s_listIdols_34(); NullCheck(L_33); List_1_t1872525829 * L_34 = Dictionary_2_get_Item_m3702955877(L_33, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_35 = V_3; NullCheck(L_34); CIdolInfo_t400451087 * L_36 = List_1_get_Item_m1094143611(L_34, L_35, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); int32_t L_37 = V_1; List_1_t913674750 * L_38 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m2966311790(L_38, L_37, /*hidden argument*/List_1__ctor_m2966311790_RuntimeMethod_var); NullCheck(L_36); L_36->set__photoIds_19(L_38); V_5 = 0; goto IL_0100; } IL_00d1: { Dictionary_2_t463511065 * L_39 = __this->get_s_listIdols_34(); NullCheck(L_39); List_1_t1872525829 * L_40 = Dictionary_2_get_Item_m3702955877(L_39, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_41 = V_3; NullCheck(L_40); CIdolInfo_t400451087 * L_42 = List_1_get_Item_m1094143611(L_40, L_41, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); NullCheck(L_42); List_1_t913674750 * L_43 = L_42->get__photoIds_19(); CDataArray_t4068198041 * L_44 = ___data1; int32_t L_45 = V_0; int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); V_0 = L_46; NullCheck(L_44); int64_t L_47 = CDataArray_GetLong_m4094450536(L_44, L_46, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_43); List_1_Add_m358737454(L_43, L_47, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); int32_t L_48 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0100: { int32_t L_49 = V_5; int32_t L_50 = V_1; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_00d1; } } { CIdolShowManager_SetRankListChanged_m337723354(__this, (bool)1, /*hidden argument*/NULL); } IL_010f: { int32_t L_51 = V_4; if ((((int32_t)L_51) == ((int32_t)(-1)))) { goto IL_019c; } } { int32_t L_52 = V_1; if ((((int32_t)L_52) <= ((int32_t)0))) { goto IL_019c; } } { Dictionary_2_t463511065 * L_53 = __this->get_s_listIdols_34(); NullCheck(L_53); List_1_t1872525829 * L_54 = Dictionary_2_get_Item_m3702955877(L_53, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_55 = V_4; NullCheck(L_54); CIdolInfo_t400451087 * L_56 = List_1_get_Item_m1094143611(L_54, L_55, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); int32_t L_57 = V_1; NullCheck(L_56); L_56->set__nPhotoCount_17(L_57); Dictionary_2_t463511065 * L_58 = __this->get_s_listIdols_34(); NullCheck(L_58); List_1_t1872525829 * L_59 = Dictionary_2_get_Item_m3702955877(L_58, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_60 = V_4; NullCheck(L_59); CIdolInfo_t400451087 * L_61 = List_1_get_Item_m1094143611(L_59, L_60, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); int32_t L_62 = V_1; List_1_t913674750 * L_63 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m2966311790(L_63, L_62, /*hidden argument*/List_1__ctor_m2966311790_RuntimeMethod_var); NullCheck(L_61); L_61->set__photoIds_19(L_63); V_6 = 0; goto IL_018d; } IL_015d: { Dictionary_2_t463511065 * L_64 = __this->get_s_listIdols_34(); NullCheck(L_64); List_1_t1872525829 * L_65 = Dictionary_2_get_Item_m3702955877(L_64, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_66 = V_4; NullCheck(L_65); CIdolInfo_t400451087 * L_67 = List_1_get_Item_m1094143611(L_65, L_66, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); NullCheck(L_67); List_1_t913674750 * L_68 = L_67->get__photoIds_19(); CDataArray_t4068198041 * L_69 = ___data1; int32_t L_70 = V_0; int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); V_0 = L_71; NullCheck(L_69); int64_t L_72 = CDataArray_GetLong_m4094450536(L_69, L_71, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_68); List_1_Add_m358737454(L_68, L_72, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); int32_t L_73 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_018d: { int32_t L_74 = V_6; int32_t L_75 = V_1; if ((((int32_t)L_74) < ((int32_t)L_75))) { goto IL_015d; } } { CIdolShowManager_SetRankListChanged_m337723354(__this, (bool)1, /*hidden argument*/NULL); } IL_019c: { return; } } // System.Void DMCore.Logic.CIdolShowManager::DeleteCollectIdol(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_DeleteCollectIdol_m845870690 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_DeleteCollectIdol_m845870690_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = (-1); Dictionary_2_t463511065 * L_0 = __this->get_s_listIdols_34(); NullCheck(L_0); bool L_1 = Dictionary_2_ContainsKey_m4280824042(L_0, 2, /*hidden argument*/Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var); if (L_1) { goto IL_0014; } } { return; } IL_0014: { V_1 = 0; goto IL_0043; } IL_001b: { Dictionary_2_t463511065 * L_2 = __this->get_s_listIdols_34(); NullCheck(L_2); List_1_t1872525829 * L_3 = Dictionary_2_get_Item_m3702955877(L_2, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_4 = V_1; NullCheck(L_3); CIdolInfo_t400451087 * L_5 = List_1_get_Item_m1094143611(L_3, L_4, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); NullCheck(L_5); int64_t L_6 = L_5->get__userID_0(); int64_t L_7 = ___userId0; if ((!(((uint64_t)L_6) == ((uint64_t)L_7)))) { goto IL_003f; } } { int32_t L_8 = V_1; V_0 = L_8; goto IL_005a; } IL_003f: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0043: { int32_t L_10 = V_1; Dictionary_2_t463511065 * L_11 = __this->get_s_listIdols_34(); NullCheck(L_11); List_1_t1872525829 * L_12 = Dictionary_2_get_Item_m3702955877(L_11, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m1633554327(L_12, /*hidden argument*/List_1_get_Count_m1633554327_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_13))) { goto IL_001b; } } IL_005a: { int32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_0073; } } { Dictionary_2_t463511065 * L_15 = __this->get_s_listIdols_34(); NullCheck(L_15); List_1_t1872525829 * L_16 = Dictionary_2_get_Item_m3702955877(L_15, 2, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_17 = V_0; NullCheck(L_16); List_1_RemoveAt_m1231458153(L_16, L_17, /*hidden argument*/List_1_RemoveAt_m1231458153_RuntimeMethod_var); } IL_0073: { return; } } // System.Void DMCore.Logic.CIdolShowManager::GetPresent(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_GetPresent_m3789808492 (CIdolShowManager_t2312713117 * __this, int32_t ___present0, int64_t ___userid1, int32_t ___addvalue2, int32_t ___welcomeValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetPresent_m3789808492_MetadataUsageId); s_Il2CppMethodInitialized = true; } CIdolInfo_t400451087 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = ___userid1; CIdolInfo_t400451087 * L_1 = CIdolShowManager_GetIdolInfo_m550851100(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CIdolInfo_t400451087 * L_2 = V_0; if (!L_2) { goto IL_0065; } } { CIdolInfo_t400451087 * L_3 = V_0; CIdolInfo_t400451087 * L_4 = L_3; NullCheck(L_4); int32_t L_5 = L_4->get__nWelcomeValue_10(); int32_t L_6 = ___addvalue2; NullCheck(L_4); L_4->set__nWelcomeValue_10(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); int32_t L_7 = ___present0; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0036; } } { CIdolInfo_t400451087 * L_8 = V_0; CIdolInfo_t400451087 * L_9 = L_8; NullCheck(L_9); int32_t L_10 = L_9->get__nPraise_14(); int32_t L_11 = ___addvalue2; NullCheck(L_9); L_9->set__nPraise_14(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))); goto IL_0065; } IL_0036: { int32_t L_12 = ___present0; if ((!(((uint32_t)L_12) == ((uint32_t)4)))) { goto IL_0050; } } { CIdolInfo_t400451087 * L_13 = V_0; CIdolInfo_t400451087 * L_14 = L_13; NullCheck(L_14); int32_t L_15 = L_14->get__nGiveGiftCount_15(); int32_t L_16 = ___addvalue2; NullCheck(L_14); L_14->set__nGiveGiftCount_15(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))); goto IL_0065; } IL_0050: { int32_t L_17 = ___present0; if ((!(((uint32_t)L_17) == ((uint32_t)3)))) { goto IL_0065; } } { CIdolInfo_t400451087 * L_18 = V_0; CIdolInfo_t400451087 * L_19 = L_18; NullCheck(L_19); int32_t L_20 = L_19->get__nGiveFashCount_16(); int32_t L_21 = ___addvalue2; NullCheck(L_19); L_19->set__nGiveFashCount_16(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))); } IL_0065: { CDataArray_t4068198041 * L_22 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_22, /*hidden argument*/NULL); V_1 = L_22; CDataArray_t4068198041 * L_23 = V_1; int32_t L_24 = ___present0; NullCheck(L_23); CDataArray_Push_m3820844360(L_23, L_24, /*hidden argument*/NULL); CDataArray_t4068198041 * L_25 = V_1; int64_t L_26 = ___userid1; NullCheck(L_25); CDataArray_Push_m3799896857(L_25, L_26, /*hidden argument*/NULL); CDataArray_t4068198041 * L_27 = V_1; int32_t L_28 = ___addvalue2; NullCheck(L_27); CDataArray_Push_m3820844360(L_27, L_28, /*hidden argument*/NULL); CDataArray_t4068198041 * L_29 = V_1; int32_t L_30 = ___welcomeValue3; NullCheck(L_29); CDataArray_Push_m3820844360(L_29, L_30, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_31 = __this->get_interactCallback_22(); if (!L_31) { goto IL_009f; } } { DataRefreshCallBack_t1481235937 * L_32 = __this->get_interactCallback_22(); CDataArray_t4068198041 * L_33 = V_1; NullCheck(L_32); DataRefreshCallBack_Invoke_m1302616006(L_32, L_33, /*hidden argument*/NULL); } IL_009f: { return; } } // System.Void DMCore.Logic.CIdolShowManager::ChooseWomanOrMan(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_ChooseWomanOrMan_m1030647732 (CIdolShowManager_t2312713117 * __this, bool ___isWoman0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_ChooseWomanOrMan_m1030647732_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___isWoman0; if (!L_0) { goto IL_0053; } } { int32_t L_1 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0029; } } { Dictionary_2_t463511065 * L_2 = __this->get_s_listIdols_34(); NullCheck(L_2); List_1_t1872525829 * L_3 = Dictionary_2_get_Item_m3702955877(L_2, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_3); List_1_Clear_m1320956765(L_3, /*hidden argument*/List_1_Clear_m1320956765_RuntimeMethod_var); CIdolShowManager_RequestHitRankList_m4116888704(__this, 1, /*hidden argument*/NULL); } IL_0029: { int32_t L_4 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_004e; } } { Dictionary_2_t463511065 * L_5 = __this->get_s_listIdols_34(); NullCheck(L_5); List_1_t1872525829 * L_6 = Dictionary_2_get_Item_m3702955877(L_5, 1, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_6); List_1_Clear_m1320956765(L_6, /*hidden argument*/List_1_Clear_m1320956765_RuntimeMethod_var); CIdolShowManager_RequestTop10RankList_m1251013071(__this, 0, 1, /*hidden argument*/NULL); } IL_004e: { goto IL_009b; } IL_0053: { int32_t L_7 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if (L_7) { goto IL_0076; } } { Dictionary_2_t463511065 * L_8 = __this->get_s_listIdols_34(); NullCheck(L_8); List_1_t1872525829 * L_9 = Dictionary_2_get_Item_m3702955877(L_8, 0, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_9); List_1_Clear_m1320956765(L_9, /*hidden argument*/List_1_Clear_m1320956765_RuntimeMethod_var); CIdolShowManager_RequestHitRankList_m4116888704(__this, 0, /*hidden argument*/NULL); } IL_0076: { int32_t L_10 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_009b; } } { Dictionary_2_t463511065 * L_11 = __this->get_s_listIdols_34(); NullCheck(L_11); List_1_t1872525829 * L_12 = Dictionary_2_get_Item_m3702955877(L_11, 1, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_12); List_1_Clear_m1320956765(L_12, /*hidden argument*/List_1_Clear_m1320956765_RuntimeMethod_var); CIdolShowManager_RequestTop10RankList_m1251013071(__this, 0, 0, /*hidden argument*/NULL); } IL_009b: { return; } } // DMCore.Logic.CIdolInfo DMCore.Logic.CIdolShowManager::GetIdolInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CIdolInfo_t400451087 * CIdolShowManager_GetIdolInfo_m550982169 (CIdolShowManager_t2312713117 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetIdolInfo_m550982169_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t1872525829 * V_0 = NULL; CIdolInfo_t400451087 * V_1 = NULL; CIdolInfo_t400451087 * G_B10_0 = NULL; { V_0 = (List_1_t1872525829 *)NULL; int32_t L_0 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { Dictionary_2_t463511065 * L_1 = __this->get_s_listIdols_34(); NullCheck(L_1); List_1_t1872525829 * L_2 = Dictionary_2_get_Item_m3702955877(L_1, 3, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); V_0 = L_2; goto IL_0032; } IL_0020: { Dictionary_2_t463511065 * L_3 = __this->get_s_listIdols_34(); int32_t L_4 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); NullCheck(L_3); List_1_t1872525829 * L_5 = Dictionary_2_get_Item_m3702955877(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); V_0 = L_5; } IL_0032: { V_1 = (CIdolInfo_t400451087 *)NULL; List_1_t1872525829 * L_6 = V_0; if (!L_6) { goto IL_0055; } } { int32_t L_7 = ___index0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0055; } } { int32_t L_8 = ___index0; List_1_t1872525829 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = List_1_get_Count_m1633554327(L_9, /*hidden argument*/List_1_get_Count_m1633554327_RuntimeMethod_var); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_0055; } } { List_1_t1872525829 * L_11 = V_0; int32_t L_12 = ___index0; NullCheck(L_11); CIdolInfo_t400451087 * L_13 = List_1_get_Item_m1094143611(L_11, L_12, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); V_1 = L_13; } IL_0055: { CIdolInfo_t400451087 * L_14 = V_1; if (L_14) { goto IL_0065; } } { CIdolInfo_t400451087 * L_15 = (CIdolInfo_t400451087 *)il2cpp_codegen_object_new(CIdolInfo_t400451087_il2cpp_TypeInfo_var); CIdolInfo__ctor_m2791496557(L_15, /*hidden argument*/NULL); G_B10_0 = L_15; goto IL_0066; } IL_0065: { CIdolInfo_t400451087 * L_16 = V_1; G_B10_0 = L_16; } IL_0066: { return G_B10_0; } } // DMCore.Logic.CIdolInfo DMCore.Logic.CIdolShowManager::GetIdolInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR CIdolInfo_t400451087 * CIdolShowManager_GetIdolInfo_m550851100 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetIdolInfo_m550851100_MetadataUsageId); s_Il2CppMethodInitialized = true; } CIdolInfo_t400451087 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (CIdolInfo_t400451087 *)NULL; int64_t L_0 = ___userId0; int32_t L_1 = CIdolShowManager_GetIdolIndex_m1681697525(__this, L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_004d; } } { int32_t L_3 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0035; } } { Dictionary_2_t463511065 * L_4 = __this->get_s_listIdols_34(); NullCheck(L_4); List_1_t1872525829 * L_5 = Dictionary_2_get_Item_m3702955877(L_4, 3, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_6 = V_1; NullCheck(L_5); CIdolInfo_t400451087 * L_7 = List_1_get_Item_m1094143611(L_5, L_6, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); V_0 = L_7; goto IL_004d; } IL_0035: { Dictionary_2_t463511065 * L_8 = __this->get_s_listIdols_34(); int32_t L_9 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); NullCheck(L_8); List_1_t1872525829 * L_10 = Dictionary_2_get_Item_m3702955877(L_8, L_9, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_11 = V_1; NullCheck(L_10); CIdolInfo_t400451087 * L_12 = List_1_get_Item_m1094143611(L_10, L_11, /*hidden argument*/List_1_get_Item_m1094143611_RuntimeMethod_var); V_0 = L_12; } IL_004d: { CIdolInfo_t400451087 * L_13 = V_0; return L_13; } } // System.Int32 DMCore.Logic.CIdolShowManager::GetIdolCount(DMCore.Logic.enumIdolShowPage) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_GetIdolCount_m718104577 (CIdolShowManager_t2312713117 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetIdolCount_m718104577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t463511065 * L_0 = __this->get_s_listIdols_34(); int32_t L_1 = ___type0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m4280824042(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return 0; } IL_0013: { Dictionary_2_t463511065 * L_3 = __this->get_s_listIdols_34(); int32_t L_4 = ___type0; NullCheck(L_3); List_1_t1872525829 * L_5 = Dictionary_2_get_Item_m3702955877(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m1633554327(L_5, /*hidden argument*/List_1_get_Count_m1633554327_RuntimeMethod_var); return L_6; } } // System.Void DMCore.Logic.CIdolShowManager::DelIdolAll() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_DelIdolAll_m1486794324 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_DelIdolAll_m1486794324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t463511065 * L_0 = __this->get_s_listIdols_34(); NullCheck(L_0); Dictionary_2_Clear_m548798873(L_0, /*hidden argument*/Dictionary_2_Clear_m548798873_RuntimeMethod_var); __this->set_rankListChanged_36((bool)0); return; } } // System.Void DMCore.Logic.CIdolShowManager::ClearPerList(DMCore.Logic.enumIdolShowPage) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_ClearPerList_m1709687486 (CIdolShowManager_t2312713117 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_ClearPerList_m1709687486_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t463511065 * L_0 = __this->get_s_listIdols_34(); int32_t L_1 = ___type0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m4280824042(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m4280824042_RuntimeMethod_var); if (L_2) { goto IL_0012; } } { return; } IL_0012: { Dictionary_2_t463511065 * L_3 = __this->get_s_listIdols_34(); int32_t L_4 = ___type0; NullCheck(L_3); List_1_t1872525829 * L_5 = Dictionary_2_get_Item_m3702955877(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); NullCheck(L_5); List_1_Clear_m1320956765(L_5, /*hidden argument*/List_1_Clear_m1320956765_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CIdolShowManager::RefreshCollectList() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RefreshCollectList_m3950047013 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RefreshCollectList_m3950047013_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DataRefreshCallBack_t1481235937 * L_0 = __this->get_resetCollectList_13(); if (!L_0) { goto IL_001b; } } { DataRefreshCallBack_t1481235937 * L_1 = __this->get_resetCollectList_13(); CDataArray_t4068198041 * L_2 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_2, /*hidden argument*/NULL); NullCheck(L_1); DataRefreshCallBack_Invoke_m1302616006(L_1, L_2, /*hidden argument*/NULL); } IL_001b: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RefreshCollectState(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RefreshCollectState_m2485920111 (CIdolShowManager_t2312713117 * __this, int32_t ___isAdd0, int64_t ___userId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RefreshCollectState_m2485920111_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreCollectState_14(); if (!L_0) { goto IL_002b; } } { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___isAdd0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int64_t L_5 = ___userId1; NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_5, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = __this->get_refreCollectState_14(); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_6); DataRefreshCallBack_Invoke_m1302616006(L_6, L_7, /*hidden argument*/NULL); } IL_002b: { return; } } // System.Int32 DMCore.Logic.CIdolShowManager::get_CurNYear() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_CurNYear_m3391418736 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curNYear_28(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_CurNYear(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_CurNYear_m2769226265 (CIdolShowManager_t2312713117 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_curNYear_28(L_0); return; } } // System.Int32 DMCore.Logic.CIdolShowManager::get_CurNVolume() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_CurNVolume_m25185267 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curNVolume_29(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_CurNVolume(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_CurNVolume_m2529771322 (CIdolShowManager_t2312713117 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_curNVolume_29(L_0); return; } } // System.Int32 DMCore.Logic.CIdolShowManager::get_IsTopLeftEnd() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_IsTopLeftEnd_m2741609838 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_isTopLeftEnd_31(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_IsTopLeftEnd(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_IsTopLeftEnd_m1698366183 (CIdolShowManager_t2312713117 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_isTopLeftEnd_31(L_0); return; } } // System.String DMCore.Logic.CIdolShowManager::get_Top10Date() extern "C" IL2CPP_METHOD_ATTR String_t* CIdolShowManager_get_Top10Date_m1902611384 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_top10Date_33(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_Top10Date(System.String) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_Top10Date_m1697234837 (CIdolShowManager_t2312713117 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_top10Date_33(L_0); return; } } // System.Int32 DMCore.Logic.CIdolShowManager::get_IsTopRightEnd() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_IsTopRightEnd_m2240434182 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_isTopRightEnd_32(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_IsTopRightEnd(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_IsTopRightEnd_m4072215922 (CIdolShowManager_t2312713117 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_isTopRightEnd_32(L_0); return; } } // System.Void DMCore.Logic.CIdolShowManager::SetTop10TitleRefresh() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetTop10TitleRefresh_m2419907036 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_SetTop10TitleRefresh_m2419907036_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; { V_0 = 0; int32_t L_0 = CIdolShowManager_get_IsTopRightEnd_m2240434182(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0021; } } { int32_t L_1 = __this->get_isTopLeftEnd_31(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0021; } } { V_0 = 3; goto IL_0049; } IL_0021: { int32_t L_2 = CIdolShowManager_get_IsTopRightEnd_m2240434182(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0034; } } { V_0 = 2; goto IL_0049; } IL_0034: { int32_t L_3 = __this->get_isTopLeftEnd_31(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0047; } } { V_0 = 1; goto IL_0049; } IL_0047: { V_0 = 0; } IL_0049: { CDataArray_t4068198041 * L_4 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_4, /*hidden argument*/NULL); V_1 = L_4; CDataArray_t4068198041 * L_5 = V_1; int32_t L_6 = CIdolShowManager_get_CurNYear_m3391418736(__this, /*hidden argument*/NULL); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; int32_t L_8 = CIdolShowManager_get_CurNVolume_m25185267(__this, /*hidden argument*/NULL); NullCheck(L_7); CDataArray_Push_m3820844360(L_7, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_1; String_t* L_10 = CIdolShowManager_get_Top10Date_m1902611384(__this, /*hidden argument*/NULL); NullCheck(L_9); CDataArray_Push_m1799687930(L_9, L_10, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); CDataArray_Push_m3820844360(L_11, L_12, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_13 = __this->get_refreshTop10_16(); if (!L_13) { goto IL_0091; } } { DataRefreshCallBack_t1481235937 * L_14 = __this->get_refreshTop10_16(); CDataArray_t4068198041 * L_15 = V_1; NullCheck(L_14); DataRefreshCallBack_Invoke_m1302616006(L_14, L_15, /*hidden argument*/NULL); } IL_0091: { return; } } // System.Void DMCore.Logic.CIdolShowManager::SetCollectTitle(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetCollectTitle_m1536341734 (CIdolShowManager_t2312713117 * __this, int32_t ___collectNum0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_SetCollectTitle_m1536341734_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; int32_t L_2 = ___collectNum0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, L_2, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_3 = __this->get_refreshCollect_19(); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_3); DataRefreshCallBack_Invoke_m1302616006(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::GetSearchPrompt(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_GetSearchPrompt_m458783483 (CIdolShowManager_t2312713117 * __this, int32_t ___state0, bool ___isSelf1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_GetSearchPrompt_m458783483_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; DataRefreshCallBack_t1481235937 * L_1 = __this->get_showSerch_15(); if (!L_1) { goto IL_0086; } } { int32_t L_2 = ___state0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_003e; } } { CDataArray_t4068198041 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CIdolConfig_t13845451_il2cpp_TypeInfo_var); CIdolConfig_t13845451 * L_4 = CIdolConfig_GetInstance_m3129339829(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CIdolConfig_GetStr_m1911616910(L_4, _stringLiteral4050809291, /*hidden argument*/NULL); NullCheck(L_3); CDataArray_Push_m1799687930(L_3, L_5, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = __this->get_showSerch_15(); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_6); DataRefreshCallBack_Invoke_m1302616006(L_6, L_7, /*hidden argument*/NULL); goto IL_0086; } IL_003e: { int32_t L_8 = ___state0; if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0086; } } { bool L_9 = ___isSelf1; if (!L_9) { goto IL_0065; } } { CDataArray_t4068198041 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CIdolConfig_t13845451_il2cpp_TypeInfo_var); CIdolConfig_t13845451 * L_11 = CIdolConfig_GetInstance_m3129339829(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = CIdolConfig_GetStr_m1911616910(L_11, _stringLiteral3930524227, /*hidden argument*/NULL); NullCheck(L_10); CDataArray_Push_m1799687930(L_10, L_12, /*hidden argument*/NULL); goto IL_007a; } IL_0065: { CDataArray_t4068198041 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CIdolConfig_t13845451_il2cpp_TypeInfo_var); CIdolConfig_t13845451 * L_14 = CIdolConfig_GetInstance_m3129339829(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = CIdolConfig_GetStr_m1911616910(L_14, _stringLiteral1931325571, /*hidden argument*/NULL); NullCheck(L_13); CDataArray_Push_m1799687930(L_13, L_15, /*hidden argument*/NULL); } IL_007a: { DataRefreshCallBack_t1481235937 * L_16 = __this->get_showSerch_15(); CDataArray_t4068198041 * L_17 = V_0; NullCheck(L_16); DataRefreshCallBack_Invoke_m1302616006(L_16, L_17, /*hidden argument*/NULL); } IL_0086: { return; } } // System.Void DMCore.Logic.CIdolShowManager::ChangeHasPraiseState(System.Int64,DMCore.Logic.CIdolInfo) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_ChangeHasPraiseState_m87448725 (CIdolShowManager_t2312713117 * __this, int64_t ___userid0, CIdolInfo_t400451087 * ___idol1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_ChangeHasPraiseState_m87448725_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int64_t L_0 = ___userid0; int32_t L_1 = CIdolShowManager_GetIdolIndex_m1681697525(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0052; } } { int32_t L_3 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0033; } } { Dictionary_2_t463511065 * L_4 = __this->get_s_listIdols_34(); NullCheck(L_4); List_1_t1872525829 * L_5 = Dictionary_2_get_Item_m3702955877(L_4, 3, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_6 = V_0; CIdolInfo_t400451087 * L_7 = ___idol1; NullCheck(L_5); List_1_set_Item_m755088037(L_5, L_6, L_7, /*hidden argument*/List_1_set_Item_m755088037_RuntimeMethod_var); goto IL_004b; } IL_0033: { Dictionary_2_t463511065 * L_8 = __this->get_s_listIdols_34(); int32_t L_9 = CIdolShowManager_get_CurrentPage_m2234979863(__this, /*hidden argument*/NULL); NullCheck(L_8); List_1_t1872525829 * L_10 = Dictionary_2_get_Item_m3702955877(L_8, L_9, /*hidden argument*/Dictionary_2_get_Item_m3702955877_RuntimeMethod_var); int32_t L_11 = V_0; CIdolInfo_t400451087 * L_12 = ___idol1; NullCheck(L_10); List_1_set_Item_m755088037(L_10, L_11, L_12, /*hidden argument*/List_1_set_Item_m755088037_RuntimeMethod_var); } IL_004b: { CIdolShowManager_SetRankListChanged_m337723354(__this, (bool)1, /*hidden argument*/NULL); } IL_0052: { return; } } // DMCore.Logic.CIdolInfo DMCore.Logic.CIdolShowManager::get_SelfInfo() extern "C" IL2CPP_METHOD_ATTR CIdolInfo_t400451087 * CIdolShowManager_get_SelfInfo_m2322453921 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { CIdolInfo_t400451087 * L_0 = __this->get_selfInfo_40(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_SelfInfo(DMCore.Logic.CIdolInfo) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_SelfInfo_m500796176 (CIdolShowManager_t2312713117 * __this, CIdolInfo_t400451087 * ___value0, const RuntimeMethod* method) { { CIdolInfo_t400451087 * L_0 = ___value0; __this->set_selfInfo_40(L_0); return; } } // System.Void DMCore.Logic.CIdolShowManager::SetSelfInfo(DMCore.Logic.CIdolInfo) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetSelfInfo_m3579821579 (CIdolShowManager_t2312713117 * __this, CIdolInfo_t400451087 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_SetSelfInfo_m3579821579_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CIdolInfo_t400451087 * L_0 = ___info0; CIdolShowManager_set_SelfInfo_m500796176(__this, L_0, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_1 = __this->get_refreshMyRank_18(); if (!L_1) { goto IL_0030; } } { CDataArray_t4068198041 * L_2 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_2, /*hidden argument*/NULL); V_0 = L_2; CDataArray_t4068198041 * L_3 = V_0; CIdolInfo_t400451087 * L_4 = ___info0; NullCheck(L_4); int32_t L_5 = L_4->get__CurrRankIndex_3(); NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_5, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = __this->get_refreshMyRank_18(); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_6); DataRefreshCallBack_Invoke_m1302616006(L_6, L_7, /*hidden argument*/NULL); } IL_0030: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RequestIdodGiftList() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RequestIdodGiftList_m3532926084 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_RequestIdodGiftList_m3532926084_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1555), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::UseIdolGift(System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_UseIdolGift_m3990069968 (CIdolShowManager_t2312713117 * __this, int64_t ___userId0, int32_t ___configId1, int32_t ___num2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_UseIdolGift_m3990069968_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1556), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___userId0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___configId1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; int32_t L_7 = ___num2; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; NullCheck(L_8); CDataArray_Flush_m1077150699(L_8, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIdolShowManager::SetPopularitySelfData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetPopularitySelfData_m4144790807 (CIdolShowManager_t2312713117 * __this, int32_t ___type0, int32_t ___t_PraiseNum1, int32_t ___t_roseNum2, int32_t ___t_LilyNum3, int32_t ___t_perfumeNum4, int32_t ___t_crystalNum5, int32_t ___t_ClothNum6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_SetPopularitySelfData_m4144790807_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshSelfPopularity_20(); if (!L_0) { goto IL_0052; } } { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___type0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___t_PraiseNum1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; int32_t L_7 = ___t_roseNum2; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; int32_t L_9 = ___t_LilyNum3; NullCheck(L_8); CDataArray_Push_m3820844360(L_8, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_0; int32_t L_11 = ___t_perfumeNum4; NullCheck(L_10); CDataArray_Push_m3820844360(L_10, L_11, /*hidden argument*/NULL); CDataArray_t4068198041 * L_12 = V_0; int32_t L_13 = ___t_crystalNum5; NullCheck(L_12); CDataArray_Push_m3820844360(L_12, L_13, /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = V_0; int32_t L_15 = ___t_ClothNum6; NullCheck(L_14); CDataArray_Push_m3820844360(L_14, L_15, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_16 = __this->get_refreshSelfPopularity_20(); CDataArray_t4068198041 * L_17 = V_0; NullCheck(L_16); DataRefreshCallBack_Invoke_m1302616006(L_16, L_17, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RefreshNoRankList(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RefreshNoRankList_m4231120740 (CIdolShowManager_t2312713117 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshNoRankData_23(); if (!L_0) { goto IL_0017; } } { DataRefreshCallBack_t1481235937 * L_1 = __this->get_refreshNoRankData_23(); CDataArray_t4068198041 * L_2 = ___cd0; NullCheck(L_1); DataRefreshCallBack_Invoke_m1302616006(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RefreshSelfPopularityInfo(DMCore.Logic.PopularInfo) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RefreshSelfPopularityInfo_m4230564791 (CIdolShowManager_t2312713117 * __this, PopularInfo_t1929720024 * ___info0, const RuntimeMethod* method) { { SendPopularLogDetail_t1438849614 * L_0 = __this->get_refreshSelfPopularityInfo_26(); if (!L_0) { goto IL_0017; } } { SendPopularLogDetail_t1438849614 * L_1 = __this->get_refreshSelfPopularityInfo_26(); PopularInfo_t1929720024 * L_2 = ___info0; NullCheck(L_1); SendPopularLogDetail_Invoke_m875131979(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void DMCore.Logic.CIdolShowManager::SetPopularityDetail(DMCore.Logic.PopularInfo) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_SetPopularityDetail_m2208260453 (CIdolShowManager_t2312713117 * __this, PopularInfo_t1929720024 * ___info0, const RuntimeMethod* method) { { SendPopularLogDetail_t1438849614 * L_0 = __this->get_sendPopularLogDetail_25(); if (!L_0) { goto IL_0017; } } { SendPopularLogDetail_t1438849614 * L_1 = __this->get_sendPopularLogDetail_25(); PopularInfo_t1929720024 * L_2 = ___info0; NullCheck(L_1); SendPopularLogDetail_Invoke_m875131979(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RefreshGiftPanel(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RefreshGiftPanel_m4101363311 (CIdolShowManager_t2312713117 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshGiftPanel_24(); if (!L_0) { goto IL_0017; } } { DataRefreshCallBack_t1481235937 * L_1 = __this->get_refreshGiftPanel_24(); CDataArray_t4068198041 * L_2 = ___cd0; NullCheck(L_1); DataRefreshCallBack_Invoke_m1302616006(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void DMCore.Logic.CIdolShowManager::RefreshIdolAlbum(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_RefreshIdolAlbum_m3985476690 (CIdolShowManager_t2312713117 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshSelfPhotos_21(); if (!L_0) { goto IL_0017; } } { DataRefreshCallBack_t1481235937 * L_1 = __this->get_refreshSelfPhotos_21(); CDataArray_t4068198041 * L_2 = ___cd0; NullCheck(L_1); DataRefreshCallBack_Invoke_m1302616006(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Boolean DMCore.Logic.CIdolShowManager::get_M_IsTargetSelf() extern "C" IL2CPP_METHOD_ATTR bool CIdolShowManager_get_M_IsTargetSelf_m1696514709 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsTargetSelf_38(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_M_IsTargetSelf(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_M_IsTargetSelf_m2382503196 (CIdolShowManager_t2312713117 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsTargetSelf_38(L_0); return; } } // System.Int64 DMCore.Logic.CIdolShowManager::get_M_TargetUserId() extern "C" IL2CPP_METHOD_ATTR int64_t CIdolShowManager_get_M_TargetUserId_m3438556977 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_TargetUserId_39(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::set_M_TargetUserId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_set_M_TargetUserId_m3794996948 (CIdolShowManager_t2312713117 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_m_TargetUserId_39(L_0); return; } } // System.Int32 DMCore.Logic.CIdolShowManager::get_CurHitRankSex() extern "C" IL2CPP_METHOD_ATTR int32_t CIdolShowManager_get_CurHitRankSex_m722817946 (CIdolShowManager_t2312713117 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_curHitRankSex_27(); return L_0; } } // System.Void DMCore.Logic.CIdolShowManager::add_resetCollectList(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_resetCollectList_m694761560 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_resetCollectList_m694761560_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_resetCollectList_13(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_resetCollectList_13(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_resetCollectList(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_resetCollectList_m3966407575 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_resetCollectList_m3966407575_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_resetCollectList_13(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_resetCollectList_13(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreCollectState(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreCollectState_m1314615349 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreCollectState_m1314615349_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreCollectState_14(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreCollectState_14(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreCollectState(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreCollectState_m1250622143 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreCollectState_m1250622143_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreCollectState_14(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreCollectState_14(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_showSerch(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_showSerch_m4175404446 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_showSerch_m4175404446_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_showSerch_15(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_showSerch_15(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_showSerch(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_showSerch_m396885666 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_showSerch_m396885666_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_showSerch_15(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_showSerch_15(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshTop10(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshTop10_m3339361308 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshTop10_m3339361308_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshTop10_16(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshTop10_16(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshTop10(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshTop10_m1793502737 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshTop10_m1793502737_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshTop10_16(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshTop10_16(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_showDetail(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_showDetail_m2458315360 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_showDetail_m2458315360_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_showDetail_17(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_showDetail_17(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_showDetail(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_showDetail_m3386604236 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_showDetail_m3386604236_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_showDetail_17(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_showDetail_17(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshCollect(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshCollect_m2009088029 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshCollect_m2009088029_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshCollect_19(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshCollect_19(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshCollect(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshCollect_m1837424148 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshCollect_m1837424148_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshCollect_19(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshCollect_19(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshSelfPopularity(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshSelfPopularity_m4267336269 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshSelfPopularity_m4267336269_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshSelfPopularity_20(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshSelfPopularity_20(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshSelfPopularity(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshSelfPopularity_m236804112 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshSelfPopularity_m236804112_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshSelfPopularity_20(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshSelfPopularity_20(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshSelfPhotos(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshSelfPhotos_m9646234 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshSelfPhotos_m9646234_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshSelfPhotos_21(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshSelfPhotos_21(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshSelfPhotos(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshSelfPhotos_m2981478829 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshSelfPhotos_m2981478829_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshSelfPhotos_21(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshSelfPhotos_21(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_interactCallback(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_interactCallback_m477746474 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_interactCallback_m477746474_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_interactCallback_22(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_interactCallback_22(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_interactCallback(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_interactCallback_m1631137091 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_interactCallback_m1631137091_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_interactCallback_22(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_interactCallback_22(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshNoRankData(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshNoRankData_m2548451628 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshNoRankData_m2548451628_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshNoRankData_23(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshNoRankData_23(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshNoRankData(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshNoRankData_m406394408 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshNoRankData_m406394408_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshNoRankData_23(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshNoRankData_23(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshGiftPanel(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshGiftPanel_m637247143 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshGiftPanel_m637247143_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshGiftPanel_24(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshGiftPanel_24(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshGiftPanel(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshGiftPanel_m3028862279 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshGiftPanel_m3028862279_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshGiftPanel_24(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshGiftPanel_24(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_sendPopularLogDetail(DMCore.Logic.CIdolShowManager/SendPopularLogDetail) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_sendPopularLogDetail_m330445929 (CIdolShowManager_t2312713117 * __this, SendPopularLogDetail_t1438849614 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_sendPopularLogDetail_m330445929_MetadataUsageId); s_Il2CppMethodInitialized = true; } SendPopularLogDetail_t1438849614 * V_0 = NULL; SendPopularLogDetail_t1438849614 * V_1 = NULL; { SendPopularLogDetail_t1438849614 * L_0 = __this->get_sendPopularLogDetail_25(); V_0 = L_0; } IL_0007: { SendPopularLogDetail_t1438849614 * L_1 = V_0; V_1 = L_1; SendPopularLogDetail_t1438849614 ** L_2 = __this->get_address_of_sendPopularLogDetail_25(); SendPopularLogDetail_t1438849614 * L_3 = V_1; SendPopularLogDetail_t1438849614 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); SendPopularLogDetail_t1438849614 * L_6 = V_0; SendPopularLogDetail_t1438849614 * L_7 = InterlockedCompareExchangeImpl(L_2, ((SendPopularLogDetail_t1438849614 *)CastclassSealed((RuntimeObject*)L_5, SendPopularLogDetail_t1438849614_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; SendPopularLogDetail_t1438849614 * L_8 = V_0; SendPopularLogDetail_t1438849614 * L_9 = V_1; if ((!(((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_8) == ((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_sendPopularLogDetail(DMCore.Logic.CIdolShowManager/SendPopularLogDetail) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_sendPopularLogDetail_m3954945036 (CIdolShowManager_t2312713117 * __this, SendPopularLogDetail_t1438849614 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_sendPopularLogDetail_m3954945036_MetadataUsageId); s_Il2CppMethodInitialized = true; } SendPopularLogDetail_t1438849614 * V_0 = NULL; SendPopularLogDetail_t1438849614 * V_1 = NULL; { SendPopularLogDetail_t1438849614 * L_0 = __this->get_sendPopularLogDetail_25(); V_0 = L_0; } IL_0007: { SendPopularLogDetail_t1438849614 * L_1 = V_0; V_1 = L_1; SendPopularLogDetail_t1438849614 ** L_2 = __this->get_address_of_sendPopularLogDetail_25(); SendPopularLogDetail_t1438849614 * L_3 = V_1; SendPopularLogDetail_t1438849614 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); SendPopularLogDetail_t1438849614 * L_6 = V_0; SendPopularLogDetail_t1438849614 * L_7 = InterlockedCompareExchangeImpl(L_2, ((SendPopularLogDetail_t1438849614 *)CastclassSealed((RuntimeObject*)L_5, SendPopularLogDetail_t1438849614_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; SendPopularLogDetail_t1438849614 * L_8 = V_0; SendPopularLogDetail_t1438849614 * L_9 = V_1; if ((!(((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_8) == ((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshSelfPopularityInfo(DMCore.Logic.CIdolShowManager/SendPopularLogDetail) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshSelfPopularityInfo_m4227090661 (CIdolShowManager_t2312713117 * __this, SendPopularLogDetail_t1438849614 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshSelfPopularityInfo_m4227090661_MetadataUsageId); s_Il2CppMethodInitialized = true; } SendPopularLogDetail_t1438849614 * V_0 = NULL; SendPopularLogDetail_t1438849614 * V_1 = NULL; { SendPopularLogDetail_t1438849614 * L_0 = __this->get_refreshSelfPopularityInfo_26(); V_0 = L_0; } IL_0007: { SendPopularLogDetail_t1438849614 * L_1 = V_0; V_1 = L_1; SendPopularLogDetail_t1438849614 ** L_2 = __this->get_address_of_refreshSelfPopularityInfo_26(); SendPopularLogDetail_t1438849614 * L_3 = V_1; SendPopularLogDetail_t1438849614 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); SendPopularLogDetail_t1438849614 * L_6 = V_0; SendPopularLogDetail_t1438849614 * L_7 = InterlockedCompareExchangeImpl(L_2, ((SendPopularLogDetail_t1438849614 *)CastclassSealed((RuntimeObject*)L_5, SendPopularLogDetail_t1438849614_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; SendPopularLogDetail_t1438849614 * L_8 = V_0; SendPopularLogDetail_t1438849614 * L_9 = V_1; if ((!(((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_8) == ((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshSelfPopularityInfo(DMCore.Logic.CIdolShowManager/SendPopularLogDetail) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshSelfPopularityInfo_m2140914669 (CIdolShowManager_t2312713117 * __this, SendPopularLogDetail_t1438849614 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshSelfPopularityInfo_m2140914669_MetadataUsageId); s_Il2CppMethodInitialized = true; } SendPopularLogDetail_t1438849614 * V_0 = NULL; SendPopularLogDetail_t1438849614 * V_1 = NULL; { SendPopularLogDetail_t1438849614 * L_0 = __this->get_refreshSelfPopularityInfo_26(); V_0 = L_0; } IL_0007: { SendPopularLogDetail_t1438849614 * L_1 = V_0; V_1 = L_1; SendPopularLogDetail_t1438849614 ** L_2 = __this->get_address_of_refreshSelfPopularityInfo_26(); SendPopularLogDetail_t1438849614 * L_3 = V_1; SendPopularLogDetail_t1438849614 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); SendPopularLogDetail_t1438849614 * L_6 = V_0; SendPopularLogDetail_t1438849614 * L_7 = InterlockedCompareExchangeImpl(L_2, ((SendPopularLogDetail_t1438849614 *)CastclassSealed((RuntimeObject*)L_5, SendPopularLogDetail_t1438849614_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; SendPopularLogDetail_t1438849614 * L_8 = V_0; SendPopularLogDetail_t1438849614 * L_9 = V_1; if ((!(((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_8) == ((RuntimeObject*)(SendPopularLogDetail_t1438849614 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::add_refreshMyRank(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_add_refreshMyRank_m3073189945 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_add_refreshMyRank_m3073189945_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshMyRank_18(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshMyRank_18(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::remove_refreshMyRank(DMCore.Logic.CIdolShowManager/DataRefreshCallBack) extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager_remove_refreshMyRank_m20142041 (CIdolShowManager_t2312713117 * __this, DataRefreshCallBack_t1481235937 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolShowManager_remove_refreshMyRank_m20142041_MetadataUsageId); s_Il2CppMethodInitialized = true; } DataRefreshCallBack_t1481235937 * V_0 = NULL; DataRefreshCallBack_t1481235937 * V_1 = NULL; { DataRefreshCallBack_t1481235937 * L_0 = __this->get_refreshMyRank_18(); V_0 = L_0; } IL_0007: { DataRefreshCallBack_t1481235937 * L_1 = V_0; V_1 = L_1; DataRefreshCallBack_t1481235937 ** L_2 = __this->get_address_of_refreshMyRank_18(); DataRefreshCallBack_t1481235937 * L_3 = V_1; DataRefreshCallBack_t1481235937 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); DataRefreshCallBack_t1481235937 * L_6 = V_0; DataRefreshCallBack_t1481235937 * L_7 = InterlockedCompareExchangeImpl(L_2, ((DataRefreshCallBack_t1481235937 *)CastclassSealed((RuntimeObject*)L_5, DataRefreshCallBack_t1481235937_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; DataRefreshCallBack_t1481235937 * L_8 = V_0; DataRefreshCallBack_t1481235937 * L_9 = V_1; if ((!(((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_8) == ((RuntimeObject*)(DataRefreshCallBack_t1481235937 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CIdolShowManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIdolShowManager__cctor_m2397961649 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolShowManager/DataRefreshCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DataRefreshCallBack__ctor_m138312242 (DataRefreshCallBack_t1481235937 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CIdolShowManager/DataRefreshCallBack::Invoke(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void DataRefreshCallBack_Invoke_m1302616006 (DataRefreshCallBack_t1481235937 * __this, CDataArray_t4068198041 * ___data0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DataRefreshCallBack_Invoke_m1302616006((DataRefreshCallBack_t1481235937 *)__this->get_prev_9(), ___data0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___data0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___data0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___data0); else GenericVirtActionInvoker1< CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___data0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0); else VirtActionInvoker1< CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0); } } else { typedef void (*FunctionPointerType) (void*, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___data0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___data0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___data0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___data0); } } else { typedef void (*FunctionPointerType) (CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___data0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CIdolShowManager/DataRefreshCallBack::BeginInvoke(DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DataRefreshCallBack_BeginInvoke_m1545809151 (DataRefreshCallBack_t1481235937 * __this, CDataArray_t4068198041 * ___data0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___data0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CIdolShowManager/DataRefreshCallBack::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DataRefreshCallBack_EndInvoke_m3365441035 (DataRefreshCallBack_t1481235937 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolShowManager/SendPopularLogDetail::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SendPopularLogDetail__ctor_m3073530029 (SendPopularLogDetail_t1438849614 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CIdolShowManager/SendPopularLogDetail::Invoke(DMCore.Logic.PopularInfo) extern "C" IL2CPP_METHOD_ATTR void SendPopularLogDetail_Invoke_m875131979 (SendPopularLogDetail_t1438849614 * __this, PopularInfo_t1929720024 * ___info0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { SendPopularLogDetail_Invoke_m875131979((SendPopularLogDetail_t1438849614 *)__this->get_prev_9(), ___info0, 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 *, PopularInfo_t1929720024 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___info0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, PopularInfo_t1929720024 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___info0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< PopularInfo_t1929720024 * >::Invoke(targetMethod, targetThis, ___info0); else GenericVirtActionInvoker1< PopularInfo_t1929720024 * >::Invoke(targetMethod, targetThis, ___info0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PopularInfo_t1929720024 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___info0); else VirtActionInvoker1< PopularInfo_t1929720024 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___info0); } } else { typedef void (*FunctionPointerType) (void*, PopularInfo_t1929720024 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___info0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___info0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___info0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___info0); } } else { typedef void (*FunctionPointerType) (PopularInfo_t1929720024 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___info0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CIdolShowManager/SendPopularLogDetail::BeginInvoke(DMCore.Logic.PopularInfo,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SendPopularLogDetail_BeginInvoke_m3522951145 (SendPopularLogDetail_t1438849614 * __this, PopularInfo_t1929720024 * ___info0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___info0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CIdolShowManager/SendPopularLogDetail::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void SendPopularLogDetail_EndInvoke_m143697401 (SendPopularLogDetail_t1438849614 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIdolTaskCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIdolTaskCfg__ctor_m1778903697 (CIdolTaskCfg_t1886236285 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolTaskCfg__ctor_m1778903697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1212362214 * L_0 = (Dictionary_2_t1212362214 *)il2cpp_codegen_object_new(Dictionary_2_t1212362214_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2054485203(L_0, /*hidden argument*/Dictionary_2__ctor_m2054485203_RuntimeMethod_var); __this->set_m_dic_2(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral1583358659, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CIdolTaskCfg DMCore.Logic.CIdolTaskCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolTaskCfg_t1886236285 * CIdolTaskCfg_GetInstance_m3384075255 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolTaskCfg_GetInstance_m3384075255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var); CIdolTaskCfg_t1886236285 * L_0 = ((CIdolTaskCfg_t1886236285_StaticFields*)il2cpp_codegen_static_fields_for(CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var))->get_m_Instance_1(); if (L_0) { goto IL_0014; } } { CIdolTaskCfg_t1886236285 * L_1 = (CIdolTaskCfg_t1886236285 *)il2cpp_codegen_object_new(CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var); CIdolTaskCfg__ctor_m1778903697(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var); ((CIdolTaskCfg_t1886236285_StaticFields*)il2cpp_codegen_static_fields_for(CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var))->set_m_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var); CIdolTaskCfg_t1886236285 * L_2 = ((CIdolTaskCfg_t1886236285_StaticFields*)il2cpp_codegen_static_fields_for(CIdolTaskCfg_t1886236285_il2cpp_TypeInfo_var))->get_m_Instance_1(); return L_2; } } // System.Boolean DMCore.Logic.CIdolTaskCfg::OnLoad(System.Xml.XmlElement,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CIdolTaskCfg_OnLoad_m2214981260 (CIdolTaskCfg_t1886236285 * __this, XmlElement_t561603118 * ___rootNode0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolTaskCfg_OnLoad_m2214981260_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; XmlElement_t561603118 * V_3 = NULL; int32_t V_4 = 0; XmlNodeList_t2551693786 * V_5 = NULL; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; int32_t V_8 = 0; String_t* V_9 = NULL; IdolTaskUnit_t1888848056 * 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 * L_0 = ___rootNode0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: try { // begin try (depth: 1) { XmlElement_t561603118 * L_1 = ___rootNode0; NullCheck(L_1); XmlNodeList_t2551693786 * L_2 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_1); V_0 = L_2; XmlNodeList_t2551693786 * L_3 = V_0; if (L_3) { goto IL_001c; } } IL_0015: { V_1 = (bool)0; goto IL_00da; } IL_001c: { V_2 = 0; goto IL_00ad; } IL_0023: { XmlNodeList_t2551693786 * L_4 = V_0; int32_t L_5 = V_2; NullCheck(L_4); XmlNode_t3767805227 * L_6 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_4, L_5); V_3 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_6, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_7 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_8 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_7, _stringLiteral3455367108, 0, /*hidden argument*/NULL); V_4 = L_8; XmlElement_t561603118 * L_9 = V_3; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_5 = L_10; V_6 = 0; goto IL_009b; } IL_004e: { XmlNodeList_t2551693786 * L_11 = V_5; int32_t L_12 = V_6; NullCheck(L_11); XmlNode_t3767805227 * L_13 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_11, L_12); V_7 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_13, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_14 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_15 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_14, _stringLiteral3562491044, 0, /*hidden argument*/NULL); V_8 = L_15; XmlElement_t561603118 * L_16 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_18 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_16, _stringLiteral2833583518, L_17, /*hidden argument*/NULL); V_9 = L_18; int32_t L_19 = V_4; int32_t L_20 = V_8; IdolTaskUnit_t1888848056 * L_21 = CIdolTaskCfg_GetTaskUnit_m3755973695(__this, L_19, L_20, /*hidden argument*/NULL); V_10 = L_21; IdolTaskUnit_t1888848056 * L_22 = V_10; String_t* L_23 = V_9; NullCheck(L_22); L_22->set_taskDescription_0(L_23); int32_t L_24 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_009b: { int32_t L_25 = V_6; XmlNodeList_t2551693786 * L_26 = V_5; NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_26); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_004e; } } IL_00a9: { int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00ad: { int32_t L_29 = V_2; XmlNodeList_t2551693786 * L_30 = V_0; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_30); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_0023; } } IL_00b9: { V_1 = (bool)1; goto IL_00da; } } // 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_00c0; throw e; } CATCH_00c0: { // begin catch(System.Exception) V_11 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_32 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_33 = V_11; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_33); NullCheck(L_32); CLogHelp_LogFile_m4227814860(L_32, L_34, /*hidden argument*/NULL); goto IL_00d8; } // end catch (depth: 1) IL_00d8: { return (bool)0; } IL_00da: { bool L_35 = V_1; return L_35; } } // DMCore.Logic.IdolTaskUnit DMCore.Logic.CIdolTaskCfg::GetTaskUnit(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR IdolTaskUnit_t1888848056 * CIdolTaskCfg_GetTaskUnit_m3755973695 (CIdolTaskCfg_t1886236285 * __this, int32_t ___lv0, int32_t ___taskId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolTaskCfg_GetTaskUnit_m3755973695_MetadataUsageId); s_Il2CppMethodInitialized = true; } IdolTaskGroup_t2323648883 * V_0 = NULL; { V_0 = (IdolTaskGroup_t2323648883 *)NULL; Dictionary_2_t1212362214 * L_0 = __this->get_m_dic_2(); int32_t L_1 = ___lv0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m4121870164(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m4121870164_RuntimeMethod_var); if (!L_2) { goto IL_0025; } } { Dictionary_2_t1212362214 * L_3 = __this->get_m_dic_2(); int32_t L_4 = ___lv0; NullCheck(L_3); IdolTaskGroup_t2323648883 * L_5 = Dictionary_2_get_Item_m239864300(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m239864300_RuntimeMethod_var); V_0 = L_5; goto IL_0038; } IL_0025: { IdolTaskGroup_t2323648883 * L_6 = (IdolTaskGroup_t2323648883 *)il2cpp_codegen_object_new(IdolTaskGroup_t2323648883_il2cpp_TypeInfo_var); IdolTaskGroup__ctor_m2939404310(L_6, /*hidden argument*/NULL); V_0 = L_6; Dictionary_2_t1212362214 * L_7 = __this->get_m_dic_2(); int32_t L_8 = ___lv0; IdolTaskGroup_t2323648883 * L_9 = V_0; NullCheck(L_7); Dictionary_2_set_Item_m2757470298(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_set_Item_m2757470298_RuntimeMethod_var); } IL_0038: { IdolTaskGroup_t2323648883 * L_10 = V_0; int32_t L_11 = ___taskId1; NullCheck(L_10); IdolTaskUnit_t1888848056 * L_12 = IdolTaskGroup_GetTaskUnit_m142920294(L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void DMCore.Logic.CIdolTaskCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CIdolTaskCfg_Clear_m1152011514 (CIdolTaskCfg_t1886236285 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIdolTaskCfg_Clear_m1152011514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1212362214 * L_0 = __this->get_m_dic_2(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t1212362214 * L_1 = __this->get_m_dic_2(); NullCheck(L_1); Dictionary_2_Clear_m3195726155(L_1, /*hidden argument*/Dictionary_2_Clear_m3195726155_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CIdolTaskCfg::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIdolTaskCfg__cctor_m2169385199 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CInputStatistics::Increase(DMCore.Logic.SIT) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Increase_m2420107884 (RuntimeObject * __this /* static, unused */, int32_t ___operationID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInputStatistics_Increase_m2420107884_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___operationID0; IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); CInputStatistics_Increase_m4265637977(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInputStatistics::Increase(DMCore.Logic.SIT,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Increase_m4265637977 (RuntimeObject * __this /* static, unused */, int32_t ___operationID0, int32_t ___productID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInputStatistics_Increase_m4265637977_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___operationID0; int32_t L_1 = ___productID1; IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); CInputStatistics_Increase_m2975342541(NULL /*static, unused*/, L_0, L_1, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInputStatistics::Increase(DMCore.Logic.SIT,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Increase_m2975342541 (RuntimeObject * __this /* static, unused */, int32_t ___operationID0, int32_t ___productID1, int32_t ___requestFrom2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInputStatistics_Increase_m2975342541_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CIncreaseU3Ec__AnonStorey0_t3604481031 * V_0 = NULL; COperationData_t4257405362 * V_1 = NULL; { U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_0 = (U3CIncreaseU3Ec__AnonStorey0_t3604481031 *)il2cpp_codegen_object_new(U3CIncreaseU3Ec__AnonStorey0_t3604481031_il2cpp_TypeInfo_var); U3CIncreaseU3Ec__AnonStorey0__ctor_m656431758(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_1 = V_0; int32_t L_2 = ___operationID0; NullCheck(L_1); L_1->set_operationID_0(L_2); U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_3 = V_0; int32_t L_4 = ___productID1; NullCheck(L_3); L_3->set_productID_1(L_4); U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_5 = V_0; int32_t L_6 = ___requestFrom2; NullCheck(L_5); L_5->set_requestFrom_2(L_6); U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get_operationID_0(); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)12))))) { goto IL_0029; } } { return; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); List_1_t1434512808 * L_9 = ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->get_s_DataContainer_0(); U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_10 = V_0; intptr_t L_11 = (intptr_t)U3CIncreaseU3Ec__AnonStorey0_U3CU3Em__0_m348174646_RuntimeMethod_var; Predicate_1_t787732190 * L_12 = (Predicate_1_t787732190 *)il2cpp_codegen_object_new(Predicate_1_t787732190_il2cpp_TypeInfo_var); Predicate_1__ctor_m2319697534(L_12, L_10, L_11, /*hidden argument*/Predicate_1__ctor_m2319697534_RuntimeMethod_var); NullCheck(L_9); COperationData_t4257405362 * L_13 = List_1_Find_m2502804612(L_9, L_12, /*hidden argument*/List_1_Find_m2502804612_RuntimeMethod_var); V_1 = L_13; COperationData_t4257405362 * L_14 = V_1; if (!L_14) { goto IL_0059; } } { COperationData_t4257405362 * L_15 = V_1; COperationData_t4257405362 * L_16 = L_15; NullCheck(L_16); int32_t L_17 = COperationData_get_times_m3602703954(L_16, /*hidden argument*/NULL); NullCheck(L_16); COperationData_set_times_m2816320593(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); goto IL_007d; } IL_0059: { U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->get_operationID_0(); U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = L_20->get_productID_1(); U3CIncreaseU3Ec__AnonStorey0_t3604481031 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get_requestFrom_2(); COperationData_t4257405362 * L_24 = (COperationData_t4257405362 *)il2cpp_codegen_object_new(COperationData_t4257405362_il2cpp_TypeInfo_var); COperationData__ctor_m3235570945(L_24, L_19, 1, L_21, L_23, /*hidden argument*/NULL); V_1 = L_24; IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); List_1_t1434512808 * L_25 = ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->get_s_DataContainer_0(); COperationData_t4257405362 * L_26 = V_1; NullCheck(L_25); List_1_Add_m238226362(L_25, L_26, /*hidden argument*/List_1_Add_m238226362_RuntimeMethod_var); } IL_007d: { return; } } // System.Void DMCore.Logic.CInputStatistics::Report(System.Single) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Report_m918960495 (RuntimeObject * __this /* static, unused */, float ___timeSinceLastUpdate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInputStatistics_Report_m918960495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); float L_0 = ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->get_s_TimesSinceLastReported_2(); float L_1 = ___timeSinceLastUpdate0; ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->set_s_TimesSinceLastReported_2(((float)il2cpp_codegen_add((float)L_0, (float)L_1))); float L_2 = ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->get_s_TimesSinceLastReported_2(); float L_3 = ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->get_s_ReportFrequency_1(); if ((!(((float)L_2) >= ((float)L_3)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->set_s_TimesSinceLastReported_2((0.0f)); CInputStatistics_UploadInputInfo_m2569678420(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_002a: { return; } } // System.Void DMCore.Logic.CInputStatistics::UploadInputInfo() extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_UploadInputInfo_m2569678420 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInputStatistics_UploadInputInfo_m2569678420_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; COperationData_t4257405362 * V_2 = NULL; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); List_1_t1434512808 * L_0 = ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->get_s_DataContainer_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1120372412(L_0, /*hidden argument*/List_1_get_Count_m1120372412_RuntimeMethod_var); V_1 = L_1; goto IL_0052; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); List_1_t1434512808 * L_2 = ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->get_s_DataContainer_0(); int32_t L_3 = V_0; NullCheck(L_2); COperationData_t4257405362 * L_4 = List_1_get_Item_m4070845619(L_2, L_3, /*hidden argument*/List_1_get_Item_m4070845619_RuntimeMethod_var); V_2 = L_4; COperationData_t4257405362 * L_5 = V_2; if (!L_5) { goto IL_002f; } } { COperationData_t4257405362 * L_6 = V_2; NullCheck(L_6); int32_t L_7 = COperationData_get_times_m3602703954(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0034; } } IL_002f: { goto IL_004e; } IL_0034: { COperationData_t4257405362 * L_8 = V_2; COperationData_t4257405362 * L_9 = L_8; NullCheck(L_9); int32_t L_10 = COperationData_get_totalTimes_m548467024(L_9, /*hidden argument*/NULL); COperationData_t4257405362 * L_11 = V_2; NullCheck(L_11); int32_t L_12 = COperationData_get_times_m3602703954(L_11, /*hidden argument*/NULL); NullCheck(L_9); COperationData_set_totalTimes_m341166248(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_12)), /*hidden argument*/NULL); COperationData_t4257405362 * L_13 = V_2; NullCheck(L_13); COperationData_set_times_m2816320593(L_13, 0, /*hidden argument*/NULL); } IL_004e: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0052: { int32_t L_15 = V_0; int32_t L_16 = V_1; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0012; } } { return; } } // System.Void DMCore.Logic.CInputStatistics::.cctor() extern "C" IL2CPP_METHOD_ATTR void CInputStatistics__cctor_m4261348882 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInputStatistics__cctor_m4261348882_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1434512808 * L_0 = (List_1_t1434512808 *)il2cpp_codegen_object_new(List_1_t1434512808_il2cpp_TypeInfo_var); List_1__ctor_m552324880(L_0, /*hidden argument*/List_1__ctor_m552324880_RuntimeMethod_var); ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->set_s_DataContainer_0(L_0); ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->set_s_ReportFrequency_1((60.0f)); ((CInputStatistics_t4182964798_StaticFields*)il2cpp_codegen_static_fields_for(CInputStatistics_t4182964798_il2cpp_TypeInfo_var))->set_s_TimesSinceLastReported_2((0.0f)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CInputStatistics/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIncreaseU3Ec__AnonStorey0__ctor_m656431758 (U3CIncreaseU3Ec__AnonStorey0_t3604481031 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CInputStatistics/c__AnonStorey0::<>m__0(DMCore.Logic.CInputStatistics/COperationData) extern "C" IL2CPP_METHOD_ATTR bool U3CIncreaseU3Ec__AnonStorey0_U3CU3Em__0_m348174646 (U3CIncreaseU3Ec__AnonStorey0_t3604481031 * __this, COperationData_t4257405362 * ___curData0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { COperationData_t4257405362 * L_0 = ___curData0; NullCheck(L_0); int32_t L_1 = COperationData_get_operationID_m1628787102(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_operationID_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0032; } } { COperationData_t4257405362 * L_3 = ___curData0; NullCheck(L_3); int32_t L_4 = COperationData_get_productID_m3601834980(L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_productID_1(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0032; } } { COperationData_t4257405362 * L_6 = ___curData0; NullCheck(L_6); int32_t L_7 = COperationData_get_requestFrom_m514579324(L_6, /*hidden argument*/NULL); int32_t L_8 = __this->get_requestFrom_2(); G_B4_0 = ((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); goto IL_0033; } IL_0032: { G_B4_0 = 0; } IL_0033: { return (bool)G_B4_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CInputStatistics/COperationData::.ctor() extern "C" IL2CPP_METHOD_ATTR void COperationData__ctor_m3112082926 (COperationData_t4257405362 * __this, const RuntimeMethod* method) { { COperationData__ctor_m3235570945(__this, ((int32_t)12), 0, 0, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInputStatistics/COperationData::.ctor(DMCore.Logic.SIT,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData__ctor_m3235570945 (COperationData_t4257405362 * __this, int32_t ____id0, int32_t ____times1, int32_t ____productID2, int32_t ____requestFrom3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ____id0; COperationData_set_operationID_m2402863248(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ____times1; COperationData_set_times_m2816320593(__this, L_1, /*hidden argument*/NULL); COperationData_set_totalTimes_m341166248(__this, 0, /*hidden argument*/NULL); int32_t L_2 = ____productID2; COperationData_set_productID_m1281077068(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = ____requestFrom3; COperationData_set_requestFrom_m690147367(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInputStatistics/COperationData::set_operationID(DMCore.Logic.SIT) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_operationID_m2402863248 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CoperationIDU3Ek__BackingField_0(L_0); return; } } // DMCore.Logic.SIT DMCore.Logic.CInputStatistics/COperationData::get_operationID() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_operationID_m1628787102 (COperationData_t4257405362 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CoperationIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CInputStatistics/COperationData::set_times(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_times_m2816320593 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CtimesU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_times() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_times_m3602703954 (COperationData_t4257405362 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CtimesU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CInputStatistics/COperationData::set_totalTimes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_totalTimes_m341166248 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CtotalTimesU3Ek__BackingField_2(L_0); return; } } // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_totalTimes() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_totalTimes_m548467024 (COperationData_t4257405362 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CtotalTimesU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CInputStatistics/COperationData::set_productID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_productID_m1281077068 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CproductIDU3Ek__BackingField_3(L_0); return; } } // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_productID() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_productID_m3601834980 (COperationData_t4257405362 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CproductIDU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CInputStatistics/COperationData::set_requestFrom(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COperationData_set_requestFrom_m690147367 (COperationData_t4257405362 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CrequestFromU3Ek__BackingField_4(L_0); return; } } // System.Int32 DMCore.Logic.CInputStatistics/COperationData::get_requestFrom() extern "C" IL2CPP_METHOD_ATTR int32_t COperationData_get_requestFrom_m514579324 (COperationData_t4257405362 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CrequestFromU3Ek__BackingField_4(); return L_0; } } // System.String DMCore.Logic.CInputStatistics/COperationData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* COperationData_ToString_m931020125 (COperationData_t4257405362 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COperationData_ToString_m931020125_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; String_t* L_1 = V_0; V_1 = L_1; ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_3 = V_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_2; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral2871669162); (L_4)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral2871669162); ObjectU5BU5D_t2843939325* L_5 = L_4; int32_t L_6 = COperationData_get_operationID_m1628787102(__this, /*hidden argument*/NULL); int32_t L_7 = ((int32_t)L_6); RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(2), (RuntimeObject *)L_8); ObjectU5BU5D_t2843939325* L_9 = L_5; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3452614532); (L_9)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614532); String_t* L_10 = String_Concat_m2971454694(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; V_1 = L_11; ObjectU5BU5D_t2843939325* L_12 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_13 = V_1; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3180713740); (L_14)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3180713740); ObjectU5BU5D_t2843939325* L_15 = L_14; int32_t L_16 = COperationData_get_times_m3602703954(__this, /*hidden argument*/NULL); int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(2), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = L_15; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral3452614532); (L_19)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614532); String_t* L_20 = String_Concat_m2971454694(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_0 = L_20; String_t* L_21 = V_0; V_1 = L_21; ObjectU5BU5D_t2843939325* L_22 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_23 = V_1; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = L_22; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral1191833428); (L_24)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral1191833428); ObjectU5BU5D_t2843939325* L_25 = L_24; int32_t L_26 = COperationData_get_productID_m3601834980(__this, /*hidden argument*/NULL); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(2), (RuntimeObject *)L_28); ObjectU5BU5D_t2843939325* L_29 = L_25; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral3452614532); (L_29)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614532); String_t* L_30 = String_Concat_m2971454694(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_0 = L_30; String_t* L_31 = V_0; V_1 = L_31; ObjectU5BU5D_t2843939325* L_32 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_33 = V_1; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_33); ObjectU5BU5D_t2843939325* L_34 = L_32; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral3655697632); (L_34)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3655697632); ObjectU5BU5D_t2843939325* L_35 = L_34; int32_t L_36 = COperationData_get_requestFrom_m514579324(__this, /*hidden argument*/NULL); int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(2), (RuntimeObject *)L_38); ObjectU5BU5D_t2843939325* L_39 = L_35; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral3452614532); (L_39)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614532); String_t* L_40 = String_Concat_m2971454694(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); V_0 = L_40; String_t* L_41 = V_0; String_t* L_42 = V_0; NullCheck(L_42); int32_t L_43 = String_get_Length_m3847582255(L_42, /*hidden argument*/NULL); NullCheck(L_41); String_t* L_44 = String_Substring_m1610150815(L_41, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)), /*hidden argument*/NULL); return L_44; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIntegralRankController::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController__ctor_m182296537 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIntegralRankController__ctor_m182296537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_mYesterdayTimeLabor_5((-130.0f)); __this->set_mTodayTimeLabor_6((-130.0f)); __this->set_mHistoriesTimeLabor_7((-130.0f)); IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_0 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_0, /*hidden argument*/NULL); __this->set_mYesterdayList_2(L_0); CDataModelList_t1133308508 * L_1 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_1, /*hidden argument*/NULL); __this->set_mTodayList_3(L_1); CDataModelList_t1133308508 * L_2 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_2, /*hidden argument*/NULL); __this->set_mHistoriesList_4(L_2); CDataModelBool_t2269476966 * L_3 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_3, /*hidden argument*/NULL); __this->set_isRingOver_10(L_3); __this->set_mYesterdayTimeLabor_5((-130.0f)); __this->set_mTodayTimeLabor_6((-130.0f)); __this->set_mHistoriesTimeLabor_7((-130.0f)); return; } } // DMCore.Logic.CIntegralRankController DMCore.Logic.CIntegralRankController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIntegralRankController_t2394358502 * CIntegralRankController_GetInstance_m3536867742 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIntegralRankController_GetInstance_m3536867742_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIntegralRankController_t2394358502_il2cpp_TypeInfo_var); CIntegralRankController_t2394358502 * L_0 = ((CIntegralRankController_t2394358502_StaticFields*)il2cpp_codegen_static_fields_for(CIntegralRankController_t2394358502_il2cpp_TypeInfo_var))->get_s_instance_1(); if (L_0) { goto IL_0016; } } { CIntegralRankController_t2394358502 * L_1 = (CIntegralRankController_t2394358502 *)il2cpp_codegen_object_new(CIntegralRankController_t2394358502_il2cpp_TypeInfo_var); CIntegralRankController__ctor_m182296537(L_1, /*hidden argument*/NULL); CIntegralRankController_t2394358502 * L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CIntegralRankController_t2394358502_il2cpp_TypeInfo_var); ((CIntegralRankController_t2394358502_StaticFields*)il2cpp_codegen_static_fields_for(CIntegralRankController_t2394358502_il2cpp_TypeInfo_var))->set_s_instance_1(L_2); return L_2; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CIntegralRankController_t2394358502_il2cpp_TypeInfo_var); CIntegralRankController_t2394358502 * L_3 = ((CIntegralRankController_t2394358502_StaticFields*)il2cpp_codegen_static_fields_for(CIntegralRankController_t2394358502_il2cpp_TypeInfo_var))->get_s_instance_1(); return L_3; } } // System.Void DMCore.Logic.CIntegralRankController::RequestTodayIntegralRankingData() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_RequestTodayIntegralRankingData_m374123035 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIntegralRankController_RequestTodayIntegralRankingData_m374123035_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataModelBool_t2269476966 * L_0 = __this->get_isRingOver_10(); NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, (bool)1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1589), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIntegralRankController::RequestYesterdayIntegralRankingData() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_RequestYesterdayIntegralRankingData_m2266974130 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIntegralRankController_RequestYesterdayIntegralRankingData_m2266974130_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataModelBool_t2269476966 * L_0 = __this->get_isRingOver_10(); NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, (bool)1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1589), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIntegralRankController::RequestHistoryIntegralRankingData() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_RequestHistoryIntegralRankingData_m3802180220 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIntegralRankController_RequestHistoryIntegralRankingData_m3802180220_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataModelBool_t2269476966 * L_0 = __this->get_isRingOver_10(); NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, (bool)1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1589), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, 2, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIntegralRankController::ResponseIntegralRankInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_ResponseIntegralRankInfo_m3361343208 (CIntegralRankController_t2394358502 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIntegralRankController_ResponseIntegralRankInfo_m3361343208_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; Fruit_IntegralRankItem_t3484072089 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Fruit_IntegralRankItem_t3484072089 * V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; Fruit_IntegralRankItem_t3484072089 * V_11 = NULL; int32_t V_12 = 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; int32_t L_12 = V_1; if (L_12) { goto IL_010b; } } { CDataModelList_t1133308508 * L_13 = __this->get_mTodayList_3(); NullCheck(L_13); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_13); V_4 = 0; goto IL_00fe; } IL_0042: { Fruit_IntegralRankItem_t3484072089 * L_14 = (Fruit_IntegralRankItem_t3484072089 *)il2cpp_codegen_object_new(Fruit_IntegralRankItem_t3484072089_il2cpp_TypeInfo_var); Fruit_IntegralRankItem__ctor_m579424637(L_14, /*hidden argument*/NULL); V_5 = L_14; int32_t L_15 = V_4; int32_t L_16 = V_3; int32_t L_17 = V_0; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)L_16)), (int32_t)L_17)); Fruit_IntegralRankItem_t3484072089 * L_18 = V_5; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_6; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); V_6 = L_21; NullCheck(L_19); int32_t L_22 = CDataArray_GetInt_m1111369473(L_19, L_21, 0, /*hidden argument*/NULL); NullCheck(L_18); Fruit_IntegralRankItem_set_Ranking_m3510470403(L_18, L_22, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_23 = V_5; CDataArray_t4068198041 * L_24 = ___msg0; int32_t L_25 = V_6; int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); V_6 = L_26; NullCheck(L_24); int64_t L_27 = CDataArray_GetLong_m4094450536(L_24, L_26, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_23); Fruit_IntegralRankItem_set_Userid_m3281706914(L_23, L_27, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_28 = V_5; CDataArray_t4068198041 * L_29 = ___msg0; int32_t L_30 = V_6; int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); V_6 = L_31; NullCheck(L_29); int64_t L_32 = CDataArray_GetLong_m4094450536(L_29, L_31, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_28); Fruit_IntegralRankItem_set_HeadID_m2354728731(L_28, L_32, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_33 = V_5; CDataArray_t4068198041 * L_34 = ___msg0; int32_t L_35 = V_6; int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); V_6 = L_36; NullCheck(L_34); int32_t L_37 = CDataArray_GetInt_m1111369473(L_34, L_36, 0, /*hidden argument*/NULL); NullCheck(L_33); Fruit_IntegralRankItem_set_Sex_m789688468(L_33, L_37, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_38 = V_5; CDataArray_t4068198041 * L_39 = ___msg0; int32_t L_40 = V_6; int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); V_6 = L_41; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_39); String_t* L_43 = CDataArray_GetWideStr_m3532563229(L_39, L_41, L_42, /*hidden argument*/NULL); NullCheck(L_38); Fruit_IntegralRankItem_set_Name_m3970682145(L_38, L_43, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_44 = V_5; CDataArray_t4068198041 * L_45 = ___msg0; int32_t L_46 = V_6; int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); V_6 = L_47; NullCheck(L_45); int64_t L_48 = CDataArray_GetLong_m4094450536(L_45, L_47, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_44); Fruit_IntegralRankItem_set_Integral_m1485781527(L_44, L_48, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_49 = V_5; CDataArray_t4068198041 * L_50 = ___msg0; int32_t L_51 = V_6; int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); V_6 = L_52; NullCheck(L_50); int32_t L_53 = CDataArray_GetInt_m1111369473(L_50, L_52, 0, /*hidden argument*/NULL); NullCheck(L_49); Fruit_IntegralRankItem_set_HeadBox_m3897565952(L_49, L_53, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_54 = __this->get_mTodayList_3(); Fruit_IntegralRankItem_t3484072089 * L_55 = V_5; NullCheck(L_54); CDataModelList_Add_m2675322066(L_54, L_55, /*hidden argument*/NULL); int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_00fe: { int32_t L_57 = V_4; int32_t L_58 = V_2; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_0042; } } { goto IL_02db; } IL_010b: { int32_t L_59 = V_1; if ((!(((uint32_t)L_59) == ((uint32_t)1)))) { goto IL_01ee; } } { CDataModelList_t1133308508 * L_60 = __this->get_mYesterdayList_2(); NullCheck(L_60); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_60); V_7 = 0; goto IL_01e1; } IL_0125: { Fruit_IntegralRankItem_t3484072089 * L_61 = (Fruit_IntegralRankItem_t3484072089 *)il2cpp_codegen_object_new(Fruit_IntegralRankItem_t3484072089_il2cpp_TypeInfo_var); Fruit_IntegralRankItem__ctor_m579424637(L_61, /*hidden argument*/NULL); V_8 = L_61; int32_t L_62 = V_7; int32_t L_63 = V_3; int32_t L_64 = V_0; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_62, (int32_t)L_63)), (int32_t)L_64)); Fruit_IntegralRankItem_t3484072089 * L_65 = V_8; CDataArray_t4068198041 * L_66 = ___msg0; int32_t L_67 = V_9; int32_t L_68 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); V_9 = L_68; NullCheck(L_66); int32_t L_69 = CDataArray_GetInt_m1111369473(L_66, L_68, 0, /*hidden argument*/NULL); NullCheck(L_65); Fruit_IntegralRankItem_set_Ranking_m3510470403(L_65, L_69, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_70 = V_8; CDataArray_t4068198041 * L_71 = ___msg0; int32_t L_72 = V_9; int32_t L_73 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); V_9 = L_73; NullCheck(L_71); int64_t L_74 = CDataArray_GetLong_m4094450536(L_71, L_73, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_70); Fruit_IntegralRankItem_set_Userid_m3281706914(L_70, L_74, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_75 = V_8; CDataArray_t4068198041 * L_76 = ___msg0; int32_t L_77 = V_9; int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); V_9 = L_78; 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); Fruit_IntegralRankItem_set_HeadID_m2354728731(L_75, L_79, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_80 = V_8; CDataArray_t4068198041 * L_81 = ___msg0; int32_t L_82 = V_9; int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); V_9 = L_83; NullCheck(L_81); int32_t L_84 = CDataArray_GetInt_m1111369473(L_81, L_83, 0, /*hidden argument*/NULL); NullCheck(L_80); Fruit_IntegralRankItem_set_Sex_m789688468(L_80, L_84, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_85 = V_8; CDataArray_t4068198041 * L_86 = ___msg0; int32_t L_87 = V_9; int32_t L_88 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); V_9 = L_88; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_89 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_86); String_t* L_90 = CDataArray_GetWideStr_m3532563229(L_86, L_88, L_89, /*hidden argument*/NULL); NullCheck(L_85); Fruit_IntegralRankItem_set_Name_m3970682145(L_85, L_90, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_91 = V_8; CDataArray_t4068198041 * L_92 = ___msg0; int32_t L_93 = V_9; int32_t L_94 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); V_9 = L_94; NullCheck(L_92); int64_t L_95 = CDataArray_GetLong_m4094450536(L_92, L_94, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_91); Fruit_IntegralRankItem_set_Integral_m1485781527(L_91, L_95, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_96 = V_8; CDataArray_t4068198041 * L_97 = ___msg0; int32_t L_98 = V_9; int32_t L_99 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); V_9 = L_99; NullCheck(L_97); int32_t L_100 = CDataArray_GetInt_m1111369473(L_97, L_99, 0, /*hidden argument*/NULL); NullCheck(L_96); Fruit_IntegralRankItem_set_HeadBox_m3897565952(L_96, L_100, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_101 = __this->get_mYesterdayList_2(); Fruit_IntegralRankItem_t3484072089 * L_102 = V_8; NullCheck(L_101); CDataModelList_Add_m2675322066(L_101, L_102, /*hidden argument*/NULL); int32_t L_103 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_01e1: { int32_t L_104 = V_7; int32_t L_105 = V_2; if ((((int32_t)L_104) < ((int32_t)L_105))) { goto IL_0125; } } { goto IL_02db; } IL_01ee: { int32_t L_106 = V_1; if ((!(((uint32_t)L_106) == ((uint32_t)2)))) { goto IL_02d1; } } { CDataModelList_t1133308508 * L_107 = __this->get_mHistoriesList_4(); NullCheck(L_107); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_107); V_10 = 0; goto IL_02c4; } IL_0208: { Fruit_IntegralRankItem_t3484072089 * L_108 = (Fruit_IntegralRankItem_t3484072089 *)il2cpp_codegen_object_new(Fruit_IntegralRankItem_t3484072089_il2cpp_TypeInfo_var); Fruit_IntegralRankItem__ctor_m579424637(L_108, /*hidden argument*/NULL); V_11 = L_108; int32_t L_109 = V_10; int32_t L_110 = V_3; int32_t L_111 = V_0; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_109, (int32_t)L_110)), (int32_t)L_111)); Fruit_IntegralRankItem_t3484072089 * L_112 = V_11; CDataArray_t4068198041 * L_113 = ___msg0; int32_t L_114 = V_12; int32_t L_115 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); V_12 = L_115; NullCheck(L_113); int32_t L_116 = CDataArray_GetInt_m1111369473(L_113, L_115, 0, /*hidden argument*/NULL); NullCheck(L_112); Fruit_IntegralRankItem_set_Ranking_m3510470403(L_112, L_116, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_117 = V_11; CDataArray_t4068198041 * L_118 = ___msg0; int32_t L_119 = V_12; int32_t L_120 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)); V_12 = L_120; NullCheck(L_118); int64_t L_121 = CDataArray_GetLong_m4094450536(L_118, L_120, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_117); Fruit_IntegralRankItem_set_Userid_m3281706914(L_117, L_121, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_122 = V_11; CDataArray_t4068198041 * L_123 = ___msg0; int32_t L_124 = V_12; int32_t L_125 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); V_12 = L_125; NullCheck(L_123); int64_t L_126 = CDataArray_GetLong_m4094450536(L_123, L_125, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_122); Fruit_IntegralRankItem_set_HeadID_m2354728731(L_122, L_126, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_127 = V_11; CDataArray_t4068198041 * L_128 = ___msg0; int32_t L_129 = V_12; int32_t L_130 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); V_12 = L_130; NullCheck(L_128); int32_t L_131 = CDataArray_GetInt_m1111369473(L_128, L_130, 0, /*hidden argument*/NULL); NullCheck(L_127); Fruit_IntegralRankItem_set_Sex_m789688468(L_127, L_131, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_132 = V_11; CDataArray_t4068198041 * L_133 = ___msg0; int32_t L_134 = V_12; int32_t L_135 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); V_12 = L_135; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_136 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_133); String_t* L_137 = CDataArray_GetWideStr_m3532563229(L_133, L_135, L_136, /*hidden argument*/NULL); NullCheck(L_132); Fruit_IntegralRankItem_set_Name_m3970682145(L_132, L_137, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_138 = V_11; CDataArray_t4068198041 * L_139 = ___msg0; int32_t L_140 = V_12; int32_t L_141 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); V_12 = L_141; NullCheck(L_139); int64_t L_142 = CDataArray_GetLong_m4094450536(L_139, L_141, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); NullCheck(L_138); Fruit_IntegralRankItem_set_Integral_m1485781527(L_138, L_142, /*hidden argument*/NULL); Fruit_IntegralRankItem_t3484072089 * L_143 = V_11; CDataArray_t4068198041 * L_144 = ___msg0; int32_t L_145 = V_12; int32_t L_146 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1)); V_12 = L_146; NullCheck(L_144); int32_t L_147 = CDataArray_GetInt_m1111369473(L_144, L_146, 0, /*hidden argument*/NULL); NullCheck(L_143); Fruit_IntegralRankItem_set_HeadBox_m3897565952(L_143, L_147, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_148 = __this->get_mHistoriesList_4(); Fruit_IntegralRankItem_t3484072089 * L_149 = V_11; NullCheck(L_148); CDataModelList_Add_m2675322066(L_148, L_149, /*hidden argument*/NULL); int32_t L_150 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)1)); } IL_02c4: { int32_t L_151 = V_10; int32_t L_152 = V_2; if ((((int32_t)L_151) < ((int32_t)L_152))) { goto IL_0208; } } { goto IL_02db; } IL_02d1: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral647162415, /*hidden argument*/NULL); } IL_02db: { CDataModelBool_t2269476966 * L_153 = __this->get_isRingOver_10(); NullCheck(L_153); CDataModelBool_set_Data_m838892248(L_153, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CIntegralRankController::OnLevelChanged() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_OnLevelChanged_m2473519224 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { { IMonoCtrllor_OnLevelChanged_m720530378(__this, /*hidden argument*/NULL); __this->set_mTodayTimeLabor_6((-121.0f)); __this->set_mYesterdayTimeLabor_5((-121.0f)); __this->set_mHistoriesTimeLabor_7((-121.0f)); return; } } // System.Void DMCore.Logic.CIntegralRankController::OnReset() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_OnReset_m1430364537 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { { IMonoCtrllor_OnReset_m2603840102(__this, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_0 = __this->get_mYesterdayList_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_0); CDataModelList_t1133308508 * L_1 = __this->get_mTodayList_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_1); CDataModelList_t1133308508 * L_2 = __this->get_mHistoriesList_4(); NullCheck(L_2); VirtActionInvoker0::Invoke(4 /* System.Void IDataModel::Clear() */, L_2); return; } } // System.Void DMCore.Logic.CIntegralRankController::TrySendRequest0() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_TrySendRequest0_m79009509 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; float L_1 = V_0; float L_2 = __this->get_mTodayTimeLabor_6(); if ((!(((float)(120.0f)) < ((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)))))) { goto IL_002a; } } { float L_3 = V_0; __this->set_mTodayTimeLabor_6(L_3); CIntegralRankController_RequestTodayIntegralRankingData_m374123035(__this, /*hidden argument*/NULL); goto IL_0036; } IL_002a: { CDataModelBool_t2269476966 * L_4 = __this->get_isRingOver_10(); NullCheck(L_4); CDataModelBool_set_Data_m838892248(L_4, (bool)0, /*hidden argument*/NULL); } IL_0036: { return; } } // System.Void DMCore.Logic.CIntegralRankController::TrySendRequest1() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_TrySendRequest1_m79009508 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; float L_1 = V_0; float L_2 = __this->get_mYesterdayTimeLabor_5(); if ((!(((float)(120.0f)) < ((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)))))) { goto IL_002a; } } { float L_3 = V_0; __this->set_mYesterdayTimeLabor_5(L_3); CIntegralRankController_RequestYesterdayIntegralRankingData_m2266974130(__this, /*hidden argument*/NULL); goto IL_0036; } IL_002a: { CDataModelBool_t2269476966 * L_4 = __this->get_isRingOver_10(); NullCheck(L_4); CDataModelBool_set_Data_m838892248(L_4, (bool)0, /*hidden argument*/NULL); } IL_0036: { return; } } // System.Void DMCore.Logic.CIntegralRankController::TrySendRequest2() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_TrySendRequest2_m79009511 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; float L_1 = V_0; float L_2 = __this->get_mHistoriesTimeLabor_7(); if ((!(((float)(120.0f)) < ((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)))))) { goto IL_002a; } } { float L_3 = V_0; __this->set_mHistoriesTimeLabor_7(L_3); CIntegralRankController_RequestHistoryIntegralRankingData_m3802180220(__this, /*hidden argument*/NULL); goto IL_0036; } IL_002a: { CDataModelBool_t2269476966 * L_4 = __this->get_isRingOver_10(); NullCheck(L_4); CDataModelBool_set_Data_m838892248(L_4, (bool)0, /*hidden argument*/NULL); } IL_0036: { return; } } // CDataModelList DMCore.Logic.CIntegralRankController::get_GetYesterdayList() extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * CIntegralRankController_get_GetYesterdayList_m868501632 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { { CDataModelList_t1133308508 * L_0 = __this->get_mYesterdayList_2(); return L_0; } } // CDataModelList DMCore.Logic.CIntegralRankController::get_GetTodayList() extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * CIntegralRankController_get_GetTodayList_m2946871334 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { { CDataModelList_t1133308508 * L_0 = __this->get_mTodayList_3(); return L_0; } } // CDataModelList DMCore.Logic.CIntegralRankController::get_GetHistoriesList() extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * CIntegralRankController_get_GetHistoriesList_m821307437 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { { CDataModelList_t1133308508 * L_0 = __this->get_mHistoriesList_4(); return L_0; } } // System.Int32 DMCore.Logic.CIntegralRankController::get_TabFlag() extern "C" IL2CPP_METHOD_ATTR int32_t CIntegralRankController_get_TabFlag_m4209694155 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_tabflag_9(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController::set_TabFlag(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_set_TabFlag_m586768309 (CIntegralRankController_t2394358502 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_tabflag_9(L_0); return; } } // CDataModelBool DMCore.Logic.CIntegralRankController::get_IsRingOver() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * CIntegralRankController_get_IsRingOver_m2489977921 (CIntegralRankController_t2394358502 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_isRingOver_10(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController::set_IsRingOver(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController_set_IsRingOver_m1241363019 (CIntegralRankController_t2394358502 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = ___value0; __this->set_isRingOver_10(L_0); return; } } // System.Void DMCore.Logic.CIntegralRankController::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIntegralRankController__cctor_m804017942 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem__ctor_m579424637 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::get_Ranking() extern "C" IL2CPP_METHOD_ATTR int32_t Fruit_IntegralRankItem_get_Ranking_m2200122192 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ranking_0(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Ranking(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Ranking_m3510470403 (Fruit_IntegralRankItem_t3484072089 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_ranking_0(L_0); return; } } // System.Int64 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::get_Userid() extern "C" IL2CPP_METHOD_ATTR int64_t Fruit_IntegralRankItem_get_Userid_m1031640655 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_userid_1(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Userid(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Userid_m3281706914 (Fruit_IntegralRankItem_t3484072089 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_userid_1(L_0); return; } } // System.Int64 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::get_HeadID() extern "C" IL2CPP_METHOD_ATTR int64_t Fruit_IntegralRankItem_get_HeadID_m3669533932 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_headid_2(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_HeadID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_HeadID_m2354728731 (Fruit_IntegralRankItem_t3484072089 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_headid_2(L_0); return; } } // System.Int32 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t Fruit_IntegralRankItem_get_Sex_m2330580010 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_sex_3(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Sex_m789688468 (Fruit_IntegralRankItem_t3484072089 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_sex_3(L_0); return; } } // System.String DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Fruit_IntegralRankItem_get_Name_m40593362 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_4(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Name_m3970682145 (Fruit_IntegralRankItem_t3484072089 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_name_4(L_0); return; } } // System.Int64 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::get_Integral() extern "C" IL2CPP_METHOD_ATTR int64_t Fruit_IntegralRankItem_get_Integral_m1908320860 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_integral_5(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_Integral(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_Integral_m1485781527 (Fruit_IntegralRankItem_t3484072089 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_integral_5(L_0); return; } } // System.Int32 DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::get_HeadBox() extern "C" IL2CPP_METHOD_ATTR int32_t Fruit_IntegralRankItem_get_HeadBox_m597630441 (Fruit_IntegralRankItem_t3484072089 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_headbox_6(); return L_0; } } // System.Void DMCore.Logic.CIntegralRankController/Fruit_IntegralRankItem::set_HeadBox(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Fruit_IntegralRankItem_set_HeadBox_m3897565952 (Fruit_IntegralRankItem_t3484072089 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_headbox_6(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CInteractiveConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig__ctor_m9305230 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig__ctor_m9305230_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlElement_t561603118 * V_2 = NULL; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; ActionUnit_t684030816 * V_8 = NULL; String_t* V_9 = NULL; int32_t V_10 = 0; StringU5BU5D_t1281789340* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; XmlNodeList_t2551693786 * V_15 = NULL; ActionEffect_t4203267823 * V_16 = NULL; int32_t V_17 = 0; XmlElement_t561603118 * V_18 = 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; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t3988524122 * L_0 = (Dictionary_2_t3988524122 *)il2cpp_codegen_object_new(Dictionary_2_t3988524122_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2312709220(L_0, /*hidden argument*/Dictionary_2__ctor_m2312709220_RuntimeMethod_var); __this->set_m_acitonEffectConfig_2(L_0); Dictionary_2_t2919602138 * L_1 = (Dictionary_2_t2919602138 *)il2cpp_codegen_object_new(Dictionary_2_t2919602138_il2cpp_TypeInfo_var); Dictionary_2__ctor_m226434408(L_1, /*hidden argument*/Dictionary_2__ctor_m226434408_RuntimeMethod_var); __this->set_m_singleAction_5(L_1); Dictionary_2_t2919602138 * L_2 = (Dictionary_2_t2919602138 *)il2cpp_codegen_object_new(Dictionary_2_t2919602138_il2cpp_TypeInfo_var); Dictionary_2__ctor_m226434408(L_2, /*hidden argument*/Dictionary_2__ctor_m226434408_RuntimeMethod_var); __this->set_m_multipleAction_6(L_2); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); String_t* L_4 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_CONFIG_PATH_4(); NullCheck(L_3); Object_t631007953 * L_5 = IResourceManager_CreateResource_m1279813597(L_3, L_4, (bool)0, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_5, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0059; } } { CLogHelp_t779629444 * L_8 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CLogHelp_Log_m386290467(L_8, _stringLiteral3577584550, /*hidden argument*/NULL); return; } IL_0059: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_9 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_9, /*hidden argument*/NULL); V_1 = L_9; XmlDocument_t2837193595 * L_10 = V_1; TextAsset_t3022178571 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = TextAsset_get_text_m2027878391(L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_10, L_12); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_13 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); String_t* L_14 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_CONFIG_PATH_4(); NullCheck(L_13); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_13, L_14); V_0 = (TextAsset_t3022178571 *)NULL; XmlDocument_t2837193595 * L_15 = V_1; if (!L_15) { goto IL_0093; } } IL_0083: { XmlDocument_t2837193595 * L_16 = V_1; NullCheck(L_16); XmlNode_t3767805227 * L_17 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_16); G_B5_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_17, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0094; } IL_0093: { G_B5_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0094: { V_2 = G_B5_0; XmlElement_t561603118 * L_18 = V_2; NullCheck(L_18); XmlNodeList_t2551693786 * L_19 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_18); V_3 = L_19; XmlNodeList_t2551693786 * L_20 = V_3; if (L_20) { goto IL_00a7; } } IL_00a2: { goto IL_03ad; } IL_00a7: { V_4 = 0; goto IL_0395; } IL_00af: { XmlNodeList_t2551693786 * L_21 = V_3; int32_t L_22 = V_4; NullCheck(L_21); XmlNode_t3767805227 * L_23 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_21, L_22); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_23, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_24 = V_5; if (L_24) { goto IL_00ca; } } IL_00c5: { goto IL_038f; } IL_00ca: { XmlElement_t561603118 * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_26 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_25, _stringLiteral3454449607, /*hidden argument*/NULL); V_6 = L_26; String_t* L_27 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_28 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00e9; } } IL_00e4: { goto IL_038f; } IL_00e9: { V_7 = 0; String_t* L_29 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_29, (&V_7), /*hidden argument*/NULL); ActionUnit_t684030816 * L_30 = (ActionUnit_t684030816 *)il2cpp_codegen_object_new(ActionUnit_t684030816_il2cpp_TypeInfo_var); ActionUnit__ctor_m1011699121(L_30, /*hidden argument*/NULL); V_8 = L_30; ActionUnit_t684030816 * L_31 = V_8; CTextHelp_t3119637808 * L_32 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); XmlElement_t561603118 * L_33 = V_5; String_t* L_34 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_33, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_32); String_t* L_36 = CTextHelp_GetText_m3374553046(L_32, L_34, L_35, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_actionName_1(L_36); ActionUnit_t684030816 * L_37 = V_8; XmlElement_t561603118 * L_38 = V_5; int32_t L_39 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_38, _stringLiteral2839847629, 0, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_unlockMemberLevel_4(L_39); ActionUnit_t684030816 * L_40 = V_8; XmlElement_t561603118 * L_41 = V_5; String_t* L_42 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_41, _stringLiteral416089526, /*hidden argument*/NULL); NullCheck(L_40); L_40->set_iconName_2(L_42); XmlElement_t561603118 * L_43 = V_5; String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_45 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_43, _stringLiteral825237145, L_44, /*hidden argument*/NULL); V_9 = L_45; String_t* L_46 = V_9; bool L_47 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_016a; } } IL_0165: { goto IL_038f; } IL_016a: { ActionUnit_t684030816 * L_48 = V_8; int32_t L_49 = V_7; NullCheck(L_48); L_48->set_actionId_3(L_49); ActionUnit_t684030816 * L_50 = V_8; CTextHelp_t3119637808 * L_51 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); XmlElement_t561603118 * L_52 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_53 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_52, _stringLiteral2742392228, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_51); String_t* L_55 = CTextHelp_GetText_m3374553046(L_51, L_53, L_54, /*hidden argument*/NULL); NullCheck(L_50); L_50->set_unLockDesc_6(L_55); XmlElement_t561603118 * L_56 = V_5; int32_t L_57 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_56, _stringLiteral1886979233, 0, /*hidden argument*/NULL); V_10 = L_57; String_t* L_58 = V_9; NullCheck(L_58); bool L_59 = String_Contains_m1147431944(L_58, _stringLiteral3452614532, /*hidden argument*/NULL); if (!L_59) { goto IL_0214; } } IL_01b5: { String_t* L_60 = V_9; CharU5BU5D_t3528271667* L_61 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_61); (L_61)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_60); StringU5BU5D_t1281789340* L_62 = String_Split_m3646115398(L_60, L_61, /*hidden argument*/NULL); V_11 = L_62; V_12 = 0; goto IL_0204; } IL_01d1: { V_13 = 0; StringU5BU5D_t1281789340* L_63 = V_11; int32_t L_64 = V_12; NullCheck(L_63); int32_t L_65 = L_64; String_t* L_66 = (L_63)->GetAt(static_cast(L_65)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_66, (&V_13), /*hidden argument*/NULL); int32_t L_67 = V_13; if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_01fe; } } IL_01e9: { ActionUnit_t684030816 * L_68 = V_8; int32_t L_69 = V_13; NullCheck(L_68); L_68->set_sceneID_0(L_69); int32_t L_70 = V_10; int32_t L_71 = V_13; ActionUnit_t684030816 * L_72 = V_8; CInteractiveConfig_Append_m4232031455(__this, L_70, L_71, L_72, /*hidden argument*/NULL); } IL_01fe: { int32_t L_73 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0204: { int32_t L_74 = V_12; StringU5BU5D_t1281789340* L_75 = V_11; NullCheck(L_75); if ((((int32_t)L_74) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_75)->max_length))))))) { goto IL_01d1; } } IL_020f: { goto IL_023e; } IL_0214: { V_14 = 0; String_t* L_76 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_76, (&V_14), /*hidden argument*/NULL); int32_t L_77 = V_14; if ((((int32_t)L_77) <= ((int32_t)0))) { goto IL_023e; } } IL_0229: { ActionUnit_t684030816 * L_78 = V_8; int32_t L_79 = V_14; NullCheck(L_78); L_78->set_sceneID_0(L_79); int32_t L_80 = V_10; int32_t L_81 = V_14; ActionUnit_t684030816 * L_82 = V_8; CInteractiveConfig_Append_m4232031455(__this, L_80, L_81, L_82, /*hidden argument*/NULL); } IL_023e: { XmlElement_t561603118 * L_83 = V_5; NullCheck(L_83); XmlNodeList_t2551693786 * L_84 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_83); V_15 = L_84; XmlNodeList_t2551693786 * L_85 = V_15; NullCheck(L_85); int32_t L_86 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_85); if ((((int32_t)L_86) <= ((int32_t)0))) { goto IL_038f; } } IL_0254: { ActionEffect_t4203267823 * L_87 = (ActionEffect_t4203267823 *)il2cpp_codegen_object_new(ActionEffect_t4203267823_il2cpp_TypeInfo_var); ActionEffect__ctor_m1052187113(L_87, /*hidden argument*/NULL); V_16 = L_87; V_17 = 0; goto IL_036d; } IL_0263: { XmlNodeList_t2551693786 * L_88 = V_15; int32_t L_89 = V_17; NullCheck(L_88); XmlNode_t3767805227 * L_90 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_88, L_89); V_18 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_90, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_91 = V_18; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_92 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_91, _stringLiteral2282212872, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_93 = String_op_Equality_m920492651(NULL /*static, unused*/, L_92, _stringLiteral3452614543, /*hidden argument*/NULL); if (!L_93) { goto IL_02fd; } } IL_028e: { ActionEffect_t4203267823 * L_94 = V_16; NullCheck(L_94); List_1_t3319525431 * L_95 = L_94->get_S_EffectName_0(); XmlElement_t561603118 * L_96 = V_18; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_97 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_96, _stringLiteral86892130, /*hidden argument*/NULL); NullCheck(L_95); List_1_Add_m1685793073(L_95, L_97, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_98 = V_16; NullCheck(L_98); List_1_t3319525431 * L_99 = L_98->get_S_BoneName_1(); XmlElement_t561603118 * L_100 = V_18; String_t* L_101 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_100, _stringLiteral1293992047, /*hidden argument*/NULL); NullCheck(L_99); List_1_Add_m1685793073(L_99, L_101, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_102 = V_16; NullCheck(L_102); List_1_t2869341516 * L_103 = L_102->get_S_DelayTime_2(); XmlElement_t561603118 * L_104 = V_18; float L_105 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_104, _stringLiteral3757723058, (0.0f), /*hidden argument*/NULL); NullCheck(L_103); List_1_Add_m2024781851(L_103, L_105, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); ActionEffect_t4203267823 * L_106 = V_16; NullCheck(L_106); List_1_t2869341516 * L_107 = L_106->get_S_LastTime_3(); XmlElement_t561603118 * L_108 = V_18; float L_109 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_108, _stringLiteral737729464, (0.0f), /*hidden argument*/NULL); NullCheck(L_107); List_1_Add_m2024781851(L_107, L_109, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); goto IL_0367; } IL_02fd: { ActionEffect_t4203267823 * L_110 = V_16; NullCheck(L_110); List_1_t3319525431 * L_111 = L_110->get_R_EffectName_4(); XmlElement_t561603118 * L_112 = V_18; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_113 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_112, _stringLiteral86892130, /*hidden argument*/NULL); NullCheck(L_111); List_1_Add_m1685793073(L_111, L_113, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_114 = V_16; NullCheck(L_114); List_1_t3319525431 * L_115 = L_114->get_R_BoneName_5(); XmlElement_t561603118 * L_116 = V_18; String_t* L_117 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_116, _stringLiteral1293992047, /*hidden argument*/NULL); NullCheck(L_115); List_1_Add_m1685793073(L_115, L_117, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ActionEffect_t4203267823 * L_118 = V_16; NullCheck(L_118); List_1_t2869341516 * L_119 = L_118->get_R_DelayTime_6(); XmlElement_t561603118 * L_120 = V_18; float L_121 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_120, _stringLiteral3757723058, (0.0f), /*hidden argument*/NULL); NullCheck(L_119); List_1_Add_m2024781851(L_119, L_121, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); ActionEffect_t4203267823 * L_122 = V_16; NullCheck(L_122); List_1_t2869341516 * L_123 = L_122->get_R_LastTime_7(); XmlElement_t561603118 * L_124 = V_18; float L_125 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_124, _stringLiteral737729464, (0.0f), /*hidden argument*/NULL); NullCheck(L_123); List_1_Add_m2024781851(L_123, L_125, /*hidden argument*/List_1_Add_m2024781851_RuntimeMethod_var); } IL_0367: { int32_t L_126 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); } IL_036d: { int32_t L_127 = V_17; XmlNodeList_t2551693786 * L_128 = V_15; NullCheck(L_128); int32_t L_129 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_128); if ((((int32_t)L_127) < ((int32_t)L_129))) { goto IL_0263; } } IL_037b: { Dictionary_2_t3988524122 * L_130 = __this->get_m_acitonEffectConfig_2(); String_t* L_131 = V_6; NullCheck(L_131); String_t* L_132 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_131); ActionEffect_t4203267823 * L_133 = V_16; NullCheck(L_130); Dictionary_2_set_Item_m918358533(L_130, L_132, L_133, /*hidden argument*/Dictionary_2_set_Item_m918358533_RuntimeMethod_var); } IL_038f: { int32_t L_134 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); } IL_0395: { int32_t L_135 = V_4; XmlNodeList_t2551693786 * L_136 = V_3; NullCheck(L_136); int32_t L_137 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_136); if ((((int32_t)L_135) < ((int32_t)L_137))) { goto IL_00af; } } IL_03a2: { goto IL_03ad; } } // 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_03a7; throw e; } CATCH_03a7: { // begin catch(System.Object) goto IL_03ad; } // end catch (depth: 1) IL_03ad: { return; } } // DMCore.Logic.CInteractiveConfig DMCore.Logic.CInteractiveConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractiveConfig_t2063269181 * CInteractiveConfig_GetInstance_m1304557195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetInstance_m1304557195_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig_t2063269181 * L_0 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig_t2063269181 * L_1 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_1; } IL_0010: { CInteractiveConfig_t2063269181 * L_2 = (CInteractiveConfig_t2063269181 *)il2cpp_codegen_object_new(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig__ctor_m9305230(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->set_s_Instance_3(L_2); CInteractiveConfig_t2063269181 * L_3 = ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_3; } } // System.Collections.Generic.Dictionary`2 DMCore.Logic.CInteractiveConfig::GetActionEffectConfig() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t3988524122 * CInteractiveConfig_GetActionEffectConfig_m1925018921 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { Dictionary_2_t3988524122 * L_0 = __this->get_m_acitonEffectConfig_2(); return L_0; } } // System.Int32 DMCore.Logic.CInteractiveConfig::get_CurrentSceneID() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_get_CurrentSceneID_m3965555908 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentSceneIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CInteractiveConfig::set_CurrentSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_set_CurrentSceneID_m4269598814 (CInteractiveConfig_t2063269181 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentSceneIDU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.CInteractiveConfig::get_CurrentActionType() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_get_CurrentActionType_m4031858198 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentActionTypeU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CInteractiveConfig::set_CurrentActionType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_set_CurrentActionType_m967644796 (CInteractiveConfig_t2063269181 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentActionTypeU3Ek__BackingField_1(L_0); return; } } // enumMemberLevel DMCore.Logic.CInteractiveConfig::GetActionLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetActionLevel_m1230701415 (CInteractiveConfig_t2063269181 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetActionLevel_m1230701415_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionUnit_t684030816 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (ActionUnit_t684030816 *)NULL; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig_t2063269181 * L_0 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___id0; NullCheck(L_0); ActionUnit_t684030816 * L_2 = CInteractiveConfig_GetActionItemByID_m4163114210(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ActionUnit_t684030816 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { ActionUnit_t684030816 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_unlockMemberLevel_4(); V_1 = L_5; } IL_001d: { int32_t L_6 = V_1; return L_6; } } // System.Void DMCore.Logic.CInteractiveConfig::RefreshActionInfo(System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_RefreshActionInfo_m4259462094 (CInteractiveConfig_t2063269181 * __this, int32_t ____type0, int32_t ____actionId1, bool ____bunlock2, int32_t ____unlockType3, int32_t ____props4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_RefreshActionInfo_m4259462094_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t2919602138 * V_0 = NULL; KeyValuePair_2_t1022307009 V_1; memset(&V_1, 0, sizeof(V_1)); Enumerator_t578817617 V_2; memset(&V_2, 0, sizeof(V_2)); ActionList_t4030888807 * V_3 = NULL; ActionUnit_t684030816 * 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); { V_0 = (Dictionary_2_t2919602138 *)NULL; int32_t L_0 = ____type0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0015; } } { Dictionary_2_t2919602138 * L_1 = __this->get_m_multipleAction_6(); V_0 = L_1; goto IL_0029; } IL_0015: { int32_t L_2 = ____type0; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0028; } } { Dictionary_2_t2919602138 * L_3 = __this->get_m_singleAction_5(); V_0 = L_3; goto IL_0029; } IL_0028: { return; } IL_0029: { Dictionary_2_t2919602138 * L_4 = V_0; NullCheck(L_4); Enumerator_t578817617 L_5 = Dictionary_2_GetEnumerator_m3004517618(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m3004517618_RuntimeMethod_var); V_2 = L_5; } IL_0030: try { // begin try (depth: 1) { goto IL_0068; } IL_0035: { KeyValuePair_2_t1022307009 L_6 = Enumerator_get_Current_m3575691156((&V_2), /*hidden argument*/Enumerator_get_Current_m3575691156_RuntimeMethod_var); V_1 = L_6; ActionList_t4030888807 * L_7 = KeyValuePair_2_get_Value_m3604928004((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m3604928004_RuntimeMethod_var); V_3 = L_7; ActionList_t4030888807 * L_8 = V_3; int32_t L_9 = ____actionId1; NullCheck(L_8); ActionUnit_t684030816 * L_10 = ActionList_FindItem_m3179141777(L_8, L_9, /*hidden argument*/NULL); V_4 = L_10; ActionUnit_t684030816 * L_11 = V_4; bool L_12 = ____bunlock2; NullCheck(L_11); L_11->set_bUnlock_5(L_12); ActionUnit_t684030816 * L_13 = V_4; int32_t L_14 = ____unlockType3; NullCheck(L_13); L_13->set_unlockType_8(L_14); ActionUnit_t684030816 * L_15 = V_4; int32_t L_16 = ____props4; NullCheck(L_15); L_15->set_props_7(L_16); } IL_0068: { bool L_17 = Enumerator_MoveNext_m2783522988((&V_2), /*hidden argument*/Enumerator_MoveNext_m2783522988_RuntimeMethod_var); if (L_17) { goto IL_0035; } } IL_0074: { IL2CPP_LEAVE(0x87, FINALLY_0079); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0079; } FINALLY_0079: { // begin finally (depth: 1) Enumerator_Dispose_m1719614588((&V_2), /*hidden argument*/Enumerator_Dispose_m1719614588_RuntimeMethod_var); IL2CPP_END_FINALLY(121) } // end finally (depth: 1) IL2CPP_CLEANUP(121) { IL2CPP_JUMP_TBL(0x87, IL_0087) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0087: { return; } } // DMCore.Logic.ActionList DMCore.Logic.CInteractiveConfig::GetActionList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionList_t4030888807 * CInteractiveConfig_GetActionList_m492598821 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionType0, int32_t ____sceneId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetActionList_m492598821_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionList_t4030888807 * V_0 = NULL; { V_0 = (ActionList_t4030888807 *)NULL; int32_t L_0 = ____actionType0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_001d; } } { Dictionary_2_t2919602138 * L_1 = __this->get_m_singleAction_5(); int32_t L_2 = ____sceneId1; NullCheck(L_1); Dictionary_2_TryGetValue_m1420388012(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1420388012_RuntimeMethod_var); goto IL_0033; } IL_001d: { int32_t L_3 = ____actionType0; if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0033; } } { Dictionary_2_t2919602138 * L_4 = __this->get_m_multipleAction_6(); int32_t L_5 = ____sceneId1; NullCheck(L_4); Dictionary_2_TryGetValue_m1420388012(L_4, L_5, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1420388012_RuntimeMethod_var); } IL_0033: { ActionList_t4030888807 * L_6 = V_0; return L_6; } } // DMCore.Logic.ActionUnit DMCore.Logic.CInteractiveConfig::GetActionItem(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionUnit_t684030816 * CInteractiveConfig_GetActionItem_m347072996 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionType0, int32_t ____sceneId1, int32_t ____index2, const RuntimeMethod* method) { ActionList_t4030888807 * V_0 = NULL; { int32_t L_0 = ____actionType0; int32_t L_1 = ____sceneId1; ActionList_t4030888807 * L_2 = CInteractiveConfig_GetActionList_m492598821(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ActionList_t4030888807 * L_3 = V_0; if (L_3) { goto IL_0011; } } { return (ActionUnit_t684030816 *)NULL; } IL_0011: { ActionList_t4030888807 * L_4 = V_0; int32_t L_5 = ____index2; NullCheck(L_4); ActionUnit_t684030816 * L_6 = ActionList_GetActionUnit_m3766159688(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // DMCore.Logic.ActionUnit DMCore.Logic.CInteractiveConfig::GetActionItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionUnit_t684030816 * CInteractiveConfig_GetActionItem_m2871698204 (CInteractiveConfig_t2063269181 * __this, int32_t ____index0, const RuntimeMethod* method) { { int32_t L_0 = CInteractiveConfig_get_CurrentActionType_m4031858198(__this, /*hidden argument*/NULL); int32_t L_1 = CInteractiveConfig_get_CurrentSceneID_m3965555908(__this, /*hidden argument*/NULL); int32_t L_2 = ____index0; ActionUnit_t684030816 * L_3 = CInteractiveConfig_GetActionItem_m347072996(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // DMCore.Logic.ActionUnit DMCore.Logic.CInteractiveConfig::GetActionItemByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionUnit_t684030816 * CInteractiveConfig_GetActionItemByID_m4163114210 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionId0, const RuntimeMethod* method) { ActionList_t4030888807 * V_0 = NULL; { int32_t L_0 = CInteractiveConfig_get_CurrentActionType_m4031858198(__this, /*hidden argument*/NULL); int32_t L_1 = CInteractiveConfig_get_CurrentSceneID_m3965555908(__this, /*hidden argument*/NULL); ActionList_t4030888807 * L_2 = CInteractiveConfig_GetActionList_m492598821(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ActionList_t4030888807 * L_3 = V_0; if (L_3) { goto IL_001b; } } { return (ActionUnit_t684030816 *)NULL; } IL_001b: { ActionList_t4030888807 * L_4 = V_0; int32_t L_5 = ____actionId0; NullCheck(L_4); ActionUnit_t684030816 * L_6 = ActionList_FindItem_m3179141777(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String DMCore.Logic.CInteractiveConfig::GetActionName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractiveConfig_GetActionName_m3535109887 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_GetActionName_m3535109887_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ActionUnit_t684030816 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig_t2063269181 * L_1 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ____actionId0; NullCheck(L_1); ActionUnit_t684030816 * L_3 = CInteractiveConfig_GetActionItemByID_m4163114210(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; ActionUnit_t684030816 * L_4 = V_1; if (!L_4) { goto IL_001f; } } { ActionUnit_t684030816 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = L_5->get_actionName_1(); V_0 = L_6; } IL_001f: { String_t* L_7 = V_0; return L_7; } } // System.Int32 DMCore.Logic.CInteractiveConfig::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveConfig_GetCount_m1491067136 (CInteractiveConfig_t2063269181 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; ActionList_t4030888807 * V_1 = NULL; { V_0 = 0; int32_t L_0 = CInteractiveConfig_get_CurrentActionType_m4031858198(__this, /*hidden argument*/NULL); int32_t L_1 = CInteractiveConfig_get_CurrentSceneID_m3965555908(__this, /*hidden argument*/NULL); ActionList_t4030888807 * L_2 = CInteractiveConfig_GetActionList_m492598821(__this, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; ActionList_t4030888807 * L_3 = V_1; if (!L_3) { goto IL_0022; } } { ActionList_t4030888807 * L_4 = V_1; NullCheck(L_4); int32_t L_5 = ActionList_GetCount_m3350153943(L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0022: { int32_t L_6 = V_0; return L_6; } } // System.Void DMCore.Logic.CInteractiveConfig::Append(System.Int32,System.Int32,DMCore.Logic.ActionUnit) extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig_Append_m4232031455 (CInteractiveConfig_t2063269181 * __this, int32_t ____actionType0, int32_t ____scenenId1, ActionUnit_t684030816 * ____unit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig_Append_m4232031455_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionList_t4030888807 * V_0 = NULL; ActionList_t4030888807 * V_1 = NULL; { int32_t L_0 = ____actionType0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0047; } } { V_0 = (ActionList_t4030888807 *)NULL; Dictionary_2_t2919602138 * L_1 = __this->get_m_singleAction_5(); int32_t L_2 = ____scenenId1; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m1420388012(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1420388012_RuntimeMethod_var); if (!L_3) { goto IL_0028; } } { ActionList_t4030888807 * L_4 = V_0; ActionUnit_t684030816 * L_5 = ____unit2; NullCheck(L_4); ActionList_Add_m2796891988(L_4, L_5, /*hidden argument*/NULL); goto IL_0042; } IL_0028: { ActionList_t4030888807 * L_6 = (ActionList_t4030888807 *)il2cpp_codegen_object_new(ActionList_t4030888807_il2cpp_TypeInfo_var); ActionList__ctor_m2546486113(L_6, /*hidden argument*/NULL); V_0 = L_6; ActionList_t4030888807 * L_7 = V_0; ActionUnit_t684030816 * L_8 = ____unit2; NullCheck(L_7); ActionList_Add_m2796891988(L_7, L_8, /*hidden argument*/NULL); Dictionary_2_t2919602138 * L_9 = __this->get_m_singleAction_5(); int32_t L_10 = ____scenenId1; ActionList_t4030888807 * L_11 = V_0; NullCheck(L_9); Dictionary_2_set_Item_m4061963441(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_set_Item_m4061963441_RuntimeMethod_var); } IL_0042: { goto IL_0089; } IL_0047: { int32_t L_12 = ____actionType0; if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0089; } } { V_1 = (ActionList_t4030888807 *)NULL; Dictionary_2_t2919602138 * L_13 = __this->get_m_multipleAction_6(); int32_t L_14 = ____scenenId1; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m1420388012(L_13, L_14, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1420388012_RuntimeMethod_var); if (!L_15) { goto IL_006f; } } { ActionList_t4030888807 * L_16 = V_1; ActionUnit_t684030816 * L_17 = ____unit2; NullCheck(L_16); ActionList_Add_m2796891988(L_16, L_17, /*hidden argument*/NULL); goto IL_0089; } IL_006f: { ActionList_t4030888807 * L_18 = (ActionList_t4030888807 *)il2cpp_codegen_object_new(ActionList_t4030888807_il2cpp_TypeInfo_var); ActionList__ctor_m2546486113(L_18, /*hidden argument*/NULL); V_1 = L_18; ActionList_t4030888807 * L_19 = V_1; ActionUnit_t684030816 * L_20 = ____unit2; NullCheck(L_19); ActionList_Add_m2796891988(L_19, L_20, /*hidden argument*/NULL); Dictionary_2_t2919602138 * L_21 = __this->get_m_multipleAction_6(); int32_t L_22 = ____scenenId1; ActionList_t4030888807 * L_23 = V_1; NullCheck(L_21); Dictionary_2_set_Item_m4061963441(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_set_Item_m4061963441_RuntimeMethod_var); } IL_0089: { return; } } // System.Void DMCore.Logic.CInteractiveConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveConfig__cctor_m3256955029 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveConfig__cctor_m3256955029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_0 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CLocalizationManager_GetLocalizePath_m3024801825(L_0, _stringLiteral779389739, /*hidden argument*/NULL); ((CInteractiveConfig_t2063269181_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var))->set_CONFIG_PATH_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 DMCore.Logic.CInteractiveManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager__ctor_m2335970734 (CInteractiveManager_t1765251898 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveManager__ctor_m2335970734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_0 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_0, /*hidden argument*/NULL); __this->set_m_bRefresh_3(L_0); return; } } // DMCore.Logic.CInteractiveManager DMCore.Logic.CInteractiveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractiveManager_t1765251898 * CInteractiveManager_GetInstance_m958929371 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveManager_GetInstance_m958929371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); CInteractiveManager_t1765251898 * L_0 = ((CInteractiveManager_t1765251898_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (L_0) { goto IL_0014; } } { CInteractiveManager_t1765251898 * L_1 = (CInteractiveManager_t1765251898 *)il2cpp_codegen_object_new(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); CInteractiveManager__ctor_m2335970734(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); ((CInteractiveManager_t1765251898_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var))->set_s_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); CInteractiveManager_t1765251898 * L_2 = ((CInteractiveManager_t1765251898_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_2; } } // System.Void DMCore.Logic.CInteractiveManager::set_CurIsSingleAction(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_set_CurIsSingleAction_m3937006212 (CInteractiveManager_t1765251898 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCurIsSingleActionU3Ek__BackingField_0(L_0); return; } } // System.Boolean DMCore.Logic.CInteractiveManager::get_CurIsSingleAction() extern "C" IL2CPP_METHOD_ATTR bool CInteractiveManager_get_CurIsSingleAction_m4011212884 (CInteractiveManager_t1765251898 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCurIsSingleActionU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CInteractiveManager::OnSendMutualInteractionMsg(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_OnSendMutualInteractionMsg_m2487495450 (CInteractiveManager_t1765251898 * __this, String_t* ___action_id0, int32_t ___is_single1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveManager_OnSendMutualInteractionMsg_m2487495450_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; AnimationClip_t2318505987 * V_4 = NULL; AnimationClip_t2318505987 * V_5 = NULL; float V_6 = 0.0f; int32_t V_7 = 0; CDataArray_t4068198041 * V_8 = NULL; float G_B8_0 = 0.0f; float G_B10_0 = 0.0f; float G_B9_0 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CMenuManager_t3869721565_il2cpp_TypeInfo_var); CMenuManager_t3869721565 * L_0 = CMenuManager_GetInstance_m3933304740(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CMenuManager_get_userID_m1025368932(L_0, /*hidden argument*/NULL); V_0 = L_1; CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = V_0; NullCheck(L_2); ISceneRole_t2394225724 * L_4 = CSceneService_FindRoleByUserID_m4171044813(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; ISceneBaseObj_t858622483 * L_5 = V_1; if (L_5) { goto IL_001e; } } { return; } IL_001e: { ISceneBaseObj_t858622483 * L_6 = V_1; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_6); V_2 = L_7; CMainRole_t4200562839 * L_8 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_8); V_3 = L_9; V_4 = (AnimationClip_t2318505987 *)NULL; V_5 = (AnimationClip_t2318505987 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CMutualAnimManager_t3619480921_il2cpp_TypeInfo_var); CMutualAnimManager_t3619480921 * L_10 = CMutualAnimManager_GetInstance_m2186787476(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = ___action_id0; int32_t L_12 = V_3; int32_t L_13 = V_2; NullCheck(L_10); CMutualAnimManager_GetMutualAnimClip_m3438799850(L_10, L_11, L_12, L_13, (&V_5), (&V_4), /*hidden argument*/NULL); AnimationClip_t2318505987 * L_14 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_14, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_15) { goto IL_0061; } } { AnimationClip_t2318505987 * L_16 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_16, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_0062; } } IL_0061: { return; } IL_0062: { AnimationClip_t2318505987 * L_18 = V_4; 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_007b; } } { AnimationClip_t2318505987 * L_20 = V_4; NullCheck(L_20); float L_21 = AnimationClip_get_length_m3296085482(L_20, /*hidden argument*/NULL); G_B8_0 = L_21; goto IL_0080; } IL_007b: { G_B8_0 = (0.0f); } IL_0080: { V_6 = G_B8_0; float L_22 = V_6; AnimationClip_t2318505987 * L_23 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); G_B9_0 = L_22; if (!L_24) { G_B10_0 = L_22; goto IL_009d; } } { AnimationClip_t2318505987 * L_25 = V_5; NullCheck(L_25); float L_26 = AnimationClip_get_length_m3296085482(L_25, /*hidden argument*/NULL); G_B11_0 = L_26; G_B11_1 = G_B9_0; goto IL_00a2; } IL_009d: { G_B11_0 = (0.0f); G_B11_1 = G_B10_0; } IL_00a2: { IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_27 = Mathf_Max_m3146388979(NULL /*static, unused*/, G_B11_1, G_B11_0, /*hidden argument*/NULL); V_6 = ((float)il2cpp_codegen_add((float)L_27, (float)(1.0f))); String_t* L_28 = ___action_id0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_29 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); V_7 = L_29; CDataArray_t4068198041 * L_30 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_30, /*hidden argument*/NULL); V_8 = L_30; CDataArray_t4068198041 * L_31 = V_8; NullCheck(L_31); CDataArray_Push_m3820844360(L_31, ((int32_t)1080), /*hidden argument*/NULL); CDataArray_t4068198041 * L_32 = V_8; int64_t L_33 = V_0; NullCheck(L_32); CDataArray_Push_m3799896857(L_32, L_33, /*hidden argument*/NULL); CDataArray_t4068198041 * L_34 = V_8; int32_t L_35 = V_7; NullCheck(L_34); CDataArray_Push_m3820844360(L_34, L_35, /*hidden argument*/NULL); CDataArray_t4068198041 * L_36 = V_8; int32_t L_37 = ___is_single1; NullCheck(L_36); CDataArray_Push_m3820844360(L_36, L_37, /*hidden argument*/NULL); CDataArray_t4068198041 * L_38 = V_8; float L_39 = V_6; int32_t L_40 = Convert_ToInt32_m1613163543(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_38); CDataArray_Push_m3820844360(L_38, L_40, /*hidden argument*/NULL); CDataArray_t4068198041 * L_41 = V_8; NullCheck(L_41); CDataArray_Flush_m1077150699(L_41, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInteractiveManager::OnSendSingleInteractionMsg(System.String) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_OnSendSingleInteractionMsg_m1301973166 (CInteractiveManager_t1765251898 * __this, String_t* ___action_id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveManager_OnSendSingleInteractionMsg_m1301973166_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AnimationClip_t2318505987 * V_1 = NULL; float V_2 = 0.0f; int32_t V_3 = 0; CDataArray_t4068198041 * V_4 = NULL; float G_B5_0 = 0.0f; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_0); V_0 = L_1; V_1 = (AnimationClip_t2318505987 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CSingleAnimManager_t1334401826_il2cpp_TypeInfo_var); CSingleAnimManager_t1334401826 * L_2 = CSingleAnimManager_GetInstance_m2284464196(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___action_id0; int32_t L_4 = V_0; NullCheck(L_2); CSingleAnimManager_GetSingleAnimClip_m2946840169(L_2, L_3, L_4, (&V_1), /*hidden argument*/NULL); AnimationClip_t2318505987 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } { return; } IL_0028: { AnimationClip_t2318505987 * 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_003f; } } { AnimationClip_t2318505987 * L_9 = V_1; NullCheck(L_9); float L_10 = AnimationClip_get_length_m3296085482(L_9, /*hidden argument*/NULL); G_B5_0 = L_10; goto IL_0044; } IL_003f: { G_B5_0 = (0.0f); } IL_0044: { V_2 = G_B5_0; String_t* L_11 = ___action_id0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_12 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_11, 0, /*hidden argument*/NULL); V_3 = L_12; CDataArray_t4068198041 * L_13 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_13, /*hidden argument*/NULL); V_4 = L_13; CDataArray_t4068198041 * L_14 = V_4; NullCheck(L_14); CDataArray_Push_m3820844360(L_14, ((int32_t)880), /*hidden argument*/NULL); CDataArray_t4068198041 * L_15 = V_4; int32_t L_16 = V_3; NullCheck(L_15); CDataArray_Push_m3820844360(L_15, L_16, /*hidden argument*/NULL); CDataArray_t4068198041 * L_17 = V_4; float L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_19 = Convert_ToInt32_m1613163543(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_17); CDataArray_Push_m3820844360(L_17, L_19, /*hidden argument*/NULL); CDataArray_t4068198041 * L_20 = V_4; NullCheck(L_20); CDataArray_Flush_m1077150699(L_20, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInteractiveManager::PressAction(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_PressAction_m3006770556 (CInteractiveManager_t1765251898 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveManager_PressAction_m3006770556_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* G_B7_0 = NULL; int32_t G_B7_1 = 0; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig_t2063269181 * L_0 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___id0; NullCheck(L_0); int32_t L_2 = CInteractiveConfig_GetActionLevel_m1230701415(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral4041997353, 0, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_0; int32_t L_7 = V_1; if ((((int32_t)L_6) > ((int32_t)L_7))) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_8 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CWndController_HideUI_m732482071(L_8, ((int32_t)126), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInteractiveConfig_t2063269181_il2cpp_TypeInfo_var); CInteractiveConfig_t2063269181 * L_9 = CInteractiveConfig_GetInstance_m1304557195(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CInteractiveConfig_get_CurrentActionType_m4031858198(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); CInteractiveManager_t1765251898 * L_11 = CInteractiveManager_GetInstance_m958929371(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = Int32_ToString_m141394615((&___id0), /*hidden argument*/NULL); NullCheck(L_11); CInteractiveManager_OnSendSingleInteractionMsg_m1301973166(L_11, L_12, /*hidden argument*/NULL); goto IL_0079; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); CInteractiveManager_t1765251898 * L_13 = CInteractiveManager_GetInstance_m958929371(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = Int32_ToString_m141394615((&___id0), /*hidden argument*/NULL); NullCheck(L_13); CInteractiveManager_OnSendMutualInteractionMsg_m2487495450(L_13, L_14, 0, /*hidden argument*/NULL); } IL_0079: { goto IL_00b5; } IL_007e: { CTextHelp_t3119637808 * L_15 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = CTextHelp_GetText_m3374553046(L_15, _stringLiteral2053290174, _stringLiteral345825936, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_17 = ((CInteractiveManager_t1765251898_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_4(); G_B6_0 = L_16; G_B6_1 = 1; if (L_17) { G_B7_0 = L_16; G_B7_1 = 1; goto IL_00ab; } } { intptr_t L_18 = (intptr_t)CInteractiveManager_OnMsgBoxClk_m2287980393_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_19 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_19, NULL, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); ((CInteractiveManager_t1765251898_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_4(L_19); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; } IL_00ab: { IL2CPP_RUNTIME_CLASS_INIT(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack_t3229751541 * L_20 = ((CInteractiveManager_t1765251898_StaticFields*)il2cpp_codegen_static_fields_for(CInteractiveManager_t1765251898_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, G_B7_1, G_B7_0, L_20, /*hidden argument*/NULL); } IL_00b5: { return; } } // DMCore.Logic.EM_Interactive_Scene DMCore.Logic.CInteractiveManager::GetInteractiveScene() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveManager_GetInteractiveScene_m3767318976 (CInteractiveManager_t1765251898 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_CurrentInteractiveScene_2(); return L_0; } } // System.Void DMCore.Logic.CInteractiveManager::SetType(DMCore.Logic.EM_Interactive_Scene,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_SetType_m987763648 (CInteractiveManager_t1765251898 * __this, int32_t ___scene0, int32_t ___actionType1, const RuntimeMethod* method) { CInteractiveManager_t1765251898 * G_B2_0 = NULL; CInteractiveManager_t1765251898 * G_B1_0 = NULL; int32_t G_B3_0 = 0; CInteractiveManager_t1765251898 * G_B3_1 = NULL; { int32_t L_0 = ___scene0; __this->set_m_CurrentInteractiveScene_2(L_0); int32_t L_1 = ___actionType1; G_B1_0 = __this; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { G_B2_0 = __this; goto IL_0015; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; goto IL_0016; } IL_0015: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0016: { NullCheck(G_B3_1); CInteractiveManager_set_CurIsSingleAction_m3937006212(G_B3_1, (bool)G_B3_0, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CInteractiveManager::GetActionID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractiveManager_GetActionID_m3529570192 (CInteractiveManager_t1765251898 * __this, int32_t ___index0, const RuntimeMethod* method) { { return 0; } } // System.Void DMCore.Logic.CInteractiveManager::RegisterChangedWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_RegisterChangedWatcher_m2075219840 (CInteractiveManager_t1765251898 * __this, Action_1_t1302699353 * ___callback0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bRefresh_3(); Action_1_t1302699353 * L_1 = ___callback0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInteractiveManager::RemoveChangedWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_RemoveChangedWatcher_m588212405 (CInteractiveManager_t1765251898 * __this, Action_1_t1302699353 * ___callback0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bRefresh_3(); Action_1_t1302699353 * L_1 = ___callback0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CInteractiveManager::OnMsgBoxClk(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager_OnMsgBoxClk_m2287980393 (RuntimeObject * __this /* static, unused */, bool ___isConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractiveManager_OnMsgBoxClk_m2287980393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___isConfirmed0; if (!L_0) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager_t2979457932 * L_1 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); MemberManager_RequestMemberInfo_m42992302(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_2 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CWndController_ShowUI_m3552255067(L_2, ((int32_t)46), /*hidden argument*/NULL); } IL_001d: { return; } } // System.Void DMCore.Logic.CInteractiveManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CInteractiveManager__cctor_m1009259715 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif