#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 VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)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); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // DMCore.Framework.Movie.CCompareAnimNode struct CCompareAnimNode_t199879682; // DMCore.Framework.Movie.CAnimNode struct CAnimNode_t3327376431; // DMCore.Framework.Movie.IAnimListener struct IAnimListener_t1719246343; // DMCore.Framework.Movie.ICameraAnimNode struct ICameraAnimNode_t4081366738; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.Camera.CCameraState struct CCameraState_t4059982610; // DMCore.Framework.Movie.PickAlgo struct PickAlgo_t1847209656; // DMCore.Framework.OnTextReady struct OnTextReady_t3445893431; // System.String struct String_t; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DMCore.Framework.Package.CPackageManager struct CPackageManager_t3847050571; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3979183978; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // DMCore.Framework.Package.CPackageManager/stPackageInfo struct stPackageInfo_t4193927679; // UnityEngine.Object struct Object_t631007953; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1592625792; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // System.Predicate`1 struct Predicate_1_t2672744813; // DMCore.Framework.Package.CPackageManager/c__AnonStorey0 struct U3CClearSpecialU3Ec__AnonStorey0_t3328601790; // System.Predicate`1 struct Predicate_1_t3905400288; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.List`1 struct List_1_t257213610; // DMCore.Framework.Resource.OnResourceResult struct OnResourceResult_t3899022047; // DMCore.Framework.Package.CStreamFileData struct CStreamFileData_t117405574; // DMCore.Framework.Package.CStreamFileManager struct CStreamFileManager_t2440584139; // System.Collections.Generic.List`1 struct List_1_t1589480316; // UnityEngine.WWW struct WWW_t3688466362; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Text.Encoding struct Encoding_t1523322056; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Xml.XmlElement struct XmlElement_t561603118; // DMCore.Framework.Plugin.CAutoUpdatePlugin struct CAutoUpdatePlugin_t3199557684; // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910; // DMCore.Framework.Plugin.CLocationPlugin struct CLocationPlugin_t3425133258; // DMCore.Framework.Plugin.CPluginConfig struct CPluginConfig_t32997114; // DMCore.Framework.Plugin.CRecorder struct CRecorder_t2207788680; // DMCore.Framework.Plugin.CShareApi struct CShareApi_t1546988400; // DMCore.ILogicBase struct ILogicBase_t2190831891; // UnityEngine.GameObject struct GameObject_t1113636619; // DMCore.Framework.Plugin.CSnapshot struct CSnapshot_t1553868284; // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936; // DMCore.Framework.Plugin.CSystemToolPlugin struct CSystemToolPlugin_t1584592813; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // DMCore.Framework.Plugin.CUserInfoApi struct CUserInfoApi_t815375937; // DMCore.Framework.Plugin.CYunvaPlugin struct CYunvaPlugin_t4275543694; // DMCore.Framework.Plugin.CYunvaSDK struct CYunvaSDK_t1509311865; // System.IO.FileStream struct FileStream_t4292183065; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // CYunvaApi struct CYunvaApi_t2324893418; // System.Action`1 struct Action_1_t2019918284; // System.Action`1 struct Action_1_t3252573759; // UnityEngine.Texture2D struct Texture2D_t3840446185; // CMonoSnapLib struct CMonoSnapLib_t2382924513; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.Framework.Plugin.CYunvaSDK/ChatContent struct ChatContent_t42021257; // DMCore.Framework.Plugin.CYunvaSDK/UserInfo struct UserInfo_t2013096041; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Object[] struct ObjectU5BU5D_t2843939325; // DMCore.Framework.Resource.CEditorResService struct CEditorResService_t1140910365; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t396712153; // DMCore.Framework.Resource.CUIPkgService struct CUIPkgService_t1582475416; // DMCore.Framework.Resource.CEditorResService/ResData struct ResData_t611455854; // UnityEngine.AudioClip struct AudioClip_t3680889665; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // UnityEngine.Animation struct Animation_t3648466861; // DMCore.Framework.Resource.OnResourcePrepareResult struct OnResourcePrepareResult_t1971095887; // DMCore.Framework.Resource.CPkgResService struct CPkgResService_t3747434472; // DMCore.Framework.Resource.CResTaskContainer struct CResTaskContainer_t3271287293; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4166515492; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t412417193; // DMCore.CGameSetting struct CGameSetting_t2678036671; // DMCore.Framework.Resource.CPkgResService/c__AnonStorey0 struct U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972; // System.Predicate`1 struct Predicate_1_t2398065308; // System.Predicate`1 struct Predicate_1_t1857196311; // DMCore.Framework.Resource.CPkgResService/c__AnonStorey1 struct U3CClearCacheU3Ec__AnonStorey1_t1025598931; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t777077290; // DMCore.Framework.Resource.CPkgResService/stBeforeDataBaseTask struct stBeforeDataBaseTask_t1031902187; // DMCore.Framework.Resource.stWWWInfo struct stWWWInfo_t1572771184; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t1317946287; // DMCore.Framework.Resource.IResHelp struct IResHelp_t377823252; // DMCore.Framework.Resource.CResDependenceItem struct CResDependenceItem_t1512426590; // DMCore.Framework.Misc.CGUID struct CGUID_t2225809853; // System.Collections.Generic.List`1 struct List_1_t3697884595; // DMCore.Framework.Resource.CResDependenceService struct CResDependenceService_t3767720809; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1046139613; // System.Xml.XmlNode struct XmlNode_t3767805227; // DMCore.Framework.Resource.CResInfoService struct CResInfoService_t2957775811; // DMCore.Framework.Resource.CResInfo struct CResInfo_t965999607; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2011066152; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t499712630; // DMCore.Framework.Resource.CResIssue struct CResIssue_t249178759; // DMCore.IRefBase struct IRefBase_t3962498203; // DMCore.Framework.Resource.CResIssueService struct CResIssueService_t3864847152; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4077859078; // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t815652591; // DMCore.Framework.Resource.CResTaskItem struct CResTaskItem_t1030396292; // BetterList`1 struct BetterList_1_t1380830171; // BetterList`1 struct BetterList_1_t2235126482; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1759717005; // DMCore.Framework.CModuleManager struct CModuleManager_t4250936907; // DMCore.Framework.Resource.CUIPkgService/UIPkgItem struct UIPkgItem_t2226003982; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964; // UnityEngine.Shader struct Shader_t4151988712; // UnityEngine.Material struct Material_t340375123; // UIAtlas struct UIAtlas_t3195533529; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.AvatarInfo struct AvatarInfo_t571832948; // DMCore.Framework.Scene.CAvatarBinding struct CAvatarBinding_t1216096343; // UnityEngine.Transform struct Transform_t3600365921; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t422021773; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3161752814; // UnityEngine.Texture struct Texture_t3661962703; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Framework.Scene.CInteractionAnimCfg struct CInteractionAnimCfg_t581781419; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // UnityEngine.TextAsset struct TextAsset_t3022178571; // DMCore.Framework.Scene.CInteractionCliderGroup struct CInteractionCliderGroup_t327998540; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t828945481; // System.Collections.Generic.List`1 struct List_1_t4246034554; // UnityEngine.Component struct Component_t1923634451; // DMCore.Framework.Scene.CInteractionCliderItem struct CInteractionCliderItem_t1940232150; // UnityEngine.MeshRenderer struct MeshRenderer_t587009260; // DMCore.Framework.Scene.CInteractionCliderGroup/CHightLightData struct CHightLightData_t2773959812; // UnityEngine.Renderer struct Renderer_t2627027031; // System.Collections.Generic.List`1 struct List_1_t2266899006; // DMCore.Framework.Scene.DMCliderBase struct DMCliderBase_t794824264; // DMCore.Framework.Scene.CInteractionEvent struct CInteractionEvent_t1132726501; // DMCore.Framework.Scene.CWalkEvent struct CWalkEvent_t1212470810; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Logic.CRecreationManager struct CRecreationManager_t3180859335; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237; // DMCore.Framework.Scene.CInteractionRange struct CInteractionRange_t868014233; // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3511679167; // DMCore.Framework.Scene.CInteractionStopEvent struct CInteractionStopEvent_t2995538871; // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930; // DMCore.Logic.CurrencyUnit struct CurrencyUnit_t374561803; // DMCore.Logic.CEnergyManager struct CEnergyManager_t1133571008; // DMCore.Logic.CCustomizationManager struct CCustomizationManager_t450932257; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // DMCore.Logic.CWishFountainMgr struct CWishFountainMgr_t2594140948; // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665; // CLeDouApi struct CLeDouApi_t315808977; // DMCore.Framework.Scene.CModelMorphItem struct CModelMorphItem_t2100283814; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CBetterSet`1 struct CBetterSet_1_t3194383868; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.Collections.Generic.List`1> struct List_1_t3491993026; // System.Delegate struct Delegate_t1188392813; // System.Action`2 struct Action_2_t319610619; // DMCore.Framework.Scene.CProperty/<_OnPropChangeBefore>c__AnonStorey0 struct U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115; // System.Action`1> struct Action_1_t492078214; // DMCore.Framework.Scene.CProperty/<_OnPropChangeEnd>c__AnonStorey1 struct U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979; // System.Action`1> struct Action_1_t2192385879; // System.Action`2 struct Action_2_t2470008838; // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t255862997; // DMCore.Logic.CAvatarEquipManager struct CAvatarEquipManager_t2125372870; // DMCore.Logic.CAvatarEquipManager/OnAvatarInfoChanged struct OnAvatarInfoChanged_t3190554017; // System.Collections.Generic.List`1 struct List_1_t2105510702; // DMCore.Framework.Scene.CRoleModelItem_JwelData struct CRoleModelItem_JwelData_t633435960; // DMCore.Logic.MagicWorkShopConfig struct MagicWorkShopConfig_t833590401; // DMCore.Logic.JewelData struct JewelData_t899796350; // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData struct roleModelItemEffectData_t1367149666; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.Logic.CAvatarInfo struct CAvatarInfo_t2247402650; // DMCore.Logic.CItemManager struct CItemManager_t2289463753; // DMCore.Logic.CItemData struct CItemData_t3599323914; // DMCore.Logic.CItemBase struct CItemBase_t2436786639; // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155; // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432; // DMCore.Logic.MagicWorkShopMainManager struct MagicWorkShopMainManager_t420038521; // CDataModelInt struct CDataModelInt_t3463393640; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // CMorphImpl struct CMorphImpl_t3828941509; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842; // DMCore.Logic.CMerphCfg struct CMerphCfg_t142317149; // DMCore.Logic.CMerphIssue struct CMerphIssue_t1829382496; // UnityEngine.MeshFilter struct MeshFilter_t3523625662; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.SkinnedMeshRenderer[] struct SkinnedMeshRendererU5BU5D_t1658669119; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // LocalLinkedEffect struct LocalLinkedEffect_t997770122; // BoneLinkBone struct BoneLinkBone_t3083848224; // UnityEngine.AnimationState struct AnimationState_t1108360407; // UnityEngine.TrackedReference struct TrackedReference_t1199777556; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // System.Collections.Generic.List`1 struct List_1_t3161103705; // System.Collections.Generic.List`1 struct List_1_t3891467532; // DMCore.Logic.CWndController struct CWndController_t749709641; // LocalLinkedEffect[] struct LocalLinkedEffectU5BU5D_t1490066191; // BoneLinkBone[] struct BoneLinkBoneU5BU5D_t2682923361; // LinkedEffect[] struct LinkedEffectU5BU5D_t3688719192; // LinkedEffect struct LinkedEffect_t3338585141; // DMCore.Framework.Movie.CBillBoardEffect struct CBillBoardEffect_t1689028963; // DMCore.Framework.Scene.CSwingBone struct CSwingBone_t2419392790; // DMCore.Framework.Scene.CSkeletonLinkManager struct CSkeletonLinkManager_t2292179394; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // System.Collections.Generic.List`1 struct List_1_t777473367; // System.Collections.Generic.List`1 struct List_1_t2585711361; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager struct CRoleModelItem_VehicleCfgManager_t2872767124; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg struct CRoleModelItem_VehicleCfg_t3488277076; // DMCore.Logic.CSuitAnimCfg struct CSuitAnimCfg_t328222487; // DMCore.Logic.CSuitAnimCfg/SuitData struct SuitData_t121943445; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // DMCore.Framework.Scene.enumModelCategory[] struct enumModelCategoryU5BU5D_t1578179691; // UnityEngine.Material[] struct MaterialU5BU5D_t561872642; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1785742864; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t40195291; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t886128184; // DMCore.Framework.IModuleBase struct IModuleBase_t3872726543; // DMCore.Framework.Misc.CGUID[] struct CGUIDU5BU5D_t1030246064; // DMCore.Framework.Resource.CUIPkgService/UIPkgItem[] struct UIPkgItemU5BU5D_t2263500795; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t38174575; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1218169051; // DMCore.Framework.Scene.CInteractionCliderGroup[] struct CInteractionCliderGroupU5BU5D_t1327533317; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t931872161; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // System.Collections.Generic.List`1 struct List_1_t2051261444; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4013585537; // System.Collections.ArrayList struct ArrayList_t2718874744; // DMCore.Framework.Scene.DMCliderBase[] struct DMCliderBaseU5BU5D_t579192729; // DMCore.Framework.Scene.CInteractionCliderGroup/CHightLightData[] struct CHightLightDataU5BU5D_t65742061; // DMCore.Framework.Scene.CInteractionCliderItem[] struct CInteractionCliderItemU5BU5D_t1740263443; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1344602287; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2591502567; // DMCore.Framework.Resource.CResTaskItem[] struct CResTaskItemU5BU5D_t1514068973; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t364480689; // DMCore.Framework.Resource.CResIssue[] struct CResIssueU5BU5D_t258068350; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3507703902; // DMCore.Framework.Resource.CResDependenceItem[] struct CResDependenceItemU5BU5D_t3849670763; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2804339019; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4175625076; // DMCore.Framework.Resource.CResInfo[] struct CResInfoU5BU5D_t4198554190; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3153222446; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4284552512; // DMCore.Framework.Movie.CBillBoardEffect[] struct CBillBoardEffectU5BU5D_t1295527346; // CSkeletonSite/stSkeltonTrans[] struct stSkeltonTransU5BU5D_t2773511002; // CSkeletonSite/CSkeletonSnap struct CSkeletonSnap_t2156242323; // BetterList`1 struct BetterList_1_t2419161419; // BetterList`1 struct BetterList_1_t3563600241; // BetterList`1 struct BetterList_1_t1002471007; // BetterList`1 struct BetterList_1_t1473526305; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1614638795; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2800928763; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4097355377; // DMCore.Logic.CItemManager/CItemGroup[] struct CItemGroupU5BU5D_t344250011; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2488037245; // DMCore.Framework.Scene.CSwingBone[] struct CSwingBoneU5BU5D_t1602476499; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2376990407; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Framework.Scene.CVehicleRoleAnimName[] struct CVehicleRoleAnimNameU5BU5D_t2303117652; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3959314207; // UnityEngine.Camera struct Camera_t4157153871; // System.Collections.Generic.List`1>[] struct List_1U5BU5D_t178905335; // System.Collections.Generic.Dictionary`2/Transform`1>,System.Collections.DictionaryEntry> struct Transform_1_t3324284347; // DMCore.Framework.Scene.CPropData[] struct CPropDataU5BU5D_t201666703; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4100972843; // System.Collections.Generic.List`1 struct List_1_t1536066709; // System.Collections.Generic.List`1 struct List_1_t3315527713; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t683098980; // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208; // DMCore.Logic.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.CustomItemList struct CustomItemList_t2820796053; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3126044582; // System.Collections.Generic.List`1 struct List_1_t913674750; // System.Collections.Generic.List`1 struct List_1_t4139125132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1411863853; // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768; // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281; // BetterList`1> struct BetterList_1_t3769598233; // DMCore.Framework.Scene.CRoleModelItem_JwelData[] struct CRoleModelItem_JwelDataU5BU5D_t1185049833; // CBetterSet`1 struct CBetterSet_1_t3304831721; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3310042434; // System.Action`1 struct Action_1_t3363021612; // BetterList`1> struct BetterList_1_t1174938602; // System.Action`1[] struct Action_1U5BU5D_t1278288261; // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData[] struct roleModelItemEffectDataU5BU5D_t2810420183; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2414759027; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Collections.Generic.List`1 struct List_1_t3662906633; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // DMCore.Framework.Package.CStreamFileData[] struct CStreamFileDataU5BU5D_t118098851; // DMCore.Framework.Movie.CAnimSequence struct CAnimSequence_t1119714129; // DMCore.Framework.Movie.CAnimTrack struct CAnimTrack_t1608933299; // DMCore.Framework.Package.CPackageManager/stPackageInfo[] struct stPackageInfoU5BU5D_t2380256038; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1230667754; // CBetterSet`1> struct CBetterSet_1_t1416977057; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // DMCore.Framework.Resource.CEditorResService/ResData[] struct ResDataU5BU5D_t1598962459; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t449374175; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077746168; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4033884959; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3693168236; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3770330557; // System.Comparison`1 struct Comparison_1_t907937207; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3305624072; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // 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; // UnityEngine.AudioSource struct AudioSource_t3935305588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3311957831; // System.Collections.Generic.List`1 struct List_1_t2330697225; // System.Collections.Generic.List`1 struct List_1_t589903178; // System.Collections.Generic.List`1 struct List_1_t1151801416; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4083476977; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.List`1 struct List_1_t723336618; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.List`1 struct List_1_t1237090056; // BetterList`1 struct BetterList_1_t2755386239; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // 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.DanceMode.CDanceManager struct CDanceManager_t448141780; // 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; // CMorphImpl/stMerphInfo struct stMerphInfo_t303229409; // DMCore.Framework.Scene.CWalkRange struct CWalkRange_t2357921041; // BetterList`1 struct BetterList_1_t2891587622; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2275110594; // DMListView struct DMListView_t512231514; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3625702484; // System.Collections.Generic.List`1 struct List_1_t25523635; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3209204262; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth struct OnConfirmChooseCloth_t3730002751; // CDataModelBool struct CDataModelBool_t2269476966; // CDataModelMap struct CDataModelMap_t1093164792; // System.Collections.Generic.List`1 struct List_1_t4014798088; // ScenePersonalWndShop/OnClickMsgCallBack struct OnClickMsgCallBack_t2526724959; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // System.Collections.Generic.List`1 struct List_1_t72704565; // CYunvaApi/OnUpLoadCompleteCallback struct OnUpLoadCompleteCallback_t2081987828; // CYunvaApi/OnDownLoadCompleteCallback struct OnDownLoadCompleteCallback_t4136487141; // CYunvaApi/OnStopRecordCompleteCallback struct OnStopRecordCompleteCallback_t2363891626; // CYunvaApi/OnCompletedCallback struct OnCompletedCallback_t1110260270; // CYunvaApi/OnMsgReceiveCallback struct OnMsgReceiveCallback_t4052986837; // CYunvaApi/OnStopSpeechCompleteCallback struct OnStopSpeechCompleteCallback_t1009288087; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t CCompareAnimNode_Compare_m1409513279_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t ICameraAnimNode__ctor_m317137309_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern const uint32_t ICameraAnimNode_GetCameraEntity_m1208518985_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t ICameraAnimNode_FlushCamera_m4208004676_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t OnTextReady_BeginInvoke_m1358388665_MetadataUsageId; extern RuntimeClass* LinkedList_1_t687096698_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3979183978_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m3511298534_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m723260768_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200964102_RuntimeMethod_var; extern const uint32_t CPackageManager__ctor_m1695260924_MetadataUsageId; extern RuntimeClass* CPackageManager_t3847050571_il2cpp_TypeInfo_var; extern const uint32_t CPackageManager_GetInstance_m2119869201_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1_GetEnumerator_m4065735145_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3724309931_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m828775719_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Clear_m3455761402_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2274112253_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1742863000_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m726853571_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_AddLast_m980610863_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m881297720_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m3390524787_RuntimeMethod_var; extern const uint32_t CPackageManager_ClearAll_m1045795775_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Remove_m2546990087_RuntimeMethod_var; extern const uint32_t CPackageManager_Clear_m3310653088_MetadataUsageId; extern RuntimeClass* U3CClearSpecialU3Ec__AnonStorey0_t3328601790_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2672744813_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CClearSpecialU3Ec__AnonStorey0_U3CU3Em__0_m3363695389_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2189065264_RuntimeMethod_var; extern const RuntimeMethod* CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1_Invoke_m3045159867_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2548850424_RuntimeMethod_var; extern const uint32_t CPackageManager_ClearSpecial_m1044260251_MetadataUsageId; extern RuntimeClass* stPackageInfo_t4193927679_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1_get_Count_m1415204279_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m2874225059_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m2392486284_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m3486779266_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m796985163_RuntimeMethod_var; extern const uint32_t CPackageManager_PopTask_m2151488842_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t CPackageManager_Retry_m906320264_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_AddFirst_m3233453830_RuntimeMethod_var; extern const uint32_t CPackageManager_GetAssets_m4198400266_MetadataUsageId; extern const uint32_t CPackageManager_SetAssetsState_m126157371_MetadataUsageId; extern const uint32_t CPackageManager_GetAssetsState_m902649493_MetadataUsageId; extern const uint32_t CPackageManager_OnTaskEnd_m3899847359_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m229264953_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const uint32_t CPackageManager_AddResTaskRef_m589470932_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m2305447852_RuntimeMethod_var; extern const uint32_t CPackageManager_SetResTaskEndRef_m1669935399_MetadataUsageId; extern const uint32_t U3CClearSpecialU3Ec__AnonStorey0_U3CU3Em__0_m3363695389_MetadataUsageId; extern const uint32_t stPackageInfo_Destroy_m1866505170_MetadataUsageId; extern String_t* _stringLiteral3972439919; extern const uint32_t CStreamFileManager_GetFileRealPath_m4088430973_MetadataUsageId; extern String_t* _stringLiteral3717919010; extern const uint32_t CStreamFileManager_GetStreamFileCfg_m1614336058_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1589480316_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* CStreamFileData_t117405574_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m643840122_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2679968346_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral1902401671; extern const uint32_t CStreamFileManager_GetStreamFileList_m4280419800_MetadataUsageId; extern RuntimeClass* CAutoUpdatePlugin_t3199557684_il2cpp_TypeInfo_var; extern const uint32_t CAutoUpdatePlugin_GetInstance_m2366133980_MetadataUsageId; extern RuntimeClass* CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var; extern const uint32_t CFitfunApiPlugin_GetInstance_m148885372_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_FitfunSetAny_m718870777_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_FitfunGetAny_m2314757983_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_GetChannelId_m1906671540_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_JumpWebURL_m1748527249_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_UnlockAchievement_m3429912345_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_SubmitLeaderBoardlevel_m787575110_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_ShowGoogleGameService_m1633229647_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_GetAppKey_m3241652931_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_GetSecret_m2168682214_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_ShowLogin_m2818968497_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_SwitchAccount_m2731789542_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_ShowChargeWithPrice_m378197244_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_ShowSetting_m3087186670_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_FinalExit_m2981253612_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_SetServerID_m888026827_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_SetSDKUrl_m4025325209_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_SetPhotoPostUrl_m3263274112_MetadataUsageId; extern const uint32_t CFitfunApiPlugin_PlayMovie_IOS_m1178707411_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614544; extern const uint32_t CFitfunApiPlugin_GetUnZipProgress_m3727306511_MetadataUsageId; extern RuntimeClass* CLocationPlugin_t3425133258_il2cpp_TypeInfo_var; extern const uint32_t CLocationPlugin_GetInstance_m871887328_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1572313864; extern const uint32_t CLocationPlugin_OpenSetting_m2908768261_MetadataUsageId; extern RuntimeClass* CPluginConfig_t32997114_il2cpp_TypeInfo_var; extern const uint32_t CPluginConfig_getInstance_m1696391661_MetadataUsageId; extern const uint32_t CPluginConfig_GetConfigString_m4093530641_MetadataUsageId; extern const uint32_t CPluginConfig_GetConfigInt_m2273657834_MetadataUsageId; extern RuntimeClass* CRecorder_t2207788680_il2cpp_TypeInfo_var; extern const uint32_t CRecorder_GetInstance_m1534750914_MetadataUsageId; extern RuntimeClass* CShareApi_t1546988400_il2cpp_TypeInfo_var; extern const uint32_t CShareApi_GetInstance_m3490119775_MetadataUsageId; extern String_t* _stringLiteral1281882627; extern const uint32_t CShareApi_OnUpdate_m928821013_MetadataUsageId; extern String_t* _stringLiteral1514024219; extern const uint32_t CShareApi_ScreenShotShare_m3407807652_MetadataUsageId; extern RuntimeClass* CSnapshot_t1553868284_il2cpp_TypeInfo_var; extern const uint32_t CSnapshot_GetInstance_m283404718_MetadataUsageId; extern const uint32_t CSnapshot_SnapFromCamera_m3978012839_MetadataUsageId; extern const uint32_t CSnapshot_SnapFromPhotoLib_m1857694230_MetadataUsageId; extern const uint32_t CSnapshot_ClipImage_m370228817_MetadataUsageId; extern const uint32_t CSnapshot_FitfunPostImage_IOS_m3325331731_MetadataUsageId; extern RuntimeClass* CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var; extern const uint32_t CSystemTool__ctor_m441508016_MetadataUsageId; extern RuntimeClass* CSystemTool_t575361936_il2cpp_TypeInfo_var; extern const uint32_t CSystemTool_GetInstance_m3874669591_MetadataUsageId; extern const uint32_t CSystemTool_postToWeb_m1073327539_MetadataUsageId; extern const uint32_t CSystemTool_GetRunTimeTotalMemory_m1097030965_MetadataUsageId; extern const uint32_t CSystemTool_GetRunTimeFreeMemory_m1754790932_MetadataUsageId; extern const uint32_t CSystemTool_GetRunTimeMaxMemory_m3789964731_MetadataUsageId; extern const uint32_t CSystemTool_GetFloatValueTest_m3332475225_MetadataUsageId; extern const uint32_t CSystemTool_GetAppVersion_m2910533976_MetadataUsageId; extern const uint32_t CSystemTool_GetOSVersion_m3545277412_MetadataUsageId; extern const uint32_t CSystemTool_GetProviderName_m158099627_MetadataUsageId; extern const uint32_t CSystemTool_GetNetType_m517615747_MetadataUsageId; extern const uint32_t CSystemTool_GetDeviceId_m3798722598_MetadataUsageId; extern const uint32_t CSystemTool_GetMobileModel_m752262772_MetadataUsageId; extern const uint32_t CSystemTool_GetMobilePlatform_m3120679726_MetadataUsageId; extern const uint32_t CSystemTool_GetAvailMemory_m1133097970_MetadataUsageId; extern const uint32_t CSystemTool_ClearSystemMemory_m65061909_MetadataUsageId; extern const uint32_t CSystemTool_getMac_m3551318662_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2992688074; extern String_t* _stringLiteral3369110231; extern String_t* _stringLiteral782971083; extern String_t* _stringLiteral3977671532; extern const uint32_t CSystemTool_SaveVirtulMemState_m2310416075_MetadataUsageId; extern const uint32_t CSystemTool_RestartApp_m2173455143_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetInstance_m1746780767_MetadataUsageId; extern const uint32_t CSystemToolPlugin_postToWeb_m2608707494_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetRunTimeTotalMemory_m3605653953_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetAppVersion_m3830952267_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetOSVersion_m1444923725_MetadataUsageId; extern String_t* _stringLiteral3088216767; extern const uint32_t CSystemToolPlugin_GetProviderName_m1546040799_MetadataUsageId; extern String_t* _stringLiteral1132843830; extern const uint32_t CSystemToolPlugin_GetNetType_m1866233060_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetDeviceId_m2255570775_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetMobileModel_m3457325503_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetMacAddress_m319283110_MetadataUsageId; extern const uint32_t CSystemToolPlugin_GetAppName_m4266575299_MetadataUsageId; extern const uint32_t CUserInfoApi__ctor_m3362534512_MetadataUsageId; extern RuntimeClass* CUserInfoApi_t815375937_il2cpp_TypeInfo_var; extern const uint32_t CUserInfoApi_GetInstance_m3878964368_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const uint32_t CUserInfoApi_SetRoleName_m1547178051_MetadataUsageId; extern const uint32_t CUserInfoApi_SetUserID_m3268017512_MetadataUsageId; extern RuntimeClass* CYunvaPlugin_t4275543694_il2cpp_TypeInfo_var; extern const uint32_t CYunvaPlugin_GetInstance_m3714168569_MetadataUsageId; extern const uint32_t CYunvaPlugin_SendMessage_m4083296692_MetadataUsageId; extern const uint32_t CYunvaSDK__ctor_m1865985254_MetadataUsageId; extern const uint32_t CYunvaSDK_IsFileValid_m3335889260_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1253144664; extern String_t* _stringLiteral1252948056; extern String_t* _stringLiteral1253013592; extern String_t* _stringLiteral1253341272; extern const uint32_t CYunvaSDK_ReadChatFile_m3672673700_MetadataUsageId; extern RuntimeClass* CYunvaSDK_t1509311865_il2cpp_TypeInfo_var; extern const uint32_t CYunvaSDK_GetInstance_m2184439882_MetadataUsageId; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* SDKEventManager_t864216586_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4132972632; extern String_t* _stringLiteral3452614641; extern String_t* _stringLiteral4078136661; extern String_t* _stringLiteral1008294894; extern String_t* _stringLiteral1547443259; extern String_t* _stringLiteral1550732187; extern const uint32_t CYunvaSDK_StartRecord_m1116641805_MetadataUsageId; extern RuntimeClass* CYunvaApi_t2324893418_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern const RuntimeMethod* CYunvaApi_StopRecordCallback_m3037616188_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const uint32_t CYunvaSDK_StopRecord_m2815258106_MetadataUsageId; extern const RuntimeMethod* CYunvaApi_PlayAudioCallback_m2471014812_RuntimeMethod_var; extern const uint32_t CYunvaSDK_PlayAudio_m2037311593_MetadataUsageId; extern const uint32_t CYunvaSDK_LocalPath_m2623110217_MetadataUsageId; extern const uint32_t CYunvaSDK_StopPlay_m2877968487_MetadataUsageId; extern const RuntimeMethod* CYunvaApi_UpLoadCallback_m1345728180_RuntimeMethod_var; extern const uint32_t CYunvaSDK_UpLoad_m1147686616_MetadataUsageId; extern const RuntimeMethod* CYunvaApi_DownLoadCallback_m3765683721_RuntimeMethod_var; extern const uint32_t CYunvaSDK_DownLoad_m1915467914_MetadataUsageId; extern const uint32_t CYunvaSDK_ClearCurVoice_m222772914_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2860068956; extern String_t* _stringLiteral2616505835; extern String_t* _stringLiteral3236702200; extern String_t* _stringLiteral832108950; extern const uint32_t CYunvaSDK_LoadImage_m1649878075_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisCMonoSnapLib_t2382924513_m1578455370_RuntimeMethod_var; extern String_t* _stringLiteral286601773; extern const uint32_t CYunvaSDK_OpenPhotoLib_m881704172_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m3852460914_RuntimeMethod_var; extern String_t* _stringLiteral3452614612; extern const uint32_t CYunvaSDK_AddDownload_m2675292895_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_RemoveAt_m815285786_RuntimeMethod_var; extern const uint32_t CYunvaSDK_NextDownload_m497327405_MetadataUsageId; extern const uint32_t CYunvaSDK_HideBackMusic_m2118243948_MetadataUsageId; extern const uint32_t CYunvaSDK_ShowBackMusic_m2015902234_MetadataUsageId; extern RuntimeClass* UserInfo_t2013096041_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern String_t* _stringLiteral384261975; extern String_t* _stringLiteral1287461279; extern String_t* _stringLiteral1691579688; extern String_t* _stringLiteral3300293299; extern String_t* _stringLiteral1691993628; extern String_t* _stringLiteral972554495; extern const uint32_t ChatContent_Initialize_m89098602_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614642; extern String_t* _stringLiteral1841622580; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3875954633; extern const uint32_t ChatContent_Serialize_m3118107970_MetadataUsageId; extern const RuntimeMethod* ChatContent_Deserialize_m3230586507_RuntimeMethod_var; extern String_t* _stringLiteral3020039740; extern const uint32_t ChatContent_Deserialize_m3230586507_MetadataUsageId; extern const uint32_t ChatContent_GetTime_m4143775910_MetadataUsageId; extern String_t* _stringLiteral3452614522; extern const uint32_t UserInfo_SerialUserInfo_m901739274_MetadataUsageId; extern const RuntimeMethod* UserInfo_Deserialize_m2561693841_RuntimeMethod_var; extern const uint32_t UserInfo_Deserialize_m2561693841_MetadataUsageId; extern RuntimeClass* Dictionary_2_t396712153_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3393381943_RuntimeMethod_var; extern const uint32_t CEditorResService__ctor_m1369661875_MetadataUsageId; extern RuntimeClass* CUIPkgService_t1582475416_il2cpp_TypeInfo_var; extern String_t* _stringLiteral840214861; extern String_t* _stringLiteral1330417293; extern String_t* _stringLiteral1105847421; extern const uint32_t CEditorResService_OnBeforeSceneChanged_m3854893462_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m4108026271_RuntimeMethod_var; extern const uint32_t CEditorResService_ClearCache_m103265543_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1774632223_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m2237239621_RuntimeMethod_var; extern const uint32_t CEditorResService_ClearCache_m1532443924_MetadataUsageId; extern const uint32_t CEditorResService_GetTexture_m1395137953_MetadataUsageId; extern RuntimeClass* AudioClip_t3680889665_il2cpp_TypeInfo_var; extern const uint32_t CEditorResService_GetAudioClip_m2807703145_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var; extern const uint32_t CEditorResService_GetAnimationClip_m3915738573_MetadataUsageId; extern const uint32_t CEditorResService_GetGameObj_m1757738962_MetadataUsageId; extern const uint32_t CEditorResService_GetResState_m1993831456_MetadataUsageId; extern RuntimeClass* ResData_t611455854_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m1512326900_RuntimeMethod_var; extern const uint32_t CEditorResService_CreateResource_m1901190326_MetadataUsageId; extern RuntimeClass* CResTaskContainer_t3271287293_il2cpp_TypeInfo_var; extern RuntimeClass* CEditorResService_t1140910365_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedList_1_t4166515492_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedList_1_t412417193_il2cpp_TypeInfo_var; extern RuntimeClass* CGameSetting_t2678036671_il2cpp_TypeInfo_var; extern const RuntimeMethod* LinkedList_1__ctor_m319200111_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1__ctor_m2432286077_RuntimeMethod_var; extern const uint32_t CPkgResService__ctor_m649575462_MetadataUsageId; extern RuntimeClass* U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2398065308_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__0_m4118348196_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1368708888_RuntimeMethod_var; extern const RuntimeMethod* CAlgorithmHelp_RemoveSpecial_TisstWWWInfo_t1572771184_m2453809972_RuntimeMethod_var; extern const RuntimeMethod* U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__1_m2154671506_RuntimeMethod_var; extern const uint32_t CPkgResService_ClearSpecialCache_m880134168_MetadataUsageId; extern RuntimeClass* CPkgResService_t3747434472_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1857196311_il2cpp_TypeInfo_var; extern RuntimeClass* CResourceWWW_t3399865147_il2cpp_TypeInfo_var; extern const RuntimeMethod* CPkgResService_U3CClearCacheU3Em__0_m3437595808_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2463520683_RuntimeMethod_var; extern const RuntimeMethod* CAlgorithmHelp_RemoveSpecial_TisstBeforeDataBaseTask_t1031902187_m826831533_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Clear_m3849036797_RuntimeMethod_var; extern const uint32_t CPkgResService_ClearCache_m4204388526_MetadataUsageId; extern RuntimeClass* U3CClearCacheU3Ec__AnonStorey1_t1025598931_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CClearCacheU3Ec__AnonStorey1_U3CU3Em__0_m1939691644_RuntimeMethod_var; extern const RuntimeMethod* U3CClearCacheU3Ec__AnonStorey1_U3CU3Em__1_m3334610610_RuntimeMethod_var; extern const uint32_t CPkgResService_ClearCache_m2145550135_MetadataUsageId; extern const uint32_t CPkgResService_GetTexture_m2388555185_MetadataUsageId; extern const uint32_t CPkgResService_GetAudioClip_m3600641246_MetadataUsageId; extern const uint32_t CPkgResService_GetAnimationClip_m1235769461_MetadataUsageId; extern const uint32_t CPkgResService_GetGameObj_m3613556743_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_get_Count_m95828040_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m2882588127_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m4027014560_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m2171998373_RuntimeMethod_var; extern const uint32_t CPkgResService_PopAsyncTask_m330213393_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_GetEnumerator_m3832049288_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2398836155_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_Remove_m1606642111_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3285884242_RuntimeMethod_var; extern const uint32_t CPkgResService_StopDownLoadTask_m4150690391_MetadataUsageId; extern const uint32_t CPkgResService_StartDownLoadTask_m37263357_MetadataUsageId; extern const RuntimeMethod* LinkedList_1_get_Count_m3200265288_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_get_First_m155927301_RuntimeMethod_var; extern const RuntimeMethod* LinkedListNode_1_get_Value_m2951261573_RuntimeMethod_var; extern const RuntimeMethod* LinkedList_1_RemoveFirst_m4203381453_RuntimeMethod_var; extern const uint32_t CPkgResService_PopWWWTask_m3594596173_MetadataUsageId; extern const uint32_t CPkgResService_PopLocalPkgTask_m3136455939_MetadataUsageId; extern const uint32_t U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__0_m4118348196_MetadataUsageId; extern const uint32_t U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__1_m2154671506_MetadataUsageId; extern RuntimeClass* List_1_t3697884595_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2680062877_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m1189865047_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m158283125_RuntimeMethod_var; extern String_t* _stringLiteral3607035985; extern const uint32_t CResDependenceItem_PushDependence_m2469977343_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3667590652_RuntimeMethod_var; extern const uint32_t CResDependenceItem_GetCount_m2028492554_MetadataUsageId; extern const uint32_t CResDependenceItem_ExistItemAlias_m2613582933_MetadataUsageId; extern RuntimeClass* CGUID_t2225809853_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m1033397347_RuntimeMethod_var; extern const uint32_t CResDependenceItem_GetItemAlias_m3944042062_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1046139613_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3747861995_RuntimeMethod_var; extern const uint32_t CResDependenceService__ctor_m1035760071_MetadataUsageId; extern RuntimeClass* CResDependenceService_t3767720809_il2cpp_TypeInfo_var; extern const uint32_t CResDependenceService_GetInstance_m2029225595_MetadataUsageId; extern RuntimeClass* CResDependenceItem_t1512426590_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m2063788924_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3780128867_RuntimeMethod_var; extern String_t* _stringLiteral76564998; extern String_t* _stringLiteral430703268; extern const uint32_t CResDependenceService_DeSerialFromXML_m335741761_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3850952187_RuntimeMethod_var; extern String_t* _stringLiteral466431417; extern const uint32_t CResDependenceService_CreateDepdenceItem_m598916676_MetadataUsageId; extern const uint32_t CResDependenceService_FindDepdenceItem_m4127552042_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2185161758_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1025140557_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m4085933540_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m1485659611_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2109366927_RuntimeMethod_var; extern const uint32_t CResDependenceService_FindDepdenceParent_m2416313419_MetadataUsageId; extern const uint32_t CResInfo_GetResPathFull_m321271763_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2011066152_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t499712630_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1753708239_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2374549824_RuntimeMethod_var; extern const uint32_t CResInfoService__ctor_m4248798342_MetadataUsageId; extern RuntimeClass* CResInfoService_t2957775811_il2cpp_TypeInfo_var; extern const uint32_t CResInfoService_GetInstance_m2195186706_MetadataUsageId; extern RuntimeClass* CResInfo_t965999607_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m4212933135_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m2978217967_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1481600781_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1493748070_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2201651845_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2548486443_RuntimeMethod_var; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral3986867563; extern String_t* _stringLiteral2821119737; extern String_t* _stringLiteral572136574; extern String_t* _stringLiteral4039432890; extern const uint32_t CResInfoService_DeSerialFromXML_m1571756920_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2937436318_RuntimeMethod_var; extern const uint32_t CResInfoService_Check_m2401005942_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1823844402_RuntimeMethod_var; extern const uint32_t CResInfoService_GetGUIDByPath_m4002444518_MetadataUsageId; extern const uint32_t CResInfoService_GetResPathByGUID_m655574688_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3934239800_RuntimeMethod_var; extern const uint32_t CResInfoService_GetInfoByGUID_m2875785825_MetadataUsageId; extern String_t* _stringLiteral3787235549; extern const uint32_t CResIssue_OnAddRef_m2263259924_MetadataUsageId; extern const uint32_t CResIssue_OnRelease_m617554797_MetadataUsageId; extern RuntimeClass* Dictionary_2_t4077859078_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1349833307_RuntimeMethod_var; extern const uint32_t CResIssueService__ctor_m3865463900_MetadataUsageId; extern RuntimeClass* CResIssueService_t3864847152_il2cpp_TypeInfo_var; extern const uint32_t CResIssueService_GetInstance_m1956212865_MetadataUsageId; extern RuntimeClass* CResIssue_t249178759_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2424476374_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m644357890_RuntimeMethod_var; extern const uint32_t CResIssueService_AddRef_m3729257706_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m1249407947_RuntimeMethod_var; extern String_t* _stringLiteral1196192152; extern const uint32_t CResIssueService_Release_m788832680_MetadataUsageId; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern String_t* _stringLiteral547868706; extern String_t* _stringLiteral3456524521; extern String_t* _stringLiteral3140485902; extern const uint32_t CResourceAdapter__ctor_m2719324187_MetadataUsageId; extern RuntimeClass* CResourceAdapter_t3687212940_il2cpp_TypeInfo_var; extern const uint32_t CResourceAdapter_GetInstance_m3328036836_MetadataUsageId; extern const uint32_t CResourceAdapter_GetBaseWWWUrlCount_m54467449_MetadataUsageId; extern const uint32_t CResourceAdapter_GetBaseWWWUrl_m4076565157_MetadataUsageId; extern const uint32_t CResourceAdapter_ParseUrlList_m1889399605_MetadataUsageId; extern RuntimeClass* Dictionary_2_t815652591_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3002602865_RuntimeMethod_var; extern const uint32_t CResTaskContainer__ctor_m1509677962_MetadataUsageId; extern RuntimeClass* CResTaskItem_t1030396292_il2cpp_TypeInfo_var; extern const uint32_t CResTaskContainer_Push_m2579387302_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1104442102_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1002844470_RuntimeMethod_var; extern const uint32_t CResTaskContainer_Push_m823301887_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m673108212_RuntimeMethod_var; extern const uint32_t CResTaskContainer_Clear_m1266127611_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3885485170_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m948103576_RuntimeMethod_var; extern const uint32_t CResTaskContainer_SetResult_m909571526_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m2662064459_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m646526115_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m403781308_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2941004086_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m499659750_RuntimeMethod_var; extern const uint32_t CResTaskContainer_GetTaskNotDone_m2043618884_MetadataUsageId; extern RuntimeClass* BetterList_1_t1380830171_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1759717005_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m1444266705_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1323933295_RuntimeMethod_var; extern const uint32_t CUIPkgService__ctor_m1677904679_MetadataUsageId; extern RuntimeClass* CModuleManager_t4250936907_il2cpp_TypeInfo_var; extern const uint32_t CUIPkgService_IfEnableUIPkg_m2923996538_MetadataUsageId; extern String_t* _stringLiteral1651929780; extern const uint32_t CUIPkgService_IfUIPkgResource_m2643866799_MetadataUsageId; extern const uint32_t CUIPkgService_GetInstance_m2423209090_MetadataUsageId; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m753199307_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1880664885_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2350282911_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m284988412_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m701758901_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m2369393969_RuntimeMethod_var; extern String_t* _stringLiteral3589179927; extern const uint32_t CUIPkgService_CloseUIPage_m1393179793_MetadataUsageId; extern String_t* _stringLiteral3386865421; extern String_t* _stringLiteral3127056048; extern String_t* _stringLiteral2969708133; extern const uint32_t CUIPkgService_OnInit_m2147736485_MetadataUsageId; extern RuntimeClass* CShaderHelp_t3448475262_il2cpp_TypeInfo_var; extern RuntimeClass* Shader_t4151988712_il2cpp_TypeInfo_var; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m3845912873_RuntimeMethod_var; extern String_t* _stringLiteral3048830490; extern String_t* _stringLiteral4065411606; extern String_t* _stringLiteral1265259455; extern String_t* _stringLiteral3715514199; extern String_t* _stringLiteral27596055; extern const uint32_t CUIPkgService_InitFromXml_m2908731645_MetadataUsageId; extern RuntimeClass* UIPkgItem_t2226003982_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3819757129_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m164504696_RuntimeMethod_var; extern const uint32_t CUIPkgService_NativePreLoadAB_m3436173643_MetadataUsageId; extern const uint32_t CUIPkgService_IfDone_m451748375_MetadataUsageId; extern const uint32_t CUIPkgService_PushCache_m2421388888_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var; extern const uint32_t CUIPkgService_PushCache_m3209660952_MetadataUsageId; extern const uint32_t CUIPkgService_Load_m2662465603_MetadataUsageId; extern const uint32_t CUIPkgService_Load_m755298511_MetadataUsageId; extern const uint32_t CUIPkgService_UnLoad_m4130547942_MetadataUsageId; extern const uint32_t CUIPkgService_PushProtectedPath_m3385204452_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1230384389_RuntimeMethod_var; extern const uint32_t CUIPkgService_ClearProtectedPath_m823762498_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m510068740_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m471470218_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m3985377797_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m4111828752_RuntimeMethod_var; extern String_t* _stringLiteral3637492743; extern String_t* _stringLiteral2090943999; extern const uint32_t CUIPkgService_UnLoadAll_m2388588780_MetadataUsageId; extern const uint32_t CUIPkgService_LoadAB_m3040764350_MetadataUsageId; extern const uint32_t CUIPkgService_LoadAB_m1911460452_MetadataUsageId; extern const uint32_t CUIPkgService_AllocMemory_m59595597_MetadataUsageId; extern const uint32_t CUIPkgService_AddRef_m1749962024_MetadataUsageId; extern const uint32_t CUIPkgService_Release_m3262367841_MetadataUsageId; extern String_t* _stringLiteral2407183982; extern const uint32_t CUIPkgService_GetPath_m3771124676_MetadataUsageId; extern const uint32_t CUIPkgService__cctor_m3575304362_MetadataUsageId; extern const uint32_t UIPkgItem__ctor_m333770686_MetadataUsageId; extern const uint32_t UIPkgItem__ctor_m1509302332_MetadataUsageId; extern const uint32_t UIPkgItem_GetObject_m3120455674_MetadataUsageId; extern const uint32_t UIPkgItem_UnLoadAb_m950930346_MetadataUsageId; extern const uint32_t UIPkgItem_ForceDestroy_m1770933531_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var; extern const uint32_t UIPkgItem_DoLoadAB_m54031618_MetadataUsageId; extern const uint32_t IResHelp__ctor_m1794754904_MetadataUsageId; extern RuntimeClass* IResHelp_t377823252_il2cpp_TypeInfo_var; extern const uint32_t IResHelp_GetInstance_m2776387326_MetadataUsageId; extern const uint32_t IResHelp_PushProtecedRes_m722630879_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m311915619_RuntimeMethod_var; extern const uint32_t IResHelp_ClearAllProtectedRes_m2887695512_MetadataUsageId; extern const uint32_t IResHelp_ClearProtectedRes_m994482145_MetadataUsageId; extern const uint32_t IResHelp_IfProtectedRes_m3617285344_MetadataUsageId; extern const uint32_t IResHelp_PushCache_m1948052935_MetadataUsageId; extern String_t* _stringLiteral2128293236; extern const uint32_t IResHelp__FunPathDanceAnim_m180543390_MetadataUsageId; extern String_t* _stringLiteral4186689747; extern const uint32_t IResHelp__FunPathDanceCamera_m2753716925_MetadataUsageId; extern String_t* _stringLiteral416089526; extern const uint32_t IResHelp__FunPathAvatar_m3023652776_MetadataUsageId; extern String_t* _stringLiteral2576991880; extern const uint32_t IResHelp__FunPathModelItemIcon_m2937559068_MetadataUsageId; extern const RuntimeMethod* IResHelp__FunPathAvatar_m3023652776_RuntimeMethod_var; extern const uint32_t IResHelp_ClearAllAvatarResource_m1568240468_MetadataUsageId; extern const RuntimeMethod* IResHelp__FunPathModelItemIcon_m2937559068_RuntimeMethod_var; extern const uint32_t IResHelp_ClearAllIcons_m667104347_MetadataUsageId; extern const uint32_t IResourceManager_GetInstance_m641731805_MetadataUsageId; extern const uint32_t IResourceManager_ForceClearAll_m1157505743_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t OnResourcePrepareResult_BeginInvoke_m1108820696_MetadataUsageId; struct Object_t631007953_marshaled_pinvoke; struct Object_t631007953;; struct Object_t631007953_marshaled_pinvoke;; extern const uint32_t OnResourceResult_BeginInvoke_m3839752399_MetadataUsageId; extern String_t* _stringLiteral425648512; extern const uint32_t AvatarInfo_GetFullName_m2182792055_MetadataUsageId; extern String_t* _stringLiteral3691767276; extern const uint32_t AvatarInfo_GetRootFloder_m3642662746_MetadataUsageId; extern String_t* _stringLiteral3213006543; extern const uint32_t AvatarInfo_GetResourceName_m3975847839_MetadataUsageId; extern String_t* _stringLiteral3199155193; extern const uint32_t AvatarInfo_GetFullFloder_m3875227018_MetadataUsageId; extern RuntimeClass* AvatarInfo_t571832948_il2cpp_TypeInfo_var; extern const uint32_t AvatarInfo_Snap_m3686133974_MetadataUsageId; extern RuntimeClass* CAvatarHelp_t2646807904_il2cpp_TypeInfo_var; extern const uint32_t CAvatarHelp_AsAvatarInfo_m1012662642_MetadataUsageId; extern const uint32_t CAvatarHelp__cctor_m4268979547_MetadataUsageId; extern RuntimeClass* Dictionary_2_t422021773_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m918346189_RuntimeMethod_var; extern const uint32_t CAvatarSite__ctor_m2593754057_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m891176621_RuntimeMethod_var; extern const uint32_t CAvatarSite_FindSkin_m2466203909_MetadataUsageId; extern const uint32_t CAvatarSite_InvokSockes_m1306751064_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m2480985708_RuntimeMethod_var; extern String_t* _stringLiteral795478587; extern String_t* _stringLiteral194077008; extern String_t* _stringLiteral2762847225; extern String_t* _stringLiteral2600665179; extern String_t* _stringLiteral3978303945; extern String_t* _stringLiteral3833944908; extern String_t* _stringLiteral738546621; extern const uint32_t CAvatarSite_InvokSkin_m357358108_MetadataUsageId; extern RuntimeClass* Dictionary_2_t736164020_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4247274435_RuntimeMethod_var; extern const uint32_t CInteractionAnimCfg__ctor_m3840096717_MetadataUsageId; extern RuntimeClass* CInteractionAnimCfg_t581781419_il2cpp_TypeInfo_var; extern const uint32_t CInteractionAnimCfg_GetInstance_m3690882951_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3357594170_RuntimeMethod_var; extern const uint32_t CInteractionAnimCfg_SetSceneID_m630788881_MetadataUsageId; extern String_t* _stringLiteral3859401511; extern const uint32_t CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897_MetadataUsageId; extern String_t* _stringLiteral3538189023; extern const uint32_t CInteractionAnimCfg_ToModelSkeletonInteractionAnimName_m2409460718_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m615546817_RuntimeMethod_var; extern const uint32_t CInteractionAnimCfg_GetInteractionAnim_m1861740546_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m460306020_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1579029842_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1551132002_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m4038695978_RuntimeMethod_var; extern const uint32_t CInteractionAnimCfg_IsReady_m1776063162_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m2461861952_RuntimeMethod_var; extern String_t* _stringLiteral2586848215; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral2199518562; extern String_t* _stringLiteral1089492642; extern const uint32_t CInteractionAnimCfg_ReadCfg_m3716048160_MetadataUsageId; extern RuntimeClass* Dictionary_2_t828945481_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t4246034554_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m834836249_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m804839253_RuntimeMethod_var; extern const uint32_t CInteractionCliderGroup__ctor_m2258224976_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var; extern const uint32_t CInteractionCliderGroup_AttachTransform_m138891626_MetadataUsageId; extern const uint32_t CInteractionCliderGroup_IsValidGroupMoving_m1901927391_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m2037720456_RuntimeMethod_var; extern const uint32_t CInteractionCliderGroup_Clear_m1903562684_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1706665023_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2453034210_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m171705663_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m702962296_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m243770870_RuntimeMethod_var; extern const uint32_t CInteractionCliderGroup_Intersect_m1050744298_MetadataUsageId; extern RuntimeClass* CInteractionCliderItem_t1940232150_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m280260391_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3561636581_RuntimeMethod_var; extern const uint32_t CInteractionCliderGroup_InvokInteracionCliderItem_m2953612865_MetadataUsageId; extern const uint32_t CInteractionCliderGroup_FindInteracionCliderItem_m4175720479_MetadataUsageId; extern RuntimeClass* CHightLightData_t2773959812_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m733627281_RuntimeMethod_var; extern const uint32_t CInteractionCliderGroup_PushGameObject_m3129682036_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2049457194_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3036331292_RuntimeMethod_var; extern String_t* _stringLiteral4248161630; extern String_t* _stringLiteral3227883222; extern const uint32_t CInteractionCliderGroup_HighLightGameObj_m2405869832_MetadataUsageId; extern RuntimeClass* List_1_t2266899006_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1664421400_RuntimeMethod_var; extern const uint32_t CInteractionCliderItem__ctor_m4245697451_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1322609822_RuntimeMethod_var; extern const uint32_t CInteractionCliderItem_Clear_m1915656743_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2116331374_RuntimeMethod_var; extern const uint32_t CInteractionCliderItem_PushClider_m1350113817_MetadataUsageId; extern const uint32_t CInteractionCliderItem_GetCenter_m3757805819_MetadataUsageId; extern const uint32_t CInteractionCliderItem_GetRotation_m1600691375_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3920255031_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1136297764_RuntimeMethod_var; extern const uint32_t CInteractionCliderItem_Intersect_m3843812204_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1268060932; extern const uint32_t CInteractionEvent_SendMsg_m3414919108_MetadataUsageId; extern String_t* _stringLiteral3478854286; extern const uint32_t CInteractionEvent_OnGetMsg_m3424867229_MetadataUsageId; extern RuntimeClass* CWalkManager_t3228361237_il2cpp_TypeInfo_var; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern String_t* _stringLiteral70576581; extern const uint32_t CInteractionEvent_OnStart_m708512880_MetadataUsageId; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const uint32_t CInteractionEvent_OnStop_m3202487364_MetadataUsageId; extern const uint32_t CInteractionEvent_OnTick_m3980233639_MetadataUsageId; extern const uint32_t CInteractionEvent_OnEndAnimPosition_m1149693587_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3511679167_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m942932118_RuntimeMethod_var; extern const uint32_t CInteractionRange__ctor_m3991271252_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m253764666_RuntimeMethod_var; extern const uint32_t CInteractionRange_Clear_m1673904080_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m4291242523_RuntimeMethod_var; extern const uint32_t CInteractionRange_FindInteracionCliderGroup_m695622543_MetadataUsageId; extern RuntimeClass* CInteractionCliderGroup_t327998540_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m2524445884_RuntimeMethod_var; extern const uint32_t CInteractionRange_GetInteracionCliderGroup_m2736705229_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3629281872_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m909559613_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2364469770_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2473172785_RuntimeMethod_var; extern const uint32_t CInteractionRange_FindInteracionCliderItem_m4137299991_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Key_m4181252159_RuntimeMethod_var; extern const uint32_t CInteractionRange_Intersect_m3246814950_MetadataUsageId; extern const uint32_t CInteractionStopEvent_SendMsg_m3114574374_MetadataUsageId; extern const uint32_t CInteractionStopEvent_OnStop_m827676178_MetadataUsageId; extern const uint32_t CInteractionStopEvent_OnStart_m2918466562_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1839659084_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m636942458_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1535364901_RuntimeMethod_var; extern const uint32_t CJuniorRoleModelItem__ctor_m1218319336_MetadataUsageId; extern RuntimeClass* CJuniorRoleModelItem_t636793867_il2cpp_TypeInfo_var; extern const uint32_t CJuniorRoleModelItem_GetInstance_m2353718821_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1682688660_RuntimeMethod_var; extern const uint32_t CJuniorRoleModelItem_GetDefaultModelItem_m3195588872_MetadataUsageId; extern const uint32_t CJuniorRoleModelItem_GetNewRoleModelItem_m2599741205_MetadataUsageId; extern const uint32_t CMainRole__ctor_m1450063579_MetadataUsageId; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern const uint32_t CMainRole_SetEnable_m3828654321_MetadataUsageId; extern RuntimeClass* CurrencyGetManager_t971236882_il2cpp_TypeInfo_var; extern RuntimeClass* CEnergyManager_t1133571008_il2cpp_TypeInfo_var; extern RuntimeClass* CCustomizationManager_t450932257_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1232841122; extern String_t* _stringLiteral405383900; extern String_t* _stringLiteral405384047; extern String_t* _stringLiteral1065451540; extern String_t* _stringLiteral3923355658; extern String_t* _stringLiteral208721149; extern String_t* _stringLiteral1562952874; extern const uint32_t CMainRole_OnNetPropChangeBefore_m2846914115_MetadataUsageId; extern RuntimeClass* CActivityManager_t1081296145_il2cpp_TypeInfo_var; extern RuntimeClass* CRechargeConfig_t910639634_il2cpp_TypeInfo_var; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern RuntimeClass* CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var; extern RuntimeClass* CLeDouApi_t315808977_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3500937908; extern String_t* _stringLiteral2570825119; extern String_t* _stringLiteral1968900201; extern String_t* _stringLiteral3473604996; extern String_t* _stringLiteral4275877996; extern String_t* _stringLiteral2338659108; extern String_t* _stringLiteral2500503265; extern String_t* _stringLiteral715018622; extern String_t* _stringLiteral2154519653; extern String_t* _stringLiteral2439944866; extern String_t* _stringLiteral2255851083; extern const uint32_t CMainRole_OnNetPropChangeEnd_m3323098798_MetadataUsageId; extern RuntimeClass* CPetActionConfig_t1976691651_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2957985875; extern const uint32_t CPetModel_OnReady_m3262034313_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t CPropData__ctor_m3871936572_MetadataUsageId; extern const uint32_t CPropData__ctor_m2542079782_MetadataUsageId; extern const uint32_t CPropData__ctor_m2924416810_MetadataUsageId; extern const uint32_t CPropData__ctor_m4207565869_MetadataUsageId; extern const uint32_t CPropData__ctor_m1732775720_MetadataUsageId; extern const uint32_t CPropData__ctor_m3415521959_MetadataUsageId; extern const uint32_t CPropData__ctor_m1315372139_MetadataUsageId; extern const uint32_t CPropData_GetValue_m3312857989_MetadataUsageId; extern String_t* _stringLiteral1279885429; extern const uint32_t CPropData_SetByte_m177530446_MetadataUsageId; extern String_t* _stringLiteral2543519379; extern const uint32_t CPropData_SetShort_m1056618531_MetadataUsageId; extern String_t* _stringLiteral3485314178; extern const uint32_t CPropData_SetInt_m2578702672_MetadataUsageId; extern String_t* _stringLiteral1248549760; extern const uint32_t CPropData_SetFloat_m2351268074_MetadataUsageId; extern String_t* _stringLiteral1671525995; extern const uint32_t CPropData_SetLong_m4184731461_MetadataUsageId; extern String_t* _stringLiteral132431648; extern const uint32_t CPropData_SetWideStr_m153028678_MetadataUsageId; extern String_t* _stringLiteral2659855921; extern const uint32_t CPropData_SetDouble_m2303547716_MetadataUsageId; extern const uint32_t CPropData_GetShort_m3087529730_MetadataUsageId; extern const uint32_t CPropData_GetInt_m2221393311_MetadataUsageId; extern const uint32_t CPropData_GetFloat_m771401142_MetadataUsageId; extern const uint32_t CPropData_GetLong_m2266891612_MetadataUsageId; extern const uint32_t CPropData_GetDouble_m2540283860_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t CPropData_GetWideStr_m1287876811_MetadataUsageId; extern const uint32_t CPropData_Copy_m1222790782_MetadataUsageId; extern const uint32_t CPropData_ForceUgly_m699688592_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1380571261_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3277249325_il2cpp_TypeInfo_var; extern RuntimeClass* CBetterSet_1_t433888323_il2cpp_TypeInfo_var; extern RuntimeClass* CBetterSet_1_t2134195988_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3396936566_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3902632772_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1__ctor_m4263628253_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1__ctor_m1827870712_RuntimeMethod_var; extern const uint32_t CProperty__ctor_m1842622200_MetadataUsageId; extern RuntimeClass* List_1_t3491993026_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m4261317981_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2767284949_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1484200973_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3365438223_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m3140780518_RuntimeMethod_var; extern const uint32_t CProperty_RegisterWatchKey_m2322898290_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1527498239_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m1908154893_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2918228514_RuntimeMethod_var; extern const uint32_t CProperty_UnRegisterWatchKey_m738142674_MetadataUsageId; extern const RuntimeMethod* CBetterSet_1_Add_m4147936471_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1_Add_m550620967_RuntimeMethod_var; extern const uint32_t CProperty_OnRegisterListener_m297633249_MetadataUsageId; extern const RuntimeMethod* CBetterSet_1_Remove_m2337834755_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1_Remove_m1204249383_RuntimeMethod_var; extern const uint32_t CProperty_OnUnRegisterListener_m2419209623_MetadataUsageId; extern RuntimeClass* Help_t3634822582_il2cpp_TypeInfo_var; extern RuntimeClass* CPropDictionary_t1184658084_il2cpp_TypeInfo_var; extern RuntimeClass* CPropData_t2491857930_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3937622340_RuntimeMethod_var; extern const uint32_t CProperty_DeserialStream_m3774636950_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3516339024_RuntimeMethod_var; extern const uint32_t CProperty_Clear_m1869381630_MetadataUsageId; extern RuntimeClass* CDataProperty_t2806246268_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1722352057_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3920902114_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3544428596_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3401276680_RuntimeMethod_var; extern const uint32_t CProperty_ToUserProperty_m397835239_MetadataUsageId; extern const uint32_t CProperty_Append_m396754954_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var; extern const uint32_t CProperty_Check_m2093268374_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m3302086221_RuntimeMethod_var; extern const uint32_t CProperty_GetKeys_m6339137_MetadataUsageId; extern const uint32_t CProperty_GetCount_m4271154150_MetadataUsageId; extern const uint32_t CProperty_SetByte_m1355022415_MetadataUsageId; extern const uint32_t CProperty_SetShort_m3618802019_MetadataUsageId; extern const uint32_t CProperty_SetInt_m1626303812_MetadataUsageId; extern const uint32_t CProperty_SetFloat_m4204269218_MetadataUsageId; extern const uint32_t CProperty_SetObject_m3593707171_MetadataUsageId; extern const uint32_t CProperty_SetString_m2499521466_MetadataUsageId; extern const uint32_t CProperty_SetByte_m1248367153_MetadataUsageId; extern const uint32_t CProperty_SetShort_m141600899_MetadataUsageId; extern const uint32_t CProperty_SetInt_m72189256_MetadataUsageId; extern const uint32_t CProperty_SetFloat_m2984526633_MetadataUsageId; extern const uint32_t CProperty_SetString_m1997490933_MetadataUsageId; extern const uint32_t CProperty_SetDouble_m183171705_MetadataUsageId; extern const uint32_t CProperty_SetLong_m1366086451_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m1001218368_RuntimeMethod_var; extern const uint32_t CProperty_GetPropData_m1845734804_MetadataUsageId; extern const uint32_t CProperty_GetByte_m852745738_MetadataUsageId; extern const uint32_t CProperty_GetShort_m242445460_MetadataUsageId; extern const uint32_t CProperty_GetInt_m2680341236_MetadataUsageId; extern const uint32_t CProperty_GetLong_m359864449_MetadataUsageId; extern const uint32_t CProperty_GetFloat_m1137832604_MetadataUsageId; extern const uint32_t CProperty_GetWideStr_m2042428682_MetadataUsageId; extern RuntimeClass* U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t492078214_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3C_OnPropChangeBeforeU3Ec__AnonStorey0_U3CU3Em__0_m3044981890_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m44358128_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1_Foreach_m390713378_RuntimeMethod_var; extern const uint32_t CProperty__OnPropChangeBefore_m1370016739_MetadataUsageId; extern RuntimeClass* U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2192385879_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3C_OnPropChangeEndU3Ec__AnonStorey1_U3CU3Em__0_m431734937_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m3033358938_RuntimeMethod_var; extern const RuntimeMethod* CBetterSet_1_Foreach_m3146083753_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m3134296422_RuntimeMethod_var; extern const uint32_t CProperty__OnPropChangeEnd_m2984876182_MetadataUsageId; extern const uint32_t CProperty_GetKeyName_m3397694788_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m772315343_RuntimeMethod_var; extern const uint32_t U3C_OnPropChangeBeforeU3Ec__AnonStorey0_U3CU3Em__0_m3044981890_MetadataUsageId; extern const uint32_t U3C_OnPropChangeEndU3Ec__AnonStorey1_U3CU3Em__0_m431734937_MetadataUsageId; extern RuntimeClass* Dictionary_2_t255862997_il2cpp_TypeInfo_var; extern RuntimeClass* CAvatarEquipManager_t2125372870_il2cpp_TypeInfo_var; extern RuntimeClass* OnAvatarInfoChanged_t3190554017_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m438029164_RuntimeMethod_var; extern const RuntimeMethod* CRoleModel_Effect__AvatarInfoChanged_m4249097244_RuntimeMethod_var; extern const uint32_t CRoleModel_Effect__ctor_m3038111206_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2860046049_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m2278381849_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4027319219_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1847050512_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m163424891_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3549278818_RuntimeMethod_var; extern const uint32_t CRoleModel_Effect_FlushJwel_m1906810467_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m650569226_RuntimeMethod_var; extern const uint32_t CRoleModel_Effect_StopSingleEffect_m2991164974_MetadataUsageId; extern RuntimeClass* roleModelItemEffectData_t1367149666_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m2443990376_RuntimeMethod_var; extern const uint32_t CRoleModel_Effect_PlayEffect_Single_m3274676312_MetadataUsageId; extern const uint32_t CRoleModel_Effect_PlayEffect_Combine_m1228795781_MetadataUsageId; extern const uint32_t CRoleModel_Effect_OnDestory_m4068343681_MetadataUsageId; extern RuntimeClass* List_1_t2105510702_il2cpp_TypeInfo_var; extern RuntimeClass* CRoleModelItem_JwelData_t633435960_il2cpp_TypeInfo_var; extern RuntimeClass* CItemManager_t2289463753_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m722743141_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3016812533_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m46612669_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1647007137_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3739686686_RuntimeMethod_var; extern String_t* _stringLiteral816700875; extern String_t* _stringLiteral836452629; extern String_t* _stringLiteral3738160995; extern String_t* _stringLiteral2473323190; extern const uint32_t CRoleModel_Effect__AvatarInfoChanged_m4249097244_MetadataUsageId; extern RuntimeClass* MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var; extern const uint32_t CRoleModel_Effect_CleatEquipEffect_m316519608_MetadataUsageId; extern String_t* _stringLiteral287567133; extern const uint32_t CRoleModel_Effect_OnAfterAnimUpdate_m2185927660_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3128220096_RuntimeMethod_var; extern const uint32_t CRoleModel_Effect_OnClear_m3833516624_MetadataUsageId; extern const uint32_t CRoleModel_Effect_OnUpdate_m3690344974_MetadataUsageId; extern const uint32_t roleModelItemEffectData__ctor_m3887886485_MetadataUsageId; extern String_t* _stringLiteral2264582986; extern const uint32_t roleModelItemEffectData_SetEffectIdCategoryAndLevel_m3665727879_MetadataUsageId; extern const uint32_t roleModelItemEffectData_SetActive_m793896993_MetadataUsageId; extern String_t* _stringLiteral5946188; extern String_t* _stringLiteral3451565968; extern const uint32_t roleModelItemEffectData_CreateEffect_m949686310_MetadataUsageId; extern const uint32_t roleModelItemEffectData_Destroy_m2362522433_MetadataUsageId; extern RuntimeClass* CMorphImpl_t3828941509_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelFace__ctor_m2442205369_MetadataUsageId; extern String_t* _stringLiteral1180587857; extern const uint32_t CRoleModelFace_OnInit_m2909211345_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185_RuntimeMethod_var; extern const uint32_t CRoleModelFace_OnInitHeadMerph_m582212766_MetadataUsageId; extern RuntimeClass* CMerphCfg_t142317149_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisMeshFilter_t3523625662_m1718783796_RuntimeMethod_var; extern String_t* _stringLiteral776196977; extern String_t* _stringLiteral2446004954; extern const uint32_t CRoleModelFace_PlayHeadMerph_m2140181552_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m3096982528_RuntimeMethod_var; extern const uint32_t CRoleModelFace_SetBeautyEyes_m3060438612_MetadataUsageId; extern String_t* _stringLiteral3483483719; extern const uint32_t CRoleModelFace_OnAfterAnimUpdate_m2412730332_MetadataUsageId; extern const uint32_t CRoleModelFace_GetEyesMaterial_m1025144523_MetadataUsageId; extern RuntimeClass* stItemState_t244584211_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelItem__ctor_m2868646843_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* AnimationState_t1108360407_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelItem_FitVehicleAnim_m459242281_MetadataUsageId; extern RuntimeClass* CAvatarBinding_t1216096343_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3504097004; extern String_t* _stringLiteral3208679224; extern const uint32_t CRoleModelItem_ImplAvatarBinding_m3959207637_MetadataUsageId; extern RuntimeClass* CSkeletonSite_t1178137573_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4000824579; extern const uint32_t CRoleModelItem_ImplComplexBone_m2175798051_MetadataUsageId; extern const uint32_t CRoleModelItem_SetRoleItemEnable_m3456968021_MetadataUsageId; extern const uint32_t CRoleModelItem_LoadingResource_m2591595945_MetadataUsageId; extern String_t* _stringLiteral207952032; extern const uint32_t CRoleModelItem_PlayRalaxAnim_m3814698505_MetadataUsageId; extern const uint32_t CRoleModelItem_GetNextPlayTime_m4151726217_MetadataUsageId; extern const uint32_t CRoleModelItem_GetFullItemID_m3835475041_MetadataUsageId; extern String_t* _stringLiteral1900695834; extern String_t* _stringLiteral1631276595; extern const uint32_t CRoleModelItem_GetPrefabPath_m297345020_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4166355951; extern String_t* _stringLiteral773530041; extern String_t* _stringLiteral1180587864; extern String_t* _stringLiteral1024091293; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral2150326491; extern const uint32_t CRoleModelItem_ChangeSubModel_m1069865053_MetadataUsageId; extern const uint32_t CRoleModelItem_HoldResources_m3804114629_MetadataUsageId; extern const uint32_t CRoleModelItem_IsValid_m632020454_MetadataUsageId; extern String_t* _stringLiteral2399547724; extern const uint32_t CRoleModelItem_OnDestroy_m1465529345_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisAnimation_t3648466861_m2689494502_RuntimeMethod_var; extern String_t* _stringLiteral3369044241; extern const uint32_t CRoleModelItem_PlayAnim_m2130897867_MetadataUsageId; extern RuntimeClass* CSwingBone_t2419392790_il2cpp_TypeInfo_var; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisLocalLinkedEffect_t997770122_m2611768483_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisBoneLinkBone_t3083848224_m2564602778_RuntimeMethod_var; extern String_t* _stringLiteral1470473219; extern String_t* _stringLiteral932244612; extern String_t* _stringLiteral3451238288; extern const uint32_t CRoleModelItem_OnSubmitToScene_m246349242_MetadataUsageId; extern const uint32_t CRoleModelItem_OnAfterAnim_m3354564232_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponents_TisLinkedEffect_t3338585141_m150106250_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Count_m1837312527_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2153984534_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3616744213_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1382146713_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m605179699_RuntimeMethod_var; extern String_t* _stringLiteral2604637519; extern String_t* _stringLiteral3446402805; extern String_t* _stringLiteral1628612581; extern const uint32_t CRoleModelItem_OnAfterModelAnimFunc_m2252467613_MetadataUsageId; extern String_t* _stringLiteral1508559910; extern const uint32_t CRoleModelItem_SetFullShow_m4271195818_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m749298684_RuntimeMethod_var; extern const uint32_t CRoleModelItem_OnFitSkin_m3599860152_MetadataUsageId; extern const uint32_t CRoleModelItem_OnRoleEnable_m1002368919_MetadataUsageId; extern const uint32_t CRoleModelItem_OnClear_m3275867286_MetadataUsageId; extern const uint32_t CRoleModelItem_ChangeCurSubModel_m823132492_MetadataUsageId; extern RuntimeClass* List_1_t777473367_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisBoneLinkBone_t3083848224_m1320573078_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3800595820_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2885667311_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4073477735_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m2774846862_RuntimeMethod_var; extern String_t* _stringLiteral1452527631; extern const uint32_t CRoleModelItem_RebindBones_m124334523_MetadataUsageId; extern RuntimeClass* List_1_t2585711361_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3526297712_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m989991498_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2491728134_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m77021858_RuntimeMethod_var; extern String_t* _stringLiteral1805321977; extern const uint32_t CRoleModelItem_LinkToRoleModel_m1257497615_MetadataUsageId; extern const uint32_t CRoleModelItem_IsMainResReady_m4220269052_MetadataUsageId; extern RuntimeClass* CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var; extern const uint32_t CRoleModelItem_IsAttachedResReady_m3237490214_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct ObjectU5BU5D_t2843939325; struct ObjectU5BU5D_t1417781964; struct SkinnedMeshRendererU5BU5D_t1658669119; struct LocalLinkedEffectU5BU5D_t1490066191; struct BoneLinkBoneU5BU5D_t2682923361; struct TransformU5BU5D_t807237628; struct LinkedEffectU5BU5D_t3688719192; #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 CAVATARSITE_T1752665925_H #define CAVATARSITE_T1752665925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CAvatarSite::k__BackingField ISceneRole_t2394225724 * ___U3CSceneRoleU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Scene.CAvatarSite::m_skinID int32_t ___m_skinID_1; // System.Int32 DMCore.Framework.Scene.CAvatarSite::m_lastSex int32_t ___m_lastSex_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CAvatarSite::m_listSkin Dictionary_2_t422021773 * ___m_listSkin_3; public: inline static int32_t get_offset_of_U3CSceneRoleU3Ek__BackingField_0() { return static_cast(offsetof(CAvatarSite_t1752665925, ___U3CSceneRoleU3Ek__BackingField_0)); } inline ISceneRole_t2394225724 * get_U3CSceneRoleU3Ek__BackingField_0() const { return ___U3CSceneRoleU3Ek__BackingField_0; } inline ISceneRole_t2394225724 ** get_address_of_U3CSceneRoleU3Ek__BackingField_0() { return &___U3CSceneRoleU3Ek__BackingField_0; } inline void set_U3CSceneRoleU3Ek__BackingField_0(ISceneRole_t2394225724 * value) { ___U3CSceneRoleU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CSceneRoleU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_skinID_1() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_skinID_1)); } inline int32_t get_m_skinID_1() const { return ___m_skinID_1; } inline int32_t* get_address_of_m_skinID_1() { return &___m_skinID_1; } inline void set_m_skinID_1(int32_t value) { ___m_skinID_1 = value; } inline static int32_t get_offset_of_m_lastSex_2() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_lastSex_2)); } inline int32_t get_m_lastSex_2() const { return ___m_lastSex_2; } inline int32_t* get_address_of_m_lastSex_2() { return &___m_lastSex_2; } inline void set_m_lastSex_2(int32_t value) { ___m_lastSex_2 = value; } inline static int32_t get_offset_of_m_listSkin_3() { return static_cast(offsetof(CAvatarSite_t1752665925, ___m_listSkin_3)); } inline Dictionary_2_t422021773 * get_m_listSkin_3() const { return ___m_listSkin_3; } inline Dictionary_2_t422021773 ** get_address_of_m_listSkin_3() { return &___m_listSkin_3; } inline void set_m_listSkin_3(Dictionary_2_t422021773 * value) { ___m_listSkin_3 = value; Il2CppCodeGenWriteBarrier((&___m_listSkin_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARSITE_T1752665925_H #ifndef DICTIONARY_2_T422021773_H #define DICTIONARY_2_T422021773_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_t422021773 : 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 enumModelCategoryU5BU5D_t1578179691* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots MaterialU5BU5D_t561872642* ___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_t422021773, ___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_t422021773, ___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_t422021773, ___keySlots_6)); } inline enumModelCategoryU5BU5D_t1578179691* get_keySlots_6() const { return ___keySlots_6; } inline enumModelCategoryU5BU5D_t1578179691** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(enumModelCategoryU5BU5D_t1578179691* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t422021773, ___valueSlots_7)); } inline MaterialU5BU5D_t561872642* get_valueSlots_7() const { return ___valueSlots_7; } inline MaterialU5BU5D_t561872642** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(MaterialU5BU5D_t561872642* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t422021773, ___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_t422021773, ___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_t422021773, ___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_t422021773, ___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_t422021773, ___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_t422021773, ___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_t422021773, ___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_t422021773_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t40195291 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t422021773_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t40195291 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t40195291 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t40195291 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T422021773_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 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 CINTERACTIONANIMCFG_T581781419_H #define CINTERACTIONANIMCFG_T581781419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionAnimCfg struct CInteractionAnimCfg_t581781419 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CInteractionAnimCfg::m_sceneID int32_t ___m_sceneID_0; // System.Boolean DMCore.Framework.Scene.CInteractionAnimCfg::m_cfgIsReady bool ___m_cfgIsReady_1; // System.Boolean DMCore.Framework.Scene.CInteractionAnimCfg::m_bAllReady bool ___m_bAllReady_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CInteractionAnimCfg::m_arrayAnimMale Dictionary_2_t736164020 * ___m_arrayAnimMale_3; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CInteractionAnimCfg::m_arrayAnimFeMale Dictionary_2_t736164020 * ___m_arrayAnimFeMale_4; public: inline static int32_t get_offset_of_m_sceneID_0() { return static_cast(offsetof(CInteractionAnimCfg_t581781419, ___m_sceneID_0)); } inline int32_t get_m_sceneID_0() const { return ___m_sceneID_0; } inline int32_t* get_address_of_m_sceneID_0() { return &___m_sceneID_0; } inline void set_m_sceneID_0(int32_t value) { ___m_sceneID_0 = value; } inline static int32_t get_offset_of_m_cfgIsReady_1() { return static_cast(offsetof(CInteractionAnimCfg_t581781419, ___m_cfgIsReady_1)); } inline bool get_m_cfgIsReady_1() const { return ___m_cfgIsReady_1; } inline bool* get_address_of_m_cfgIsReady_1() { return &___m_cfgIsReady_1; } inline void set_m_cfgIsReady_1(bool value) { ___m_cfgIsReady_1 = value; } inline static int32_t get_offset_of_m_bAllReady_2() { return static_cast(offsetof(CInteractionAnimCfg_t581781419, ___m_bAllReady_2)); } inline bool get_m_bAllReady_2() const { return ___m_bAllReady_2; } inline bool* get_address_of_m_bAllReady_2() { return &___m_bAllReady_2; } inline void set_m_bAllReady_2(bool value) { ___m_bAllReady_2 = value; } inline static int32_t get_offset_of_m_arrayAnimMale_3() { return static_cast(offsetof(CInteractionAnimCfg_t581781419, ___m_arrayAnimMale_3)); } inline Dictionary_2_t736164020 * get_m_arrayAnimMale_3() const { return ___m_arrayAnimMale_3; } inline Dictionary_2_t736164020 ** get_address_of_m_arrayAnimMale_3() { return &___m_arrayAnimMale_3; } inline void set_m_arrayAnimMale_3(Dictionary_2_t736164020 * value) { ___m_arrayAnimMale_3 = value; Il2CppCodeGenWriteBarrier((&___m_arrayAnimMale_3), value); } inline static int32_t get_offset_of_m_arrayAnimFeMale_4() { return static_cast(offsetof(CInteractionAnimCfg_t581781419, ___m_arrayAnimFeMale_4)); } inline Dictionary_2_t736164020 * get_m_arrayAnimFeMale_4() const { return ___m_arrayAnimFeMale_4; } inline Dictionary_2_t736164020 ** get_address_of_m_arrayAnimFeMale_4() { return &___m_arrayAnimFeMale_4; } inline void set_m_arrayAnimFeMale_4(Dictionary_2_t736164020 * value) { ___m_arrayAnimFeMale_4 = value; Il2CppCodeGenWriteBarrier((&___m_arrayAnimFeMale_4), value); } }; struct CInteractionAnimCfg_t581781419_StaticFields { public: // DMCore.Framework.Scene.CInteractionAnimCfg DMCore.Framework.Scene.CInteractionAnimCfg::s_Instance CInteractionAnimCfg_t581781419 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CInteractionAnimCfg_t581781419_StaticFields, ___s_Instance_5)); } inline CInteractionAnimCfg_t581781419 * get_s_Instance_5() const { return ___s_Instance_5; } inline CInteractionAnimCfg_t581781419 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CInteractionAnimCfg_t581781419 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONANIMCFG_T581781419_H #ifndef DICTIONARY_2_T736164020_H #define DICTIONARY_2_T736164020_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_t736164020 : 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 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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020, ___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_t736164020_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t886128184 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t736164020_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t886128184 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t886128184 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t886128184 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T736164020_H #ifndef CAVATARHELP_T2646807904_H #define CAVATARHELP_T2646807904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAvatarHelp struct CAvatarHelp_t2646807904 : public RuntimeObject { public: public: }; struct CAvatarHelp_t2646807904_StaticFields { public: // DMCore.Framework.Scene.AvatarInfo DMCore.Framework.Scene.CAvatarHelp::s_atCached AvatarInfo_t571832948 * ___s_atCached_2; public: inline static int32_t get_offset_of_s_atCached_2() { return static_cast(offsetof(CAvatarHelp_t2646807904_StaticFields, ___s_atCached_2)); } inline AvatarInfo_t571832948 * get_s_atCached_2() const { return ___s_atCached_2; } inline AvatarInfo_t571832948 ** get_address_of_s_atCached_2() { return &___s_atCached_2; } inline void set_s_atCached_2(AvatarInfo_t571832948 * value) { ___s_atCached_2 = value; Il2CppCodeGenWriteBarrier((&___s_atCached_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARHELP_T2646807904_H #ifndef CAVATARBINDING_T1216096343_H #define CAVATARBINDING_T1216096343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CAvatarBinding struct CAvatarBinding_t1216096343 : public RuntimeObject { public: // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::k__BackingField Transform_t3600365921 * ___U3CBindTargetMainU3Ek__BackingField_0; // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::k__BackingField Transform_t3600365921 * ___U3CBindTargetFollowU3Ek__BackingField_1; // System.String DMCore.Framework.Scene.CAvatarBinding::k__BackingField String_t* ___U3CBindBoneNameU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CBindTargetMainU3Ek__BackingField_0() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___U3CBindTargetMainU3Ek__BackingField_0)); } inline Transform_t3600365921 * get_U3CBindTargetMainU3Ek__BackingField_0() const { return ___U3CBindTargetMainU3Ek__BackingField_0; } inline Transform_t3600365921 ** get_address_of_U3CBindTargetMainU3Ek__BackingField_0() { return &___U3CBindTargetMainU3Ek__BackingField_0; } inline void set_U3CBindTargetMainU3Ek__BackingField_0(Transform_t3600365921 * value) { ___U3CBindTargetMainU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CBindTargetMainU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CBindTargetFollowU3Ek__BackingField_1() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___U3CBindTargetFollowU3Ek__BackingField_1)); } inline Transform_t3600365921 * get_U3CBindTargetFollowU3Ek__BackingField_1() const { return ___U3CBindTargetFollowU3Ek__BackingField_1; } inline Transform_t3600365921 ** get_address_of_U3CBindTargetFollowU3Ek__BackingField_1() { return &___U3CBindTargetFollowU3Ek__BackingField_1; } inline void set_U3CBindTargetFollowU3Ek__BackingField_1(Transform_t3600365921 * value) { ___U3CBindTargetFollowU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CBindTargetFollowU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CBindBoneNameU3Ek__BackingField_2() { return static_cast(offsetof(CAvatarBinding_t1216096343, ___U3CBindBoneNameU3Ek__BackingField_2)); } inline String_t* get_U3CBindBoneNameU3Ek__BackingField_2() const { return ___U3CBindBoneNameU3Ek__BackingField_2; } inline String_t** get_address_of_U3CBindBoneNameU3Ek__BackingField_2() { return &___U3CBindBoneNameU3Ek__BackingField_2; } inline void set_U3CBindBoneNameU3Ek__BackingField_2(String_t* value) { ___U3CBindBoneNameU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CBindBoneNameU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARBINDING_T1216096343_H #ifndef AVATARINFO_T571832948_H #define AVATARINFO_T571832948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarInfo struct AvatarInfo_t571832948 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CSexU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CCategoryU3Ek__BackingField_1; // System.Int32 DMCore.Framework.Scene.AvatarInfo::k__BackingField int32_t ___U3CSubIndexU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSexU3Ek__BackingField_0() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CSexU3Ek__BackingField_0)); } inline int32_t get_U3CSexU3Ek__BackingField_0() const { return ___U3CSexU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CSexU3Ek__BackingField_0() { return &___U3CSexU3Ek__BackingField_0; } inline void set_U3CSexU3Ek__BackingField_0(int32_t value) { ___U3CSexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCategoryU3Ek__BackingField_1() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CCategoryU3Ek__BackingField_1)); } inline int32_t get_U3CCategoryU3Ek__BackingField_1() const { return ___U3CCategoryU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCategoryU3Ek__BackingField_1() { return &___U3CCategoryU3Ek__BackingField_1; } inline void set_U3CCategoryU3Ek__BackingField_1(int32_t value) { ___U3CCategoryU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSubIndexU3Ek__BackingField_2() { return static_cast(offsetof(AvatarInfo_t571832948, ___U3CSubIndexU3Ek__BackingField_2)); } inline int32_t get_U3CSubIndexU3Ek__BackingField_2() const { return ___U3CSubIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSubIndexU3Ek__BackingField_2() { return &___U3CSubIndexU3Ek__BackingField_2; } inline void set_U3CSubIndexU3Ek__BackingField_2(int32_t value) { ___U3CSubIndexU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARINFO_T571832948_H #ifndef UIPKGITEM_T2226003982_H #define UIPKGITEM_T2226003982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CUIPkgService/UIPkgItem struct UIPkgItem_t2226003982 : public RuntimeObject { public: // DMCore.Framework.Misc.CGUID DMCore.Framework.Resource.CUIPkgService/UIPkgItem::m_id CGUID_t2225809853 * ___m_id_0; // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService/UIPkgItem::m_object Object_t631007953 * ___m_object_1; // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService/UIPkgItem::m_ab AssetBundle_t1153907252 * ___m_ab_2; // System.Int32 DMCore.Framework.Resource.CUIPkgService/UIPkgItem::m_refCount int32_t ___m_refCount_3; public: inline static int32_t get_offset_of_m_id_0() { return static_cast(offsetof(UIPkgItem_t2226003982, ___m_id_0)); } inline CGUID_t2225809853 * get_m_id_0() const { return ___m_id_0; } inline CGUID_t2225809853 ** get_address_of_m_id_0() { return &___m_id_0; } inline void set_m_id_0(CGUID_t2225809853 * value) { ___m_id_0 = value; Il2CppCodeGenWriteBarrier((&___m_id_0), value); } inline static int32_t get_offset_of_m_object_1() { return static_cast(offsetof(UIPkgItem_t2226003982, ___m_object_1)); } inline Object_t631007953 * get_m_object_1() const { return ___m_object_1; } inline Object_t631007953 ** get_address_of_m_object_1() { return &___m_object_1; } inline void set_m_object_1(Object_t631007953 * value) { ___m_object_1 = value; Il2CppCodeGenWriteBarrier((&___m_object_1), value); } inline static int32_t get_offset_of_m_ab_2() { return static_cast(offsetof(UIPkgItem_t2226003982, ___m_ab_2)); } inline AssetBundle_t1153907252 * get_m_ab_2() const { return ___m_ab_2; } inline AssetBundle_t1153907252 ** get_address_of_m_ab_2() { return &___m_ab_2; } inline void set_m_ab_2(AssetBundle_t1153907252 * value) { ___m_ab_2 = value; Il2CppCodeGenWriteBarrier((&___m_ab_2), value); } inline static int32_t get_offset_of_m_refCount_3() { return static_cast(offsetof(UIPkgItem_t2226003982, ___m_refCount_3)); } inline int32_t get_m_refCount_3() const { return ___m_refCount_3; } inline int32_t* get_address_of_m_refCount_3() { return &___m_refCount_3; } inline void set_m_refCount_3(int32_t value) { ___m_refCount_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPKGITEM_T2226003982_H #ifndef CMODULEMANAGER_T4250936907_H #define CMODULEMANAGER_T4250936907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CModuleManager struct CModuleManager_t4250936907 : public RuntimeObject { public: // DMCore.Framework.IModuleBase DMCore.Framework.CModuleManager::m_LSharpIns RuntimeObject* ___m_LSharpIns_4; public: inline static int32_t get_offset_of_m_LSharpIns_4() { return static_cast(offsetof(CModuleManager_t4250936907, ___m_LSharpIns_4)); } inline RuntimeObject* get_m_LSharpIns_4() const { return ___m_LSharpIns_4; } inline RuntimeObject** get_address_of_m_LSharpIns_4() { return &___m_LSharpIns_4; } inline void set_m_LSharpIns_4(RuntimeObject* value) { ___m_LSharpIns_4 = value; Il2CppCodeGenWriteBarrier((&___m_LSharpIns_4), value); } }; struct CModuleManager_t4250936907_StaticFields { public: // System.Boolean DMCore.Framework.CModuleManager::m_bUseUIPkgMode bool ___m_bUseUIPkgMode_0; // System.Boolean DMCore.Framework.CModuleManager::m_bUseDynamicCode bool ___m_bUseDynamicCode_1; // System.Boolean DMCore.Framework.CModuleManager::s_boolUpdataFirst bool ___s_boolUpdataFirst_2; // System.Boolean DMCore.Framework.CModuleManager::s_boolResFirst bool ___s_boolResFirst_3; // DMCore.Framework.CModuleManager DMCore.Framework.CModuleManager::s_Instance CModuleManager_t4250936907 * ___s_Instance_5; public: inline static int32_t get_offset_of_m_bUseUIPkgMode_0() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___m_bUseUIPkgMode_0)); } inline bool get_m_bUseUIPkgMode_0() const { return ___m_bUseUIPkgMode_0; } inline bool* get_address_of_m_bUseUIPkgMode_0() { return &___m_bUseUIPkgMode_0; } inline void set_m_bUseUIPkgMode_0(bool value) { ___m_bUseUIPkgMode_0 = value; } inline static int32_t get_offset_of_m_bUseDynamicCode_1() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___m_bUseDynamicCode_1)); } inline bool get_m_bUseDynamicCode_1() const { return ___m_bUseDynamicCode_1; } inline bool* get_address_of_m_bUseDynamicCode_1() { return &___m_bUseDynamicCode_1; } inline void set_m_bUseDynamicCode_1(bool value) { ___m_bUseDynamicCode_1 = value; } inline static int32_t get_offset_of_s_boolUpdataFirst_2() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_boolUpdataFirst_2)); } inline bool get_s_boolUpdataFirst_2() const { return ___s_boolUpdataFirst_2; } inline bool* get_address_of_s_boolUpdataFirst_2() { return &___s_boolUpdataFirst_2; } inline void set_s_boolUpdataFirst_2(bool value) { ___s_boolUpdataFirst_2 = value; } inline static int32_t get_offset_of_s_boolResFirst_3() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_boolResFirst_3)); } inline bool get_s_boolResFirst_3() const { return ___s_boolResFirst_3; } inline bool* get_address_of_s_boolResFirst_3() { return &___s_boolResFirst_3; } inline void set_s_boolResFirst_3(bool value) { ___s_boolResFirst_3 = value; } inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CModuleManager_t4250936907_StaticFields, ___s_Instance_5)); } inline CModuleManager_t4250936907 * get_s_Instance_5() const { return ___s_Instance_5; } inline CModuleManager_t4250936907 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CModuleManager_t4250936907 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMODULEMANAGER_T4250936907_H #ifndef DICTIONARY_2_T1759717005_H #define DICTIONARY_2_T1759717005_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_t1759717005 : 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 CGUIDU5BU5D_t1030246064* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots UIPkgItemU5BU5D_t2263500795* ___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_t1759717005, ___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_t1759717005, ___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_t1759717005, ___keySlots_6)); } inline CGUIDU5BU5D_t1030246064* get_keySlots_6() const { return ___keySlots_6; } inline CGUIDU5BU5D_t1030246064** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(CGUIDU5BU5D_t1030246064* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1759717005, ___valueSlots_7)); } inline UIPkgItemU5BU5D_t2263500795* get_valueSlots_7() const { return ___valueSlots_7; } inline UIPkgItemU5BU5D_t2263500795** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(UIPkgItemU5BU5D_t2263500795* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1759717005, ___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_t1759717005, ___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_t1759717005, ___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_t1759717005, ___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_t1759717005, ___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_t1759717005, ___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_t1759717005, ___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_t1759717005_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1218169051 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1759717005_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1218169051 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1218169051 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1218169051 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1759717005_H #ifndef CINTERACTIONCLIDERGROUP_T327998540_H #define CINTERACTIONCLIDERGROUP_T327998540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionCliderGroup struct CInteractionCliderGroup_t327998540 : public RuntimeObject { public: // UnityEngine.Transform DMCore.Framework.Scene.CInteractionCliderGroup::m_transGroup Transform_t3600365921 * ___m_transGroup_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CInteractionCliderGroup::m_listInterCliderItem Dictionary_2_t828945481 * ___m_listInterCliderItem_1; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CInteractionCliderGroup::m_objList List_1_t4246034554 * ___m_objList_2; public: inline static int32_t get_offset_of_m_transGroup_0() { return static_cast(offsetof(CInteractionCliderGroup_t327998540, ___m_transGroup_0)); } inline Transform_t3600365921 * get_m_transGroup_0() const { return ___m_transGroup_0; } inline Transform_t3600365921 ** get_address_of_m_transGroup_0() { return &___m_transGroup_0; } inline void set_m_transGroup_0(Transform_t3600365921 * value) { ___m_transGroup_0 = value; Il2CppCodeGenWriteBarrier((&___m_transGroup_0), value); } inline static int32_t get_offset_of_m_listInterCliderItem_1() { return static_cast(offsetof(CInteractionCliderGroup_t327998540, ___m_listInterCliderItem_1)); } inline Dictionary_2_t828945481 * get_m_listInterCliderItem_1() const { return ___m_listInterCliderItem_1; } inline Dictionary_2_t828945481 ** get_address_of_m_listInterCliderItem_1() { return &___m_listInterCliderItem_1; } inline void set_m_listInterCliderItem_1(Dictionary_2_t828945481 * value) { ___m_listInterCliderItem_1 = value; Il2CppCodeGenWriteBarrier((&___m_listInterCliderItem_1), value); } inline static int32_t get_offset_of_m_objList_2() { return static_cast(offsetof(CInteractionCliderGroup_t327998540, ___m_objList_2)); } inline List_1_t4246034554 * get_m_objList_2() const { return ___m_objList_2; } inline List_1_t4246034554 ** get_address_of_m_objList_2() { return &___m_objList_2; } inline void set_m_objList_2(List_1_t4246034554 * value) { ___m_objList_2 = value; Il2CppCodeGenWriteBarrier((&___m_objList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONCLIDERGROUP_T327998540_H #ifndef CJUNIORROLEMODELITEM_T636793867_H #define CJUNIORROLEMODELITEM_T636793867_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_male Dictionary_2_t1839659084 * ___m_male_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_female Dictionary_2_t1839659084 * ___m_female_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_maleNewRole Dictionary_2_t1839659084 * ___m_maleNewRole_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_femaleNewRole Dictionary_2_t1839659084 * ___m_femaleNewRole_3; public: inline static int32_t get_offset_of_m_male_0() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_male_0)); } inline Dictionary_2_t1839659084 * get_m_male_0() const { return ___m_male_0; } inline Dictionary_2_t1839659084 ** get_address_of_m_male_0() { return &___m_male_0; } inline void set_m_male_0(Dictionary_2_t1839659084 * value) { ___m_male_0 = value; Il2CppCodeGenWriteBarrier((&___m_male_0), value); } inline static int32_t get_offset_of_m_female_1() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_female_1)); } inline Dictionary_2_t1839659084 * get_m_female_1() const { return ___m_female_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_female_1() { return &___m_female_1; } inline void set_m_female_1(Dictionary_2_t1839659084 * value) { ___m_female_1 = value; Il2CppCodeGenWriteBarrier((&___m_female_1), value); } inline static int32_t get_offset_of_m_maleNewRole_2() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_maleNewRole_2)); } inline Dictionary_2_t1839659084 * get_m_maleNewRole_2() const { return ___m_maleNewRole_2; } inline Dictionary_2_t1839659084 ** get_address_of_m_maleNewRole_2() { return &___m_maleNewRole_2; } inline void set_m_maleNewRole_2(Dictionary_2_t1839659084 * value) { ___m_maleNewRole_2 = value; Il2CppCodeGenWriteBarrier((&___m_maleNewRole_2), value); } inline static int32_t get_offset_of_m_femaleNewRole_3() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_femaleNewRole_3)); } inline Dictionary_2_t1839659084 * get_m_femaleNewRole_3() const { return ___m_femaleNewRole_3; } inline Dictionary_2_t1839659084 ** get_address_of_m_femaleNewRole_3() { return &___m_femaleNewRole_3; } inline void set_m_femaleNewRole_3(Dictionary_2_t1839659084 * value) { ___m_femaleNewRole_3 = value; Il2CppCodeGenWriteBarrier((&___m_femaleNewRole_3), value); } }; struct CJuniorRoleModelItem_t636793867_StaticFields { public: // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::s_Instance CJuniorRoleModelItem_t636793867 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867_StaticFields, ___s_Instance_4)); } inline CJuniorRoleModelItem_t636793867 * get_s_Instance_4() const { return ___s_Instance_4; } inline CJuniorRoleModelItem_t636793867 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CJuniorRoleModelItem_t636793867 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJUNIORROLEMODELITEM_T636793867_H #ifndef DICTIONARY_2_T3511679167_H #define DICTIONARY_2_T3511679167_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_t3511679167 : 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 CInteractionCliderGroupU5BU5D_t1327533317* ___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_t3511679167, ___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_t3511679167, ___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_t3511679167, ___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_t3511679167, ___valueSlots_7)); } inline CInteractionCliderGroupU5BU5D_t1327533317* get_valueSlots_7() const { return ___valueSlots_7; } inline CInteractionCliderGroupU5BU5D_t1327533317** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CInteractionCliderGroupU5BU5D_t1327533317* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3511679167, ___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_t3511679167, ___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_t3511679167, ___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_t3511679167, ___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_t3511679167, ___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_t3511679167, ___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_t3511679167, ___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_t3511679167_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t931872161 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3511679167_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t931872161 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t931872161 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t931872161 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3511679167_H #ifndef CINTERACTIONRANGE_T868014233_H #define CINTERACTIONRANGE_T868014233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionRange struct CInteractionRange_t868014233 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CInteractionRange::m_clkedGroup int32_t ___m_clkedGroup_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CInteractionRange::m_cliderGroup Dictionary_2_t3511679167 * ___m_cliderGroup_1; public: inline static int32_t get_offset_of_m_clkedGroup_0() { return static_cast(offsetof(CInteractionRange_t868014233, ___m_clkedGroup_0)); } inline int32_t get_m_clkedGroup_0() const { return ___m_clkedGroup_0; } inline int32_t* get_address_of_m_clkedGroup_0() { return &___m_clkedGroup_0; } inline void set_m_clkedGroup_0(int32_t value) { ___m_clkedGroup_0 = value; } inline static int32_t get_offset_of_m_cliderGroup_1() { return static_cast(offsetof(CInteractionRange_t868014233, ___m_cliderGroup_1)); } inline Dictionary_2_t3511679167 * get_m_cliderGroup_1() const { return ___m_cliderGroup_1; } inline Dictionary_2_t3511679167 ** get_address_of_m_cliderGroup_1() { return &___m_cliderGroup_1; } inline void set_m_cliderGroup_1(Dictionary_2_t3511679167 * value) { ___m_cliderGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_cliderGroup_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONRANGE_T868014233_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 CRECREATIONMANAGER_T3180859335_H #define CRECREATIONMANAGER_T3180859335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRecreationManager struct CRecreationManager_t3180859335 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsOnClickU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CRecreationManager::k__BackingField int32_t ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsFristRefreshSceneU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4; // System.Collections.Generic.List`1 DMCore.Logic.CRecreationManager::recSceneInfoList List_1_t2051261444 * ___recSceneInfoList_5; // System.Int32 DMCore.Logic.CRecreationManager::currSelectSceneID int32_t ___currSelectSceneID_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CRecreationManager::inIDDic Dictionary_2_t4013585537 * ___inIDDic_7; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsNeedRefrshStatusU3Ek__BackingField_8; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideInterNowU3Ek__BackingField_9; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideAllBtnNowU3Ek__BackingField_10; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideInterU3Ek__BackingField_11; // System.Boolean DMCore.Logic.CRecreationManager::k__BackingField bool ___U3CIsHideAllBtnU3Ek__BackingField_12; public: inline static int32_t get_offset_of_U3CIsOnClickU3Ek__BackingField_1() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsOnClickU3Ek__BackingField_1)); } inline bool get_U3CIsOnClickU3Ek__BackingField_1() const { return ___U3CIsOnClickU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsOnClickU3Ek__BackingField_1() { return &___U3CIsOnClickU3Ek__BackingField_1; } inline void set_U3CIsOnClickU3Ek__BackingField_1(bool value) { ___U3CIsOnClickU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2)); } inline int32_t get_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2() const { return ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2() { return &___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2; } inline void set_U3CEnterRoomSelectSceneIDU3Ek__BackingField_2(int32_t value) { ___U3CEnterRoomSelectSceneIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsFristRefreshSceneU3Ek__BackingField_3() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsFristRefreshSceneU3Ek__BackingField_3)); } inline bool get_U3CIsFristRefreshSceneU3Ek__BackingField_3() const { return ___U3CIsFristRefreshSceneU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsFristRefreshSceneU3Ek__BackingField_3() { return &___U3CIsFristRefreshSceneU3Ek__BackingField_3; } inline void set_U3CIsFristRefreshSceneU3Ek__BackingField_3(bool value) { ___U3CIsFristRefreshSceneU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsNeedRecSceneChangedU3Ek__BackingField_4() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4)); } inline bool get_U3CIsNeedRecSceneChangedU3Ek__BackingField_4() const { return ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsNeedRecSceneChangedU3Ek__BackingField_4() { return &___U3CIsNeedRecSceneChangedU3Ek__BackingField_4; } inline void set_U3CIsNeedRecSceneChangedU3Ek__BackingField_4(bool value) { ___U3CIsNeedRecSceneChangedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_recSceneInfoList_5() { return static_cast(offsetof(CRecreationManager_t3180859335, ___recSceneInfoList_5)); } inline List_1_t2051261444 * get_recSceneInfoList_5() const { return ___recSceneInfoList_5; } inline List_1_t2051261444 ** get_address_of_recSceneInfoList_5() { return &___recSceneInfoList_5; } inline void set_recSceneInfoList_5(List_1_t2051261444 * value) { ___recSceneInfoList_5 = value; Il2CppCodeGenWriteBarrier((&___recSceneInfoList_5), value); } inline static int32_t get_offset_of_currSelectSceneID_6() { return static_cast(offsetof(CRecreationManager_t3180859335, ___currSelectSceneID_6)); } inline int32_t get_currSelectSceneID_6() const { return ___currSelectSceneID_6; } inline int32_t* get_address_of_currSelectSceneID_6() { return &___currSelectSceneID_6; } inline void set_currSelectSceneID_6(int32_t value) { ___currSelectSceneID_6 = value; } inline static int32_t get_offset_of_inIDDic_7() { return static_cast(offsetof(CRecreationManager_t3180859335, ___inIDDic_7)); } inline Dictionary_2_t4013585537 * get_inIDDic_7() const { return ___inIDDic_7; } inline Dictionary_2_t4013585537 ** get_address_of_inIDDic_7() { return &___inIDDic_7; } inline void set_inIDDic_7(Dictionary_2_t4013585537 * value) { ___inIDDic_7 = value; Il2CppCodeGenWriteBarrier((&___inIDDic_7), value); } inline static int32_t get_offset_of_U3CIsNeedRefrshStatusU3Ek__BackingField_8() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsNeedRefrshStatusU3Ek__BackingField_8)); } inline bool get_U3CIsNeedRefrshStatusU3Ek__BackingField_8() const { return ___U3CIsNeedRefrshStatusU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsNeedRefrshStatusU3Ek__BackingField_8() { return &___U3CIsNeedRefrshStatusU3Ek__BackingField_8; } inline void set_U3CIsNeedRefrshStatusU3Ek__BackingField_8(bool value) { ___U3CIsNeedRefrshStatusU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsHideInterNowU3Ek__BackingField_9() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideInterNowU3Ek__BackingField_9)); } inline bool get_U3CIsHideInterNowU3Ek__BackingField_9() const { return ___U3CIsHideInterNowU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsHideInterNowU3Ek__BackingField_9() { return &___U3CIsHideInterNowU3Ek__BackingField_9; } inline void set_U3CIsHideInterNowU3Ek__BackingField_9(bool value) { ___U3CIsHideInterNowU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CIsHideAllBtnNowU3Ek__BackingField_10() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideAllBtnNowU3Ek__BackingField_10)); } inline bool get_U3CIsHideAllBtnNowU3Ek__BackingField_10() const { return ___U3CIsHideAllBtnNowU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsHideAllBtnNowU3Ek__BackingField_10() { return &___U3CIsHideAllBtnNowU3Ek__BackingField_10; } inline void set_U3CIsHideAllBtnNowU3Ek__BackingField_10(bool value) { ___U3CIsHideAllBtnNowU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CIsHideInterU3Ek__BackingField_11() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideInterU3Ek__BackingField_11)); } inline bool get_U3CIsHideInterU3Ek__BackingField_11() const { return ___U3CIsHideInterU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsHideInterU3Ek__BackingField_11() { return &___U3CIsHideInterU3Ek__BackingField_11; } inline void set_U3CIsHideInterU3Ek__BackingField_11(bool value) { ___U3CIsHideInterU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CIsHideAllBtnU3Ek__BackingField_12() { return static_cast(offsetof(CRecreationManager_t3180859335, ___U3CIsHideAllBtnU3Ek__BackingField_12)); } inline bool get_U3CIsHideAllBtnU3Ek__BackingField_12() const { return ___U3CIsHideAllBtnU3Ek__BackingField_12; } inline bool* get_address_of_U3CIsHideAllBtnU3Ek__BackingField_12() { return &___U3CIsHideAllBtnU3Ek__BackingField_12; } inline void set_U3CIsHideAllBtnU3Ek__BackingField_12(bool value) { ___U3CIsHideAllBtnU3Ek__BackingField_12 = value; } }; struct CRecreationManager_t3180859335_StaticFields { public: // DMCore.Logic.CRecreationManager DMCore.Logic.CRecreationManager::m_instance CRecreationManager_t3180859335 * ___m_instance_0; public: inline static int32_t get_offset_of_m_instance_0() { return static_cast(offsetof(CRecreationManager_t3180859335_StaticFields, ___m_instance_0)); } inline CRecreationManager_t3180859335 * get_m_instance_0() const { return ___m_instance_0; } inline CRecreationManager_t3180859335 ** get_address_of_m_instance_0() { return &___m_instance_0; } inline void set_m_instance_0(CRecreationManager_t3180859335 * value) { ___m_instance_0 = value; Il2CppCodeGenWriteBarrier((&___m_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRECREATIONMANAGER_T3180859335_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 DMCLIDERBASE_T794824264_H #define DMCLIDERBASE_T794824264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.DMCliderBase struct DMCliderBase_t794824264 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMCLIDERBASE_T794824264_H #ifndef LIST_1_T2266899006_H #define LIST_1_T2266899006_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_t2266899006 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DMCliderBaseU5BU5D_t579192729* ____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_t2266899006, ____items_1)); } inline DMCliderBaseU5BU5D_t579192729* get__items_1() const { return ____items_1; } inline DMCliderBaseU5BU5D_t579192729** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DMCliderBaseU5BU5D_t579192729* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2266899006, ____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_t2266899006, ____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_t2266899006_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray DMCliderBaseU5BU5D_t579192729* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2266899006_StaticFields, ___EmptyArray_4)); } inline DMCliderBaseU5BU5D_t579192729* get_EmptyArray_4() const { return ___EmptyArray_4; } inline DMCliderBaseU5BU5D_t579192729** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(DMCliderBaseU5BU5D_t579192729* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2266899006_H #ifndef CHIGHTLIGHTDATA_T2773959812_H #define CHIGHTLIGHTDATA_T2773959812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionCliderGroup/CHightLightData struct CHightLightData_t2773959812 : public RuntimeObject { public: // UnityEngine.GameObject DMCore.Framework.Scene.CInteractionCliderGroup/CHightLightData::m_go GameObject_t1113636619 * ___m_go_0; // UnityEngine.Material DMCore.Framework.Scene.CInteractionCliderGroup/CHightLightData::m_matOrg Material_t340375123 * ___m_matOrg_1; // UnityEngine.Material DMCore.Framework.Scene.CInteractionCliderGroup/CHightLightData::m_matHigh Material_t340375123 * ___m_matHigh_2; public: inline static int32_t get_offset_of_m_go_0() { return static_cast(offsetof(CHightLightData_t2773959812, ___m_go_0)); } inline GameObject_t1113636619 * get_m_go_0() const { return ___m_go_0; } inline GameObject_t1113636619 ** get_address_of_m_go_0() { return &___m_go_0; } inline void set_m_go_0(GameObject_t1113636619 * value) { ___m_go_0 = value; Il2CppCodeGenWriteBarrier((&___m_go_0), value); } inline static int32_t get_offset_of_m_matOrg_1() { return static_cast(offsetof(CHightLightData_t2773959812, ___m_matOrg_1)); } inline Material_t340375123 * get_m_matOrg_1() const { return ___m_matOrg_1; } inline Material_t340375123 ** get_address_of_m_matOrg_1() { return &___m_matOrg_1; } inline void set_m_matOrg_1(Material_t340375123 * value) { ___m_matOrg_1 = value; Il2CppCodeGenWriteBarrier((&___m_matOrg_1), value); } inline static int32_t get_offset_of_m_matHigh_2() { return static_cast(offsetof(CHightLightData_t2773959812, ___m_matHigh_2)); } inline Material_t340375123 * get_m_matHigh_2() const { return ___m_matHigh_2; } inline Material_t340375123 ** get_address_of_m_matHigh_2() { return &___m_matHigh_2; } inline void set_m_matHigh_2(Material_t340375123 * value) { ___m_matHigh_2 = value; Il2CppCodeGenWriteBarrier((&___m_matHigh_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHIGHTLIGHTDATA_T2773959812_H #ifndef LIST_1_T4246034554_H #define LIST_1_T4246034554_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_t4246034554 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CHightLightDataU5BU5D_t65742061* ____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_t4246034554, ____items_1)); } inline CHightLightDataU5BU5D_t65742061* get__items_1() const { return ____items_1; } inline CHightLightDataU5BU5D_t65742061** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CHightLightDataU5BU5D_t65742061* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4246034554, ____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_t4246034554, ____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_t4246034554_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CHightLightDataU5BU5D_t65742061* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4246034554_StaticFields, ___EmptyArray_4)); } inline CHightLightDataU5BU5D_t65742061* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CHightLightDataU5BU5D_t65742061** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CHightLightDataU5BU5D_t65742061* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4246034554_H #ifndef DICTIONARY_2_T828945481_H #define DICTIONARY_2_T828945481_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_t828945481 : 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 CInteractionCliderItemU5BU5D_t1740263443* ___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_t828945481, ___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_t828945481, ___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_t828945481, ___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_t828945481, ___valueSlots_7)); } inline CInteractionCliderItemU5BU5D_t1740263443* get_valueSlots_7() const { return ___valueSlots_7; } inline CInteractionCliderItemU5BU5D_t1740263443** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CInteractionCliderItemU5BU5D_t1740263443* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t828945481, ___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_t828945481, ___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_t828945481, ___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_t828945481, ___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_t828945481, ___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_t828945481, ___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_t828945481, ___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_t828945481_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1344602287 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t828945481_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1344602287 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1344602287 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1344602287 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T828945481_H #ifndef BETTERLIST_1_T1380830171_H #define BETTERLIST_1_T1380830171_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_t1380830171 : public RuntimeObject { public: // T[] BetterList`1::buffer CGUIDU5BU5D_t1030246064* ___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_t1380830171, ___buffer_0)); } inline CGUIDU5BU5D_t1030246064* get_buffer_0() const { return ___buffer_0; } inline CGUIDU5BU5D_t1030246064** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CGUIDU5BU5D_t1030246064* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1380830171, ___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_T1380830171_H #ifndef CGUID_T2225809853_H #define CGUID_T2225809853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CGUID struct CGUID_t2225809853 : public RuntimeObject { public: // System.Int64 DMCore.Framework.Misc.CGUID::m_idSenior int64_t ___m_idSenior_1; // System.Int64 DMCore.Framework.Misc.CGUID::m_idJunior int64_t ___m_idJunior_2; public: inline static int32_t get_offset_of_m_idSenior_1() { return static_cast(offsetof(CGUID_t2225809853, ___m_idSenior_1)); } inline int64_t get_m_idSenior_1() const { return ___m_idSenior_1; } inline int64_t* get_address_of_m_idSenior_1() { return &___m_idSenior_1; } inline void set_m_idSenior_1(int64_t value) { ___m_idSenior_1 = value; } inline static int32_t get_offset_of_m_idJunior_2() { return static_cast(offsetof(CGUID_t2225809853, ___m_idJunior_2)); } inline int64_t get_m_idJunior_2() const { return ___m_idJunior_2; } inline int64_t* get_address_of_m_idJunior_2() { return &___m_idJunior_2; } inline void set_m_idJunior_2(int64_t value) { ___m_idJunior_2 = value; } }; struct CGUID_t2225809853_StaticFields { public: // DMCore.Framework.Misc.CGUID DMCore.Framework.Misc.CGUID::Empty CGUID_t2225809853 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(CGUID_t2225809853_StaticFields, ___Empty_0)); } inline CGUID_t2225809853 * get_Empty_0() const { return ___Empty_0; } inline CGUID_t2225809853 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(CGUID_t2225809853 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGUID_T2225809853_H #ifndef CRESDEPENDENCEITEM_T1512426590_H #define CRESDEPENDENCEITEM_T1512426590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResDependenceItem struct CResDependenceItem_t1512426590 : public RuntimeObject { public: // DMCore.Framework.Misc.CGUID DMCore.Framework.Resource.CResDependenceItem::m_Alias CGUID_t2225809853 * ___m_Alias_0; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CResDependenceItem::m_depenceList List_1_t3697884595 * ___m_depenceList_1; public: inline static int32_t get_offset_of_m_Alias_0() { return static_cast(offsetof(CResDependenceItem_t1512426590, ___m_Alias_0)); } inline CGUID_t2225809853 * get_m_Alias_0() const { return ___m_Alias_0; } inline CGUID_t2225809853 ** get_address_of_m_Alias_0() { return &___m_Alias_0; } inline void set_m_Alias_0(CGUID_t2225809853 * value) { ___m_Alias_0 = value; Il2CppCodeGenWriteBarrier((&___m_Alias_0), value); } inline static int32_t get_offset_of_m_depenceList_1() { return static_cast(offsetof(CResDependenceItem_t1512426590, ___m_depenceList_1)); } inline List_1_t3697884595 * get_m_depenceList_1() const { return ___m_depenceList_1; } inline List_1_t3697884595 ** get_address_of_m_depenceList_1() { return &___m_depenceList_1; } inline void set_m_depenceList_1(List_1_t3697884595 * value) { ___m_depenceList_1 = value; Il2CppCodeGenWriteBarrier((&___m_depenceList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESDEPENDENCEITEM_T1512426590_H #ifndef IRESHELP_T377823252_H #define IRESHELP_T377823252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.IResHelp struct IResHelp_t377823252 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.IResHelp::m_dicProtectedRes Dictionary_2_t2736202052 * ___m_dicProtectedRes_0; // System.Boolean DMCore.Framework.Resource.IResHelp::m_bHighMode bool ___m_bHighMode_1; public: inline static int32_t get_offset_of_m_dicProtectedRes_0() { return static_cast(offsetof(IResHelp_t377823252, ___m_dicProtectedRes_0)); } inline Dictionary_2_t2736202052 * get_m_dicProtectedRes_0() const { return ___m_dicProtectedRes_0; } inline Dictionary_2_t2736202052 ** get_address_of_m_dicProtectedRes_0() { return &___m_dicProtectedRes_0; } inline void set_m_dicProtectedRes_0(Dictionary_2_t2736202052 * value) { ___m_dicProtectedRes_0 = value; Il2CppCodeGenWriteBarrier((&___m_dicProtectedRes_0), value); } inline static int32_t get_offset_of_m_bHighMode_1() { return static_cast(offsetof(IResHelp_t377823252, ___m_bHighMode_1)); } inline bool get_m_bHighMode_1() const { return ___m_bHighMode_1; } inline bool* get_address_of_m_bHighMode_1() { return &___m_bHighMode_1; } inline void set_m_bHighMode_1(bool value) { ___m_bHighMode_1 = value; } }; struct IResHelp_t377823252_StaticFields { public: // DMCore.Framework.Resource.IResHelp DMCore.Framework.Resource.IResHelp::s_Instance IResHelp_t377823252 * ___s_Instance_2; // System.Predicate`1 DMCore.Framework.Resource.IResHelp::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_3; // System.Predicate`1 DMCore.Framework.Resource.IResHelp::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_4; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(IResHelp_t377823252_StaticFields, ___s_Instance_2)); } inline IResHelp_t377823252 * get_s_Instance_2() const { return ___s_Instance_2; } inline IResHelp_t377823252 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(IResHelp_t377823252 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_3() { return static_cast(offsetof(IResHelp_t377823252_StaticFields, ___U3CU3Ef__mgU24cache0_3)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_3() const { return ___U3CU3Ef__mgU24cache0_3; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_3() { return &___U3CU3Ef__mgU24cache0_3; } inline void set_U3CU3Ef__mgU24cache0_3(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_4() { return static_cast(offsetof(IResHelp_t377823252_StaticFields, ___U3CU3Ef__mgU24cache1_4)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_4() const { return ___U3CU3Ef__mgU24cache1_4; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_4() { return &___U3CU3Ef__mgU24cache1_4; } inline void set_U3CU3Ef__mgU24cache1_4(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IRESHELP_T377823252_H #ifndef LINKEDLISTNODE_1_T1317946287_H #define LINKEDLISTNODE_1_T1317946287_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_t1317946287 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item stWWWInfo_t1572771184 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t412417193 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t1317946287 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t1317946287 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t1317946287, ___item_0)); } inline stWWWInfo_t1572771184 * get_item_0() const { return ___item_0; } inline stWWWInfo_t1572771184 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(stWWWInfo_t1572771184 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t1317946287, ___container_1)); } inline LinkedList_1_t412417193 * get_container_1() const { return ___container_1; } inline LinkedList_1_t412417193 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t412417193 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t1317946287, ___forward_2)); } inline LinkedListNode_1_t1317946287 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t1317946287 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t1317946287 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t1317946287, ___back_3)); } inline LinkedListNode_1_t1317946287 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t1317946287 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t1317946287 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T1317946287_H #ifndef LINKEDLISTNODE_1_T777077290_H #define LINKEDLISTNODE_1_T777077290_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_t777077290 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item stBeforeDataBaseTask_t1031902187 * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t4166515492 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t777077290 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t777077290 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t777077290, ___item_0)); } inline stBeforeDataBaseTask_t1031902187 * get_item_0() const { return ___item_0; } inline stBeforeDataBaseTask_t1031902187 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(stBeforeDataBaseTask_t1031902187 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t777077290, ___container_1)); } inline LinkedList_1_t4166515492 * get_container_1() const { return ___container_1; } inline LinkedList_1_t4166515492 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t4166515492 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t777077290, ___forward_2)); } inline LinkedListNode_1_t777077290 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t777077290 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t777077290 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t777077290, ___back_3)); } inline LinkedListNode_1_t777077290 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t777077290 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t777077290 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T777077290_H #ifndef U3CCLEARCACHEU3EC__ANONSTOREY1_T1025598931_H #define U3CCLEARCACHEU3EC__ANONSTOREY1_T1025598931_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CPkgResService/c__AnonStorey1 struct U3CClearCacheU3Ec__AnonStorey1_t1025598931 : public RuntimeObject { public: // System.String DMCore.Framework.Resource.CPkgResService/c__AnonStorey1::path String_t* ___path_0; public: inline static int32_t get_offset_of_path_0() { return static_cast(offsetof(U3CClearCacheU3Ec__AnonStorey1_t1025598931, ___path_0)); } inline String_t* get_path_0() const { return ___path_0; } inline String_t** get_address_of_path_0() { return &___path_0; } inline void set_path_0(String_t* value) { ___path_0 = value; Il2CppCodeGenWriteBarrier((&___path_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCLEARCACHEU3EC__ANONSTOREY1_T1025598931_H #ifndef STBEFOREDATABASETASK_T1031902187_H #define STBEFOREDATABASETASK_T1031902187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CPkgResService/stBeforeDataBaseTask struct stBeforeDataBaseTask_t1031902187 : public RuntimeObject { public: // System.String DMCore.Framework.Resource.CPkgResService/stBeforeDataBaseTask::m_resName String_t* ___m_resName_0; // DMCore.Framework.Resource.OnResourceResult DMCore.Framework.Resource.CPkgResService/stBeforeDataBaseTask::m_callBack OnResourceResult_t3899022047 * ___m_callBack_1; // System.Int32 DMCore.Framework.Resource.CPkgResService/stBeforeDataBaseTask::m_userData int32_t ___m_userData_2; public: inline static int32_t get_offset_of_m_resName_0() { return static_cast(offsetof(stBeforeDataBaseTask_t1031902187, ___m_resName_0)); } inline String_t* get_m_resName_0() const { return ___m_resName_0; } inline String_t** get_address_of_m_resName_0() { return &___m_resName_0; } inline void set_m_resName_0(String_t* value) { ___m_resName_0 = value; Il2CppCodeGenWriteBarrier((&___m_resName_0), value); } inline static int32_t get_offset_of_m_callBack_1() { return static_cast(offsetof(stBeforeDataBaseTask_t1031902187, ___m_callBack_1)); } inline OnResourceResult_t3899022047 * get_m_callBack_1() const { return ___m_callBack_1; } inline OnResourceResult_t3899022047 ** get_address_of_m_callBack_1() { return &___m_callBack_1; } inline void set_m_callBack_1(OnResourceResult_t3899022047 * value) { ___m_callBack_1 = value; Il2CppCodeGenWriteBarrier((&___m_callBack_1), value); } inline static int32_t get_offset_of_m_userData_2() { return static_cast(offsetof(stBeforeDataBaseTask_t1031902187, ___m_userData_2)); } inline int32_t get_m_userData_2() const { return ___m_userData_2; } inline int32_t* get_address_of_m_userData_2() { return &___m_userData_2; } inline void set_m_userData_2(int32_t value) { ___m_userData_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STBEFOREDATABASETASK_T1031902187_H #ifndef STWWWINFO_T1572771184_H #define STWWWINFO_T1572771184_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.stWWWInfo struct stWWWInfo_t1572771184 : public RuntimeObject { public: // System.String DMCore.Framework.Resource.stWWWInfo::m_resName String_t* ___m_resName_0; // System.Int32 DMCore.Framework.Resource.stWWWInfo::m_remoteVer int32_t ___m_remoteVer_1; // System.Int32 DMCore.Framework.Resource.stWWWInfo::m_orgSize int32_t ___m_orgSize_2; // System.Boolean DMCore.Framework.Resource.stWWWInfo::m_bOnlyDownload bool ___m_bOnlyDownload_3; // DMCore.Framework.Resource.OnResourcePrepareResult DMCore.Framework.Resource.stWWWInfo::m_PtrCallBack OnResourcePrepareResult_t1971095887 * ___m_PtrCallBack_4; // System.Int32 DMCore.Framework.Resource.stWWWInfo::m_UserDataCallBack int32_t ___m_UserDataCallBack_5; public: inline static int32_t get_offset_of_m_resName_0() { return static_cast(offsetof(stWWWInfo_t1572771184, ___m_resName_0)); } inline String_t* get_m_resName_0() const { return ___m_resName_0; } inline String_t** get_address_of_m_resName_0() { return &___m_resName_0; } inline void set_m_resName_0(String_t* value) { ___m_resName_0 = value; Il2CppCodeGenWriteBarrier((&___m_resName_0), value); } inline static int32_t get_offset_of_m_remoteVer_1() { return static_cast(offsetof(stWWWInfo_t1572771184, ___m_remoteVer_1)); } inline int32_t get_m_remoteVer_1() const { return ___m_remoteVer_1; } inline int32_t* get_address_of_m_remoteVer_1() { return &___m_remoteVer_1; } inline void set_m_remoteVer_1(int32_t value) { ___m_remoteVer_1 = value; } inline static int32_t get_offset_of_m_orgSize_2() { return static_cast(offsetof(stWWWInfo_t1572771184, ___m_orgSize_2)); } inline int32_t get_m_orgSize_2() const { return ___m_orgSize_2; } inline int32_t* get_address_of_m_orgSize_2() { return &___m_orgSize_2; } inline void set_m_orgSize_2(int32_t value) { ___m_orgSize_2 = value; } inline static int32_t get_offset_of_m_bOnlyDownload_3() { return static_cast(offsetof(stWWWInfo_t1572771184, ___m_bOnlyDownload_3)); } inline bool get_m_bOnlyDownload_3() const { return ___m_bOnlyDownload_3; } inline bool* get_address_of_m_bOnlyDownload_3() { return &___m_bOnlyDownload_3; } inline void set_m_bOnlyDownload_3(bool value) { ___m_bOnlyDownload_3 = value; } inline static int32_t get_offset_of_m_PtrCallBack_4() { return static_cast(offsetof(stWWWInfo_t1572771184, ___m_PtrCallBack_4)); } inline OnResourcePrepareResult_t1971095887 * get_m_PtrCallBack_4() const { return ___m_PtrCallBack_4; } inline OnResourcePrepareResult_t1971095887 ** get_address_of_m_PtrCallBack_4() { return &___m_PtrCallBack_4; } inline void set_m_PtrCallBack_4(OnResourcePrepareResult_t1971095887 * value) { ___m_PtrCallBack_4 = value; Il2CppCodeGenWriteBarrier((&___m_PtrCallBack_4), value); } inline static int32_t get_offset_of_m_UserDataCallBack_5() { return static_cast(offsetof(stWWWInfo_t1572771184, ___m_UserDataCallBack_5)); } inline int32_t get_m_UserDataCallBack_5() const { return ___m_UserDataCallBack_5; } inline int32_t* get_address_of_m_UserDataCallBack_5() { return &___m_UserDataCallBack_5; } inline void set_m_UserDataCallBack_5(int32_t value) { ___m_UserDataCallBack_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STWWWINFO_T1572771184_H #ifndef U3CCLEARSPECIALCACHEU3EC__ANONSTOREY0_T4208950972_H #define U3CCLEARSPECIALCACHEU3EC__ANONSTOREY0_T4208950972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CPkgResService/c__AnonStorey0 struct U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 : public RuntimeObject { public: // System.Predicate`1 DMCore.Framework.Resource.CPkgResService/c__AnonStorey0::func Predicate_1_t2672744813 * ___func_0; public: inline static int32_t get_offset_of_func_0() { return static_cast(offsetof(U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972, ___func_0)); } inline Predicate_1_t2672744813 * get_func_0() const { return ___func_0; } inline Predicate_1_t2672744813 ** get_address_of_func_0() { return &___func_0; } inline void set_func_0(Predicate_1_t2672744813 * value) { ___func_0 = value; Il2CppCodeGenWriteBarrier((&___func_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCLEARSPECIALCACHEU3EC__ANONSTOREY0_T4208950972_H #ifndef CGAMESETTING_T2678036671_H #define CGAMESETTING_T2678036671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CGameSetting struct CGameSetting_t2678036671 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.CGameSetting::m_GameSettingLib Dictionary_2_t2591502567 * ___m_GameSettingLib_0; // System.Collections.Generic.List`1 DMCore.CGameSetting::m_SurportLanguageSet List_1_t3319525431 * ___m_SurportLanguageSet_1; public: inline static int32_t get_offset_of_m_GameSettingLib_0() { return static_cast(offsetof(CGameSetting_t2678036671, ___m_GameSettingLib_0)); } inline Dictionary_2_t2591502567 * get_m_GameSettingLib_0() const { return ___m_GameSettingLib_0; } inline Dictionary_2_t2591502567 ** get_address_of_m_GameSettingLib_0() { return &___m_GameSettingLib_0; } inline void set_m_GameSettingLib_0(Dictionary_2_t2591502567 * value) { ___m_GameSettingLib_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameSettingLib_0), value); } inline static int32_t get_offset_of_m_SurportLanguageSet_1() { return static_cast(offsetof(CGameSetting_t2678036671, ___m_SurportLanguageSet_1)); } inline List_1_t3319525431 * get_m_SurportLanguageSet_1() const { return ___m_SurportLanguageSet_1; } inline List_1_t3319525431 ** get_address_of_m_SurportLanguageSet_1() { return &___m_SurportLanguageSet_1; } inline void set_m_SurportLanguageSet_1(List_1_t3319525431 * value) { ___m_SurportLanguageSet_1 = value; Il2CppCodeGenWriteBarrier((&___m_SurportLanguageSet_1), value); } }; struct CGameSetting_t2678036671_StaticFields { public: // DMCore.CGameSetting DMCore.CGameSetting::s_Instance CGameSetting_t2678036671 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CGameSetting_t2678036671_StaticFields, ___s_Instance_2)); } inline CGameSetting_t2678036671 * get_s_Instance_2() const { return ___s_Instance_2; } inline CGameSetting_t2678036671 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CGameSetting_t2678036671 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGAMESETTING_T2678036671_H #ifndef LINKEDLIST_1_T412417193_H #define LINKEDLIST_1_T412417193_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_t412417193 : 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_t1317946287 * ___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_t412417193, ___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_t412417193, ___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_t412417193, ___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_t412417193, ___first_5)); } inline LinkedListNode_1_t1317946287 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t1317946287 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t1317946287 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t412417193, ___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_T412417193_H #ifndef LIST_1_T3697884595_H #define LIST_1_T3697884595_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_t3697884595 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CGUIDU5BU5D_t1030246064* ____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_t3697884595, ____items_1)); } inline CGUIDU5BU5D_t1030246064* get__items_1() const { return ____items_1; } inline CGUIDU5BU5D_t1030246064** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CGUIDU5BU5D_t1030246064* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3697884595, ____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_t3697884595, ____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_t3697884595_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CGUIDU5BU5D_t1030246064* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3697884595_StaticFields, ___EmptyArray_4)); } inline CGUIDU5BU5D_t1030246064* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CGUIDU5BU5D_t1030246064** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CGUIDU5BU5D_t1030246064* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3697884595_H #ifndef CRESTASKITEM_T1030396292_H #define CRESTASKITEM_T1030396292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResTaskItem struct CResTaskItem_t1030396292 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Resource.CResTaskItem::m_nFileSize int32_t ___m_nFileSize_0; // System.String DMCore.Framework.Resource.CResTaskItem::m_resPath String_t* ___m_resPath_1; public: inline static int32_t get_offset_of_m_nFileSize_0() { return static_cast(offsetof(CResTaskItem_t1030396292, ___m_nFileSize_0)); } inline int32_t get_m_nFileSize_0() const { return ___m_nFileSize_0; } inline int32_t* get_address_of_m_nFileSize_0() { return &___m_nFileSize_0; } inline void set_m_nFileSize_0(int32_t value) { ___m_nFileSize_0 = value; } inline static int32_t get_offset_of_m_resPath_1() { return static_cast(offsetof(CResTaskItem_t1030396292, ___m_resPath_1)); } inline String_t* get_m_resPath_1() const { return ___m_resPath_1; } inline String_t** get_address_of_m_resPath_1() { return &___m_resPath_1; } inline void set_m_resPath_1(String_t* value) { ___m_resPath_1 = value; Il2CppCodeGenWriteBarrier((&___m_resPath_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESTASKITEM_T1030396292_H #ifndef DICTIONARY_2_T815652591_H #define DICTIONARY_2_T815652591_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_t815652591 : 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 CResTaskItemU5BU5D_t1514068973* ___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_t815652591, ___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_t815652591, ___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_t815652591, ___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_t815652591, ___valueSlots_7)); } inline CResTaskItemU5BU5D_t1514068973* get_valueSlots_7() const { return ___valueSlots_7; } inline CResTaskItemU5BU5D_t1514068973** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CResTaskItemU5BU5D_t1514068973* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t815652591, ___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_t815652591, ___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_t815652591, ___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_t815652591, ___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_t815652591, ___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_t815652591, ___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_t815652591, ___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_t815652591_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t364480689 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t815652591_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t364480689 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t364480689 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t364480689 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T815652591_H #ifndef CNETSERVERCONFIG_T202072970_H #define CNETSERVERCONFIG_T202072970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970 : public RuntimeObject { public: // DMCore.CDataProperty DMCore.Net.CNetServerConfig::m_prop CDataProperty_t2806246268 * ___m_prop_1; // DMCore.CDataProperty DMCore.Net.CNetServerConfig::m_propProxy CDataProperty_t2806246268 * ___m_propProxy_2; // System.String DMCore.Net.CNetServerConfig::m_Setting String_t* ___m_Setting_3; public: inline static int32_t get_offset_of_m_prop_1() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_prop_1)); } inline CDataProperty_t2806246268 * get_m_prop_1() const { return ___m_prop_1; } inline CDataProperty_t2806246268 ** get_address_of_m_prop_1() { return &___m_prop_1; } inline void set_m_prop_1(CDataProperty_t2806246268 * value) { ___m_prop_1 = value; Il2CppCodeGenWriteBarrier((&___m_prop_1), value); } inline static int32_t get_offset_of_m_propProxy_2() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_propProxy_2)); } inline CDataProperty_t2806246268 * get_m_propProxy_2() const { return ___m_propProxy_2; } inline CDataProperty_t2806246268 ** get_address_of_m_propProxy_2() { return &___m_propProxy_2; } inline void set_m_propProxy_2(CDataProperty_t2806246268 * value) { ___m_propProxy_2 = value; Il2CppCodeGenWriteBarrier((&___m_propProxy_2), value); } inline static int32_t get_offset_of_m_Setting_3() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_Setting_3)); } inline String_t* get_m_Setting_3() const { return ___m_Setting_3; } inline String_t** get_address_of_m_Setting_3() { return &___m_Setting_3; } inline void set_m_Setting_3(String_t* value) { ___m_Setting_3 = value; Il2CppCodeGenWriteBarrier((&___m_Setting_3), value); } }; struct CNetServerConfig_t202072970_StaticFields { public: // System.String DMCore.Net.CNetServerConfig::s_Version String_t* ___s_Version_0; // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::s_Instance CNetServerConfig_t202072970 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Version_0() { return static_cast(offsetof(CNetServerConfig_t202072970_StaticFields, ___s_Version_0)); } inline String_t* get_s_Version_0() const { return ___s_Version_0; } inline String_t** get_address_of_s_Version_0() { return &___s_Version_0; } inline void set_s_Version_0(String_t* value) { ___s_Version_0 = value; Il2CppCodeGenWriteBarrier((&___s_Version_0), value); } inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CNetServerConfig_t202072970_StaticFields, ___s_Instance_4)); } inline CNetServerConfig_t202072970 * get_s_Instance_4() const { return ___s_Instance_4; } inline CNetServerConfig_t202072970 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CNetServerConfig_t202072970 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVERCONFIG_T202072970_H #ifndef CRESOURCEADAPTER_T3687212940_H #define CRESOURCEADAPTER_T3687212940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_httpType bool ___m_httpType_0; // System.String DMCore.Framework.Resource.CResourceAdapter::m_strBaseUrl String_t* ___m_strBaseUrl_1; // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_bUsePkgSystem bool ___m_bUsePkgSystem_2; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CResourceAdapter::m_urlList List_1_t3319525431 * ___m_urlList_4; public: inline static int32_t get_offset_of_m_httpType_0() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_httpType_0)); } inline bool get_m_httpType_0() const { return ___m_httpType_0; } inline bool* get_address_of_m_httpType_0() { return &___m_httpType_0; } inline void set_m_httpType_0(bool value) { ___m_httpType_0 = value; } inline static int32_t get_offset_of_m_strBaseUrl_1() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_strBaseUrl_1)); } inline String_t* get_m_strBaseUrl_1() const { return ___m_strBaseUrl_1; } inline String_t** get_address_of_m_strBaseUrl_1() { return &___m_strBaseUrl_1; } inline void set_m_strBaseUrl_1(String_t* value) { ___m_strBaseUrl_1 = value; Il2CppCodeGenWriteBarrier((&___m_strBaseUrl_1), value); } inline static int32_t get_offset_of_m_bUsePkgSystem_2() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_bUsePkgSystem_2)); } inline bool get_m_bUsePkgSystem_2() const { return ___m_bUsePkgSystem_2; } inline bool* get_address_of_m_bUsePkgSystem_2() { return &___m_bUsePkgSystem_2; } inline void set_m_bUsePkgSystem_2(bool value) { ___m_bUsePkgSystem_2 = value; } inline static int32_t get_offset_of_m_urlList_4() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_urlList_4)); } inline List_1_t3319525431 * get_m_urlList_4() const { return ___m_urlList_4; } inline List_1_t3319525431 ** get_address_of_m_urlList_4() { return &___m_urlList_4; } inline void set_m_urlList_4(List_1_t3319525431 * value) { ___m_urlList_4 = value; Il2CppCodeGenWriteBarrier((&___m_urlList_4), value); } }; struct CResourceAdapter_t3687212940_StaticFields { public: // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::s_Instance CResourceAdapter_t3687212940 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CResourceAdapter_t3687212940_StaticFields, ___s_Instance_3)); } inline CResourceAdapter_t3687212940 * get_s_Instance_3() const { return ___s_Instance_3; } inline CResourceAdapter_t3687212940 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CResourceAdapter_t3687212940 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESOURCEADAPTER_T3687212940_H #ifndef DICTIONARY_2_T4077859078_H #define DICTIONARY_2_T4077859078_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_t4077859078 : 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 CGUIDU5BU5D_t1030246064* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CResIssueU5BU5D_t258068350* ___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_t4077859078, ___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_t4077859078, ___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_t4077859078, ___keySlots_6)); } inline CGUIDU5BU5D_t1030246064* get_keySlots_6() const { return ___keySlots_6; } inline CGUIDU5BU5D_t1030246064** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(CGUIDU5BU5D_t1030246064* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t4077859078, ___valueSlots_7)); } inline CResIssueU5BU5D_t258068350* get_valueSlots_7() const { return ___valueSlots_7; } inline CResIssueU5BU5D_t258068350** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CResIssueU5BU5D_t258068350* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4077859078, ___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_t4077859078, ___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_t4077859078, ___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_t4077859078, ___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_t4077859078, ___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_t4077859078, ___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_t4077859078, ___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_t4077859078_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3507703902 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4077859078_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3507703902 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3507703902 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3507703902 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4077859078_H #ifndef CRESISSUESERVICE_T3864847152_H #define CRESISSUESERVICE_T3864847152_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResIssueService struct CResIssueService_t3864847152 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CResIssueService::m_mapRes Dictionary_2_t4077859078 * ___m_mapRes_0; public: inline static int32_t get_offset_of_m_mapRes_0() { return static_cast(offsetof(CResIssueService_t3864847152, ___m_mapRes_0)); } inline Dictionary_2_t4077859078 * get_m_mapRes_0() const { return ___m_mapRes_0; } inline Dictionary_2_t4077859078 ** get_address_of_m_mapRes_0() { return &___m_mapRes_0; } inline void set_m_mapRes_0(Dictionary_2_t4077859078 * value) { ___m_mapRes_0 = value; Il2CppCodeGenWriteBarrier((&___m_mapRes_0), value); } }; struct CResIssueService_t3864847152_StaticFields { public: // DMCore.Framework.Resource.CResIssueService DMCore.Framework.Resource.CResIssueService::s_Instance CResIssueService_t3864847152 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CResIssueService_t3864847152_StaticFields, ___s_Instance_1)); } inline CResIssueService_t3864847152 * get_s_Instance_1() const { return ___s_Instance_1; } inline CResIssueService_t3864847152 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CResIssueService_t3864847152 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESISSUESERVICE_T3864847152_H #ifndef CRESDEPENDENCESERVICE_T3767720809_H #define CRESDEPENDENCESERVICE_T3767720809_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResDependenceService struct CResDependenceService_t3767720809 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CResDependenceService::m_map Dictionary_2_t1046139613 * ___m_map_0; public: inline static int32_t get_offset_of_m_map_0() { return static_cast(offsetof(CResDependenceService_t3767720809, ___m_map_0)); } inline Dictionary_2_t1046139613 * get_m_map_0() const { return ___m_map_0; } inline Dictionary_2_t1046139613 ** get_address_of_m_map_0() { return &___m_map_0; } inline void set_m_map_0(Dictionary_2_t1046139613 * value) { ___m_map_0 = value; Il2CppCodeGenWriteBarrier((&___m_map_0), value); } }; struct CResDependenceService_t3767720809_StaticFields { public: // DMCore.Framework.Resource.CResDependenceService DMCore.Framework.Resource.CResDependenceService::s_Instance CResDependenceService_t3767720809 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CResDependenceService_t3767720809_StaticFields, ___s_Instance_1)); } inline CResDependenceService_t3767720809 * get_s_Instance_1() const { return ___s_Instance_1; } inline CResDependenceService_t3767720809 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CResDependenceService_t3767720809 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESDEPENDENCESERVICE_T3767720809_H #ifndef DICTIONARY_2_T1046139613_H #define DICTIONARY_2_T1046139613_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_t1046139613 : 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 CGUIDU5BU5D_t1030246064* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CResDependenceItemU5BU5D_t3849670763* ___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_t1046139613, ___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_t1046139613, ___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_t1046139613, ___keySlots_6)); } inline CGUIDU5BU5D_t1030246064* get_keySlots_6() const { return ___keySlots_6; } inline CGUIDU5BU5D_t1030246064** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(CGUIDU5BU5D_t1030246064* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1046139613, ___valueSlots_7)); } inline CResDependenceItemU5BU5D_t3849670763* get_valueSlots_7() const { return ___valueSlots_7; } inline CResDependenceItemU5BU5D_t3849670763** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CResDependenceItemU5BU5D_t3849670763* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1046139613, ___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_t1046139613, ___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_t1046139613, ___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_t1046139613, ___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_t1046139613, ___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_t1046139613, ___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_t1046139613, ___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_t1046139613_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2804339019 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1046139613_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2804339019 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2804339019 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2804339019 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1046139613_H #ifndef CRESINFOSERVICE_T2957775811_H #define CRESINFOSERVICE_T2957775811_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResInfoService struct CResInfoService_t2957775811 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CResInfoService::m_mapPathToGUID Dictionary_2_t2011066152 * ___m_mapPathToGUID_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CResInfoService::m_resMap Dictionary_2_t499712630 * ___m_resMap_1; public: inline static int32_t get_offset_of_m_mapPathToGUID_0() { return static_cast(offsetof(CResInfoService_t2957775811, ___m_mapPathToGUID_0)); } inline Dictionary_2_t2011066152 * get_m_mapPathToGUID_0() const { return ___m_mapPathToGUID_0; } inline Dictionary_2_t2011066152 ** get_address_of_m_mapPathToGUID_0() { return &___m_mapPathToGUID_0; } inline void set_m_mapPathToGUID_0(Dictionary_2_t2011066152 * value) { ___m_mapPathToGUID_0 = value; Il2CppCodeGenWriteBarrier((&___m_mapPathToGUID_0), value); } inline static int32_t get_offset_of_m_resMap_1() { return static_cast(offsetof(CResInfoService_t2957775811, ___m_resMap_1)); } inline Dictionary_2_t499712630 * get_m_resMap_1() const { return ___m_resMap_1; } inline Dictionary_2_t499712630 ** get_address_of_m_resMap_1() { return &___m_resMap_1; } inline void set_m_resMap_1(Dictionary_2_t499712630 * value) { ___m_resMap_1 = value; Il2CppCodeGenWriteBarrier((&___m_resMap_1), value); } }; struct CResInfoService_t2957775811_StaticFields { public: // DMCore.Framework.Resource.CResInfoService DMCore.Framework.Resource.CResInfoService::s_Instance CResInfoService_t2957775811 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CResInfoService_t2957775811_StaticFields, ___s_Instance_2)); } inline CResInfoService_t2957775811 * get_s_Instance_2() const { return ___s_Instance_2; } inline CResInfoService_t2957775811 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CResInfoService_t2957775811 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESINFOSERVICE_T2957775811_H #ifndef DICTIONARY_2_T2011066152_H #define DICTIONARY_2_T2011066152_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_t2011066152 : 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 CGUIDU5BU5D_t1030246064* ___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_t2011066152, ___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_t2011066152, ___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_t2011066152, ___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_t2011066152, ___valueSlots_7)); } inline CGUIDU5BU5D_t1030246064* get_valueSlots_7() const { return ___valueSlots_7; } inline CGUIDU5BU5D_t1030246064** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CGUIDU5BU5D_t1030246064* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2011066152, ___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_t2011066152, ___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_t2011066152, ___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_t2011066152, ___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_t2011066152, ___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_t2011066152, ___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_t2011066152, ___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_t2011066152_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4175625076 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2011066152_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4175625076 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4175625076 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4175625076 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2011066152_H #ifndef DICTIONARY_2_T499712630_H #define DICTIONARY_2_T499712630_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_t499712630 : 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 CGUIDU5BU5D_t1030246064* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CResInfoU5BU5D_t4198554190* ___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_t499712630, ___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_t499712630, ___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_t499712630, ___keySlots_6)); } inline CGUIDU5BU5D_t1030246064* get_keySlots_6() const { return ___keySlots_6; } inline CGUIDU5BU5D_t1030246064** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(CGUIDU5BU5D_t1030246064* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t499712630, ___valueSlots_7)); } inline CResInfoU5BU5D_t4198554190* get_valueSlots_7() const { return ___valueSlots_7; } inline CResInfoU5BU5D_t4198554190** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CResInfoU5BU5D_t4198554190* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t499712630, ___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_t499712630, ___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_t499712630, ___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_t499712630, ___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_t499712630, ___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_t499712630, ___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_t499712630, ___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_t499712630_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3153222446 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t499712630_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3153222446 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3153222446 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3153222446 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T499712630_H #ifndef IREFBASE_T3962498203_H #define IREFBASE_T3962498203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.IRefBase struct IRefBase_t3962498203 : public RuntimeObject { public: // System.Int32 DMCore.IRefBase::m_ref int32_t ___m_ref_0; public: inline static int32_t get_offset_of_m_ref_0() { return static_cast(offsetof(IRefBase_t3962498203, ___m_ref_0)); } inline int32_t get_m_ref_0() const { return ___m_ref_0; } inline int32_t* get_address_of_m_ref_0() { return &___m_ref_0; } inline void set_m_ref_0(int32_t value) { ___m_ref_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IREFBASE_T3962498203_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 LIST_1_T3161103705_H #define LIST_1_T3161103705_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_t3161103705 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CBillBoardEffectU5BU5D_t1295527346* ____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_t3161103705, ____items_1)); } inline CBillBoardEffectU5BU5D_t1295527346* get__items_1() const { return ____items_1; } inline CBillBoardEffectU5BU5D_t1295527346** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CBillBoardEffectU5BU5D_t1295527346* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3161103705, ____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_t3161103705, ____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_t3161103705_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CBillBoardEffectU5BU5D_t1295527346* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3161103705_StaticFields, ___EmptyArray_4)); } inline CBillBoardEffectU5BU5D_t1295527346* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CBillBoardEffectU5BU5D_t1295527346** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CBillBoardEffectU5BU5D_t1295527346* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3161103705_H #ifndef CSKELETONSITE_T1178137573_H #define CSKELETONSITE_T1178137573_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSkeletonSite struct CSkeletonSite_t1178137573 : public RuntimeObject { public: // UnityEngine.Transform CSkeletonSite::m_root Transform_t3600365921 * ___m_root_0; // UnityEngine.Transform[] CSkeletonSite::m_skeletonChildren TransformU5BU5D_t807237628* ___m_skeletonChildren_1; // System.Collections.Generic.Dictionary`2 CSkeletonSite::m_quickMap Dictionary_2_t2736202052 * ___m_quickMap_2; // CSkeletonSite/stSkeltonTrans[] CSkeletonSite::m_skeletonChildrenTPos stSkeltonTransU5BU5D_t2773511002* ___m_skeletonChildrenTPos_3; public: inline static int32_t get_offset_of_m_root_0() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_root_0)); } inline Transform_t3600365921 * get_m_root_0() const { return ___m_root_0; } inline Transform_t3600365921 ** get_address_of_m_root_0() { return &___m_root_0; } inline void set_m_root_0(Transform_t3600365921 * value) { ___m_root_0 = value; Il2CppCodeGenWriteBarrier((&___m_root_0), value); } inline static int32_t get_offset_of_m_skeletonChildren_1() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_skeletonChildren_1)); } inline TransformU5BU5D_t807237628* get_m_skeletonChildren_1() const { return ___m_skeletonChildren_1; } inline TransformU5BU5D_t807237628** get_address_of_m_skeletonChildren_1() { return &___m_skeletonChildren_1; } inline void set_m_skeletonChildren_1(TransformU5BU5D_t807237628* value) { ___m_skeletonChildren_1 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonChildren_1), value); } inline static int32_t get_offset_of_m_quickMap_2() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_quickMap_2)); } inline Dictionary_2_t2736202052 * get_m_quickMap_2() const { return ___m_quickMap_2; } inline Dictionary_2_t2736202052 ** get_address_of_m_quickMap_2() { return &___m_quickMap_2; } inline void set_m_quickMap_2(Dictionary_2_t2736202052 * value) { ___m_quickMap_2 = value; Il2CppCodeGenWriteBarrier((&___m_quickMap_2), value); } inline static int32_t get_offset_of_m_skeletonChildrenTPos_3() { return static_cast(offsetof(CSkeletonSite_t1178137573, ___m_skeletonChildrenTPos_3)); } inline stSkeltonTransU5BU5D_t2773511002* get_m_skeletonChildrenTPos_3() const { return ___m_skeletonChildrenTPos_3; } inline stSkeltonTransU5BU5D_t2773511002** get_address_of_m_skeletonChildrenTPos_3() { return &___m_skeletonChildrenTPos_3; } inline void set_m_skeletonChildrenTPos_3(stSkeltonTransU5BU5D_t2773511002* value) { ___m_skeletonChildrenTPos_3 = value; Il2CppCodeGenWriteBarrier((&___m_skeletonChildrenTPos_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSKELETONSITE_T1178137573_H #ifndef CANIMSITE_T233742424_H #define CANIMSITE_T233742424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CAnimSite struct CAnimSite_t233742424 : public RuntimeObject { public: // UnityEngine.Animation CAnimSite::m_AnimPlayer Animation_t3648466861 * ___m_AnimPlayer_0; // CSkeletonSite CAnimSite::m_SkeletonSite CSkeletonSite_t1178137573 * ___m_SkeletonSite_1; // CSkeletonSite/CSkeletonSnap CAnimSite::m_animSnap CSkeletonSnap_t2156242323 * ___m_animSnap_2; // BetterList`1 CAnimSite::m_listAnimCritical BetterList_1_t2419161419 * ___m_listAnimCritical_3; // BetterList`1 CAnimSite::m_listAnimDefault BetterList_1_t2419161419 * ___m_listAnimDefault_4; // UnityEngine.AnimationClip CAnimSite::m_IdleClip AnimationClip_t2318505987 * ___m_IdleClip_5; // System.Single CAnimSite::m_IdleAnimFadeIn float ___m_IdleAnimFadeIn_6; // System.String CAnimSite::m_IdleAnimName String_t* ___m_IdleAnimName_7; // System.Boolean CAnimSite::m_existPlaying bool ___m_existPlaying_8; // System.Boolean CAnimSite::m_bPaused bool ___m_bPaused_9; // System.Boolean CAnimSite::m_bNeedCheckDirty bool ___m_bNeedCheckDirty_10; // System.String CAnimSite::m_activeIdleName String_t* ___m_activeIdleName_11; // System.String CAnimSite::m_curPlayingName String_t* ___m_curPlayingName_12; // System.Int32 CAnimSite::m_playingIndex int32_t ___m_playingIndex_13; // BetterList`1 CAnimSite::m_listAnimInPlaying BetterList_1_t3563600241 * ___m_listAnimInPlaying_14; // DMCore.Framework.Scene.ISceneBaseObj CAnimSite::m_sceneOwner ISceneBaseObj_t858622483 * ___m_sceneOwner_15; public: inline static int32_t get_offset_of_m_AnimPlayer_0() { return static_cast(offsetof(CAnimSite_t233742424, ___m_AnimPlayer_0)); } inline Animation_t3648466861 * get_m_AnimPlayer_0() const { return ___m_AnimPlayer_0; } inline Animation_t3648466861 ** get_address_of_m_AnimPlayer_0() { return &___m_AnimPlayer_0; } inline void set_m_AnimPlayer_0(Animation_t3648466861 * value) { ___m_AnimPlayer_0 = value; Il2CppCodeGenWriteBarrier((&___m_AnimPlayer_0), value); } inline static int32_t get_offset_of_m_SkeletonSite_1() { return static_cast(offsetof(CAnimSite_t233742424, ___m_SkeletonSite_1)); } inline CSkeletonSite_t1178137573 * get_m_SkeletonSite_1() const { return ___m_SkeletonSite_1; } inline CSkeletonSite_t1178137573 ** get_address_of_m_SkeletonSite_1() { return &___m_SkeletonSite_1; } inline void set_m_SkeletonSite_1(CSkeletonSite_t1178137573 * value) { ___m_SkeletonSite_1 = value; Il2CppCodeGenWriteBarrier((&___m_SkeletonSite_1), value); } inline static int32_t get_offset_of_m_animSnap_2() { return static_cast(offsetof(CAnimSite_t233742424, ___m_animSnap_2)); } inline CSkeletonSnap_t2156242323 * get_m_animSnap_2() const { return ___m_animSnap_2; } inline CSkeletonSnap_t2156242323 ** get_address_of_m_animSnap_2() { return &___m_animSnap_2; } inline void set_m_animSnap_2(CSkeletonSnap_t2156242323 * value) { ___m_animSnap_2 = value; Il2CppCodeGenWriteBarrier((&___m_animSnap_2), value); } inline static int32_t get_offset_of_m_listAnimCritical_3() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimCritical_3)); } inline BetterList_1_t2419161419 * get_m_listAnimCritical_3() const { return ___m_listAnimCritical_3; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimCritical_3() { return &___m_listAnimCritical_3; } inline void set_m_listAnimCritical_3(BetterList_1_t2419161419 * value) { ___m_listAnimCritical_3 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimCritical_3), value); } inline static int32_t get_offset_of_m_listAnimDefault_4() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimDefault_4)); } inline BetterList_1_t2419161419 * get_m_listAnimDefault_4() const { return ___m_listAnimDefault_4; } inline BetterList_1_t2419161419 ** get_address_of_m_listAnimDefault_4() { return &___m_listAnimDefault_4; } inline void set_m_listAnimDefault_4(BetterList_1_t2419161419 * value) { ___m_listAnimDefault_4 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimDefault_4), value); } inline static int32_t get_offset_of_m_IdleClip_5() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleClip_5)); } inline AnimationClip_t2318505987 * get_m_IdleClip_5() const { return ___m_IdleClip_5; } inline AnimationClip_t2318505987 ** get_address_of_m_IdleClip_5() { return &___m_IdleClip_5; } inline void set_m_IdleClip_5(AnimationClip_t2318505987 * value) { ___m_IdleClip_5 = value; Il2CppCodeGenWriteBarrier((&___m_IdleClip_5), value); } inline static int32_t get_offset_of_m_IdleAnimFadeIn_6() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimFadeIn_6)); } inline float get_m_IdleAnimFadeIn_6() const { return ___m_IdleAnimFadeIn_6; } inline float* get_address_of_m_IdleAnimFadeIn_6() { return &___m_IdleAnimFadeIn_6; } inline void set_m_IdleAnimFadeIn_6(float value) { ___m_IdleAnimFadeIn_6 = value; } inline static int32_t get_offset_of_m_IdleAnimName_7() { return static_cast(offsetof(CAnimSite_t233742424, ___m_IdleAnimName_7)); } inline String_t* get_m_IdleAnimName_7() const { return ___m_IdleAnimName_7; } inline String_t** get_address_of_m_IdleAnimName_7() { return &___m_IdleAnimName_7; } inline void set_m_IdleAnimName_7(String_t* value) { ___m_IdleAnimName_7 = value; Il2CppCodeGenWriteBarrier((&___m_IdleAnimName_7), value); } inline static int32_t get_offset_of_m_existPlaying_8() { return static_cast(offsetof(CAnimSite_t233742424, ___m_existPlaying_8)); } inline bool get_m_existPlaying_8() const { return ___m_existPlaying_8; } inline bool* get_address_of_m_existPlaying_8() { return &___m_existPlaying_8; } inline void set_m_existPlaying_8(bool value) { ___m_existPlaying_8 = value; } inline static int32_t get_offset_of_m_bPaused_9() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bPaused_9)); } inline bool get_m_bPaused_9() const { return ___m_bPaused_9; } inline bool* get_address_of_m_bPaused_9() { return &___m_bPaused_9; } inline void set_m_bPaused_9(bool value) { ___m_bPaused_9 = value; } inline static int32_t get_offset_of_m_bNeedCheckDirty_10() { return static_cast(offsetof(CAnimSite_t233742424, ___m_bNeedCheckDirty_10)); } inline bool get_m_bNeedCheckDirty_10() const { return ___m_bNeedCheckDirty_10; } inline bool* get_address_of_m_bNeedCheckDirty_10() { return &___m_bNeedCheckDirty_10; } inline void set_m_bNeedCheckDirty_10(bool value) { ___m_bNeedCheckDirty_10 = value; } inline static int32_t get_offset_of_m_activeIdleName_11() { return static_cast(offsetof(CAnimSite_t233742424, ___m_activeIdleName_11)); } inline String_t* get_m_activeIdleName_11() const { return ___m_activeIdleName_11; } inline String_t** get_address_of_m_activeIdleName_11() { return &___m_activeIdleName_11; } inline void set_m_activeIdleName_11(String_t* value) { ___m_activeIdleName_11 = value; Il2CppCodeGenWriteBarrier((&___m_activeIdleName_11), value); } inline static int32_t get_offset_of_m_curPlayingName_12() { return static_cast(offsetof(CAnimSite_t233742424, ___m_curPlayingName_12)); } inline String_t* get_m_curPlayingName_12() const { return ___m_curPlayingName_12; } inline String_t** get_address_of_m_curPlayingName_12() { return &___m_curPlayingName_12; } inline void set_m_curPlayingName_12(String_t* value) { ___m_curPlayingName_12 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayingName_12), value); } inline static int32_t get_offset_of_m_playingIndex_13() { return static_cast(offsetof(CAnimSite_t233742424, ___m_playingIndex_13)); } inline int32_t get_m_playingIndex_13() const { return ___m_playingIndex_13; } inline int32_t* get_address_of_m_playingIndex_13() { return &___m_playingIndex_13; } inline void set_m_playingIndex_13(int32_t value) { ___m_playingIndex_13 = value; } inline static int32_t get_offset_of_m_listAnimInPlaying_14() { return static_cast(offsetof(CAnimSite_t233742424, ___m_listAnimInPlaying_14)); } inline BetterList_1_t3563600241 * get_m_listAnimInPlaying_14() const { return ___m_listAnimInPlaying_14; } inline BetterList_1_t3563600241 ** get_address_of_m_listAnimInPlaying_14() { return &___m_listAnimInPlaying_14; } inline void set_m_listAnimInPlaying_14(BetterList_1_t3563600241 * value) { ___m_listAnimInPlaying_14 = value; Il2CppCodeGenWriteBarrier((&___m_listAnimInPlaying_14), value); } inline static int32_t get_offset_of_m_sceneOwner_15() { return static_cast(offsetof(CAnimSite_t233742424, ___m_sceneOwner_15)); } inline ISceneBaseObj_t858622483 * get_m_sceneOwner_15() const { return ___m_sceneOwner_15; } inline ISceneBaseObj_t858622483 ** get_address_of_m_sceneOwner_15() { return &___m_sceneOwner_15; } inline void set_m_sceneOwner_15(ISceneBaseObj_t858622483 * value) { ___m_sceneOwner_15 = value; Il2CppCodeGenWriteBarrier((&___m_sceneOwner_15), value); } }; struct CAnimSite_t233742424_StaticFields { public: // BetterList`1 CAnimSite::s_CachedList BetterList_1_t1002471007 * ___s_CachedList_16; // BetterList`1 CAnimSite::s_CachedClipList BetterList_1_t1473526305 * ___s_CachedClipList_17; public: inline static int32_t get_offset_of_s_CachedList_16() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedList_16)); } inline BetterList_1_t1002471007 * get_s_CachedList_16() const { return ___s_CachedList_16; } inline BetterList_1_t1002471007 ** get_address_of_s_CachedList_16() { return &___s_CachedList_16; } inline void set_s_CachedList_16(BetterList_1_t1002471007 * value) { ___s_CachedList_16 = value; Il2CppCodeGenWriteBarrier((&___s_CachedList_16), value); } inline static int32_t get_offset_of_s_CachedClipList_17() { return static_cast(offsetof(CAnimSite_t233742424_StaticFields, ___s_CachedClipList_17)); } inline BetterList_1_t1473526305 * get_s_CachedClipList_17() const { return ___s_CachedClipList_17; } inline BetterList_1_t1473526305 ** get_address_of_s_CachedClipList_17() { return &___s_CachedClipList_17; } inline void set_s_CachedClipList_17(BetterList_1_t1473526305 * value) { ___s_CachedClipList_17 = value; Il2CppCodeGenWriteBarrier((&___s_CachedClipList_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSITE_T233742424_H #ifndef STITEMSTATE_T244584211_H #define STITEMSTATE_T244584211_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211 : public RuntimeObject { public: // UnityEngine.GameObject DMCore.Framework.Scene.CRoleModelItem/stItemState::m_modelInstance GameObject_t1113636619 * ___m_modelInstance_0; // LocalLinkedEffect[] DMCore.Framework.Scene.CRoleModelItem/stItemState::m_localLinkedEffect LocalLinkedEffectU5BU5D_t1490066191* ___m_localLinkedEffect_1; // BoneLinkBone[] DMCore.Framework.Scene.CRoleModelItem/stItemState::m_localBoneLinkBone BoneLinkBoneU5BU5D_t2682923361* ___m_localBoneLinkBone_2; // UnityEngine.Transform[] DMCore.Framework.Scene.CRoleModelItem/stItemState::m_childrenTransform TransformU5BU5D_t807237628* ___m_childrenTransform_3; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem/stItemState::m_childrenTransformDiction Dictionary_2_t2736202052 * ___m_childrenTransformDiction_4; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem/stItemState::m_listBillBoard List_1_t3161103705 * ___m_listBillBoard_5; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem/stItemState::m_listSwingBones List_1_t3891467532 * ___m_listSwingBones_6; // DMCore.Framework.Scene.CAvatarBinding DMCore.Framework.Scene.CRoleModelItem/stItemState::m_avatarBinding CAvatarBinding_t1216096343 * ___m_avatarBinding_7; // CSkeletonSite DMCore.Framework.Scene.CRoleModelItem/stItemState::m_complexSkeleton CSkeletonSite_t1178137573 * ___m_complexSkeleton_8; public: inline static int32_t get_offset_of_m_modelInstance_0() { return static_cast(offsetof(stItemState_t244584211, ___m_modelInstance_0)); } inline GameObject_t1113636619 * get_m_modelInstance_0() const { return ___m_modelInstance_0; } inline GameObject_t1113636619 ** get_address_of_m_modelInstance_0() { return &___m_modelInstance_0; } inline void set_m_modelInstance_0(GameObject_t1113636619 * value) { ___m_modelInstance_0 = value; Il2CppCodeGenWriteBarrier((&___m_modelInstance_0), value); } inline static int32_t get_offset_of_m_localLinkedEffect_1() { return static_cast(offsetof(stItemState_t244584211, ___m_localLinkedEffect_1)); } inline LocalLinkedEffectU5BU5D_t1490066191* get_m_localLinkedEffect_1() const { return ___m_localLinkedEffect_1; } inline LocalLinkedEffectU5BU5D_t1490066191** get_address_of_m_localLinkedEffect_1() { return &___m_localLinkedEffect_1; } inline void set_m_localLinkedEffect_1(LocalLinkedEffectU5BU5D_t1490066191* value) { ___m_localLinkedEffect_1 = value; Il2CppCodeGenWriteBarrier((&___m_localLinkedEffect_1), value); } inline static int32_t get_offset_of_m_localBoneLinkBone_2() { return static_cast(offsetof(stItemState_t244584211, ___m_localBoneLinkBone_2)); } inline BoneLinkBoneU5BU5D_t2682923361* get_m_localBoneLinkBone_2() const { return ___m_localBoneLinkBone_2; } inline BoneLinkBoneU5BU5D_t2682923361** get_address_of_m_localBoneLinkBone_2() { return &___m_localBoneLinkBone_2; } inline void set_m_localBoneLinkBone_2(BoneLinkBoneU5BU5D_t2682923361* value) { ___m_localBoneLinkBone_2 = value; Il2CppCodeGenWriteBarrier((&___m_localBoneLinkBone_2), value); } inline static int32_t get_offset_of_m_childrenTransform_3() { return static_cast(offsetof(stItemState_t244584211, ___m_childrenTransform_3)); } inline TransformU5BU5D_t807237628* get_m_childrenTransform_3() const { return ___m_childrenTransform_3; } inline TransformU5BU5D_t807237628** get_address_of_m_childrenTransform_3() { return &___m_childrenTransform_3; } inline void set_m_childrenTransform_3(TransformU5BU5D_t807237628* value) { ___m_childrenTransform_3 = value; Il2CppCodeGenWriteBarrier((&___m_childrenTransform_3), value); } inline static int32_t get_offset_of_m_childrenTransformDiction_4() { return static_cast(offsetof(stItemState_t244584211, ___m_childrenTransformDiction_4)); } inline Dictionary_2_t2736202052 * get_m_childrenTransformDiction_4() const { return ___m_childrenTransformDiction_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_childrenTransformDiction_4() { return &___m_childrenTransformDiction_4; } inline void set_m_childrenTransformDiction_4(Dictionary_2_t2736202052 * value) { ___m_childrenTransformDiction_4 = value; Il2CppCodeGenWriteBarrier((&___m_childrenTransformDiction_4), value); } inline static int32_t get_offset_of_m_listBillBoard_5() { return static_cast(offsetof(stItemState_t244584211, ___m_listBillBoard_5)); } inline List_1_t3161103705 * get_m_listBillBoard_5() const { return ___m_listBillBoard_5; } inline List_1_t3161103705 ** get_address_of_m_listBillBoard_5() { return &___m_listBillBoard_5; } inline void set_m_listBillBoard_5(List_1_t3161103705 * value) { ___m_listBillBoard_5 = value; Il2CppCodeGenWriteBarrier((&___m_listBillBoard_5), value); } inline static int32_t get_offset_of_m_listSwingBones_6() { return static_cast(offsetof(stItemState_t244584211, ___m_listSwingBones_6)); } inline List_1_t3891467532 * get_m_listSwingBones_6() const { return ___m_listSwingBones_6; } inline List_1_t3891467532 ** get_address_of_m_listSwingBones_6() { return &___m_listSwingBones_6; } inline void set_m_listSwingBones_6(List_1_t3891467532 * value) { ___m_listSwingBones_6 = value; Il2CppCodeGenWriteBarrier((&___m_listSwingBones_6), value); } inline static int32_t get_offset_of_m_avatarBinding_7() { return static_cast(offsetof(stItemState_t244584211, ___m_avatarBinding_7)); } inline CAvatarBinding_t1216096343 * get_m_avatarBinding_7() const { return ___m_avatarBinding_7; } inline CAvatarBinding_t1216096343 ** get_address_of_m_avatarBinding_7() { return &___m_avatarBinding_7; } inline void set_m_avatarBinding_7(CAvatarBinding_t1216096343 * value) { ___m_avatarBinding_7 = value; Il2CppCodeGenWriteBarrier((&___m_avatarBinding_7), value); } inline static int32_t get_offset_of_m_complexSkeleton_8() { return static_cast(offsetof(stItemState_t244584211, ___m_complexSkeleton_8)); } inline CSkeletonSite_t1178137573 * get_m_complexSkeleton_8() const { return ___m_complexSkeleton_8; } inline CSkeletonSite_t1178137573 ** get_address_of_m_complexSkeleton_8() { return &___m_complexSkeleton_8; } inline void set_m_complexSkeleton_8(CSkeletonSite_t1178137573 * value) { ___m_complexSkeleton_8 = value; Il2CppCodeGenWriteBarrier((&___m_complexSkeleton_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STITEMSTATE_T244584211_H #ifndef CROLEMODELITEM_T1608531946_H #define CROLEMODELITEM_T1608531946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModelItem::m_Role ISceneRole_t2394225724 * ___m_Role_0; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_Category int32_t ___m_Category_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SubModelIndex int32_t ___m_SubModelIndex_2; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SexVal int32_t ___m_SexVal_3; // System.String DMCore.Framework.Scene.CRoleModelItem::m_PrefabName String_t* ___m_PrefabName_4; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LastValidPrefabName String_t* ___m_LastValidPrefabName_5; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bSendChange bool ___m_bSendChange_6; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bAsUnderwearFullShow bool ___m_bAsUnderwearFullShow_7; // UnityEngine.Texture2D DMCore.Framework.Scene.CRoleModelItem::m_TextureSocks Texture2D_t3840446185 * ___m_TextureSocks_8; // UnityEngine.Texture2D DMCore.Framework.Scene.CRoleModelItem::m_TextureBeautyEyes Texture2D_t3840446185 * ___m_TextureBeautyEyes_9; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelItem::m_MatBeautyEyes Material_t340375123 * ___m_MatBeautyEyes_10; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_OwnSelfSkeletons bool ___m_OwnSelfSkeletons_11; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bFirstFailed bool ___m_bFirstFailed_12; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LinkBoneName String_t* ___m_LinkBoneName_13; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LocalRoot String_t* ___m_LocalRoot_14; // System.Single DMCore.Framework.Scene.CRoleModelItem::m_timeIdleSwitchPlay float ___m_timeIdleSwitchPlay_15; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bStateIdle bool ___m_bStateIdle_16; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bNeedSubmit bool ___m_bNeedSubmit_17; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bEnable bool ___m_bEnable_18; // System.String DMCore.Framework.Scene.CRoleModelItem::m_curAnimName String_t* ___m_curAnimName_19; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_currentState stItemState_t244584211 * ___m_currentState_20; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_lastState stItemState_t244584211 * ___m_lastState_21; public: inline static int32_t get_offset_of_m_Role_0() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Role_0)); } inline ISceneRole_t2394225724 * get_m_Role_0() const { return ___m_Role_0; } inline ISceneRole_t2394225724 ** get_address_of_m_Role_0() { return &___m_Role_0; } inline void set_m_Role_0(ISceneRole_t2394225724 * value) { ___m_Role_0 = value; Il2CppCodeGenWriteBarrier((&___m_Role_0), value); } inline static int32_t get_offset_of_m_Category_1() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Category_1)); } inline int32_t get_m_Category_1() const { return ___m_Category_1; } inline int32_t* get_address_of_m_Category_1() { return &___m_Category_1; } inline void set_m_Category_1(int32_t value) { ___m_Category_1 = value; } inline static int32_t get_offset_of_m_SubModelIndex_2() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SubModelIndex_2)); } inline int32_t get_m_SubModelIndex_2() const { return ___m_SubModelIndex_2; } inline int32_t* get_address_of_m_SubModelIndex_2() { return &___m_SubModelIndex_2; } inline void set_m_SubModelIndex_2(int32_t value) { ___m_SubModelIndex_2 = value; } inline static int32_t get_offset_of_m_SexVal_3() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SexVal_3)); } inline int32_t get_m_SexVal_3() const { return ___m_SexVal_3; } inline int32_t* get_address_of_m_SexVal_3() { return &___m_SexVal_3; } inline void set_m_SexVal_3(int32_t value) { ___m_SexVal_3 = value; } inline static int32_t get_offset_of_m_PrefabName_4() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_PrefabName_4)); } inline String_t* get_m_PrefabName_4() const { return ___m_PrefabName_4; } inline String_t** get_address_of_m_PrefabName_4() { return &___m_PrefabName_4; } inline void set_m_PrefabName_4(String_t* value) { ___m_PrefabName_4 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabName_4), value); } inline static int32_t get_offset_of_m_LastValidPrefabName_5() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LastValidPrefabName_5)); } inline String_t* get_m_LastValidPrefabName_5() const { return ___m_LastValidPrefabName_5; } inline String_t** get_address_of_m_LastValidPrefabName_5() { return &___m_LastValidPrefabName_5; } inline void set_m_LastValidPrefabName_5(String_t* value) { ___m_LastValidPrefabName_5 = value; Il2CppCodeGenWriteBarrier((&___m_LastValidPrefabName_5), value); } inline static int32_t get_offset_of_m_bSendChange_6() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bSendChange_6)); } inline bool get_m_bSendChange_6() const { return ___m_bSendChange_6; } inline bool* get_address_of_m_bSendChange_6() { return &___m_bSendChange_6; } inline void set_m_bSendChange_6(bool value) { ___m_bSendChange_6 = value; } inline static int32_t get_offset_of_m_bAsUnderwearFullShow_7() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bAsUnderwearFullShow_7)); } inline bool get_m_bAsUnderwearFullShow_7() const { return ___m_bAsUnderwearFullShow_7; } inline bool* get_address_of_m_bAsUnderwearFullShow_7() { return &___m_bAsUnderwearFullShow_7; } inline void set_m_bAsUnderwearFullShow_7(bool value) { ___m_bAsUnderwearFullShow_7 = value; } inline static int32_t get_offset_of_m_TextureSocks_8() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_TextureSocks_8)); } inline Texture2D_t3840446185 * get_m_TextureSocks_8() const { return ___m_TextureSocks_8; } inline Texture2D_t3840446185 ** get_address_of_m_TextureSocks_8() { return &___m_TextureSocks_8; } inline void set_m_TextureSocks_8(Texture2D_t3840446185 * value) { ___m_TextureSocks_8 = value; Il2CppCodeGenWriteBarrier((&___m_TextureSocks_8), value); } inline static int32_t get_offset_of_m_TextureBeautyEyes_9() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_TextureBeautyEyes_9)); } inline Texture2D_t3840446185 * get_m_TextureBeautyEyes_9() const { return ___m_TextureBeautyEyes_9; } inline Texture2D_t3840446185 ** get_address_of_m_TextureBeautyEyes_9() { return &___m_TextureBeautyEyes_9; } inline void set_m_TextureBeautyEyes_9(Texture2D_t3840446185 * value) { ___m_TextureBeautyEyes_9 = value; Il2CppCodeGenWriteBarrier((&___m_TextureBeautyEyes_9), value); } inline static int32_t get_offset_of_m_MatBeautyEyes_10() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_MatBeautyEyes_10)); } inline Material_t340375123 * get_m_MatBeautyEyes_10() const { return ___m_MatBeautyEyes_10; } inline Material_t340375123 ** get_address_of_m_MatBeautyEyes_10() { return &___m_MatBeautyEyes_10; } inline void set_m_MatBeautyEyes_10(Material_t340375123 * value) { ___m_MatBeautyEyes_10 = value; Il2CppCodeGenWriteBarrier((&___m_MatBeautyEyes_10), value); } inline static int32_t get_offset_of_m_OwnSelfSkeletons_11() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_OwnSelfSkeletons_11)); } inline bool get_m_OwnSelfSkeletons_11() const { return ___m_OwnSelfSkeletons_11; } inline bool* get_address_of_m_OwnSelfSkeletons_11() { return &___m_OwnSelfSkeletons_11; } inline void set_m_OwnSelfSkeletons_11(bool value) { ___m_OwnSelfSkeletons_11 = value; } inline static int32_t get_offset_of_m_bFirstFailed_12() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bFirstFailed_12)); } inline bool get_m_bFirstFailed_12() const { return ___m_bFirstFailed_12; } inline bool* get_address_of_m_bFirstFailed_12() { return &___m_bFirstFailed_12; } inline void set_m_bFirstFailed_12(bool value) { ___m_bFirstFailed_12 = value; } inline static int32_t get_offset_of_m_LinkBoneName_13() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LinkBoneName_13)); } inline String_t* get_m_LinkBoneName_13() const { return ___m_LinkBoneName_13; } inline String_t** get_address_of_m_LinkBoneName_13() { return &___m_LinkBoneName_13; } inline void set_m_LinkBoneName_13(String_t* value) { ___m_LinkBoneName_13 = value; Il2CppCodeGenWriteBarrier((&___m_LinkBoneName_13), value); } inline static int32_t get_offset_of_m_LocalRoot_14() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LocalRoot_14)); } inline String_t* get_m_LocalRoot_14() const { return ___m_LocalRoot_14; } inline String_t** get_address_of_m_LocalRoot_14() { return &___m_LocalRoot_14; } inline void set_m_LocalRoot_14(String_t* value) { ___m_LocalRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_LocalRoot_14), value); } inline static int32_t get_offset_of_m_timeIdleSwitchPlay_15() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_timeIdleSwitchPlay_15)); } inline float get_m_timeIdleSwitchPlay_15() const { return ___m_timeIdleSwitchPlay_15; } inline float* get_address_of_m_timeIdleSwitchPlay_15() { return &___m_timeIdleSwitchPlay_15; } inline void set_m_timeIdleSwitchPlay_15(float value) { ___m_timeIdleSwitchPlay_15 = value; } inline static int32_t get_offset_of_m_bStateIdle_16() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bStateIdle_16)); } inline bool get_m_bStateIdle_16() const { return ___m_bStateIdle_16; } inline bool* get_address_of_m_bStateIdle_16() { return &___m_bStateIdle_16; } inline void set_m_bStateIdle_16(bool value) { ___m_bStateIdle_16 = value; } inline static int32_t get_offset_of_m_bNeedSubmit_17() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bNeedSubmit_17)); } inline bool get_m_bNeedSubmit_17() const { return ___m_bNeedSubmit_17; } inline bool* get_address_of_m_bNeedSubmit_17() { return &___m_bNeedSubmit_17; } inline void set_m_bNeedSubmit_17(bool value) { ___m_bNeedSubmit_17 = value; } inline static int32_t get_offset_of_m_bEnable_18() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bEnable_18)); } inline bool get_m_bEnable_18() const { return ___m_bEnable_18; } inline bool* get_address_of_m_bEnable_18() { return &___m_bEnable_18; } inline void set_m_bEnable_18(bool value) { ___m_bEnable_18 = value; } inline static int32_t get_offset_of_m_curAnimName_19() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_curAnimName_19)); } inline String_t* get_m_curAnimName_19() const { return ___m_curAnimName_19; } inline String_t** get_address_of_m_curAnimName_19() { return &___m_curAnimName_19; } inline void set_m_curAnimName_19(String_t* value) { ___m_curAnimName_19 = value; Il2CppCodeGenWriteBarrier((&___m_curAnimName_19), value); } inline static int32_t get_offset_of_m_currentState_20() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_currentState_20)); } inline stItemState_t244584211 * get_m_currentState_20() const { return ___m_currentState_20; } inline stItemState_t244584211 ** get_address_of_m_currentState_20() { return &___m_currentState_20; } inline void set_m_currentState_20(stItemState_t244584211 * value) { ___m_currentState_20 = value; Il2CppCodeGenWriteBarrier((&___m_currentState_20), value); } inline static int32_t get_offset_of_m_lastState_21() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_lastState_21)); } inline stItemState_t244584211 * get_m_lastState_21() const { return ___m_lastState_21; } inline stItemState_t244584211 ** get_address_of_m_lastState_21() { return &___m_lastState_21; } inline void set_m_lastState_21(stItemState_t244584211 * value) { ___m_lastState_21 = value; Il2CppCodeGenWriteBarrier((&___m_lastState_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_T1608531946_H #ifndef CMERPHISSUE_T1829382496_H #define CMERPHISSUE_T1829382496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMerphIssue struct CMerphIssue_t1829382496 : public RuntimeObject { public: // System.String DMCore.Logic.CMerphIssue::k__BackingField String_t* ___U3CMeshNameU3Ek__BackingField_0; // System.Single DMCore.Logic.CMerphIssue::k__BackingField float ___U3CMerphTimeU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CMerphIssue::k__BackingField int32_t ___U3CMerphModeU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CMeshNameU3Ek__BackingField_0() { return static_cast(offsetof(CMerphIssue_t1829382496, ___U3CMeshNameU3Ek__BackingField_0)); } inline String_t* get_U3CMeshNameU3Ek__BackingField_0() const { return ___U3CMeshNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CMeshNameU3Ek__BackingField_0() { return &___U3CMeshNameU3Ek__BackingField_0; } inline void set_U3CMeshNameU3Ek__BackingField_0(String_t* value) { ___U3CMeshNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CMeshNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CMerphTimeU3Ek__BackingField_1() { return static_cast(offsetof(CMerphIssue_t1829382496, ___U3CMerphTimeU3Ek__BackingField_1)); } inline float get_U3CMerphTimeU3Ek__BackingField_1() const { return ___U3CMerphTimeU3Ek__BackingField_1; } inline float* get_address_of_U3CMerphTimeU3Ek__BackingField_1() { return &___U3CMerphTimeU3Ek__BackingField_1; } inline void set_U3CMerphTimeU3Ek__BackingField_1(float value) { ___U3CMerphTimeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CMerphModeU3Ek__BackingField_2() { return static_cast(offsetof(CMerphIssue_t1829382496, ___U3CMerphModeU3Ek__BackingField_2)); } inline int32_t get_U3CMerphModeU3Ek__BackingField_2() const { return ___U3CMerphModeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CMerphModeU3Ek__BackingField_2() { return &___U3CMerphModeU3Ek__BackingField_2; } inline void set_U3CMerphModeU3Ek__BackingField_2(int32_t value) { ___U3CMerphModeU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMERPHISSUE_T1829382496_H #ifndef CMERPHCFG_T142317149_H #define CMERPHCFG_T142317149_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMerphCfg struct CMerphCfg_t142317149 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMerphCfg::m_ConfigLib Dictionary_2_t1614638795 * ___m_ConfigLib_0; public: inline static int32_t get_offset_of_m_ConfigLib_0() { return static_cast(offsetof(CMerphCfg_t142317149, ___m_ConfigLib_0)); } inline Dictionary_2_t1614638795 * get_m_ConfigLib_0() const { return ___m_ConfigLib_0; } inline Dictionary_2_t1614638795 ** get_address_of_m_ConfigLib_0() { return &___m_ConfigLib_0; } inline void set_m_ConfigLib_0(Dictionary_2_t1614638795 * value) { ___m_ConfigLib_0 = value; Il2CppCodeGenWriteBarrier((&___m_ConfigLib_0), value); } }; struct CMerphCfg_t142317149_StaticFields { public: // DMCore.Logic.CMerphCfg DMCore.Logic.CMerphCfg::s_Instance CMerphCfg_t142317149 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CMerphCfg_t142317149_StaticFields, ___s_Instance_1)); } inline CMerphCfg_t142317149 * get_s_Instance_1() const { return ___s_Instance_1; } inline CMerphCfg_t142317149 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CMerphCfg_t142317149 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMERPHCFG_T142317149_H #ifndef CROLEMODELFACE_T1285730091_H #define CROLEMODELFACE_T1285730091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091 : public RuntimeObject { public: // CMorphImpl DMCore.Framework.Scene.CRoleModelFace::m_RoleMerph CMorphImpl_t3828941509 * ___m_RoleMerph_0; // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModelFace::m_role ISceneRole_t2394225724 * ___m_role_1; // System.Single DMCore.Framework.Scene.CRoleModelFace::m_nextTime float ___m_nextTime_2; // System.Boolean DMCore.Framework.Scene.CRoleModelFace::m_bEnableAutoCloseEyes bool ___m_bEnableAutoCloseEyes_3; // System.Boolean DMCore.Framework.Scene.CRoleModelFace::m_bMale bool ___m_bMale_4; // UnityEngine.Transform DMCore.Framework.Scene.CRoleModelFace::m_transHeadOrg Transform_t3600365921 * ___m_transHeadOrg_5; // UnityEngine.Transform DMCore.Framework.Scene.CRoleModelFace::m_transHeadActive Transform_t3600365921 * ___m_transHeadActive_6; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::m_matOrgEyes Material_t340375123 * ___m_matOrgEyes_7; public: inline static int32_t get_offset_of_m_RoleMerph_0() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_RoleMerph_0)); } inline CMorphImpl_t3828941509 * get_m_RoleMerph_0() const { return ___m_RoleMerph_0; } inline CMorphImpl_t3828941509 ** get_address_of_m_RoleMerph_0() { return &___m_RoleMerph_0; } inline void set_m_RoleMerph_0(CMorphImpl_t3828941509 * value) { ___m_RoleMerph_0 = value; Il2CppCodeGenWriteBarrier((&___m_RoleMerph_0), value); } inline static int32_t get_offset_of_m_role_1() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_role_1)); } inline ISceneRole_t2394225724 * get_m_role_1() const { return ___m_role_1; } inline ISceneRole_t2394225724 ** get_address_of_m_role_1() { return &___m_role_1; } inline void set_m_role_1(ISceneRole_t2394225724 * value) { ___m_role_1 = value; Il2CppCodeGenWriteBarrier((&___m_role_1), value); } inline static int32_t get_offset_of_m_nextTime_2() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_nextTime_2)); } inline float get_m_nextTime_2() const { return ___m_nextTime_2; } inline float* get_address_of_m_nextTime_2() { return &___m_nextTime_2; } inline void set_m_nextTime_2(float value) { ___m_nextTime_2 = value; } inline static int32_t get_offset_of_m_bEnableAutoCloseEyes_3() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_bEnableAutoCloseEyes_3)); } inline bool get_m_bEnableAutoCloseEyes_3() const { return ___m_bEnableAutoCloseEyes_3; } inline bool* get_address_of_m_bEnableAutoCloseEyes_3() { return &___m_bEnableAutoCloseEyes_3; } inline void set_m_bEnableAutoCloseEyes_3(bool value) { ___m_bEnableAutoCloseEyes_3 = value; } inline static int32_t get_offset_of_m_bMale_4() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_bMale_4)); } inline bool get_m_bMale_4() const { return ___m_bMale_4; } inline bool* get_address_of_m_bMale_4() { return &___m_bMale_4; } inline void set_m_bMale_4(bool value) { ___m_bMale_4 = value; } inline static int32_t get_offset_of_m_transHeadOrg_5() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_transHeadOrg_5)); } inline Transform_t3600365921 * get_m_transHeadOrg_5() const { return ___m_transHeadOrg_5; } inline Transform_t3600365921 ** get_address_of_m_transHeadOrg_5() { return &___m_transHeadOrg_5; } inline void set_m_transHeadOrg_5(Transform_t3600365921 * value) { ___m_transHeadOrg_5 = value; Il2CppCodeGenWriteBarrier((&___m_transHeadOrg_5), value); } inline static int32_t get_offset_of_m_transHeadActive_6() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_transHeadActive_6)); } inline Transform_t3600365921 * get_m_transHeadActive_6() const { return ___m_transHeadActive_6; } inline Transform_t3600365921 ** get_address_of_m_transHeadActive_6() { return &___m_transHeadActive_6; } inline void set_m_transHeadActive_6(Transform_t3600365921 * value) { ___m_transHeadActive_6 = value; Il2CppCodeGenWriteBarrier((&___m_transHeadActive_6), value); } inline static int32_t get_offset_of_m_matOrgEyes_7() { return static_cast(offsetof(CRoleModelFace_t1285730091, ___m_matOrgEyes_7)); } inline Material_t340375123 * get_m_matOrgEyes_7() const { return ___m_matOrgEyes_7; } inline Material_t340375123 ** get_address_of_m_matOrgEyes_7() { return &___m_matOrgEyes_7; } inline void set_m_matOrgEyes_7(Material_t340375123 * value) { ___m_matOrgEyes_7 = value; Il2CppCodeGenWriteBarrier((&___m_matOrgEyes_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELFACE_T1285730091_H #ifndef CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #define CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_configItemContainer Dictionary_2_t2800928763 * ___m_configItemContainer_0; // System.Collections.Generic.Dictionary`2> DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_cfgCallBack Dictionary_2_t4097355377 * ___m_cfgCallBack_1; public: inline static int32_t get_offset_of_m_configItemContainer_0() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_configItemContainer_0)); } inline Dictionary_2_t2800928763 * get_m_configItemContainer_0() const { return ___m_configItemContainer_0; } inline Dictionary_2_t2800928763 ** get_address_of_m_configItemContainer_0() { return &___m_configItemContainer_0; } inline void set_m_configItemContainer_0(Dictionary_2_t2800928763 * value) { ___m_configItemContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_configItemContainer_0), value); } inline static int32_t get_offset_of_m_cfgCallBack_1() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_cfgCallBack_1)); } inline Dictionary_2_t4097355377 * get_m_cfgCallBack_1() const { return ___m_cfgCallBack_1; } inline Dictionary_2_t4097355377 ** get_address_of_m_cfgCallBack_1() { return &___m_cfgCallBack_1; } inline void set_m_cfgCallBack_1(Dictionary_2_t4097355377 * value) { ___m_cfgCallBack_1 = value; Il2CppCodeGenWriteBarrier((&___m_cfgCallBack_1), value); } }; struct CRoleModelItem_SuitConfigManager_t3017667155_StaticFields { public: // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::s_Instance CRoleModelItem_SuitConfigManager_t3017667155 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155_StaticFields, ___s_Instance_2)); } inline CRoleModelItem_SuitConfigManager_t3017667155 * get_s_Instance_2() const { return ___s_Instance_2; } inline CRoleModelItem_SuitConfigManager_t3017667155 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CRoleModelItem_SuitConfigManager_t3017667155 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifndef 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 CACCMANAGER_T1454736772_H #define CACCMANAGER_T1454736772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CAccManager struct CAccManager_t1454736772 : public RuntimeObject { public: // System.String DMCore.CAccManager::m_strAccount String_t* ___m_strAccount_0; // System.String DMCore.CAccManager::m_strSecret String_t* ___m_strSecret_1; // System.String DMCore.CAccManager::m_strWhiteSign String_t* ___m_strWhiteSign_2; // System.Boolean DMCore.CAccManager::m_bVibrator bool ___m_bVibrator_3; // System.Boolean DMCore.CAccManager::m_PlayMidi bool ___m_PlayMidi_4; // System.Boolean DMCore.CAccManager::m_DownMode bool ___m_DownMode_5; // System.Boolean DMCore.CAccManager::m_Accept bool ___m_Accept_6; // System.Boolean DMCore.CAccManager::m_SavedConfig bool ___m_SavedConfig_7; public: inline static int32_t get_offset_of_m_strAccount_0() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strAccount_0)); } inline String_t* get_m_strAccount_0() const { return ___m_strAccount_0; } inline String_t** get_address_of_m_strAccount_0() { return &___m_strAccount_0; } inline void set_m_strAccount_0(String_t* value) { ___m_strAccount_0 = value; Il2CppCodeGenWriteBarrier((&___m_strAccount_0), value); } inline static int32_t get_offset_of_m_strSecret_1() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strSecret_1)); } inline String_t* get_m_strSecret_1() const { return ___m_strSecret_1; } inline String_t** get_address_of_m_strSecret_1() { return &___m_strSecret_1; } inline void set_m_strSecret_1(String_t* value) { ___m_strSecret_1 = value; Il2CppCodeGenWriteBarrier((&___m_strSecret_1), value); } inline static int32_t get_offset_of_m_strWhiteSign_2() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strWhiteSign_2)); } inline String_t* get_m_strWhiteSign_2() const { return ___m_strWhiteSign_2; } inline String_t** get_address_of_m_strWhiteSign_2() { return &___m_strWhiteSign_2; } inline void set_m_strWhiteSign_2(String_t* value) { ___m_strWhiteSign_2 = value; Il2CppCodeGenWriteBarrier((&___m_strWhiteSign_2), value); } inline static int32_t get_offset_of_m_bVibrator_3() { return static_cast(offsetof(CAccManager_t1454736772, ___m_bVibrator_3)); } inline bool get_m_bVibrator_3() const { return ___m_bVibrator_3; } inline bool* get_address_of_m_bVibrator_3() { return &___m_bVibrator_3; } inline void set_m_bVibrator_3(bool value) { ___m_bVibrator_3 = value; } inline static int32_t get_offset_of_m_PlayMidi_4() { return static_cast(offsetof(CAccManager_t1454736772, ___m_PlayMidi_4)); } inline bool get_m_PlayMidi_4() const { return ___m_PlayMidi_4; } inline bool* get_address_of_m_PlayMidi_4() { return &___m_PlayMidi_4; } inline void set_m_PlayMidi_4(bool value) { ___m_PlayMidi_4 = value; } inline static int32_t get_offset_of_m_DownMode_5() { return static_cast(offsetof(CAccManager_t1454736772, ___m_DownMode_5)); } inline bool get_m_DownMode_5() const { return ___m_DownMode_5; } inline bool* get_address_of_m_DownMode_5() { return &___m_DownMode_5; } inline void set_m_DownMode_5(bool value) { ___m_DownMode_5 = value; } inline static int32_t get_offset_of_m_Accept_6() { return static_cast(offsetof(CAccManager_t1454736772, ___m_Accept_6)); } inline bool get_m_Accept_6() const { return ___m_Accept_6; } inline bool* get_address_of_m_Accept_6() { return &___m_Accept_6; } inline void set_m_Accept_6(bool value) { ___m_Accept_6 = value; } inline static int32_t get_offset_of_m_SavedConfig_7() { return static_cast(offsetof(CAccManager_t1454736772, ___m_SavedConfig_7)); } inline bool get_m_SavedConfig_7() const { return ___m_SavedConfig_7; } inline bool* get_address_of_m_SavedConfig_7() { return &___m_SavedConfig_7; } inline void set_m_SavedConfig_7(bool value) { ___m_SavedConfig_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACCMANAGER_T1454736772_H #ifndef LIST_1_T3891467532_H #define LIST_1_T3891467532_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_t3891467532 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CSwingBoneU5BU5D_t1602476499* ____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_t3891467532, ____items_1)); } inline CSwingBoneU5BU5D_t1602476499* get__items_1() const { return ____items_1; } inline CSwingBoneU5BU5D_t1602476499** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CSwingBoneU5BU5D_t1602476499* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3891467532, ____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_t3891467532, ____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_t3891467532_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CSwingBoneU5BU5D_t1602476499* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3891467532_StaticFields, ___EmptyArray_4)); } inline CSwingBoneU5BU5D_t1602476499* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CSwingBoneU5BU5D_t1602476499** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CSwingBoneU5BU5D_t1602476499* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3891467532_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 MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef CUSTOMYIELDINSTRUCTION_T1895667560_H #define CUSTOMYIELDINSTRUCTION_T1895667560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t1895667560 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMYIELDINSTRUCTION_T1895667560_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef CROLEMODELITEM_VEHICLECFGMANAGER_T2872767124_H #define CROLEMODELITEM_VEHICLECFGMANAGER_T2872767124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager struct CRoleModelItem_VehicleCfgManager_t2872767124 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::m_configItemContainer Dictionary_2_t2376990407 * ___m_configItemContainer_0; public: inline static int32_t get_offset_of_m_configItemContainer_0() { return static_cast(offsetof(CRoleModelItem_VehicleCfgManager_t2872767124, ___m_configItemContainer_0)); } inline Dictionary_2_t2376990407 * get_m_configItemContainer_0() const { return ___m_configItemContainer_0; } inline Dictionary_2_t2376990407 ** get_address_of_m_configItemContainer_0() { return &___m_configItemContainer_0; } inline void set_m_configItemContainer_0(Dictionary_2_t2376990407 * value) { ___m_configItemContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_configItemContainer_0), value); } }; struct CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields { public: // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::s_Instance CRoleModelItem_VehicleCfgManager_t2872767124 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CRoleModelItem_VehicleCfgManager_t2872767124_StaticFields, ___s_Instance_1)); } inline CRoleModelItem_VehicleCfgManager_t2872767124 * get_s_Instance_1() const { return ___s_Instance_1; } inline CRoleModelItem_VehicleCfgManager_t2872767124 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CRoleModelItem_VehicleCfgManager_t2872767124 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_VEHICLECFGMANAGER_T2872767124_H #ifndef SUITDATA_T121943445_H #define SUITDATA_T121943445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg/SuitData struct SuitData_t121943445 : public RuntimeObject { public: // System.String DMCore.Logic.CSuitAnimCfg/SuitData::k__BackingField String_t* ___U3CAnimNameU3Ek__BackingField_0; // System.String DMCore.Logic.CSuitAnimCfg/SuitData::k__BackingField String_t* ___U3CEffectNameU3Ek__BackingField_1; // System.Single DMCore.Logic.CSuitAnimCfg/SuitData::k__BackingField float ___U3CEffectTimeU3Ek__BackingField_2; // System.Collections.Generic.List`1 DMCore.Logic.CSuitAnimCfg/SuitData::m_listItems List_1_t128053199 * ___m_listItems_3; public: inline static int32_t get_offset_of_U3CAnimNameU3Ek__BackingField_0() { return static_cast(offsetof(SuitData_t121943445, ___U3CAnimNameU3Ek__BackingField_0)); } inline String_t* get_U3CAnimNameU3Ek__BackingField_0() const { return ___U3CAnimNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CAnimNameU3Ek__BackingField_0() { return &___U3CAnimNameU3Ek__BackingField_0; } inline void set_U3CAnimNameU3Ek__BackingField_0(String_t* value) { ___U3CAnimNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CEffectNameU3Ek__BackingField_1() { return static_cast(offsetof(SuitData_t121943445, ___U3CEffectNameU3Ek__BackingField_1)); } inline String_t* get_U3CEffectNameU3Ek__BackingField_1() const { return ___U3CEffectNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CEffectNameU3Ek__BackingField_1() { return &___U3CEffectNameU3Ek__BackingField_1; } inline void set_U3CEffectNameU3Ek__BackingField_1(String_t* value) { ___U3CEffectNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CEffectNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CEffectTimeU3Ek__BackingField_2() { return static_cast(offsetof(SuitData_t121943445, ___U3CEffectTimeU3Ek__BackingField_2)); } inline float get_U3CEffectTimeU3Ek__BackingField_2() const { return ___U3CEffectTimeU3Ek__BackingField_2; } inline float* get_address_of_U3CEffectTimeU3Ek__BackingField_2() { return &___U3CEffectTimeU3Ek__BackingField_2; } inline void set_U3CEffectTimeU3Ek__BackingField_2(float value) { ___U3CEffectTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_listItems_3() { return static_cast(offsetof(SuitData_t121943445, ___m_listItems_3)); } inline List_1_t128053199 * get_m_listItems_3() const { return ___m_listItems_3; } inline List_1_t128053199 ** get_address_of_m_listItems_3() { return &___m_listItems_3; } inline void set_m_listItems_3(List_1_t128053199 * value) { ___m_listItems_3 = value; Il2CppCodeGenWriteBarrier((&___m_listItems_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUITDATA_T121943445_H #ifndef CROLEMODELITEM_VEHICLECFG_T3488277076_H #define CROLEMODELITEM_VEHICLECFG_T3488277076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg struct CRoleModelItem_VehicleCfg_t3488277076 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_bCfgReady bool ___m_bCfgReady_0; // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_bMultiMode bool ___m_bMultiMode_1; // DMCore.Framework.Scene.CVehicleRoleAnimName[] DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_animOwner CVehicleRoleAnimNameU5BU5D_t2303117652* ___m_animOwner_2; // DMCore.Framework.Scene.CVehicleRoleAnimName[] DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::m_animPartner CVehicleRoleAnimNameU5BU5D_t2303117652* ___m_animPartner_3; public: inline static int32_t get_offset_of_m_bCfgReady_0() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_bCfgReady_0)); } inline bool get_m_bCfgReady_0() const { return ___m_bCfgReady_0; } inline bool* get_address_of_m_bCfgReady_0() { return &___m_bCfgReady_0; } inline void set_m_bCfgReady_0(bool value) { ___m_bCfgReady_0 = value; } inline static int32_t get_offset_of_m_bMultiMode_1() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_bMultiMode_1)); } inline bool get_m_bMultiMode_1() const { return ___m_bMultiMode_1; } inline bool* get_address_of_m_bMultiMode_1() { return &___m_bMultiMode_1; } inline void set_m_bMultiMode_1(bool value) { ___m_bMultiMode_1 = value; } inline static int32_t get_offset_of_m_animOwner_2() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_animOwner_2)); } inline CVehicleRoleAnimNameU5BU5D_t2303117652* get_m_animOwner_2() const { return ___m_animOwner_2; } inline CVehicleRoleAnimNameU5BU5D_t2303117652** get_address_of_m_animOwner_2() { return &___m_animOwner_2; } inline void set_m_animOwner_2(CVehicleRoleAnimNameU5BU5D_t2303117652* value) { ___m_animOwner_2 = value; Il2CppCodeGenWriteBarrier((&___m_animOwner_2), value); } inline static int32_t get_offset_of_m_animPartner_3() { return static_cast(offsetof(CRoleModelItem_VehicleCfg_t3488277076, ___m_animPartner_3)); } inline CVehicleRoleAnimNameU5BU5D_t2303117652* get_m_animPartner_3() const { return ___m_animPartner_3; } inline CVehicleRoleAnimNameU5BU5D_t2303117652** get_address_of_m_animPartner_3() { return &___m_animPartner_3; } inline void set_m_animPartner_3(CVehicleRoleAnimNameU5BU5D_t2303117652* value) { ___m_animPartner_3 = value; Il2CppCodeGenWriteBarrier((&___m_animPartner_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_VEHICLECFG_T3488277076_H #ifndef LIST_1_T2585711361_H #define LIST_1_T2585711361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2585711361 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_t3328599146* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2585711361, ____items_1)); } inline GameObjectU5BU5D_t3328599146* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_t3328599146** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_t3328599146* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2585711361, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2585711361, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2585711361_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GameObjectU5BU5D_t3328599146* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2585711361_StaticFields, ___EmptyArray_4)); } inline GameObjectU5BU5D_t3328599146* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GameObjectU5BU5D_t3328599146** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GameObjectU5BU5D_t3328599146* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2585711361_H #ifndef LIST_1_T777473367_H #define LIST_1_T777473367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t777473367 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t807237628* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t777473367, ____items_1)); } inline TransformU5BU5D_t807237628* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t807237628** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t807237628* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t777473367, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t777473367, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t777473367_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TransformU5BU5D_t807237628* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t777473367_StaticFields, ___EmptyArray_4)); } inline TransformU5BU5D_t807237628* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TransformU5BU5D_t807237628** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TransformU5BU5D_t807237628* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T777473367_H #ifndef CSKELETONLINKMANAGER_T2292179394_H #define CSKELETONLINKMANAGER_T2292179394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSkeletonLinkManager struct CSkeletonLinkManager_t2292179394 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CSkeletonLinkManager::m_dictionary Dictionary_2_t3959314207 * ___m_dictionary_0; public: inline static int32_t get_offset_of_m_dictionary_0() { return static_cast(offsetof(CSkeletonLinkManager_t2292179394, ___m_dictionary_0)); } inline Dictionary_2_t3959314207 * get_m_dictionary_0() const { return ___m_dictionary_0; } inline Dictionary_2_t3959314207 ** get_address_of_m_dictionary_0() { return &___m_dictionary_0; } inline void set_m_dictionary_0(Dictionary_2_t3959314207 * value) { ___m_dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_0), value); } }; struct CSkeletonLinkManager_t2292179394_StaticFields { public: // DMCore.Framework.Scene.CSkeletonLinkManager DMCore.Framework.Scene.CSkeletonLinkManager::s_Instance CSkeletonLinkManager_t2292179394 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CSkeletonLinkManager_t2292179394_StaticFields, ___s_Instance_1)); } inline CSkeletonLinkManager_t2292179394 * get_s_Instance_1() const { return ___s_Instance_1; } inline CSkeletonLinkManager_t2292179394 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CSkeletonLinkManager_t2292179394 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSKELETONLINKMANAGER_T2292179394_H #ifndef CBILLBOARDEFFECT_T1689028963_H #define CBILLBOARDEFFECT_T1689028963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CBillBoardEffect struct CBillBoardEffect_t1689028963 : public RuntimeObject { public: // UnityEngine.Camera DMCore.Framework.Movie.CBillBoardEffect::m_activeCamera Camera_t4157153871 * ___m_activeCamera_0; // UnityEngine.Transform DMCore.Framework.Movie.CBillBoardEffect::m_transTarget Transform_t3600365921 * ___m_transTarget_1; public: inline static int32_t get_offset_of_m_activeCamera_0() { return static_cast(offsetof(CBillBoardEffect_t1689028963, ___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_transTarget_1() { return static_cast(offsetof(CBillBoardEffect_t1689028963, ___m_transTarget_1)); } inline Transform_t3600365921 * get_m_transTarget_1() const { return ___m_transTarget_1; } inline Transform_t3600365921 ** get_address_of_m_transTarget_1() { return &___m_transTarget_1; } inline void set_m_transTarget_1(Transform_t3600365921 * value) { ___m_transTarget_1 = value; Il2CppCodeGenWriteBarrier((&___m_transTarget_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBILLBOARDEFFECT_T1689028963_H #ifndef CROLEMODELITEM_SUITCONFIG_T3912215432_H #define CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_modelItems List_1_t128053199 * ___m_modelItems_0; // System.Boolean DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_bIsDone bool ___m_bIsDone_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_suitID int32_t ___m_suitID_2; public: inline static int32_t get_offset_of_m_modelItems_0() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_modelItems_0)); } inline List_1_t128053199 * get_m_modelItems_0() const { return ___m_modelItems_0; } inline List_1_t128053199 ** get_address_of_m_modelItems_0() { return &___m_modelItems_0; } inline void set_m_modelItems_0(List_1_t128053199 * value) { ___m_modelItems_0 = value; Il2CppCodeGenWriteBarrier((&___m_modelItems_0), value); } inline static int32_t get_offset_of_m_bIsDone_1() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_bIsDone_1)); } inline bool get_m_bIsDone_1() const { return ___m_bIsDone_1; } inline bool* get_address_of_m_bIsDone_1() { return &___m_bIsDone_1; } inline void set_m_bIsDone_1(bool value) { ___m_bIsDone_1 = value; } inline static int32_t get_offset_of_m_suitID_2() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_suitID_2)); } inline int32_t get_m_suitID_2() const { return ___m_suitID_2; } inline int32_t* get_address_of_m_suitID_2() { return &___m_suitID_2; } inline void set_m_suitID_2(int32_t value) { ___m_suitID_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifndef DICTIONARY_2_T3277249325_H #define DICTIONARY_2_T3277249325_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_t3277249325 : 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 List_1U5BU5D_t178905335* ___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_t3277249325, ___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_t3277249325, ___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_t3277249325, ___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_t3277249325, ___valueSlots_7)); } inline List_1U5BU5D_t178905335* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t178905335** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t178905335* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3277249325, ___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_t3277249325, ___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_t3277249325, ___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_t3277249325, ___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_t3277249325, ___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_t3277249325, ___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_t3277249325, ___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_t3277249325_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3324284347 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3277249325_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3324284347 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3324284347 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3324284347 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3277249325_H #ifndef DICTIONARY_2_T1380571261_H #define DICTIONARY_2_T1380571261_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_t1380571261 : 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 CPropDataU5BU5D_t201666703* ___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_t1380571261, ___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_t1380571261, ___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_t1380571261, ___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_t1380571261, ___valueSlots_7)); } inline CPropDataU5BU5D_t201666703* get_valueSlots_7() const { return ___valueSlots_7; } inline CPropDataU5BU5D_t201666703** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPropDataU5BU5D_t201666703* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1380571261, ___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_t1380571261, ___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_t1380571261, ___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_t1380571261, ___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_t1380571261, ___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_t1380571261, ___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_t1380571261, ___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_t1380571261_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4100972843 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1380571261_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4100972843 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4100972843 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4100972843 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1380571261_H #ifndef CMODELMORPHITEM_T2100283814_H #define CMODELMORPHITEM_T2100283814_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CModelMorphItem struct CModelMorphItem_t2100283814 : public RuntimeObject { public: // System.String DMCore.Framework.Scene.CModelMorphItem::m_meshName String_t* ___m_meshName_0; // UnityEngine.Mesh DMCore.Framework.Scene.CModelMorphItem::m_meshDest Mesh_t3648964284 * ___m_meshDest_1; // System.Single DMCore.Framework.Scene.CModelMorphItem::m_PlayTime float ___m_PlayTime_2; public: inline static int32_t get_offset_of_m_meshName_0() { return static_cast(offsetof(CModelMorphItem_t2100283814, ___m_meshName_0)); } inline String_t* get_m_meshName_0() const { return ___m_meshName_0; } inline String_t** get_address_of_m_meshName_0() { return &___m_meshName_0; } inline void set_m_meshName_0(String_t* value) { ___m_meshName_0 = value; Il2CppCodeGenWriteBarrier((&___m_meshName_0), value); } inline static int32_t get_offset_of_m_meshDest_1() { return static_cast(offsetof(CModelMorphItem_t2100283814, ___m_meshDest_1)); } inline Mesh_t3648964284 * get_m_meshDest_1() const { return ___m_meshDest_1; } inline Mesh_t3648964284 ** get_address_of_m_meshDest_1() { return &___m_meshDest_1; } inline void set_m_meshDest_1(Mesh_t3648964284 * value) { ___m_meshDest_1 = value; Il2CppCodeGenWriteBarrier((&___m_meshDest_1), value); } inline static int32_t get_offset_of_m_PlayTime_2() { return static_cast(offsetof(CModelMorphItem_t2100283814, ___m_PlayTime_2)); } inline float get_m_PlayTime_2() const { return ___m_PlayTime_2; } inline float* get_address_of_m_PlayTime_2() { return &___m_PlayTime_2; } inline void set_m_PlayTime_2(float value) { ___m_PlayTime_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMODELMORPHITEM_T2100283814_H #ifndef CUSERGUIDEHELP_T3161639665_H #define CUSERGUIDEHELP_T3161639665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CUserGuideHelp::k__BackingField bool ___U3CIsNeedRearrangeIconU3Ek__BackingField_7; // System.Int32 DMCore.Logic.CUserGuideHelp::m_nLocalMainStep int32_t ___m_nLocalMainStep_9; // System.Int32 DMCore.Logic.CUserGuideHelp::m_nLocalSubStep int32_t ___m_nLocalSubStep_10; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_listMainStep List_1_t1536066709 * ___m_listMainStep_12; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_listLimit List_1_t3315527713 * ___m_listLimit_13; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_unLockLimit List_1_t3315527713 * ___m_unLockLimit_14; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CUserGuideHelp::m_unLockAnim LinkedList_1_t683098980 * ___m_unLockAnim_15; // System.Collections.Generic.Stack`1 DMCore.Logic.CUserGuideHelp::m_newPlayPopupWnd Stack_1_t3794335208 * ___m_newPlayPopupWnd_16; public: inline static int32_t get_offset_of_U3CIsNeedRearrangeIconU3Ek__BackingField_7() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___U3CIsNeedRearrangeIconU3Ek__BackingField_7)); } inline bool get_U3CIsNeedRearrangeIconU3Ek__BackingField_7() const { return ___U3CIsNeedRearrangeIconU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsNeedRearrangeIconU3Ek__BackingField_7() { return &___U3CIsNeedRearrangeIconU3Ek__BackingField_7; } inline void set_U3CIsNeedRearrangeIconU3Ek__BackingField_7(bool value) { ___U3CIsNeedRearrangeIconU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_nLocalMainStep_9() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_nLocalMainStep_9)); } inline int32_t get_m_nLocalMainStep_9() const { return ___m_nLocalMainStep_9; } inline int32_t* get_address_of_m_nLocalMainStep_9() { return &___m_nLocalMainStep_9; } inline void set_m_nLocalMainStep_9(int32_t value) { ___m_nLocalMainStep_9 = value; } inline static int32_t get_offset_of_m_nLocalSubStep_10() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_nLocalSubStep_10)); } inline int32_t get_m_nLocalSubStep_10() const { return ___m_nLocalSubStep_10; } inline int32_t* get_address_of_m_nLocalSubStep_10() { return &___m_nLocalSubStep_10; } inline void set_m_nLocalSubStep_10(int32_t value) { ___m_nLocalSubStep_10 = value; } inline static int32_t get_offset_of_m_listMainStep_12() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_listMainStep_12)); } inline List_1_t1536066709 * get_m_listMainStep_12() const { return ___m_listMainStep_12; } inline List_1_t1536066709 ** get_address_of_m_listMainStep_12() { return &___m_listMainStep_12; } inline void set_m_listMainStep_12(List_1_t1536066709 * value) { ___m_listMainStep_12 = value; Il2CppCodeGenWriteBarrier((&___m_listMainStep_12), value); } inline static int32_t get_offset_of_m_listLimit_13() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_listLimit_13)); } inline List_1_t3315527713 * get_m_listLimit_13() const { return ___m_listLimit_13; } inline List_1_t3315527713 ** get_address_of_m_listLimit_13() { return &___m_listLimit_13; } inline void set_m_listLimit_13(List_1_t3315527713 * value) { ___m_listLimit_13 = value; Il2CppCodeGenWriteBarrier((&___m_listLimit_13), value); } inline static int32_t get_offset_of_m_unLockLimit_14() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_unLockLimit_14)); } inline List_1_t3315527713 * get_m_unLockLimit_14() const { return ___m_unLockLimit_14; } inline List_1_t3315527713 ** get_address_of_m_unLockLimit_14() { return &___m_unLockLimit_14; } inline void set_m_unLockLimit_14(List_1_t3315527713 * value) { ___m_unLockLimit_14 = value; Il2CppCodeGenWriteBarrier((&___m_unLockLimit_14), value); } inline static int32_t get_offset_of_m_unLockAnim_15() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_unLockAnim_15)); } inline LinkedList_1_t683098980 * get_m_unLockAnim_15() const { return ___m_unLockAnim_15; } inline LinkedList_1_t683098980 ** get_address_of_m_unLockAnim_15() { return &___m_unLockAnim_15; } inline void set_m_unLockAnim_15(LinkedList_1_t683098980 * value) { ___m_unLockAnim_15 = value; Il2CppCodeGenWriteBarrier((&___m_unLockAnim_15), value); } inline static int32_t get_offset_of_m_newPlayPopupWnd_16() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_newPlayPopupWnd_16)); } inline Stack_1_t3794335208 * get_m_newPlayPopupWnd_16() const { return ___m_newPlayPopupWnd_16; } inline Stack_1_t3794335208 ** get_address_of_m_newPlayPopupWnd_16() { return &___m_newPlayPopupWnd_16; } inline void set_m_newPlayPopupWnd_16(Stack_1_t3794335208 * value) { ___m_newPlayPopupWnd_16 = value; Il2CppCodeGenWriteBarrier((&___m_newPlayPopupWnd_16), value); } }; struct CUserGuideHelp_t3161639665_StaticFields { public: // DMCore.Logic.CUserGuideHelp DMCore.Logic.CUserGuideHelp::s_Instance CUserGuideHelp_t3161639665 * ___s_Instance_8; // System.Boolean DMCore.Logic.CUserGuideHelp::s_bEnableUsrGuide bool ___s_bEnableUsrGuide_11; public: inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(CUserGuideHelp_t3161639665_StaticFields, ___s_Instance_8)); } inline CUserGuideHelp_t3161639665 * get_s_Instance_8() const { return ___s_Instance_8; } inline CUserGuideHelp_t3161639665 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(CUserGuideHelp_t3161639665 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } inline static int32_t get_offset_of_s_bEnableUsrGuide_11() { return static_cast(offsetof(CUserGuideHelp_t3161639665_StaticFields, ___s_bEnableUsrGuide_11)); } inline bool get_s_bEnableUsrGuide_11() const { return ___s_bEnableUsrGuide_11; } inline bool* get_address_of_s_bEnableUsrGuide_11() { return &___s_bEnableUsrGuide_11; } inline void set_s_bEnableUsrGuide_11(bool value) { ___s_bEnableUsrGuide_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSERGUIDEHELP_T3161639665_H #ifndef 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 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 CCUSTOMIZATIONMANAGER_T450932257_H #define CCUSTOMIZATIONMANAGER_T450932257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CCustomizationManager struct CCustomizationManager_t450932257 : public RuntimeObject { public: // DMCore.Logic.CustomItemList DMCore.Logic.CCustomizationManager::m_ActionDanceShow CustomItemList_t2820796053 * ___m_ActionDanceShow_0; // System.Boolean DMCore.Logic.CCustomizationManager::m_IsCustomizationDataChanged bool ___m_IsCustomizationDataChanged_1; // System.Boolean DMCore.Logic.CCustomizationManager::m_IsCustomizationCellChanged bool ___m_IsCustomizationCellChanged_2; // System.Int32 DMCore.Logic.CCustomizationManager::m_ChangedCellID int32_t ___m_ChangedCellID_3; public: inline static int32_t get_offset_of_m_ActionDanceShow_0() { return static_cast(offsetof(CCustomizationManager_t450932257, ___m_ActionDanceShow_0)); } inline CustomItemList_t2820796053 * get_m_ActionDanceShow_0() const { return ___m_ActionDanceShow_0; } inline CustomItemList_t2820796053 ** get_address_of_m_ActionDanceShow_0() { return &___m_ActionDanceShow_0; } inline void set_m_ActionDanceShow_0(CustomItemList_t2820796053 * value) { ___m_ActionDanceShow_0 = value; Il2CppCodeGenWriteBarrier((&___m_ActionDanceShow_0), value); } inline static int32_t get_offset_of_m_IsCustomizationDataChanged_1() { return static_cast(offsetof(CCustomizationManager_t450932257, ___m_IsCustomizationDataChanged_1)); } inline bool get_m_IsCustomizationDataChanged_1() const { return ___m_IsCustomizationDataChanged_1; } inline bool* get_address_of_m_IsCustomizationDataChanged_1() { return &___m_IsCustomizationDataChanged_1; } inline void set_m_IsCustomizationDataChanged_1(bool value) { ___m_IsCustomizationDataChanged_1 = value; } inline static int32_t get_offset_of_m_IsCustomizationCellChanged_2() { return static_cast(offsetof(CCustomizationManager_t450932257, ___m_IsCustomizationCellChanged_2)); } inline bool get_m_IsCustomizationCellChanged_2() const { return ___m_IsCustomizationCellChanged_2; } inline bool* get_address_of_m_IsCustomizationCellChanged_2() { return &___m_IsCustomizationCellChanged_2; } inline void set_m_IsCustomizationCellChanged_2(bool value) { ___m_IsCustomizationCellChanged_2 = value; } inline static int32_t get_offset_of_m_ChangedCellID_3() { return static_cast(offsetof(CCustomizationManager_t450932257, ___m_ChangedCellID_3)); } inline int32_t get_m_ChangedCellID_3() const { return ___m_ChangedCellID_3; } inline int32_t* get_address_of_m_ChangedCellID_3() { return &___m_ChangedCellID_3; } inline void set_m_ChangedCellID_3(int32_t value) { ___m_ChangedCellID_3 = value; } }; struct CCustomizationManager_t450932257_StaticFields { public: // DMCore.Logic.CCustomizationManager DMCore.Logic.CCustomizationManager::s_Instance CCustomizationManager_t450932257 * ___s_Instance_4; // System.Int32 DMCore.Logic.CCustomizationManager::s_PageSize int32_t ___s_PageSize_5; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CCustomizationManager_t450932257_StaticFields, ___s_Instance_4)); } inline CCustomizationManager_t450932257 * get_s_Instance_4() const { return ___s_Instance_4; } inline CCustomizationManager_t450932257 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CCustomizationManager_t450932257 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } inline static int32_t get_offset_of_s_PageSize_5() { return static_cast(offsetof(CCustomizationManager_t450932257_StaticFields, ___s_PageSize_5)); } inline int32_t get_s_PageSize_5() const { return ___s_PageSize_5; } inline int32_t* get_address_of_s_PageSize_5() { return &___s_PageSize_5; } inline void set_s_PageSize_5(int32_t value) { ___s_PageSize_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCUSTOMIZATIONMANAGER_T450932257_H #ifndef CENERGYMANAGER_T1133571008_H #define CENERGYMANAGER_T1133571008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CEnergyManager struct CEnergyManager_t1133571008 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CEnergyManager::k__BackingField bool ___U3CIsConfigDataReadyU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CEnergyManager::m_BuyTimes Dictionary_2_t1839659084 * ___m_BuyTimes_1; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CEnergyManager::m_Diamond_PriceInfo Dictionary_2_t3126044582 * ___m_Diamond_PriceInfo_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CEnergyManager::m_BindDiamond_PriceInfo Dictionary_2_t3126044582 * ___m_BindDiamond_PriceInfo_3; // System.Int32 DMCore.Logic.CEnergyManager::m_addHP int32_t ___m_addHP_4; // System.Int32 DMCore.Logic.CEnergyManager::buyTimes int32_t ___buyTimes_5; public: inline static int32_t get_offset_of_U3CIsConfigDataReadyU3Ek__BackingField_0() { return static_cast(offsetof(CEnergyManager_t1133571008, ___U3CIsConfigDataReadyU3Ek__BackingField_0)); } inline bool get_U3CIsConfigDataReadyU3Ek__BackingField_0() const { return ___U3CIsConfigDataReadyU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsConfigDataReadyU3Ek__BackingField_0() { return &___U3CIsConfigDataReadyU3Ek__BackingField_0; } inline void set_U3CIsConfigDataReadyU3Ek__BackingField_0(bool value) { ___U3CIsConfigDataReadyU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_BuyTimes_1() { return static_cast(offsetof(CEnergyManager_t1133571008, ___m_BuyTimes_1)); } inline Dictionary_2_t1839659084 * get_m_BuyTimes_1() const { return ___m_BuyTimes_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_BuyTimes_1() { return &___m_BuyTimes_1; } inline void set_m_BuyTimes_1(Dictionary_2_t1839659084 * value) { ___m_BuyTimes_1 = value; Il2CppCodeGenWriteBarrier((&___m_BuyTimes_1), value); } inline static int32_t get_offset_of_m_Diamond_PriceInfo_2() { return static_cast(offsetof(CEnergyManager_t1133571008, ___m_Diamond_PriceInfo_2)); } inline Dictionary_2_t3126044582 * get_m_Diamond_PriceInfo_2() const { return ___m_Diamond_PriceInfo_2; } inline Dictionary_2_t3126044582 ** get_address_of_m_Diamond_PriceInfo_2() { return &___m_Diamond_PriceInfo_2; } inline void set_m_Diamond_PriceInfo_2(Dictionary_2_t3126044582 * value) { ___m_Diamond_PriceInfo_2 = value; Il2CppCodeGenWriteBarrier((&___m_Diamond_PriceInfo_2), value); } inline static int32_t get_offset_of_m_BindDiamond_PriceInfo_3() { return static_cast(offsetof(CEnergyManager_t1133571008, ___m_BindDiamond_PriceInfo_3)); } inline Dictionary_2_t3126044582 * get_m_BindDiamond_PriceInfo_3() const { return ___m_BindDiamond_PriceInfo_3; } inline Dictionary_2_t3126044582 ** get_address_of_m_BindDiamond_PriceInfo_3() { return &___m_BindDiamond_PriceInfo_3; } inline void set_m_BindDiamond_PriceInfo_3(Dictionary_2_t3126044582 * value) { ___m_BindDiamond_PriceInfo_3 = value; Il2CppCodeGenWriteBarrier((&___m_BindDiamond_PriceInfo_3), value); } inline static int32_t get_offset_of_m_addHP_4() { return static_cast(offsetof(CEnergyManager_t1133571008, ___m_addHP_4)); } inline int32_t get_m_addHP_4() const { return ___m_addHP_4; } inline int32_t* get_address_of_m_addHP_4() { return &___m_addHP_4; } inline void set_m_addHP_4(int32_t value) { ___m_addHP_4 = value; } inline static int32_t get_offset_of_buyTimes_5() { return static_cast(offsetof(CEnergyManager_t1133571008, ___buyTimes_5)); } inline int32_t get_buyTimes_5() const { return ___buyTimes_5; } inline int32_t* get_address_of_buyTimes_5() { return &___buyTimes_5; } inline void set_buyTimes_5(int32_t value) { ___buyTimes_5 = value; } }; struct CEnergyManager_t1133571008_StaticFields { public: // System.Boolean DMCore.Logic.CEnergyManager::s_WaitingForServerReponse bool ___s_WaitingForServerReponse_6; // DMCore.Logic.CEnergyManager DMCore.Logic.CEnergyManager::s_Instance CEnergyManager_t1133571008 * ___s_Instance_7; public: inline static int32_t get_offset_of_s_WaitingForServerReponse_6() { return static_cast(offsetof(CEnergyManager_t1133571008_StaticFields, ___s_WaitingForServerReponse_6)); } inline bool get_s_WaitingForServerReponse_6() const { return ___s_WaitingForServerReponse_6; } inline bool* get_address_of_s_WaitingForServerReponse_6() { return &___s_WaitingForServerReponse_6; } inline void set_s_WaitingForServerReponse_6(bool value) { ___s_WaitingForServerReponse_6 = value; } inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(CEnergyManager_t1133571008_StaticFields, ___s_Instance_7)); } inline CEnergyManager_t1133571008 * get_s_Instance_7() const { return ___s_Instance_7; } inline CEnergyManager_t1133571008 ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(CEnergyManager_t1133571008 * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CENERGYMANAGER_T1133571008_H #ifndef CURRENCYUNIT_T374561803_H #define CURRENCYUNIT_T374561803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CurrencyUnit struct CurrencyUnit_t374561803 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CurrencyUnit::k__BackingField bool ___U3CIsShowingU3Ek__BackingField_0; // System.Int64 DMCore.Logic.CurrencyUnit::m_PreValue int64_t ___m_PreValue_1; // System.Int64 DMCore.Logic.CurrencyUnit::m_CurValue int64_t ___m_CurValue_2; // System.Boolean DMCore.Logic.CurrencyUnit::m_IsFirstTime bool ___m_IsFirstTime_3; // System.Boolean DMCore.Logic.CurrencyUnit::m_IsChanged bool ___m_IsChanged_4; // System.Boolean DMCore.Logic.CurrencyUnit::m_IsNeedSynchData bool ___m_IsNeedSynchData_5; // System.String DMCore.Logic.CurrencyUnit::m_AniPath String_t* ___m_AniPath_6; // System.String DMCore.Logic.CurrencyUnit::m_AniName String_t* ___m_AniName_7; public: inline static int32_t get_offset_of_U3CIsShowingU3Ek__BackingField_0() { return static_cast(offsetof(CurrencyUnit_t374561803, ___U3CIsShowingU3Ek__BackingField_0)); } inline bool get_U3CIsShowingU3Ek__BackingField_0() const { return ___U3CIsShowingU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsShowingU3Ek__BackingField_0() { return &___U3CIsShowingU3Ek__BackingField_0; } inline void set_U3CIsShowingU3Ek__BackingField_0(bool value) { ___U3CIsShowingU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_PreValue_1() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_PreValue_1)); } inline int64_t get_m_PreValue_1() const { return ___m_PreValue_1; } inline int64_t* get_address_of_m_PreValue_1() { return &___m_PreValue_1; } inline void set_m_PreValue_1(int64_t value) { ___m_PreValue_1 = value; } inline static int32_t get_offset_of_m_CurValue_2() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_CurValue_2)); } inline int64_t get_m_CurValue_2() const { return ___m_CurValue_2; } inline int64_t* get_address_of_m_CurValue_2() { return &___m_CurValue_2; } inline void set_m_CurValue_2(int64_t value) { ___m_CurValue_2 = value; } inline static int32_t get_offset_of_m_IsFirstTime_3() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_IsFirstTime_3)); } inline bool get_m_IsFirstTime_3() const { return ___m_IsFirstTime_3; } inline bool* get_address_of_m_IsFirstTime_3() { return &___m_IsFirstTime_3; } inline void set_m_IsFirstTime_3(bool value) { ___m_IsFirstTime_3 = value; } inline static int32_t get_offset_of_m_IsChanged_4() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_IsChanged_4)); } inline bool get_m_IsChanged_4() const { return ___m_IsChanged_4; } inline bool* get_address_of_m_IsChanged_4() { return &___m_IsChanged_4; } inline void set_m_IsChanged_4(bool value) { ___m_IsChanged_4 = value; } inline static int32_t get_offset_of_m_IsNeedSynchData_5() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_IsNeedSynchData_5)); } inline bool get_m_IsNeedSynchData_5() const { return ___m_IsNeedSynchData_5; } inline bool* get_address_of_m_IsNeedSynchData_5() { return &___m_IsNeedSynchData_5; } inline void set_m_IsNeedSynchData_5(bool value) { ___m_IsNeedSynchData_5 = value; } inline static int32_t get_offset_of_m_AniPath_6() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_AniPath_6)); } inline String_t* get_m_AniPath_6() const { return ___m_AniPath_6; } inline String_t** get_address_of_m_AniPath_6() { return &___m_AniPath_6; } inline void set_m_AniPath_6(String_t* value) { ___m_AniPath_6 = value; Il2CppCodeGenWriteBarrier((&___m_AniPath_6), value); } inline static int32_t get_offset_of_m_AniName_7() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_AniName_7)); } inline String_t* get_m_AniName_7() const { return ___m_AniName_7; } inline String_t** get_address_of_m_AniName_7() { return &___m_AniName_7; } inline void set_m_AniName_7(String_t* value) { ___m_AniName_7 = value; Il2CppCodeGenWriteBarrier((&___m_AniName_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURRENCYUNIT_T374561803_H #ifndef CPROPDATA_T2491857930_H #define CPROPDATA_T2491857930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930 : public RuntimeObject { public: // System.Byte[] DMCore.Framework.Scene.CPropData::m_buffer ByteU5BU5D_t4116647657* ___m_buffer_0; // System.Int32 DMCore.Framework.Scene.CPropData::m_nType int32_t ___m_nType_1; public: inline static int32_t get_offset_of_m_buffer_0() { return static_cast(offsetof(CPropData_t2491857930, ___m_buffer_0)); } inline ByteU5BU5D_t4116647657* get_m_buffer_0() const { return ___m_buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_m_buffer_0() { return &___m_buffer_0; } inline void set_m_buffer_0(ByteU5BU5D_t4116647657* value) { ___m_buffer_0 = value; Il2CppCodeGenWriteBarrier((&___m_buffer_0), value); } inline static int32_t get_offset_of_m_nType_1() { return static_cast(offsetof(CPropData_t2491857930, ___m_nType_1)); } inline int32_t get_m_nType_1() const { return ___m_nType_1; } inline int32_t* get_address_of_m_nType_1() { return &___m_nType_1; } inline void set_m_nType_1(int32_t value) { ___m_nType_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPDATA_T2491857930_H #ifndef CPETMANAGER_T2941415134_H #define CPETMANAGER_T2941415134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetManager struct CPetManager_t2941415134 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::k__BackingField ISceneNpcBase_t3974693970 * ___U3CCurrentSelectedPetObjU3Ek__BackingField_0; // System.Int64 DMCore.Logic.CPetManager::k__BackingField int64_t ___U3CCurrentSelectedPetIDU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsDataReadyU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsShowActivePetU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CPetManager::k__BackingField int32_t ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5; // System.Boolean DMCore.Logic.CPetManager::k__BackingField bool ___U3CIsNeedRefreshUIU3Ek__BackingField_6; // System.Int32 DMCore.Logic.CPetManager::k__BackingField int32_t ___U3CpetSkillUseCountU3Ek__BackingField_7; // System.Collections.Generic.List`1 DMCore.Logic.CPetManager::m_NeedActivePetList List_1_t913674750 * ___m_NeedActivePetList_8; // System.Int64 DMCore.Logic.CPetManager::m_CurrentFollowPetID int64_t ___m_CurrentFollowPetID_9; // System.Collections.Generic.List`1 DMCore.Logic.CPetManager::m_PetList List_1_t4139125132 * ___m_PetList_11; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetManager::m_PetSkill Dictionary_2_t1411863853 * ___m_PetSkill_12; // System.Int32 DMCore.Logic.CPetManager::m_LeftBuyEnergyCount int32_t ___m_LeftBuyEnergyCount_13; // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::m_tempPetObj ISceneNpcBase_t3974693970 * ___m_tempPetObj_14; // System.Int32 DMCore.Logic.CPetManager::m_CurrentPetNum int32_t ___m_CurrentPetNum_15; // System.Int32 DMCore.Logic.CPetManager::m_MaxPetNum int32_t ___m_MaxPetNum_16; // DMCore.Logic.CPetManager/UpgradeEffect DMCore.Logic.CPetManager::m_UpgradeEffect UpgradeEffect_t3030226768 * ___m_UpgradeEffect_17; // DMCore.Logic.CPetManager/GetMaterial DMCore.Logic.CPetManager::m_GetMaterial GetMaterial_t2269987281 * ___m_GetMaterial_18; public: inline static int32_t get_offset_of_U3CCurrentSelectedPetObjU3Ek__BackingField_0() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CCurrentSelectedPetObjU3Ek__BackingField_0)); } inline ISceneNpcBase_t3974693970 * get_U3CCurrentSelectedPetObjU3Ek__BackingField_0() const { return ___U3CCurrentSelectedPetObjU3Ek__BackingField_0; } inline ISceneNpcBase_t3974693970 ** get_address_of_U3CCurrentSelectedPetObjU3Ek__BackingField_0() { return &___U3CCurrentSelectedPetObjU3Ek__BackingField_0; } inline void set_U3CCurrentSelectedPetObjU3Ek__BackingField_0(ISceneNpcBase_t3974693970 * value) { ___U3CCurrentSelectedPetObjU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CCurrentSelectedPetObjU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CCurrentSelectedPetIDU3Ek__BackingField_1() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CCurrentSelectedPetIDU3Ek__BackingField_1)); } inline int64_t get_U3CCurrentSelectedPetIDU3Ek__BackingField_1() const { return ___U3CCurrentSelectedPetIDU3Ek__BackingField_1; } inline int64_t* get_address_of_U3CCurrentSelectedPetIDU3Ek__BackingField_1() { return &___U3CCurrentSelectedPetIDU3Ek__BackingField_1; } inline void set_U3CCurrentSelectedPetIDU3Ek__BackingField_1(int64_t value) { ___U3CCurrentSelectedPetIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2)); } inline bool get_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2() const { return ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2() { return &___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2; } inline void set_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2(bool value) { ___U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsDataReadyU3Ek__BackingField_3() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsDataReadyU3Ek__BackingField_3)); } inline bool get_U3CIsDataReadyU3Ek__BackingField_3() const { return ___U3CIsDataReadyU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsDataReadyU3Ek__BackingField_3() { return &___U3CIsDataReadyU3Ek__BackingField_3; } inline void set_U3CIsDataReadyU3Ek__BackingField_3(bool value) { ___U3CIsDataReadyU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsShowActivePetU3Ek__BackingField_4() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsShowActivePetU3Ek__BackingField_4)); } inline bool get_U3CIsShowActivePetU3Ek__BackingField_4() const { return ___U3CIsShowActivePetU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsShowActivePetU3Ek__BackingField_4() { return &___U3CIsShowActivePetU3Ek__BackingField_4; } inline void set_U3CIsShowActivePetU3Ek__BackingField_4(bool value) { ___U3CIsShowActivePetU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5)); } inline int32_t get_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5() const { return ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5() { return &___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5; } inline void set_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5(int32_t value) { ___U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CIsNeedRefreshUIU3Ek__BackingField_6() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CIsNeedRefreshUIU3Ek__BackingField_6)); } inline bool get_U3CIsNeedRefreshUIU3Ek__BackingField_6() const { return ___U3CIsNeedRefreshUIU3Ek__BackingField_6; } inline bool* get_address_of_U3CIsNeedRefreshUIU3Ek__BackingField_6() { return &___U3CIsNeedRefreshUIU3Ek__BackingField_6; } inline void set_U3CIsNeedRefreshUIU3Ek__BackingField_6(bool value) { ___U3CIsNeedRefreshUIU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CpetSkillUseCountU3Ek__BackingField_7() { return static_cast(offsetof(CPetManager_t2941415134, ___U3CpetSkillUseCountU3Ek__BackingField_7)); } inline int32_t get_U3CpetSkillUseCountU3Ek__BackingField_7() const { return ___U3CpetSkillUseCountU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CpetSkillUseCountU3Ek__BackingField_7() { return &___U3CpetSkillUseCountU3Ek__BackingField_7; } inline void set_U3CpetSkillUseCountU3Ek__BackingField_7(int32_t value) { ___U3CpetSkillUseCountU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_NeedActivePetList_8() { return static_cast(offsetof(CPetManager_t2941415134, ___m_NeedActivePetList_8)); } inline List_1_t913674750 * get_m_NeedActivePetList_8() const { return ___m_NeedActivePetList_8; } inline List_1_t913674750 ** get_address_of_m_NeedActivePetList_8() { return &___m_NeedActivePetList_8; } inline void set_m_NeedActivePetList_8(List_1_t913674750 * value) { ___m_NeedActivePetList_8 = value; Il2CppCodeGenWriteBarrier((&___m_NeedActivePetList_8), value); } inline static int32_t get_offset_of_m_CurrentFollowPetID_9() { return static_cast(offsetof(CPetManager_t2941415134, ___m_CurrentFollowPetID_9)); } inline int64_t get_m_CurrentFollowPetID_9() const { return ___m_CurrentFollowPetID_9; } inline int64_t* get_address_of_m_CurrentFollowPetID_9() { return &___m_CurrentFollowPetID_9; } inline void set_m_CurrentFollowPetID_9(int64_t value) { ___m_CurrentFollowPetID_9 = value; } inline static int32_t get_offset_of_m_PetList_11() { return static_cast(offsetof(CPetManager_t2941415134, ___m_PetList_11)); } inline List_1_t4139125132 * get_m_PetList_11() const { return ___m_PetList_11; } inline List_1_t4139125132 ** get_address_of_m_PetList_11() { return &___m_PetList_11; } inline void set_m_PetList_11(List_1_t4139125132 * value) { ___m_PetList_11 = value; Il2CppCodeGenWriteBarrier((&___m_PetList_11), value); } inline static int32_t get_offset_of_m_PetSkill_12() { return static_cast(offsetof(CPetManager_t2941415134, ___m_PetSkill_12)); } inline Dictionary_2_t1411863853 * get_m_PetSkill_12() const { return ___m_PetSkill_12; } inline Dictionary_2_t1411863853 ** get_address_of_m_PetSkill_12() { return &___m_PetSkill_12; } inline void set_m_PetSkill_12(Dictionary_2_t1411863853 * value) { ___m_PetSkill_12 = value; Il2CppCodeGenWriteBarrier((&___m_PetSkill_12), value); } inline static int32_t get_offset_of_m_LeftBuyEnergyCount_13() { return static_cast(offsetof(CPetManager_t2941415134, ___m_LeftBuyEnergyCount_13)); } inline int32_t get_m_LeftBuyEnergyCount_13() const { return ___m_LeftBuyEnergyCount_13; } inline int32_t* get_address_of_m_LeftBuyEnergyCount_13() { return &___m_LeftBuyEnergyCount_13; } inline void set_m_LeftBuyEnergyCount_13(int32_t value) { ___m_LeftBuyEnergyCount_13 = value; } inline static int32_t get_offset_of_m_tempPetObj_14() { return static_cast(offsetof(CPetManager_t2941415134, ___m_tempPetObj_14)); } inline ISceneNpcBase_t3974693970 * get_m_tempPetObj_14() const { return ___m_tempPetObj_14; } inline ISceneNpcBase_t3974693970 ** get_address_of_m_tempPetObj_14() { return &___m_tempPetObj_14; } inline void set_m_tempPetObj_14(ISceneNpcBase_t3974693970 * value) { ___m_tempPetObj_14 = value; Il2CppCodeGenWriteBarrier((&___m_tempPetObj_14), value); } inline static int32_t get_offset_of_m_CurrentPetNum_15() { return static_cast(offsetof(CPetManager_t2941415134, ___m_CurrentPetNum_15)); } inline int32_t get_m_CurrentPetNum_15() const { return ___m_CurrentPetNum_15; } inline int32_t* get_address_of_m_CurrentPetNum_15() { return &___m_CurrentPetNum_15; } inline void set_m_CurrentPetNum_15(int32_t value) { ___m_CurrentPetNum_15 = value; } inline static int32_t get_offset_of_m_MaxPetNum_16() { return static_cast(offsetof(CPetManager_t2941415134, ___m_MaxPetNum_16)); } inline int32_t get_m_MaxPetNum_16() const { return ___m_MaxPetNum_16; } inline int32_t* get_address_of_m_MaxPetNum_16() { return &___m_MaxPetNum_16; } inline void set_m_MaxPetNum_16(int32_t value) { ___m_MaxPetNum_16 = value; } inline static int32_t get_offset_of_m_UpgradeEffect_17() { return static_cast(offsetof(CPetManager_t2941415134, ___m_UpgradeEffect_17)); } inline UpgradeEffect_t3030226768 * get_m_UpgradeEffect_17() const { return ___m_UpgradeEffect_17; } inline UpgradeEffect_t3030226768 ** get_address_of_m_UpgradeEffect_17() { return &___m_UpgradeEffect_17; } inline void set_m_UpgradeEffect_17(UpgradeEffect_t3030226768 * value) { ___m_UpgradeEffect_17 = value; Il2CppCodeGenWriteBarrier((&___m_UpgradeEffect_17), value); } inline static int32_t get_offset_of_m_GetMaterial_18() { return static_cast(offsetof(CPetManager_t2941415134, ___m_GetMaterial_18)); } inline GetMaterial_t2269987281 * get_m_GetMaterial_18() const { return ___m_GetMaterial_18; } inline GetMaterial_t2269987281 ** get_address_of_m_GetMaterial_18() { return &___m_GetMaterial_18; } inline void set_m_GetMaterial_18(GetMaterial_t2269987281 * value) { ___m_GetMaterial_18 = value; Il2CppCodeGenWriteBarrier((&___m_GetMaterial_18), value); } }; struct CPetManager_t2941415134_StaticFields { public: // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::s_Instance CPetManager_t2941415134 * ___s_Instance_10; public: inline static int32_t get_offset_of_s_Instance_10() { return static_cast(offsetof(CPetManager_t2941415134_StaticFields, ___s_Instance_10)); } inline CPetManager_t2941415134 * get_s_Instance_10() const { return ___s_Instance_10; } inline CPetManager_t2941415134 ** get_address_of_s_Instance_10() { return &___s_Instance_10; } inline void set_s_Instance_10(CPetManager_t2941415134 * value) { ___s_Instance_10 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETMANAGER_T2941415134_H #ifndef CBETTERSET_1_T433888323_H #define CBETTERSET_1_T433888323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CBetterSet`1> struct CBetterSet_1_t433888323 : public RuntimeObject { public: // BetterList`1 CBetterSet`1::m_array BetterList_1_t3769598233 * ___m_array_0; // System.Int32 CBetterSet`1::m_itor int32_t ___m_itor_1; // System.Boolean CBetterSet`1::m_removeFlag bool ___m_removeFlag_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CBetterSet_1_t433888323, ___m_array_0)); } inline BetterList_1_t3769598233 * get_m_array_0() const { return ___m_array_0; } inline BetterList_1_t3769598233 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(BetterList_1_t3769598233 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_itor_1() { return static_cast(offsetof(CBetterSet_1_t433888323, ___m_itor_1)); } inline int32_t get_m_itor_1() const { return ___m_itor_1; } inline int32_t* get_address_of_m_itor_1() { return &___m_itor_1; } inline void set_m_itor_1(int32_t value) { ___m_itor_1 = value; } inline static int32_t get_offset_of_m_removeFlag_2() { return static_cast(offsetof(CBetterSet_1_t433888323, ___m_removeFlag_2)); } inline bool get_m_removeFlag_2() const { return ___m_removeFlag_2; } inline bool* get_address_of_m_removeFlag_2() { return &___m_removeFlag_2; } inline void set_m_removeFlag_2(bool value) { ___m_removeFlag_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBETTERSET_1_T433888323_H #ifndef CAVATARINFO_T2247402650_H #define CAVATARINFO_T2247402650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAvatarInfo struct CAvatarInfo_t2247402650 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CAvatarInfo::m_SexVal int32_t ___m_SexVal_0; // System.Collections.Generic.List`1 DMCore.Logic.CAvatarInfo::m_EquipList List_1_t128053199 * ___m_EquipList_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAvatarInfo::m_EquipJewelIdDic Dictionary_2_t1839659084 * ___m_EquipJewelIdDic_2; public: inline static int32_t get_offset_of_m_SexVal_0() { return static_cast(offsetof(CAvatarInfo_t2247402650, ___m_SexVal_0)); } inline int32_t get_m_SexVal_0() const { return ___m_SexVal_0; } inline int32_t* get_address_of_m_SexVal_0() { return &___m_SexVal_0; } inline void set_m_SexVal_0(int32_t value) { ___m_SexVal_0 = value; } inline static int32_t get_offset_of_m_EquipList_1() { return static_cast(offsetof(CAvatarInfo_t2247402650, ___m_EquipList_1)); } inline List_1_t128053199 * get_m_EquipList_1() const { return ___m_EquipList_1; } inline List_1_t128053199 ** get_address_of_m_EquipList_1() { return &___m_EquipList_1; } inline void set_m_EquipList_1(List_1_t128053199 * value) { ___m_EquipList_1 = value; Il2CppCodeGenWriteBarrier((&___m_EquipList_1), value); } inline static int32_t get_offset_of_m_EquipJewelIdDic_2() { return static_cast(offsetof(CAvatarInfo_t2247402650, ___m_EquipJewelIdDic_2)); } inline Dictionary_2_t1839659084 * get_m_EquipJewelIdDic_2() const { return ___m_EquipJewelIdDic_2; } inline Dictionary_2_t1839659084 ** get_address_of_m_EquipJewelIdDic_2() { return &___m_EquipJewelIdDic_2; } inline void set_m_EquipJewelIdDic_2(Dictionary_2_t1839659084 * value) { ___m_EquipJewelIdDic_2 = value; Il2CppCodeGenWriteBarrier((&___m_EquipJewelIdDic_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARINFO_T2247402650_H #ifndef ROLEMODELITEMEFFECTDATA_T1367149666_H #define ROLEMODELITEMEFFECTDATA_T1367149666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData struct roleModelItemEffectData_t1367149666 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::created bool ___created_0; // UnityEngine.GameObject DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::gameObj GameObject_t1113636619 * ___gameObj_1; // System.Int32 DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::effectId int32_t ___effectId_2; // System.Int32 DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::jewelLevel int32_t ___jewelLevel_3; // System.String DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::AllPath String_t* ___AllPath_4; // System.Int32 DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::cateGory int32_t ___cateGory_5; // System.String DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::boneName String_t* ___boneName_6; // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::enableVal bool ___enableVal_7; public: inline static int32_t get_offset_of_created_0() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___created_0)); } inline bool get_created_0() const { return ___created_0; } inline bool* get_address_of_created_0() { return &___created_0; } inline void set_created_0(bool value) { ___created_0 = value; } inline static int32_t get_offset_of_gameObj_1() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___gameObj_1)); } inline GameObject_t1113636619 * get_gameObj_1() const { return ___gameObj_1; } inline GameObject_t1113636619 ** get_address_of_gameObj_1() { return &___gameObj_1; } inline void set_gameObj_1(GameObject_t1113636619 * value) { ___gameObj_1 = value; Il2CppCodeGenWriteBarrier((&___gameObj_1), value); } inline static int32_t get_offset_of_effectId_2() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___effectId_2)); } inline int32_t get_effectId_2() const { return ___effectId_2; } inline int32_t* get_address_of_effectId_2() { return &___effectId_2; } inline void set_effectId_2(int32_t value) { ___effectId_2 = value; } inline static int32_t get_offset_of_jewelLevel_3() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___jewelLevel_3)); } inline int32_t get_jewelLevel_3() const { return ___jewelLevel_3; } inline int32_t* get_address_of_jewelLevel_3() { return &___jewelLevel_3; } inline void set_jewelLevel_3(int32_t value) { ___jewelLevel_3 = value; } inline static int32_t get_offset_of_AllPath_4() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___AllPath_4)); } inline String_t* get_AllPath_4() const { return ___AllPath_4; } inline String_t** get_address_of_AllPath_4() { return &___AllPath_4; } inline void set_AllPath_4(String_t* value) { ___AllPath_4 = value; Il2CppCodeGenWriteBarrier((&___AllPath_4), value); } inline static int32_t get_offset_of_cateGory_5() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___cateGory_5)); } inline int32_t get_cateGory_5() const { return ___cateGory_5; } inline int32_t* get_address_of_cateGory_5() { return &___cateGory_5; } inline void set_cateGory_5(int32_t value) { ___cateGory_5 = value; } inline static int32_t get_offset_of_boneName_6() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___boneName_6)); } inline String_t* get_boneName_6() const { return ___boneName_6; } inline String_t** get_address_of_boneName_6() { return &___boneName_6; } inline void set_boneName_6(String_t* value) { ___boneName_6 = value; Il2CppCodeGenWriteBarrier((&___boneName_6), value); } inline static int32_t get_offset_of_enableVal_7() { return static_cast(offsetof(roleModelItemEffectData_t1367149666, ___enableVal_7)); } inline bool get_enableVal_7() const { return ___enableVal_7; } inline bool* get_address_of_enableVal_7() { return &___enableVal_7; } inline void set_enableVal_7(bool value) { ___enableVal_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROLEMODELITEMEFFECTDATA_T1367149666_H #ifndef JEWELDATA_T899796350_H #define JEWELDATA_T899796350_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.JewelData struct JewelData_t899796350 : public RuntimeObject { public: // System.Int32 DMCore.Logic.JewelData::JewelId int32_t ___JewelId_0; // System.Int32 DMCore.Logic.JewelData::EffectId int32_t ___EffectId_1; // System.Int32 DMCore.Logic.JewelData::IsCombineEffect int32_t ___IsCombineEffect_2; // System.Int32 DMCore.Logic.JewelData::Level int32_t ___Level_3; // System.String DMCore.Logic.JewelData::EffectNme String_t* ___EffectNme_4; // System.Int32 DMCore.Logic.JewelData::Type int32_t ___Type_5; public: inline static int32_t get_offset_of_JewelId_0() { return static_cast(offsetof(JewelData_t899796350, ___JewelId_0)); } inline int32_t get_JewelId_0() const { return ___JewelId_0; } inline int32_t* get_address_of_JewelId_0() { return &___JewelId_0; } inline void set_JewelId_0(int32_t value) { ___JewelId_0 = value; } inline static int32_t get_offset_of_EffectId_1() { return static_cast(offsetof(JewelData_t899796350, ___EffectId_1)); } inline int32_t get_EffectId_1() const { return ___EffectId_1; } inline int32_t* get_address_of_EffectId_1() { return &___EffectId_1; } inline void set_EffectId_1(int32_t value) { ___EffectId_1 = value; } inline static int32_t get_offset_of_IsCombineEffect_2() { return static_cast(offsetof(JewelData_t899796350, ___IsCombineEffect_2)); } inline int32_t get_IsCombineEffect_2() const { return ___IsCombineEffect_2; } inline int32_t* get_address_of_IsCombineEffect_2() { return &___IsCombineEffect_2; } inline void set_IsCombineEffect_2(int32_t value) { ___IsCombineEffect_2 = value; } inline static int32_t get_offset_of_Level_3() { return static_cast(offsetof(JewelData_t899796350, ___Level_3)); } inline int32_t get_Level_3() const { return ___Level_3; } inline int32_t* get_address_of_Level_3() { return &___Level_3; } inline void set_Level_3(int32_t value) { ___Level_3 = value; } inline static int32_t get_offset_of_EffectNme_4() { return static_cast(offsetof(JewelData_t899796350, ___EffectNme_4)); } inline String_t* get_EffectNme_4() const { return ___EffectNme_4; } inline String_t** get_address_of_EffectNme_4() { return &___EffectNme_4; } inline void set_EffectNme_4(String_t* value) { ___EffectNme_4 = value; Il2CppCodeGenWriteBarrier((&___EffectNme_4), value); } inline static int32_t get_offset_of_Type_5() { return static_cast(offsetof(JewelData_t899796350, ___Type_5)); } inline int32_t get_Type_5() const { return ___Type_5; } inline int32_t* get_address_of_Type_5() { return &___Type_5; } inline void set_Type_5(int32_t value) { ___Type_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JEWELDATA_T899796350_H #ifndef CROLEMODELITEM_JWELDATA_T633435960_H #define CROLEMODELITEM_JWELDATA_T633435960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_JwelData struct CRoleModelItem_JwelData_t633435960 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CRoleModelItem_JwelData::m_catogroy int32_t ___m_catogroy_0; // System.Int32 DMCore.Framework.Scene.CRoleModelItem_JwelData::m_jewelId int32_t ___m_jewelId_1; public: inline static int32_t get_offset_of_m_catogroy_0() { return static_cast(offsetof(CRoleModelItem_JwelData_t633435960, ___m_catogroy_0)); } inline int32_t get_m_catogroy_0() const { return ___m_catogroy_0; } inline int32_t* get_address_of_m_catogroy_0() { return &___m_catogroy_0; } inline void set_m_catogroy_0(int32_t value) { ___m_catogroy_0 = value; } inline static int32_t get_offset_of_m_jewelId_1() { return static_cast(offsetof(CRoleModelItem_JwelData_t633435960, ___m_jewelId_1)); } inline int32_t get_m_jewelId_1() const { return ___m_jewelId_1; } inline int32_t* get_address_of_m_jewelId_1() { return &___m_jewelId_1; } inline void set_m_jewelId_1(int32_t value) { ___m_jewelId_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_JWELDATA_T633435960_H #ifndef LIST_1_T2105510702_H #define LIST_1_T2105510702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2105510702 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CRoleModelItem_JwelDataU5BU5D_t1185049833* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2105510702, ____items_1)); } inline CRoleModelItem_JwelDataU5BU5D_t1185049833* get__items_1() const { return ____items_1; } inline CRoleModelItem_JwelDataU5BU5D_t1185049833** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CRoleModelItem_JwelDataU5BU5D_t1185049833* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2105510702, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2105510702, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2105510702_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CRoleModelItem_JwelDataU5BU5D_t1185049833* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2105510702_StaticFields, ___EmptyArray_4)); } inline CRoleModelItem_JwelDataU5BU5D_t1185049833* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CRoleModelItem_JwelDataU5BU5D_t1185049833** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CRoleModelItem_JwelDataU5BU5D_t1185049833* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2105510702_H #ifndef CAVATAREQUIPMANAGER_T2125372870_H #define CAVATAREQUIPMANAGER_T2125372870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAvatarEquipManager struct CAvatarEquipManager_t2125372870 : public RuntimeObject { public: // CBetterSet`1 DMCore.Logic.CAvatarEquipManager::m_AvatarInfoChange CBetterSet_1_t3304831721 * ___m_AvatarInfoChange_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAvatarEquipManager::m_RoleEquipCache Dictionary_2_t3310042434 * ___m_RoleEquipCache_1; // System.Int64 DMCore.Logic.CAvatarEquipManager::m_activeRoleUserID int64_t ___m_activeRoleUserID_2; public: inline static int32_t get_offset_of_m_AvatarInfoChange_0() { return static_cast(offsetof(CAvatarEquipManager_t2125372870, ___m_AvatarInfoChange_0)); } inline CBetterSet_1_t3304831721 * get_m_AvatarInfoChange_0() const { return ___m_AvatarInfoChange_0; } inline CBetterSet_1_t3304831721 ** get_address_of_m_AvatarInfoChange_0() { return &___m_AvatarInfoChange_0; } inline void set_m_AvatarInfoChange_0(CBetterSet_1_t3304831721 * value) { ___m_AvatarInfoChange_0 = value; Il2CppCodeGenWriteBarrier((&___m_AvatarInfoChange_0), value); } inline static int32_t get_offset_of_m_RoleEquipCache_1() { return static_cast(offsetof(CAvatarEquipManager_t2125372870, ___m_RoleEquipCache_1)); } inline Dictionary_2_t3310042434 * get_m_RoleEquipCache_1() const { return ___m_RoleEquipCache_1; } inline Dictionary_2_t3310042434 ** get_address_of_m_RoleEquipCache_1() { return &___m_RoleEquipCache_1; } inline void set_m_RoleEquipCache_1(Dictionary_2_t3310042434 * value) { ___m_RoleEquipCache_1 = value; Il2CppCodeGenWriteBarrier((&___m_RoleEquipCache_1), value); } inline static int32_t get_offset_of_m_activeRoleUserID_2() { return static_cast(offsetof(CAvatarEquipManager_t2125372870, ___m_activeRoleUserID_2)); } inline int64_t get_m_activeRoleUserID_2() const { return ___m_activeRoleUserID_2; } inline int64_t* get_address_of_m_activeRoleUserID_2() { return &___m_activeRoleUserID_2; } inline void set_m_activeRoleUserID_2(int64_t value) { ___m_activeRoleUserID_2 = value; } }; struct CAvatarEquipManager_t2125372870_StaticFields { public: // DMCore.Logic.CAvatarEquipManager DMCore.Logic.CAvatarEquipManager::s_Instance CAvatarEquipManager_t2125372870 * ___s_Instance_3; // System.Action`1 DMCore.Logic.CAvatarEquipManager::<>f__am$cache0 Action_1_t3363021612 * ___U3CU3Ef__amU24cache0_4; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CAvatarEquipManager_t2125372870_StaticFields, ___s_Instance_3)); } inline CAvatarEquipManager_t2125372870 * get_s_Instance_3() const { return ___s_Instance_3; } inline CAvatarEquipManager_t2125372870 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CAvatarEquipManager_t2125372870 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_4() { return static_cast(offsetof(CAvatarEquipManager_t2125372870_StaticFields, ___U3CU3Ef__amU24cache0_4)); } inline Action_1_t3363021612 * get_U3CU3Ef__amU24cache0_4() const { return ___U3CU3Ef__amU24cache0_4; } inline Action_1_t3363021612 ** get_address_of_U3CU3Ef__amU24cache0_4() { return &___U3CU3Ef__amU24cache0_4; } inline void set_U3CU3Ef__amU24cache0_4(Action_1_t3363021612 * value) { ___U3CU3Ef__amU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATAREQUIPMANAGER_T2125372870_H #ifndef CBETTERSET_1_T2134195988_H #define CBETTERSET_1_T2134195988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CBetterSet`1> struct CBetterSet_1_t2134195988 : public RuntimeObject { public: // BetterList`1 CBetterSet`1::m_array BetterList_1_t1174938602 * ___m_array_0; // System.Int32 CBetterSet`1::m_itor int32_t ___m_itor_1; // System.Boolean CBetterSet`1::m_removeFlag bool ___m_removeFlag_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CBetterSet_1_t2134195988, ___m_array_0)); } inline BetterList_1_t1174938602 * get_m_array_0() const { return ___m_array_0; } inline BetterList_1_t1174938602 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(BetterList_1_t1174938602 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_itor_1() { return static_cast(offsetof(CBetterSet_1_t2134195988, ___m_itor_1)); } inline int32_t get_m_itor_1() const { return ___m_itor_1; } inline int32_t* get_address_of_m_itor_1() { return &___m_itor_1; } inline void set_m_itor_1(int32_t value) { ___m_itor_1 = value; } inline static int32_t get_offset_of_m_removeFlag_2() { return static_cast(offsetof(CBetterSet_1_t2134195988, ___m_removeFlag_2)); } inline bool get_m_removeFlag_2() const { return ___m_removeFlag_2; } inline bool* get_address_of_m_removeFlag_2() { return &___m_removeFlag_2; } inline void set_m_removeFlag_2(bool value) { ___m_removeFlag_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBETTERSET_1_T2134195988_H #ifndef LIST_1_T3491993026_H #define LIST_1_T3491993026_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_t3491993026 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Action_1U5BU5D_t1278288261* ____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_t3491993026, ____items_1)); } inline Action_1U5BU5D_t1278288261* get__items_1() const { return ____items_1; } inline Action_1U5BU5D_t1278288261** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Action_1U5BU5D_t1278288261* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3491993026, ____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_t3491993026, ____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_t3491993026_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Action_1U5BU5D_t1278288261* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3491993026_StaticFields, ___EmptyArray_4)); } inline Action_1U5BU5D_t1278288261* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Action_1U5BU5D_t1278288261** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Action_1U5BU5D_t1278288261* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3491993026_H #ifndef U3C_ONPROPCHANGEBEFOREU3EC__ANONSTOREY0_T4250282115_H #define U3C_ONPROPCHANGEBEFOREU3EC__ANONSTOREY0_T4250282115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CProperty/<_OnPropChangeBefore>c__AnonStorey0 struct U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 : public RuntimeObject { public: // System.String DMCore.Framework.Scene.CProperty/<_OnPropChangeBefore>c__AnonStorey0::key String_t* ___key_0; // DMCore.Framework.Scene.CPropData DMCore.Framework.Scene.CProperty/<_OnPropChangeBefore>c__AnonStorey0::newData CPropData_t2491857930 * ___newData_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_newData_1() { return static_cast(offsetof(U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115, ___newData_1)); } inline CPropData_t2491857930 * get_newData_1() const { return ___newData_1; } inline CPropData_t2491857930 ** get_address_of_newData_1() { return &___newData_1; } inline void set_newData_1(CPropData_t2491857930 * value) { ___newData_1 = value; Il2CppCodeGenWriteBarrier((&___newData_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3C_ONPROPCHANGEBEFOREU3EC__ANONSTOREY0_T4250282115_H #ifndef U3C_ONPROPCHANGEENDU3EC__ANONSTOREY1_T3236267979_H #define U3C_ONPROPCHANGEENDU3EC__ANONSTOREY1_T3236267979_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CProperty/<_OnPropChangeEnd>c__AnonStorey1 struct U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 : public RuntimeObject { public: // System.String DMCore.Framework.Scene.CProperty/<_OnPropChangeEnd>c__AnonStorey1::key String_t* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3C_ONPROPCHANGEENDU3EC__ANONSTOREY1_T3236267979_H #ifndef CROLEMODEL_EFFECT_T71978069_H #define CROLEMODEL_EFFECT_T71978069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::isReady bool ___isReady_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModel_Effect::m_listParticals Dictionary_2_t255862997 * ___m_listParticals_1; // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModel_Effect::m_role ISceneRole_t2394225724 * ___m_role_2; // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::m_bCombineEffectMode bool ___m_bCombineEffectMode_3; // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData DMCore.Framework.Scene.CRoleModel_Effect::m_CombineEffectIns roleModelItemEffectData_t1367149666 * ___m_CombineEffectIns_4; // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::m_bMale bool ___m_bMale_5; public: inline static int32_t get_offset_of_isReady_0() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___isReady_0)); } inline bool get_isReady_0() const { return ___isReady_0; } inline bool* get_address_of_isReady_0() { return &___isReady_0; } inline void set_isReady_0(bool value) { ___isReady_0 = value; } inline static int32_t get_offset_of_m_listParticals_1() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_listParticals_1)); } inline Dictionary_2_t255862997 * get_m_listParticals_1() const { return ___m_listParticals_1; } inline Dictionary_2_t255862997 ** get_address_of_m_listParticals_1() { return &___m_listParticals_1; } inline void set_m_listParticals_1(Dictionary_2_t255862997 * value) { ___m_listParticals_1 = value; Il2CppCodeGenWriteBarrier((&___m_listParticals_1), value); } inline static int32_t get_offset_of_m_role_2() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_role_2)); } inline ISceneRole_t2394225724 * get_m_role_2() const { return ___m_role_2; } inline ISceneRole_t2394225724 ** get_address_of_m_role_2() { return &___m_role_2; } inline void set_m_role_2(ISceneRole_t2394225724 * value) { ___m_role_2 = value; Il2CppCodeGenWriteBarrier((&___m_role_2), value); } inline static int32_t get_offset_of_m_bCombineEffectMode_3() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_bCombineEffectMode_3)); } inline bool get_m_bCombineEffectMode_3() const { return ___m_bCombineEffectMode_3; } inline bool* get_address_of_m_bCombineEffectMode_3() { return &___m_bCombineEffectMode_3; } inline void set_m_bCombineEffectMode_3(bool value) { ___m_bCombineEffectMode_3 = value; } inline static int32_t get_offset_of_m_CombineEffectIns_4() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_CombineEffectIns_4)); } inline roleModelItemEffectData_t1367149666 * get_m_CombineEffectIns_4() const { return ___m_CombineEffectIns_4; } inline roleModelItemEffectData_t1367149666 ** get_address_of_m_CombineEffectIns_4() { return &___m_CombineEffectIns_4; } inline void set_m_CombineEffectIns_4(roleModelItemEffectData_t1367149666 * value) { ___m_CombineEffectIns_4 = value; Il2CppCodeGenWriteBarrier((&___m_CombineEffectIns_4), value); } inline static int32_t get_offset_of_m_bMale_5() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_bMale_5)); } inline bool get_m_bMale_5() const { return ___m_bMale_5; } inline bool* get_address_of_m_bMale_5() { return &___m_bMale_5; } inline void set_m_bMale_5(bool value) { ___m_bMale_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODEL_EFFECT_T71978069_H #ifndef DICTIONARY_2_T255862997_H #define DICTIONARY_2_T255862997_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_t255862997 : 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 roleModelItemEffectDataU5BU5D_t2810420183* ___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_t255862997, ___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_t255862997, ___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_t255862997, ___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_t255862997, ___valueSlots_7)); } inline roleModelItemEffectDataU5BU5D_t2810420183* get_valueSlots_7() const { return ___valueSlots_7; } inline roleModelItemEffectDataU5BU5D_t2810420183** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(roleModelItemEffectDataU5BU5D_t2810420183* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t255862997, ___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_t255862997, ___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_t255862997, ___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_t255862997, ___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_t255862997, ___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_t255862997, ___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_t255862997, ___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_t255862997_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2414759027 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t255862997_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2414759027 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2414759027 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2414759027 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T255862997_H #ifndef LINKEDLIST_1_T4166515492_H #define LINKEDLIST_1_T4166515492_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_t4166515492 : 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_t777077290 * ___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_t4166515492, ___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_t4166515492, ___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_t4166515492, ___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_t4166515492, ___first_5)); } inline LinkedListNode_1_t777077290 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t777077290 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t777077290 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t4166515492, ___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_T4166515492_H #ifndef CRECORDER_T2207788680_H #define CRECORDER_T2207788680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CRecorder struct CRecorder_t2207788680 : public RuntimeObject { public: public: }; struct CRecorder_t2207788680_StaticFields { public: // DMCore.Framework.Plugin.CRecorder DMCore.Framework.Plugin.CRecorder::s_instance CRecorder_t2207788680 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CRecorder_t2207788680_StaticFields, ___s_instance_0)); } inline CRecorder_t2207788680 * get_s_instance_0() const { return ___s_instance_0; } inline CRecorder_t2207788680 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CRecorder_t2207788680 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRECORDER_T2207788680_H #ifndef CPLUGINCONFIG_T32997114_H #define CPLUGINCONFIG_T32997114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CPluginConfig struct CPluginConfig_t32997114 : public RuntimeObject { public: public: }; struct CPluginConfig_t32997114_StaticFields { public: // DMCore.Framework.Plugin.CPluginConfig DMCore.Framework.Plugin.CPluginConfig::s_instance CPluginConfig_t32997114 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CPluginConfig_t32997114_StaticFields, ___s_instance_0)); } inline CPluginConfig_t32997114 * get_s_instance_0() const { return ___s_instance_0; } inline CPluginConfig_t32997114 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CPluginConfig_t32997114 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPLUGINCONFIG_T32997114_H #ifndef CLOCATIONPLUGIN_T3425133258_H #define CLOCATIONPLUGIN_T3425133258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CLocationPlugin struct CLocationPlugin_t3425133258 : public RuntimeObject { public: public: }; struct CLocationPlugin_t3425133258_StaticFields { public: // DMCore.Framework.Plugin.CLocationPlugin DMCore.Framework.Plugin.CLocationPlugin::s_Instance CLocationPlugin_t3425133258 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CLocationPlugin_t3425133258_StaticFields, ___s_Instance_0)); } inline CLocationPlugin_t3425133258 * get_s_Instance_0() const { return ___s_Instance_0; } inline CLocationPlugin_t3425133258 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CLocationPlugin_t3425133258 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCATIONPLUGIN_T3425133258_H #ifndef CFITFUNAPIPLUGIN_T3372796910_H #define CFITFUNAPIPLUGIN_T3372796910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910 : public RuntimeObject { public: public: }; struct CFitfunApiPlugin_t3372796910_StaticFields { public: // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::s_instance CFitfunApiPlugin_t3372796910 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CFitfunApiPlugin_t3372796910_StaticFields, ___s_instance_0)); } inline CFitfunApiPlugin_t3372796910 * get_s_instance_0() const { return ___s_instance_0; } inline CFitfunApiPlugin_t3372796910 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CFitfunApiPlugin_t3372796910 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFITFUNAPIPLUGIN_T3372796910_H #ifndef CAUTOUPDATEPLUGIN_T3199557684_H #define CAUTOUPDATEPLUGIN_T3199557684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CAutoUpdatePlugin struct CAutoUpdatePlugin_t3199557684 : public RuntimeObject { public: public: }; struct CAutoUpdatePlugin_t3199557684_StaticFields { public: // DMCore.Framework.Plugin.CAutoUpdatePlugin DMCore.Framework.Plugin.CAutoUpdatePlugin::s_Instance CAutoUpdatePlugin_t3199557684 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CAutoUpdatePlugin_t3199557684_StaticFields, ___s_Instance_0)); } inline CAutoUpdatePlugin_t3199557684 * get_s_Instance_0() const { return ___s_Instance_0; } inline CAutoUpdatePlugin_t3199557684 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CAutoUpdatePlugin_t3199557684 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAUTOUPDATEPLUGIN_T3199557684_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef 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 CYUNVASDK_T1509311865_H #define CYUNVASDK_T1509311865_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CYunvaSDK struct CYunvaSDK_t1509311865 : public RuntimeObject { public: // System.String DMCore.Framework.Plugin.CYunvaSDK::m_UpLoadText String_t* ___m_UpLoadText_9; // System.String DMCore.Framework.Plugin.CYunvaSDK::curVoice String_t* ___curVoice_10; // System.Collections.Generic.List`1 DMCore.Framework.Plugin.CYunvaSDK::m_downloadList List_1_t3319525431 * ___m_downloadList_12; public: inline static int32_t get_offset_of_m_UpLoadText_9() { return static_cast(offsetof(CYunvaSDK_t1509311865, ___m_UpLoadText_9)); } inline String_t* get_m_UpLoadText_9() const { return ___m_UpLoadText_9; } inline String_t** get_address_of_m_UpLoadText_9() { return &___m_UpLoadText_9; } inline void set_m_UpLoadText_9(String_t* value) { ___m_UpLoadText_9 = value; Il2CppCodeGenWriteBarrier((&___m_UpLoadText_9), value); } inline static int32_t get_offset_of_curVoice_10() { return static_cast(offsetof(CYunvaSDK_t1509311865, ___curVoice_10)); } inline String_t* get_curVoice_10() const { return ___curVoice_10; } inline String_t** get_address_of_curVoice_10() { return &___curVoice_10; } inline void set_curVoice_10(String_t* value) { ___curVoice_10 = value; Il2CppCodeGenWriteBarrier((&___curVoice_10), value); } inline static int32_t get_offset_of_m_downloadList_12() { return static_cast(offsetof(CYunvaSDK_t1509311865, ___m_downloadList_12)); } inline List_1_t3319525431 * get_m_downloadList_12() const { return ___m_downloadList_12; } inline List_1_t3319525431 ** get_address_of_m_downloadList_12() { return &___m_downloadList_12; } inline void set_m_downloadList_12(List_1_t3319525431 * value) { ___m_downloadList_12 = value; Il2CppCodeGenWriteBarrier((&___m_downloadList_12), value); } }; struct CYunvaSDK_t1509311865_StaticFields { public: // DMCore.Framework.Plugin.CYunvaSDK DMCore.Framework.Plugin.CYunvaSDK::s_instance CYunvaSDK_t1509311865 * ___s_instance_11; public: inline static int32_t get_offset_of_s_instance_11() { return static_cast(offsetof(CYunvaSDK_t1509311865_StaticFields, ___s_instance_11)); } inline CYunvaSDK_t1509311865 * get_s_instance_11() const { return ___s_instance_11; } inline CYunvaSDK_t1509311865 ** get_address_of_s_instance_11() { return &___s_instance_11; } inline void set_s_instance_11(CYunvaSDK_t1509311865 * value) { ___s_instance_11 = value; Il2CppCodeGenWriteBarrier((&___s_instance_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CYUNVASDK_T1509311865_H #ifndef CYUNVAPLUGIN_T4275543694_H #define CYUNVAPLUGIN_T4275543694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CYunvaPlugin struct CYunvaPlugin_t4275543694 : public RuntimeObject { public: public: }; struct CYunvaPlugin_t4275543694_StaticFields { public: // DMCore.Framework.Plugin.CYunvaPlugin DMCore.Framework.Plugin.CYunvaPlugin::s_instance CYunvaPlugin_t4275543694 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CYunvaPlugin_t4275543694_StaticFields, ___s_instance_0)); } inline CYunvaPlugin_t4275543694 * get_s_instance_0() const { return ___s_instance_0; } inline CYunvaPlugin_t4275543694 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CYunvaPlugin_t4275543694 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CYUNVAPLUGIN_T4275543694_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 CUSERINFOAPI_T815375937_H #define CUSERINFOAPI_T815375937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CUserInfoApi struct CUserInfoApi_t815375937 : public RuntimeObject { public: // System.Int64 DMCore.Framework.Plugin.CUserInfoApi::m_usrID int64_t ___m_usrID_1; // System.String DMCore.Framework.Plugin.CUserInfoApi::m_roleName String_t* ___m_roleName_2; public: inline static int32_t get_offset_of_m_usrID_1() { return static_cast(offsetof(CUserInfoApi_t815375937, ___m_usrID_1)); } inline int64_t get_m_usrID_1() const { return ___m_usrID_1; } inline int64_t* get_address_of_m_usrID_1() { return &___m_usrID_1; } inline void set_m_usrID_1(int64_t value) { ___m_usrID_1 = value; } inline static int32_t get_offset_of_m_roleName_2() { return static_cast(offsetof(CUserInfoApi_t815375937, ___m_roleName_2)); } inline String_t* get_m_roleName_2() const { return ___m_roleName_2; } inline String_t** get_address_of_m_roleName_2() { return &___m_roleName_2; } inline void set_m_roleName_2(String_t* value) { ___m_roleName_2 = value; Il2CppCodeGenWriteBarrier((&___m_roleName_2), value); } }; struct CUserInfoApi_t815375937_StaticFields { public: // DMCore.Framework.Plugin.CUserInfoApi DMCore.Framework.Plugin.CUserInfoApi::s_instance CUserInfoApi_t815375937 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CUserInfoApi_t815375937_StaticFields, ___s_instance_0)); } inline CUserInfoApi_t815375937 * get_s_instance_0() const { return ___s_instance_0; } inline CUserInfoApi_t815375937 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CUserInfoApi_t815375937 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSERINFOAPI_T815375937_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 CSYSTEMTOOLPLUGIN_T1584592813_H #define CSYSTEMTOOLPLUGIN_T1584592813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSystemToolPlugin struct CSystemToolPlugin_t1584592813 : public RuntimeObject { public: public: }; struct CSystemToolPlugin_t1584592813_StaticFields { public: // DMCore.Framework.Plugin.CSystemToolPlugin DMCore.Framework.Plugin.CSystemToolPlugin::s_instance CSystemToolPlugin_t1584592813 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSystemToolPlugin_t1584592813_StaticFields, ___s_instance_0)); } inline CSystemToolPlugin_t1584592813 * get_s_instance_0() const { return ___s_instance_0; } inline CSystemToolPlugin_t1584592813 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSystemToolPlugin_t1584592813 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMTOOLPLUGIN_T1584592813_H #ifndef CSYSTEMTOOL_T575361936_H #define CSYSTEMTOOL_T575361936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSystemTool struct CSystemTool_t575361936 : public RuntimeObject { public: public: }; struct CSystemTool_t575361936_StaticFields { public: // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::s_instance CSystemTool_t575361936 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSystemTool_t575361936_StaticFields, ___s_instance_0)); } inline CSystemTool_t575361936 * get_s_instance_0() const { return ___s_instance_0; } inline CSystemTool_t575361936 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSystemTool_t575361936 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMTOOL_T575361936_H #ifndef CSNAPSHOT_T1553868284_H #define CSNAPSHOT_T1553868284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CSnapshot struct CSnapshot_t1553868284 : public RuntimeObject { public: public: }; struct CSnapshot_t1553868284_StaticFields { public: // DMCore.Framework.Plugin.CSnapshot DMCore.Framework.Plugin.CSnapshot::s_instance CSnapshot_t1553868284 * ___s_instance_4; public: inline static int32_t get_offset_of_s_instance_4() { return static_cast(offsetof(CSnapshot_t1553868284_StaticFields, ___s_instance_4)); } inline CSnapshot_t1553868284 * get_s_instance_4() const { return ___s_instance_4; } inline CSnapshot_t1553868284 ** get_address_of_s_instance_4() { return &___s_instance_4; } inline void set_s_instance_4(CSnapshot_t1553868284 * value) { ___s_instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSNAPSHOT_T1553868284_H #ifndef LIST_1_T1589480316_H #define LIST_1_T1589480316_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_t1589480316 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CStreamFileDataU5BU5D_t118098851* ____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_t1589480316, ____items_1)); } inline CStreamFileDataU5BU5D_t118098851* get__items_1() const { return ____items_1; } inline CStreamFileDataU5BU5D_t118098851** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CStreamFileDataU5BU5D_t118098851* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1589480316, ____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_t1589480316, ____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_t1589480316_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CStreamFileDataU5BU5D_t118098851* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1589480316_StaticFields, ___EmptyArray_4)); } inline CStreamFileDataU5BU5D_t118098851* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CStreamFileDataU5BU5D_t118098851** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CStreamFileDataU5BU5D_t118098851* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1589480316_H #ifndef LINKEDLIST_1_T687096698_H #define LINKEDLIST_1_T687096698_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_t687096698 : 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_t1592625792 * ___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_t687096698, ___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_t687096698, ___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_t687096698, ___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_t687096698, ___first_5)); } inline LinkedListNode_1_t1592625792 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t1592625792 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t1592625792 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t687096698, ___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_T687096698_H #ifndef CPACKAGEMANAGER_T3847050571_H #define CPACKAGEMANAGER_T3847050571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Package.CPackageManager struct CPackageManager_t3847050571 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.Framework.Package.CPackageManager::m_taskList LinkedList_1_t687096698 * ___m_taskList_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Package.CPackageManager::m_dictionary Dictionary_2_t3979183978 * ___m_dictionary_1; // System.Int32 DMCore.Framework.Package.CPackageManager::m_nTaskEnd int32_t ___m_nTaskEnd_2; // System.Int32 DMCore.Framework.Package.CPackageManager::m_nTaskCnt int32_t ___m_nTaskCnt_3; // System.Boolean DMCore.Framework.Package.CPackageManager::m_bAutoTaskFlag bool ___m_bAutoTaskFlag_4; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Package.CPackageManager::m_DicAutoTask Dictionary_2_t2736202052 * ___m_DicAutoTask_5; public: inline static int32_t get_offset_of_m_taskList_0() { return static_cast(offsetof(CPackageManager_t3847050571, ___m_taskList_0)); } inline LinkedList_1_t687096698 * get_m_taskList_0() const { return ___m_taskList_0; } inline LinkedList_1_t687096698 ** get_address_of_m_taskList_0() { return &___m_taskList_0; } inline void set_m_taskList_0(LinkedList_1_t687096698 * value) { ___m_taskList_0 = value; Il2CppCodeGenWriteBarrier((&___m_taskList_0), value); } inline static int32_t get_offset_of_m_dictionary_1() { return static_cast(offsetof(CPackageManager_t3847050571, ___m_dictionary_1)); } inline Dictionary_2_t3979183978 * get_m_dictionary_1() const { return ___m_dictionary_1; } inline Dictionary_2_t3979183978 ** get_address_of_m_dictionary_1() { return &___m_dictionary_1; } inline void set_m_dictionary_1(Dictionary_2_t3979183978 * value) { ___m_dictionary_1 = value; Il2CppCodeGenWriteBarrier((&___m_dictionary_1), value); } inline static int32_t get_offset_of_m_nTaskEnd_2() { return static_cast(offsetof(CPackageManager_t3847050571, ___m_nTaskEnd_2)); } inline int32_t get_m_nTaskEnd_2() const { return ___m_nTaskEnd_2; } inline int32_t* get_address_of_m_nTaskEnd_2() { return &___m_nTaskEnd_2; } inline void set_m_nTaskEnd_2(int32_t value) { ___m_nTaskEnd_2 = value; } inline static int32_t get_offset_of_m_nTaskCnt_3() { return static_cast(offsetof(CPackageManager_t3847050571, ___m_nTaskCnt_3)); } inline int32_t get_m_nTaskCnt_3() const { return ___m_nTaskCnt_3; } inline int32_t* get_address_of_m_nTaskCnt_3() { return &___m_nTaskCnt_3; } inline void set_m_nTaskCnt_3(int32_t value) { ___m_nTaskCnt_3 = value; } inline static int32_t get_offset_of_m_bAutoTaskFlag_4() { return static_cast(offsetof(CPackageManager_t3847050571, ___m_bAutoTaskFlag_4)); } inline bool get_m_bAutoTaskFlag_4() const { return ___m_bAutoTaskFlag_4; } inline bool* get_address_of_m_bAutoTaskFlag_4() { return &___m_bAutoTaskFlag_4; } inline void set_m_bAutoTaskFlag_4(bool value) { ___m_bAutoTaskFlag_4 = value; } inline static int32_t get_offset_of_m_DicAutoTask_5() { return static_cast(offsetof(CPackageManager_t3847050571, ___m_DicAutoTask_5)); } inline Dictionary_2_t2736202052 * get_m_DicAutoTask_5() const { return ___m_DicAutoTask_5; } inline Dictionary_2_t2736202052 ** get_address_of_m_DicAutoTask_5() { return &___m_DicAutoTask_5; } inline void set_m_DicAutoTask_5(Dictionary_2_t2736202052 * value) { ___m_DicAutoTask_5 = value; Il2CppCodeGenWriteBarrier((&___m_DicAutoTask_5), value); } }; struct CPackageManager_t3847050571_StaticFields { public: // DMCore.Framework.Package.CPackageManager DMCore.Framework.Package.CPackageManager::s_Instance CPackageManager_t3847050571 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CPackageManager_t3847050571_StaticFields, ___s_Instance_6)); } inline CPackageManager_t3847050571 * get_s_Instance_6() const { return ___s_Instance_6; } inline CPackageManager_t3847050571 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CPackageManager_t3847050571 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPACKAGEMANAGER_T3847050571_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 PICKALGO_T1847209656_H #define PICKALGO_T1847209656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.PickAlgo struct PickAlgo_t1847209656 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PICKALGO_T1847209656_H #ifndef MOVIESEQKEY_T2758342568_H #define MOVIESEQKEY_T2758342568_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.MovieSeqKey struct MovieSeqKey_t2758342568 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOVIESEQKEY_T2758342568_H #ifndef IANIMLISTENER_T1719246343_H #define IANIMLISTENER_T1719246343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.IAnimListener struct IAnimListener_t1719246343 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IANIMLISTENER_T1719246343_H #ifndef CANIMNODE_T3327376431_H #define CANIMNODE_T3327376431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimNode struct CAnimNode_t3327376431 : public RuntimeObject { public: // DMCore.Framework.Movie.CAnimSequence DMCore.Framework.Movie.CAnimNode::k__BackingField CAnimSequence_t1119714129 * ___U3COwnerU3Ek__BackingField_0; // System.Single DMCore.Framework.Movie.CAnimNode::m_fTimeStart float ___m_fTimeStart_1; // System.Single DMCore.Framework.Movie.CAnimNode::m_fTimeEnd float ___m_fTimeEnd_2; // System.Single DMCore.Framework.Movie.CAnimNode::m_fFadeIn float ___m_fFadeIn_3; // DMCore.Framework.Movie.CAnimTrack DMCore.Framework.Movie.CAnimNode::m_pAnimTrack CAnimTrack_t1608933299 * ___m_pAnimTrack_4; // System.Single DMCore.Framework.Movie.CAnimNode::m_fTimeElapsed float ___m_fTimeElapsed_5; // System.Boolean DMCore.Framework.Movie.CAnimNode::m_bTriggered bool ___m_bTriggered_6; public: inline static int32_t get_offset_of_U3COwnerU3Ek__BackingField_0() { return static_cast(offsetof(CAnimNode_t3327376431, ___U3COwnerU3Ek__BackingField_0)); } inline CAnimSequence_t1119714129 * get_U3COwnerU3Ek__BackingField_0() const { return ___U3COwnerU3Ek__BackingField_0; } inline CAnimSequence_t1119714129 ** get_address_of_U3COwnerU3Ek__BackingField_0() { return &___U3COwnerU3Ek__BackingField_0; } inline void set_U3COwnerU3Ek__BackingField_0(CAnimSequence_t1119714129 * value) { ___U3COwnerU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3COwnerU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_fTimeStart_1() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fTimeStart_1)); } inline float get_m_fTimeStart_1() const { return ___m_fTimeStart_1; } inline float* get_address_of_m_fTimeStart_1() { return &___m_fTimeStart_1; } inline void set_m_fTimeStart_1(float value) { ___m_fTimeStart_1 = value; } inline static int32_t get_offset_of_m_fTimeEnd_2() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fTimeEnd_2)); } inline float get_m_fTimeEnd_2() const { return ___m_fTimeEnd_2; } inline float* get_address_of_m_fTimeEnd_2() { return &___m_fTimeEnd_2; } inline void set_m_fTimeEnd_2(float value) { ___m_fTimeEnd_2 = value; } inline static int32_t get_offset_of_m_fFadeIn_3() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fFadeIn_3)); } inline float get_m_fFadeIn_3() const { return ___m_fFadeIn_3; } inline float* get_address_of_m_fFadeIn_3() { return &___m_fFadeIn_3; } inline void set_m_fFadeIn_3(float value) { ___m_fFadeIn_3 = value; } inline static int32_t get_offset_of_m_pAnimTrack_4() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_pAnimTrack_4)); } inline CAnimTrack_t1608933299 * get_m_pAnimTrack_4() const { return ___m_pAnimTrack_4; } inline CAnimTrack_t1608933299 ** get_address_of_m_pAnimTrack_4() { return &___m_pAnimTrack_4; } inline void set_m_pAnimTrack_4(CAnimTrack_t1608933299 * value) { ___m_pAnimTrack_4 = value; Il2CppCodeGenWriteBarrier((&___m_pAnimTrack_4), value); } inline static int32_t get_offset_of_m_fTimeElapsed_5() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_fTimeElapsed_5)); } inline float get_m_fTimeElapsed_5() const { return ___m_fTimeElapsed_5; } inline float* get_address_of_m_fTimeElapsed_5() { return &___m_fTimeElapsed_5; } inline void set_m_fTimeElapsed_5(float value) { ___m_fTimeElapsed_5 = value; } inline static int32_t get_offset_of_m_bTriggered_6() { return static_cast(offsetof(CAnimNode_t3327376431, ___m_bTriggered_6)); } inline bool get_m_bTriggered_6() const { return ___m_bTriggered_6; } inline bool* get_address_of_m_bTriggered_6() { return &___m_bTriggered_6; } inline void set_m_bTriggered_6(bool value) { ___m_bTriggered_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMNODE_T3327376431_H #ifndef CCOMPAREANIMNODE_T199879682_H #define CCOMPAREANIMNODE_T199879682_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CCompareAnimNode struct CCompareAnimNode_t199879682 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCOMPAREANIMNODE_T199879682_H #ifndef DICTIONARY_2_T3979183978_H #define DICTIONARY_2_T3979183978_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_t3979183978 : 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 stPackageInfoU5BU5D_t2380256038* ___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_t3979183978, ___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_t3979183978, ___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_t3979183978, ___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_t3979183978, ___valueSlots_7)); } inline stPackageInfoU5BU5D_t2380256038* get_valueSlots_7() const { return ___valueSlots_7; } inline stPackageInfoU5BU5D_t2380256038** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(stPackageInfoU5BU5D_t2380256038* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3979183978, ___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_t3979183978, ___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_t3979183978, ___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_t3979183978, ___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_t3979183978, ___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_t3979183978, ___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_t3979183978, ___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_t3979183978_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1230667754 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3979183978_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1230667754 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1230667754 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1230667754 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3979183978_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 CSTREAMFILEMANAGER_T2440584139_H #define CSTREAMFILEMANAGER_T2440584139_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Package.CStreamFileManager struct CStreamFileManager_t2440584139 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMFILEMANAGER_T2440584139_H #ifndef CSTREAMFILEDATA_T117405574_H #define CSTREAMFILEDATA_T117405574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Package.CStreamFileData struct CStreamFileData_t117405574 : public RuntimeObject { public: // System.String DMCore.Framework.Package.CStreamFileData::_filePath String_t* ____filePath_0; // System.Int32 DMCore.Framework.Package.CStreamFileData::_fileVersion int32_t ____fileVersion_1; public: inline static int32_t get_offset_of__filePath_0() { return static_cast(offsetof(CStreamFileData_t117405574, ____filePath_0)); } inline String_t* get__filePath_0() const { return ____filePath_0; } inline String_t** get_address_of__filePath_0() { return &____filePath_0; } inline void set__filePath_0(String_t* value) { ____filePath_0 = value; Il2CppCodeGenWriteBarrier((&____filePath_0), value); } inline static int32_t get_offset_of__fileVersion_1() { return static_cast(offsetof(CStreamFileData_t117405574, ____fileVersion_1)); } inline int32_t get__fileVersion_1() const { return ____fileVersion_1; } inline int32_t* get_address_of__fileVersion_1() { return &____fileVersion_1; } inline void set__fileVersion_1(int32_t value) { ____fileVersion_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMFILEDATA_T117405574_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 U3CCLEARSPECIALU3EC__ANONSTOREY0_T3328601790_H #define U3CCLEARSPECIALU3EC__ANONSTOREY0_T3328601790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Package.CPackageManager/c__AnonStorey0 struct U3CClearSpecialU3Ec__AnonStorey0_t3328601790 : public RuntimeObject { public: // System.Predicate`1 DMCore.Framework.Package.CPackageManager/c__AnonStorey0::func Predicate_1_t2672744813 * ___func_0; public: inline static int32_t get_offset_of_func_0() { return static_cast(offsetof(U3CClearSpecialU3Ec__AnonStorey0_t3328601790, ___func_0)); } inline Predicate_1_t2672744813 * get_func_0() const { return ___func_0; } inline Predicate_1_t2672744813 ** get_address_of_func_0() { return &___func_0; } inline void set_func_0(Predicate_1_t2672744813 * value) { ___func_0 = value; Il2CppCodeGenWriteBarrier((&___func_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCLEARSPECIALU3EC__ANONSTOREY0_T3328601790_H #ifndef LINKEDLISTNODE_1_T1592625792_H #define LINKEDLISTNODE_1_T1592625792_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_t1592625792 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item String_t* ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t687096698 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t1592625792 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t1592625792 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___item_0)); } inline String_t* get_item_0() const { return ___item_0; } inline String_t** get_address_of_item_0() { return &___item_0; } inline void set_item_0(String_t* value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___container_1)); } inline LinkedList_1_t687096698 * get_container_1() const { return ___container_1; } inline LinkedList_1_t687096698 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t687096698 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___forward_2)); } inline LinkedListNode_1_t1592625792 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t1592625792 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t1592625792 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t1592625792, ___back_3)); } inline LinkedListNode_1_t1592625792 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t1592625792 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t1592625792 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T1592625792_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 DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef CRESTASKCONTAINER_T3271287293_H #define CRESTASKCONTAINER_T3271287293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResTaskContainer struct CResTaskContainer_t3271287293 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CResTaskContainer::m_array Dictionary_2_t815652591 * ___m_array_0; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_bytesDone int32_t ___m_bytesDone_1; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_bytesTotal int32_t ___m_bytesTotal_2; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_bytesAll int32_t ___m_bytesAll_3; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_nCountDone int32_t ___m_nCountDone_4; // System.Int32 DMCore.Framework.Resource.CResTaskContainer::m_nCountTotal int32_t ___m_nCountTotal_5; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_array_0)); } inline Dictionary_2_t815652591 * get_m_array_0() const { return ___m_array_0; } inline Dictionary_2_t815652591 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(Dictionary_2_t815652591 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_bytesDone_1() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_bytesDone_1)); } inline int32_t get_m_bytesDone_1() const { return ___m_bytesDone_1; } inline int32_t* get_address_of_m_bytesDone_1() { return &___m_bytesDone_1; } inline void set_m_bytesDone_1(int32_t value) { ___m_bytesDone_1 = value; } inline static int32_t get_offset_of_m_bytesTotal_2() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_bytesTotal_2)); } inline int32_t get_m_bytesTotal_2() const { return ___m_bytesTotal_2; } inline int32_t* get_address_of_m_bytesTotal_2() { return &___m_bytesTotal_2; } inline void set_m_bytesTotal_2(int32_t value) { ___m_bytesTotal_2 = value; } inline static int32_t get_offset_of_m_bytesAll_3() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_bytesAll_3)); } inline int32_t get_m_bytesAll_3() const { return ___m_bytesAll_3; } inline int32_t* get_address_of_m_bytesAll_3() { return &___m_bytesAll_3; } inline void set_m_bytesAll_3(int32_t value) { ___m_bytesAll_3 = value; } inline static int32_t get_offset_of_m_nCountDone_4() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_nCountDone_4)); } inline int32_t get_m_nCountDone_4() const { return ___m_nCountDone_4; } inline int32_t* get_address_of_m_nCountDone_4() { return &___m_nCountDone_4; } inline void set_m_nCountDone_4(int32_t value) { ___m_nCountDone_4 = value; } inline static int32_t get_offset_of_m_nCountTotal_5() { return static_cast(offsetof(CResTaskContainer_t3271287293, ___m_nCountTotal_5)); } inline int32_t get_m_nCountTotal_5() const { return ___m_nCountTotal_5; } inline int32_t* get_address_of_m_nCountTotal_5() { return &___m_nCountTotal_5; } inline void set_m_nCountTotal_5(int32_t value) { ___m_nCountTotal_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESTASKCONTAINER_T3271287293_H #ifndef DICTIONARY_2_T396712153_H #define DICTIONARY_2_T396712153_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_t396712153 : 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 ResDataU5BU5D_t1598962459* ___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_t396712153, ___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_t396712153, ___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_t396712153, ___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_t396712153, ___valueSlots_7)); } inline ResDataU5BU5D_t1598962459* get_valueSlots_7() const { return ___valueSlots_7; } inline ResDataU5BU5D_t1598962459** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ResDataU5BU5D_t1598962459* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t396712153, ___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_t396712153, ___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_t396712153, ___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_t396712153, ___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_t396712153, ___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_t396712153, ___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_t396712153, ___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_t396712153_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t449374175 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t396712153_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t449374175 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t449374175 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t449374175 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T396712153_H #ifndef CUIPKGSERVICE_T1582475416_H #define CUIPKGSERVICE_T1582475416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CUIPkgService struct CUIPkgService_t1582475416 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Resource.CUIPkgService::m_bDone bool ___m_bDone_3; // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService::m_abSharedAll AssetBundle_t1153907252 * ___m_abSharedAll_4; // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService::m_fontCached Object_t631007953 * ___m_fontCached_5; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CUIPkgService::m_preLoadAB Dictionary_2_t1759717005 * ___m_preLoadAB_6; // BetterList`1 DMCore.Framework.Resource.CUIPkgService::m_listDelCache BetterList_1_t1380830171 * ___m_listDelCache_7; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CUIPkgService::m_listProtectedFloder List_1_t3319525431 * ___m_listProtectedFloder_8; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CUIPkgService::m_listProtectedItem List_1_t3697884595 * ___m_listProtectedItem_9; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CUIPkgService::m_SourceAll Dictionary_2_t1759717005 * ___m_SourceAll_10; public: inline static int32_t get_offset_of_m_bDone_3() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_bDone_3)); } inline bool get_m_bDone_3() const { return ___m_bDone_3; } inline bool* get_address_of_m_bDone_3() { return &___m_bDone_3; } inline void set_m_bDone_3(bool value) { ___m_bDone_3 = value; } inline static int32_t get_offset_of_m_abSharedAll_4() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_abSharedAll_4)); } inline AssetBundle_t1153907252 * get_m_abSharedAll_4() const { return ___m_abSharedAll_4; } inline AssetBundle_t1153907252 ** get_address_of_m_abSharedAll_4() { return &___m_abSharedAll_4; } inline void set_m_abSharedAll_4(AssetBundle_t1153907252 * value) { ___m_abSharedAll_4 = value; Il2CppCodeGenWriteBarrier((&___m_abSharedAll_4), value); } inline static int32_t get_offset_of_m_fontCached_5() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_fontCached_5)); } inline Object_t631007953 * get_m_fontCached_5() const { return ___m_fontCached_5; } inline Object_t631007953 ** get_address_of_m_fontCached_5() { return &___m_fontCached_5; } inline void set_m_fontCached_5(Object_t631007953 * value) { ___m_fontCached_5 = value; Il2CppCodeGenWriteBarrier((&___m_fontCached_5), value); } inline static int32_t get_offset_of_m_preLoadAB_6() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_preLoadAB_6)); } inline Dictionary_2_t1759717005 * get_m_preLoadAB_6() const { return ___m_preLoadAB_6; } inline Dictionary_2_t1759717005 ** get_address_of_m_preLoadAB_6() { return &___m_preLoadAB_6; } inline void set_m_preLoadAB_6(Dictionary_2_t1759717005 * value) { ___m_preLoadAB_6 = value; Il2CppCodeGenWriteBarrier((&___m_preLoadAB_6), value); } inline static int32_t get_offset_of_m_listDelCache_7() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listDelCache_7)); } inline BetterList_1_t1380830171 * get_m_listDelCache_7() const { return ___m_listDelCache_7; } inline BetterList_1_t1380830171 ** get_address_of_m_listDelCache_7() { return &___m_listDelCache_7; } inline void set_m_listDelCache_7(BetterList_1_t1380830171 * value) { ___m_listDelCache_7 = value; Il2CppCodeGenWriteBarrier((&___m_listDelCache_7), value); } inline static int32_t get_offset_of_m_listProtectedFloder_8() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listProtectedFloder_8)); } inline List_1_t3319525431 * get_m_listProtectedFloder_8() const { return ___m_listProtectedFloder_8; } inline List_1_t3319525431 ** get_address_of_m_listProtectedFloder_8() { return &___m_listProtectedFloder_8; } inline void set_m_listProtectedFloder_8(List_1_t3319525431 * value) { ___m_listProtectedFloder_8 = value; Il2CppCodeGenWriteBarrier((&___m_listProtectedFloder_8), value); } inline static int32_t get_offset_of_m_listProtectedItem_9() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listProtectedItem_9)); } inline List_1_t3697884595 * get_m_listProtectedItem_9() const { return ___m_listProtectedItem_9; } inline List_1_t3697884595 ** get_address_of_m_listProtectedItem_9() { return &___m_listProtectedItem_9; } inline void set_m_listProtectedItem_9(List_1_t3697884595 * value) { ___m_listProtectedItem_9 = value; Il2CppCodeGenWriteBarrier((&___m_listProtectedItem_9), value); } inline static int32_t get_offset_of_m_SourceAll_10() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_SourceAll_10)); } inline Dictionary_2_t1759717005 * get_m_SourceAll_10() const { return ___m_SourceAll_10; } inline Dictionary_2_t1759717005 ** get_address_of_m_SourceAll_10() { return &___m_SourceAll_10; } inline void set_m_SourceAll_10(Dictionary_2_t1759717005 * value) { ___m_SourceAll_10 = value; Il2CppCodeGenWriteBarrier((&___m_SourceAll_10), value); } }; struct CUIPkgService_t1582475416_StaticFields { public: // System.Int32 DMCore.Framework.Resource.CUIPkgService::s_MemorySize int32_t ___s_MemorySize_0; // System.Byte[] DMCore.Framework.Resource.CUIPkgService::s_memoryCache ByteU5BU5D_t4116647657* ___s_memoryCache_1; // DMCore.Framework.Resource.CUIPkgService DMCore.Framework.Resource.CUIPkgService::s_Instance CUIPkgService_t1582475416 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_MemorySize_0() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_MemorySize_0)); } inline int32_t get_s_MemorySize_0() const { return ___s_MemorySize_0; } inline int32_t* get_address_of_s_MemorySize_0() { return &___s_MemorySize_0; } inline void set_s_MemorySize_0(int32_t value) { ___s_MemorySize_0 = value; } inline static int32_t get_offset_of_s_memoryCache_1() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_memoryCache_1)); } inline ByteU5BU5D_t4116647657* get_s_memoryCache_1() const { return ___s_memoryCache_1; } inline ByteU5BU5D_t4116647657** get_address_of_s_memoryCache_1() { return &___s_memoryCache_1; } inline void set_s_memoryCache_1(ByteU5BU5D_t4116647657* value) { ___s_memoryCache_1 = value; Il2CppCodeGenWriteBarrier((&___s_memoryCache_1), value); } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_Instance_2)); } inline CUIPkgService_t1582475416 * get_s_Instance_2() const { return ___s_Instance_2; } inline CUIPkgService_t1582475416 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CUIPkgService_t1582475416 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIPKGSERVICE_T1582475416_H #ifndef USERINFO_T2013096041_H #define USERINFO_T2013096041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CYunvaSDK/UserInfo struct UserInfo_t2013096041 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_sex int32_t ___m_sex_0; // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_vip_level int32_t ___m_vip_level_1; // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_member_level int32_t ___m_member_level_2; // System.Int64 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_photo_id int64_t ___m_photo_id_3; // System.String DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_name String_t* ___m_name_4; // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_status int32_t ___m_status_5; // System.Int64 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_userid int64_t ___m_userid_6; // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_headBoxId int32_t ___m_headBoxId_7; // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::m_chatBubbleID int32_t ___m_chatBubbleID_8; public: inline static int32_t get_offset_of_m_sex_0() { return static_cast(offsetof(UserInfo_t2013096041, ___m_sex_0)); } inline int32_t get_m_sex_0() const { return ___m_sex_0; } inline int32_t* get_address_of_m_sex_0() { return &___m_sex_0; } inline void set_m_sex_0(int32_t value) { ___m_sex_0 = value; } inline static int32_t get_offset_of_m_vip_level_1() { return static_cast(offsetof(UserInfo_t2013096041, ___m_vip_level_1)); } inline int32_t get_m_vip_level_1() const { return ___m_vip_level_1; } inline int32_t* get_address_of_m_vip_level_1() { return &___m_vip_level_1; } inline void set_m_vip_level_1(int32_t value) { ___m_vip_level_1 = value; } inline static int32_t get_offset_of_m_member_level_2() { return static_cast(offsetof(UserInfo_t2013096041, ___m_member_level_2)); } inline int32_t get_m_member_level_2() const { return ___m_member_level_2; } inline int32_t* get_address_of_m_member_level_2() { return &___m_member_level_2; } inline void set_m_member_level_2(int32_t value) { ___m_member_level_2 = value; } inline static int32_t get_offset_of_m_photo_id_3() { return static_cast(offsetof(UserInfo_t2013096041, ___m_photo_id_3)); } inline int64_t get_m_photo_id_3() const { return ___m_photo_id_3; } inline int64_t* get_address_of_m_photo_id_3() { return &___m_photo_id_3; } inline void set_m_photo_id_3(int64_t value) { ___m_photo_id_3 = value; } inline static int32_t get_offset_of_m_name_4() { return static_cast(offsetof(UserInfo_t2013096041, ___m_name_4)); } inline String_t* get_m_name_4() const { return ___m_name_4; } inline String_t** get_address_of_m_name_4() { return &___m_name_4; } inline void set_m_name_4(String_t* value) { ___m_name_4 = value; Il2CppCodeGenWriteBarrier((&___m_name_4), value); } inline static int32_t get_offset_of_m_status_5() { return static_cast(offsetof(UserInfo_t2013096041, ___m_status_5)); } inline int32_t get_m_status_5() const { return ___m_status_5; } inline int32_t* get_address_of_m_status_5() { return &___m_status_5; } inline void set_m_status_5(int32_t value) { ___m_status_5 = value; } inline static int32_t get_offset_of_m_userid_6() { return static_cast(offsetof(UserInfo_t2013096041, ___m_userid_6)); } inline int64_t get_m_userid_6() const { return ___m_userid_6; } inline int64_t* get_address_of_m_userid_6() { return &___m_userid_6; } inline void set_m_userid_6(int64_t value) { ___m_userid_6 = value; } inline static int32_t get_offset_of_m_headBoxId_7() { return static_cast(offsetof(UserInfo_t2013096041, ___m_headBoxId_7)); } inline int32_t get_m_headBoxId_7() const { return ___m_headBoxId_7; } inline int32_t* get_address_of_m_headBoxId_7() { return &___m_headBoxId_7; } inline void set_m_headBoxId_7(int32_t value) { ___m_headBoxId_7 = value; } inline static int32_t get_offset_of_m_chatBubbleID_8() { return static_cast(offsetof(UserInfo_t2013096041, ___m_chatBubbleID_8)); } inline int32_t get_m_chatBubbleID_8() const { return ___m_chatBubbleID_8; } inline int32_t* get_address_of_m_chatBubbleID_8() { return &___m_chatBubbleID_8; } inline void set_m_chatBubbleID_8(int32_t value) { ___m_chatBubbleID_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERINFO_T2013096041_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef XMLLINKEDNODE_T1437094927_H #define XMLLINKEDNODE_T1437094927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::nextSibling XmlLinkedNode_t1437094927 * ___nextSibling_5; public: inline static int32_t get_offset_of_nextSibling_5() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_5)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_5() const { return ___nextSibling_5; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_5() { return &___nextSibling_5; } inline void set_nextSibling_5(XmlLinkedNode_t1437094927 * value) { ___nextSibling_5 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_H #ifndef KEYVALUEPAIR_2_T3778243428_H #define KEYVALUEPAIR_2_T3778243428_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_t3778243428 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CPropData_t2491857930 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3778243428, ___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_t3778243428, ___value_1)); } inline CPropData_t2491857930 * get_value_1() const { return ___value_1; } inline CPropData_t2491857930 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CPropData_t2491857930 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3778243428_H #ifndef ENUMERATOR_T2927012040_H #define ENUMERATOR_T2927012040_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/Enumerator struct Enumerator_t2927012040 { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::list LinkedList_1_t412417193 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::current LinkedListNode_1_t1317946287 * ___current_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::index int32_t ___index_2; // System.UInt32 System.Collections.Generic.LinkedList`1/Enumerator::version uint32_t ___version_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1/Enumerator::si SerializationInfo_t950877179 * ___si_4; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t2927012040, ___list_0)); } inline LinkedList_1_t412417193 * get_list_0() const { return ___list_0; } inline LinkedList_1_t412417193 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t412417193 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Enumerator_t2927012040, ___current_1)); } inline LinkedListNode_1_t1317946287 * get_current_1() const { return ___current_1; } inline LinkedListNode_1_t1317946287 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(LinkedListNode_1_t1317946287 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((&___current_1), value); } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t2927012040, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Enumerator_t2927012040, ___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_si_4() { return static_cast(offsetof(Enumerator_t2927012040, ___si_4)); } inline SerializationInfo_t950877179 * get_si_4() const { return ___si_4; } inline SerializationInfo_t950877179 ** get_address_of_si_4() { return &___si_4; } inline void set_si_4(SerializationInfo_t950877179 * value) { ___si_4 = value; Il2CppCodeGenWriteBarrier((&___si_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2927012040_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 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 DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef KEYVALUEPAIR_2_T2081888849_H #define KEYVALUEPAIR_2_T2081888849_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_t2081888849 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value stPackageInfo_t4193927679 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2081888849, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2081888849, ___value_1)); } inline stPackageInfo_t4193927679 * get_value_1() const { return ___value_1; } inline stPackageInfo_t4193927679 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(stPackageInfo_t4193927679 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2081888849_H #ifndef CPVEMANAGER_T3058433014_H #define CPVEMANAGER_T3058433014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager struct CPveManager_t3058433014 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsShowPveStarU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsLevelResultU3Ek__BackingField_3; // CDataModelInt DMCore.Logic.CPveManager::k__BackingField CDataModelInt_t3463393640 * ___U3CCDataChapterIdU3Ek__BackingField_4; // DMCore.Logic.CServerSimulator DMCore.Logic.CPveManager::m_pSimulator CServerSimulator_t2819548284 * ___m_pSimulator_6; // System.Boolean DMCore.Logic.CPveManager::m_bPveMode bool ___m_bPveMode_7; // System.Int32 DMCore.Logic.CPveManager::m_nLevel int32_t ___m_nLevel_8; // System.Int32 DMCore.Logic.CPveManager::m_nSubLevel int32_t ___m_nSubLevel_9; // System.Int32 DMCore.Logic.CPveManager::m_pveStoryIdx int32_t ___m_pveStoryIdx_10; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevel int32_t ___m_PassedMaxLevel_11; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevelWhenBegin int32_t ___m_PassedMaxLevelWhenBegin_12; // System.Boolean DMCore.Logic.CPveManager::m_QueryServerPVEList bool ___m_QueryServerPVEList_13; // System.Int32 DMCore.Logic.CPveManager::m_CurChapterId int32_t ___m_CurChapterId_14; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_DictionPassedStar Dictionary_2_t1077746168 * ___m_DictionPassedStar_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_dictionStages Dictionary_2_t4033884959 * ___m_dictionStages_16; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionStageCount Dictionary_2_t3693168236 * ___m_SectionStageCount_17; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionAtlas Dictionary_2_t3770330557 * ___m_SectionAtlas_18; public: inline static int32_t get_offset_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsInitOrPlayeOverU3Ek__BackingField_1)); } inline bool get_U3CIsInitOrPlayeOverU3Ek__BackingField_1() const { return ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return &___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline void set_U3CIsInitOrPlayeOverU3Ek__BackingField_1(bool value) { ___U3CIsInitOrPlayeOverU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsShowPveStarU3Ek__BackingField_2() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsShowPveStarU3Ek__BackingField_2)); } inline bool get_U3CIsShowPveStarU3Ek__BackingField_2() const { return ___U3CIsShowPveStarU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsShowPveStarU3Ek__BackingField_2() { return &___U3CIsShowPveStarU3Ek__BackingField_2; } inline void set_U3CIsShowPveStarU3Ek__BackingField_2(bool value) { ___U3CIsShowPveStarU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsLevelResultU3Ek__BackingField_3() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsLevelResultU3Ek__BackingField_3)); } inline bool get_U3CIsLevelResultU3Ek__BackingField_3() const { return ___U3CIsLevelResultU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsLevelResultU3Ek__BackingField_3() { return &___U3CIsLevelResultU3Ek__BackingField_3; } inline void set_U3CIsLevelResultU3Ek__BackingField_3(bool value) { ___U3CIsLevelResultU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CCDataChapterIdU3Ek__BackingField_4() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CCDataChapterIdU3Ek__BackingField_4)); } inline CDataModelInt_t3463393640 * get_U3CCDataChapterIdU3Ek__BackingField_4() const { return ___U3CCDataChapterIdU3Ek__BackingField_4; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCDataChapterIdU3Ek__BackingField_4() { return &___U3CCDataChapterIdU3Ek__BackingField_4; } inline void set_U3CCDataChapterIdU3Ek__BackingField_4(CDataModelInt_t3463393640 * value) { ___U3CCDataChapterIdU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataChapterIdU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_m_pSimulator_6() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pSimulator_6)); } inline CServerSimulator_t2819548284 * get_m_pSimulator_6() const { return ___m_pSimulator_6; } inline CServerSimulator_t2819548284 ** get_address_of_m_pSimulator_6() { return &___m_pSimulator_6; } inline void set_m_pSimulator_6(CServerSimulator_t2819548284 * value) { ___m_pSimulator_6 = value; Il2CppCodeGenWriteBarrier((&___m_pSimulator_6), value); } inline static int32_t get_offset_of_m_bPveMode_7() { return static_cast(offsetof(CPveManager_t3058433014, ___m_bPveMode_7)); } inline bool get_m_bPveMode_7() const { return ___m_bPveMode_7; } inline bool* get_address_of_m_bPveMode_7() { return &___m_bPveMode_7; } inline void set_m_bPveMode_7(bool value) { ___m_bPveMode_7 = value; } inline static int32_t get_offset_of_m_nLevel_8() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nLevel_8)); } inline int32_t get_m_nLevel_8() const { return ___m_nLevel_8; } inline int32_t* get_address_of_m_nLevel_8() { return &___m_nLevel_8; } inline void set_m_nLevel_8(int32_t value) { ___m_nLevel_8 = value; } inline static int32_t get_offset_of_m_nSubLevel_9() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nSubLevel_9)); } inline int32_t get_m_nSubLevel_9() const { return ___m_nSubLevel_9; } inline int32_t* get_address_of_m_nSubLevel_9() { return &___m_nSubLevel_9; } inline void set_m_nSubLevel_9(int32_t value) { ___m_nSubLevel_9 = value; } inline static int32_t get_offset_of_m_pveStoryIdx_10() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pveStoryIdx_10)); } inline int32_t get_m_pveStoryIdx_10() const { return ___m_pveStoryIdx_10; } inline int32_t* get_address_of_m_pveStoryIdx_10() { return &___m_pveStoryIdx_10; } inline void set_m_pveStoryIdx_10(int32_t value) { ___m_pveStoryIdx_10 = value; } inline static int32_t get_offset_of_m_PassedMaxLevel_11() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevel_11)); } inline int32_t get_m_PassedMaxLevel_11() const { return ___m_PassedMaxLevel_11; } inline int32_t* get_address_of_m_PassedMaxLevel_11() { return &___m_PassedMaxLevel_11; } inline void set_m_PassedMaxLevel_11(int32_t value) { ___m_PassedMaxLevel_11 = value; } inline static int32_t get_offset_of_m_PassedMaxLevelWhenBegin_12() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevelWhenBegin_12)); } inline int32_t get_m_PassedMaxLevelWhenBegin_12() const { return ___m_PassedMaxLevelWhenBegin_12; } inline int32_t* get_address_of_m_PassedMaxLevelWhenBegin_12() { return &___m_PassedMaxLevelWhenBegin_12; } inline void set_m_PassedMaxLevelWhenBegin_12(int32_t value) { ___m_PassedMaxLevelWhenBegin_12 = value; } inline static int32_t get_offset_of_m_QueryServerPVEList_13() { return static_cast(offsetof(CPveManager_t3058433014, ___m_QueryServerPVEList_13)); } inline bool get_m_QueryServerPVEList_13() const { return ___m_QueryServerPVEList_13; } inline bool* get_address_of_m_QueryServerPVEList_13() { return &___m_QueryServerPVEList_13; } inline void set_m_QueryServerPVEList_13(bool value) { ___m_QueryServerPVEList_13 = value; } inline static int32_t get_offset_of_m_CurChapterId_14() { return static_cast(offsetof(CPveManager_t3058433014, ___m_CurChapterId_14)); } inline int32_t get_m_CurChapterId_14() const { return ___m_CurChapterId_14; } inline int32_t* get_address_of_m_CurChapterId_14() { return &___m_CurChapterId_14; } inline void set_m_CurChapterId_14(int32_t value) { ___m_CurChapterId_14 = value; } inline static int32_t get_offset_of_m_DictionPassedStar_15() { return static_cast(offsetof(CPveManager_t3058433014, ___m_DictionPassedStar_15)); } inline Dictionary_2_t1077746168 * get_m_DictionPassedStar_15() const { return ___m_DictionPassedStar_15; } inline Dictionary_2_t1077746168 ** get_address_of_m_DictionPassedStar_15() { return &___m_DictionPassedStar_15; } inline void set_m_DictionPassedStar_15(Dictionary_2_t1077746168 * value) { ___m_DictionPassedStar_15 = value; Il2CppCodeGenWriteBarrier((&___m_DictionPassedStar_15), value); } inline static int32_t get_offset_of_m_dictionStages_16() { return static_cast(offsetof(CPveManager_t3058433014, ___m_dictionStages_16)); } inline Dictionary_2_t4033884959 * get_m_dictionStages_16() const { return ___m_dictionStages_16; } inline Dictionary_2_t4033884959 ** get_address_of_m_dictionStages_16() { return &___m_dictionStages_16; } inline void set_m_dictionStages_16(Dictionary_2_t4033884959 * value) { ___m_dictionStages_16 = value; Il2CppCodeGenWriteBarrier((&___m_dictionStages_16), value); } inline static int32_t get_offset_of_m_SectionStageCount_17() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionStageCount_17)); } inline Dictionary_2_t3693168236 * get_m_SectionStageCount_17() const { return ___m_SectionStageCount_17; } inline Dictionary_2_t3693168236 ** get_address_of_m_SectionStageCount_17() { return &___m_SectionStageCount_17; } inline void set_m_SectionStageCount_17(Dictionary_2_t3693168236 * value) { ___m_SectionStageCount_17 = value; Il2CppCodeGenWriteBarrier((&___m_SectionStageCount_17), value); } inline static int32_t get_offset_of_m_SectionAtlas_18() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionAtlas_18)); } inline Dictionary_2_t3770330557 * get_m_SectionAtlas_18() const { return ___m_SectionAtlas_18; } inline Dictionary_2_t3770330557 ** get_address_of_m_SectionAtlas_18() { return &___m_SectionAtlas_18; } inline void set_m_SectionAtlas_18(Dictionary_2_t3770330557 * value) { ___m_SectionAtlas_18 = value; Il2CppCodeGenWriteBarrier((&___m_SectionAtlas_18), value); } }; struct CPveManager_t3058433014_StaticFields { public: // DMCore.Logic.CPveManager/CheckEnergyStateCallback DMCore.Logic.CPveManager::m_cbCheckEnergyState CheckEnergyStateCallback_t3528280671 * ___m_cbCheckEnergyState_5; // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::s_instance CPveManager_t3058433014 * ___s_instance_19; // System.Comparison`1 DMCore.Logic.CPveManager::<>f__mg$cache0 Comparison_1_t907937207 * ___U3CU3Ef__mgU24cache0_20; public: inline static int32_t get_offset_of_m_cbCheckEnergyState_5() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___m_cbCheckEnergyState_5)); } inline CheckEnergyStateCallback_t3528280671 * get_m_cbCheckEnergyState_5() const { return ___m_cbCheckEnergyState_5; } inline CheckEnergyStateCallback_t3528280671 ** get_address_of_m_cbCheckEnergyState_5() { return &___m_cbCheckEnergyState_5; } inline void set_m_cbCheckEnergyState_5(CheckEnergyStateCallback_t3528280671 * value) { ___m_cbCheckEnergyState_5 = value; Il2CppCodeGenWriteBarrier((&___m_cbCheckEnergyState_5), value); } inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___s_instance_19)); } inline CPveManager_t3058433014 * get_s_instance_19() const { return ___s_instance_19; } inline CPveManager_t3058433014 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CPveManager_t3058433014 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_20() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___U3CU3Ef__mgU24cache0_20)); } inline Comparison_1_t907937207 * get_U3CU3Ef__mgU24cache0_20() const { return ___U3CU3Ef__mgU24cache0_20; } inline Comparison_1_t907937207 ** get_address_of_U3CU3Ef__mgU24cache0_20() { return &___U3CU3Ef__mgU24cache0_20; } inline void set_U3CU3Ef__mgU24cache0_20(Comparison_1_t907937207 * value) { ___U3CU3Ef__mgU24cache0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVEMANAGER_T3058433014_H #ifndef KEYVALUEPAIR_2_T2530217319_H #define KEYVALUEPAIR_2_T2530217319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2530217319 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2530217319_H #ifndef 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 KEYVALUEPAIR_2_T3226617648_H #define KEYVALUEPAIR_2_T3226617648_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_t3226617648 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CInteractionCliderItem_t1940232150 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3226617648, ___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_t3226617648, ___value_1)); } inline CInteractionCliderItem_t1940232150 * get_value_1() const { return ___value_1; } inline CInteractionCliderItem_t1940232150 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CInteractionCliderItem_t1940232150 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3226617648_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector3_t3722313464, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector3_t3722313464, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef 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 CSUITANIMCFG_T328222487_H #define CSUITANIMCFG_T328222487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg struct CSuitAnimCfg_t328222487 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CSuitAnimCfg::m_listSuitAll Dictionary_2_t3305624072 * ___m_listSuitAll_1; public: inline static int32_t get_offset_of_m_listSuitAll_1() { return static_cast(offsetof(CSuitAnimCfg_t328222487, ___m_listSuitAll_1)); } inline Dictionary_2_t3305624072 * get_m_listSuitAll_1() const { return ___m_listSuitAll_1; } inline Dictionary_2_t3305624072 ** get_address_of_m_listSuitAll_1() { return &___m_listSuitAll_1; } inline void set_m_listSuitAll_1(Dictionary_2_t3305624072 * value) { ___m_listSuitAll_1 = value; Il2CppCodeGenWriteBarrier((&___m_listSuitAll_1), value); } }; struct CSuitAnimCfg_t328222487_StaticFields { public: // DMCore.Logic.CSuitAnimCfg DMCore.Logic.CSuitAnimCfg::s_Instace CSuitAnimCfg_t328222487 * ___s_Instace_2; public: inline static int32_t get_offset_of_s_Instace_2() { return static_cast(offsetof(CSuitAnimCfg_t328222487_StaticFields, ___s_Instace_2)); } inline CSuitAnimCfg_t328222487 * get_s_Instace_2() const { return ___s_Instace_2; } inline CSuitAnimCfg_t328222487 ** get_address_of_s_Instace_2() { return &___s_Instace_2; } inline void set_s_Instace_2(CSuitAnimCfg_t328222487 * value) { ___s_Instace_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instace_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSUITANIMCFG_T328222487_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 CEDITORRESSERVICE_T1140910365_H #define CEDITORRESSERVICE_T1140910365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CEditorResService struct CEditorResService_t1140910365 : public IResourceManager_t3165642952 { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CEditorResService::m_SourceAll Dictionary_2_t396712153 * ___m_SourceAll_1; // System.Boolean DMCore.Framework.Resource.CEditorResService::m_bInLoad bool ___m_bInLoad_2; public: inline static int32_t get_offset_of_m_SourceAll_1() { return static_cast(offsetof(CEditorResService_t1140910365, ___m_SourceAll_1)); } inline Dictionary_2_t396712153 * get_m_SourceAll_1() const { return ___m_SourceAll_1; } inline Dictionary_2_t396712153 ** get_address_of_m_SourceAll_1() { return &___m_SourceAll_1; } inline void set_m_SourceAll_1(Dictionary_2_t396712153 * value) { ___m_SourceAll_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceAll_1), value); } inline static int32_t get_offset_of_m_bInLoad_2() { return static_cast(offsetof(CEditorResService_t1140910365, ___m_bInLoad_2)); } inline bool get_m_bInLoad_2() const { return ___m_bInLoad_2; } inline bool* get_address_of_m_bInLoad_2() { return &___m_bInLoad_2; } inline void set_m_bInLoad_2(bool value) { ___m_bInLoad_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEDITORRESSERVICE_T1140910365_H #ifndef ISOUNDMANAGER_T434164892_H #define ISOUNDMANAGER_T434164892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.ISoundManager struct ISoundManager_t434164892 : public ILogicBase_t2190831891 { public: // UnityEngine.AudioSource DMCore.ISoundManager::m_AudioSource AudioSource_t3935305588 * ___m_AudioSource_4; // UnityEngine.AudioSource DMCore.ISoundManager::m_AudioSourceMidi AudioSource_t3935305588 * ___m_AudioSourceMidi_5; // System.Collections.Generic.Dictionary`2 DMCore.ISoundManager::m_AudioTask Dictionary_2_t3546609324 * ___m_AudioTask_6; // System.Collections.Generic.List`1 DMCore.ISoundManager::m_TaskIlleagal List_1_t128053199 * ___m_TaskIlleagal_7; // System.Int32 DMCore.ISoundManager::m_TaskIndex int32_t ___m_TaskIndex_8; // System.Boolean DMCore.ISoundManager::m_bEnable bool ___m_bEnable_9; public: inline static int32_t get_offset_of_m_AudioSource_4() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioSource_4)); } inline AudioSource_t3935305588 * get_m_AudioSource_4() const { return ___m_AudioSource_4; } inline AudioSource_t3935305588 ** get_address_of_m_AudioSource_4() { return &___m_AudioSource_4; } inline void set_m_AudioSource_4(AudioSource_t3935305588 * value) { ___m_AudioSource_4 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSource_4), value); } inline static int32_t get_offset_of_m_AudioSourceMidi_5() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioSourceMidi_5)); } inline AudioSource_t3935305588 * get_m_AudioSourceMidi_5() const { return ___m_AudioSourceMidi_5; } inline AudioSource_t3935305588 ** get_address_of_m_AudioSourceMidi_5() { return &___m_AudioSourceMidi_5; } inline void set_m_AudioSourceMidi_5(AudioSource_t3935305588 * value) { ___m_AudioSourceMidi_5 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSourceMidi_5), value); } inline static int32_t get_offset_of_m_AudioTask_6() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioTask_6)); } inline Dictionary_2_t3546609324 * get_m_AudioTask_6() const { return ___m_AudioTask_6; } inline Dictionary_2_t3546609324 ** get_address_of_m_AudioTask_6() { return &___m_AudioTask_6; } inline void set_m_AudioTask_6(Dictionary_2_t3546609324 * value) { ___m_AudioTask_6 = value; Il2CppCodeGenWriteBarrier((&___m_AudioTask_6), value); } inline static int32_t get_offset_of_m_TaskIlleagal_7() { return static_cast(offsetof(ISoundManager_t434164892, ___m_TaskIlleagal_7)); } inline List_1_t128053199 * get_m_TaskIlleagal_7() const { return ___m_TaskIlleagal_7; } inline List_1_t128053199 ** get_address_of_m_TaskIlleagal_7() { return &___m_TaskIlleagal_7; } inline void set_m_TaskIlleagal_7(List_1_t128053199 * value) { ___m_TaskIlleagal_7 = value; Il2CppCodeGenWriteBarrier((&___m_TaskIlleagal_7), value); } inline static int32_t get_offset_of_m_TaskIndex_8() { return static_cast(offsetof(ISoundManager_t434164892, ___m_TaskIndex_8)); } inline int32_t get_m_TaskIndex_8() const { return ___m_TaskIndex_8; } inline int32_t* get_address_of_m_TaskIndex_8() { return &___m_TaskIndex_8; } inline void set_m_TaskIndex_8(int32_t value) { ___m_TaskIndex_8 = value; } inline static int32_t get_offset_of_m_bEnable_9() { return static_cast(offsetof(ISoundManager_t434164892, ___m_bEnable_9)); } inline bool get_m_bEnable_9() const { return ___m_bEnable_9; } inline bool* get_address_of_m_bEnable_9() { return &___m_bEnable_9; } inline void set_m_bEnable_9(bool value) { ___m_bEnable_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOUNDMANAGER_T434164892_H #ifndef 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 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 CPKGRESSERVICE_T3747434472_H #define CPKGRESSERVICE_T3747434472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CPkgResService struct CPkgResService_t3747434472 : public IResourceManager_t3165642952 { public: // System.Boolean DMCore.Framework.Resource.CPkgResService::m_bFullDownMode bool ___m_bFullDownMode_1; // DMCore.Framework.Resource.CEditorResService DMCore.Framework.Resource.CPkgResService::m_localSystem CEditorResService_t1140910365 * ___m_localSystem_2; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Resource.CPkgResService::m_taskListCached LinkedList_1_t4166515492 * ___m_taskListCached_3; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Resource.CPkgResService::m_wwwTaskList LinkedList_1_t412417193 * ___m_wwwTaskList_4; // System.Collections.Generic.LinkedList`1 DMCore.Framework.Resource.CPkgResService::m_localPkgList LinkedList_1_t687096698 * ___m_localPkgList_5; // DMCore.Framework.Resource.CResTaskContainer DMCore.Framework.Resource.CPkgResService::m_curResTask CResTaskContainer_t3271287293 * ___m_curResTask_6; public: inline static int32_t get_offset_of_m_bFullDownMode_1() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_bFullDownMode_1)); } inline bool get_m_bFullDownMode_1() const { return ___m_bFullDownMode_1; } inline bool* get_address_of_m_bFullDownMode_1() { return &___m_bFullDownMode_1; } inline void set_m_bFullDownMode_1(bool value) { ___m_bFullDownMode_1 = value; } inline static int32_t get_offset_of_m_localSystem_2() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_localSystem_2)); } inline CEditorResService_t1140910365 * get_m_localSystem_2() const { return ___m_localSystem_2; } inline CEditorResService_t1140910365 ** get_address_of_m_localSystem_2() { return &___m_localSystem_2; } inline void set_m_localSystem_2(CEditorResService_t1140910365 * value) { ___m_localSystem_2 = value; Il2CppCodeGenWriteBarrier((&___m_localSystem_2), value); } inline static int32_t get_offset_of_m_taskListCached_3() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_taskListCached_3)); } inline LinkedList_1_t4166515492 * get_m_taskListCached_3() const { return ___m_taskListCached_3; } inline LinkedList_1_t4166515492 ** get_address_of_m_taskListCached_3() { return &___m_taskListCached_3; } inline void set_m_taskListCached_3(LinkedList_1_t4166515492 * value) { ___m_taskListCached_3 = value; Il2CppCodeGenWriteBarrier((&___m_taskListCached_3), value); } inline static int32_t get_offset_of_m_wwwTaskList_4() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_wwwTaskList_4)); } inline LinkedList_1_t412417193 * get_m_wwwTaskList_4() const { return ___m_wwwTaskList_4; } inline LinkedList_1_t412417193 ** get_address_of_m_wwwTaskList_4() { return &___m_wwwTaskList_4; } inline void set_m_wwwTaskList_4(LinkedList_1_t412417193 * value) { ___m_wwwTaskList_4 = value; Il2CppCodeGenWriteBarrier((&___m_wwwTaskList_4), value); } inline static int32_t get_offset_of_m_localPkgList_5() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_localPkgList_5)); } inline LinkedList_1_t687096698 * get_m_localPkgList_5() const { return ___m_localPkgList_5; } inline LinkedList_1_t687096698 ** get_address_of_m_localPkgList_5() { return &___m_localPkgList_5; } inline void set_m_localPkgList_5(LinkedList_1_t687096698 * value) { ___m_localPkgList_5 = value; Il2CppCodeGenWriteBarrier((&___m_localPkgList_5), value); } inline static int32_t get_offset_of_m_curResTask_6() { return static_cast(offsetof(CPkgResService_t3747434472, ___m_curResTask_6)); } inline CResTaskContainer_t3271287293 * get_m_curResTask_6() const { return ___m_curResTask_6; } inline CResTaskContainer_t3271287293 ** get_address_of_m_curResTask_6() { return &___m_curResTask_6; } inline void set_m_curResTask_6(CResTaskContainer_t3271287293 * value) { ___m_curResTask_6 = value; Il2CppCodeGenWriteBarrier((&___m_curResTask_6), value); } }; struct CPkgResService_t3747434472_StaticFields { public: // System.Predicate`1 DMCore.Framework.Resource.CPkgResService::<>f__am$cache0 Predicate_1_t1857196311 * ___U3CU3Ef__amU24cache0_7; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_7() { return static_cast(offsetof(CPkgResService_t3747434472_StaticFields, ___U3CU3Ef__amU24cache0_7)); } inline Predicate_1_t1857196311 * get_U3CU3Ef__amU24cache0_7() const { return ___U3CU3Ef__amU24cache0_7; } inline Predicate_1_t1857196311 ** get_address_of_U3CU3Ef__amU24cache0_7() { return &___U3CU3Ef__amU24cache0_7; } inline void set_U3CU3Ef__amU24cache0_7(Predicate_1_t1857196311 * value) { ___U3CU3Ef__amU24cache0_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPKGRESSERVICE_T3747434472_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef KEYVALUEPAIR_2_T3443811780_H #define KEYVALUEPAIR_2_T3443811780_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_t3443811780 { public: // TKey System.Collections.Generic.KeyValuePair`2::key CGUID_t2225809853 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CResDependenceItem_t1512426590 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3443811780, ___key_0)); } inline CGUID_t2225809853 * get_key_0() const { return ___key_0; } inline CGUID_t2225809853 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(CGUID_t2225809853 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3443811780, ___value_1)); } inline CResDependenceItem_t1512426590 * get_value_1() const { return ___value_1; } inline CResDependenceItem_t1512426590 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CResDependenceItem_t1512426590 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3443811780_H #ifndef CPETACTIONCONFIG_T1976691651_H #define CPETACTIONCONFIG_T1976691651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetActionConfig::m_ActionConfigLib Dictionary_2_t3311957831 * ___m_ActionConfigLib_1; public: inline static int32_t get_offset_of_m_ActionConfigLib_1() { return static_cast(offsetof(CPetActionConfig_t1976691651, ___m_ActionConfigLib_1)); } inline Dictionary_2_t3311957831 * get_m_ActionConfigLib_1() const { return ___m_ActionConfigLib_1; } inline Dictionary_2_t3311957831 ** get_address_of_m_ActionConfigLib_1() { return &___m_ActionConfigLib_1; } inline void set_m_ActionConfigLib_1(Dictionary_2_t3311957831 * value) { ___m_ActionConfigLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionConfigLib_1), value); } }; struct CPetActionConfig_t1976691651_StaticFields { public: // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::s_Instance CPetActionConfig_t1976691651 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPetActionConfig_t1976691651_StaticFields, ___s_Instance_2)); } inline CPetActionConfig_t1976691651 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPetActionConfig_t1976691651 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPetActionConfig_t1976691651 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETACTIONCONFIG_T1976691651_H #ifndef KEYVALUEPAIR_2_T1614384038_H #define KEYVALUEPAIR_2_T1614384038_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_t1614384038 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CInteractionCliderGroup_t327998540 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1614384038, ___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_t1614384038, ___value_1)); } inline CInteractionCliderGroup_t327998540 * get_value_1() const { return ___value_1; } inline CInteractionCliderGroup_t327998540 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CInteractionCliderGroup_t327998540 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1614384038_H #ifndef CRESISSUE_T249178759_H #define CRESISSUE_T249178759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResIssue struct CResIssue_t249178759 : public IRefBase_t3962498203 { public: // DMCore.Framework.Misc.CGUID DMCore.Framework.Resource.CResIssue::m_guid CGUID_t2225809853 * ___m_guid_1; // DMCore.Framework.Resource.OnResourceResult DMCore.Framework.Resource.CResIssue::m_callBackPtr OnResourceResult_t3899022047 * ___m_callBackPtr_2; // System.Int32 DMCore.Framework.Resource.CResIssue::m_callUserData int32_t ___m_callUserData_3; public: inline static int32_t get_offset_of_m_guid_1() { return static_cast(offsetof(CResIssue_t249178759, ___m_guid_1)); } inline CGUID_t2225809853 * get_m_guid_1() const { return ___m_guid_1; } inline CGUID_t2225809853 ** get_address_of_m_guid_1() { return &___m_guid_1; } inline void set_m_guid_1(CGUID_t2225809853 * value) { ___m_guid_1 = value; Il2CppCodeGenWriteBarrier((&___m_guid_1), value); } inline static int32_t get_offset_of_m_callBackPtr_2() { return static_cast(offsetof(CResIssue_t249178759, ___m_callBackPtr_2)); } inline OnResourceResult_t3899022047 * get_m_callBackPtr_2() const { return ___m_callBackPtr_2; } inline OnResourceResult_t3899022047 ** get_address_of_m_callBackPtr_2() { return &___m_callBackPtr_2; } inline void set_m_callBackPtr_2(OnResourceResult_t3899022047 * value) { ___m_callBackPtr_2 = value; Il2CppCodeGenWriteBarrier((&___m_callBackPtr_2), value); } inline static int32_t get_offset_of_m_callUserData_3() { return static_cast(offsetof(CResIssue_t249178759, ___m_callUserData_3)); } inline int32_t get_m_callUserData_3() const { return ___m_callUserData_3; } inline int32_t* get_address_of_m_callUserData_3() { return &___m_callUserData_3; } inline void set_m_callUserData_3(int32_t value) { ___m_callUserData_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESISSUE_T249178759_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 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 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 MAGICWORKSHOPCONFIG_T833590401_H #define MAGICWORKSHOPCONFIG_T833590401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWorkShopConfig struct MagicWorkShopConfig_t833590401 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.MagicWorkShopConfig::jewelEffectCfg Dictionary_2_t4083476977 * ___jewelEffectCfg_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.MagicWorkShopConfig::categoryBoneNameCfg Dictionary_2_t1632706988 * ___categoryBoneNameCfg_2; // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopConfig::upstepMaterials List_1_t128053199 * ___upstepMaterials_3; // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopConfig::handBookClothCfg List_1_t723336618 * ___handBookClothCfg_4; public: inline static int32_t get_offset_of_jewelEffectCfg_1() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___jewelEffectCfg_1)); } inline Dictionary_2_t4083476977 * get_jewelEffectCfg_1() const { return ___jewelEffectCfg_1; } inline Dictionary_2_t4083476977 ** get_address_of_jewelEffectCfg_1() { return &___jewelEffectCfg_1; } inline void set_jewelEffectCfg_1(Dictionary_2_t4083476977 * value) { ___jewelEffectCfg_1 = value; Il2CppCodeGenWriteBarrier((&___jewelEffectCfg_1), value); } inline static int32_t get_offset_of_categoryBoneNameCfg_2() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___categoryBoneNameCfg_2)); } inline Dictionary_2_t1632706988 * get_categoryBoneNameCfg_2() const { return ___categoryBoneNameCfg_2; } inline Dictionary_2_t1632706988 ** get_address_of_categoryBoneNameCfg_2() { return &___categoryBoneNameCfg_2; } inline void set_categoryBoneNameCfg_2(Dictionary_2_t1632706988 * value) { ___categoryBoneNameCfg_2 = value; Il2CppCodeGenWriteBarrier((&___categoryBoneNameCfg_2), value); } inline static int32_t get_offset_of_upstepMaterials_3() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___upstepMaterials_3)); } inline List_1_t128053199 * get_upstepMaterials_3() const { return ___upstepMaterials_3; } inline List_1_t128053199 ** get_address_of_upstepMaterials_3() { return &___upstepMaterials_3; } inline void set_upstepMaterials_3(List_1_t128053199 * value) { ___upstepMaterials_3 = value; Il2CppCodeGenWriteBarrier((&___upstepMaterials_3), value); } inline static int32_t get_offset_of_handBookClothCfg_4() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___handBookClothCfg_4)); } inline List_1_t723336618 * get_handBookClothCfg_4() const { return ___handBookClothCfg_4; } inline List_1_t723336618 ** get_address_of_handBookClothCfg_4() { return &___handBookClothCfg_4; } inline void set_handBookClothCfg_4(List_1_t723336618 * value) { ___handBookClothCfg_4 = value; Il2CppCodeGenWriteBarrier((&___handBookClothCfg_4), value); } }; struct MagicWorkShopConfig_t833590401_StaticFields { public: // DMCore.Logic.MagicWorkShopConfig DMCore.Logic.MagicWorkShopConfig::s_Instance MagicWorkShopConfig_t833590401 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(MagicWorkShopConfig_t833590401_StaticFields, ___s_Instance_5)); } inline MagicWorkShopConfig_t833590401 * get_s_Instance_5() const { return ___s_Instance_5; } inline MagicWorkShopConfig_t833590401 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(MagicWorkShopConfig_t833590401 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAGICWORKSHOPCONFIG_T833590401_H #ifndef ENUMERATOR_T3201691545_H #define ENUMERATOR_T3201691545_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/Enumerator struct Enumerator_t3201691545 { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::list LinkedList_1_t687096698 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::current LinkedListNode_1_t1592625792 * ___current_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::index int32_t ___index_2; // System.UInt32 System.Collections.Generic.LinkedList`1/Enumerator::version uint32_t ___version_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1/Enumerator::si SerializationInfo_t950877179 * ___si_4; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t3201691545, ___list_0)); } inline LinkedList_1_t687096698 * get_list_0() const { return ___list_0; } inline LinkedList_1_t687096698 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t687096698 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Enumerator_t3201691545, ___current_1)); } inline LinkedListNode_1_t1592625792 * get_current_1() const { return ___current_1; } inline LinkedListNode_1_t1592625792 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(LinkedListNode_1_t1592625792 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((&___current_1), value); } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t3201691545, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Enumerator_t3201691545, ___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_si_4() { return static_cast(offsetof(Enumerator_t3201691545, ___si_4)); } inline SerializationInfo_t950877179 * get_si_4() const { return ___si_4; } inline SerializationInfo_t950877179 ** get_address_of_si_4() { return &___si_4; } inline void set_si_4(SerializationInfo_t950877179 * value) { ___si_4 = value; Il2CppCodeGenWriteBarrier((&___si_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3201691545_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 KEYVALUEPAIR_2_T3213324758_H #define KEYVALUEPAIR_2_T3213324758_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_t3213324758 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CResTaskItem_t1030396292 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3213324758, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3213324758, ___value_1)); } inline CResTaskItem_t1030396292 * get_value_1() const { return ___value_1; } inline CResTaskItem_t1030396292 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CResTaskItem_t1030396292 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3213324758_H #ifndef KEYVALUEPAIR_2_T4157389172_H #define KEYVALUEPAIR_2_T4157389172_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_t4157389172 { public: // TKey System.Collections.Generic.KeyValuePair`2::key CGUID_t2225809853 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value UIPkgItem_t2226003982 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4157389172, ___key_0)); } inline CGUID_t2225809853 * get_key_0() const { return ___key_0; } inline CGUID_t2225809853 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(CGUID_t2225809853 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4157389172, ___value_1)); } inline UIPkgItem_t2226003982 * get_value_1() const { return ___value_1; } inline UIPkgItem_t2226003982 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(UIPkgItem_t2226003982 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4157389172_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef STANIMPARAM_T934402316_H #define STANIMPARAM_T934402316_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.stAnimParam struct stAnimParam_t934402316 { public: // System.Single DMCore.Framework.Movie.stAnimParam::m_fTimeElapsed float ___m_fTimeElapsed_0; // System.Single DMCore.Framework.Movie.stAnimParam::m_fTimeDelta float ___m_fTimeDelta_1; // System.Single DMCore.Framework.Movie.stAnimParam::m_fFps float ___m_fFps_2; public: inline static int32_t get_offset_of_m_fTimeElapsed_0() { return static_cast(offsetof(stAnimParam_t934402316, ___m_fTimeElapsed_0)); } inline float get_m_fTimeElapsed_0() const { return ___m_fTimeElapsed_0; } inline float* get_address_of_m_fTimeElapsed_0() { return &___m_fTimeElapsed_0; } inline void set_m_fTimeElapsed_0(float value) { ___m_fTimeElapsed_0 = value; } inline static int32_t get_offset_of_m_fTimeDelta_1() { return static_cast(offsetof(stAnimParam_t934402316, ___m_fTimeDelta_1)); } inline float get_m_fTimeDelta_1() const { return ___m_fTimeDelta_1; } inline float* get_address_of_m_fTimeDelta_1() { return &___m_fTimeDelta_1; } inline void set_m_fTimeDelta_1(float value) { ___m_fTimeDelta_1 = value; } inline static int32_t get_offset_of_m_fFps_2() { return static_cast(offsetof(stAnimParam_t934402316, ___m_fFps_2)); } inline float get_m_fFps_2() const { return ___m_fFps_2; } inline float* get_address_of_m_fFps_2() { return &___m_fFps_2; } inline void set_m_fFps_2(float value) { ___m_fFps_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STANIMPARAM_T934402316_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 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 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 CSHAREAPI_T1546988400_H #define CSHAREAPI_T1546988400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CShareApi struct CShareApi_t1546988400 : public ILogicBase_t2190831891 { public: // System.Boolean DMCore.Framework.Plugin.CShareApi::b_task bool ___b_task_4; // UnityEngine.GameObject DMCore.Framework.Plugin.CShareApi::m_obj GameObject_t1113636619 * ___m_obj_6; // System.String DMCore.Framework.Plugin.CShareApi::m_strText String_t* ___m_strText_7; public: inline static int32_t get_offset_of_b_task_4() { return static_cast(offsetof(CShareApi_t1546988400, ___b_task_4)); } inline bool get_b_task_4() const { return ___b_task_4; } inline bool* get_address_of_b_task_4() { return &___b_task_4; } inline void set_b_task_4(bool value) { ___b_task_4 = value; } inline static int32_t get_offset_of_m_obj_6() { return static_cast(offsetof(CShareApi_t1546988400, ___m_obj_6)); } inline GameObject_t1113636619 * get_m_obj_6() const { return ___m_obj_6; } inline GameObject_t1113636619 ** get_address_of_m_obj_6() { return &___m_obj_6; } inline void set_m_obj_6(GameObject_t1113636619 * value) { ___m_obj_6 = value; Il2CppCodeGenWriteBarrier((&___m_obj_6), value); } inline static int32_t get_offset_of_m_strText_7() { return static_cast(offsetof(CShareApi_t1546988400, ___m_strText_7)); } inline String_t* get_m_strText_7() const { return ___m_strText_7; } inline String_t** get_address_of_m_strText_7() { return &___m_strText_7; } inline void set_m_strText_7(String_t* value) { ___m_strText_7 = value; Il2CppCodeGenWriteBarrier((&___m_strText_7), value); } }; struct CShareApi_t1546988400_StaticFields { public: // DMCore.Framework.Plugin.CShareApi DMCore.Framework.Plugin.CShareApi::s_instance CShareApi_t1546988400 * ___s_instance_5; public: inline static int32_t get_offset_of_s_instance_5() { return static_cast(offsetof(CShareApi_t1546988400_StaticFields, ___s_instance_5)); } inline CShareApi_t1546988400 * get_s_instance_5() const { return ___s_instance_5; } inline CShareApi_t1546988400 ** get_address_of_s_instance_5() { return &___s_instance_5; } inline void set_s_instance_5(CShareApi_t1546988400 * value) { ___s_instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHAREAPI_T1546988400_H #ifndef ENUMERATOR_T139379724_H #define ENUMERATOR_T139379724_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/Enumerator struct Enumerator_t139379724 { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::list LinkedList_1_t1919752173 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::current LinkedListNode_1_t2825281267 * ___current_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::index int32_t ___index_2; // System.UInt32 System.Collections.Generic.LinkedList`1/Enumerator::version uint32_t ___version_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1/Enumerator::si SerializationInfo_t950877179 * ___si_4; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t139379724, ___list_0)); } inline LinkedList_1_t1919752173 * get_list_0() const { return ___list_0; } inline LinkedList_1_t1919752173 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t1919752173 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Enumerator_t139379724, ___current_1)); } inline LinkedListNode_1_t2825281267 * get_current_1() const { return ___current_1; } inline LinkedListNode_1_t2825281267 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(LinkedListNode_1_t2825281267 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((&___current_1), value); } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t139379724, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Enumerator_t139379724, ___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_si_4() { return static_cast(offsetof(Enumerator_t139379724, ___si_4)); } inline SerializationInfo_t950877179 * get_si_4() const { return ___si_4; } inline SerializationInfo_t950877179 ** get_address_of_si_4() { return &___si_4; } inline void set_si_4(SerializationInfo_t950877179 * value) { ___si_4 = value; Il2CppCodeGenWriteBarrier((&___si_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T139379724_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 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 KEYVALUEPAIR_2_T2653535164_H #define KEYVALUEPAIR_2_T2653535164_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_t2653535164 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value roleModelItemEffectData_t1367149666 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2653535164, ___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_t2653535164, ___value_1)); } inline roleModelItemEffectData_t1367149666 * get_value_1() const { return ___value_1; } inline roleModelItemEffectData_t1367149666 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(roleModelItemEffectData_t1367149666 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2653535164_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 KEYVALUEPAIR_2_T3133836187_H #define KEYVALUEPAIR_2_T3133836187_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_t3133836187 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3133836187, ___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_t3133836187, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3133836187_H #ifndef ENUMERATOR_T2086727927_H #define ENUMERATOR_T2086727927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2086727927 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t132545152 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2530217319 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2086727927, ___dictionary_0)); } inline Dictionary_2_t132545152 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t132545152 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t132545152 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2086727927, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2086727927, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2086727927, ___current_3)); } inline KeyValuePair_2_t2530217319 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2530217319 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2530217319 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2086727927_H #ifndef WRAPMODE_T730450702_H #define WRAPMODE_T730450702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WrapMode struct WrapMode_t730450702 { public: // System.Int32 UnityEngine.WrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WrapMode_t730450702, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRAPMODE_T730450702_H #ifndef 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 ENUMTRIGGERSTATE_T2542442584_H #define ENUMTRIGGERSTATE_T2542442584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.enumTriggerState struct enumTriggerState_t2542442584 { public: // System.Int32 DMCore.Framework.Movie.enumTriggerState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumTriggerState_t2542442584, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTRIGGERSTATE_T2542442584_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 MORPHPLAYMODE_T3065150328_H #define MORPHPLAYMODE_T3065150328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMorphImpl/MorphPlayMode struct MorphPlayMode_t3065150328 { public: // System.Int32 CMorphImpl/MorphPlayMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MorphPlayMode_t3065150328, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MORPHPLAYMODE_T3065150328_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 ENUMCAMERATYPE_T1147698552_H #define ENUMCAMERATYPE_T1147698552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.enumCameraType struct enumCameraType_t1147698552 { public: // System.Int32 DMCore.Framework.Movie.enumCameraType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCameraType_t1147698552, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCAMERATYPE_T1147698552_H #ifndef ICAMERAANIMNODE_T4081366738_H #define ICAMERAANIMNODE_T4081366738_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.ICameraAnimNode struct ICameraAnimNode_t4081366738 : public CAnimNode_t3327376431 { public: // UnityEngine.Quaternion DMCore.Framework.Movie.ICameraAnimNode::m_Rotation Quaternion_t2301928331 ___m_Rotation_7; // UnityEngine.Vector3 DMCore.Framework.Movie.ICameraAnimNode::m_Position Vector3_t3722313464 ___m_Position_8; public: inline static int32_t get_offset_of_m_Rotation_7() { return static_cast(offsetof(ICameraAnimNode_t4081366738, ___m_Rotation_7)); } inline Quaternion_t2301928331 get_m_Rotation_7() const { return ___m_Rotation_7; } inline Quaternion_t2301928331 * get_address_of_m_Rotation_7() { return &___m_Rotation_7; } inline void set_m_Rotation_7(Quaternion_t2301928331 value) { ___m_Rotation_7 = value; } inline static int32_t get_offset_of_m_Position_8() { return static_cast(offsetof(ICameraAnimNode_t4081366738, ___m_Position_8)); } inline Vector3_t3722313464 get_m_Position_8() const { return ___m_Position_8; } inline Vector3_t3722313464 * get_address_of_m_Position_8() { return &___m_Position_8; } inline void set_m_Position_8(Vector3_t3722313464 value) { ___m_Position_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ICAMERAANIMNODE_T4081366738_H #ifndef ENUMERATOR_T3334754036_H #define ENUMERATOR_T3334754036_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_t3334754036 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1380571261 * ___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_t3778243428 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3334754036, ___dictionary_0)); } inline Dictionary_2_t1380571261 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1380571261 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1380571261 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3334754036, ___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_t3334754036, ___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_t3334754036, ___current_3)); } inline KeyValuePair_2_t3778243428 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3778243428 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3778243428 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3334754036_H #ifndef ENUMPACKAGESTATE_T4278547504_H #define ENUMPACKAGESTATE_T4278547504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Package.enumPackageState struct enumPackageState_t4278547504 { public: // System.Int32 DMCore.Framework.Package.enumPackageState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPackageState_t4278547504, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMPACKAGESTATE_T4278547504_H #ifndef CCAMERASTATE_T4059982610_H #define CCAMERASTATE_T4059982610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Camera.CCameraState struct CCameraState_t4059982610 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Camera.CCameraState::_position Vector3_t3722313464 ____position_0; // UnityEngine.Quaternion DMCore.Camera.CCameraState::_rotation Quaternion_t2301928331 ____rotation_1; // System.Single DMCore.Camera.CCameraState::_fov float ____fov_2; // System.Single DMCore.Camera.CCameraState::_near float ____near_3; // System.Single DMCore.Camera.CCameraState::_far float ____far_4; public: inline static int32_t get_offset_of__position_0() { return static_cast(offsetof(CCameraState_t4059982610, ____position_0)); } inline Vector3_t3722313464 get__position_0() const { return ____position_0; } inline Vector3_t3722313464 * get_address_of__position_0() { return &____position_0; } inline void set__position_0(Vector3_t3722313464 value) { ____position_0 = value; } inline static int32_t get_offset_of__rotation_1() { return static_cast(offsetof(CCameraState_t4059982610, ____rotation_1)); } inline Quaternion_t2301928331 get__rotation_1() const { return ____rotation_1; } inline Quaternion_t2301928331 * get_address_of__rotation_1() { return &____rotation_1; } inline void set__rotation_1(Quaternion_t2301928331 value) { ____rotation_1 = value; } inline static int32_t get_offset_of__fov_2() { return static_cast(offsetof(CCameraState_t4059982610, ____fov_2)); } inline float get__fov_2() const { return ____fov_2; } inline float* get_address_of__fov_2() { return &____fov_2; } inline void set__fov_2(float value) { ____fov_2 = value; } inline static int32_t get_offset_of__near_3() { return static_cast(offsetof(CCameraState_t4059982610, ____near_3)); } inline float get__near_3() const { return ____near_3; } inline float* get_address_of__near_3() { return &____near_3; } inline void set__near_3(float value) { ____near_3 = value; } inline static int32_t get_offset_of__far_4() { return static_cast(offsetof(CCameraState_t4059982610, ____far_4)); } inline float get__far_4() const { return ____far_4; } inline float* get_address_of__far_4() { return &____far_4; } inline void set__far_4(float value) { ____far_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCAMERASTATE_T4059982610_H #ifndef ENUMERATOR_T2210045772_H #define ENUMERATOR_T2210045772_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_t2210045772 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t255862997 * ___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_t2653535164 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2210045772, ___dictionary_0)); } inline Dictionary_2_t255862997 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t255862997 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t255862997 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2210045772, ___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_t2210045772, ___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_t2210045772, ___current_3)); } inline KeyValuePair_2_t2653535164 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2653535164 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2653535164 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2210045772_H #ifndef CSWINGBONE_T2419392790_H #define CSWINGBONE_T2419392790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSwingBone struct CSwingBone_t2419392790 : public RuntimeObject { public: // UnityEngine.Transform DMCore.Framework.Scene.CSwingBone::m_baseTransform Transform_t3600365921 * ___m_baseTransform_0; // UnityEngine.Vector3 DMCore.Framework.Scene.CSwingBone::m_LastPos Vector3_t3722313464 ___m_LastPos_1; // UnityEngine.Quaternion DMCore.Framework.Scene.CSwingBone::m_LastRot Quaternion_t2301928331 ___m_LastRot_2; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSwingBone::m_Bones List_1_t3891467532 * ___m_Bones_3; // System.Single DMCore.Framework.Scene.CSwingBone::m_drag float ___m_drag_4; // System.Single DMCore.Framework.Scene.CSwingBone::m_angelDrag float ___m_angelDrag_5; public: inline static int32_t get_offset_of_m_baseTransform_0() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_baseTransform_0)); } inline Transform_t3600365921 * get_m_baseTransform_0() const { return ___m_baseTransform_0; } inline Transform_t3600365921 ** get_address_of_m_baseTransform_0() { return &___m_baseTransform_0; } inline void set_m_baseTransform_0(Transform_t3600365921 * value) { ___m_baseTransform_0 = value; Il2CppCodeGenWriteBarrier((&___m_baseTransform_0), value); } inline static int32_t get_offset_of_m_LastPos_1() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_LastPos_1)); } inline Vector3_t3722313464 get_m_LastPos_1() const { return ___m_LastPos_1; } inline Vector3_t3722313464 * get_address_of_m_LastPos_1() { return &___m_LastPos_1; } inline void set_m_LastPos_1(Vector3_t3722313464 value) { ___m_LastPos_1 = value; } inline static int32_t get_offset_of_m_LastRot_2() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_LastRot_2)); } inline Quaternion_t2301928331 get_m_LastRot_2() const { return ___m_LastRot_2; } inline Quaternion_t2301928331 * get_address_of_m_LastRot_2() { return &___m_LastRot_2; } inline void set_m_LastRot_2(Quaternion_t2301928331 value) { ___m_LastRot_2 = value; } inline static int32_t get_offset_of_m_Bones_3() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_Bones_3)); } inline List_1_t3891467532 * get_m_Bones_3() const { return ___m_Bones_3; } inline List_1_t3891467532 ** get_address_of_m_Bones_3() { return &___m_Bones_3; } inline void set_m_Bones_3(List_1_t3891467532 * value) { ___m_Bones_3 = value; Il2CppCodeGenWriteBarrier((&___m_Bones_3), value); } inline static int32_t get_offset_of_m_drag_4() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_drag_4)); } inline float get_m_drag_4() const { return ___m_drag_4; } inline float* get_address_of_m_drag_4() { return &___m_drag_4; } inline void set_m_drag_4(float value) { ___m_drag_4 = value; } inline static int32_t get_offset_of_m_angelDrag_5() { return static_cast(offsetof(CSwingBone_t2419392790, ___m_angelDrag_5)); } inline float get_m_angelDrag_5() const { return ___m_angelDrag_5; } inline float* get_address_of_m_angelDrag_5() { return &___m_angelDrag_5; } inline void set_m_angelDrag_5(float value) { ___m_angelDrag_5 = value; } }; struct CSwingBone_t2419392790_StaticFields { public: // BetterList`1 DMCore.Framework.Scene.CSwingBone::cached BetterList_1_t2755386239 * ___cached_6; public: inline static int32_t get_offset_of_cached_6() { return static_cast(offsetof(CSwingBone_t2419392790_StaticFields, ___cached_6)); } inline BetterList_1_t2755386239 * get_cached_6() const { return ___cached_6; } inline BetterList_1_t2755386239 ** get_address_of_cached_6() { return &___cached_6; } inline void set_cached_6(BetterList_1_t2755386239 * value) { ___cached_6 = value; Il2CppCodeGenWriteBarrier((&___cached_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSWINGBONE_T2419392790_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 EMUNITTYPE_T520700700_H #define EMUNITTYPE_T520700700_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.emUnitType struct emUnitType_t520700700 { public: // System.Int32 DMCore.emUnitType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(emUnitType_t520700700, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMUNITTYPE_T520700700_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 TRACKEDREFERENCE_T1199777556_H #define TRACKEDREFERENCE_T1199777556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TrackedReference struct TrackedReference_t1199777556 : public RuntimeObject { public: // System.IntPtr UnityEngine.TrackedReference::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(TrackedReference_t1199777556, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.TrackedReference struct TrackedReference_t1199777556_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.TrackedReference struct TrackedReference_t1199777556_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // TRACKEDREFERENCE_T1199777556_H #ifndef ENUMERATOR_T1638399457_H #define ENUMERATOR_T1638399457_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_t1638399457 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3979183978 * ___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_t2081888849 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1638399457, ___dictionary_0)); } inline Dictionary_2_t3979183978 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3979183978 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3979183978 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1638399457, ___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_t1638399457, ___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_t1638399457, ___current_3)); } inline KeyValuePair_2_t2081888849 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2081888849 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2081888849 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1638399457_H #ifndef ENUMRESSTATE_T3285317815_H #define ENUMRESSTATE_T3285317815_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.enumResState struct enumResState_t3285317815 { public: // System.Int32 DMCore.Framework.Resource.enumResState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumResState_t3285317815, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMRESSTATE_T3285317815_H #ifndef 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 ENUMMODELCATEGORY_T3973378142_H #define ENUMMODELCATEGORY_T3973378142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumModelCategory struct enumModelCategory_t3973378142 { public: // System.Int32 DMCore.Framework.Scene.enumModelCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumModelCategory_t3973378142, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMODELCATEGORY_T3973378142_H #ifndef COORDINATES_T1880298793_H #define COORDINATES_T1880298793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas/Coordinates struct Coordinates_t1880298793 { public: // System.Int32 UIAtlas/Coordinates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Coordinates_t1880298793, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COORDINATES_T1880298793_H #ifndef 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 ENUMERATOR_T2690346795_H #define ENUMERATOR_T2690346795_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_t2690346795 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t736164020 * ___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_t3133836187 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2690346795, ___dictionary_0)); } inline Dictionary_2_t736164020 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t736164020 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t736164020 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2690346795, ___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_t2690346795, ___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_t2690346795, ___current_3)); } inline KeyValuePair_2_t3133836187 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3133836187 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3133836187 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2690346795_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 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 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 RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef ENUMERATOR_T2783128256_H #define ENUMERATOR_T2783128256_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_t2783128256 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t828945481 * ___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_t3226617648 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2783128256, ___dictionary_0)); } inline Dictionary_2_t828945481 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t828945481 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t828945481 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2783128256, ___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_t2783128256, ___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_t2783128256, ___current_3)); } inline KeyValuePair_2_t3226617648 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3226617648 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3226617648 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2783128256_H #ifndef ENUMWALKTYPE_T4000804588_H #define ENUMWALKTYPE_T4000804588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumWalkType struct enumWalkType_t4000804588 { public: // System.Int32 DMCore.Framework.Scene.enumWalkType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumWalkType_t4000804588, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMWALKTYPE_T4000804588_H #ifndef ENUMERATOR_T2769835366_H #define ENUMERATOR_T2769835366_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_t2769835366 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t815652591 * ___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_t3213324758 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2769835366, ___dictionary_0)); } inline Dictionary_2_t815652591 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t815652591 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t815652591 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2769835366, ___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_t2769835366, ___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_t2769835366, ___current_3)); } inline KeyValuePair_2_t3213324758 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3213324758 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3213324758 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2769835366_H #ifndef ENUMERATOR_T3713899780_H #define ENUMERATOR_T3713899780_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_t3713899780 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1759717005 * ___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_t4157389172 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3713899780, ___dictionary_0)); } inline Dictionary_2_t1759717005 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1759717005 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1759717005 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3713899780, ___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_t3713899780, ___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_t3713899780, ___current_3)); } inline KeyValuePair_2_t4157389172 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4157389172 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4157389172 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3713899780_H #ifndef LINKEDEFFECTTYPE_T3019426322_H #define LINKEDEFFECTTYPE_T3019426322_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LinkedEffect/LinkedEffectType struct LinkedEffectType_t3019426322 { public: // System.Int32 LinkedEffect/LinkedEffectType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LinkedEffectType_t3019426322, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDEFFECTTYPE_T3019426322_H #ifndef STRINGCOMPARISON_T3657712135_H #define STRINGCOMPARISON_T3657712135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparison struct StringComparison_t3657712135 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringComparison_t3657712135, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T3657712135_H #ifndef RUNTIMEPLATFORM_T4159857903_H #define RUNTIMEPLATFORM_T4159857903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RuntimePlatform struct RuntimePlatform_t4159857903 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RuntimePlatform_t4159857903, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEPLATFORM_T4159857903_H #ifndef 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 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 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 ENUMACTIVITYTYPE_T2524249953_H #define ENUMACTIVITYTYPE_T2524249953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumActivityType struct enumActivityType_t2524249953 { public: // System.Int32 DMCore.Logic.enumActivityType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumActivityType_t2524249953, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMACTIVITYTYPE_T2524249953_H #ifndef CINTERACTIONCLIDERITEM_T1940232150_H #define CINTERACTIONCLIDERITEM_T1940232150_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionCliderItem struct CInteractionCliderItem_t1940232150 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionCliderItem::m_ptCenter Vector3_t3722313464 ___m_ptCenter_0; // UnityEngine.Quaternion DMCore.Framework.Scene.CInteractionCliderItem::m_ptRotation Quaternion_t2301928331 ___m_ptRotation_1; // UnityEngine.Transform DMCore.Framework.Scene.CInteractionCliderItem::m_transVal Transform_t3600365921 * ___m_transVal_2; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CInteractionCliderItem::m_cliderList List_1_t2266899006 * ___m_cliderList_3; // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionCliderItem::m_groupOwner CInteractionCliderGroup_t327998540 * ___m_groupOwner_4; public: inline static int32_t get_offset_of_m_ptCenter_0() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_ptCenter_0)); } inline Vector3_t3722313464 get_m_ptCenter_0() const { return ___m_ptCenter_0; } inline Vector3_t3722313464 * get_address_of_m_ptCenter_0() { return &___m_ptCenter_0; } inline void set_m_ptCenter_0(Vector3_t3722313464 value) { ___m_ptCenter_0 = value; } inline static int32_t get_offset_of_m_ptRotation_1() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_ptRotation_1)); } inline Quaternion_t2301928331 get_m_ptRotation_1() const { return ___m_ptRotation_1; } inline Quaternion_t2301928331 * get_address_of_m_ptRotation_1() { return &___m_ptRotation_1; } inline void set_m_ptRotation_1(Quaternion_t2301928331 value) { ___m_ptRotation_1 = value; } inline static int32_t get_offset_of_m_transVal_2() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_transVal_2)); } inline Transform_t3600365921 * get_m_transVal_2() const { return ___m_transVal_2; } inline Transform_t3600365921 ** get_address_of_m_transVal_2() { return &___m_transVal_2; } inline void set_m_transVal_2(Transform_t3600365921 * value) { ___m_transVal_2 = value; Il2CppCodeGenWriteBarrier((&___m_transVal_2), value); } inline static int32_t get_offset_of_m_cliderList_3() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_cliderList_3)); } inline List_1_t2266899006 * get_m_cliderList_3() const { return ___m_cliderList_3; } inline List_1_t2266899006 ** get_address_of_m_cliderList_3() { return &___m_cliderList_3; } inline void set_m_cliderList_3(List_1_t2266899006 * value) { ___m_cliderList_3 = value; Il2CppCodeGenWriteBarrier((&___m_cliderList_3), value); } inline static int32_t get_offset_of_m_groupOwner_4() { return static_cast(offsetof(CInteractionCliderItem_t1940232150, ___m_groupOwner_4)); } inline CInteractionCliderGroup_t327998540 * get_m_groupOwner_4() const { return ___m_groupOwner_4; } inline CInteractionCliderGroup_t327998540 ** get_address_of_m_groupOwner_4() { return &___m_groupOwner_4; } inline void set_m_groupOwner_4(CInteractionCliderGroup_t327998540 * value) { ___m_groupOwner_4 = value; Il2CppCodeGenWriteBarrier((&___m_groupOwner_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONCLIDERITEM_T1940232150_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 COMMON_T3802143103_H #define COMMON_T3802143103_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Common struct Common_t3802143103 : public RuntimeObject { public: public: }; struct Common_t3802143103_StaticFields { public: // System.Int32 DMCore.Common::INVALID_ID int32_t ___INVALID_ID_0; // System.Int32 DMCore.Common::MIN_LEVEL_NUMBER int32_t ___MIN_LEVEL_NUMBER_1; // System.Int32 DMCore.Common::MAX_LEVEL_NUMBER int32_t ___MAX_LEVEL_NUMBER_2; // System.Int32 DMCore.Common::CHAT_SAVE_MAX_COUNT int32_t ___CHAT_SAVE_MAX_COUNT_3; // System.Int32 DMCore.Common::CHAT_SAVE_TIME_SPAN int32_t ___CHAT_SAVE_TIME_SPAN_4; // System.Int32 DMCore.Common::CHAT_CONTENT_COUNT_CACHE int32_t ___CHAT_CONTENT_COUNT_CACHE_5; // System.Int32 DMCore.Common::MESSAGE_SAVE_MAX_COUNT int32_t ___MESSAGE_SAVE_MAX_COUNT_6; // System.Int32 DMCore.Common::MESSAGE_SAVE_TIME_SPAN int32_t ___MESSAGE_SAVE_TIME_SPAN_7; // System.Single DMCore.Common::SYSTEMBROAD_ROLL_SPEED float ___SYSTEMBROAD_ROLL_SPEED_8; // System.Int32 DMCore.Common::SHOPPING_CART_MAX_CAPACITY int32_t ___SHOPPING_CART_MAX_CAPACITY_9; // System.Int32 DMCore.Common::CURRENT_PROTOCOL_VERSION int32_t ___CURRENT_PROTOCOL_VERSION_10; // System.Single DMCore.Common::NET_MESSAGE_OVER_TIME float ___NET_MESSAGE_OVER_TIME_11; // System.Int32 DMCore.Common::MAX_SEND_INVITED_TIMES int32_t ___MAX_SEND_INVITED_TIMES_12; // System.Int32 DMCore.Common::MAX_RECV_INVITED_TIMES int32_t ___MAX_RECV_INVITED_TIMES_13; // System.Single DMCore.Common::TIME_SPAN_TO_RESET_RECV_CNT float ___TIME_SPAN_TO_RESET_RECV_CNT_14; // System.Single DMCore.Common::MAX_SPEAKER_LIFE_TIME float ___MAX_SPEAKER_LIFE_TIME_15; // System.Single DMCore.Common::CHAT_REFRESH_ONLINESTATE float ___CHAT_REFRESH_ONLINESTATE_16; // System.Int32 DMCore.Common::MIN_CLOTH_CONFIG_ID int32_t ___MIN_CLOTH_CONFIG_ID_17; // System.Int32 DMCore.Common::MIN_PROPS_CONFIG_ID int32_t ___MIN_PROPS_CONFIG_ID_18; // System.Single DMCore.Common::FULL_DOWN_CHECK_FREQUENCY float ___FULL_DOWN_CHECK_FREQUENCY_19; // System.Int32 DMCore.Common::CLASSICAL_QUEUE_BEAT_COUNT int32_t ___CLASSICAL_QUEUE_BEAT_COUNT_20; // System.Int32 DMCore.Common::CLASSICAL_JUDGE_BEAT_COUNT int32_t ___CLASSICAL_JUDGE_BEAT_COUNT_21; // System.Int32 DMCore.Common::CLASSICAL_MIN_KEY_LEVEL int32_t ___CLASSICAL_MIN_KEY_LEVEL_22; // System.Int32 DMCore.Common::CLASSICAL_MAX_KEY_LEVEL int32_t ___CLASSICAL_MAX_KEY_LEVEL_23; // System.Int32 DMCore.Common::CLASSICAL_USER_RANDOM_KEY int32_t ___CLASSICAL_USER_RANDOM_KEY_24; // System.Int32 DMCore.Common::PROTECTED_LEVEL int32_t ___PROTECTED_LEVEL_25; // System.Int32 DMCore.Common::ROOM_COUNT_ONE_PAGE int32_t ___ROOM_COUNT_ONE_PAGE_26; // System.Single DMCore.Common::PET_DEFAULT_WALK_SPEED float ___PET_DEFAULT_WALK_SPEED_27; // System.Single DMCore.Common::PET_DEFAULT_SAFE_DISTANCE float ___PET_DEFAULT_SAFE_DISTANCE_28; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_29; // UnityEngine.Vector3 DMCore.Common::PET_DEFAULT_SHOW_POSITION_W Vector3_t3722313464 ___PET_DEFAULT_SHOW_POSITION_W_30; // System.Single DMCore.Common::SINGLE_PAGE_DEPTH float ___SINGLE_PAGE_DEPTH_31; public: inline static int32_t get_offset_of_INVALID_ID_0() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___INVALID_ID_0)); } inline int32_t get_INVALID_ID_0() const { return ___INVALID_ID_0; } inline int32_t* get_address_of_INVALID_ID_0() { return &___INVALID_ID_0; } inline void set_INVALID_ID_0(int32_t value) { ___INVALID_ID_0 = value; } inline static int32_t get_offset_of_MIN_LEVEL_NUMBER_1() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_LEVEL_NUMBER_1)); } inline int32_t get_MIN_LEVEL_NUMBER_1() const { return ___MIN_LEVEL_NUMBER_1; } inline int32_t* get_address_of_MIN_LEVEL_NUMBER_1() { return &___MIN_LEVEL_NUMBER_1; } inline void set_MIN_LEVEL_NUMBER_1(int32_t value) { ___MIN_LEVEL_NUMBER_1 = value; } inline static int32_t get_offset_of_MAX_LEVEL_NUMBER_2() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_LEVEL_NUMBER_2)); } inline int32_t get_MAX_LEVEL_NUMBER_2() const { return ___MAX_LEVEL_NUMBER_2; } inline int32_t* get_address_of_MAX_LEVEL_NUMBER_2() { return &___MAX_LEVEL_NUMBER_2; } inline void set_MAX_LEVEL_NUMBER_2(int32_t value) { ___MAX_LEVEL_NUMBER_2 = value; } inline static int32_t get_offset_of_CHAT_SAVE_MAX_COUNT_3() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_MAX_COUNT_3)); } inline int32_t get_CHAT_SAVE_MAX_COUNT_3() const { return ___CHAT_SAVE_MAX_COUNT_3; } inline int32_t* get_address_of_CHAT_SAVE_MAX_COUNT_3() { return &___CHAT_SAVE_MAX_COUNT_3; } inline void set_CHAT_SAVE_MAX_COUNT_3(int32_t value) { ___CHAT_SAVE_MAX_COUNT_3 = value; } inline static int32_t get_offset_of_CHAT_SAVE_TIME_SPAN_4() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_SAVE_TIME_SPAN_4)); } inline int32_t get_CHAT_SAVE_TIME_SPAN_4() const { return ___CHAT_SAVE_TIME_SPAN_4; } inline int32_t* get_address_of_CHAT_SAVE_TIME_SPAN_4() { return &___CHAT_SAVE_TIME_SPAN_4; } inline void set_CHAT_SAVE_TIME_SPAN_4(int32_t value) { ___CHAT_SAVE_TIME_SPAN_4 = value; } inline static int32_t get_offset_of_CHAT_CONTENT_COUNT_CACHE_5() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_CONTENT_COUNT_CACHE_5)); } inline int32_t get_CHAT_CONTENT_COUNT_CACHE_5() const { return ___CHAT_CONTENT_COUNT_CACHE_5; } inline int32_t* get_address_of_CHAT_CONTENT_COUNT_CACHE_5() { return &___CHAT_CONTENT_COUNT_CACHE_5; } inline void set_CHAT_CONTENT_COUNT_CACHE_5(int32_t value) { ___CHAT_CONTENT_COUNT_CACHE_5 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_MAX_COUNT_6() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_MAX_COUNT_6)); } inline int32_t get_MESSAGE_SAVE_MAX_COUNT_6() const { return ___MESSAGE_SAVE_MAX_COUNT_6; } inline int32_t* get_address_of_MESSAGE_SAVE_MAX_COUNT_6() { return &___MESSAGE_SAVE_MAX_COUNT_6; } inline void set_MESSAGE_SAVE_MAX_COUNT_6(int32_t value) { ___MESSAGE_SAVE_MAX_COUNT_6 = value; } inline static int32_t get_offset_of_MESSAGE_SAVE_TIME_SPAN_7() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MESSAGE_SAVE_TIME_SPAN_7)); } inline int32_t get_MESSAGE_SAVE_TIME_SPAN_7() const { return ___MESSAGE_SAVE_TIME_SPAN_7; } inline int32_t* get_address_of_MESSAGE_SAVE_TIME_SPAN_7() { return &___MESSAGE_SAVE_TIME_SPAN_7; } inline void set_MESSAGE_SAVE_TIME_SPAN_7(int32_t value) { ___MESSAGE_SAVE_TIME_SPAN_7 = value; } inline static int32_t get_offset_of_SYSTEMBROAD_ROLL_SPEED_8() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SYSTEMBROAD_ROLL_SPEED_8)); } inline float get_SYSTEMBROAD_ROLL_SPEED_8() const { return ___SYSTEMBROAD_ROLL_SPEED_8; } inline float* get_address_of_SYSTEMBROAD_ROLL_SPEED_8() { return &___SYSTEMBROAD_ROLL_SPEED_8; } inline void set_SYSTEMBROAD_ROLL_SPEED_8(float value) { ___SYSTEMBROAD_ROLL_SPEED_8 = value; } inline static int32_t get_offset_of_SHOPPING_CART_MAX_CAPACITY_9() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SHOPPING_CART_MAX_CAPACITY_9)); } inline int32_t get_SHOPPING_CART_MAX_CAPACITY_9() const { return ___SHOPPING_CART_MAX_CAPACITY_9; } inline int32_t* get_address_of_SHOPPING_CART_MAX_CAPACITY_9() { return &___SHOPPING_CART_MAX_CAPACITY_9; } inline void set_SHOPPING_CART_MAX_CAPACITY_9(int32_t value) { ___SHOPPING_CART_MAX_CAPACITY_9 = value; } inline static int32_t get_offset_of_CURRENT_PROTOCOL_VERSION_10() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CURRENT_PROTOCOL_VERSION_10)); } inline int32_t get_CURRENT_PROTOCOL_VERSION_10() const { return ___CURRENT_PROTOCOL_VERSION_10; } inline int32_t* get_address_of_CURRENT_PROTOCOL_VERSION_10() { return &___CURRENT_PROTOCOL_VERSION_10; } inline void set_CURRENT_PROTOCOL_VERSION_10(int32_t value) { ___CURRENT_PROTOCOL_VERSION_10 = value; } inline static int32_t get_offset_of_NET_MESSAGE_OVER_TIME_11() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___NET_MESSAGE_OVER_TIME_11)); } inline float get_NET_MESSAGE_OVER_TIME_11() const { return ___NET_MESSAGE_OVER_TIME_11; } inline float* get_address_of_NET_MESSAGE_OVER_TIME_11() { return &___NET_MESSAGE_OVER_TIME_11; } inline void set_NET_MESSAGE_OVER_TIME_11(float value) { ___NET_MESSAGE_OVER_TIME_11 = value; } inline static int32_t get_offset_of_MAX_SEND_INVITED_TIMES_12() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SEND_INVITED_TIMES_12)); } inline int32_t get_MAX_SEND_INVITED_TIMES_12() const { return ___MAX_SEND_INVITED_TIMES_12; } inline int32_t* get_address_of_MAX_SEND_INVITED_TIMES_12() { return &___MAX_SEND_INVITED_TIMES_12; } inline void set_MAX_SEND_INVITED_TIMES_12(int32_t value) { ___MAX_SEND_INVITED_TIMES_12 = value; } inline static int32_t get_offset_of_MAX_RECV_INVITED_TIMES_13() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_RECV_INVITED_TIMES_13)); } inline int32_t get_MAX_RECV_INVITED_TIMES_13() const { return ___MAX_RECV_INVITED_TIMES_13; } inline int32_t* get_address_of_MAX_RECV_INVITED_TIMES_13() { return &___MAX_RECV_INVITED_TIMES_13; } inline void set_MAX_RECV_INVITED_TIMES_13(int32_t value) { ___MAX_RECV_INVITED_TIMES_13 = value; } inline static int32_t get_offset_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___TIME_SPAN_TO_RESET_RECV_CNT_14)); } inline float get_TIME_SPAN_TO_RESET_RECV_CNT_14() const { return ___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline float* get_address_of_TIME_SPAN_TO_RESET_RECV_CNT_14() { return &___TIME_SPAN_TO_RESET_RECV_CNT_14; } inline void set_TIME_SPAN_TO_RESET_RECV_CNT_14(float value) { ___TIME_SPAN_TO_RESET_RECV_CNT_14 = value; } inline static int32_t get_offset_of_MAX_SPEAKER_LIFE_TIME_15() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MAX_SPEAKER_LIFE_TIME_15)); } inline float get_MAX_SPEAKER_LIFE_TIME_15() const { return ___MAX_SPEAKER_LIFE_TIME_15; } inline float* get_address_of_MAX_SPEAKER_LIFE_TIME_15() { return &___MAX_SPEAKER_LIFE_TIME_15; } inline void set_MAX_SPEAKER_LIFE_TIME_15(float value) { ___MAX_SPEAKER_LIFE_TIME_15 = value; } inline static int32_t get_offset_of_CHAT_REFRESH_ONLINESTATE_16() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CHAT_REFRESH_ONLINESTATE_16)); } inline float get_CHAT_REFRESH_ONLINESTATE_16() const { return ___CHAT_REFRESH_ONLINESTATE_16; } inline float* get_address_of_CHAT_REFRESH_ONLINESTATE_16() { return &___CHAT_REFRESH_ONLINESTATE_16; } inline void set_CHAT_REFRESH_ONLINESTATE_16(float value) { ___CHAT_REFRESH_ONLINESTATE_16 = value; } inline static int32_t get_offset_of_MIN_CLOTH_CONFIG_ID_17() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_CLOTH_CONFIG_ID_17)); } inline int32_t get_MIN_CLOTH_CONFIG_ID_17() const { return ___MIN_CLOTH_CONFIG_ID_17; } inline int32_t* get_address_of_MIN_CLOTH_CONFIG_ID_17() { return &___MIN_CLOTH_CONFIG_ID_17; } inline void set_MIN_CLOTH_CONFIG_ID_17(int32_t value) { ___MIN_CLOTH_CONFIG_ID_17 = value; } inline static int32_t get_offset_of_MIN_PROPS_CONFIG_ID_18() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___MIN_PROPS_CONFIG_ID_18)); } inline int32_t get_MIN_PROPS_CONFIG_ID_18() const { return ___MIN_PROPS_CONFIG_ID_18; } inline int32_t* get_address_of_MIN_PROPS_CONFIG_ID_18() { return &___MIN_PROPS_CONFIG_ID_18; } inline void set_MIN_PROPS_CONFIG_ID_18(int32_t value) { ___MIN_PROPS_CONFIG_ID_18 = value; } inline static int32_t get_offset_of_FULL_DOWN_CHECK_FREQUENCY_19() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___FULL_DOWN_CHECK_FREQUENCY_19)); } inline float get_FULL_DOWN_CHECK_FREQUENCY_19() const { return ___FULL_DOWN_CHECK_FREQUENCY_19; } inline float* get_address_of_FULL_DOWN_CHECK_FREQUENCY_19() { return &___FULL_DOWN_CHECK_FREQUENCY_19; } inline void set_FULL_DOWN_CHECK_FREQUENCY_19(float value) { ___FULL_DOWN_CHECK_FREQUENCY_19 = value; } inline static int32_t get_offset_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_QUEUE_BEAT_COUNT_20)); } inline int32_t get_CLASSICAL_QUEUE_BEAT_COUNT_20() const { return ___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline int32_t* get_address_of_CLASSICAL_QUEUE_BEAT_COUNT_20() { return &___CLASSICAL_QUEUE_BEAT_COUNT_20; } inline void set_CLASSICAL_QUEUE_BEAT_COUNT_20(int32_t value) { ___CLASSICAL_QUEUE_BEAT_COUNT_20 = value; } inline static int32_t get_offset_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_JUDGE_BEAT_COUNT_21)); } inline int32_t get_CLASSICAL_JUDGE_BEAT_COUNT_21() const { return ___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline int32_t* get_address_of_CLASSICAL_JUDGE_BEAT_COUNT_21() { return &___CLASSICAL_JUDGE_BEAT_COUNT_21; } inline void set_CLASSICAL_JUDGE_BEAT_COUNT_21(int32_t value) { ___CLASSICAL_JUDGE_BEAT_COUNT_21 = value; } inline static int32_t get_offset_of_CLASSICAL_MIN_KEY_LEVEL_22() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MIN_KEY_LEVEL_22)); } inline int32_t get_CLASSICAL_MIN_KEY_LEVEL_22() const { return ___CLASSICAL_MIN_KEY_LEVEL_22; } inline int32_t* get_address_of_CLASSICAL_MIN_KEY_LEVEL_22() { return &___CLASSICAL_MIN_KEY_LEVEL_22; } inline void set_CLASSICAL_MIN_KEY_LEVEL_22(int32_t value) { ___CLASSICAL_MIN_KEY_LEVEL_22 = value; } inline static int32_t get_offset_of_CLASSICAL_MAX_KEY_LEVEL_23() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_MAX_KEY_LEVEL_23)); } inline int32_t get_CLASSICAL_MAX_KEY_LEVEL_23() const { return ___CLASSICAL_MAX_KEY_LEVEL_23; } inline int32_t* get_address_of_CLASSICAL_MAX_KEY_LEVEL_23() { return &___CLASSICAL_MAX_KEY_LEVEL_23; } inline void set_CLASSICAL_MAX_KEY_LEVEL_23(int32_t value) { ___CLASSICAL_MAX_KEY_LEVEL_23 = value; } inline static int32_t get_offset_of_CLASSICAL_USER_RANDOM_KEY_24() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___CLASSICAL_USER_RANDOM_KEY_24)); } inline int32_t get_CLASSICAL_USER_RANDOM_KEY_24() const { return ___CLASSICAL_USER_RANDOM_KEY_24; } inline int32_t* get_address_of_CLASSICAL_USER_RANDOM_KEY_24() { return &___CLASSICAL_USER_RANDOM_KEY_24; } inline void set_CLASSICAL_USER_RANDOM_KEY_24(int32_t value) { ___CLASSICAL_USER_RANDOM_KEY_24 = value; } inline static int32_t get_offset_of_PROTECTED_LEVEL_25() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PROTECTED_LEVEL_25)); } inline int32_t get_PROTECTED_LEVEL_25() const { return ___PROTECTED_LEVEL_25; } inline int32_t* get_address_of_PROTECTED_LEVEL_25() { return &___PROTECTED_LEVEL_25; } inline void set_PROTECTED_LEVEL_25(int32_t value) { ___PROTECTED_LEVEL_25 = value; } inline static int32_t get_offset_of_ROOM_COUNT_ONE_PAGE_26() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___ROOM_COUNT_ONE_PAGE_26)); } inline int32_t get_ROOM_COUNT_ONE_PAGE_26() const { return ___ROOM_COUNT_ONE_PAGE_26; } inline int32_t* get_address_of_ROOM_COUNT_ONE_PAGE_26() { return &___ROOM_COUNT_ONE_PAGE_26; } inline void set_ROOM_COUNT_ONE_PAGE_26(int32_t value) { ___ROOM_COUNT_ONE_PAGE_26 = value; } inline static int32_t get_offset_of_PET_DEFAULT_WALK_SPEED_27() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_WALK_SPEED_27)); } inline float get_PET_DEFAULT_WALK_SPEED_27() const { return ___PET_DEFAULT_WALK_SPEED_27; } inline float* get_address_of_PET_DEFAULT_WALK_SPEED_27() { return &___PET_DEFAULT_WALK_SPEED_27; } inline void set_PET_DEFAULT_WALK_SPEED_27(float value) { ___PET_DEFAULT_WALK_SPEED_27 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SAFE_DISTANCE_28() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SAFE_DISTANCE_28)); } inline float get_PET_DEFAULT_SAFE_DISTANCE_28() const { return ___PET_DEFAULT_SAFE_DISTANCE_28; } inline float* get_address_of_PET_DEFAULT_SAFE_DISTANCE_28() { return &___PET_DEFAULT_SAFE_DISTANCE_28; } inline void set_PET_DEFAULT_SAFE_DISTANCE_28(float value) { ___PET_DEFAULT_SAFE_DISTANCE_28 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_29() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_29)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_29() const { return ___PET_DEFAULT_SHOW_POSITION_29; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_29() { return &___PET_DEFAULT_SHOW_POSITION_29; } inline void set_PET_DEFAULT_SHOW_POSITION_29(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_29 = value; } inline static int32_t get_offset_of_PET_DEFAULT_SHOW_POSITION_W_30() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___PET_DEFAULT_SHOW_POSITION_W_30)); } inline Vector3_t3722313464 get_PET_DEFAULT_SHOW_POSITION_W_30() const { return ___PET_DEFAULT_SHOW_POSITION_W_30; } inline Vector3_t3722313464 * get_address_of_PET_DEFAULT_SHOW_POSITION_W_30() { return &___PET_DEFAULT_SHOW_POSITION_W_30; } inline void set_PET_DEFAULT_SHOW_POSITION_W_30(Vector3_t3722313464 value) { ___PET_DEFAULT_SHOW_POSITION_W_30 = value; } inline static int32_t get_offset_of_SINGLE_PAGE_DEPTH_31() { return static_cast(offsetof(Common_t3802143103_StaticFields, ___SINGLE_PAGE_DEPTH_31)); } inline float get_SINGLE_PAGE_DEPTH_31() const { return ___SINGLE_PAGE_DEPTH_31; } inline float* get_address_of_SINGLE_PAGE_DEPTH_31() { return &___SINGLE_PAGE_DEPTH_31; } inline void set_SINGLE_PAGE_DEPTH_31(float value) { ___SINGLE_PAGE_DEPTH_31 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMON_T3802143103_H #ifndef CWALKCAMERA_T1176337330_H #define CWALKCAMERA_T1176337330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkCamera struct CWalkCamera_t1176337330 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Scene.CWalkCamera::m_exceptColliders List_1_t2585711361 * ___m_exceptColliders_1; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bInited bool ___m_bInited_2; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bEnable bool ___m_bEnable_3; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bFollowCamera bool ___m_bFollowCamera_4; // UnityEngine.Vector2 DMCore.Framework.Scene.CWalkCamera::m_firstMouse Vector2_t2156229523 ___m_firstMouse_5; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_inRotateState bool ___m_inRotateState_6; // System.Int64 DMCore.Framework.Scene.CWalkCamera::m_lockedWatchTarget int64_t ___m_lockedWatchTarget_7; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_lastClkedUI bool ___m_lastClkedUI_8; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_quatCamera Vector3_t3722313464 ___m_quatCamera_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_quatCameraCur Vector3_t3722313464 ___m_quatCameraCur_10; // System.Boolean DMCore.Framework.Scene.CWalkCamera::m_bStartLerp bool ___m_bStartLerp_11; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkCamera::m_v3StartPos Vector3_t3722313464 ___m_v3StartPos_12; // System.Single DMCore.Framework.Scene.CWalkCamera::m_fStartTime float ___m_fStartTime_13; public: inline static int32_t get_offset_of_m_exceptColliders_1() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_exceptColliders_1)); } inline List_1_t2585711361 * get_m_exceptColliders_1() const { return ___m_exceptColliders_1; } inline List_1_t2585711361 ** get_address_of_m_exceptColliders_1() { return &___m_exceptColliders_1; } inline void set_m_exceptColliders_1(List_1_t2585711361 * value) { ___m_exceptColliders_1 = value; Il2CppCodeGenWriteBarrier((&___m_exceptColliders_1), value); } inline static int32_t get_offset_of_m_bInited_2() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bInited_2)); } inline bool get_m_bInited_2() const { return ___m_bInited_2; } inline bool* get_address_of_m_bInited_2() { return &___m_bInited_2; } inline void set_m_bInited_2(bool value) { ___m_bInited_2 = value; } inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } inline static int32_t get_offset_of_m_bFollowCamera_4() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bFollowCamera_4)); } inline bool get_m_bFollowCamera_4() const { return ___m_bFollowCamera_4; } inline bool* get_address_of_m_bFollowCamera_4() { return &___m_bFollowCamera_4; } inline void set_m_bFollowCamera_4(bool value) { ___m_bFollowCamera_4 = value; } inline static int32_t get_offset_of_m_firstMouse_5() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_firstMouse_5)); } inline Vector2_t2156229523 get_m_firstMouse_5() const { return ___m_firstMouse_5; } inline Vector2_t2156229523 * get_address_of_m_firstMouse_5() { return &___m_firstMouse_5; } inline void set_m_firstMouse_5(Vector2_t2156229523 value) { ___m_firstMouse_5 = value; } inline static int32_t get_offset_of_m_inRotateState_6() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_inRotateState_6)); } inline bool get_m_inRotateState_6() const { return ___m_inRotateState_6; } inline bool* get_address_of_m_inRotateState_6() { return &___m_inRotateState_6; } inline void set_m_inRotateState_6(bool value) { ___m_inRotateState_6 = value; } inline static int32_t get_offset_of_m_lockedWatchTarget_7() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_lockedWatchTarget_7)); } inline int64_t get_m_lockedWatchTarget_7() const { return ___m_lockedWatchTarget_7; } inline int64_t* get_address_of_m_lockedWatchTarget_7() { return &___m_lockedWatchTarget_7; } inline void set_m_lockedWatchTarget_7(int64_t value) { ___m_lockedWatchTarget_7 = value; } inline static int32_t get_offset_of_m_lastClkedUI_8() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_lastClkedUI_8)); } inline bool get_m_lastClkedUI_8() const { return ___m_lastClkedUI_8; } inline bool* get_address_of_m_lastClkedUI_8() { return &___m_lastClkedUI_8; } inline void set_m_lastClkedUI_8(bool value) { ___m_lastClkedUI_8 = value; } inline static int32_t get_offset_of_m_quatCamera_9() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_quatCamera_9)); } inline Vector3_t3722313464 get_m_quatCamera_9() const { return ___m_quatCamera_9; } inline Vector3_t3722313464 * get_address_of_m_quatCamera_9() { return &___m_quatCamera_9; } inline void set_m_quatCamera_9(Vector3_t3722313464 value) { ___m_quatCamera_9 = value; } inline static int32_t get_offset_of_m_quatCameraCur_10() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_quatCameraCur_10)); } inline Vector3_t3722313464 get_m_quatCameraCur_10() const { return ___m_quatCameraCur_10; } inline Vector3_t3722313464 * get_address_of_m_quatCameraCur_10() { return &___m_quatCameraCur_10; } inline void set_m_quatCameraCur_10(Vector3_t3722313464 value) { ___m_quatCameraCur_10 = value; } inline static int32_t get_offset_of_m_bStartLerp_11() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_bStartLerp_11)); } inline bool get_m_bStartLerp_11() const { return ___m_bStartLerp_11; } inline bool* get_address_of_m_bStartLerp_11() { return &___m_bStartLerp_11; } inline void set_m_bStartLerp_11(bool value) { ___m_bStartLerp_11 = value; } inline static int32_t get_offset_of_m_v3StartPos_12() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_v3StartPos_12)); } inline Vector3_t3722313464 get_m_v3StartPos_12() const { return ___m_v3StartPos_12; } inline Vector3_t3722313464 * get_address_of_m_v3StartPos_12() { return &___m_v3StartPos_12; } inline void set_m_v3StartPos_12(Vector3_t3722313464 value) { ___m_v3StartPos_12 = value; } inline static int32_t get_offset_of_m_fStartTime_13() { return static_cast(offsetof(CWalkCamera_t1176337330, ___m_fStartTime_13)); } inline float get_m_fStartTime_13() const { return ___m_fStartTime_13; } inline float* get_address_of_m_fStartTime_13() { return &___m_fStartTime_13; } inline void set_m_fStartTime_13(float value) { ___m_fStartTime_13 = value; } }; struct CWalkCamera_t1176337330_StaticFields { public: // System.Single DMCore.Framework.Scene.CWalkCamera::s_distance float ___s_distance_0; public: inline static int32_t get_offset_of_s_distance_0() { return static_cast(offsetof(CWalkCamera_t1176337330_StaticFields, ___s_distance_0)); } inline float get_s_distance_0() const { return ___s_distance_0; } inline float* get_address_of_s_distance_0() { return &___s_distance_0; } inline void set_s_distance_0(float value) { ___s_distance_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKCAMERA_T1176337330_H #ifndef ENUMERATOR_T1170894646_H #define ENUMERATOR_T1170894646_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_t1170894646 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3511679167 * ___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_t1614384038 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1170894646, ___dictionary_0)); } inline Dictionary_2_t3511679167 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3511679167 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3511679167 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1170894646, ___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_t1170894646, ___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_t1170894646, ___current_3)); } inline KeyValuePair_2_t1614384038 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1614384038 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1614384038 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1170894646_H #ifndef ENUMERATOR_T3000322388_H #define ENUMERATOR_T3000322388_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_t3000322388 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1046139613 * ___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_t3443811780 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3000322388, ___dictionary_0)); } inline Dictionary_2_t1046139613 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1046139613 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1046139613 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3000322388, ___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_t3000322388, ___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_t3000322388, ___current_3)); } inline KeyValuePair_2_t3443811780 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3443811780 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3443811780 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3000322388_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 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 ENUMCUSTOMIZATIONTYPE_T1934748586_H #define ENUMCUSTOMIZATIONTYPE_T1934748586_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCustomizationType struct enumCustomizationType_t1934748586 { public: // System.Int32 DMCore.Logic.enumCustomizationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCustomizationType_t1934748586, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCUSTOMIZATIONTYPE_T1934748586_H #ifndef ENUMANIMEVENTTYPE_T1114356232_H #define ENUMANIMEVENTTYPE_T1114356232_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.enumAnimEventType struct enumAnimEventType_t1114356232 { public: // System.Int32 DMCore.Framework.Movie.enumAnimEventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumAnimEventType_t1114356232, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMANIMEVENTTYPE_T1114356232_H #ifndef ENUMRESTYPE_T3289255113_H #define ENUMRESTYPE_T3289255113_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.enumResType struct enumResType_t3289255113 { public: // System.Int32 DMCore.Framework.Resource.enumResType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumResType_t3289255113, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMRESTYPE_T3289255113_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef ENUMLOCATIONSTATE_T576732300_H #define ENUMLOCATIONSTATE_T576732300_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.enumLocationState struct enumLocationState_t576732300 { public: // System.Int32 DMCore.Framework.Plugin.enumLocationState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumLocationState_t576732300, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMLOCATIONSTATE_T576732300_H #ifndef CWALKEVENT_T1212470810_H #define CWALKEVENT_T1212470810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkEvent struct CWalkEvent_t1212470810 : public RuntimeObject { public: // System.Int64 DMCore.Framework.Scene.CWalkEvent::m_userID int64_t ___m_userID_0; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_needSkip bool ___m_needSkip_1; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_endFlag bool ___m_endFlag_2; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkEvent::m_posTarget Vector3_t3722313464 ___m_posTarget_3; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_bExistBeginPos bool ___m_bExistBeginPos_4; // UnityEngine.Vector3 DMCore.Framework.Scene.CWalkEvent::m_posBeginReal Vector3_t3722313464 ___m_posBeginReal_5; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeBegin float ___m_timeBegin_6; // System.Single DMCore.Framework.Scene.CWalkEvent::m_timeTotal float ___m_timeTotal_7; // System.Boolean DMCore.Framework.Scene.CWalkEvent::m_initFlag bool ___m_initFlag_8; public: inline static int32_t get_offset_of_m_userID_0() { return static_cast(offsetof(CWalkEvent_t1212470810, ___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_needSkip_1() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_needSkip_1)); } inline bool get_m_needSkip_1() const { return ___m_needSkip_1; } inline bool* get_address_of_m_needSkip_1() { return &___m_needSkip_1; } inline void set_m_needSkip_1(bool value) { ___m_needSkip_1 = value; } inline static int32_t get_offset_of_m_endFlag_2() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_endFlag_2)); } inline bool get_m_endFlag_2() const { return ___m_endFlag_2; } inline bool* get_address_of_m_endFlag_2() { return &___m_endFlag_2; } inline void set_m_endFlag_2(bool value) { ___m_endFlag_2 = value; } inline static int32_t get_offset_of_m_posTarget_3() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_posTarget_3)); } inline Vector3_t3722313464 get_m_posTarget_3() const { return ___m_posTarget_3; } inline Vector3_t3722313464 * get_address_of_m_posTarget_3() { return &___m_posTarget_3; } inline void set_m_posTarget_3(Vector3_t3722313464 value) { ___m_posTarget_3 = value; } inline static int32_t get_offset_of_m_bExistBeginPos_4() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_bExistBeginPos_4)); } inline bool get_m_bExistBeginPos_4() const { return ___m_bExistBeginPos_4; } inline bool* get_address_of_m_bExistBeginPos_4() { return &___m_bExistBeginPos_4; } inline void set_m_bExistBeginPos_4(bool value) { ___m_bExistBeginPos_4 = value; } inline static int32_t get_offset_of_m_posBeginReal_5() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_posBeginReal_5)); } inline Vector3_t3722313464 get_m_posBeginReal_5() const { return ___m_posBeginReal_5; } inline Vector3_t3722313464 * get_address_of_m_posBeginReal_5() { return &___m_posBeginReal_5; } inline void set_m_posBeginReal_5(Vector3_t3722313464 value) { ___m_posBeginReal_5 = value; } inline static int32_t get_offset_of_m_timeBegin_6() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeBegin_6)); } inline float get_m_timeBegin_6() const { return ___m_timeBegin_6; } inline float* get_address_of_m_timeBegin_6() { return &___m_timeBegin_6; } inline void set_m_timeBegin_6(float value) { ___m_timeBegin_6 = value; } inline static int32_t get_offset_of_m_timeTotal_7() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_timeTotal_7)); } inline float get_m_timeTotal_7() const { return ___m_timeTotal_7; } inline float* get_address_of_m_timeTotal_7() { return &___m_timeTotal_7; } inline void set_m_timeTotal_7(float value) { ___m_timeTotal_7 = value; } inline static int32_t get_offset_of_m_initFlag_8() { return static_cast(offsetof(CWalkEvent_t1212470810, ___m_initFlag_8)); } inline bool get_m_initFlag_8() const { return ___m_initFlag_8; } inline bool* get_address_of_m_initFlag_8() { return &___m_initFlag_8; } inline void set_m_initFlag_8(bool value) { ___m_initFlag_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKEVENT_T1212470810_H #ifndef ENUMWALKEVENTTYPE_T2418561824_H #define ENUMWALKEVENTTYPE_T2418561824_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumWalkEventType struct enumWalkEventType_t2418561824 { public: // System.Int32 DMCore.Framework.Scene.enumWalkEventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumWalkEventType_t2418561824, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMWALKEVENTTYPE_T2418561824_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 THREADPRIORITY_T1774350854_H #define THREADPRIORITY_T1774350854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ThreadPriority struct ThreadPriority_t1774350854 { public: // System.Int32 UnityEngine.ThreadPriority::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadPriority_t1774350854, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADPRIORITY_T1774350854_H #ifndef TEXTUREFORMAT_T2701165832_H #define TEXTUREFORMAT_T2701165832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextureFormat struct TextureFormat_t2701165832 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureFormat_t2701165832, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREFORMAT_T2701165832_H #ifndef 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 MESH_T3648964284_H #define MESH_T3648964284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Mesh struct Mesh_t3648964284 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESH_T3648964284_H #ifndef 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 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 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 ANIMATIONSTATE_T1108360407_H #define ANIMATIONSTATE_T1108360407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationState struct AnimationState_t1108360407 : public TrackedReference_t1199777556 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONSTATE_T1108360407_H #ifndef CMORPHIMPL_T3828941509_H #define CMORPHIMPL_T3828941509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMorphImpl struct CMorphImpl_t3828941509 : public RuntimeObject { public: // UnityEngine.Mesh CMorphImpl::m_target Mesh_t3648964284 * ___m_target_0; // System.Single CMorphImpl::m_timeCircle float ___m_timeCircle_1; // CMorphImpl/MorphPlayMode CMorphImpl::m_mode int32_t ___m_mode_2; // CMorphImpl/stMerphInfo CMorphImpl::m_merphData stMerphInfo_t303229409 * ___m_merphData_3; // System.Single CMorphImpl::m_timeLabor float ___m_timeLabor_4; // System.Boolean CMorphImpl::m_bPlaying bool ___m_bPlaying_5; public: inline static int32_t get_offset_of_m_target_0() { return static_cast(offsetof(CMorphImpl_t3828941509, ___m_target_0)); } inline Mesh_t3648964284 * get_m_target_0() const { return ___m_target_0; } inline Mesh_t3648964284 ** get_address_of_m_target_0() { return &___m_target_0; } inline void set_m_target_0(Mesh_t3648964284 * value) { ___m_target_0 = value; Il2CppCodeGenWriteBarrier((&___m_target_0), value); } inline static int32_t get_offset_of_m_timeCircle_1() { return static_cast(offsetof(CMorphImpl_t3828941509, ___m_timeCircle_1)); } inline float get_m_timeCircle_1() const { return ___m_timeCircle_1; } inline float* get_address_of_m_timeCircle_1() { return &___m_timeCircle_1; } inline void set_m_timeCircle_1(float value) { ___m_timeCircle_1 = value; } inline static int32_t get_offset_of_m_mode_2() { return static_cast(offsetof(CMorphImpl_t3828941509, ___m_mode_2)); } inline int32_t get_m_mode_2() const { return ___m_mode_2; } inline int32_t* get_address_of_m_mode_2() { return &___m_mode_2; } inline void set_m_mode_2(int32_t value) { ___m_mode_2 = value; } inline static int32_t get_offset_of_m_merphData_3() { return static_cast(offsetof(CMorphImpl_t3828941509, ___m_merphData_3)); } inline stMerphInfo_t303229409 * get_m_merphData_3() const { return ___m_merphData_3; } inline stMerphInfo_t303229409 ** get_address_of_m_merphData_3() { return &___m_merphData_3; } inline void set_m_merphData_3(stMerphInfo_t303229409 * value) { ___m_merphData_3 = value; Il2CppCodeGenWriteBarrier((&___m_merphData_3), value); } inline static int32_t get_offset_of_m_timeLabor_4() { return static_cast(offsetof(CMorphImpl_t3828941509, ___m_timeLabor_4)); } inline float get_m_timeLabor_4() const { return ___m_timeLabor_4; } inline float* get_address_of_m_timeLabor_4() { return &___m_timeLabor_4; } inline void set_m_timeLabor_4(float value) { ___m_timeLabor_4 = value; } inline static int32_t get_offset_of_m_bPlaying_5() { return static_cast(offsetof(CMorphImpl_t3828941509, ___m_bPlaying_5)); } inline bool get_m_bPlaying_5() const { return ___m_bPlaying_5; } inline bool* get_address_of_m_bPlaying_5() { return &___m_bPlaying_5; } inline void set_m_bPlaying_5(bool value) { ___m_bPlaying_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMORPHIMPL_T3828941509_H #ifndef CINTERACTIONEVENT_T1132726501_H #define CINTERACTIONEVENT_T1132726501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionEvent struct CInteractionEvent_t1132726501 : public CWalkEvent_t1212470810 { public: // System.Int32 DMCore.Framework.Scene.CInteractionEvent::m_nInteractionID int32_t ___m_nInteractionID_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionEvent::m_posBegin Vector3_t3722313464 ___m_posBegin_10; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionEvent::m_posEnd Vector3_t3722313464 ___m_posEnd_11; public: inline static int32_t get_offset_of_m_nInteractionID_9() { return static_cast(offsetof(CInteractionEvent_t1132726501, ___m_nInteractionID_9)); } inline int32_t get_m_nInteractionID_9() const { return ___m_nInteractionID_9; } inline int32_t* get_address_of_m_nInteractionID_9() { return &___m_nInteractionID_9; } inline void set_m_nInteractionID_9(int32_t value) { ___m_nInteractionID_9 = value; } inline static int32_t get_offset_of_m_posBegin_10() { return static_cast(offsetof(CInteractionEvent_t1132726501, ___m_posBegin_10)); } inline Vector3_t3722313464 get_m_posBegin_10() const { return ___m_posBegin_10; } inline Vector3_t3722313464 * get_address_of_m_posBegin_10() { return &___m_posBegin_10; } inline void set_m_posBegin_10(Vector3_t3722313464 value) { ___m_posBegin_10 = value; } inline static int32_t get_offset_of_m_posEnd_11() { return static_cast(offsetof(CInteractionEvent_t1132726501, ___m_posEnd_11)); } inline Vector3_t3722313464 get_m_posEnd_11() const { return ___m_posEnd_11; } inline Vector3_t3722313464 * get_address_of_m_posEnd_11() { return &___m_posEnd_11; } inline void set_m_posEnd_11(Vector3_t3722313464 value) { ___m_posEnd_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONEVENT_T1132726501_H #ifndef CRESINFO_T965999607_H #define CRESINFO_T965999607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResInfo struct CResInfo_t965999607 : public RuntimeObject { public: // DMCore.Framework.Resource.enumResType DMCore.Framework.Resource.CResInfo::m_resType int32_t ___m_resType_0; // System.Int32 DMCore.Framework.Resource.CResInfo::m_version int32_t ___m_version_1; // System.String DMCore.Framework.Resource.CResInfo::m_resPath String_t* ___m_resPath_2; // System.String DMCore.Framework.Resource.CResInfo::m_resDashName String_t* ___m_resDashName_3; // System.Int32 DMCore.Framework.Resource.CResInfo::m_fileSize int32_t ___m_fileSize_4; // System.Int32 DMCore.Framework.Resource.CResInfo::m_fileHash int32_t ___m_fileHash_5; // System.String DMCore.Framework.Resource.CResInfo::m_fileMd5 String_t* ___m_fileMd5_6; public: inline static int32_t get_offset_of_m_resType_0() { return static_cast(offsetof(CResInfo_t965999607, ___m_resType_0)); } inline int32_t get_m_resType_0() const { return ___m_resType_0; } inline int32_t* get_address_of_m_resType_0() { return &___m_resType_0; } inline void set_m_resType_0(int32_t value) { ___m_resType_0 = value; } inline static int32_t get_offset_of_m_version_1() { return static_cast(offsetof(CResInfo_t965999607, ___m_version_1)); } inline int32_t get_m_version_1() const { return ___m_version_1; } inline int32_t* get_address_of_m_version_1() { return &___m_version_1; } inline void set_m_version_1(int32_t value) { ___m_version_1 = value; } inline static int32_t get_offset_of_m_resPath_2() { return static_cast(offsetof(CResInfo_t965999607, ___m_resPath_2)); } inline String_t* get_m_resPath_2() const { return ___m_resPath_2; } inline String_t** get_address_of_m_resPath_2() { return &___m_resPath_2; } inline void set_m_resPath_2(String_t* value) { ___m_resPath_2 = value; Il2CppCodeGenWriteBarrier((&___m_resPath_2), value); } inline static int32_t get_offset_of_m_resDashName_3() { return static_cast(offsetof(CResInfo_t965999607, ___m_resDashName_3)); } inline String_t* get_m_resDashName_3() const { return ___m_resDashName_3; } inline String_t** get_address_of_m_resDashName_3() { return &___m_resDashName_3; } inline void set_m_resDashName_3(String_t* value) { ___m_resDashName_3 = value; Il2CppCodeGenWriteBarrier((&___m_resDashName_3), value); } inline static int32_t get_offset_of_m_fileSize_4() { return static_cast(offsetof(CResInfo_t965999607, ___m_fileSize_4)); } inline int32_t get_m_fileSize_4() const { return ___m_fileSize_4; } inline int32_t* get_address_of_m_fileSize_4() { return &___m_fileSize_4; } inline void set_m_fileSize_4(int32_t value) { ___m_fileSize_4 = value; } inline static int32_t get_offset_of_m_fileHash_5() { return static_cast(offsetof(CResInfo_t965999607, ___m_fileHash_5)); } inline int32_t get_m_fileHash_5() const { return ___m_fileHash_5; } inline int32_t* get_address_of_m_fileHash_5() { return &___m_fileHash_5; } inline void set_m_fileHash_5(int32_t value) { ___m_fileHash_5 = value; } inline static int32_t get_offset_of_m_fileMd5_6() { return static_cast(offsetof(CResInfo_t965999607, ___m_fileMd5_6)); } inline String_t* get_m_fileMd5_6() const { return ___m_fileMd5_6; } inline String_t** get_address_of_m_fileMd5_6() { return &___m_fileMd5_6; } inline void set_m_fileMd5_6(String_t* value) { ___m_fileMd5_6 = value; Il2CppCodeGenWriteBarrier((&___m_fileMd5_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESINFO_T965999607_H #ifndef CWALKMANAGER_T3228361237_H #define CWALKMANAGER_T3228361237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CWalkManager struct CWalkManager_t3228361237 : public RuntimeObject { public: // DMCore.Framework.Scene.enumWalkType DMCore.Framework.Scene.CWalkManager::m_walkType int32_t ___m_walkType_2; // System.Boolean DMCore.Framework.Scene.CWalkManager::m_bPaused bool ___m_bPaused_3; // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::m_walkCamera CWalkCamera_t1176337330 * ___m_walkCamera_4; // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::m_walkRange CWalkRange_t2357921041 * ___m_walkRange_5; // DMCore.Framework.Scene.CWalkRange DMCore.Framework.Scene.CWalkManager::m_swimmingRange CWalkRange_t2357921041 * ___m_swimmingRange_6; // DMCore.Framework.Scene.CInteractionRange DMCore.Framework.Scene.CWalkManager::m_interactionRange CInteractionRange_t868014233 * ___m_interactionRange_7; // BetterList`1 DMCore.Framework.Scene.CWalkManager::m_arrayCach BetterList_1_t2891587622 * ___m_arrayCach_8; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CWalkManager::m_arrayWalkTask Dictionary_2_t2275110594 * ___m_arrayWalkTask_9; public: inline static int32_t get_offset_of_m_walkType_2() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkType_2)); } inline int32_t get_m_walkType_2() const { return ___m_walkType_2; } inline int32_t* get_address_of_m_walkType_2() { return &___m_walkType_2; } inline void set_m_walkType_2(int32_t value) { ___m_walkType_2 = value; } inline static int32_t get_offset_of_m_bPaused_3() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_bPaused_3)); } inline bool get_m_bPaused_3() const { return ___m_bPaused_3; } inline bool* get_address_of_m_bPaused_3() { return &___m_bPaused_3; } inline void set_m_bPaused_3(bool value) { ___m_bPaused_3 = value; } inline static int32_t get_offset_of_m_walkCamera_4() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkCamera_4)); } inline CWalkCamera_t1176337330 * get_m_walkCamera_4() const { return ___m_walkCamera_4; } inline CWalkCamera_t1176337330 ** get_address_of_m_walkCamera_4() { return &___m_walkCamera_4; } inline void set_m_walkCamera_4(CWalkCamera_t1176337330 * value) { ___m_walkCamera_4 = value; Il2CppCodeGenWriteBarrier((&___m_walkCamera_4), value); } inline static int32_t get_offset_of_m_walkRange_5() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_walkRange_5)); } inline CWalkRange_t2357921041 * get_m_walkRange_5() const { return ___m_walkRange_5; } inline CWalkRange_t2357921041 ** get_address_of_m_walkRange_5() { return &___m_walkRange_5; } inline void set_m_walkRange_5(CWalkRange_t2357921041 * value) { ___m_walkRange_5 = value; Il2CppCodeGenWriteBarrier((&___m_walkRange_5), value); } inline static int32_t get_offset_of_m_swimmingRange_6() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_swimmingRange_6)); } inline CWalkRange_t2357921041 * get_m_swimmingRange_6() const { return ___m_swimmingRange_6; } inline CWalkRange_t2357921041 ** get_address_of_m_swimmingRange_6() { return &___m_swimmingRange_6; } inline void set_m_swimmingRange_6(CWalkRange_t2357921041 * value) { ___m_swimmingRange_6 = value; Il2CppCodeGenWriteBarrier((&___m_swimmingRange_6), value); } inline static int32_t get_offset_of_m_interactionRange_7() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_interactionRange_7)); } inline CInteractionRange_t868014233 * get_m_interactionRange_7() const { return ___m_interactionRange_7; } inline CInteractionRange_t868014233 ** get_address_of_m_interactionRange_7() { return &___m_interactionRange_7; } inline void set_m_interactionRange_7(CInteractionRange_t868014233 * value) { ___m_interactionRange_7 = value; Il2CppCodeGenWriteBarrier((&___m_interactionRange_7), value); } inline static int32_t get_offset_of_m_arrayCach_8() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_arrayCach_8)); } inline BetterList_1_t2891587622 * get_m_arrayCach_8() const { return ___m_arrayCach_8; } inline BetterList_1_t2891587622 ** get_address_of_m_arrayCach_8() { return &___m_arrayCach_8; } inline void set_m_arrayCach_8(BetterList_1_t2891587622 * value) { ___m_arrayCach_8 = value; Il2CppCodeGenWriteBarrier((&___m_arrayCach_8), value); } inline static int32_t get_offset_of_m_arrayWalkTask_9() { return static_cast(offsetof(CWalkManager_t3228361237, ___m_arrayWalkTask_9)); } inline Dictionary_2_t2275110594 * get_m_arrayWalkTask_9() const { return ___m_arrayWalkTask_9; } inline Dictionary_2_t2275110594 ** get_address_of_m_arrayWalkTask_9() { return &___m_arrayWalkTask_9; } inline void set_m_arrayWalkTask_9(Dictionary_2_t2275110594 * value) { ___m_arrayWalkTask_9 = value; Il2CppCodeGenWriteBarrier((&___m_arrayWalkTask_9), value); } }; struct CWalkManager_t3228361237_StaticFields { public: // System.Boolean DMCore.Framework.Scene.CWalkManager::s_bEnableChangeModel bool ___s_bEnableChangeModel_0; // DMCore.Framework.Scene.CWalkManager DMCore.Framework.Scene.CWalkManager::s_Instance CWalkManager_t3228361237 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_bEnableChangeModel_0() { return static_cast(offsetof(CWalkManager_t3228361237_StaticFields, ___s_bEnableChangeModel_0)); } inline bool get_s_bEnableChangeModel_0() const { return ___s_bEnableChangeModel_0; } inline bool* get_address_of_s_bEnableChangeModel_0() { return &___s_bEnableChangeModel_0; } inline void set_s_bEnableChangeModel_0(bool value) { ___s_bEnableChangeModel_0 = value; } inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CWalkManager_t3228361237_StaticFields, ___s_Instance_1)); } inline CWalkManager_t3228361237 * get_s_Instance_1() const { return ___s_Instance_1; } inline CWalkManager_t3228361237 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CWalkManager_t3228361237 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWALKMANAGER_T3228361237_H #ifndef CINTERACTIONSTOPEVENT_T2995538871_H #define CINTERACTIONSTOPEVENT_T2995538871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CInteractionStopEvent struct CInteractionStopEvent_t2995538871 : public CWalkEvent_t1212470810 { public: // System.Int32 DMCore.Framework.Scene.CInteractionStopEvent::m_nInteractionID int32_t ___m_nInteractionID_9; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionStopEvent::m_targetPos Vector3_t3722313464 ___m_targetPos_10; // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionStopEvent::m_targetForward Vector3_t3722313464 ___m_targetForward_11; public: inline static int32_t get_offset_of_m_nInteractionID_9() { return static_cast(offsetof(CInteractionStopEvent_t2995538871, ___m_nInteractionID_9)); } inline int32_t get_m_nInteractionID_9() const { return ___m_nInteractionID_9; } inline int32_t* get_address_of_m_nInteractionID_9() { return &___m_nInteractionID_9; } inline void set_m_nInteractionID_9(int32_t value) { ___m_nInteractionID_9 = value; } inline static int32_t get_offset_of_m_targetPos_10() { return static_cast(offsetof(CInteractionStopEvent_t2995538871, ___m_targetPos_10)); } inline Vector3_t3722313464 get_m_targetPos_10() const { return ___m_targetPos_10; } inline Vector3_t3722313464 * get_address_of_m_targetPos_10() { return &___m_targetPos_10; } inline void set_m_targetPos_10(Vector3_t3722313464 value) { ___m_targetPos_10 = value; } inline static int32_t get_offset_of_m_targetForward_11() { return static_cast(offsetof(CInteractionStopEvent_t2995538871, ___m_targetForward_11)); } inline Vector3_t3722313464 get_m_targetForward_11() const { return ___m_targetForward_11; } inline Vector3_t3722313464 * get_address_of_m_targetForward_11() { return &___m_targetForward_11; } inline void set_m_targetForward_11(Vector3_t3722313464 value) { ___m_targetForward_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINTERACTIONSTOPEVENT_T2995538871_H #ifndef CACTIVITYMANAGER_T1081296145_H #define CACTIVITYMANAGER_T1081296145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145 : public RuntimeObject { public: // DMCore.Logic.enumActivityType DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CactivityTypeU3Ek__BackingField_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityManager::m_dicImage Dictionary_2_t3625702484 * ___m_dicImage_5; // System.Boolean DMCore.Logic.CActivityManager::m_is_in_update bool ___m_is_in_update_6; // System.Boolean DMCore.Logic.CActivityManager::m_is_activity_list_ready bool ___m_is_activity_list_ready_7; // System.Boolean DMCore.Logic.CActivityManager::m_IsNeedRefreshAll bool ___m_IsNeedRefreshAll_8; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_activity_detail_list List_1_t25523635 * ___m_activity_detail_list_9; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_independent_activity_list List_1_t25523635 * ___m_independent_activity_list_10; // System.Int32 DMCore.Logic.CActivityManager::m_AnnouceClothCount int32_t ___m_AnnouceClothCount_11; // System.String DMCore.Logic.CActivityManager::m_AnnounceClothInfo String_t* ___m_AnnounceClothInfo_12; // System.Boolean DMCore.Logic.CActivityManager::m_AcceptAwardIng bool ___m_AcceptAwardIng_13; // System.Single DMCore.Logic.CActivityManager::AcceptAwardCDTime float ___AcceptAwardCDTime_14; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CActivityManager::m_ActivityDataDictionary Dictionary_2_t3209204262 * ___m_ActivityDataDictionary_22; public: inline static int32_t get_offset_of_U3CactivityTypeU3Ek__BackingField_4() { return static_cast(offsetof(CActivityManager_t1081296145, ___U3CactivityTypeU3Ek__BackingField_4)); } inline int32_t get_U3CactivityTypeU3Ek__BackingField_4() const { return ___U3CactivityTypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CactivityTypeU3Ek__BackingField_4() { return &___U3CactivityTypeU3Ek__BackingField_4; } inline void set_U3CactivityTypeU3Ek__BackingField_4(int32_t value) { ___U3CactivityTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_dicImage_5() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_dicImage_5)); } inline Dictionary_2_t3625702484 * get_m_dicImage_5() const { return ___m_dicImage_5; } inline Dictionary_2_t3625702484 ** get_address_of_m_dicImage_5() { return &___m_dicImage_5; } inline void set_m_dicImage_5(Dictionary_2_t3625702484 * value) { ___m_dicImage_5 = value; Il2CppCodeGenWriteBarrier((&___m_dicImage_5), value); } inline static int32_t get_offset_of_m_is_in_update_6() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_in_update_6)); } inline bool get_m_is_in_update_6() const { return ___m_is_in_update_6; } inline bool* get_address_of_m_is_in_update_6() { return &___m_is_in_update_6; } inline void set_m_is_in_update_6(bool value) { ___m_is_in_update_6 = value; } inline static int32_t get_offset_of_m_is_activity_list_ready_7() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_activity_list_ready_7)); } inline bool get_m_is_activity_list_ready_7() const { return ___m_is_activity_list_ready_7; } inline bool* get_address_of_m_is_activity_list_ready_7() { return &___m_is_activity_list_ready_7; } inline void set_m_is_activity_list_ready_7(bool value) { ___m_is_activity_list_ready_7 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshAll_8() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_IsNeedRefreshAll_8)); } inline bool get_m_IsNeedRefreshAll_8() const { return ___m_IsNeedRefreshAll_8; } inline bool* get_address_of_m_IsNeedRefreshAll_8() { return &___m_IsNeedRefreshAll_8; } inline void set_m_IsNeedRefreshAll_8(bool value) { ___m_IsNeedRefreshAll_8 = value; } inline static int32_t get_offset_of_m_activity_detail_list_9() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_activity_detail_list_9)); } inline List_1_t25523635 * get_m_activity_detail_list_9() const { return ___m_activity_detail_list_9; } inline List_1_t25523635 ** get_address_of_m_activity_detail_list_9() { return &___m_activity_detail_list_9; } inline void set_m_activity_detail_list_9(List_1_t25523635 * value) { ___m_activity_detail_list_9 = value; Il2CppCodeGenWriteBarrier((&___m_activity_detail_list_9), value); } inline static int32_t get_offset_of_m_independent_activity_list_10() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_independent_activity_list_10)); } inline List_1_t25523635 * get_m_independent_activity_list_10() const { return ___m_independent_activity_list_10; } inline List_1_t25523635 ** get_address_of_m_independent_activity_list_10() { return &___m_independent_activity_list_10; } inline void set_m_independent_activity_list_10(List_1_t25523635 * value) { ___m_independent_activity_list_10 = value; Il2CppCodeGenWriteBarrier((&___m_independent_activity_list_10), value); } inline static int32_t get_offset_of_m_AnnouceClothCount_11() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnouceClothCount_11)); } inline int32_t get_m_AnnouceClothCount_11() const { return ___m_AnnouceClothCount_11; } inline int32_t* get_address_of_m_AnnouceClothCount_11() { return &___m_AnnouceClothCount_11; } inline void set_m_AnnouceClothCount_11(int32_t value) { ___m_AnnouceClothCount_11 = value; } inline static int32_t get_offset_of_m_AnnounceClothInfo_12() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnounceClothInfo_12)); } inline String_t* get_m_AnnounceClothInfo_12() const { return ___m_AnnounceClothInfo_12; } inline String_t** get_address_of_m_AnnounceClothInfo_12() { return &___m_AnnounceClothInfo_12; } inline void set_m_AnnounceClothInfo_12(String_t* value) { ___m_AnnounceClothInfo_12 = value; Il2CppCodeGenWriteBarrier((&___m_AnnounceClothInfo_12), value); } inline static int32_t get_offset_of_m_AcceptAwardIng_13() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AcceptAwardIng_13)); } inline bool get_m_AcceptAwardIng_13() const { return ___m_AcceptAwardIng_13; } inline bool* get_address_of_m_AcceptAwardIng_13() { return &___m_AcceptAwardIng_13; } inline void set_m_AcceptAwardIng_13(bool value) { ___m_AcceptAwardIng_13 = value; } inline static int32_t get_offset_of_AcceptAwardCDTime_14() { return static_cast(offsetof(CActivityManager_t1081296145, ___AcceptAwardCDTime_14)); } inline float get_AcceptAwardCDTime_14() const { return ___AcceptAwardCDTime_14; } inline float* get_address_of_AcceptAwardCDTime_14() { return &___AcceptAwardCDTime_14; } inline void set_AcceptAwardCDTime_14(float value) { ___AcceptAwardCDTime_14 = value; } inline static int32_t get_offset_of_m_ActivityDataDictionary_22() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_ActivityDataDictionary_22)); } inline Dictionary_2_t3209204262 * get_m_ActivityDataDictionary_22() const { return ___m_ActivityDataDictionary_22; } inline Dictionary_2_t3209204262 ** get_address_of_m_ActivityDataDictionary_22() { return &___m_ActivityDataDictionary_22; } inline void set_m_ActivityDataDictionary_22(Dictionary_2_t3209204262 * value) { ___m_ActivityDataDictionary_22 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityDataDictionary_22), value); } }; struct CActivityManager_t1081296145_StaticFields { public: // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CMemberAwardListU3Ek__BackingField_0; // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CProExchangeActivityListU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CCurrentActivityNewIDU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CActivityManager::k__BackingField bool ___U3CIsActivityListChangedU3Ek__BackingField_3; // DMListView DMCore.Logic.CActivityManager::m_ActivityAwardList DMListView_t512231514 * ___m_ActivityAwardList_15; // DMListView DMCore.Logic.CActivityManager::m_ActivityAdvertiseList DMListView_t512231514 * ___m_ActivityAdvertiseList_16; // DMListView DMCore.Logic.CActivityManager::m_ActivityKeepLoginList DMListView_t512231514 * ___m_ActivityKeepLoginList_17; // System.Int32 DMCore.Logic.CActivityManager::s_target_activity int32_t ___s_target_activity_18; // System.Boolean DMCore.Logic.CActivityManager::s_has_activity_bill_show_over bool ___s_has_activity_bill_show_over_19; // System.Boolean DMCore.Logic.CActivityManager::s_NeedActiveLastSelection bool ___s_NeedActiveLastSelection_20; // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::s_intance CActivityManager_t1081296145 * ___s_intance_21; public: inline static int32_t get_offset_of_U3CMemberAwardListU3Ek__BackingField_0() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CMemberAwardListU3Ek__BackingField_0)); } inline DMListView_t512231514 * get_U3CMemberAwardListU3Ek__BackingField_0() const { return ___U3CMemberAwardListU3Ek__BackingField_0; } inline DMListView_t512231514 ** get_address_of_U3CMemberAwardListU3Ek__BackingField_0() { return &___U3CMemberAwardListU3Ek__BackingField_0; } inline void set_U3CMemberAwardListU3Ek__BackingField_0(DMListView_t512231514 * value) { ___U3CMemberAwardListU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CMemberAwardListU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CProExchangeActivityListU3Ek__BackingField_1)); } inline DMListView_t512231514 * get_U3CProExchangeActivityListU3Ek__BackingField_1() const { return ___U3CProExchangeActivityListU3Ek__BackingField_1; } inline DMListView_t512231514 ** get_address_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return &___U3CProExchangeActivityListU3Ek__BackingField_1; } inline void set_U3CProExchangeActivityListU3Ek__BackingField_1(DMListView_t512231514 * value) { ___U3CProExchangeActivityListU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CProExchangeActivityListU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CCurrentActivityNewIDU3Ek__BackingField_2)); } inline int32_t get_U3CCurrentActivityNewIDU3Ek__BackingField_2() const { return ___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return &___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline void set_U3CCurrentActivityNewIDU3Ek__BackingField_2(int32_t value) { ___U3CCurrentActivityNewIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CIsActivityListChangedU3Ek__BackingField_3)); } inline bool get_U3CIsActivityListChangedU3Ek__BackingField_3() const { return ___U3CIsActivityListChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return &___U3CIsActivityListChangedU3Ek__BackingField_3; } inline void set_U3CIsActivityListChangedU3Ek__BackingField_3(bool value) { ___U3CIsActivityListChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_ActivityAwardList_15() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAwardList_15)); } inline DMListView_t512231514 * get_m_ActivityAwardList_15() const { return ___m_ActivityAwardList_15; } inline DMListView_t512231514 ** get_address_of_m_ActivityAwardList_15() { return &___m_ActivityAwardList_15; } inline void set_m_ActivityAwardList_15(DMListView_t512231514 * value) { ___m_ActivityAwardList_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAwardList_15), value); } inline static int32_t get_offset_of_m_ActivityAdvertiseList_16() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAdvertiseList_16)); } inline DMListView_t512231514 * get_m_ActivityAdvertiseList_16() const { return ___m_ActivityAdvertiseList_16; } inline DMListView_t512231514 ** get_address_of_m_ActivityAdvertiseList_16() { return &___m_ActivityAdvertiseList_16; } inline void set_m_ActivityAdvertiseList_16(DMListView_t512231514 * value) { ___m_ActivityAdvertiseList_16 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAdvertiseList_16), value); } inline static int32_t get_offset_of_m_ActivityKeepLoginList_17() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityKeepLoginList_17)); } inline DMListView_t512231514 * get_m_ActivityKeepLoginList_17() const { return ___m_ActivityKeepLoginList_17; } inline DMListView_t512231514 ** get_address_of_m_ActivityKeepLoginList_17() { return &___m_ActivityKeepLoginList_17; } inline void set_m_ActivityKeepLoginList_17(DMListView_t512231514 * value) { ___m_ActivityKeepLoginList_17 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityKeepLoginList_17), value); } inline static int32_t get_offset_of_s_target_activity_18() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_target_activity_18)); } inline int32_t get_s_target_activity_18() const { return ___s_target_activity_18; } inline int32_t* get_address_of_s_target_activity_18() { return &___s_target_activity_18; } inline void set_s_target_activity_18(int32_t value) { ___s_target_activity_18 = value; } inline static int32_t get_offset_of_s_has_activity_bill_show_over_19() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_has_activity_bill_show_over_19)); } inline bool get_s_has_activity_bill_show_over_19() const { return ___s_has_activity_bill_show_over_19; } inline bool* get_address_of_s_has_activity_bill_show_over_19() { return &___s_has_activity_bill_show_over_19; } inline void set_s_has_activity_bill_show_over_19(bool value) { ___s_has_activity_bill_show_over_19 = value; } inline static int32_t get_offset_of_s_NeedActiveLastSelection_20() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_NeedActiveLastSelection_20)); } inline bool get_s_NeedActiveLastSelection_20() const { return ___s_NeedActiveLastSelection_20; } inline bool* get_address_of_s_NeedActiveLastSelection_20() { return &___s_NeedActiveLastSelection_20; } inline void set_s_NeedActiveLastSelection_20(bool value) { ___s_NeedActiveLastSelection_20 = value; } inline static int32_t get_offset_of_s_intance_21() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_intance_21)); } inline CActivityManager_t1081296145 * get_s_intance_21() const { return ___s_intance_21; } inline CActivityManager_t1081296145 ** get_address_of_s_intance_21() { return &___s_intance_21; } inline void set_s_intance_21(CActivityManager_t1081296145 * value) { ___s_intance_21 = value; Il2CppCodeGenWriteBarrier((&___s_intance_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYMANAGER_T1081296145_H #ifndef STPACKAGEINFO_T4193927679_H #define STPACKAGEINFO_T4193927679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Package.CPackageManager/stPackageInfo struct stPackageInfo_t4193927679 : public RuntimeObject { public: // UnityEngine.Object DMCore.Framework.Package.CPackageManager/stPackageInfo::result Object_t631007953 * ___result_0; // DMCore.Framework.Package.enumPackageState DMCore.Framework.Package.CPackageManager/stPackageInfo::state int32_t ___state_1; // DMCore.Framework.Resource.OnResourceResult DMCore.Framework.Package.CPackageManager/stPackageInfo::m_callBackPtr OnResourceResult_t3899022047 * ___m_callBackPtr_2; // System.Int32 DMCore.Framework.Package.CPackageManager/stPackageInfo::m_userData int32_t ___m_userData_3; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(stPackageInfo_t4193927679, ___result_0)); } inline Object_t631007953 * get_result_0() const { return ___result_0; } inline Object_t631007953 ** get_address_of_result_0() { return &___result_0; } inline void set_result_0(Object_t631007953 * value) { ___result_0 = value; Il2CppCodeGenWriteBarrier((&___result_0), value); } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(stPackageInfo_t4193927679, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_m_callBackPtr_2() { return static_cast(offsetof(stPackageInfo_t4193927679, ___m_callBackPtr_2)); } inline OnResourceResult_t3899022047 * get_m_callBackPtr_2() const { return ___m_callBackPtr_2; } inline OnResourceResult_t3899022047 ** get_address_of_m_callBackPtr_2() { return &___m_callBackPtr_2; } inline void set_m_callBackPtr_2(OnResourceResult_t3899022047 * value) { ___m_callBackPtr_2 = value; Il2CppCodeGenWriteBarrier((&___m_callBackPtr_2), value); } inline static int32_t get_offset_of_m_userData_3() { return static_cast(offsetof(stPackageInfo_t4193927679, ___m_userData_3)); } inline int32_t get_m_userData_3() const { return ___m_userData_3; } inline int32_t* get_address_of_m_userData_3() { return &___m_userData_3; } inline void set_m_userData_3(int32_t value) { ___m_userData_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STPACKAGEINFO_T4193927679_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef 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 SHADER_T4151988712_H #define SHADER_T4151988712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Shader struct Shader_t4151988712 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHADER_T4151988712_H #ifndef MATERIAL_T340375123_H #define MATERIAL_T340375123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Material struct Material_t340375123 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATERIAL_T340375123_H #ifndef ASSETBUNDLE_T1153907252_H #define ASSETBUNDLE_T1153907252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AssetBundle struct AssetBundle_t1153907252 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSETBUNDLE_T1153907252_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 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 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 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 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 WWW_T3688466362_H #define WWW_T3688466362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WWW struct WWW_t3688466362 : public CustomYieldInstruction_t1895667560 { public: // UnityEngine.ThreadPriority UnityEngine.WWW::k__BackingField int32_t ___U3CthreadPriorityU3Ek__BackingField_0; // UnityEngine.Networking.UnityWebRequest UnityEngine.WWW::_uwr UnityWebRequest_t463507806 * ____uwr_1; // UnityEngine.AssetBundle UnityEngine.WWW::_assetBundle AssetBundle_t1153907252 * ____assetBundle_2; // System.Collections.Generic.Dictionary`2 UnityEngine.WWW::_responseHeaders Dictionary_2_t1632706988 * ____responseHeaders_3; public: inline static int32_t get_offset_of_U3CthreadPriorityU3Ek__BackingField_0() { return static_cast(offsetof(WWW_t3688466362, ___U3CthreadPriorityU3Ek__BackingField_0)); } inline int32_t get_U3CthreadPriorityU3Ek__BackingField_0() const { return ___U3CthreadPriorityU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CthreadPriorityU3Ek__BackingField_0() { return &___U3CthreadPriorityU3Ek__BackingField_0; } inline void set_U3CthreadPriorityU3Ek__BackingField_0(int32_t value) { ___U3CthreadPriorityU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of__uwr_1() { return static_cast(offsetof(WWW_t3688466362, ____uwr_1)); } inline UnityWebRequest_t463507806 * get__uwr_1() const { return ____uwr_1; } inline UnityWebRequest_t463507806 ** get_address_of__uwr_1() { return &____uwr_1; } inline void set__uwr_1(UnityWebRequest_t463507806 * value) { ____uwr_1 = value; Il2CppCodeGenWriteBarrier((&____uwr_1), value); } inline static int32_t get_offset_of__assetBundle_2() { return static_cast(offsetof(WWW_t3688466362, ____assetBundle_2)); } inline AssetBundle_t1153907252 * get__assetBundle_2() const { return ____assetBundle_2; } inline AssetBundle_t1153907252 ** get_address_of__assetBundle_2() { return &____assetBundle_2; } inline void set__assetBundle_2(AssetBundle_t1153907252 * value) { ____assetBundle_2 = value; Il2CppCodeGenWriteBarrier((&____assetBundle_2), value); } inline static int32_t get_offset_of__responseHeaders_3() { return static_cast(offsetof(WWW_t3688466362, ____responseHeaders_3)); } inline Dictionary_2_t1632706988 * get__responseHeaders_3() const { return ____responseHeaders_3; } inline Dictionary_2_t1632706988 ** get_address_of__responseHeaders_3() { return &____responseHeaders_3; } inline void set__responseHeaders_3(Dictionary_2_t1632706988 * value) { ____responseHeaders_3 = value; Il2CppCodeGenWriteBarrier((&____responseHeaders_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WWW_T3688466362_H #ifndef AUDIOCLIP_T3680889665_H #define AUDIOCLIP_T3680889665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioClip struct AudioClip_t3680889665 : public Object_t631007953 { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t1677636661 * ___m_PCMReaderCallback_2; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_t1059417452 * ___m_PCMSetPositionCallback_3; public: inline static int32_t get_offset_of_m_PCMReaderCallback_2() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMReaderCallback_2)); } inline PCMReaderCallback_t1677636661 * get_m_PCMReaderCallback_2() const { return ___m_PCMReaderCallback_2; } inline PCMReaderCallback_t1677636661 ** get_address_of_m_PCMReaderCallback_2() { return &___m_PCMReaderCallback_2; } inline void set_m_PCMReaderCallback_2(PCMReaderCallback_t1677636661 * value) { ___m_PCMReaderCallback_2 = value; Il2CppCodeGenWriteBarrier((&___m_PCMReaderCallback_2), value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_3() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMSetPositionCallback_3)); } inline PCMSetPositionCallback_t1059417452 * get_m_PCMSetPositionCallback_3() const { return ___m_PCMSetPositionCallback_3; } inline PCMSetPositionCallback_t1059417452 ** get_address_of_m_PCMSetPositionCallback_3() { return &___m_PCMSetPositionCallback_3; } inline void set_m_PCMSetPositionCallback_3(PCMSetPositionCallback_t1059417452 * value) { ___m_PCMSetPositionCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_PCMSetPositionCallback_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOCLIP_T3680889665_H #ifndef 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 RESDATA_T611455854_H #define RESDATA_T611455854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CEditorResService/ResData struct ResData_t611455854 : public RuntimeObject { public: // UnityEngine.Object DMCore.Framework.Resource.CEditorResService/ResData::m_ptrObj Object_t631007953 * ___m_ptrObj_0; // DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.CEditorResService/ResData::m_State int32_t ___m_State_1; // DMCore.Framework.Resource.OnResourceResult DMCore.Framework.Resource.CEditorResService/ResData::m_ptrCallBack OnResourceResult_t3899022047 * ___m_ptrCallBack_2; // System.Int32 DMCore.Framework.Resource.CEditorResService/ResData::m_userData int32_t ___m_userData_3; public: inline static int32_t get_offset_of_m_ptrObj_0() { return static_cast(offsetof(ResData_t611455854, ___m_ptrObj_0)); } inline Object_t631007953 * get_m_ptrObj_0() const { return ___m_ptrObj_0; } inline Object_t631007953 ** get_address_of_m_ptrObj_0() { return &___m_ptrObj_0; } inline void set_m_ptrObj_0(Object_t631007953 * value) { ___m_ptrObj_0 = value; Il2CppCodeGenWriteBarrier((&___m_ptrObj_0), value); } inline static int32_t get_offset_of_m_State_1() { return static_cast(offsetof(ResData_t611455854, ___m_State_1)); } inline int32_t get_m_State_1() const { return ___m_State_1; } inline int32_t* get_address_of_m_State_1() { return &___m_State_1; } inline void set_m_State_1(int32_t value) { ___m_State_1 = value; } inline static int32_t get_offset_of_m_ptrCallBack_2() { return static_cast(offsetof(ResData_t611455854, ___m_ptrCallBack_2)); } inline OnResourceResult_t3899022047 * get_m_ptrCallBack_2() const { return ___m_ptrCallBack_2; } inline OnResourceResult_t3899022047 ** get_address_of_m_ptrCallBack_2() { return &___m_ptrCallBack_2; } inline void set_m_ptrCallBack_2(OnResourceResult_t3899022047 * value) { ___m_ptrCallBack_2 = value; Il2CppCodeGenWriteBarrier((&___m_ptrCallBack_2), value); } inline static int32_t get_offset_of_m_userData_3() { return static_cast(offsetof(ResData_t611455854, ___m_userData_3)); } inline int32_t get_m_userData_3() const { return ___m_userData_3; } inline int32_t* get_address_of_m_userData_3() { return &___m_userData_3; } inline void set_m_userData_3(int32_t value) { ___m_userData_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESDATA_T611455854_H #ifndef MAGICWORKSHOPMAINMANAGER_T420038521_H #define MAGICWORKSHOPMAINMANAGER_T420038521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWorkShopMainManager struct MagicWorkShopMainManager_t420038521 : public IMonoCtrllor_t1427182583 { public: // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth DMCore.Logic.MagicWorkShopMainManager::k__BackingField OnConfirmChooseCloth_t3730002751 * ___U3CGetCurCallBackU3Ek__BackingField_1; // System.Boolean DMCore.Logic.MagicWorkShopMainManager::k__BackingField bool ___U3CisChooseClothU3Ek__BackingField_2; // DMCore.Logic.ChooseClothType DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrenChooseClothTypeU3Ek__BackingField_3; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentServerIDU3Ek__BackingField_4; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; // System.String DMCore.Logic.MagicWorkShopMainManager::k__BackingField String_t* ___U3CGetCurrentHammerNameU3Ek__BackingField_6; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentHammerIDU3Ek__BackingField_7; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; // System.Boolean DMCore.Logic.MagicWorkShopMainManager::k__BackingField bool ___U3CRequestRemoveJewelU3Ek__BackingField_10; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::HandBookJewelId CDataModelInt_t3463393640 * ___HandBookJewelId_11; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::HandBookJewelType CDataModelInt_t3463393640 * ___HandBookJewelType_12; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::k__BackingField CDataModelBool_t2269476966 * ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::k__BackingField CDataModelBool_t2269476966 * ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::IsNeedShowHandBookBtn CDataModelBool_t2269476966 * ___IsNeedShowHandBookBtn_15; // CDataModelMap DMCore.Logic.MagicWorkShopMainManager::materialCfg CDataModelMap_t1093164792 * ___materialCfg_16; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::wearClothConfigId CDataModelInt_t3463393640 * ___wearClothConfigId_17; // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopMainManager::m_UpgradeCloth List_1_t4014798088 * ___m_UpgradeCloth_19; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.MagicWorkShopMainManager::magWorkShopModel ISceneRole_t2394225724 * ___magWorkShopModel_20; public: inline static int32_t get_offset_of_U3CGetCurCallBackU3Ek__BackingField_1() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurCallBackU3Ek__BackingField_1)); } inline OnConfirmChooseCloth_t3730002751 * get_U3CGetCurCallBackU3Ek__BackingField_1() const { return ___U3CGetCurCallBackU3Ek__BackingField_1; } inline OnConfirmChooseCloth_t3730002751 ** get_address_of_U3CGetCurCallBackU3Ek__BackingField_1() { return &___U3CGetCurCallBackU3Ek__BackingField_1; } inline void set_U3CGetCurCallBackU3Ek__BackingField_1(OnConfirmChooseCloth_t3730002751 * value) { ___U3CGetCurCallBackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CGetCurCallBackU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CisChooseClothU3Ek__BackingField_2() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CisChooseClothU3Ek__BackingField_2)); } inline bool get_U3CisChooseClothU3Ek__BackingField_2() const { return ___U3CisChooseClothU3Ek__BackingField_2; } inline bool* get_address_of_U3CisChooseClothU3Ek__BackingField_2() { return &___U3CisChooseClothU3Ek__BackingField_2; } inline void set_U3CisChooseClothU3Ek__BackingField_2(bool value) { ___U3CisChooseClothU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCurrenChooseClothTypeU3Ek__BackingField_3() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrenChooseClothTypeU3Ek__BackingField_3)); } inline int32_t get_U3CCurrenChooseClothTypeU3Ek__BackingField_3() const { return ___U3CCurrenChooseClothTypeU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CCurrenChooseClothTypeU3Ek__BackingField_3() { return &___U3CCurrenChooseClothTypeU3Ek__BackingField_3; } inline void set_U3CCurrenChooseClothTypeU3Ek__BackingField_3(int32_t value) { ___U3CCurrenChooseClothTypeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CGetCurrentServerIDU3Ek__BackingField_4() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentServerIDU3Ek__BackingField_4)); } inline int32_t get_U3CGetCurrentServerIDU3Ek__BackingField_4() const { return ___U3CGetCurrentServerIDU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CGetCurrentServerIDU3Ek__BackingField_4() { return &___U3CGetCurrentServerIDU3Ek__BackingField_4; } inline void set_U3CGetCurrentServerIDU3Ek__BackingField_4(int32_t value) { ___U3CGetCurrentServerIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5)); } inline int32_t get_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() const { return ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() { return &___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; } inline void set_U3CGetCurrentSavedServerIDU3Ek__BackingField_5(int32_t value) { ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CGetCurrentHammerNameU3Ek__BackingField_6() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentHammerNameU3Ek__BackingField_6)); } inline String_t* get_U3CGetCurrentHammerNameU3Ek__BackingField_6() const { return ___U3CGetCurrentHammerNameU3Ek__BackingField_6; } inline String_t** get_address_of_U3CGetCurrentHammerNameU3Ek__BackingField_6() { return &___U3CGetCurrentHammerNameU3Ek__BackingField_6; } inline void set_U3CGetCurrentHammerNameU3Ek__BackingField_6(String_t* value) { ___U3CGetCurrentHammerNameU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CGetCurrentHammerNameU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CGetCurrentHammerIDU3Ek__BackingField_7() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentHammerIDU3Ek__BackingField_7)); } inline int32_t get_U3CGetCurrentHammerIDU3Ek__BackingField_7() const { return ___U3CGetCurrentHammerIDU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CGetCurrentHammerIDU3Ek__BackingField_7() { return &___U3CGetCurrentHammerIDU3Ek__BackingField_7; } inline void set_U3CGetCurrentHammerIDU3Ek__BackingField_7(int32_t value) { ___U3CGetCurrentHammerIDU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8)); } inline int32_t get_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() const { return ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() { return &___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; } inline void set_U3CCurrentSavedClothServerIDU3Ek__BackingField_8(int32_t value) { ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9)); } inline int32_t get_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() const { return ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() { return &___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; } inline void set_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9(int32_t value) { ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CRequestRemoveJewelU3Ek__BackingField_10() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CRequestRemoveJewelU3Ek__BackingField_10)); } inline bool get_U3CRequestRemoveJewelU3Ek__BackingField_10() const { return ___U3CRequestRemoveJewelU3Ek__BackingField_10; } inline bool* get_address_of_U3CRequestRemoveJewelU3Ek__BackingField_10() { return &___U3CRequestRemoveJewelU3Ek__BackingField_10; } inline void set_U3CRequestRemoveJewelU3Ek__BackingField_10(bool value) { ___U3CRequestRemoveJewelU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_HandBookJewelId_11() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___HandBookJewelId_11)); } inline CDataModelInt_t3463393640 * get_HandBookJewelId_11() const { return ___HandBookJewelId_11; } inline CDataModelInt_t3463393640 ** get_address_of_HandBookJewelId_11() { return &___HandBookJewelId_11; } inline void set_HandBookJewelId_11(CDataModelInt_t3463393640 * value) { ___HandBookJewelId_11 = value; Il2CppCodeGenWriteBarrier((&___HandBookJewelId_11), value); } inline static int32_t get_offset_of_HandBookJewelType_12() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___HandBookJewelType_12)); } inline CDataModelInt_t3463393640 * get_HandBookJewelType_12() const { return ___HandBookJewelType_12; } inline CDataModelInt_t3463393640 ** get_address_of_HandBookJewelType_12() { return &___HandBookJewelType_12; } inline void set_HandBookJewelType_12(CDataModelInt_t3463393640 * value) { ___HandBookJewelType_12 = value; Il2CppCodeGenWriteBarrier((&___HandBookJewelType_12), value); } inline static int32_t get_offset_of_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13)); } inline CDataModelBool_t2269476966 * get_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() const { return ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; } inline CDataModelBool_t2269476966 ** get_address_of_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() { return &___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; } inline void set_U3CbNeedGetMaterialCfgU3Ek__BackingField_13(CDataModelBool_t2269476966 * value) { ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((&___U3CbNeedGetMaterialCfgU3Ek__BackingField_13), value); } inline static int32_t get_offset_of_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14)); } inline CDataModelBool_t2269476966 * get_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() const { return ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; } inline CDataModelBool_t2269476966 ** get_address_of_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() { return &___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; } inline void set_U3CIsAlreadyMaxLevelU3Ek__BackingField_14(CDataModelBool_t2269476966 * value) { ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((&___U3CIsAlreadyMaxLevelU3Ek__BackingField_14), value); } inline static int32_t get_offset_of_IsNeedShowHandBookBtn_15() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___IsNeedShowHandBookBtn_15)); } inline CDataModelBool_t2269476966 * get_IsNeedShowHandBookBtn_15() const { return ___IsNeedShowHandBookBtn_15; } inline CDataModelBool_t2269476966 ** get_address_of_IsNeedShowHandBookBtn_15() { return &___IsNeedShowHandBookBtn_15; } inline void set_IsNeedShowHandBookBtn_15(CDataModelBool_t2269476966 * value) { ___IsNeedShowHandBookBtn_15 = value; Il2CppCodeGenWriteBarrier((&___IsNeedShowHandBookBtn_15), value); } inline static int32_t get_offset_of_materialCfg_16() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___materialCfg_16)); } inline CDataModelMap_t1093164792 * get_materialCfg_16() const { return ___materialCfg_16; } inline CDataModelMap_t1093164792 ** get_address_of_materialCfg_16() { return &___materialCfg_16; } inline void set_materialCfg_16(CDataModelMap_t1093164792 * value) { ___materialCfg_16 = value; Il2CppCodeGenWriteBarrier((&___materialCfg_16), value); } inline static int32_t get_offset_of_wearClothConfigId_17() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___wearClothConfigId_17)); } inline CDataModelInt_t3463393640 * get_wearClothConfigId_17() const { return ___wearClothConfigId_17; } inline CDataModelInt_t3463393640 ** get_address_of_wearClothConfigId_17() { return &___wearClothConfigId_17; } inline void set_wearClothConfigId_17(CDataModelInt_t3463393640 * value) { ___wearClothConfigId_17 = value; Il2CppCodeGenWriteBarrier((&___wearClothConfigId_17), value); } inline static int32_t get_offset_of_m_UpgradeCloth_19() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___m_UpgradeCloth_19)); } inline List_1_t4014798088 * get_m_UpgradeCloth_19() const { return ___m_UpgradeCloth_19; } inline List_1_t4014798088 ** get_address_of_m_UpgradeCloth_19() { return &___m_UpgradeCloth_19; } inline void set_m_UpgradeCloth_19(List_1_t4014798088 * value) { ___m_UpgradeCloth_19 = value; Il2CppCodeGenWriteBarrier((&___m_UpgradeCloth_19), value); } inline static int32_t get_offset_of_magWorkShopModel_20() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___magWorkShopModel_20)); } inline ISceneRole_t2394225724 * get_magWorkShopModel_20() const { return ___magWorkShopModel_20; } inline ISceneRole_t2394225724 ** get_address_of_magWorkShopModel_20() { return &___magWorkShopModel_20; } inline void set_magWorkShopModel_20(ISceneRole_t2394225724 * value) { ___magWorkShopModel_20 = value; Il2CppCodeGenWriteBarrier((&___magWorkShopModel_20), value); } }; struct MagicWorkShopMainManager_t420038521_StaticFields { public: // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::s_Instance MagicWorkShopMainManager_t420038521 * ___s_Instance_18; // ScenePersonalWndShop/OnClickMsgCallBack DMCore.Logic.MagicWorkShopMainManager::<>f__mg$cache0 OnClickMsgCallBack_t2526724959 * ___U3CU3Ef__mgU24cache0_21; public: inline static int32_t get_offset_of_s_Instance_18() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521_StaticFields, ___s_Instance_18)); } inline MagicWorkShopMainManager_t420038521 * get_s_Instance_18() const { return ___s_Instance_18; } inline MagicWorkShopMainManager_t420038521 ** get_address_of_s_Instance_18() { return &___s_Instance_18; } inline void set_s_Instance_18(MagicWorkShopMainManager_t420038521 * value) { ___s_Instance_18 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_21() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521_StaticFields, ___U3CU3Ef__mgU24cache0_21)); } inline OnClickMsgCallBack_t2526724959 * get_U3CU3Ef__mgU24cache0_21() const { return ___U3CU3Ef__mgU24cache0_21; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_U3CU3Ef__mgU24cache0_21() { return &___U3CU3Ef__mgU24cache0_21; } inline void set_U3CU3Ef__mgU24cache0_21(OnClickMsgCallBack_t2526724959 * value) { ___U3CU3Ef__mgU24cache0_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAGICWORKSHOPMAINMANAGER_T420038521_H #ifndef TEXTURE2D_T3840446185_H #define TEXTURE2D_T3840446185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture2D struct Texture2D_t3840446185 : public Texture_t3661962703 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTURE2D_T3840446185_H #ifndef ACTION_1_T2192385879_H #define ACTION_1_T2192385879_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_t2192385879 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2192385879_H #ifndef PREDICATE_1_T1857196311_H #define PREDICATE_1_T1857196311_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_t1857196311 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1857196311_H #ifndef MESHFILTER_T3523625662_H #define MESHFILTER_T3523625662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshFilter struct MeshFilter_t3523625662 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHFILTER_T3523625662_H #ifndef ONMSGBOXCLKCALLBACK_T3229751541_H #define ONMSGBOXCLKCALLBACK_T3229751541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONMSGBOXCLKCALLBACK_T3229751541_H #ifndef ACTION_1_T2019918284_H #define ACTION_1_T2019918284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2019918284 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2019918284_H #ifndef ONTEXTREADY_T3445893431_H #define ONTEXTREADY_T3445893431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.OnTextReady struct OnTextReady_t3445893431 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONTEXTREADY_T3445893431_H #ifndef PREDICATE_1_T2398065308_H #define PREDICATE_1_T2398065308_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_t2398065308 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2398065308_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 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 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 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 RENDERER_T2627027031_H #define RENDERER_T2627027031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Renderer struct Renderer_t2627027031 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERER_T2627027031_H #ifndef CHATCONTENT_T42021257_H #define CHATCONTENT_T42021257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CYunvaSDK/ChatContent struct ChatContent_t42021257 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_isHistory bool ___m_isHistory_0; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_receiver_id String_t* ___m_receiver_id_1; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_type String_t* ___m_type_2; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_sender_id String_t* ___m_sender_id_3; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_message String_t* ___m_message_4; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_smallPic String_t* ___m_smallPic_5; // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_voicetext String_t* ___m_voicetext_6; // System.Single DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_voiceLen float ___m_voiceLen_7; // System.DateTime DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_time DateTime_t3738529785 ___m_time_8; // DMCore.Framework.Plugin.CYunvaSDK/UserInfo DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_sender_info UserInfo_t2013096041 * ___m_sender_info_9; // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/ChatContent::m_redbagID int32_t ___m_redbagID_10; public: inline static int32_t get_offset_of_m_isHistory_0() { return static_cast(offsetof(ChatContent_t42021257, ___m_isHistory_0)); } inline bool get_m_isHistory_0() const { return ___m_isHistory_0; } inline bool* get_address_of_m_isHistory_0() { return &___m_isHistory_0; } inline void set_m_isHistory_0(bool value) { ___m_isHistory_0 = value; } inline static int32_t get_offset_of_m_receiver_id_1() { return static_cast(offsetof(ChatContent_t42021257, ___m_receiver_id_1)); } inline String_t* get_m_receiver_id_1() const { return ___m_receiver_id_1; } inline String_t** get_address_of_m_receiver_id_1() { return &___m_receiver_id_1; } inline void set_m_receiver_id_1(String_t* value) { ___m_receiver_id_1 = value; Il2CppCodeGenWriteBarrier((&___m_receiver_id_1), value); } inline static int32_t get_offset_of_m_type_2() { return static_cast(offsetof(ChatContent_t42021257, ___m_type_2)); } inline String_t* get_m_type_2() const { return ___m_type_2; } inline String_t** get_address_of_m_type_2() { return &___m_type_2; } inline void set_m_type_2(String_t* value) { ___m_type_2 = value; Il2CppCodeGenWriteBarrier((&___m_type_2), value); } inline static int32_t get_offset_of_m_sender_id_3() { return static_cast(offsetof(ChatContent_t42021257, ___m_sender_id_3)); } inline String_t* get_m_sender_id_3() const { return ___m_sender_id_3; } inline String_t** get_address_of_m_sender_id_3() { return &___m_sender_id_3; } inline void set_m_sender_id_3(String_t* value) { ___m_sender_id_3 = value; Il2CppCodeGenWriteBarrier((&___m_sender_id_3), value); } inline static int32_t get_offset_of_m_message_4() { return static_cast(offsetof(ChatContent_t42021257, ___m_message_4)); } inline String_t* get_m_message_4() const { return ___m_message_4; } inline String_t** get_address_of_m_message_4() { return &___m_message_4; } inline void set_m_message_4(String_t* value) { ___m_message_4 = value; Il2CppCodeGenWriteBarrier((&___m_message_4), value); } inline static int32_t get_offset_of_m_smallPic_5() { return static_cast(offsetof(ChatContent_t42021257, ___m_smallPic_5)); } inline String_t* get_m_smallPic_5() const { return ___m_smallPic_5; } inline String_t** get_address_of_m_smallPic_5() { return &___m_smallPic_5; } inline void set_m_smallPic_5(String_t* value) { ___m_smallPic_5 = value; Il2CppCodeGenWriteBarrier((&___m_smallPic_5), value); } inline static int32_t get_offset_of_m_voicetext_6() { return static_cast(offsetof(ChatContent_t42021257, ___m_voicetext_6)); } inline String_t* get_m_voicetext_6() const { return ___m_voicetext_6; } inline String_t** get_address_of_m_voicetext_6() { return &___m_voicetext_6; } inline void set_m_voicetext_6(String_t* value) { ___m_voicetext_6 = value; Il2CppCodeGenWriteBarrier((&___m_voicetext_6), value); } inline static int32_t get_offset_of_m_voiceLen_7() { return static_cast(offsetof(ChatContent_t42021257, ___m_voiceLen_7)); } inline float get_m_voiceLen_7() const { return ___m_voiceLen_7; } inline float* get_address_of_m_voiceLen_7() { return &___m_voiceLen_7; } inline void set_m_voiceLen_7(float value) { ___m_voiceLen_7 = value; } inline static int32_t get_offset_of_m_time_8() { return static_cast(offsetof(ChatContent_t42021257, ___m_time_8)); } inline DateTime_t3738529785 get_m_time_8() const { return ___m_time_8; } inline DateTime_t3738529785 * get_address_of_m_time_8() { return &___m_time_8; } inline void set_m_time_8(DateTime_t3738529785 value) { ___m_time_8 = value; } inline static int32_t get_offset_of_m_sender_info_9() { return static_cast(offsetof(ChatContent_t42021257, ___m_sender_info_9)); } inline UserInfo_t2013096041 * get_m_sender_info_9() const { return ___m_sender_info_9; } inline UserInfo_t2013096041 ** get_address_of_m_sender_info_9() { return &___m_sender_info_9; } inline void set_m_sender_info_9(UserInfo_t2013096041 * value) { ___m_sender_info_9 = value; Il2CppCodeGenWriteBarrier((&___m_sender_info_9), value); } inline static int32_t get_offset_of_m_redbagID_10() { return static_cast(offsetof(ChatContent_t42021257, ___m_redbagID_10)); } inline int32_t get_m_redbagID_10() const { return ___m_redbagID_10; } inline int32_t* get_address_of_m_redbagID_10() { return &___m_redbagID_10; } inline void set_m_redbagID_10(int32_t value) { ___m_redbagID_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHATCONTENT_T42021257_H #ifndef ONRESOURCERESULT_T3899022047_H #define ONRESOURCERESULT_T3899022047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.OnResourceResult struct OnResourceResult_t3899022047 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONRESOURCERESULT_T3899022047_H #ifndef ACTION_2_T319610619_H #define ACTION_2_T319610619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t319610619 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T319610619_H #ifndef ONRESOURCEPREPARERESULT_T1971095887_H #define ONRESOURCEPREPARERESULT_T1971095887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.OnResourcePrepareResult struct OnResourcePrepareResult_t1971095887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONRESOURCEPREPARERESULT_T1971095887_H #ifndef PREDICATE_1_T2672744813_H #define PREDICATE_1_T2672744813_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_t2672744813 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2672744813_H #ifndef ONAVATARINFOCHANGED_T3190554017_H #define ONAVATARINFOCHANGED_T3190554017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAvatarEquipManager/OnAvatarInfoChanged struct OnAvatarInfoChanged_t3190554017 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONAVATARINFOCHANGED_T3190554017_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 ISCENENPCBASE_T3974693970_H #define ISCENENPCBASE_T3974693970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970 : public ISceneBaseObj_t858622483 { public: // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::k__BackingField bool ___U3CIsSubmitAlreadyU3Ek__BackingField_19; // System.Int64 DMCore.Framework.Scene.ISceneNpcBase::m_FollowTargetID int64_t ___m_FollowTargetID_20; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_FollowSpeed float ___m_FollowSpeed_21; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_SafeDistance float ___m_SafeDistance_22; // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::m_IsEnableFollow bool ___m_IsEnableFollow_23; public: inline static int32_t get_offset_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___U3CIsSubmitAlreadyU3Ek__BackingField_19)); } inline bool get_U3CIsSubmitAlreadyU3Ek__BackingField_19() const { return ___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline bool* get_address_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return &___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline void set_U3CIsSubmitAlreadyU3Ek__BackingField_19(bool value) { ___U3CIsSubmitAlreadyU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_m_FollowTargetID_20() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowTargetID_20)); } inline int64_t get_m_FollowTargetID_20() const { return ___m_FollowTargetID_20; } inline int64_t* get_address_of_m_FollowTargetID_20() { return &___m_FollowTargetID_20; } inline void set_m_FollowTargetID_20(int64_t value) { ___m_FollowTargetID_20 = value; } inline static int32_t get_offset_of_m_FollowSpeed_21() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowSpeed_21)); } inline float get_m_FollowSpeed_21() const { return ___m_FollowSpeed_21; } inline float* get_address_of_m_FollowSpeed_21() { return &___m_FollowSpeed_21; } inline void set_m_FollowSpeed_21(float value) { ___m_FollowSpeed_21 = value; } inline static int32_t get_offset_of_m_SafeDistance_22() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_SafeDistance_22)); } inline float get_m_SafeDistance_22() const { return ___m_SafeDistance_22; } inline float* get_address_of_m_SafeDistance_22() { return &___m_SafeDistance_22; } inline void set_m_SafeDistance_22(float value) { ___m_SafeDistance_22 = value; } inline static int32_t get_offset_of_m_IsEnableFollow_23() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_IsEnableFollow_23)); } inline bool get_m_IsEnableFollow_23() const { return ___m_IsEnableFollow_23; } inline bool* get_address_of_m_IsEnableFollow_23() { return &___m_IsEnableFollow_23; } inline void set_m_IsEnableFollow_23(bool value) { ___m_IsEnableFollow_23 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENENPCBASE_T3974693970_H #ifndef CITEMDATA_T3599323914_H #define CITEMDATA_T3599323914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemData struct CItemData_t3599323914 : public CItemBase_t2436786639 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMDATA_T3599323914_H #ifndef ACTION_1_T492078214_H #define ACTION_1_T492078214_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_t492078214 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T492078214_H #ifndef CPETMODEL_T3783790547_H #define CPETMODEL_T3783790547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547 : public ISceneNpcBase_t3974693970 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETMODEL_T3783790547_H #ifndef ANIMATION_T3648466861_H #define ANIMATION_T3648466861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Animation struct Animation_t3648466861 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATION_T3648466861_H #ifndef MESHRENDERER_T587009260_H #define MESHRENDERER_T587009260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshRenderer struct MeshRenderer_t587009260 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHRENDERER_T587009260_H #ifndef SKINNEDMESHRENDERER_T245602842_H #define SKINNEDMESHRENDERER_T245602842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t245602842 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKINNEDMESHRENDERER_T245602842_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef CMAINROLE_T4200562839_H #define CMAINROLE_T4200562839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839 : public ISceneRole_t2394225724 { public: // System.Boolean DMCore.Framework.Scene.CMainRole::IslevelChange bool ___IslevelChange_59; public: inline static int32_t get_offset_of_IslevelChange_59() { return static_cast(offsetof(CMainRole_t4200562839, ___IslevelChange_59)); } inline bool get_IslevelChange_59() const { return ___IslevelChange_59; } inline bool* get_address_of_IslevelChange_59() { return &___IslevelChange_59; } inline void set_IslevelChange_59(bool value) { ___IslevelChange_59 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMAINROLE_T4200562839_H #ifndef UIATLAS_T3195533529_H #define UIATLAS_T3195533529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas struct UIAtlas_t3195533529 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Material UIAtlas::material Material_t340375123 * ___material_2; // System.Collections.Generic.List`1 UIAtlas::sprites List_1_t72704565 * ___sprites_3; // UIAtlas/Coordinates UIAtlas::mCoordinates int32_t ___mCoordinates_4; // System.Single UIAtlas::mPixelSize float ___mPixelSize_5; // UIAtlas UIAtlas::mReplacement UIAtlas_t3195533529 * ___mReplacement_6; // System.Int32 UIAtlas::mPMA int32_t ___mPMA_7; // UnityEngine.Material UIAtlas::m_runtimeMat Material_t340375123 * ___m_runtimeMat_8; public: inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(UIAtlas_t3195533529, ___material_2)); } inline Material_t340375123 * get_material_2() const { return ___material_2; } inline Material_t340375123 ** get_address_of_material_2() { return &___material_2; } inline void set_material_2(Material_t340375123 * value) { ___material_2 = value; Il2CppCodeGenWriteBarrier((&___material_2), value); } inline static int32_t get_offset_of_sprites_3() { return static_cast(offsetof(UIAtlas_t3195533529, ___sprites_3)); } inline List_1_t72704565 * get_sprites_3() const { return ___sprites_3; } inline List_1_t72704565 ** get_address_of_sprites_3() { return &___sprites_3; } inline void set_sprites_3(List_1_t72704565 * value) { ___sprites_3 = value; Il2CppCodeGenWriteBarrier((&___sprites_3), value); } inline static int32_t get_offset_of_mCoordinates_4() { return static_cast(offsetof(UIAtlas_t3195533529, ___mCoordinates_4)); } inline int32_t get_mCoordinates_4() const { return ___mCoordinates_4; } inline int32_t* get_address_of_mCoordinates_4() { return &___mCoordinates_4; } inline void set_mCoordinates_4(int32_t value) { ___mCoordinates_4 = value; } inline static int32_t get_offset_of_mPixelSize_5() { return static_cast(offsetof(UIAtlas_t3195533529, ___mPixelSize_5)); } inline float get_mPixelSize_5() const { return ___mPixelSize_5; } inline float* get_address_of_mPixelSize_5() { return &___mPixelSize_5; } inline void set_mPixelSize_5(float value) { ___mPixelSize_5 = value; } inline static int32_t get_offset_of_mReplacement_6() { return static_cast(offsetof(UIAtlas_t3195533529, ___mReplacement_6)); } inline UIAtlas_t3195533529 * get_mReplacement_6() const { return ___mReplacement_6; } inline UIAtlas_t3195533529 ** get_address_of_mReplacement_6() { return &___mReplacement_6; } inline void set_mReplacement_6(UIAtlas_t3195533529 * value) { ___mReplacement_6 = value; Il2CppCodeGenWriteBarrier((&___mReplacement_6), value); } inline static int32_t get_offset_of_mPMA_7() { return static_cast(offsetof(UIAtlas_t3195533529, ___mPMA_7)); } inline int32_t get_mPMA_7() const { return ___mPMA_7; } inline int32_t* get_address_of_mPMA_7() { return &___mPMA_7; } inline void set_mPMA_7(int32_t value) { ___mPMA_7 = value; } inline static int32_t get_offset_of_m_runtimeMat_8() { return static_cast(offsetof(UIAtlas_t3195533529, ___m_runtimeMat_8)); } inline Material_t340375123 * get_m_runtimeMat_8() const { return ___m_runtimeMat_8; } inline Material_t340375123 ** get_address_of_m_runtimeMat_8() { return &___m_runtimeMat_8; } inline void set_m_runtimeMat_8(Material_t340375123 * value) { ___m_runtimeMat_8 = value; Il2CppCodeGenWriteBarrier((&___m_runtimeMat_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIATLAS_T3195533529_H #ifndef LINKEDEFFECT_T3338585141_H #define LINKEDEFFECT_T3338585141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LinkedEffect struct LinkedEffect_t3338585141 : public MonoBehaviour_t3962482529 { public: // LinkedEffect/LinkedEffectType LinkedEffect::Type int32_t ___Type_2; // System.String LinkedEffect::Name String_t* ___Name_3; // System.String LinkedEffect::BoneName String_t* ___BoneName_4; // UnityEngine.Vector3 LinkedEffect::BindPosOffset Vector3_t3722313464 ___BindPosOffset_5; // UnityEngine.Vector3 LinkedEffect::BindRotation Vector3_t3722313464 ___BindRotation_6; // UnityEngine.GameObject LinkedEffect::m_Effect GameObject_t1113636619 * ___m_Effect_7; public: inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(LinkedEffect_t3338585141, ___Type_2)); } inline int32_t get_Type_2() const { return ___Type_2; } inline int32_t* get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(int32_t value) { ___Type_2 = value; } inline static int32_t get_offset_of_Name_3() { return static_cast(offsetof(LinkedEffect_t3338585141, ___Name_3)); } inline String_t* get_Name_3() const { return ___Name_3; } inline String_t** get_address_of_Name_3() { return &___Name_3; } inline void set_Name_3(String_t* value) { ___Name_3 = value; Il2CppCodeGenWriteBarrier((&___Name_3), value); } inline static int32_t get_offset_of_BoneName_4() { return static_cast(offsetof(LinkedEffect_t3338585141, ___BoneName_4)); } inline String_t* get_BoneName_4() const { return ___BoneName_4; } inline String_t** get_address_of_BoneName_4() { return &___BoneName_4; } inline void set_BoneName_4(String_t* value) { ___BoneName_4 = value; Il2CppCodeGenWriteBarrier((&___BoneName_4), value); } inline static int32_t get_offset_of_BindPosOffset_5() { return static_cast(offsetof(LinkedEffect_t3338585141, ___BindPosOffset_5)); } inline Vector3_t3722313464 get_BindPosOffset_5() const { return ___BindPosOffset_5; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_5() { return &___BindPosOffset_5; } inline void set_BindPosOffset_5(Vector3_t3722313464 value) { ___BindPosOffset_5 = value; } inline static int32_t get_offset_of_BindRotation_6() { return static_cast(offsetof(LinkedEffect_t3338585141, ___BindRotation_6)); } inline Vector3_t3722313464 get_BindRotation_6() const { return ___BindRotation_6; } inline Vector3_t3722313464 * get_address_of_BindRotation_6() { return &___BindRotation_6; } inline void set_BindRotation_6(Vector3_t3722313464 value) { ___BindRotation_6 = value; } inline static int32_t get_offset_of_m_Effect_7() { return static_cast(offsetof(LinkedEffect_t3338585141, ___m_Effect_7)); } inline GameObject_t1113636619 * get_m_Effect_7() const { return ___m_Effect_7; } inline GameObject_t1113636619 ** get_address_of_m_Effect_7() { return &___m_Effect_7; } inline void set_m_Effect_7(GameObject_t1113636619 * value) { ___m_Effect_7 = value; Il2CppCodeGenWriteBarrier((&___m_Effect_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDEFFECT_T3338585141_H #ifndef CYUNVAAPI_T2324893418_H #define CYUNVAAPI_T2324893418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CYunvaApi struct CYunvaApi_t2324893418 : public MonoBehaviour_t3962482529 { public: // CYunvaApi/OnUpLoadCompleteCallback CYunvaApi::m_UnLoadResult OnUpLoadCompleteCallback_t2081987828 * ___m_UnLoadResult_4; // CYunvaApi/OnDownLoadCompleteCallback CYunvaApi::m_DownLoadResult OnDownLoadCompleteCallback_t4136487141 * ___m_DownLoadResult_5; // CYunvaApi/OnStopRecordCompleteCallback CYunvaApi::m_StopRecordResult OnStopRecordCompleteCallback_t2363891626 * ___m_StopRecordResult_6; // CYunvaApi/OnCompletedCallback CYunvaApi::m_playCompleted OnCompletedCallback_t1110260270 * ___m_playCompleted_7; // CYunvaApi/OnMsgReceiveCallback CYunvaApi::m_channelChatCallback OnMsgReceiveCallback_t4052986837 * ___m_channelChatCallback_8; // CYunvaApi/OnStopSpeechCompleteCallback CYunvaApi::m_StopSpeechResult OnStopSpeechCompleteCallback_t1009288087 * ___m_StopSpeechResult_9; public: inline static int32_t get_offset_of_m_UnLoadResult_4() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_UnLoadResult_4)); } inline OnUpLoadCompleteCallback_t2081987828 * get_m_UnLoadResult_4() const { return ___m_UnLoadResult_4; } inline OnUpLoadCompleteCallback_t2081987828 ** get_address_of_m_UnLoadResult_4() { return &___m_UnLoadResult_4; } inline void set_m_UnLoadResult_4(OnUpLoadCompleteCallback_t2081987828 * value) { ___m_UnLoadResult_4 = value; Il2CppCodeGenWriteBarrier((&___m_UnLoadResult_4), value); } inline static int32_t get_offset_of_m_DownLoadResult_5() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_DownLoadResult_5)); } inline OnDownLoadCompleteCallback_t4136487141 * get_m_DownLoadResult_5() const { return ___m_DownLoadResult_5; } inline OnDownLoadCompleteCallback_t4136487141 ** get_address_of_m_DownLoadResult_5() { return &___m_DownLoadResult_5; } inline void set_m_DownLoadResult_5(OnDownLoadCompleteCallback_t4136487141 * value) { ___m_DownLoadResult_5 = value; Il2CppCodeGenWriteBarrier((&___m_DownLoadResult_5), value); } inline static int32_t get_offset_of_m_StopRecordResult_6() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_StopRecordResult_6)); } inline OnStopRecordCompleteCallback_t2363891626 * get_m_StopRecordResult_6() const { return ___m_StopRecordResult_6; } inline OnStopRecordCompleteCallback_t2363891626 ** get_address_of_m_StopRecordResult_6() { return &___m_StopRecordResult_6; } inline void set_m_StopRecordResult_6(OnStopRecordCompleteCallback_t2363891626 * value) { ___m_StopRecordResult_6 = value; Il2CppCodeGenWriteBarrier((&___m_StopRecordResult_6), value); } inline static int32_t get_offset_of_m_playCompleted_7() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_playCompleted_7)); } inline OnCompletedCallback_t1110260270 * get_m_playCompleted_7() const { return ___m_playCompleted_7; } inline OnCompletedCallback_t1110260270 ** get_address_of_m_playCompleted_7() { return &___m_playCompleted_7; } inline void set_m_playCompleted_7(OnCompletedCallback_t1110260270 * value) { ___m_playCompleted_7 = value; Il2CppCodeGenWriteBarrier((&___m_playCompleted_7), value); } inline static int32_t get_offset_of_m_channelChatCallback_8() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_channelChatCallback_8)); } inline OnMsgReceiveCallback_t4052986837 * get_m_channelChatCallback_8() const { return ___m_channelChatCallback_8; } inline OnMsgReceiveCallback_t4052986837 ** get_address_of_m_channelChatCallback_8() { return &___m_channelChatCallback_8; } inline void set_m_channelChatCallback_8(OnMsgReceiveCallback_t4052986837 * value) { ___m_channelChatCallback_8 = value; Il2CppCodeGenWriteBarrier((&___m_channelChatCallback_8), value); } inline static int32_t get_offset_of_m_StopSpeechResult_9() { return static_cast(offsetof(CYunvaApi_t2324893418, ___m_StopSpeechResult_9)); } inline OnStopSpeechCompleteCallback_t1009288087 * get_m_StopSpeechResult_9() const { return ___m_StopSpeechResult_9; } inline OnStopSpeechCompleteCallback_t1009288087 ** get_address_of_m_StopSpeechResult_9() { return &___m_StopSpeechResult_9; } inline void set_m_StopSpeechResult_9(OnStopSpeechCompleteCallback_t1009288087 * value) { ___m_StopSpeechResult_9 = value; Il2CppCodeGenWriteBarrier((&___m_StopSpeechResult_9), value); } }; struct CYunvaApi_t2324893418_StaticFields { public: // System.Int64 CYunvaApi::s_LastUsrID int64_t ___s_LastUsrID_2; // CYunvaApi CYunvaApi::s_instance CYunvaApi_t2324893418 * ___s_instance_3; // CYunvaApi/OnUpLoadCompleteCallback CYunvaApi::<>f__mg$cache0 OnUpLoadCompleteCallback_t2081987828 * ___U3CU3Ef__mgU24cache0_10; // CYunvaApi/OnDownLoadCompleteCallback CYunvaApi::<>f__mg$cache1 OnDownLoadCompleteCallback_t4136487141 * ___U3CU3Ef__mgU24cache1_11; // CYunvaApi/OnStopRecordCompleteCallback CYunvaApi::<>f__mg$cache2 OnStopRecordCompleteCallback_t2363891626 * ___U3CU3Ef__mgU24cache2_12; // CYunvaApi/OnCompletedCallback CYunvaApi::<>f__mg$cache3 OnCompletedCallback_t1110260270 * ___U3CU3Ef__mgU24cache3_13; // CYunvaApi/OnMsgReceiveCallback CYunvaApi::<>f__mg$cache4 OnMsgReceiveCallback_t4052986837 * ___U3CU3Ef__mgU24cache4_14; // CYunvaApi/OnStopSpeechCompleteCallback CYunvaApi::<>f__mg$cache5 OnStopSpeechCompleteCallback_t1009288087 * ___U3CU3Ef__mgU24cache5_15; public: inline static int32_t get_offset_of_s_LastUsrID_2() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___s_LastUsrID_2)); } inline int64_t get_s_LastUsrID_2() const { return ___s_LastUsrID_2; } inline int64_t* get_address_of_s_LastUsrID_2() { return &___s_LastUsrID_2; } inline void set_s_LastUsrID_2(int64_t value) { ___s_LastUsrID_2 = value; } inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___s_instance_3)); } inline CYunvaApi_t2324893418 * get_s_instance_3() const { return ___s_instance_3; } inline CYunvaApi_t2324893418 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CYunvaApi_t2324893418 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_10() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache0_10)); } inline OnUpLoadCompleteCallback_t2081987828 * get_U3CU3Ef__mgU24cache0_10() const { return ___U3CU3Ef__mgU24cache0_10; } inline OnUpLoadCompleteCallback_t2081987828 ** get_address_of_U3CU3Ef__mgU24cache0_10() { return &___U3CU3Ef__mgU24cache0_10; } inline void set_U3CU3Ef__mgU24cache0_10(OnUpLoadCompleteCallback_t2081987828 * value) { ___U3CU3Ef__mgU24cache0_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_11() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache1_11)); } inline OnDownLoadCompleteCallback_t4136487141 * get_U3CU3Ef__mgU24cache1_11() const { return ___U3CU3Ef__mgU24cache1_11; } inline OnDownLoadCompleteCallback_t4136487141 ** get_address_of_U3CU3Ef__mgU24cache1_11() { return &___U3CU3Ef__mgU24cache1_11; } inline void set_U3CU3Ef__mgU24cache1_11(OnDownLoadCompleteCallback_t4136487141 * value) { ___U3CU3Ef__mgU24cache1_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_12() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache2_12)); } inline OnStopRecordCompleteCallback_t2363891626 * get_U3CU3Ef__mgU24cache2_12() const { return ___U3CU3Ef__mgU24cache2_12; } inline OnStopRecordCompleteCallback_t2363891626 ** get_address_of_U3CU3Ef__mgU24cache2_12() { return &___U3CU3Ef__mgU24cache2_12; } inline void set_U3CU3Ef__mgU24cache2_12(OnStopRecordCompleteCallback_t2363891626 * value) { ___U3CU3Ef__mgU24cache2_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_13() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache3_13)); } inline OnCompletedCallback_t1110260270 * get_U3CU3Ef__mgU24cache3_13() const { return ___U3CU3Ef__mgU24cache3_13; } inline OnCompletedCallback_t1110260270 ** get_address_of_U3CU3Ef__mgU24cache3_13() { return &___U3CU3Ef__mgU24cache3_13; } inline void set_U3CU3Ef__mgU24cache3_13(OnCompletedCallback_t1110260270 * value) { ___U3CU3Ef__mgU24cache3_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_14() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache4_14)); } inline OnMsgReceiveCallback_t4052986837 * get_U3CU3Ef__mgU24cache4_14() const { return ___U3CU3Ef__mgU24cache4_14; } inline OnMsgReceiveCallback_t4052986837 ** get_address_of_U3CU3Ef__mgU24cache4_14() { return &___U3CU3Ef__mgU24cache4_14; } inline void set_U3CU3Ef__mgU24cache4_14(OnMsgReceiveCallback_t4052986837 * value) { ___U3CU3Ef__mgU24cache4_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_15() { return static_cast(offsetof(CYunvaApi_t2324893418_StaticFields, ___U3CU3Ef__mgU24cache5_15)); } inline OnStopSpeechCompleteCallback_t1009288087 * get_U3CU3Ef__mgU24cache5_15() const { return ___U3CU3Ef__mgU24cache5_15; } inline OnStopSpeechCompleteCallback_t1009288087 ** get_address_of_U3CU3Ef__mgU24cache5_15() { return &___U3CU3Ef__mgU24cache5_15; } inline void set_U3CU3Ef__mgU24cache5_15(OnStopSpeechCompleteCallback_t1009288087 * value) { ___U3CU3Ef__mgU24cache5_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CYUNVAAPI_T2324893418_H #ifndef BONELINKBONE_T3083848224_H #define BONELINKBONE_T3083848224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BoneLinkBone struct BoneLinkBone_t3083848224 : public MonoBehaviour_t3962482529 { public: // System.String BoneLinkBone::BoneName String_t* ___BoneName_2; // System.String BoneLinkBone::LocalRootBoneName String_t* ___LocalRootBoneName_3; // UnityEngine.Vector3 BoneLinkBone::BindPosOffset Vector3_t3722313464 ___BindPosOffset_4; // UnityEngine.Vector3 BoneLinkBone::BindRotation Vector3_t3722313464 ___BindRotation_5; // System.Boolean BoneLinkBone::LockHigh bool ___LockHigh_6; // UnityEngine.Transform BoneLinkBone::m_RootBone Transform_t3600365921 * ___m_RootBone_7; public: inline static int32_t get_offset_of_BoneName_2() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BoneName_2)); } inline String_t* get_BoneName_2() const { return ___BoneName_2; } inline String_t** get_address_of_BoneName_2() { return &___BoneName_2; } inline void set_BoneName_2(String_t* value) { ___BoneName_2 = value; Il2CppCodeGenWriteBarrier((&___BoneName_2), value); } inline static int32_t get_offset_of_LocalRootBoneName_3() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___LocalRootBoneName_3)); } inline String_t* get_LocalRootBoneName_3() const { return ___LocalRootBoneName_3; } inline String_t** get_address_of_LocalRootBoneName_3() { return &___LocalRootBoneName_3; } inline void set_LocalRootBoneName_3(String_t* value) { ___LocalRootBoneName_3 = value; Il2CppCodeGenWriteBarrier((&___LocalRootBoneName_3), value); } inline static int32_t get_offset_of_BindPosOffset_4() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BindPosOffset_4)); } inline Vector3_t3722313464 get_BindPosOffset_4() const { return ___BindPosOffset_4; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_4() { return &___BindPosOffset_4; } inline void set_BindPosOffset_4(Vector3_t3722313464 value) { ___BindPosOffset_4 = value; } inline static int32_t get_offset_of_BindRotation_5() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___BindRotation_5)); } inline Vector3_t3722313464 get_BindRotation_5() const { return ___BindRotation_5; } inline Vector3_t3722313464 * get_address_of_BindRotation_5() { return &___BindRotation_5; } inline void set_BindRotation_5(Vector3_t3722313464 value) { ___BindRotation_5 = value; } inline static int32_t get_offset_of_LockHigh_6() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___LockHigh_6)); } inline bool get_LockHigh_6() const { return ___LockHigh_6; } inline bool* get_address_of_LockHigh_6() { return &___LockHigh_6; } inline void set_LockHigh_6(bool value) { ___LockHigh_6 = value; } inline static int32_t get_offset_of_m_RootBone_7() { return static_cast(offsetof(BoneLinkBone_t3083848224, ___m_RootBone_7)); } inline Transform_t3600365921 * get_m_RootBone_7() const { return ___m_RootBone_7; } inline Transform_t3600365921 ** get_address_of_m_RootBone_7() { return &___m_RootBone_7; } inline void set_m_RootBone_7(Transform_t3600365921 * value) { ___m_RootBone_7 = value; Il2CppCodeGenWriteBarrier((&___m_RootBone_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONELINKBONE_T3083848224_H #ifndef CMONOSNAPLIB_T2382924513_H #define CMONOSNAPLIB_T2382924513_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMonoSnapLib struct CMonoSnapLib_t2382924513 : public MonoBehaviour_t3962482529 { public: // System.Action`1 CMonoSnapLib::m_doneCallback Action_1_t2019918284 * ___m_doneCallback_2; // System.Action`1 CMonoSnapLib::m_cancelCallback Action_1_t2019918284 * ___m_cancelCallback_3; public: inline static int32_t get_offset_of_m_doneCallback_2() { return static_cast(offsetof(CMonoSnapLib_t2382924513, ___m_doneCallback_2)); } inline Action_1_t2019918284 * get_m_doneCallback_2() const { return ___m_doneCallback_2; } inline Action_1_t2019918284 ** get_address_of_m_doneCallback_2() { return &___m_doneCallback_2; } inline void set_m_doneCallback_2(Action_1_t2019918284 * value) { ___m_doneCallback_2 = value; Il2CppCodeGenWriteBarrier((&___m_doneCallback_2), value); } inline static int32_t get_offset_of_m_cancelCallback_3() { return static_cast(offsetof(CMonoSnapLib_t2382924513, ___m_cancelCallback_3)); } inline Action_1_t2019918284 * get_m_cancelCallback_3() const { return ___m_cancelCallback_3; } inline Action_1_t2019918284 ** get_address_of_m_cancelCallback_3() { return &___m_cancelCallback_3; } inline void set_m_cancelCallback_3(Action_1_t2019918284 * value) { ___m_cancelCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_cancelCallback_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMONOSNAPLIB_T2382924513_H #ifndef LOCALLINKEDEFFECT_T997770122_H #define LOCALLINKEDEFFECT_T997770122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LocalLinkedEffect struct LocalLinkedEffect_t997770122 : public MonoBehaviour_t3962482529 { public: // System.String LocalLinkedEffect::BoneName String_t* ___BoneName_2; // UnityEngine.Vector3 LocalLinkedEffect::BindPosOffset Vector3_t3722313464 ___BindPosOffset_3; // UnityEngine.Vector3 LocalLinkedEffect::BindRotation Vector3_t3722313464 ___BindRotation_4; // System.Boolean LocalLinkedEffect::EnableRotation bool ___EnableRotation_5; // System.Boolean LocalLinkedEffect::LockHigh bool ___LockHigh_6; // System.Boolean LocalLinkedEffect::m_bEnable0 bool ___m_bEnable0_7; // UnityEngine.Transform LocalLinkedEffect::m_RootBone Transform_t3600365921 * ___m_RootBone_8; public: inline static int32_t get_offset_of_BoneName_2() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BoneName_2)); } inline String_t* get_BoneName_2() const { return ___BoneName_2; } inline String_t** get_address_of_BoneName_2() { return &___BoneName_2; } inline void set_BoneName_2(String_t* value) { ___BoneName_2 = value; Il2CppCodeGenWriteBarrier((&___BoneName_2), value); } inline static int32_t get_offset_of_BindPosOffset_3() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BindPosOffset_3)); } inline Vector3_t3722313464 get_BindPosOffset_3() const { return ___BindPosOffset_3; } inline Vector3_t3722313464 * get_address_of_BindPosOffset_3() { return &___BindPosOffset_3; } inline void set_BindPosOffset_3(Vector3_t3722313464 value) { ___BindPosOffset_3 = value; } inline static int32_t get_offset_of_BindRotation_4() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___BindRotation_4)); } inline Vector3_t3722313464 get_BindRotation_4() const { return ___BindRotation_4; } inline Vector3_t3722313464 * get_address_of_BindRotation_4() { return &___BindRotation_4; } inline void set_BindRotation_4(Vector3_t3722313464 value) { ___BindRotation_4 = value; } inline static int32_t get_offset_of_EnableRotation_5() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___EnableRotation_5)); } inline bool get_EnableRotation_5() const { return ___EnableRotation_5; } inline bool* get_address_of_EnableRotation_5() { return &___EnableRotation_5; } inline void set_EnableRotation_5(bool value) { ___EnableRotation_5 = value; } inline static int32_t get_offset_of_LockHigh_6() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___LockHigh_6)); } inline bool get_LockHigh_6() const { return ___LockHigh_6; } inline bool* get_address_of_LockHigh_6() { return &___LockHigh_6; } inline void set_LockHigh_6(bool value) { ___LockHigh_6 = value; } inline static int32_t get_offset_of_m_bEnable0_7() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___m_bEnable0_7)); } inline bool get_m_bEnable0_7() const { return ___m_bEnable0_7; } inline bool* get_address_of_m_bEnable0_7() { return &___m_bEnable0_7; } inline void set_m_bEnable0_7(bool value) { ___m_bEnable0_7 = value; } inline static int32_t get_offset_of_m_RootBone_8() { return static_cast(offsetof(LocalLinkedEffect_t997770122, ___m_RootBone_8)); } inline Transform_t3600365921 * get_m_RootBone_8() const { return ___m_RootBone_8; } inline Transform_t3600365921 ** get_address_of_m_RootBone_8() { return &___m_RootBone_8; } inline void set_m_RootBone_8(Transform_t3600365921 * value) { ___m_RootBone_8 = value; Il2CppCodeGenWriteBarrier((&___m_RootBone_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALLINKEDEFFECT_T997770122_H #ifndef CLEDOUAPI_T315808977_H #define CLEDOUAPI_T315808977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLeDouApi struct CLeDouApi_t315808977 : public MonoBehaviour_t3962482529 { public: // System.Boolean CLeDouApi::m_bEnable bool ___m_bEnable_3; // System.Boolean CLeDouApi::m_isFirstTimeRunning bool ___m_isFirstTimeRunning_13; public: inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CLeDouApi_t315808977, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } inline static int32_t get_offset_of_m_isFirstTimeRunning_13() { return static_cast(offsetof(CLeDouApi_t315808977, ___m_isFirstTimeRunning_13)); } inline bool get_m_isFirstTimeRunning_13() const { return ___m_isFirstTimeRunning_13; } inline bool* get_address_of_m_isFirstTimeRunning_13() { return &___m_isFirstTimeRunning_13; } inline void set_m_isFirstTimeRunning_13(bool value) { ___m_isFirstTimeRunning_13 = value; } }; struct CLeDouApi_t315808977_StaticFields { public: // CLeDouApi CLeDouApi::s_instance CLeDouApi_t315808977 * ___s_instance_2; // DMCore.OnMsgBoxClkCallBack CLeDouApi::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_14; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___s_instance_2)); } inline CLeDouApi_t315808977 * get_s_instance_2() const { return ___s_instance_2; } inline CLeDouApi_t315808977 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(CLeDouApi_t315808977 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_14() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___U3CU3Ef__mgU24cache0_14)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_14() const { return ___U3CU3Ef__mgU24cache0_14; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_14() { return &___U3CU3Ef__mgU24cache0_14; } inline void set_U3CU3Ef__mgU24cache0_14(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEDOUAPI_T315808977_H // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.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; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964 : public RuntimeArray { public: ALIGN_FIELD (8) Object_t631007953 * m_Items[1]; public: inline Object_t631007953 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Object_t631007953 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Object_t631007953 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Object_t631007953 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Object_t631007953 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Object_t631007953 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.SkinnedMeshRenderer[] struct SkinnedMeshRendererU5BU5D_t1658669119 : public RuntimeArray { public: ALIGN_FIELD (8) SkinnedMeshRenderer_t245602842 * m_Items[1]; public: inline SkinnedMeshRenderer_t245602842 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SkinnedMeshRenderer_t245602842 ** 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, SkinnedMeshRenderer_t245602842 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline SkinnedMeshRenderer_t245602842 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SkinnedMeshRenderer_t245602842 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SkinnedMeshRenderer_t245602842 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // LocalLinkedEffect[] struct LocalLinkedEffectU5BU5D_t1490066191 : public RuntimeArray { public: ALIGN_FIELD (8) LocalLinkedEffect_t997770122 * m_Items[1]; public: inline LocalLinkedEffect_t997770122 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LocalLinkedEffect_t997770122 ** 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, LocalLinkedEffect_t997770122 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline LocalLinkedEffect_t997770122 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LocalLinkedEffect_t997770122 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LocalLinkedEffect_t997770122 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // BoneLinkBone[] struct BoneLinkBoneU5BU5D_t2682923361 : public RuntimeArray { public: ALIGN_FIELD (8) BoneLinkBone_t3083848224 * m_Items[1]; public: inline BoneLinkBone_t3083848224 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BoneLinkBone_t3083848224 ** 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, BoneLinkBone_t3083848224 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline BoneLinkBone_t3083848224 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BoneLinkBone_t3083848224 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BoneLinkBone_t3083848224 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628 : public RuntimeArray { public: ALIGN_FIELD (8) Transform_t3600365921 * m_Items[1]; public: inline Transform_t3600365921 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_t3600365921 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Transform_t3600365921 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Transform_t3600365921 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_t3600365921 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_t3600365921 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // LinkedEffect[] struct LinkedEffectU5BU5D_t3688719192 : public RuntimeArray { public: ALIGN_FIELD (8) LinkedEffect_t3338585141 * m_Items[1]; public: inline LinkedEffect_t3338585141 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LinkedEffect_t3338585141 ** 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, LinkedEffect_t3338585141 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline LinkedEffect_t3338585141 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LinkedEffect_t3338585141 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LinkedEffect_t3338585141 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; extern "C" void Object_t631007953_marshal_pinvoke(const Object_t631007953& unmarshaled, Object_t631007953_marshaled_pinvoke& marshaled); extern "C" void Object_t631007953_marshal_pinvoke_back(const Object_t631007953_marshaled_pinvoke& marshaled, Object_t631007953& unmarshaled); extern "C" void Object_t631007953_marshal_pinvoke_cleanup(Object_t631007953_marshaled_pinvoke& marshaled); // 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.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2253601317_gshared (Dictionary_2_t3384741 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t139379724 LinkedList_1_GetEnumerator_m3578995369_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m899741953_gshared (Enumerator_t139379724 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m880141662_gshared (Enumerator_t139379724 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_Clear_m2711926805_gshared (LinkedList_1_t1919752173 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2086727927 Dictionary_2_GetEnumerator_m3278257048_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2530217319 Enumerator_get_Current_m2655181939_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1328507389_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3464904234_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // 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.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1107569389_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1399450161_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.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.Boolean System.Collections.Generic.LinkedList`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool LinkedList_1_Remove_m2993726015_gshared (LinkedList_1_t1919752173 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CAlgorithmHelp::RemoveSpecial(System.Collections.Generic.LinkedList`1,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool CAlgorithmHelp_RemoveSpecial_TisRuntimeObject_m3610338125_gshared (RuntimeObject * __this /* static, unused */, LinkedList_1_t1919752173 * ___list0, Predicate_1_t3905400288 * ___fun1, 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.Boolean System.Predicate`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m725631602_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !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.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, 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); // 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.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(!0) extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t2825281267 * LinkedList_1_AddFirst_m4240701168_gshared (LinkedList_1_t1919752173 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2730681818_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m2931667922_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !!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.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::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_m1951681556_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m183483489_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // 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.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m2424847318_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1906904972_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1521034418_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * p0, const RuntimeMethod* method); // 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); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m1170170947_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m3483845403_gshared (Dictionary_2_t3384741 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1313274916_gshared (Dictionary_2_t3161752814 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m1088848393_gshared (Dictionary_2_t3161752814 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m3277651417_gshared (Dictionary_2_t3161752814 * __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_m2601736566_gshared (Dictionary_2_t1968819495 * __this, 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::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.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.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); // !!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.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m1839753989_gshared (KeyValuePair_2_t71524366 * __this, const RuntimeMethod* method); // System.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.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.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 CBetterSet`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1__ctor_m3680932930_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method); // System.Boolean CBetterSet`1::Add(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Add_m908680931_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean CBetterSet`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Remove_m1128629941_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3327106492_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2382293057_gshared (Dictionary_2_t1968819495 * __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_m3300912776_gshared (Dictionary_2_t1968819495 * __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 CBetterSet`1::Foreach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_Foreach_m828342831_gshared (CBetterSet_1_t3194383868 * __this, Action_1_t3252573759 * p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2461023210_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.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); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3793841859 Dictionary_2_GetEnumerator_m722743141_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t4237331251 Enumerator_get_Current_m46612669_gshared (Enumerator_t3793841859 * __this, const RuntimeMethod* method); // !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); // !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/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3739686686_gshared (Enumerator_t3793841859 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m973870487_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m3060171005_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponents() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GameObject_GetComponents_TisRuntimeObject_m1360663425_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m2840492268_gshared (Dictionary_2_t3384741 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m411961606_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, 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.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::GetTimeRange(System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR void CAnimNode_GetTimeRange_m2521578612 (CAnimNode_t3327376431 * __this, float* ___fStartOut0, float* ___fEndOut1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Sign(System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Sign_m3457838305 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAnimNode__ctor_m1129265667 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.Framework.Movie.ICameraAnimNode::GetCameraEntity() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * ICameraAnimNode_GetCameraEntity_m1208518985 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::PushCamera() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_PushCamera_m3728154315 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::PopCamera() extern "C" IL2CPP_METHOD_ATTR void ICameraBase_PopCamera_m2226835933 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion DMCore.Framework.Movie.ICameraAnimNode::GetLocalRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 ICameraAnimNode_GetLocalRotation_m397354597 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_op_Multiply_m1294064023 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Framework.Movie.ICameraAnimNode::GetLocalTranslate() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ICameraAnimNode_GetLocalTranslate_m899010464 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Addition_m779775034 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::FillFromSnap(DMCore.Camera.CCameraState) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_FillFromSnap_m3127887890 (ICameraBase_t3615533728 * __this, CCameraState_t4059982610 * ___state0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.stAnimParam::Reset() extern "C" IL2CPP_METHOD_ATTR void stAnimParam_Reset_m3726597328 (stAnimParam_t934402316 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.OnTextReady::Invoke(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnTextReady_Invoke_m3225392966 (OnTextReady_t3445893431 * __this, String_t* ___resPath0, String_t* ___strTextVal1, int32_t ___userData2, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m3511298534(__this, method) (( void (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m723260768(__this, method) (( void (*) (Dictionary_2_t3979183978 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3200964102(__this, method) (( void (*) (Dictionary_2_t2736202052 *, const RuntimeMethod*))Dictionary_2__ctor_m2253601317_gshared)(__this, method) // System.Void DMCore.Framework.Package.CPackageManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPackageManager__ctor_m1695260924 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() #define LinkedList_1_GetEnumerator_m4065735145(__this, method) (( Enumerator_t3201691545 (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_GetEnumerator_m3578995369_gshared)(__this, method) // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m3724309931(__this, method) (( String_t* (*) (Enumerator_t3201691545 *, const RuntimeMethod*))Enumerator_get_Current_m899741953_gshared)(__this, method) // System.Void DMCore.Framework.Package.CPackageManager::SetResTaskEndRef(System.String) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_SetResTaskEndRef_m1669935399 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m828775719(__this, method) (( bool (*) (Enumerator_t3201691545 *, const RuntimeMethod*))Enumerator_MoveNext_m880141662_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::Clear() #define LinkedList_1_Clear_m3455761402(__this, method) (( void (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_Clear_m2711926805_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2274112253(__this, method) (( Enumerator_t1638399457 (*) (Dictionary_2_t3979183978 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1742863000(__this, method) (( KeyValuePair_2_t2081888849 (*) (Enumerator_t1638399457 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m726853571(__this, method) (( String_t* (*) (KeyValuePair_2_t2081888849 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Boolean DMCore.Framework.Resource.IResourceManager::IfProtectedRes(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResourceManager_IfProtectedRes_m3109961692 (IResourceManager_t3165642952 * __this, String_t* ___resName0, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1841272218(__this, method) (( stPackageInfo_t4193927679 * (*) (KeyValuePair_2_t2081888849 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m2288369078 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, bool p1, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(!0) #define LinkedList_1_AddLast_m980610863(__this, p0, method) (( LinkedListNode_1_t1592625792 * (*) (LinkedList_1_t687096698 *, String_t*, const RuntimeMethod*))LinkedList_1_AddLast_m3177585097_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m881297720(__this, method) (( bool (*) (Enumerator_t1638399457 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m3390524787(__this, p0, method) (( bool (*) (Dictionary_2_t3979183978 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m1399450161_gshared)(__this, p0, method) // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m807998225(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3979183978 *, String_t*, stPackageInfo_t4193927679 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.LinkedList`1::Remove(!0) #define LinkedList_1_Remove_m2546990087(__this, p0, method) (( bool (*) (LinkedList_1_t687096698 *, String_t*, const RuntimeMethod*))LinkedList_1_Remove_m2993726015_gshared)(__this, p0, method) // System.Void DMCore.Framework.Package.CPackageManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CClearSpecialU3Ec__AnonStorey0__ctor_m127331042 (U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2189065264(__this, p0, p1, method) (( void (*) (Predicate_1_t2672744813 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Misc.CAlgorithmHelp::RemoveSpecial(System.Collections.Generic.LinkedList`1,System.Predicate`1) #define CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922(__this /* static, unused */, ___list0, ___fun1, method) (( bool (*) (RuntimeObject * /* static, unused */, LinkedList_1_t687096698 *, Predicate_1_t2672744813 *, const RuntimeMethod*))CAlgorithmHelp_RemoveSpecial_TisRuntimeObject_m3610338125_gshared)(__this /* static, unused */, ___list0, ___fun1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean System.Predicate`1::Invoke(!0) #define Predicate_1_Invoke_m3045159867(__this, p0, method) (( bool (*) (Predicate_1_t2672744813 *, String_t*, const RuntimeMethod*))Predicate_1_Invoke_m725631602_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3729392029(__this, p0, method) (( String_t* (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2276455407(__this, method) (( int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2548850424(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m1415204279(__this, method) (( int32_t (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_get_Count_m2167432147_gshared)(__this, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() #define LinkedList_1_get_First_m2874225059(__this, method) (( LinkedListNode_1_t1592625792 * (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m2392486284(__this, method) (( String_t* (*) (LinkedListNode_1_t1592625792 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m3486779266(__this, method) (( void (*) (LinkedList_1_t687096698 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // System.Void DMCore.Framework.Package.CPackageManager/stPackageInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stPackageInfo__ctor_m2029272345 (stPackageInfo_t4193927679 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m796985163(__this, p0, p1, method) (( void (*) (Dictionary_2_t3979183978 *, String_t*, stPackageInfo_t4193927679 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Package.CPackageManager/stPackageInfo::Destroy() extern "C" IL2CPP_METHOD_ATTR void stPackageInfo_Destroy_m1866505170 (stPackageInfo_t4193927679 * __this, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Package.CPackageManager::GetAssets(System.String,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CPackageManager_GetAssets_m4198400266 (CPackageManager_t3847050571 * __this, String_t* ___path0, OnResourceResult_t3899022047 * ___callBack1, int32_t ___userData2, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.OnResourceResult::Invoke(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnResourceResult_Invoke_m535001416 (OnResourceResult_t3899022047 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.IResourceManager::IfHighMode() extern "C" IL2CPP_METHOD_ATTR bool IResourceManager_IfHighMode_m3766928281 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(!0) #define LinkedList_1_AddFirst_m3233453830(__this, p0, method) (( LinkedListNode_1_t1592625792 * (*) (LinkedList_1_t687096698 *, String_t*, const RuntimeMethod*))LinkedList_1_AddFirst_m4240701168_gshared)(__this, p0, method) // System.Void DMCore.Framework.Package.CPackageManager::AddResTaskRef(System.String) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_AddResTaskRef_m589470932 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m229264953(__this, p0, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2730681818_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2305447852(__this, p0, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m2931667922_gshared)(__this, p0, method) // System.String UnityEngine.Application::get_dataPath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m4232621142 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.String DMCore.Framework.Package.CStreamFileManager::GetFileRealPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CStreamFileManager_GetFileRealPath_m4088430973 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, const RuntimeMethod* method); // System.String UnityEngine.WWW::get_error() extern "C" IL2CPP_METHOD_ATTR String_t* WWW_get_error_m3055313367 (WWW_t3688466362 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] UnityEngine.WWW::get_bytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* WWW_get_bytes_m3061182897 (WWW_t3688466362 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m643840122(__this, method) (( void (*) (List_1_t1589480316 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Framework.Package.CStreamFileData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CStreamFileData__ctor_m3079368184 (CStreamFileData_t117405574 * __this, 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.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2679968346(__this, p0, method) (( void (*) (List_1_t1589480316 *, CStreamFileData_t117405574 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Framework.Plugin.CAutoUpdatePlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdatePlugin__ctor_m2290641892 (CAutoUpdatePlugin_t3199557684 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CAutoUpdatePlugin::FitfunCheckUpdate(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdatePlugin_FitfunCheckUpdate_m1354983911 (RuntimeObject * __this /* static, unused */, String_t* ___target0, String_t* ___msg1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin__ctor_m4115323445 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunSetFuncAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunSetFuncAny_m3378122884 (RuntimeObject * __this /* static, unused */, String_t* ___funcName0, String_t* ___param1, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunGetFuncAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitFunGetFuncAny_m2535677802 (RuntimeObject * __this /* static, unused */, String_t* ___funcName0, String_t* ___param1, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetChannelID() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetChannelID_m1648085260 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunOpenWebUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunOpenWebUrl_m1963598907 (RuntimeObject * __this /* static, unused */, String_t* ___webUrl0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunAchievementsWithId(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunAchievementsWithId_m349053815 (RuntimeObject * __this /* static, unused */, String_t* ___achievementsId0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunReportScoreAndScoreInt(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunReportScoreAndScoreInt_m996463095 (RuntimeObject * __this /* static, unused */, String_t* ___scoreInt0, String_t* ___scoreId1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunShowGameCentre() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunShowGameCentre_m2870647678 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetAppKey() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetAppKey_m2712040020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetSecret() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetSecret_m2707778532 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunLogin_m1990209225 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSwitchAccount(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSwitchAccount_m763816827 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunPay(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunPay_m4123564536 (RuntimeObject * __this /* static, unused */, String_t* ___price0, String_t* ___productID1, String_t* ___extraInfo2, String_t* ___desc3, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunShowSDKSetting() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunShowSDKSetting_m2151638409 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunExitGame() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunExitGame_m2325562815 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetGameID(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetGameID_m2319559826 (RuntimeObject * __this /* static, unused */, String_t* ___val0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetSDKUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetSDKUrl_m2581538183 (RuntimeObject * __this /* static, unused */, String_t* ___val0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetPhotoPostUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetPhotoPostUrl_m3272530482 (RuntimeObject * __this /* static, unused */, String_t* ___val0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunPlayMovie(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunPlayMovie_m3538133945 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___type1, String_t* ___u3dPath2, 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.Void DMCore.Framework.Plugin.CLocationPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin__ctor_m855073643 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationInit() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_FitfunLocationInit_m3415562492 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationStop() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_FitfunLocationStop_m94317202 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Double DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationGetLatitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_FitfunLocationGetLatitude_m1133205783 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Double DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationGetLongitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_FitfunLocationGetLongitude_m1676952612 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationGetStatus() extern "C" IL2CPP_METHOD_ATTR int32_t CLocationPlugin_FitfunLocationGetStatus_m2605149081 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CPluginConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPluginConfig__ctor_m257803285 (CPluginConfig_t32997114 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CPluginConfig::FitfunGetServerKey(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPluginConfig_FitfunGetServerKey_m4263031499 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CPluginConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPluginConfig_GetConfigString_m4093530641 (CPluginConfig_t32997114 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CRecorder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRecorder__ctor_m1394490903 (CRecorder_t2207788680 * __this, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ILogicBase__ctor_m2199354544 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CShareApi::.ctor() extern "C" IL2CPP_METHOD_ATTR void CShareApi__ctor_m1211717007 (CShareApi_t1546988400 * __this, const RuntimeMethod* method); // System.Void DMGameInterface::AddRootChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_AddRootChild_m3522620366 (RuntimeObject * __this /* static, unused */, ILogicBase_t2190831891 * ___child0, const RuntimeMethod* method); // System.String UnityEngine.Application::get_persistentDataPath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m1428108154 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.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.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CShareApi::FitFunShareWithImageAndText(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CShareApi_FitFunShareWithImageAndText_m1161060164 (RuntimeObject * __this /* static, unused */, String_t* ___imagePath0, String_t* ___text1, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.ScreenCapture::CaptureScreenshot(System.String) extern "C" IL2CPP_METHOD_ATTR void ScreenCapture_CaptureScreenshot_m934745658 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSnapshot::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSnapshot__ctor_m2854750939 (CSnapshot_t1553868284 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSnapshot::FitfunSnapShotCamera() extern "C" IL2CPP_METHOD_ATTR void CSnapshot_FitfunSnapShotCamera_m1552522195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSnapshot::FitfunSnapShotLibrary() extern "C" IL2CPP_METHOD_ATTR void CSnapshot_FitfunSnapShotLibrary_m4084953627 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_x() extern "C" IL2CPP_METHOD_ATTR float Rect_get_x_m3839990490 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_y() extern "C" IL2CPP_METHOD_ATTR float Rect_get_y_m1501338330 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() extern "C" IL2CPP_METHOD_ATTR float Rect_get_width_m3421484486 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() extern "C" IL2CPP_METHOD_ATTR float Rect_get_height_m1358425599 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Plugin.CSnapshot::FitfunClipShot(System.String,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t CSnapshot_FitfunClipShot_m2857742001 (RuntimeObject * __this /* static, unused */, String_t* ___path0, float ___x1, float ___y2, float ___width3, float ___height4, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Plugin.CSnapshot::FitfunPostImage(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSnapshot_FitfunPostImage_m3841037695 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, const RuntimeMethod* method); // DMCore.Framework.Plugin.CSystemToolPlugin DMCore.Framework.Plugin.CSystemToolPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemToolPlugin_t1584592813 * CSystemToolPlugin_GetInstance_m1746780767 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSystemTool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSystemTool__ctor_m441508016 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::postToWeb(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_postToWeb_m2608707494 (RuntimeObject * __this /* static, unused */, String_t* ___webUrl0, String_t* ___m_Params1, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetRunTimeTotalMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetRunTimeTotalMemory_m3605653953 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetRunTimeFreeMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetRunTimeFreeMemory_m2646642092 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetRunTimeMaxMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetRunTimeMaxMemory_m450490736 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Plugin.CSystemToolPlugin::GetFloatValueTest() extern "C" IL2CPP_METHOD_ATTR float CSystemToolPlugin_GetFloatValueTest_m592220452 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetAppVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetAppVersion_m3830952267 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetOSVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetOSVersion_m1444923725 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetProviderName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetProviderName_m1546040799 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetNetType() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetNetType_m1866233060 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetDeviceId() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetDeviceId_m2255570775 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetMobileModel() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetMobileModel_m3457325503 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Plugin.CSystemToolPlugin::GetMobilePlatform() extern "C" IL2CPP_METHOD_ATTR int32_t CSystemToolPlugin_GetMobilePlatform_m2437159516 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetAvailMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetAvailMemory_m2913005524 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSystemToolPlugin::ClearSystemMemory() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin_ClearSystemMemory_m4045280872 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetMacAddress() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetMacAddress_m319283110 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetRunTimeFreeMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetRunTimeFreeMemory_m1754790932 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void DMCore.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.Int64 DMCore.Framework.Plugin.CSystemTool::GetRunTimeTotalMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetRunTimeTotalMemory_m1097030965 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetRunTimeMaxMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetRunTimeMaxMemory_m3789964731 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetAvailMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetAvailMemory_m1133097970 (CSystemTool_t575361936 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSystemToolPlugin::RestartApp() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin_RestartApp_m2920582899 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CSystemToolPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin__ctor_m2819318304 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunPostData(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunPostData_m3708881978 (RuntimeObject * __this /* static, unused */, String_t* ___webUrl0, String_t* ___m_Params1, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::FitfunUsedMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_FitfunUsedMemory_m2817608740 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetVersionName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetVersionName_m1114000329 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetOSVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetOSVersion_m3129501121 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFitfunApiPlugin_t3372796910 * CFitfunApiPlugin_GetInstance_m148885372 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetAny_m2314757983 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetDeviceID() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetDeviceID_m744285618 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetPhoneModel() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetPhoneModel_m2187159729 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetMacAddress() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetMacAddress_m588652115 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetAppName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetAppName_m341300705 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CUserInfoApi::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi__ctor_m3362534512 (CUserInfoApi_t815375937 * __this, 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.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m3839334935 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CUserInfoApi::FitfunSetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_FitfunSetRoleName_m513932036 (RuntimeObject * __this /* static, unused */, String_t* ___roleName0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CUserInfoApi::FitfunSetUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_FitfunSetUserID_m3358009342 (RuntimeObject * __this /* static, unused */, int64_t ___usrID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin__ctor_m139976700 (CYunvaPlugin_t4275543694 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunLoginChannel(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunLoginChannel_m1214175223 (RuntimeObject * __this /* static, unused */, String_t* ___wildCard0, String_t* ___channelId1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunLogoutChannel() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunLogoutChannel_m822127105 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Plugin.CYunvaPlugin::FitFunChannelTextMsg(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CYunvaPlugin_FitFunChannelTextMsg_m2443789045 (RuntimeObject * __this /* static, unused */, String_t* ___textMsg0, String_t* ___wildCard1, String_t* ___expand2, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunStartRecord(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunStartRecord_m133719887 (RuntimeObject * __this /* static, unused */, String_t* ___strfilepath0, String_t* ___ext1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunStopRecord() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunStopRecord_m3703921906 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunPlayAudioWithUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunPlayAudioWithUrl_m3069969973 (RuntimeObject * __this /* static, unused */, String_t* ___strUrl0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunStopPlayAudio() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunStopPlayAudio_m2536344613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunUploadFileReq(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunUploadFileReq_m3346883299 (RuntimeObject * __this /* static, unused */, String_t* ___filename0, String_t* ___fileId1, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunDownloadFileReq(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunDownloadFileReq_m1578380876 (RuntimeObject * __this /* static, unused */, String_t* ___url0, String_t* ___filename1, String_t* ___fileId2, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::OpenRead(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_OpenRead_m2936789020 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK::.ctor() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK__ctor_m1865985254 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK::LeaveChat() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_LeaveChat_m938922186 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CIOVar::IsDirectoryExist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_IsDirectoryExist_m474439684 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CWriteVar::CreateDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_CreateDirectory_m944121244 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // 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.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m3718521780 (DateTime_t3738529785 * __this, String_t* p0, const RuntimeMethod* method); // System.String DMCore.Framework.IO.CIOVar::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* CIOVar_GetUserRootPath_m2302064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::DoVoiceRecordStart(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceRecordStart_m1610923261 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // CYunvaApi CYunvaApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CYunvaApi_t2324893418 * CYunvaApi_GetInstance_m2115150559 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m838414602(__this, p0, p1, method) (( void (*) (Action_1_t2019918284 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void SDKProxyManager::add_onMsgFromSDKProxy(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_add_onMsgFromSDKProxy_m897937637 (RuntimeObject * __this /* static, unused */, Action_1_t2019918284 * ___value0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::DoVoiceRecordStop() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceRecordStop_m2163374421 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK::HideBackMusic() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_HideBackMusic_m2118243948 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK::StopPlay() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_StopPlay_m2877968487 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::DoVoicePlay(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoicePlay_m1179547232 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // 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 DMCore.Framework.Plugin.CYunvaSDK::ShowBackMusic() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_ShowBackMusic_m2015902234 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::DoVoicePlayStop() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoicePlayStop_m1090481308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK::set_upLoadText(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_set_upLoadText_m1243114688 (CYunvaSDK_t1509311865 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::DoVoiceUpload(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceUpload_m3745281936 (RuntimeObject * __this /* static, unused */, String_t* ___uploadUrl0, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CYunvaSDK::LocalPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CYunvaSDK_LocalPath_m2623110217 (CYunvaSDK_t1509311865 * __this, String_t* ___fileUrl0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::DoVoiceDownload(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_DoVoiceDownload_m818051850 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___downloadUrl1, const RuntimeMethod* method); // System.String DMCore.Framework.Plugin.CYunvaSDK/UserInfo::SerialUserInfo(System.Int64,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* UserInfo_SerialUserInfo_m901739274 (RuntimeObject * __this /* static, unused */, int64_t ___photo_id0, int32_t ___sex1, int32_t ___vip_level2, int32_t ___member_level3, String_t* ___name4, int32_t ___status5, int64_t ___userid6, int32_t ___headBoxID7, int32_t ___chatBubbleID8, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.Plugin.CYunvaSDK::ReadChatFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CYunvaSDK_ReadChatFile_m3672673700 (RuntimeObject * __this /* static, unused */, String_t* ___fileFullPath0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Texture2D__ctor_m2862217990 (Texture2D_t3840446185 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, const RuntimeMethod* method); // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m2182108104 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * p0, ByteU5BU5D_t4116647657* p1, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCMonoSnapLib_t2382924513_m1578455370(__this, method) (( CMonoSnapLib_t2382924513 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, 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 CMonoSnapLib::SnapFromPhotoLib(System.Action`1,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CMonoSnapLib_SnapFromPhotoLib_m3770605053 (CMonoSnapLib_t2382924513 * __this, Action_1_t2019918284 * ___doneCallback0, Action_1_t2019918284 * ___cancelCallback1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m3852460914(__this, p0, method) (( bool (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void DMCore.Framework.Plugin.CYunvaSDK::DownLoad(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_DownLoad_m1915467914 (CYunvaSDK_t1509311865 * __this, String_t* ___fileUrl0, String_t* ___fileName1, String_t* ___fileId2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m815285786(__this, p0, method) (( void (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.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); // DMCore.ISoundManager DMCore.CRoot::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * CRoot_GetSoundManager_m30020774 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.ISoundManager::IsRootPlaying() extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_IsRootPlaying_m3973275926 (ISoundManager_t434164892 * __this, const RuntimeMethod* method); // System.Void DMCore.ISoundManager::AutoPlayPause() extern "C" IL2CPP_METHOD_ATTR void ISoundManager_AutoPlayPause_m3149509410 (ISoundManager_t434164892 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK/ChatContent::Deserialize(System.String) extern "C" IL2CPP_METHOD_ATTR void ChatContent_Deserialize_m3230586507 (ChatContent_t42021257 * __this, String_t* ___serializedInfo0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK/ChatContent::Initialize(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ChatContent_Initialize_m89098602 (ChatContent_t42021257 * __this, bool ___isHistory0, String_t* ___receive_id1, String_t* ___type2, String_t* ___time3, String_t* ___sender_id4, String_t* ___extMsg5, String_t* ___sender_extra_info6, String_t* ___msg7, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK/UserInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UserInfo__ctor_m3003580423 (UserInfo_t2013096041 * __this, String_t* ___string_user_info0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m3543736043 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.String) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m1364128555 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.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.String DMCore.Framework.Plugin.CYunvaSDK/UserInfo::Serialize() extern "C" IL2CPP_METHOD_ATTR String_t* UserInfo_Serialize_m3200026229 (UserInfo_t2013096041 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Int32 System.String::CompareTo(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareTo_m3414379165 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_UserID() extern "C" IL2CPP_METHOD_ATTR int64_t UserInfo_get_UserID_m3324199451 (UserInfo_t2013096041 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CYunvaSDK/UserInfo::Deserialize(System.String) extern "C" IL2CPP_METHOD_ATTR void UserInfo_Deserialize_m2561693841 (UserInfo_t2013096041 * __this, String_t* ___serializedInfo0, 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.Int64 System.Convert::ToInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m4087101237 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void IResourceManager__ctor_m948415625 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3393381943(__this, method) (( void (*) (Dictionary_2_t396712153 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfEnableUIPkg() extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfEnableUIPkg_m2923996538 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Resource.CUIPkgService DMCore.Framework.Resource.CUIPkgService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIPkgService_t1582475416 * CUIPkgService_GetInstance_m2423209090 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::PushProtectedPath(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_PushProtectedPath_m3385204452 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::UnLoadAll() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_UnLoadAll_m2388588780 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::ClearProtectedPath() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_ClearProtectedPath_m823762498 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4108026271(__this, method) (( void (*) (Dictionary_2_t396712153 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfUIPkgResource(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfUIPkgResource_m2643866799 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CUIPkgService::UnLoad(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_UnLoad_m10825210 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1774632223(__this, p0, p1, method) (( bool (*) (Dictionary_2_t396712153 *, String_t*, ResData_t611455854 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void UnityEngine.Resources::UnloadAsset(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Resources_UnloadAsset_m4120664229 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2237239621(__this, p0, method) (( bool (*) (Dictionary_2_t396712153 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m1399450161_gshared)(__this, p0, method) // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m1279813597 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, bool ___bAsync1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // UnityEngine.AnimationClip UnityEngine.Animation::get_clip() extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * Animation_get_clip_m1019546398 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfDone(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfDone_m451748375 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.OnResourcePrepareResult::Invoke(System.String,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnResourcePrepareResult_Invoke_m675927933 (OnResourcePrepareResult_t1971095887 * __this, String_t* ___resName0, bool ___bSuccess1, int32_t ___userData2, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CUIPkgService_Load_m2662465603 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CEditorResService/ResData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResData__ctor_m2803852886 (ResData_t611455854 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1512326900(__this, p0, p1, method) (( void (*) (Dictionary_2_t396712153 *, String_t*, ResData_t611455854 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResTaskContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer__ctor_m1509677962 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CEditorResService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEditorResService__ctor_m1369661875 (CEditorResService_t1140910365 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m319200111(__this, method) (( void (*) (LinkedList_1_t4166515492 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::.ctor() #define LinkedList_1__ctor_m2432286077(__this, method) (( void (*) (LinkedList_1_t412417193 *, const RuntimeMethod*))LinkedList_1__ctor_m3670635350_gshared)(__this, method) // DMCore.CGameSetting DMCore.CGameSetting::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGameSetting_t2678036671 * CGameSetting_GetInstance_m804447900 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CPkgResService/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CClearSpecialCacheU3Ec__AnonStorey0__ctor_m3472781230 (U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1368708888(__this, p0, p1, method) (( void (*) (Predicate_1_t2398065308 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Misc.CAlgorithmHelp::RemoveSpecial(System.Collections.Generic.LinkedList`1,System.Predicate`1) #define CAlgorithmHelp_RemoveSpecial_TisstWWWInfo_t1572771184_m2453809972(__this /* static, unused */, ___list0, ___fun1, method) (( bool (*) (RuntimeObject * /* static, unused */, LinkedList_1_t412417193 *, Predicate_1_t2398065308 *, const RuntimeMethod*))CAlgorithmHelp_RemoveSpecial_TisRuntimeObject_m3610338125_gshared)(__this /* static, unused */, ___list0, ___fun1, method) // DMCore.Framework.Package.CPackageManager DMCore.Framework.Package.CPackageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPackageManager_t3847050571 * CPackageManager_GetInstance_m2119869201 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Package.CPackageManager::ClearSpecial(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_ClearSpecial_m1044260251 (CPackageManager_t3847050571 * __this, Predicate_1_t2672744813 * ___func0, const RuntimeMethod* method); // System.Void DMCore.Framework.Package.CPackageManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPackageManager_ClearAll_m1045795775 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2463520683(__this, p0, p1, method) (( void (*) (Predicate_1_t1857196311 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Misc.CAlgorithmHelp::RemoveSpecial(System.Collections.Generic.LinkedList`1,System.Predicate`1) #define CAlgorithmHelp_RemoveSpecial_TisstBeforeDataBaseTask_t1031902187_m826831533(__this /* static, unused */, ___list0, ___fun1, method) (( bool (*) (RuntimeObject * /* static, unused */, LinkedList_1_t4166515492 *, Predicate_1_t1857196311 *, const RuntimeMethod*))CAlgorithmHelp_RemoveSpecial_TisRuntimeObject_m3610338125_gshared)(__this /* static, unused */, ___list0, ___fun1, method) // System.Void System.Collections.Generic.LinkedList`1::Clear() #define LinkedList_1_Clear_m3849036797(__this, method) (( void (*) (LinkedList_1_t412417193 *, const RuntimeMethod*))LinkedList_1_Clear_m2711926805_gshared)(__this, method) // System.Void CResourceWWW::DestroyResTask() extern "C" IL2CPP_METHOD_ATTR void CResourceWWW_DestroyResTask_m3578432987 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CPkgResService/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CClearCacheU3Ec__AnonStorey1__ctor_m441943059 (U3CClearCacheU3Ec__AnonStorey1_t1025598931 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Package.CPackageManager::Clear(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPackageManager_Clear_m3310653088 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CPkgResService::IfWWWRes(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPkgResService_IfWWWRes_m2451778388 (CPkgResService_t3747434472 * __this, String_t* ___resName0, const RuntimeMethod* method); // DMCore.Framework.Package.enumPackageState DMCore.Framework.Package.CPackageManager::GetAssetsState(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CPackageManager_GetAssetsState_m902649493 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m95828040(__this, method) (( int32_t (*) (LinkedList_1_t4166515492 *, const RuntimeMethod*))LinkedList_1_get_Count_m2167432147_gshared)(__this, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() #define LinkedList_1_get_First_m2882588127(__this, method) (( LinkedListNode_1_t777077290 * (*) (LinkedList_1_t4166515492 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m4027014560(__this, method) (( stBeforeDataBaseTask_t1031902187 * (*) (LinkedListNode_1_t777077290 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m2171998373(__this, method) (( void (*) (LinkedList_1_t4166515492 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // System.String DMCore.Framework.Package.CPackageManager::PopTask() extern "C" IL2CPP_METHOD_ATTR String_t* CPackageManager_PopTask_m2151488842 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResTaskContainer::SetResult(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_SetResult_m909571526 (CResTaskContainer_t3271287293 * __this, String_t* ___resPath0, bool ___success1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetDoneCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetDoneCount_m1092588625 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetTotalCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetTotalCount_m3996778178 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetBytesDone() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetBytesDone_m1877983064 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetBytesTotal() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetBytesTotal_m1215244425 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Framework.Resource.CResTaskContainer::GetTaskNotDone() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * CResTaskContainer_GetTaskNotDone_m2043618884 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() #define LinkedList_1_GetEnumerator_m3832049288(__this, method) (( Enumerator_t2927012040 (*) (LinkedList_1_t412417193 *, const RuntimeMethod*))LinkedList_1_GetEnumerator_m3578995369_gshared)(__this, method) // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m2398836155(__this, method) (( stWWWInfo_t1572771184 * (*) (Enumerator_t2927012040 *, const RuntimeMethod*))Enumerator_get_Current_m899741953_gshared)(__this, method) // System.Boolean System.Collections.Generic.LinkedList`1::Remove(!0) #define LinkedList_1_Remove_m1606642111(__this, p0, method) (( bool (*) (LinkedList_1_t412417193 *, stWWWInfo_t1572771184 *, const RuntimeMethod*))LinkedList_1_Remove_m2993726015_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3285884242(__this, method) (( bool (*) (Enumerator_t2927012040 *, const RuntimeMethod*))Enumerator_MoveNext_m880141662_gshared)(__this, method) // System.Void DMCore.Framework.Resource.CResTaskContainer::Clear() extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_Clear_m1266127611 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CPkgResService::SetFullDownResult(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_SetFullDownResult_m3736166621 (CPkgResService_t3747434472 * __this, String_t* ___resName0, bool ___Success1, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CPkgResService::StopDownLoadTask() extern "C" IL2CPP_METHOD_ATTR void CPkgResService_StopDownLoadTask_m4150690391 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResTaskContainer::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_Push_m2579387302 (CResTaskContainer_t3271287293 * __this, String_t* ___resPath0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() #define LinkedList_1_get_Count_m3200265288(__this, method) (( int32_t (*) (LinkedList_1_t412417193 *, const RuntimeMethod*))LinkedList_1_get_Count_m2167432147_gshared)(__this, method) // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() #define LinkedList_1_get_First_m155927301(__this, method) (( LinkedListNode_1_t1317946287 * (*) (LinkedList_1_t412417193 *, const RuntimeMethod*))LinkedList_1_get_First_m1512309353_gshared)(__this, method) // !0 System.Collections.Generic.LinkedListNode`1::get_Value() #define LinkedListNode_1_get_Value_m2951261573(__this, method) (( stWWWInfo_t1572771184 * (*) (LinkedListNode_1_t1317946287 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m3891174027_gshared)(__this, method) // System.Void DMCore.Framework.Package.CPackageManager::SetAssetsState(System.String,DMCore.Framework.Package.enumPackageState) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_SetAssetsState_m126157371 (CPackageManager_t3847050571 * __this, String_t* ___path0, int32_t ___state1, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::RemoveFirst() #define LinkedList_1_RemoveFirst_m4203381453(__this, method) (( void (*) (LinkedList_1_t412417193 *, const RuntimeMethod*))LinkedList_1_RemoveFirst_m2082760208_gshared)(__this, method) // DMCore.Framework.Resource.IResHelp DMCore.Framework.Resource.IResHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResHelp_t377823252 * IResHelp_GetInstance_m2776387326 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.IResHelp::IfProtectedRes(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResHelp_IfProtectedRes_m3617285344 (IResHelp_t377823252 * __this, String_t* ___resName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2680062877(__this, method) (( void (*) (List_1_t3697884595 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean DMCore.Framework.Misc.CGUID::Equals(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CGUID_Equals_m104806128 (CGUID_t2225809853 * __this, CGUID_t2225809853 * ___rightVal0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m1189865047(__this, p0, method) (( bool (*) (List_1_t3697884595 *, CGUID_t2225809853 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m158283125(__this, p0, method) (( void (*) (List_1_t3697884595 *, CGUID_t2225809853 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3667590652(__this, method) (( int32_t (*) (List_1_t3697884595 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 DMCore.Framework.Resource.CResDependenceItem::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResDependenceItem_GetCount_m2028492554 (CResDependenceItem_t1512426590 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1033397347(__this, p0, method) (( CGUID_t2225809853 * (*) (List_1_t3697884595 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3747861995(__this, method) (( void (*) (Dictionary_2_t1046139613 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Framework.Resource.CResDependenceService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResDependenceService__ctor_m1035760071 (CResDependenceService_t3767720809 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2063788924(__this, method) (( void (*) (Dictionary_2_t1046139613 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void DMCore.Framework.Misc.CGUID::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CGUID__ctor_m2855093595 (CGUID_t2225809853 * __this, String_t* ___guidString0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResDependenceItem::.ctor(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResDependenceItem__ctor_m2311200018 (CResDependenceItem_t1512426590 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3780128867(__this, p0, p1, method) (( void (*) (Dictionary_2_t1046139613 *, CGUID_t2225809853 *, CResDependenceItem_t1512426590 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Resource.CResDependenceItem::PushDependence(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResDependenceItem_PushDependence_m2469977343 (CResDependenceItem_t1512426590 * __this, CGUID_t2225809853 * ___nAlias0, 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); // DMCore.Framework.Resource.CResInfoService DMCore.Framework.Resource.CResInfoService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResInfoService_t2957775811 * CResInfoService_GetInstance_m2195186706 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CResInfoService::Check(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CResInfoService_Check_m2401005942 (CResInfoService_t2957775811 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogError(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogError_m609093992 (CLogHelp_t779629444 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3850952187(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1046139613 *, CGUID_t2225809853 *, CResDependenceItem_t1512426590 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2185161758(__this, method) (( Enumerator_t3000322388 (*) (Dictionary_2_t1046139613 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1025140557(__this, method) (( KeyValuePair_2_t3443811780 (*) (Enumerator_t3000322388 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m4085933540(__this, method) (( CResDependenceItem_t1512426590 * (*) (KeyValuePair_2_t3443811780 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean DMCore.Framework.Resource.CResDependenceItem::ExistItemAlias(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CResDependenceItem_ExistItemAlias_m2613582933 (CResDependenceItem_t1512426590 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m1485659611(__this, method) (( CGUID_t2225809853 * (*) (KeyValuePair_2_t3443811780 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m2109366927(__this, method) (( bool (*) (Enumerator_t3000322388 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1753708239(__this, method) (( void (*) (Dictionary_2_t2011066152 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2374549824(__this, method) (( void (*) (Dictionary_2_t499712630 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Framework.Resource.CResInfoService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResInfoService__ctor_m4248798342 (CResInfoService_t2957775811 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4212933135(__this, method) (( void (*) (Dictionary_2_t2011066152 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2978217967(__this, method) (( void (*) (Dictionary_2_t499712630 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1481600781(__this, p0, method) (( bool (*) (Dictionary_2_t2011066152 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1493748070(__this, p0, p1, method) (( void (*) (Dictionary_2_t2011066152 *, String_t*, CGUID_t2225809853 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2201651845(__this, p0, p1, method) (( void (*) (Dictionary_2_t2011066152 *, String_t*, CGUID_t2225809853 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Resource.CResInfo::.ctor(DMCore.Framework.Resource.enumResType,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CResInfo__ctor_m2262828524 (CResInfo_t965999607 * __this, int32_t ___resType0, String_t* ___resPath1, String_t* ___resPathDashName2, int32_t ___version3, int32_t ___fileSize4, int32_t ___fileHash5, String_t* ___fileMd56, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2548486443(__this, p0, p1, method) (( void (*) (Dictionary_2_t499712630 *, CGUID_t2225809853 *, CResInfo_t965999607 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Misc.CGUID::IsValid(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CGUID_IsValid_m2394183124 (RuntimeObject * __this /* static, unused */, CGUID_t2225809853 * ___id0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2937436318(__this, p0, method) (( bool (*) (Dictionary_2_t499712630 *, CGUID_t2225809853 *, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1823844402(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2011066152 *, String_t*, CGUID_t2225809853 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // DMCore.Framework.Resource.CResInfo DMCore.Framework.Resource.CResInfoService::GetInfoByGUID(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR CResInfo_t965999607 * CResInfoService_GetInfoByGUID_m2875785825 (CResInfoService_t2957775811 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method); // System.String DMCore.Framework.Resource.CResInfo::GetResPath() extern "C" IL2CPP_METHOD_ATTR String_t* CResInfo_GetResPath_m1855683480 (CResInfo_t965999607 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3934239800(__this, p0, p1, method) (( bool (*) (Dictionary_2_t499712630 *, CGUID_t2225809853 *, CResInfo_t965999607 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // DMCore.Framework.Misc.CGUID DMCore.Framework.Resource.CResInfoService::GetGUIDByPath(System.String) extern "C" IL2CPP_METHOD_ATTR CGUID_t2225809853 * CResInfoService_GetGUIDByPath_m4002444518 (CResInfoService_t2957775811 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void DMCore.IRefBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void IRefBase__ctor_m130505137 (IRefBase_t3962498203 * __this, const RuntimeMethod* method); // System.Int32 DMCore.IRefBase::GetRefVal() extern "C" IL2CPP_METHOD_ATTR int32_t IRefBase_GetRefVal_m3573466649 (IRefBase_t3962498203 * __this, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService::Load(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CUIPkgService_Load_m755298511 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CUIPkgService::UnLoad(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_UnLoad_m4130547942 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1349833307(__this, method) (( void (*) (Dictionary_2_t4077859078 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Framework.Resource.CResIssueService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResIssueService__ctor_m3865463900 (CResIssueService_t3864847152 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResIssueService::AddRef(DMCore.Framework.Misc.CGUID,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_AddRef_m3729257706 (CResIssueService_t3864847152 * __this, CGUID_t2225809853 * ___guid0, OnResourceResult_t3899022047 * ___callBackPtr1, int32_t ___callBackUserData2, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResIssueService::AddRef(System.String,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_AddRef_m3966241036 (CResIssueService_t3864847152 * __this, String_t* ___resPath0, OnResourceResult_t3899022047 * ___callBackPtr1, int32_t ___callBackUserData2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2424476374(__this, p0, p1, method) (( bool (*) (Dictionary_2_t4077859078 *, CGUID_t2225809853 *, CResIssue_t249178759 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Resource.CResIssue::.ctor(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResIssue__ctor_m1591039927 (CResIssue_t249178759 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m644357890(__this, p0, p1, method) (( void (*) (Dictionary_2_t4077859078 *, CGUID_t2225809853 *, CResIssue_t249178759 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // DMCore.Framework.Resource.CResDependenceService DMCore.Framework.Resource.CResDependenceService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResDependenceService_t3767720809 * CResDependenceService_GetInstance_m2029225595 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Resource.CResDependenceItem DMCore.Framework.Resource.CResDependenceService::FindDepdenceItem(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR CResDependenceItem_t1512426590 * CResDependenceService_FindDepdenceItem_m4127552042 (CResDependenceService_t3767720809 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method); // DMCore.Framework.Misc.CGUID DMCore.Framework.Resource.CResDependenceItem::GetItemAlias(System.Int32) extern "C" IL2CPP_METHOD_ATTR CGUID_t2225809853 * CResDependenceItem_GetItemAlias_m3944042062 (CResDependenceItem_t1512426590 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResIssue::SetCallBackParams(DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CResIssue_SetCallBackParams_m2049579364 (CResIssue_t249178759 * __this, OnResourceResult_t3899022047 * ___callBackPtr0, int32_t ___callBackUserData1, const RuntimeMethod* method); // System.Int32 DMCore.IRefBase::AddRef() extern "C" IL2CPP_METHOD_ATTR int32_t IRefBase_AddRef_m1345594565 (IRefBase_t3962498203 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1249407947(__this, p0, method) (( bool (*) (Dictionary_2_t4077859078 *, CGUID_t2225809853 *, const RuntimeMethod*))Dictionary_2_Remove_m1399450161_gshared)(__this, p0, method) // System.Int32 DMCore.IRefBase::Release() extern "C" IL2CPP_METHOD_ATTR int32_t IRefBase_Release_m2438352285 (IRefBase_t3962498203 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResIssueService::Release(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_Release_m788832680 (CResIssueService_t3864847152 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method); // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResourceAdapter::ParseUrlList() extern "C" IL2CPP_METHOD_ATTR void CResourceAdapter_ParseUrlList_m1889399605 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResourceAdapter::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResourceAdapter__ctor_m2719324187 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3002602865(__this, method) (( void (*) (Dictionary_2_t815652591 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Framework.Resource.CResTaskItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResTaskItem__ctor_m2770050062 (CResTaskItem_t1030396292 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResTaskContainer::Push(DMCore.Framework.Resource.CResTaskItem) extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_Push_m823301887 (CResTaskContainer_t3271287293 * __this, CResTaskItem_t1030396292 * ___taskItem0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1104442102(__this, p0, method) (( bool (*) (Dictionary_2_t815652591 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1002844470(__this, p0, p1, method) (( void (*) (Dictionary_2_t815652591 *, String_t*, CResTaskItem_t1030396292 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m673108212(__this, method) (( void (*) (Dictionary_2_t815652591 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3885485170(__this, p0, p1, method) (( bool (*) (Dictionary_2_t815652591 *, String_t*, CResTaskItem_t1030396292 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m948103576(__this, p0, method) (( bool (*) (Dictionary_2_t815652591 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m1399450161_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m2662064459(__this, method) (( int32_t (*) (Dictionary_2_t815652591 *, const RuntimeMethod*))Dictionary_2_get_Count_m2424847318_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m646526115(__this, method) (( Enumerator_t2769835366 (*) (Dictionary_2_t815652591 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m403781308(__this, method) (( KeyValuePair_2_t3213324758 (*) (Enumerator_t2769835366 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2941004086(__this, method) (( String_t* (*) (KeyValuePair_2_t3213324758 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m499659750(__this, method) (( bool (*) (Enumerator_t2769835366 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m1444266705(__this, method) (( void (*) (BetterList_1_t1380830171 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1323933295(__this, method) (( void (*) (Dictionary_2_t1759717005 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // DMCore.Framework.CModuleManager DMCore.Framework.CModuleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CModuleManager_t4250936907 * CModuleManager_GetInstance_m930106955 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.CModuleManager::IfUIPkgMode() extern "C" IL2CPP_METHOD_ATTR bool CModuleManager_IfUIPkgMode_m3455801289 (CModuleManager_t4250936907 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService__ctor_m1677904679 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsHighQuality_m3319450917 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemTool_t575361936 * CSystemTool_GetInstance_m3874669591 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m753199307(__this, method) (( Enumerator_t3713899780 (*) (Dictionary_2_t1759717005 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1880664885(__this, method) (( KeyValuePair_2_t4157389172 (*) (Enumerator_t3713899780 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2350282911(__this, method) (( UIPkgItem_t2226003982 * (*) (KeyValuePair_2_t4157389172 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean DMCore.Framework.Resource.CUIPkgService/UIPkgItem::TryDestroy() extern "C" IL2CPP_METHOD_ATTR bool UIPkgItem_TryDestroy_m843435568 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m284988412(__this, method) (( CGUID_t2225809853 * (*) (KeyValuePair_2_t4157389172 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m701758901(__this, method) (( bool (*) (Enumerator_t3713899780 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2369393969(__this, p0, method) (( bool (*) (Dictionary_2_t1759717005 *, CGUID_t2225809853 *, const RuntimeMethod*))Dictionary_2_Remove_m1399450161_gshared)(__this, p0, method) // System.String DMCore.Framework.CModuleManager::GetFitfunResPath() extern "C" IL2CPP_METHOD_ATTR String_t* CModuleManager_GetFitfunResPath_m3300485628 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String CPluginCallAdapter::DoPluginGetFunc(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPluginCallAdapter_DoPluginGetFunc_m454277589 (RuntimeObject * __this /* static, unused */, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64String_m3685135396 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CUIPkgService::InitFromXml(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_InitFromXml_m2908731645 (CUIPkgService_t1582475416 * __this, XmlDocument_t2837193595 * ___doc0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResInfoService::DeSerialFromXML(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void CResInfoService_DeSerialFromXML_m1571756920 (CResInfoService_t2957775811 * __this, XmlNode_t3767805227 * ___root0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CResDependenceService::DeSerialFromXML(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void CResDependenceService_DeSerialFromXML_m335741761 (CResDependenceService_t3767720809 * __this, XmlNode_t3767805227 * ___root0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::ForceDestroy() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_ForceDestroy_m1770933531 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3845912873(__this, method) (( void (*) (Dictionary_2_t1759717005 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void UnityEngine.AssetBundle::Unload(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AssetBundle_Unload_m2234810374 (AssetBundle_t1153907252 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService::LoadAB(System.String) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * CUIPkgService_LoadAB_m1911460452 (RuntimeObject * __this /* static, unused */, String_t* ___strPath0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CShaderHelp::Clear() extern "C" IL2CPP_METHOD_ATTR void CShaderHelp_Clear_m272434068 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Object[] UnityEngine.AssetBundle::LoadAllAssets() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t1417781964* AssetBundle_LoadAllAssets_m3239956559 (AssetBundle_t1153907252 * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CShaderHelp::PushShader(System.String,UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void CShaderHelp_PushShader_m3509437167 (RuntimeObject * __this /* static, unused */, String_t* ___name0, Shader_t4151988712 * ___shaderVal1, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2359609904 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() extern "C" IL2CPP_METHOD_ATTR int32_t Application_get_platform_m2150679437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Material::get_shader() extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * Material_get_shader_m1331119247 (Material_t340375123 * __this, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Shader::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * Shader_Find_m2092206247 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_shader(UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void Material_set_shader_m1402562841 (Material_t340375123 * __this, Shader_t4151988712 * p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::SetResToHoldOn(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_SetResToHoldOn_m61144827 (CUIPkgService_t1582475416 * __this, String_t* ___resName0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::NativePreLoadAB(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_NativePreLoadAB_m3436173643 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___guidVal0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3819757129(__this, p0, method) (( bool (*) (Dictionary_2_t1759717005 *, CGUID_t2225809853 *, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::.ctor(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void UIPkgItem__ctor_m333770686 (UIPkgItem_t2226003982 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m164504696(__this, p0, p1, method) (( void (*) (Dictionary_2_t1759717005 *, CGUID_t2225809853 *, UIPkgItem_t2226003982 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Resource.CUIPkgService::PushCache(DMCore.Framework.Misc.CGUID,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_PushCache_m3209660952 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___guid0, bool ___ifRoot1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3086320419(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1759717005 *, CGUID_t2225809853 *, UIPkgItem_t2226003982 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Resource.CUIPkgService::AddRef(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_AddRef_m1749962024 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService/UIPkgItem::GetObject() extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * UIPkgItem_GetObject_m3120455674 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CUIPkgService::Release(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_Release_m3262367841 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1230384389(__this, method) (( void (*) (List_1_t3697884595 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m510068740(__this, method) (( void (*) (BetterList_1_t1380830171 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // System.String DMCore.Framework.Resource.CResInfoService::GetResPathByGUID(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR String_t* CResInfoService_GetResPathByGUID_m655574688 (CResInfoService_t2957775811 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m471470218(__this, p0, method) (( void (*) (BetterList_1_t1380830171 *, CGUID_t2225809853 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3985377797(__this, p0, method) (( CGUID_t2225809853 * (*) (BetterList_1_t1380830171 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m4111828752(__this, p0, method) (( UIPkgItem_t2226003982 * (*) (Dictionary_2_t1759717005 *, CGUID_t2225809853 *, const RuntimeMethod*))Dictionary_2_get_Item_m1170170947_gshared)(__this, p0, method) // System.String DMCore.Framework.Resource.CUIPkgService::GetPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CUIPkgService_GetPath_m3771124676 (RuntimeObject * __this /* static, unused */, String_t* ___itemPathName0, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.Resource.CUIPkgService::AllocMemory(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CUIPkgService_AllocMemory_m59595597 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // UnityEngine.AssetBundle UnityEngine.AssetBundle::LoadFromMemory(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * AssetBundle_LoadFromMemory_m4030851973 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Resource.CUIPkgService/UIPkgItem::AddRef() extern "C" IL2CPP_METHOD_ATTR int32_t UIPkgItem_AddRef_m428441896 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::Release() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_Release_m598213588 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::DoLoadAB() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_DoLoadAB_m54031618 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.AssetBundle::get_mainAsset() extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * AssetBundle_get_mainAsset_m3618036553 (AssetBundle_t1153907252 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::UnLoadAb() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_UnLoadAb_m950930346 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method); // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService::LoadAB(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * CUIPkgService_LoadAB_m3040764350 (RuntimeObject * __this /* static, unused */, CGUID_t2225809853 * ___id0, const RuntimeMethod* method); // DMCore.Framework.Resource.enumResType DMCore.Framework.Resource.CResInfo::GetResType() extern "C" IL2CPP_METHOD_ATTR int32_t CResInfo_GetResType_m2369583635 (CResInfo_t965999607 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(__this, method) (( UIAtlas_t3195533529 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // UnityEngine.Material UIAtlas::get_spriteMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * UIAtlas_get_spriteMaterial_m3532664059 (UIAtlas_t3195533529 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::.ctor() extern "C" IL2CPP_METHOD_ATTR void IResHelp__ctor_m1794754904 (IResHelp_t377823252 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m311915619(__this, method) (( void (*) (Dictionary_2_t2736202052 *, const RuntimeMethod*))Dictionary_2_Clear_m3483845403_gshared)(__this, method) // System.Boolean DMCore.Framework.Resource.CUIPkgService::PushCache(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_PushCache_m2421388888 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.IHelp::GetResManager() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IHelp_GetResManager_m1508557610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Contains_m1147431944 (String_t* __this, String_t* p0, const RuntimeMethod* method); // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResourceAdapter_t3687212940 * CResourceAdapter_GetInstance_m3328036836 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfUsePkgSystem() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfUsePkgSystem_m1147199107 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.IHelp::GetSceneManager() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * IHelp_GetSceneManager_m309394095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::GetRoleObj(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_GetRoleObj_m3880305570 (CSceneService_t551449725 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::ClearAllProtectedRes() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_ClearAllProtectedRes_m142422286 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CPkgResService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPkgResService__ctor_m649575462 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::BeginHighMode() extern "C" IL2CPP_METHOD_ATTR void IResHelp_BeginHighMode_m3683702927 (IResHelp_t377823252 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::EndHighMode() extern "C" IL2CPP_METHOD_ATTR void IResHelp_EndHighMode_m2602551513 (IResHelp_t377823252 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.IResHelp::IfHighMode() extern "C" IL2CPP_METHOD_ATTR bool IResHelp_IfHighMode_m1754236363 (IResHelp_t377823252 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::PushProtecedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResHelp_PushProtecedRes_m722630879 (IResHelp_t377823252 * __this, String_t* ___resName0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::ClearAllProtectedRes() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllProtectedRes_m2887695512 (IResHelp_t377823252 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::ClearProtectedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearProtectedRes_m994482145 (IResHelp_t377823252 * __this, String_t* ___resName0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_Sex_m3718099394 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_Category() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_Category_m2094546247 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_SubIndex() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_SubIndex_m786032553 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.AvatarInfo::GetFullName() extern "C" IL2CPP_METHOD_ATTR String_t* AvatarInfo_GetFullName_m2182792055 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.AvatarInfo::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_set_Sex_m2113589325 (AvatarInfo_t571832948 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.AvatarInfo::set_Category(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_set_Category_m3554595470 (AvatarInfo_t571832948 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.AvatarInfo::set_SubIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_set_SubIndex_m3739128117 (AvatarInfo_t571832948 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.AvatarInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void AvatarInfo__ctor_m89811936 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.AvatarInfo::Copy(DMCore.Framework.Scene.AvatarInfo) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_Copy_m2518946250 (AvatarInfo_t571832948 * __this, AvatarInfo_t571832948 * ___other0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarBinding::set_BindTargetMain(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding_set_BindTargetMain_m1599941329 (CAvatarBinding_t1216096343 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarBinding::set_BindTargetFollow(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding_set_BindTargetFollow_m3615947060 (CAvatarBinding_t1216096343 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarBinding::set_BindBoneName(System.String) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding_set_BindBoneName_m617203738 (CAvatarBinding_t1216096343 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m918346189(__this, method) (( void (*) (Dictionary_2_t422021773 *, const RuntimeMethod*))Dictionary_2__ctor_m1313274916_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CAvatarSite::set_SceneRole(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_set_SceneRole_m4174846222 (CAvatarSite_t1752665925 * __this, ISceneRole_t2394225724 * ___value0, const RuntimeMethod* method); // UnityEngine.Material DMCore.Framework.Scene.CAvatarSite::InvokSkin(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * CAvatarSite_InvokSkin_m357358108 (CAvatarSite_t1752665925 * __this, int32_t ___cate0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m891176621(__this, p0, p1, method) (( bool (*) (Dictionary_2_t422021773 *, int32_t, Material_t340375123 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m1088848393_gshared)(__this, p0, p1, method) // UnityEngine.Material DMCore.Framework.Scene.CAvatarSite::FindSkin(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * CAvatarSite_FindSkin_m2466203909 (CAvatarSite_t1752665925 * __this, int32_t ___cate0, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void Material_set_mainTexture_m544811714 (Material_t340375123 * __this, Texture_t3661962703 * p0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CAvatarSite::get_SceneRole() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CAvatarSite_get_SceneRole_m3958887413 (CAvatarSite_t1752665925 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m1662457592 (Material_t340375123 * __this, Shader_t4151988712 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2480985708(__this, p0, p1, method) (( void (*) (Dictionary_2_t422021773 *, int32_t, Material_t340375123 *, const RuntimeMethod*))Dictionary_2_Add_m3277651417_gshared)(__this, p0, p1, method) // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4247274435(__this, method) (( void (*) (Dictionary_2_t736164020 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CInteractionAnimCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionAnimCfg__ctor_m3840096717 (CInteractionAnimCfg_t581781419 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3357594170(__this, method) (( void (*) (Dictionary_2_t736164020 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CInteractionAnimCfg::ReadCfg() extern "C" IL2CPP_METHOD_ATTR void CInteractionAnimCfg_ReadCfg_m3716048160 (CInteractionAnimCfg_t581781419 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m615546817(__this, p0, p1, method) (( bool (*) (Dictionary_2_t736164020 *, int32_t, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.String DMCore.Framework.Scene.CInteractionAnimCfg::ToModelSkeletonInteractionAnimName(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractionAnimCfg_ToModelSkeletonInteractionAnimName_m2409460718 (RuntimeObject * __this /* static, unused */, int32_t ___sceneID0, String_t* ___animName1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m460306020(__this, method) (( Enumerator_t2690346795 (*) (Dictionary_2_t736164020 *, 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_m1579029842(__this, method) (( KeyValuePair_2_t3133836187 (*) (Enumerator_t2690346795 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1551132002(__this, method) (( String_t* (*) (KeyValuePair_2_t3133836187 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.String DMCore.Framework.Scene.CInteractionAnimCfg::ToFullInteractionAnimName(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897 (RuntimeObject * __this /* static, unused */, int32_t ___sceneID0, String_t* ___animName1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m4038695978(__this, method) (( bool (*) (Enumerator_t2690346795 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m3145560403 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, const RuntimeMethod* method); // System.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2461861952(__this, p0, p1, method) (( void (*) (Dictionary_2_t736164020 *, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Misc.CLogHelp::LogAuto(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogAuto_m2403746865 (CLogHelp_t779629444 * __this, String_t* ___strLog0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m834836249(__this, method) (( void (*) (Dictionary_2_t828945481 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m804839253(__this, method) (( void (*) (List_1_t4246034554 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisAnimation_t3648466861_m4214971628(__this, method) (( Animation_t3648466861 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2037720456(__this, method) (( void (*) (Dictionary_2_t828945481 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1706665023(__this, method) (( Enumerator_t2783128256 (*) (Dictionary_2_t828945481 *, 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_m2453034210(__this, method) (( KeyValuePair_2_t3226617648 (*) (Enumerator_t2783128256 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m171705663(__this, method) (( CInteractionCliderItem_t1940232150 * (*) (KeyValuePair_2_t3226617648 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Boolean DMCore.Framework.Scene.CInteractionCliderItem::Intersect(UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR bool CInteractionCliderItem_Intersect_m3843812204 (CInteractionCliderItem_t1940232150 * __this, Ray_t3785851493 ___rayVal0, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionCliderItem::GetCenter() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CInteractionCliderItem_GetCenter_m3757805819 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::Set(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3_Set_m1737058353 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m702962296(__this, method) (( int32_t (*) (KeyValuePair_2_t3226617648 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m243770870(__this, method) (( bool (*) (Enumerator_t2783128256 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m280260391(__this, p0, p1, method) (( bool (*) (Dictionary_2_t828945481 *, int32_t, CInteractionCliderItem_t1940232150 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CInteractionCliderItem::.ctor(DMCore.Framework.Scene.CInteractionCliderGroup) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderItem__ctor_m4245697451 (CInteractionCliderItem_t1940232150 * __this, CInteractionCliderGroup_t327998540 * ___group0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3561636581(__this, p0, p1, method) (( void (*) (Dictionary_2_t828945481 *, int32_t, CInteractionCliderItem_t1940232150 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439(__this, method) (( MeshRenderer_t587009260 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CInteractionCliderGroup/CHightLightData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHightLightData__ctor_m140461447 (CHightLightData_t2773959812 * __this, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * Renderer_get_sharedMaterial_m1936632411 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m733627281(__this, p0, method) (( void (*) (List_1_t4246034554 *, CHightLightData_t2773959812 *, 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_m2049457194(__this, p0, method) (( CHightLightData_t2773959812 * (*) (List_1_t4246034554 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // UnityEngine.Shader DMCore.Framework.Misc.CShaderHelp::FindShader(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * CShaderHelp_FindShader_m3868927619 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Material::CopyPropertiesFromMaterial(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Material_CopyPropertiesFromMaterial_m2896226580 (Material_t340375123 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // UnityEngine.Texture UnityEngine.Material::get_mainTexture() extern "C" IL2CPP_METHOD_ATTR Texture_t3661962703 * Material_get_mainTexture_m692510677 (Material_t340375123 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Material::HasProperty(System.String) extern "C" IL2CPP_METHOD_ATTR bool Material_HasProperty_m2704238996 (Material_t340375123 * __this, String_t* p0, const RuntimeMethod* method); // System.Single UnityEngine.Material::GetFloat(System.String) extern "C" IL2CPP_METHOD_ATTR float Material_GetFloat_m2210875428 (Material_t340375123 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void Material_SetFloat_m3226510453 (Material_t340375123 * __this, String_t* p0, float p1, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_m2374163090 (Renderer_t2627027031 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3036331292(__this, method) (( int32_t (*) (List_1_t4246034554 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1664421400(__this, method) (( void (*) (List_1_t2266899006 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1322609822(__this, method) (( void (*) (List_1_t2266899006 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2116331374(__this, p0, method) (( void (*) (List_1_t2266899006 *, DMCliderBase_t794824264 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, 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.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CInteractionCliderGroup::IsValidGroupMoving() extern "C" IL2CPP_METHOD_ATTR bool CInteractionCliderGroup_IsValidGroupMoving_m1901927391 (CInteractionCliderGroup_t327998540 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3920255031(__this, p0, method) (( DMCliderBase_t794824264 * (*) (List_1_t2266899006 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1136297764(__this, method) (( int32_t (*) (List_1_t2266899006 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CWalkEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWalkEvent__ctor_m2524678992 (CWalkEvent_t1212470810 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneRole::GetChangeModel() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetChangeModel_m941892506 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextHelp_t3119637808 * CTextHelp_GetInstance_m3392996374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m372251958 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // System.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.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::Push(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1044129115 (CDataArray_t4068198041 * __this, float ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CWalkEvent::OnGetMsg(DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CWalkEvent_OnGetMsg_m3522864474 (CWalkEvent_t1212470810 * __this, CDataArray_t4068198041 * ___msg0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetInt_m1111369473 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int32_t ___defaultVal1, const RuntimeMethod* method); // DMCore.Logic.CRecreationManager DMCore.Logic.CRecreationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRecreationManager_t3180859335 * CRecreationManager_GetInstance_m1458318159 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CRecreationManager::PlayerOnClick(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRecreationManager_PlayerOnClick_m1262622214 (CRecreationManager_t3180859335 * __this, int64_t ___userid0, int32_t ___ID1, const RuntimeMethod* method); // System.Single DMCore.CDataArray::GetFloat(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR float CDataArray_GetFloat_m2138633744 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, float ___defaultVal1, 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.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.CDataProperty::Add(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m837145387 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::AddRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_AddRoleState_m2943967725 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkManager DMCore.Framework.Scene.CWalkManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWalkManager_t3228361237 * CWalkManager_GetInstance_m2470367946 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CInteractionRange DMCore.Framework.Scene.CWalkManager::GetInteractionRange() extern "C" IL2CPP_METHOD_ATTR CInteractionRange_t868014233 * CWalkManager_GetInteractionRange_m3832850933 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CInteractionCliderItem DMCore.Framework.Scene.CInteractionRange::FindInteracionCliderItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderItem_t1940232150 * CInteractionRange_FindInteracionCliderItem_m4137299991 (CInteractionRange_t868014233 * __this, int32_t ___InteractionID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::SetInfo(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_SetInfo_m752624831 (CWalkEvent_t1212470810 * __this, Vector3_t3722313464 ___targetPos0, Vector3_t3722313464 ___beginPos1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::CheckRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_CheckRoleState_m2983555996 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::OnInit(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnInit_m247998893 (CWalkEvent_t1212470810 * __this, ISceneRole_t2394225724 * ___sceneRole0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::RemoveRoleState(DMCore.Framework.Scene.enumRoleState) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_RemoveRoleState_m1533657667 (ISceneBaseObj_t858622483 * __this, int32_t ___state0, const RuntimeMethod* method); // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionCliderItem::GetGroupOwner() extern "C" IL2CPP_METHOD_ATTR CInteractionCliderGroup_t327998540 * CInteractionCliderItem_GetGroupOwner_m288223370 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetMovingInteraction(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetMovingInteraction_m3114680788 (ISceneRole_t2394225724 * __this, int32_t ___interactionID0, const RuntimeMethod* method); // DMCore.Framework.Scene.CWalkCamera DMCore.Framework.Scene.CWalkManager::GetWalkCamera() extern "C" IL2CPP_METHOD_ATTR CWalkCamera_t1176337330 * CWalkManager_GetWalkCamera_m2368173090 (CWalkManager_t3228361237 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::SetFollowCamera(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_SetFollowCamera_m3257888760 (CWalkCamera_t1176337330 * __this, bool ___bEnableFollow0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkCamera::FlushFollowCamera() extern "C" IL2CPP_METHOD_ATTR void CWalkCamera_FlushFollowCamera_m20976819 (CWalkCamera_t1176337330 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::_OnTickDynamicTarget(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent__OnTickDynamicTarget_m847422151 (CWalkEvent_t1212470810 * __this, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CWalkEvent::OnTickMove(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_OnTickMove_m2897709827 (CWalkEvent_t1212470810 * __this, ISceneBaseObj_t858622483 * ___role0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionEvent::OnEndAnimPosition(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent_OnEndAnimPosition_m1149693587 (CInteractionEvent_t1132726501 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion DMCore.Framework.Scene.CInteractionCliderItem::GetRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 CInteractionCliderItem_GetRotation_m1600691375 (CInteractionCliderItem_t1940232150 * __this, 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); // 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); // DMCore.Framework.Scene.CInteractionAnimCfg DMCore.Framework.Scene.CInteractionAnimCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractionAnimCfg_t581781419 * CInteractionAnimCfg_GetInstance_m3690882951 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CInteractionAnimCfg::GetInteractionAnim(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractionAnimCfg_GetInteractionAnim_m1861740546 (CInteractionAnimCfg_t581781419 * __this, int32_t ___ptIndex0, bool ___male1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetIdleAnim_m1936918694 (ISceneBaseObj_t858622483 * __this, String_t* ___animName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m942932118(__this, method) (( void (*) (Dictionary_2_t3511679167 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m253764666(__this, method) (( void (*) (Dictionary_2_t3511679167 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionRange::FindInteracionCliderGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderGroup_t327998540 * CInteractionRange_FindInteracionCliderGroup_m695622543 (CInteractionRange_t868014233 * __this, int32_t ___groupID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::HighLightGameObj(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup_HighLightGameObj_m2405869832 (CInteractionCliderGroup_t327998540 * __this, bool ___bHighLight0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m4291242523(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3511679167 *, int32_t, CInteractionCliderGroup_t327998540 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup__ctor_m2258224976 (CInteractionCliderGroup_t327998540 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2524445884(__this, p0, p1, method) (( void (*) (Dictionary_2_t3511679167 *, int32_t, CInteractionCliderGroup_t327998540 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3629281872(__this, method) (( Enumerator_t1170894646 (*) (Dictionary_2_t3511679167 *, 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_m909559613(__this, method) (( KeyValuePair_2_t1614384038 (*) (Enumerator_t1170894646 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2364469770(__this, method) (( CInteractionCliderGroup_t327998540 * (*) (KeyValuePair_2_t1614384038 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // DMCore.Framework.Scene.CInteractionCliderItem DMCore.Framework.Scene.CInteractionCliderGroup::FindInteracionCliderItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderItem_t1940232150 * CInteractionCliderGroup_FindInteracionCliderItem_m4175720479 (CInteractionCliderGroup_t327998540 * __this, int32_t ___InteractionID0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m2473172785(__this, method) (( bool (*) (Enumerator_t1170894646 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Int32 DMCore.Framework.Scene.CInteractionCliderGroup::Intersect(UnityEngine.Ray,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionCliderGroup_Intersect_m1050744298 (CInteractionCliderGroup_t327998540 * __this, Ray_t3785851493 ___rayVal0, Vector3_t3722313464 * ___result1, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m4181252159(__this, method) (( int32_t (*) (KeyValuePair_2_t1614384038 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CWalkEvent::SetInfo(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void CWalkEvent_SetInfo_m2153912549 (CWalkEvent_t1212470810 * __this, Vector3_t3722313464 ___targetPos0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m636942458(__this, method) (( void (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2__ctor_m636942458_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1535364901(__this, p0, p1, method) (( void (*) (Dictionary_2_t1839659084 *, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1535364901_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CJuniorRoleModelItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CJuniorRoleModelItem__ctor_m1218319336 (CJuniorRoleModelItem_t636793867 * __this, const RuntimeMethod* 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) // System.Void DMCore.Framework.Scene.ISceneRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneRole__ctor_m212722519 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetEnable_m286995857 (ISceneRole_t2394225724 * __this, bool ___enableNow0, const RuntimeMethod* method); // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetManager::get_IsCurrentFollowPetVisible() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsCurrentFollowPetVisible_m3239205197 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentFollowedPet() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentFollowedPet_m3456142787 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SubmitToScene_m1879067220 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::OnReady() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnReady_m3957853243 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::OnNetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnNetPropChangeBefore_m86535089 (ISceneRole_t2394225724 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CPropData::GetInt() extern "C" IL2CPP_METHOD_ATTR int32_t CPropData_GetInt_m2221393311 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // DMCore.Logic.CurrencyUnit DMCore.Logic.CurrencyGetManager::get_Gold() extern "C" IL2CPP_METHOD_ATTR CurrencyUnit_t374561803 * CurrencyGetManager_get_Gold_m2364791842 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Scene.CPropData::GetLong() extern "C" IL2CPP_METHOD_ATTR int64_t CPropData_GetLong_m2266891612 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CurrencyUnit::SetValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CurrencyUnit_SetValue_m3000993371 (CurrencyUnit_t374561803 * __this, int64_t ___curValue0, const RuntimeMethod* method); // DMCore.Logic.CurrencyUnit DMCore.Logic.CurrencyGetManager::get_Diamond() extern "C" IL2CPP_METHOD_ATTR CurrencyUnit_t374561803 * CurrencyGetManager_get_Diamond_m3411783414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CurrencyUnit DMCore.Logic.CurrencyGetManager::get_BindDiamond() extern "C" IL2CPP_METHOD_ATTR CurrencyUnit_t374561803 * CurrencyGetManager_get_BindDiamond_m1902173397 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CEnergyManager DMCore.Logic.CEnergyManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CEnergyManager_t1133571008 * CEnergyManager_GetInstance_m679002328 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CEnergyManager::ResetWaitingSign() extern "C" IL2CPP_METHOD_ATTR void CEnergyManager_ResetWaitingSign_m1901089529 (CEnergyManager_t1133571008 * __this, const RuntimeMethod* method); // DMCore.Logic.CurrencyUnit DMCore.Logic.CurrencyGetManager::get_Energy() extern "C" IL2CPP_METHOD_ATTR CurrencyUnit_t374561803 * CurrencyGetManager_get_Energy_m1066535480 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CCustomizationManager DMCore.Logic.CCustomizationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CCustomizationManager_t450932257 * CCustomizationManager_GetInstance_m2414113504 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CCustomizationManager::ChangeEquipState(DMCore.Logic.enumCustomizationType,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CCustomizationManager_ChangeEquipState_m2216894511 (CCustomizationManager_t450932257 * __this, int32_t ___type0, int32_t ___itemID1, bool ___isEquip2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::OnNetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_OnNetPropChangeEnd_m4201829603 (ISceneRole_t2394225724 * __this, String_t* ___key0, 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); // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLevelManager_t3077608201 * CLevelManager_GetInstance_m3233027795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Level.CLevelManager::IsLevel(System.String) extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_IsLevel_m3139716542 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::InitRoleEffect() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_InitRoleEffect_m2798063024 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CActivityManager::get_CurrentActivityID() extern "C" IL2CPP_METHOD_ATTR int32_t CActivityManager_get_CurrentActivityID_m3602037195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CActivityManager_t1081296145 * CActivityManager_GetInstance_m2243292784 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityManager::RequestActivityDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CActivityManager_RequestActivityDetail_m4182042270 (CActivityManager_t1081296145 * __this, int32_t ___activity_id0, const RuntimeMethod* method); // System.Single DMCore.Framework.Scene.CProperty::GetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CProperty_GetFloat_m1137832604 (CProperty_t963755051 * __this, String_t* ___propname0, float ___fDefault1, const RuntimeMethod* method); // System.Void DMCore.Logic.CRechargeConfig::set_IsRechargeUnitChange(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRechargeConfig_set_IsRechargeUnitChange_m2895514927 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveManager_t3058433014 * CPveManager_GetInstance_m1165268867 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::OnFreshStoryIndex() extern "C" IL2CPP_METHOD_ATTR void CPveManager_OnFreshStoryIndex_m1266103727 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // DMCore.Logic.CWishFountainMgr DMCore.Logic.CWishFountainMgr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWishFountainMgr_t2594140948 * CWishFountainMgr_GetInstance_m525250956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CWishFountainMgr::set_IsLegendItemTimesChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWishFountainMgr_set_IsLegendItemTimesChanged_m1822968687 (CWishFountainMgr_t2594140948 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CUserGuideHelp DMCore.Logic.CUserGuideHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUserGuideHelp_t3161639665 * CUserGuideHelp_GetInstance_m275027335 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CUserGuideHelp::FreshServerData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUserGuideHelp_FreshServerData_m2645654840 (CUserGuideHelp_t3161639665 * __this, int32_t ___nMainStep0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_CurrentFollowedPet(DMCore.Framework.Scene.ISceneNpcBase) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentFollowedPet_m203938961 (CPetManager_t2941415134 * __this, ISceneNpcBase_t3974693970 * ___value0, const RuntimeMethod* method); // CLeDouApi CLeDouApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLeDouApi_t315808977 * CLeDouApi_GetInstance_m2327091180 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CLeDouApi::UpdateUserInfo() extern "C" IL2CPP_METHOD_ATTR void CLeDouApi_UpdateUserInfo_m2047312392 (CLeDouApi_t315808977 * __this, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::SetRoleLevelChangeTime(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_SetRoleLevelChangeTime_m478925230 (RuntimeObject * __this /* static, unused */, String_t* ___roleLevelChangeTime0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::LevelChange() extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_LevelChange_m2014098220 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CRechargeConfig::set_IsNeedRefreshData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRechargeConfig_set_IsNeedRefreshData_m2028424392 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase__ctor_m3249419378 (ISceneNpcBase_t3974693970 * __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); // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionConfig_t1976691651 * CPetActionConfig_GetInstance_m684232195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Logic.CPetActionConfig::GetWalkSpeedByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetWalkSpeedByModelID_m2905732202 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Single DMCore.Logic.CPetActionConfig::GetSafeDistanceByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetSafeDistanceByModelID_m3623398094 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::SetFollowInfo(System.Int64,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_SetFollowInfo_m4234412816 (ISceneNpcBase_t3974693970 * __this, int64_t ___targetID0, float ___speed1, float ___safeDistance2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::set_IsSubmitAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_set_IsSubmitAlready_m475230837 (ISceneNpcBase_t3974693970 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_LoadingResource_m2169387502 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int16) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m658425501 (RuntimeObject * __this /* static, unused */, int16_t p0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1040762521 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Single) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m692533364 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int64) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m4144088731 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Double) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m3693159656 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Char) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1603262885 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Byte DMCore.Framework.Scene.CPropData::GetByte() extern "C" IL2CPP_METHOD_ATTR uint8_t CPropData_GetByte_m1431947455 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.String System.Byte::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m721125428 (uint8_t* __this, const RuntimeMethod* method); // System.Int16 DMCore.Framework.Scene.CPropData::GetShort() extern "C" IL2CPP_METHOD_ATTR int16_t CPropData_GetShort_m3087529730 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.String System.Int16::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1270547562 (int16_t* __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Scene.CPropData::GetFloat() extern "C" IL2CPP_METHOD_ATTR float CPropData_GetFloat_m771401142 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.String System.Single::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method); // System.Double DMCore.Framework.Scene.CPropData::GetDouble() extern "C" IL2CPP_METHOD_ATTR double CPropData_GetDouble_m2540283860 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.String System.Double::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1229922074 (double* __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CPropData::GetWideStr() extern "C" IL2CPP_METHOD_ATTR String_t* CPropData_GetWideStr_m1287876811 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_m2376388426 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m1089563119 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m2597008633 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Int64 System.BitConverter::ToInt64(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t BitConverter_ToInt64_m349022421 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Double System.BitConverter::ToDouble(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR double BitConverter_ToDouble_m527296068 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Char System.BitConverter::ToChar(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar BitConverter_ToChar_m1348346703 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3396936566(__this, method) (( void (*) (Dictionary_2_t1380571261 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>>::.ctor() #define Dictionary_2__ctor_m3902632772(__this, method) (( void (*) (Dictionary_2_t3277249325 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void CBetterSet`1>::.ctor() #define CBetterSet_1__ctor_m4263628253(__this, method) (( void (*) (CBetterSet_1_t433888323 *, const RuntimeMethod*))CBetterSet_1__ctor_m3680932930_gshared)(__this, method) // System.Void CBetterSet`1>::.ctor() #define CBetterSet_1__ctor_m1827870712(__this, method) (( void (*) (CBetterSet_1_t2134195988 *, const RuntimeMethod*))CBetterSet_1__ctor_m3680932930_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2>>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m4261317981(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3277249325 *, String_t*, List_1_t3491993026 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m2767284949(__this, method) (( void (*) (List_1_t3491993026 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1>::Add(!0) #define List_1_Add_m1484200973(__this, p0, method) (( void (*) (List_1_t3491993026 *, Action_1_t2019918284 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>>::Add(!0,!1) #define Dictionary_2_Add_m3365438223(__this, p0, p1, method) (( void (*) (Dictionary_2_t3277249325 *, String_t*, List_1_t3491993026 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.List`1>::Contains(!0) #define List_1_Contains_m3140780518(__this, p0, method) (( bool (*) (List_1_t3491993026 *, Action_1_t2019918284 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) #define List_1_get_Item_m1527498239(__this, p0, method) (( Action_1_t2019918284 * (*) (List_1_t3491993026 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean System.Delegate::op_Equality(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR bool Delegate_op_Equality_m1690449587 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::RemoveAt(System.Int32) #define List_1_RemoveAt_m1908154893(__this, p0, method) (( void (*) (List_1_t3491993026 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1>::get_Count() #define List_1_get_Count_m2918228514(__this, method) (( int32_t (*) (List_1_t3491993026 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean CBetterSet`1>::Add(T) #define CBetterSet_1_Add_m4147936471(__this, p0, method) (( bool (*) (CBetterSet_1_t433888323 *, Action_2_t319610619 *, const RuntimeMethod*))CBetterSet_1_Add_m908680931_gshared)(__this, p0, method) // System.Boolean CBetterSet`1>::Add(T) #define CBetterSet_1_Add_m550620967(__this, p0, method) (( bool (*) (CBetterSet_1_t2134195988 *, Action_1_t2019918284 *, const RuntimeMethod*))CBetterSet_1_Add_m908680931_gshared)(__this, p0, method) // System.Boolean CBetterSet`1>::Remove(T) #define CBetterSet_1_Remove_m2337834755(__this, p0, method) (( bool (*) (CBetterSet_1_t433888323 *, Action_2_t319610619 *, const RuntimeMethod*))CBetterSet_1_Remove_m1128629941_gshared)(__this, p0, method) // System.Boolean CBetterSet`1>::Remove(T) #define CBetterSet_1_Remove_m1204249383(__this, p0, method) (( bool (*) (CBetterSet_1_t2134195988 *, Action_1_t2019918284 *, const RuntimeMethod*))CBetterSet_1_Remove_m1128629941_gshared)(__this, p0, method) // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int16&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m3956053017 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int16_t* ___val2, const RuntimeMethod* method); // DMCore.emUnitType DMCore.Net.CPropDictionary::GetType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropDictionary_GetType_m2451184835 (RuntimeObject * __this /* static, unused */, int32_t ___nIndex0, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m2119081309 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, uint8_t* ___val2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m3871936572 (CPropData_t2491857930 * __this, int32_t ___type0, uint8_t ___val1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m2542079782 (CPropData_t2491857930 * __this, int32_t ___type0, int16_t ___val1, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m1588559183 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int32_t* ___val2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m2924416810 (CPropData_t2491857930 * __this, int32_t ___type0, int32_t ___val1, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m2983622353 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, float* ___val2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m4207565869 (CPropData_t2491857930 * __this, int32_t ___type0, float ___val1, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m844832638 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, int64_t* ___val2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m1732775720 (CPropData_t2491857930 * __this, int32_t ___type0, int64_t ___val1, const RuntimeMethod* method); // System.Boolean DMCore.Net.Help::Pop(System.Byte[],System.Int32&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool Help_Pop_m507744042 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, String_t** ___val2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m1315372139 (CPropData_t2491857930 * __this, int32_t ___type0, String_t* ___val1, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CProperty::GetKeyName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CProperty_GetKeyName_m3397694788 (CProperty_t963755051 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::_OnPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void CProperty__OnPropChangeBefore_m1370016739 (CProperty_t963755051 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3937622340(__this, p0, p1, method) (( void (*) (Dictionary_2_t1380571261 *, int32_t, CPropData_t2491857930 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CProperty::_OnPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void CProperty__OnPropChangeEnd_m2984876182 (CProperty_t963755051 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3516339024(__this, method) (( void (*) (Dictionary_2_t1380571261 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.CDataProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataProperty__ctor_m4247268200 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1722352057(__this, method) (( Enumerator_t3334754036 (*) (Dictionary_2_t1380571261 *, 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_m3920902114(__this, method) (( KeyValuePair_2_t3778243428 (*) (Enumerator_t3334754036 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m3544428596(__this, method) (( int32_t (*) (KeyValuePair_2_t3778243428 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.String DMCore.Net.CPropDictionary::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropDictionary_GetName_m4069362438 (RuntimeObject * __this /* static, unused */, int32_t ___nIndex0, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m3475328882(__this, method) (( CPropData_t2491857930 * (*) (KeyValuePair_2_t3778243428 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void DMCore.CDataProperty::Add(System.String,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m439020021 (CDataProperty_t2806246268 * __this, String_t* ___key0, int16_t ___value1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m269030806 (CDataProperty_t2806246268 * __this, String_t* ___key0, float ___value1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m2743671346 (CDataProperty_t2806246268 * __this, String_t* ___key0, int64_t ___value1, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m1879965761 (CDataProperty_t2806246268 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3401276680(__this, method) (( bool (*) (Enumerator_t3334754036 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Int32 DMCore.Framework.Scene.CProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetCount_m4271154150 (CProperty_t963755051 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m2711183279 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CPropData::Copy(DMCore.Framework.Scene.CPropData&) extern "C" IL2CPP_METHOD_ATTR void CPropData_Copy_m1222790782 (CPropData_t2491857930 * __this, CPropData_t2491857930 ** ___other0, const RuntimeMethod* method); // System.Boolean DMCore.Net.CPropDictionary::FindIndex(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CPropDictionary_FindIndex_m3693675310 (RuntimeObject * __this /* static, unused */, String_t* ___name0, int32_t* ___nIndex1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2643055924(__this, p0, method) (( bool (*) (Dictionary_2_t1380571261 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m3302086221(__this, method) (( int32_t (*) (Dictionary_2_t1380571261 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Double) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m3415521959 (CPropData_t2491857930 * __this, int32_t ___type0, double ___val1, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m1001218368(__this, p0, method) (( CPropData_t2491857930 * (*) (Dictionary_2_t1380571261 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CProperty/<_OnPropChangeBefore>c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_OnPropChangeBeforeU3Ec__AnonStorey0__ctor_m1802259679 (U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * __this, const RuntimeMethod* method); // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m44358128(__this, p0, p1, method) (( void (*) (Action_1_t492078214 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void CBetterSet`1>::Foreach(System.Action`1) #define CBetterSet_1_Foreach_m390713378(__this, p0, method) (( void (*) (CBetterSet_1_t433888323 *, Action_1_t492078214 *, const RuntimeMethod*))CBetterSet_1_Foreach_m828342831_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CProperty/<_OnPropChangeEnd>c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_OnPropChangeEndU3Ec__AnonStorey1__ctor_m808565895 (U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * __this, const RuntimeMethod* method); // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m3033358938(__this, p0, p1, method) (( void (*) (Action_1_t2192385879 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void CBetterSet`1>::Foreach(System.Action`1) #define CBetterSet_1_Foreach_m3146083753(__this, p0, method) (( void (*) (CBetterSet_1_t2134195988 *, Action_1_t2192385879 *, const RuntimeMethod*))CBetterSet_1_Foreach_m828342831_gshared)(__this, p0, method) // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m3134296422(__this, p0, method) (( void (*) (Action_1_t2019918284 *, String_t*, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, method) // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m772315343(__this, p0, p1, method) (( void (*) (Action_2_t319610619 *, String_t*, CPropData_t2491857930 *, const RuntimeMethod*))Action_2_Invoke_m4187243487_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m438029164(__this, method) (( void (*) (Dictionary_2_t255862997 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // DMCore.Logic.CAvatarEquipManager DMCore.Logic.CAvatarEquipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CAvatarEquipManager_t2125372870 * CAvatarEquipManager_GetInstance_m849068733 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CAvatarEquipManager/OnAvatarInfoChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnAvatarInfoChanged__ctor_m1641417760 (OnAvatarInfoChanged_t3190554017 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.CAvatarEquipManager::OnRegisterListener(DMCore.Logic.CAvatarEquipManager/OnAvatarInfoChanged) extern "C" IL2CPP_METHOD_ATTR void CAvatarEquipManager_OnRegisterListener_m1198733938 (CAvatarEquipManager_t2125372870 * __this, OnAvatarInfoChanged_t3190554017 * ___ptr0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2860046049(__this, p0, method) (( CRoleModelItem_JwelData_t633435960 * (*) (List_1_t2105510702 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m2278381849(__this, p0, method) (( void (*) (List_1_t2105510702 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4027319219(__this, method) (( int32_t (*) (List_1_t2105510702 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // DMCore.Logic.MagicWorkShopConfig DMCore.Logic.MagicWorkShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopConfig_t833590401 * MagicWorkShopConfig_GetInstance_m2722586947 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.JewelData DMCore.Logic.MagicWorkShopConfig::GetJewelDataByJewId(System.Int32) extern "C" IL2CPP_METHOD_ATTR JewelData_t899796350 * MagicWorkShopConfig_GetJewelDataByJewId_m1010733542 (MagicWorkShopConfig_t833590401 * __this, int32_t ___jewelId0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Min_m18103608 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::PlayEffect_Combine(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_PlayEffect_Combine_m1228795781 (CRoleModel_Effect_t71978069 * __this, int32_t ___jdwlType0, int32_t ___effectLevel1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::StopEffect_Combine() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_StopEffect_Combine_m885070161 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1907259251(__this, method) (( Enumerator_t2210045772 (*) (Dictionary_2_t255862997 *, 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_m1847050512(__this, method) (( KeyValuePair_2_t2653535164 (*) (Enumerator_t2210045772 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m163424891(__this, method) (( int32_t (*) (KeyValuePair_2_t2653535164 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2750271603(__this, method) (( roleModelItemEffectData_t1367149666 * (*) (KeyValuePair_2_t2653535164 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData_SetActive_m793896993 (roleModelItemEffectData_t1367149666 * __this, bool ___bActive0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3549278818(__this, method) (( bool (*) (Enumerator_t2210045772 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModel_Effect::PlayEffect_Single(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_PlayEffect_Single_m3274676312 (CRoleModel_Effect_t71978069 * __this, int32_t ___jdwlType0, int32_t ___catogroy1, int32_t ___level2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::StopSingleEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_StopSingleEffect_m2991164974 (CRoleModel_Effect_t71978069 * __this, int32_t ___catogroy0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m650569226(__this, p0, p1, method) (( bool (*) (Dictionary_2_t255862997 *, int32_t, roleModelItemEffectData_t1367149666 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::IsEffectIdAndCateAndLevelSame(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool roleModelItemEffectData_IsEffectIdAndCateAndLevelSame_m2038546560 (roleModelItemEffectData_t1367149666 * __this, int32_t ___eId0, int32_t ___cate1, int32_t ___lev2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::Destroy() extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData_Destroy_m2362522433 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::.ctor() extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData__ctor_m3887886485 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2443990376(__this, p0, p1, method) (( void (*) (Dictionary_2_t255862997 *, int32_t, roleModelItemEffectData_t1367149666 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::SetEffectIdCategoryAndLevel(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData_SetEffectIdCategoryAndLevel_m3665727879 (roleModelItemEffectData_t1367149666 * __this, int32_t ___effectId0, int32_t ___cateGory1, int32_t ___level2, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::CreateEffect(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR bool roleModelItemEffectData_CreateEffect_m949686310 (roleModelItemEffectData_t1367149666 * __this, ISceneRole_t2394225724 * ___m_role0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::_AvatarInfoChanged() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect__AvatarInfoChanged_m4249097244 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnClear() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnClear_m3833516624 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CAvatarEquipManager::OnRemoveListener(DMCore.Logic.CAvatarEquipManager/OnAvatarInfoChanged) extern "C" IL2CPP_METHOD_ATTR void CAvatarEquipManager_OnRemoveListener_m1792948859 (CAvatarEquipManager_t2125372870 * __this, OnAvatarInfoChanged_t3190554017 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_ClearAll_m2134727188 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.CSceneService::GetSceneNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * CSceneService_GetSceneNetProperty_m2882939145 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // DMCore.CAccManager DMCore.IHelp::GetAccManager() extern "C" IL2CPP_METHOD_ATTR CAccManager_t1454736772 * IHelp_GetAccManager_m4068249592 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfDownMode() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfDownMode_m3347988867 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.Int64 DMCore.CDataProperty::GetLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CDataProperty_GetLong_m2096131398 (CDataProperty_t2806246268 * __this, String_t* ___key0, int64_t ___lDefault1, const RuntimeMethod* method); // DMCore.Logic.CAvatarInfo DMCore.Logic.CAvatarEquipManager::GetAvatarInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR CAvatarInfo_t2247402650 * CAvatarEquipManager_GetAvatarInfo_m1514742623 (CAvatarEquipManager_t2125372870 * __this, int64_t ___destUserID0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAvatarInfo::GetCategoryJewelIdDic() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1839659084 * CAvatarInfo_GetCategoryJewelIdDic_m2128003643 (CAvatarInfo_t2247402650 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m722743141(__this, method) (( Enumerator_t3793841859 (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m722743141_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3016812533(__this, method) (( void (*) (List_1_t2105510702 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModelItem_JwelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_JwelData__ctor_m361622602 (CRoleModelItem_JwelData_t633435960 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m46612669(__this, method) (( KeyValuePair_2_t4237331251 (*) (Enumerator_t3793841859 *, const RuntimeMethod*))Enumerator_get_Current_m46612669_gshared)(__this, method) // !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) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2295844663(__this, method) (( int32_t (*) (KeyValuePair_2_t4237331251 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2295844663_gshared)(__this, method) // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CItemManager_t2289463753 * CItemManager_GetInstance_m3712629561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemManager::GetPartIDByClothConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CItemManager_GetPartIDByClothConfigID_m1900109964 (CItemManager_t2289463753 * __this, int32_t ___configID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1647007137(__this, p0, method) (( void (*) (List_1_t2105510702 *, CRoleModelItem_JwelData_t633435960 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3739686686(__this, method) (( bool (*) (Enumerator_t3793841859 *, const RuntimeMethod*))Enumerator_MoveNext_m3739686686_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModel_Effect::FlushJwel(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_FlushJwel_m1906810467 (CRoleModel_Effect_t71978069 * __this, List_1_t2105510702 * ___listJwel0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAvatarInfo::GetEquipCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAvatarInfo_GetEquipCount_m2299617172 (CAvatarInfo_t2247402650 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAvatarInfo::GetEquipByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CAvatarInfo_GetEquipByIndex_m899343583 (CAvatarInfo_t2247402650 * __this, int32_t ___index0, const RuntimeMethod* method); // DMCore.Logic.CItemData DMCore.Logic.CItemManager::GetItemByIDAndIsEquipOn(System.Int32) extern "C" IL2CPP_METHOD_ATTR CItemData_t3599323914 * CItemManager_GetItemByIDAndIsEquipOn_m2551606607 (CItemManager_t2289463753 * __this, int32_t ___configID0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CItemBase::get_property() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CItemBase_get_property_m1472717397 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CAvatarInfo::SetEquipJewelIdDic(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAvatarInfo_SetEquipJewelIdDic_m693434844 (CAvatarInfo_t2247402650 * __this, int32_t ___modelItem0, int32_t ___jewelId1, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfigManager_t3017667155 * CRoleModelItem_SuitConfigManager_GetInstance_m3634792590 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfig DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetSuitCfgToGetParts(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfig_t3912215432 * CRoleModelItem_SuitConfigManager_GetSuitCfgToGetParts_m1686923211 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetItemID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_SuitConfig_GetItemID_m2687720188 (CRoleModelItem_SuitConfig_t3912215432 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_SuitConfig_GetItemCount_m225672488 (CRoleModelItem_SuitConfig_t3912215432 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfig DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetConfigPtr(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfig_t3912215432 * CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, const RuntimeMethod* method); // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopMainManager_t420038521 * MagicWorkShopMainManager_GetInstance_m2608188513 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 CDataModelInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelInt_get_Data_m274101408 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::GetCurrentClothConfigId() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * MagicWorkShopMainManager_GetCurrentClothConfigId_m4294586652 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsEnable_m3745268461 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // 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.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // UnityEngine.GameObject DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::GetCreatGameObj() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * roleModelItemEffectData_GetCreatGameObj_m522146266 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::GetEffectBoneName() extern "C" IL2CPP_METHOD_ATTR String_t* roleModelItemEffectData_GetEffectBoneName_m671404483 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3128220096(__this, method) (( void (*) (Dictionary_2_t255862997 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.String DMCore.Logic.MagicWorkShopConfig::GetEffectPathByJewelId(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* MagicWorkShopConfig_GetEffectPathByJewelId_m3668742739 (MagicWorkShopConfig_t833590401 * __this, int32_t ___efftctId0, int32_t ___category1, int32_t ___level2, const RuntimeMethod* method); // System.String DMCore.Logic.MagicWorkShopConfig::GetPartNameByCategory(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* MagicWorkShopConfig_GetPartNameByCategory_m3850815379 (MagicWorkShopConfig_t833590401 * __this, int32_t ___cateGory0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m3707688467 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m291480324 (Object_t631007953 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m197120899 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_GetChild_m1092972975 (Transform_t3600365921 * __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.Component,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m3161822059 (RuntimeObject * __this /* static, unused */, Component_t1923634451 * ___trans0, bool ___bActive1, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() extern "C" IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m3145433196 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_Destroy_m3726802780 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___target0, const RuntimeMethod* method); // System.Void CMorphImpl::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMorphImpl__ctor_m827975134 (CMorphImpl_t3828941509 * __this, const RuntimeMethod* method); // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::GetEyesMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * CRoleModelFace_GetEyesMaterial_m1025144523 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::OnInitHeadMerph(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnInitHeadMerph_m582212766 (CRoleModelFace_t1285730091 * __this, Transform_t3600365921 * ___modelItemRoot0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185(__this, method) (( SkinnedMeshRenderer_t245602842 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void CMorphImpl::Init(UnityEngine.SkinnedMeshRenderer) extern "C" IL2CPP_METHOD_ATTR void CMorphImpl_Init_m119692156 (CMorphImpl_t3828941509 * __this, SkinnedMeshRenderer_t245602842 * ___render0, const RuntimeMethod* method); // DMCore.Logic.CMerphCfg DMCore.Logic.CMerphCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMerphCfg_t142317149 * CMerphCfg_GetInstance_m514986920 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CMerphIssue DMCore.Logic.CMerphCfg::GetMerph(System.String) extern "C" IL2CPP_METHOD_ATTR CMerphIssue_t1829382496 * CMerphCfg_GetMerph_m1709234944 (CMerphCfg_t142317149 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String DMCore.Logic.CMerphIssue::get_MeshName() extern "C" IL2CPP_METHOD_ATTR String_t* CMerphIssue_get_MeshName_m1227103291 (CMerphIssue_t1829382496 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMerphIssue::get_MerphMode() extern "C" IL2CPP_METHOD_ATTR int32_t CMerphIssue_get_MerphMode_m3171738889 (CMerphIssue_t1829382496 * __this, const RuntimeMethod* method); // System.Single DMCore.Logic.CMerphIssue::get_MerphTime() extern "C" IL2CPP_METHOD_ATTR float CMerphIssue_get_MerphTime_m3409382507 (CMerphIssue_t1829382496 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisMeshFilter_t3523625662_m1718783796(__this, method) (( MeshFilter_t3523625662 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Mesh UnityEngine.MeshFilter::get_sharedMesh() extern "C" IL2CPP_METHOD_ATTR Mesh_t3648964284 * MeshFilter_get_sharedMesh_m1726897210 (MeshFilter_t3523625662 * __this, const RuntimeMethod* method); // System.Void CMorphImpl::PlayMorph(UnityEngine.Mesh,CMorphImpl/MorphPlayMode,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMorphImpl_PlayMorph_m1162649569 (CMorphImpl_t3828941509 * __this, Mesh_t3648964284 * ___target0, int32_t ___playMode1, float ___timeCircle2, bool ___fromOrgState3, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::RecalcNextChangeTime() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_RecalcNextChangeTime_m315187439 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() #define Component_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m3096982528(__this, method) (( SkinnedMeshRendererU5BU5D_t1658669119* (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared)(__this, method) // System.Void CMorphImpl::Destroy() extern "C" IL2CPP_METHOD_ATTR void CMorphImpl_Destroy_m2696655368 (CMorphImpl_t3828941509 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean CMorphImpl::IsPlaying() extern "C" IL2CPP_METHOD_ATTR bool CMorphImpl_IsPlaying_m3371014751 (CMorphImpl_t3828941509 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::PlayHeadMerph(System.String) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_PlayHeadMerph_m2140181552 (CRoleModelFace_t1285730091 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void CMorphImpl::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void CMorphImpl_OnAfterAnimUpdate_m3532825678 (CMorphImpl_t3828941509 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Random_Range_m2202990745 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem/stItemState::.ctor() extern "C" IL2CPP_METHOD_ATTR void stItemState__ctor_m4128138037 (stItemState_t244584211 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnClear() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnClear_m3275867286 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnDestroy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnDestroy_m1465529345 (CRoleModelItem_t1608531946 * __this, bool ___bEnableResume0, const RuntimeMethod* method); // DMCore.Framework.Scene.CAvatarBinding DMCore.Framework.Scene.CRoleModelItem::GetAvatarBinding() extern "C" IL2CPP_METHOD_ATTR CAvatarBinding_t1216096343 * CRoleModelItem_GetAvatarBinding_m1759129545 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsExistBindingTechnique() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsExistBindingTechnique_m4153164527 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool Animation_get_isPlaying_m1022540967 (Animation_t3648466861 * __this, const RuntimeMethod* method); // UnityEngine.AnimationState UnityEngine.Animation::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationState_t1108360407 * Animation_get_Item_m2435218778 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean UnityEngine.TrackedReference::op_Equality(UnityEngine.TrackedReference,UnityEngine.TrackedReference) extern "C" IL2CPP_METHOD_ATTR bool TrackedReference_op_Equality_m3702354772 (RuntimeObject * __this /* static, unused */, TrackedReference_t1199777556 * p0, TrackedReference_t1199777556 * p1, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Animation::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Animation_GetEnumerator_m1233868201 (Animation_t3648466861 * __this, const RuntimeMethod* method); // UnityEngine.AnimationClip UnityEngine.AnimationState::get_clip() extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * AnimationState_get_clip_m3280372436 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.String UnityEngine.AnimationState::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* AnimationState_get_name_m2426172525 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AnimationState::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationState_get_length_m2177740858 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AnimationState::get_time() extern "C" IL2CPP_METHOD_ATTR float AnimationState_get_time_m2889734845 (AnimationState_t1108360407 * __this, const RuntimeMethod* method); // CAnimSite DMCore.Framework.Scene.ISceneBaseObj::GetAnimSite() extern "C" IL2CPP_METHOD_ATTR CAnimSite_t233742424 * ISceneBaseObj_GetAnimSite_m1357014666 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void CAnimSite::FitCurAnimTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimSite_FitCurAnimTime_m2441902213 (CAnimSite_t233742424 * __this, float ___time0, 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); // UnityEngine.Transform DMCore.Framework.Misc.CMiscHelp::FindFirstFromChildren(UnityEngine.Transform,System.String,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CMiscHelp_FindFirstFromChildren_m3318915437 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transRoot0, String_t* ___goName1, Transform_t3600365921 * ___except2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarBinding::.ctor(UnityEngine.Transform,UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding__ctor_m3941942379 (CAvatarBinding_t1216096343 * __this, Transform_t3600365921 * ___main0, Transform_t3600365921 * ___follow1, String_t* ___roleBoneName2, const RuntimeMethod* method); // System.Void CSkeletonSite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSkeletonSite__ctor_m1378794604 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method); // System.Void CSkeletonSite::set_RootBone(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CSkeletonSite_set_RootBone_m4068911538 (CSkeletonSite_t1178137573 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m121978786 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnRoleEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnRoleEnable_m1002368919 (CRoleModelItem_t1608531946 * __this, bool ___bRoleEnableNow0, 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.Boolean UnityEngine.TrackedReference::op_Inequality(UnityEngine.TrackedReference,UnityEngine.TrackedReference) extern "C" IL2CPP_METHOD_ATTR bool TrackedReference_op_Inequality_m832179495 (RuntimeObject * __this /* static, unused */, TrackedReference_t1199777556 * p0, TrackedReference_t1199777556 * p1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemManager::GetSubModelID(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CItemManager_GetSubModelID_m1275366725 (RuntimeObject * __this /* static, unused */, int32_t ___nModelSex0, int32_t ___nSubCategory1, int32_t ___nSubModelIndex2, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemManager::GetSubModelInfo(System.Int32,System.Int32&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CItemManager_GetSubModelInfo_m903145472 (RuntimeObject * __this /* static, unused */, int32_t ___nSubModelId0, int32_t* ___nModelSex1, int32_t* ___nSubCategory2, int32_t* ___nSubModelIndex3, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CProperty::Check(System.String) extern "C" IL2CPP_METHOD_ATTR bool CProperty_Check_m2093268374 (CProperty_t963755051 * __this, String_t* ___propname0, const RuntimeMethod* method); // DMCore.Framework.Misc.CLogHelp DMCore.CRoot::GetLogService() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * CRoot_GetLogService_m687714144 (CRoot_t1043641654 * __this, 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.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::BeginHighMode() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_BeginHighMode_m3631946985 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::ClearModelIns() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ClearModelIns_m416853538 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::ClearModel2Die() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ClearModel2Die_m1426996242 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::ChangeCurSubModel(System.String) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ChangeCurSubModel_m823132492 (CRoleModelItem_t1608531946 * __this, String_t* ___strName0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::SetBeautyEyes(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_SetBeautyEyes_m3837794543 (CRoleModelItem_t1608531946 * __this, int32_t ___eyesID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem/stItemState::Copy(DMCore.Framework.Scene.CRoleModelItem/stItemState) extern "C" IL2CPP_METHOD_ATTR void stItemState_Copy_m2851874576 (stItemState_t244584211 * __this, stItemState_t244584211 * ___other0, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::EndHighMode() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_EndHighMode_m797513702 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsMainResReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsMainResReady_m4220269052 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsAttachedResReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsAttachedResReady_m3237490214 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::PushProtecedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResourceManager_PushProtecedRes_m1596221893 (IResourceManager_t3165642952 * __this, String_t* ___resName0, const RuntimeMethod* method); // DMCore.Framework.Scene.CAvatarSite DMCore.Framework.Scene.ISceneRole::GetAvatarSite() extern "C" IL2CPP_METHOD_ATTR CAvatarSite_t1752665925 * ISceneRole_GetAvatarSite_m1651999730 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CAvatarSite::InvokSockes(UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_InvokSockes_m1306751064 (CAvatarSite_t1752665925 * __this, Texture_t3661962703 * ___textureVal0, 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); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisAnimation_t3648466861_m2689494502(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void UnityEngine.Animation::set_playAutomatically(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Animation_set_playAutomatically_m3664844654 (Animation_t3648466861 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.AnimationClip UnityEngine.Animation::GetClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * Animation_GetClip_m732294439 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::AddClip(UnityEngine.AnimationClip,System.String) extern "C" IL2CPP_METHOD_ATTR void Animation_AddClip_m2720317275 (Animation_t3648466861 * __this, AnimationClip_t2318505987 * p0, String_t* p1, const RuntimeMethod* method); // System.Void UnityEngine.Animation::set_clip(UnityEngine.AnimationClip) extern "C" IL2CPP_METHOD_ATTR void Animation_set_clip_m2768026374 (Animation_t3648466861 * __this, AnimationClip_t2318505987 * p0, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::Play(System.String) extern "C" IL2CPP_METHOD_ATTR bool Animation_Play_m27531216 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) #define Object_Instantiate_TisGameObject_t1113636619_m587845175(__this /* static, unused */, p0, method) (( GameObject_t1113636619 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m3060171005_gshared)(__this /* static, unused */, p0, method) // System.Collections.Generic.List`1 DMCore.Framework.Movie.CBillBoardEffect::FindChildrenBillBoard(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR List_1_t3161103705 * CBillBoardEffect_FindChildrenBillBoard_m2753742648 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, String_t* ___keyName1, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSwingBone::FindSwingBones(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR List_1_t3891467532 * CSwingBone_FindSwingBones_m2480540155 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___Target0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::ImplComplexBone() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ImplComplexBone_m2175798051 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::ImplAvatarBinding() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ImplAvatarBinding_m3959207637 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::FitDynamicModel(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_FitDynamicModel_m1490454006 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___goVal0, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneRole::GetModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneRole_GetModelItem_m2229619929 (ISceneRole_t2394225724 * __this, int32_t ___nCategory0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::SetFullShow(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetFullShow_m4271195818 (CRoleModelItem_t1608531946 * __this, bool ___bFull0, 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); // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_ActivePage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_ActivePage_m2720187282 (CWndController_t749709641 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::RebindBones() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_RebindBones_m124334523 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::PlayRalaxAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_PlayRalaxAnim_m3814698505 (CRoleModelItem_t1608531946 * __this, bool ___bPlay0, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelFace DMCore.Framework.Scene.ISceneRole::GetFace() extern "C" IL2CPP_METHOD_ATTR CRoleModelFace_t1285730091 * ISceneRole_GetFace_m2190420028 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Animation::GetClipCount() extern "C" IL2CPP_METHOD_ATTR int32_t Animation_GetClipCount_m398829705 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::OnFitSkin(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnFitSkin_m3599860152 (CRoleModelItem_t1608531946 * __this, GameObject_t1113636619 * ___modelIns0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisLocalLinkedEffect_t997770122_m2611768483(__this, method) (( LocalLinkedEffectU5BU5D_t1490066191* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisBoneLinkBone_t3083848224_m2564602778(__this, method) (( BoneLinkBoneU5BU5D_t2682923361* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // System.Void DMCore.Framework.Scene.CRoleModelItem::OnAfterModelAnimFunc(DMCore.Framework.Scene.CRoleModelItem/stItemState) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnAfterModelAnimFunc_m2252467613 (CRoleModelItem_t1608531946 * __this, stItemState_t244584211 * ___activeItemState0, const RuntimeMethod* method); // UnityEngine.Transform CSkeletonSite::get_RootBone() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_get_RootBone_m4151063574 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetChildBoneTrans(System.String,UnityEngine.Vector3&,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetChildBoneTrans_m2300247844 (ISceneBaseObj_t858622483 * __this, String_t* ___boneName0, Vector3_t3722313464 * ___posTPOS1, Quaternion_t2301928331 * ___rotTPOSInvert2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_localRotation_m3487911431 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Int32 CSkeletonSite::GetBoneCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSkeletonSite_GetBoneCount_m401679511 (CSkeletonSite_t1178137573 * __this, const RuntimeMethod* method); // UnityEngine.Transform CSkeletonSite::GetBoneTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSkeletonSite_GetBoneTrans_m3346242502 (CSkeletonSite_t1178137573 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsVisible() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsVisible_m3522701289 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animation::set_wrapMode(UnityEngine.WrapMode) extern "C" IL2CPP_METHOD_ATTR void Animation_set_wrapMode_m2823425410 (Animation_t3648466861 * __this, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::CrossFade(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void Animation_CrossFade_m3511917098 (Animation_t3648466861 * __this, String_t* p0, float p1, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponents() #define GameObject_GetComponents_TisLinkedEffect_t3338585141_m150106250(__this, method) (( LinkedEffectU5BU5D_t3688719192* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponents_TisRuntimeObject_m1360663425_gshared)(__this, method) // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m1837312527(__this, method) (( int32_t (*) (Dictionary_2_t2736202052 *, const RuntimeMethod*))Dictionary_2_get_Count_m2840492268_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Void LinkedEffect::OnAfterAnim(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void LinkedEffect_OnAfterAnim_m4034090402 (LinkedEffect_t3338585141 * __this, Transform_t3600365921 * ___linkedRoot0, const RuntimeMethod* method); // System.Void LocalLinkedEffect::OnAfterAnim(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void LocalLinkedEffect_OnAfterAnim_m2209397981 (LocalLinkedEffect_t997770122 * __this, Transform_t3600365921 * ___linkedRoot0, const RuntimeMethod* method); // System.Void BoneLinkBone::OnAfterAnim(UnityEngine.Transform,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void BoneLinkBone_OnAfterAnim_m2267749399 (BoneLinkBone_t3083848224 * __this, Transform_t3600365921 * ___linkedRoot0, Transform_t3600365921 * ___role1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2153984534(__this, p0, method) (( CBillBoardEffect_t1689028963 * (*) (List_1_t3161103705 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Framework.Movie.CBillBoardEffect::OnUpdateBillBoard() extern "C" IL2CPP_METHOD_ATTR void CBillBoardEffect_OnUpdateBillBoard_m1759471439 (CBillBoardEffect_t1689028963 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3616744213(__this, method) (( int32_t (*) (List_1_t3161103705 *, 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_m1382146713(__this, p0, method) (( CSwingBone_t2419392790 * (*) (List_1_t3891467532 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.CSwingBone::UpdateBone() extern "C" IL2CPP_METHOD_ATTR void CSwingBone_UpdateBone_m1889712327 (CSwingBone_t2419392790 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m605179699(__this, method) (( int32_t (*) (List_1_t3891467532 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_enabled_m1727253150 (Renderer_t2627027031 * __this, bool p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelFace::ResumeEyesOrg() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_ResumeEyesOrg_m3041598763 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelFace::SetBeautyEyes(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelFace_SetBeautyEyes_m3060438612 (CRoleModelFace_t1285730091 * __this, Material_t340375123 * ___mat0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m749298684(__this, method) (( SkinnedMeshRendererU5BU5D_t1658669119* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // DMCore.Framework.Scene.AvatarInfo DMCore.Framework.Scene.CAvatarHelp::AsAvatarInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR AvatarInfo_t571832948 * CAvatarHelp_AsAvatarInfo_m1012662642 (RuntimeObject * __this /* static, unused */, int32_t ___itemID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsRoleItemEnable() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsRoleItemEnable_m3413806313 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSkeletonLinkManager DMCore.Framework.Scene.CSkeletonLinkManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSkeletonLinkManager_t2292179394 * CSkeletonLinkManager_GetInstance_m2601634633 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CSkeletonLinkManager::GetLinkBoneName(System.Int32,System.Int32,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR String_t* CSkeletonLinkManager_GetLinkBoneName_m521338084 (CSkeletonLinkManager_t2292179394 * __this, int32_t ___nSubCategory0, int32_t ___nIndex1, String_t** ___idleName2, String_t** ___localRoot3, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem::PlayAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_PlayAnim_m2130897867 (CRoleModelItem_t1608531946 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ResetAnim(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ResetAnim_m1618882349 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___gameObj0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem/stItemState::Clear() extern "C" IL2CPP_METHOD_ATTR void stItemState_Clear_m3138913072 (stItemState_t244584211 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem::LinkToRoleModel() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_LinkToRoleModel_m1257497615 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisBoneLinkBone_t3083848224_m1320573078(__this, method) (( BoneLinkBone_t3083848224 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587(__this, method) (( TransformU5BU5D_t807237628* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3800595820(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m411961606_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Scene.ISceneRole::IsNeedModelItemBindBone() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsNeedModelItemBindBone_m2651390094 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.SkinnedMeshRenderer::get_rootBone() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * SkinnedMeshRenderer_get_rootBone_m1530334984 (SkinnedMeshRenderer_t245602842 * __this, const RuntimeMethod* method); // System.Void UnityEngine.SkinnedMeshRenderer::set_rootBone(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void SkinnedMeshRenderer_set_rootBone_m4271355631 (SkinnedMeshRenderer_t245602842 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2885667311(__this, method) (( void (*) (List_1_t777473367 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // UnityEngine.Transform[] UnityEngine.SkinnedMeshRenderer::get_bones() extern "C" IL2CPP_METHOD_ATTR TransformU5BU5D_t807237628* SkinnedMeshRenderer_get_bones_m333719399 (SkinnedMeshRenderer_t245602842 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4073477735(__this, p0, method) (( void (*) (List_1_t777473367 *, Transform_t3600365921 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m2774846862(__this, method) (( TransformU5BU5D_t807237628* (*) (List_1_t777473367 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // System.Void UnityEngine.SkinnedMeshRenderer::set_bones(UnityEngine.Transform[]) extern "C" IL2CPP_METHOD_ATTR void SkinnedMeshRenderer_set_bones_m4136734710 (SkinnedMeshRenderer_t245602842 * __this, TransformU5BU5D_t807237628* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3526297712(__this, method) (( void (*) (List_1_t2585711361 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m989991498(__this, p0, method) (( void (*) (List_1_t2585711361 *, GameObject_t1113636619 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void UnityEngine.Transform::DetachChildren() extern "C" IL2CPP_METHOD_ATTR void Transform_DetachChildren_m3266231651 (Transform_t3600365921 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2491728134(__this, p0, method) (( GameObject_t1113636619 * (*) (List_1_t2585711361 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m77021858(__this, method) (( int32_t (*) (List_1_t2585711361 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // 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); // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::GetInstance() extern "C" IL2CPP_METHOD_ATTR CJuniorRoleModelItem_t636793867 * CJuniorRoleModelItem_GetInstance_m2353718821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CJuniorRoleModelItem::GetDefaultModelItem(System.Boolean,DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR int32_t CJuniorRoleModelItem_GetDefaultModelItem_m3195588872 (CJuniorRoleModelItem_t636793867 * __this, bool ___ifMale0, int32_t ___cat1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetSubModelItemIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSubModelItemIndex_m1516327529 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_VehicleCfgManager_t2872767124 * CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetFullItemID() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetFullItemID_m3835475041 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager::GetVehicleCfg(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_VehicleCfg_t3488277076 * CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089 (CRoleModelItem_VehicleCfgManager_t2872767124 * __this, int32_t ___vehicleID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::IsReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_VehicleCfg_IsReady_m1392940308 (CRoleModelItem_VehicleCfg_t3488277076 * __this, bool ___ifOwnerMale0, const RuntimeMethod* method); // DMCore.Logic.CSuitAnimCfg DMCore.Logic.CSuitAnimCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSuitAnimCfg_t328222487 * CSuitAnimCfg_GetInstance_m1078416264 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CSuitAnimCfg/SuitData DMCore.Logic.CSuitAnimCfg::FindSuitAnim(System.Int32) extern "C" IL2CPP_METHOD_ATTR SuitData_t121943445 * CSuitAnimCfg_FindSuitAnim_m193842036 (CSuitAnimCfg_t328222487 * __this, int32_t ___actionID0, const RuntimeMethod* method); // System.String DMCore.Logic.CSuitAnimCfg/SuitData::get_AnimName() extern "C" IL2CPP_METHOD_ATTR String_t* SuitData_get_AnimName_m1255827315 (SuitData_t121943445 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CAnimManager::CheckAnimReady(System.String) extern "C" IL2CPP_METHOD_ATTR bool CAnimManager_CheckAnimReady_m3203671911 (RuntimeObject * __this /* static, unused */, String_t* ___name0, 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.Framework.Movie.CCompareAnimNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCompareAnimNode__ctor_m2455075058 (CCompareAnimNode_t199879682 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Movie.CCompareAnimNode::Compare(DMCore.Framework.Movie.CAnimNode,DMCore.Framework.Movie.CAnimNode) extern "C" IL2CPP_METHOD_ATTR int32_t CCompareAnimNode_Compare_m1409513279 (CCompareAnimNode_t199879682 * __this, CAnimNode_t3327376431 * ___lhs0, CAnimNode_t3327376431 * ___rhs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CCompareAnimNode_Compare_m1409513279_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; { V_0 = (0.0f); V_1 = (0.0f); V_2 = (0.0f); V_3 = (0.0f); CAnimNode_t3327376431 * L_0 = ___lhs0; NullCheck(L_0); CAnimNode_GetTimeRange_m2521578612(L_0, (&V_0), (&V_1), /*hidden argument*/NULL); CAnimNode_t3327376431 * L_1 = ___rhs1; NullCheck(L_1); CAnimNode_GetTimeRange_m2521578612(L_1, (&V_2), (&V_3), /*hidden argument*/NULL); float L_2 = V_0; float L_3 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_4 = Mathf_Sign_m3457838305(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)), /*hidden argument*/NULL); return (((int32_t)((int32_t)L_4))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Movie.IAnimListener::.ctor() extern "C" IL2CPP_METHOD_ATTR void IAnimListener__ctor_m936474100 (IAnimListener_t1719246343 * __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.Framework.Movie.ICameraAnimNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void ICameraAnimNode__ctor_m317137309 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraAnimNode__ctor_m317137309_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAnimNode__ctor_m1129265667(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_0 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_Rotation_7(L_0); Vector3_t3722313464 L_1; memset(&L_1, 0, sizeof(L_1)); Vector3__ctor_m3353183577((&L_1), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); __this->set_m_Position_8(L_1); return; } } // DMCore.Framework.Movie.enumCameraType DMCore.Framework.Movie.ICameraAnimNode::GetCameraType() extern "C" IL2CPP_METHOD_ATTR int32_t ICameraAnimNode_GetCameraType_m1374289600 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Void DMCore.Framework.Movie.ICameraAnimNode::OnAnimBegin() extern "C" IL2CPP_METHOD_ATTR void ICameraAnimNode_OnAnimBegin_m2496525113 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method) { { ICameraBase_t3615533728 * L_0 = ICameraAnimNode_GetCameraEntity_m1208518985(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_PushCamera_m3728154315(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Movie.ICameraAnimNode::OnAnimEnd() extern "C" IL2CPP_METHOD_ATTR void ICameraAnimNode_OnAnimEnd_m2870452004 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method) { { ICameraBase_t3615533728 * L_0 = ICameraAnimNode_GetCameraEntity_m1208518985(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_PopCamera_m2226835933(L_0, /*hidden argument*/NULL); return; } } // DMCore.Camera.ICameraBase DMCore.Framework.Movie.ICameraAnimNode::GetCameraEntity() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * ICameraAnimNode_GetCameraEntity_m1208518985 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraAnimNode_GetCameraEntity_m1208518985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Quaternion DMCore.Framework.Movie.ICameraAnimNode::GetLocalRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 ICameraAnimNode_GetLocalRotation_m397354597 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method) { { Quaternion_t2301928331 L_0 = __this->get_m_Rotation_7(); return L_0; } } // UnityEngine.Vector3 DMCore.Framework.Movie.ICameraAnimNode::GetLocalTranslate() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ICameraAnimNode_GetLocalTranslate_m899010464 (ICameraAnimNode_t4081366738 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = __this->get_m_Position_8(); return L_0; } } // System.Void DMCore.Framework.Movie.ICameraAnimNode::SetLocalRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void ICameraAnimNode_SetLocalRotation_m3237433625 (ICameraAnimNode_t4081366738 * __this, Quaternion_t2301928331 ___rotate0, const RuntimeMethod* method) { { Quaternion_t2301928331 * L_0 = __this->get_address_of_m_Rotation_7(); float L_1 = (&___rotate0)->get_x_0(); L_0->set_x_0(L_1); Quaternion_t2301928331 * L_2 = __this->get_address_of_m_Rotation_7(); float L_3 = (&___rotate0)->get_y_1(); L_2->set_y_1(L_3); Quaternion_t2301928331 * L_4 = __this->get_address_of_m_Rotation_7(); float L_5 = (&___rotate0)->get_z_2(); L_4->set_z_2(L_5); Quaternion_t2301928331 * L_6 = __this->get_address_of_m_Rotation_7(); float L_7 = (&___rotate0)->get_w_3(); L_6->set_w_3(L_7); return; } } // System.Void DMCore.Framework.Movie.ICameraAnimNode::SetLocalTranslate(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ICameraAnimNode_SetLocalTranslate_m2324895978 (ICameraAnimNode_t4081366738 * __this, Vector3_t3722313464 ___position0, const RuntimeMethod* method) { { Vector3_t3722313464 * L_0 = __this->get_address_of_m_Position_8(); float L_1 = (&___position0)->get_x_1(); L_0->set_x_1(L_1); Vector3_t3722313464 * L_2 = __this->get_address_of_m_Position_8(); float L_3 = (&___position0)->get_y_2(); L_2->set_y_2(L_3); Vector3_t3722313464 * L_4 = __this->get_address_of_m_Position_8(); float L_5 = (&___position0)->get_z_3(); L_4->set_z_3(L_5); return; } } // System.Void DMCore.Framework.Movie.ICameraAnimNode::FlushCamera(DMCore.Camera.CCameraState) extern "C" IL2CPP_METHOD_ATTR void ICameraAnimNode_FlushCamera_m4208004676 (ICameraAnimNode_t4081366738 * __this, CCameraState_t4059982610 * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ICameraAnimNode_FlushCamera_m4208004676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CCameraState_t4059982610 * L_0 = ___state0; CCameraState_t4059982610 * L_1 = ___state0; NullCheck(L_1); Quaternion_t2301928331 L_2 = L_1->get__rotation_1(); Quaternion_t2301928331 L_3 = ICameraAnimNode_GetLocalRotation_m397354597(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_4 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_0); L_0->set__rotation_1(L_4); CCameraState_t4059982610 * L_5 = ___state0; CCameraState_t4059982610 * L_6 = ___state0; NullCheck(L_6); Vector3_t3722313464 L_7 = L_6->get__position_0(); Vector3_t3722313464 L_8 = ICameraAnimNode_GetLocalTranslate_m899010464(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_9 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); L_5->set__position_0(L_9); ICameraBase_t3615533728 * L_10 = ICameraAnimNode_GetCameraEntity_m1208518985(NULL /*static, unused*/, /*hidden argument*/NULL); CCameraState_t4059982610 * L_11 = ___state0; NullCheck(L_10); ICameraBase_FillFromSnap_m3127887890(L_10, L_11, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Movie.PickAlgo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PickAlgo__ctor_m1126319596 (PickAlgo_t1847209656 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Movie.PickAlgo::Fit(DMCore.Framework.Movie.CAnimNode) extern "C" IL2CPP_METHOD_ATTR bool PickAlgo_Fit_m1389992653 (PickAlgo_t1847209656 * __this, CAnimNode_t3327376431 * ___node0, const RuntimeMethod* method) { { 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.Framework.Movie.stAnimParam::Reset() extern "C" IL2CPP_METHOD_ATTR void stAnimParam_Reset_m3726597328 (stAnimParam_t934402316 * __this, const RuntimeMethod* method) { { __this->set_m_fTimeElapsed_0((0.0f)); __this->set_m_fTimeDelta_1((0.0f)); __this->set_m_fFps_2((0.0f)); return; } } extern "C" void stAnimParam_Reset_m3726597328_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { stAnimParam_t934402316 * _thisAdjusted = reinterpret_cast(__this + 1); stAnimParam_Reset_m3726597328(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnTextReady_t3445893431 (OnTextReady_t3445893431 * __this, String_t* ___resPath0, String_t* ___strTextVal1, int32_t ___userData2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, char*, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___resPath0' to native representation char* ____resPath0_marshaled = NULL; ____resPath0_marshaled = il2cpp_codegen_marshal_string(___resPath0); // Marshaling of parameter '___strTextVal1' to native representation char* ____strTextVal1_marshaled = NULL; ____strTextVal1_marshaled = il2cpp_codegen_marshal_string(___strTextVal1); // Native function invocation il2cppPInvokeFunc(____resPath0_marshaled, ____strTextVal1_marshaled, ___userData2); // Marshaling cleanup of parameter '___resPath0' native representation il2cpp_codegen_marshal_free(____resPath0_marshaled); ____resPath0_marshaled = NULL; // Marshaling cleanup of parameter '___strTextVal1' native representation il2cpp_codegen_marshal_free(____strTextVal1_marshaled); ____strTextVal1_marshaled = NULL; } // System.Void DMCore.Framework.OnTextReady::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnTextReady__ctor_m2681693320 (OnTextReady_t3445893431 * __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.Framework.OnTextReady::Invoke(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnTextReady_Invoke_m3225392966 (OnTextReady_t3445893431 * __this, String_t* ___resPath0, String_t* ___strTextVal1, int32_t ___userData2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnTextReady_Invoke_m3225392966((OnTextReady_t3445893431 *)__this->get_prev_9(), ___resPath0, ___strTextVal1, ___userData2, 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 *, String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___resPath0, ___strTextVal1, ___userData2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___resPath0, ___strTextVal1, ___userData2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< String_t*, String_t*, int32_t >::Invoke(targetMethod, targetThis, ___resPath0, ___strTextVal1, ___userData2); else GenericVirtActionInvoker3< String_t*, String_t*, int32_t >::Invoke(targetMethod, targetThis, ___resPath0, ___strTextVal1, ___userData2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< String_t*, String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___resPath0, ___strTextVal1, ___userData2); else VirtActionInvoker3< String_t*, String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___resPath0, ___strTextVal1, ___userData2); } } else { typedef void (*FunctionPointerType) (void*, String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___resPath0, ___strTextVal1, ___userData2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, ___resPath0, ___strTextVal1, ___userData2); else GenericVirtActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, ___resPath0, ___strTextVal1, ___userData2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___resPath0, ___strTextVal1, ___userData2); else VirtActionInvoker2< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___resPath0, ___strTextVal1, ___userData2); } } else { typedef void (*FunctionPointerType) (String_t*, String_t*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___resPath0, ___strTextVal1, ___userData2, targetMethod); } } } } // System.IAsyncResult DMCore.Framework.OnTextReady::BeginInvoke(System.String,System.String,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnTextReady_BeginInvoke_m1358388665 (OnTextReady_t3445893431 * __this, String_t* ___resPath0, String_t* ___strTextVal1, int32_t ___userData2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnTextReady_BeginInvoke_m1358388665_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___resPath0; __d_args[1] = ___strTextVal1; __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___userData2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void DMCore.Framework.OnTextReady::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnTextReady_EndInvoke_m668046088 (OnTextReady_t3445893431 * __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.Framework.Package.CPackageManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPackageManager__ctor_m1695260924 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager__ctor_m1695260924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); LinkedList_1_t687096698 * L_0 = (LinkedList_1_t687096698 *)il2cpp_codegen_object_new(LinkedList_1_t687096698_il2cpp_TypeInfo_var); LinkedList_1__ctor_m3511298534(L_0, /*hidden argument*/LinkedList_1__ctor_m3511298534_RuntimeMethod_var); __this->set_m_taskList_0(L_0); Dictionary_2_t3979183978 * L_1 = (Dictionary_2_t3979183978 *)il2cpp_codegen_object_new(Dictionary_2_t3979183978_il2cpp_TypeInfo_var); Dictionary_2__ctor_m723260768(L_1, /*hidden argument*/Dictionary_2__ctor_m723260768_RuntimeMethod_var); __this->set_m_dictionary_1(L_1); __this->set_m_bAutoTaskFlag_4((bool)0); __this->set_m_nTaskEnd_2(0); __this->set_m_nTaskCnt_3(0); Dictionary_2_t2736202052 * L_2 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_2, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); __this->set_m_DicAutoTask_5(L_2); return; } } // DMCore.Framework.Package.CPackageManager DMCore.Framework.Package.CPackageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPackageManager_t3847050571 * CPackageManager_GetInstance_m2119869201 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_GetInstance_m2119869201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPackageManager_t3847050571 * L_0 = ((CPackageManager_t3847050571_StaticFields*)il2cpp_codegen_static_fields_for(CPackageManager_t3847050571_il2cpp_TypeInfo_var))->get_s_Instance_6(); if (!L_0) { goto IL_0010; } } { CPackageManager_t3847050571 * L_1 = ((CPackageManager_t3847050571_StaticFields*)il2cpp_codegen_static_fields_for(CPackageManager_t3847050571_il2cpp_TypeInfo_var))->get_s_Instance_6(); return L_1; } IL_0010: { CPackageManager_t3847050571 * L_2 = (CPackageManager_t3847050571 *)il2cpp_codegen_object_new(CPackageManager_t3847050571_il2cpp_TypeInfo_var); CPackageManager__ctor_m1695260924(L_2, /*hidden argument*/NULL); ((CPackageManager_t3847050571_StaticFields*)il2cpp_codegen_static_fields_for(CPackageManager_t3847050571_il2cpp_TypeInfo_var))->set_s_Instance_6(L_2); CPackageManager_t3847050571 * L_3 = ((CPackageManager_t3847050571_StaticFields*)il2cpp_codegen_static_fields_for(CPackageManager_t3847050571_il2cpp_TypeInfo_var))->get_s_Instance_6(); return L_3; } } // System.Void DMCore.Framework.Package.CPackageManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPackageManager_ClearAll_m1045795775 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_ClearAll_m1045795775_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3201691545 V_0; memset(&V_0, 0, sizeof(V_0)); LinkedList_1_t687096698 * V_1 = NULL; Enumerator_t1638399457 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2081888849 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t2081888849 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t2081888849 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t2081888849 V_6; memset(&V_6, 0, sizeof(V_6)); KeyValuePair_2_t2081888849 V_7; memset(&V_7, 0, sizeof(V_7)); KeyValuePair_2_t2081888849 V_8; memset(&V_8, 0, sizeof(V_8)); Enumerator_t3201691545 V_9; memset(&V_9, 0, sizeof(V_9)); { LinkedList_1_t687096698 * L_0 = __this->get_m_taskList_0(); NullCheck(L_0); Enumerator_t3201691545 L_1 = LinkedList_1_GetEnumerator_m4065735145(L_0, /*hidden argument*/LinkedList_1_GetEnumerator_m4065735145_RuntimeMethod_var); V_0 = L_1; goto IL_001e; } IL_0011: { String_t* L_2 = Enumerator_get_Current_m3724309931((&V_0), /*hidden argument*/Enumerator_get_Current_m3724309931_RuntimeMethod_var); CPackageManager_SetResTaskEndRef_m1669935399(__this, L_2, /*hidden argument*/NULL); } IL_001e: { bool L_3 = Enumerator_MoveNext_m828775719((&V_0), /*hidden argument*/Enumerator_MoveNext_m828775719_RuntimeMethod_var); if (L_3) { goto IL_0011; } } { LinkedList_1_t687096698 * L_4 = __this->get_m_taskList_0(); NullCheck(L_4); LinkedList_1_Clear_m3455761402(L_4, /*hidden argument*/LinkedList_1_Clear_m3455761402_RuntimeMethod_var); LinkedList_1_t687096698 * L_5 = (LinkedList_1_t687096698 *)il2cpp_codegen_object_new(LinkedList_1_t687096698_il2cpp_TypeInfo_var); LinkedList_1__ctor_m3511298534(L_5, /*hidden argument*/LinkedList_1__ctor_m3511298534_RuntimeMethod_var); V_1 = L_5; Dictionary_2_t3979183978 * L_6 = __this->get_m_dictionary_1(); NullCheck(L_6); Enumerator_t1638399457 L_7 = Dictionary_2_GetEnumerator_m2274112253(L_6, /*hidden argument*/Dictionary_2_GetEnumerator_m2274112253_RuntimeMethod_var); V_2 = L_7; goto IL_00ed; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_8 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); KeyValuePair_2_t2081888849 L_9 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_3 = L_9; String_t* L_10 = KeyValuePair_2_get_Key_m726853571((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m726853571_RuntimeMethod_var); NullCheck(L_8); bool L_11 = IResourceManager_IfProtectedRes_m3109961692(L_8, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_00ed; } } { KeyValuePair_2_t2081888849 L_12 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_4 = L_12; stPackageInfo_t4193927679 * L_13 = KeyValuePair_2_get_Value_m1841272218((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var); NullCheck(L_13); int32_t L_14 = L_13->get_state_1(); if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_00ed; } } { KeyValuePair_2_t2081888849 L_15 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_5 = L_15; stPackageInfo_t4193927679 * L_16 = KeyValuePair_2_get_Value_m1841272218((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var); NullCheck(L_16); Object_t631007953 * L_17 = L_16->get_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00d6; } } { KeyValuePair_2_t2081888849 L_19 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_6 = L_19; stPackageInfo_t4193927679 * L_20 = KeyValuePair_2_get_Value_m1841272218((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var); NullCheck(L_20); Object_t631007953 * L_21 = L_20->get_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_21, (bool)1, /*hidden argument*/NULL); KeyValuePair_2_t2081888849 L_22 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_7 = L_22; stPackageInfo_t4193927679 * L_23 = KeyValuePair_2_get_Value_m1841272218((&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var); NullCheck(L_23); L_23->set_result_0((Object_t631007953 *)NULL); } IL_00d6: { LinkedList_1_t687096698 * L_24 = V_1; KeyValuePair_2_t2081888849 L_25 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_8 = L_25; String_t* L_26 = KeyValuePair_2_get_Key_m726853571((&V_8), /*hidden argument*/KeyValuePair_2_get_Key_m726853571_RuntimeMethod_var); NullCheck(L_24); LinkedList_1_AddLast_m980610863(L_24, L_26, /*hidden argument*/LinkedList_1_AddLast_m980610863_RuntimeMethod_var); } IL_00ed: { bool L_27 = Enumerator_MoveNext_m881297720((&V_2), /*hidden argument*/Enumerator_MoveNext_m881297720_RuntimeMethod_var); if (L_27) { goto IL_004c; } } { LinkedList_1_t687096698 * L_28 = V_1; NullCheck(L_28); Enumerator_t3201691545 L_29 = LinkedList_1_GetEnumerator_m4065735145(L_28, /*hidden argument*/LinkedList_1_GetEnumerator_m4065735145_RuntimeMethod_var); V_9 = L_29; goto IL_0119; } IL_0106: { Dictionary_2_t3979183978 * L_30 = __this->get_m_dictionary_1(); String_t* L_31 = Enumerator_get_Current_m3724309931((&V_9), /*hidden argument*/Enumerator_get_Current_m3724309931_RuntimeMethod_var); NullCheck(L_30); Dictionary_2_Remove_m3390524787(L_30, L_31, /*hidden argument*/Dictionary_2_Remove_m3390524787_RuntimeMethod_var); } IL_0119: { bool L_32 = Enumerator_MoveNext_m828775719((&V_9), /*hidden argument*/Enumerator_MoveNext_m828775719_RuntimeMethod_var); if (L_32) { goto IL_0106; } } { LinkedList_1_t687096698 * L_33 = V_1; NullCheck(L_33); LinkedList_1_Clear_m3455761402(L_33, /*hidden argument*/LinkedList_1_Clear_m3455761402_RuntimeMethod_var); V_1 = (LinkedList_1_t687096698 *)NULL; return; } } // System.Boolean DMCore.Framework.Package.CPackageManager::Clear(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPackageManager_Clear_m3310653088 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_Clear_m3310653088_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; stPackageInfo_t4193927679 * V_1 = NULL; { V_0 = (bool)0; String_t* L_0 = ___path0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___path0 = L_1; V_1 = (stPackageInfo_t4193927679 *)NULL; Dictionary_2_t3979183978 * L_2 = __this->get_m_dictionary_1(); String_t* L_3 = ___path0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m807998225(L_2, L_3, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var); if (!L_4) { goto IL_005f; } } { V_0 = (bool)1; stPackageInfo_t4193927679 * L_5 = V_1; NullCheck(L_5); Object_t631007953 * L_6 = L_5->get_result_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_0045; } } { stPackageInfo_t4193927679 * L_8 = V_1; NullCheck(L_8); Object_t631007953 * L_9 = L_8->get_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_9, (bool)1, /*hidden argument*/NULL); stPackageInfo_t4193927679 * L_10 = V_1; NullCheck(L_10); L_10->set_result_0((Object_t631007953 *)NULL); } IL_0045: { Dictionary_2_t3979183978 * L_11 = __this->get_m_dictionary_1(); String_t* L_12 = ___path0; NullCheck(L_11); Dictionary_2_Remove_m3390524787(L_11, L_12, /*hidden argument*/Dictionary_2_Remove_m3390524787_RuntimeMethod_var); LinkedList_1_t687096698 * L_13 = __this->get_m_taskList_0(); String_t* L_14 = ___path0; NullCheck(L_13); LinkedList_1_Remove_m2546990087(L_13, L_14, /*hidden argument*/LinkedList_1_Remove_m2546990087_RuntimeMethod_var); } IL_005f: { bool L_15 = V_0; return L_15; } } // System.Void DMCore.Framework.Package.CPackageManager::ClearSpecial(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_ClearSpecial_m1044260251 (CPackageManager_t3847050571 * __this, Predicate_1_t2672744813 * ___func0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_ClearSpecial_m1044260251_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * V_0 = NULL; List_1_t3319525431 * V_1 = NULL; Enumerator_t1638399457 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2081888849 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t2081888849 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t2081888849 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t2081888849 V_6; memset(&V_6, 0, sizeof(V_6)); KeyValuePair_2_t2081888849 V_7; memset(&V_7, 0, sizeof(V_7)); KeyValuePair_2_t2081888849 V_8; memset(&V_8, 0, sizeof(V_8)); int32_t V_9 = 0; { U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * L_0 = (U3CClearSpecialU3Ec__AnonStorey0_t3328601790 *)il2cpp_codegen_object_new(U3CClearSpecialU3Ec__AnonStorey0_t3328601790_il2cpp_TypeInfo_var); U3CClearSpecialU3Ec__AnonStorey0__ctor_m127331042(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * L_1 = V_0; Predicate_1_t2672744813 * L_2 = ___func0; NullCheck(L_1); L_1->set_func_0(L_2); LinkedList_1_t687096698 * L_3 = __this->get_m_taskList_0(); U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CClearSpecialU3Ec__AnonStorey0_U3CU3Em__0_m3363695389_RuntimeMethod_var; Predicate_1_t2672744813 * L_6 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922_RuntimeMethod_var); List_1_t3319525431 * L_7 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_7, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_1 = L_7; Dictionary_2_t3979183978 * L_8 = __this->get_m_dictionary_1(); NullCheck(L_8); Enumerator_t1638399457 L_9 = Dictionary_2_GetEnumerator_m2274112253(L_8, /*hidden argument*/Dictionary_2_GetEnumerator_m2274112253_RuntimeMethod_var); V_2 = L_9; goto IL_00e1; } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_10 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); KeyValuePair_2_t2081888849 L_11 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_3 = L_11; String_t* L_12 = KeyValuePair_2_get_Key_m726853571((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m726853571_RuntimeMethod_var); NullCheck(L_10); bool L_13 = IResourceManager_IfProtectedRes_m3109961692(L_10, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_00e1; } } { U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * L_14 = V_0; NullCheck(L_14); Predicate_1_t2672744813 * L_15 = L_14->get_func_0(); KeyValuePair_2_t2081888849 L_16 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_4 = L_16; String_t* L_17 = KeyValuePair_2_get_Key_m726853571((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m726853571_RuntimeMethod_var); NullCheck(L_15); bool L_18 = Predicate_1_Invoke_m3045159867(L_15, L_17, /*hidden argument*/Predicate_1_Invoke_m3045159867_RuntimeMethod_var); if (!L_18) { goto IL_00e1; } } { KeyValuePair_2_t2081888849 L_19 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_5 = L_19; stPackageInfo_t4193927679 * L_20 = KeyValuePair_2_get_Value_m1841272218((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var); NullCheck(L_20); Object_t631007953 * L_21 = L_20->get_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00cb; } } { KeyValuePair_2_t2081888849 L_23 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_6 = L_23; stPackageInfo_t4193927679 * L_24 = KeyValuePair_2_get_Value_m1841272218((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var); NullCheck(L_24); Object_t631007953 * L_25 = L_24->get_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_25, (bool)1, /*hidden argument*/NULL); KeyValuePair_2_t2081888849 L_26 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_7 = L_26; stPackageInfo_t4193927679 * L_27 = KeyValuePair_2_get_Value_m1841272218((&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m1841272218_RuntimeMethod_var); NullCheck(L_27); L_27->set_result_0((Object_t631007953 *)NULL); } IL_00cb: { List_1_t3319525431 * L_28 = V_1; KeyValuePair_2_t2081888849 L_29 = Enumerator_get_Current_m1742863000((&V_2), /*hidden argument*/Enumerator_get_Current_m1742863000_RuntimeMethod_var); V_8 = L_29; String_t* L_30 = KeyValuePair_2_get_Key_m726853571((&V_8), /*hidden argument*/KeyValuePair_2_get_Key_m726853571_RuntimeMethod_var); NullCheck(L_28); List_1_Add_m1685793073(L_28, L_30, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_00e1: { bool L_31 = Enumerator_MoveNext_m881297720((&V_2), /*hidden argument*/Enumerator_MoveNext_m881297720_RuntimeMethod_var); if (L_31) { goto IL_003c; } } { V_9 = 0; goto IL_010f; } IL_00f5: { Dictionary_2_t3979183978 * L_32 = __this->get_m_dictionary_1(); List_1_t3319525431 * L_33 = V_1; int32_t L_34 = V_9; NullCheck(L_33); String_t* L_35 = List_1_get_Item_m3729392029(L_33, L_34, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); NullCheck(L_32); Dictionary_2_Remove_m3390524787(L_32, L_35, /*hidden argument*/Dictionary_2_Remove_m3390524787_RuntimeMethod_var); int32_t L_36 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_010f: { int32_t L_37 = V_9; List_1_t3319525431 * L_38 = V_1; NullCheck(L_38); int32_t L_39 = List_1_get_Count_m2276455407(L_38, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_00f5; } } { List_1_t3319525431 * L_40 = V_1; NullCheck(L_40); List_1_Clear_m2548850424(L_40, /*hidden argument*/List_1_Clear_m2548850424_RuntimeMethod_var); V_1 = (List_1_t3319525431 *)NULL; return; } } // System.String DMCore.Framework.Package.CPackageManager::PopTask() extern "C" IL2CPP_METHOD_ATTR String_t* CPackageManager_PopTask_m2151488842 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_PopTask_m2151488842_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; stPackageInfo_t4193927679 * V_1 = NULL; { V_0 = (String_t*)NULL; LinkedList_1_t687096698 * L_0 = __this->get_m_taskList_0(); NullCheck(L_0); int32_t L_1 = LinkedList_1_get_Count_m1415204279(L_0, /*hidden argument*/LinkedList_1_get_Count_m1415204279_RuntimeMethod_var); if (!L_1) { goto IL_0070; } } { LinkedList_1_t687096698 * L_2 = __this->get_m_taskList_0(); NullCheck(L_2); LinkedListNode_1_t1592625792 * L_3 = LinkedList_1_get_First_m2874225059(L_2, /*hidden argument*/LinkedList_1_get_First_m2874225059_RuntimeMethod_var); NullCheck(L_3); String_t* L_4 = LinkedListNode_1_get_Value_m2392486284(L_3, /*hidden argument*/LinkedListNode_1_get_Value_m2392486284_RuntimeMethod_var); V_0 = L_4; LinkedList_1_t687096698 * L_5 = __this->get_m_taskList_0(); NullCheck(L_5); LinkedList_1_RemoveFirst_m3486779266(L_5, /*hidden argument*/LinkedList_1_RemoveFirst_m3486779266_RuntimeMethod_var); V_1 = (stPackageInfo_t4193927679 *)NULL; Dictionary_2_t3979183978 * L_6 = __this->get_m_dictionary_1(); String_t* L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_TryGetValue_m807998225(L_6, L_7, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var); if (!L_8) { goto IL_004f; } } { stPackageInfo_t4193927679 * L_9 = V_1; NullCheck(L_9); L_9->set_state_1(0); goto IL_0070; } IL_004f: { stPackageInfo_t4193927679 * L_10 = (stPackageInfo_t4193927679 *)il2cpp_codegen_object_new(stPackageInfo_t4193927679_il2cpp_TypeInfo_var); stPackageInfo__ctor_m2029272345(L_10, /*hidden argument*/NULL); V_1 = L_10; stPackageInfo_t4193927679 * L_11 = V_1; NullCheck(L_11); L_11->set_result_0((Object_t631007953 *)NULL); stPackageInfo_t4193927679 * L_12 = V_1; NullCheck(L_12); L_12->set_state_1(0); Dictionary_2_t3979183978 * L_13 = __this->get_m_dictionary_1(); String_t* L_14 = V_0; stPackageInfo_t4193927679 * L_15 = V_1; NullCheck(L_13); Dictionary_2_Add_m796985163(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m796985163_RuntimeMethod_var); } IL_0070: { String_t* L_16 = V_0; return L_16; } } // System.Boolean DMCore.Framework.Package.CPackageManager::Retry(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPackageManager_Retry_m906320264 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_Retry_m906320264_MetadataUsageId); s_Il2CppMethodInitialized = true; } stPackageInfo_t4193927679 * V_0 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_2 = ___path0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); ___path0 = L_3; V_0 = (stPackageInfo_t4193927679 *)NULL; Dictionary_2_t3979183978 * L_4 = __this->get_m_dictionary_1(); String_t* L_5 = ___path0; NullCheck(L_4); bool L_6 = Dictionary_2_TryGetValue_m807998225(L_4, L_5, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var); if (!L_6) { goto IL_0043; } } { stPackageInfo_t4193927679 * L_7 = V_0; if (!L_7) { goto IL_0043; } } { stPackageInfo_t4193927679 * L_8 = V_0; NullCheck(L_8); stPackageInfo_Destroy_m1866505170(L_8, /*hidden argument*/NULL); Dictionary_2_t3979183978 * L_9 = __this->get_m_dictionary_1(); String_t* L_10 = ___path0; NullCheck(L_9); Dictionary_2_Remove_m3390524787(L_9, L_10, /*hidden argument*/Dictionary_2_Remove_m3390524787_RuntimeMethod_var); } IL_0043: { String_t* L_11 = ___path0; CPackageManager_GetAssets_m4198400266(__this, L_11, (OnResourceResult_t3899022047 *)NULL, 0, /*hidden argument*/NULL); return (bool)1; } } // UnityEngine.Object DMCore.Framework.Package.CPackageManager::GetAssets(System.String,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CPackageManager_GetAssets_m4198400266 (CPackageManager_t3847050571 * __this, String_t* ___path0, OnResourceResult_t3899022047 * ___callBack1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_GetAssets_m4198400266_MetadataUsageId); s_Il2CppMethodInitialized = true; } Object_t631007953 * V_0 = NULL; stPackageInfo_t4193927679 * V_1 = NULL; stPackageInfo_t4193927679 * V_2 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (Object_t631007953 *)NULL; } IL_000d: { String_t* L_2 = ___path0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); ___path0 = L_3; V_0 = (Object_t631007953 *)NULL; V_1 = (stPackageInfo_t4193927679 *)NULL; Dictionary_2_t3979183978 * L_4 = __this->get_m_dictionary_1(); String_t* L_5 = ___path0; NullCheck(L_4); bool L_6 = Dictionary_2_TryGetValue_m807998225(L_4, L_5, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var); if (!L_6) { goto IL_008e; } } { stPackageInfo_t4193927679 * L_7 = V_1; if (!L_7) { goto IL_008e; } } { stPackageInfo_t4193927679 * L_8 = V_1; NullCheck(L_8); Object_t631007953 * L_9 = L_8->get_result_0(); V_0 = L_9; stPackageInfo_t4193927679 * L_10 = V_1; NullCheck(L_10); Object_t631007953 * L_11 = L_10->get_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0063; } } { OnResourceResult_t3899022047 * L_13 = ___callBack1; if (!L_13) { goto IL_005e; } } { OnResourceResult_t3899022047 * L_14 = ___callBack1; String_t* L_15 = ___path0; stPackageInfo_t4193927679 * L_16 = V_1; NullCheck(L_16); Object_t631007953 * L_17 = L_16->get_result_0(); int32_t L_18 = ___userData2; NullCheck(L_14); OnResourceResult_Invoke_m535001416(L_14, L_15, L_17, L_18, /*hidden argument*/NULL); } IL_005e: { goto IL_0089; } IL_0063: { OnResourceResult_t3899022047 * L_19 = ___callBack1; if (!L_19) { goto IL_0070; } } { stPackageInfo_t4193927679 * L_20 = V_1; OnResourceResult_t3899022047 * L_21 = ___callBack1; NullCheck(L_20); L_20->set_m_callBackPtr_2(L_21); } IL_0070: { stPackageInfo_t4193927679 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = L_22->get_m_userData_3(); int32_t L_24 = ___userData2; if ((((int32_t)L_23) == ((int32_t)L_24))) { goto IL_0089; } } { int32_t L_25 = ___userData2; if (!L_25) { goto IL_0089; } } { stPackageInfo_t4193927679 * L_26 = V_1; int32_t L_27 = ___userData2; NullCheck(L_26); L_26->set_m_userData_3(L_27); } IL_0089: { goto IL_00f2; } IL_008e: { stPackageInfo_t4193927679 * L_28 = (stPackageInfo_t4193927679 *)il2cpp_codegen_object_new(stPackageInfo_t4193927679_il2cpp_TypeInfo_var); stPackageInfo__ctor_m2029272345(L_28, /*hidden argument*/NULL); V_2 = L_28; stPackageInfo_t4193927679 * L_29 = V_2; NullCheck(L_29); L_29->set_result_0((Object_t631007953 *)NULL); stPackageInfo_t4193927679 * L_30 = V_2; NullCheck(L_30); L_30->set_state_1(0); stPackageInfo_t4193927679 * L_31 = V_2; OnResourceResult_t3899022047 * L_32 = ___callBack1; NullCheck(L_31); L_31->set_m_callBackPtr_2(L_32); stPackageInfo_t4193927679 * L_33 = V_2; int32_t L_34 = ___userData2; NullCheck(L_33); L_33->set_m_userData_3(L_34); Dictionary_2_t3979183978 * L_35 = __this->get_m_dictionary_1(); String_t* L_36 = ___path0; stPackageInfo_t4193927679 * L_37 = V_2; NullCheck(L_35); Dictionary_2_Add_m796985163(L_35, L_36, L_37, /*hidden argument*/Dictionary_2_Add_m796985163_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_38 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); bool L_39 = IResourceManager_IfHighMode_m3766928281(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00de; } } { LinkedList_1_t687096698 * L_40 = __this->get_m_taskList_0(); String_t* L_41 = ___path0; NullCheck(L_40); LinkedList_1_AddFirst_m3233453830(L_40, L_41, /*hidden argument*/LinkedList_1_AddFirst_m3233453830_RuntimeMethod_var); goto IL_00eb; } IL_00de: { LinkedList_1_t687096698 * L_42 = __this->get_m_taskList_0(); String_t* L_43 = ___path0; NullCheck(L_42); LinkedList_1_AddLast_m980610863(L_42, L_43, /*hidden argument*/LinkedList_1_AddLast_m980610863_RuntimeMethod_var); } IL_00eb: { String_t* L_44 = ___path0; CPackageManager_AddResTaskRef_m589470932(__this, L_44, /*hidden argument*/NULL); } IL_00f2: { Object_t631007953 * L_45 = V_0; return L_45; } } // System.Void DMCore.Framework.Package.CPackageManager::SetAssetsState(System.String,DMCore.Framework.Package.enumPackageState) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_SetAssetsState_m126157371 (CPackageManager_t3847050571 * __this, String_t* ___path0, int32_t ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_SetAssetsState_m126157371_MetadataUsageId); s_Il2CppMethodInitialized = true; } stPackageInfo_t4193927679 * V_0 = NULL; { V_0 = (stPackageInfo_t4193927679 *)NULL; String_t* L_0 = ___path0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___path0 = L_1; Dictionary_2_t3979183978 * L_2 = __this->get_m_dictionary_1(); String_t* L_3 = ___path0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m807998225(L_2, L_3, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var); if (!L_4) { goto IL_0024; } } { stPackageInfo_t4193927679 * L_5 = V_0; int32_t L_6 = ___state1; NullCheck(L_5); L_5->set_state_1(L_6); } IL_0024: { return; } } // DMCore.Framework.Package.enumPackageState DMCore.Framework.Package.CPackageManager::GetAssetsState(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CPackageManager_GetAssetsState_m902649493 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_GetAssetsState_m902649493_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stPackageInfo_t4193927679 * V_1 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (int32_t)((-1)); } IL_000d: { String_t* L_2 = ___path0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); ___path0 = L_3; V_0 = (-1); V_1 = (stPackageInfo_t4193927679 *)NULL; Dictionary_2_t3979183978 * L_4 = __this->get_m_dictionary_1(); String_t* L_5 = ___path0; NullCheck(L_4); bool L_6 = Dictionary_2_TryGetValue_m807998225(L_4, L_5, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var); if (!L_6) { goto IL_0033; } } { stPackageInfo_t4193927679 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = L_7->get_state_1(); V_0 = L_8; } IL_0033: { int32_t L_9 = V_0; return L_9; } } // System.Void DMCore.Framework.Package.CPackageManager::OnTaskEnd(System.String,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_OnTaskEnd_m3899847359 (CPackageManager_t3847050571 * __this, String_t* ___path0, Object_t631007953 * ___abResult1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_OnTaskEnd_m3899847359_MetadataUsageId); s_Il2CppMethodInitialized = true; } stPackageInfo_t4193927679 * V_0 = NULL; { String_t* L_0 = ___path0; CPackageManager_SetResTaskEndRef_m1669935399(__this, L_0, /*hidden argument*/NULL); V_0 = (stPackageInfo_t4193927679 *)NULL; Dictionary_2_t3979183978 * L_1 = __this->get_m_dictionary_1(); String_t* L_2 = ___path0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m807998225(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m807998225_RuntimeMethod_var); if (L_3) { goto IL_002f; } } { stPackageInfo_t4193927679 * L_4 = (stPackageInfo_t4193927679 *)il2cpp_codegen_object_new(stPackageInfo_t4193927679_il2cpp_TypeInfo_var); stPackageInfo__ctor_m2029272345(L_4, /*hidden argument*/NULL); V_0 = L_4; Dictionary_2_t3979183978 * L_5 = __this->get_m_dictionary_1(); String_t* L_6 = ___path0; stPackageInfo_t4193927679 * L_7 = V_0; NullCheck(L_5); Dictionary_2_Add_m796985163(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m796985163_RuntimeMethod_var); } IL_002f: { Object_t631007953 * L_8 = ___abResult1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004e; } } { stPackageInfo_t4193927679 * L_10 = V_0; NullCheck(L_10); L_10->set_state_1(2); stPackageInfo_t4193927679 * L_11 = V_0; Object_t631007953 * L_12 = ___abResult1; NullCheck(L_11); L_11->set_result_0(L_12); goto IL_005c; } IL_004e: { stPackageInfo_t4193927679 * L_13 = V_0; NullCheck(L_13); L_13->set_state_1(3); stPackageInfo_t4193927679 * L_14 = V_0; NullCheck(L_14); L_14->set_result_0((Object_t631007953 *)NULL); } IL_005c: { stPackageInfo_t4193927679 * L_15 = V_0; NullCheck(L_15); OnResourceResult_t3899022047 * L_16 = L_15->get_m_callBackPtr_2(); if (!L_16) { goto IL_007f; } } { stPackageInfo_t4193927679 * L_17 = V_0; NullCheck(L_17); OnResourceResult_t3899022047 * L_18 = L_17->get_m_callBackPtr_2(); String_t* L_19 = ___path0; stPackageInfo_t4193927679 * L_20 = V_0; NullCheck(L_20); Object_t631007953 * L_21 = L_20->get_result_0(); stPackageInfo_t4193927679 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get_m_userData_3(); NullCheck(L_18); OnResourceResult_Invoke_m535001416(L_18, L_19, L_21, L_23, /*hidden argument*/NULL); } IL_007f: { ___abResult1 = (Object_t631007953 *)NULL; return; } } // System.Void DMCore.Framework.Package.CPackageManager::ResetAutoResRecord() extern "C" IL2CPP_METHOD_ATTR void CPackageManager_ResetAutoResRecord_m3497847396 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { { __this->set_m_nTaskEnd_2(0); __this->set_m_nTaskCnt_3(0); return; } } // System.Void DMCore.Framework.Package.CPackageManager::BeginAutoResRecord() extern "C" IL2CPP_METHOD_ATTR void CPackageManager_BeginAutoResRecord_m401445059 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { { __this->set_m_bAutoTaskFlag_4((bool)1); return; } } // System.Void DMCore.Framework.Package.CPackageManager::EndAutoResRecord() extern "C" IL2CPP_METHOD_ATTR void CPackageManager_EndAutoResRecord_m1605510304 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { { __this->set_m_bAutoTaskFlag_4((bool)0); return; } } // System.Int32 DMCore.Framework.Package.CPackageManager::GetTotalResTaskCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPackageManager_GetTotalResTaskCount_m3956624778 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_nTaskCnt_3(); return L_0; } } // System.Int32 DMCore.Framework.Package.CPackageManager::GetDoneResTaskRef() extern "C" IL2CPP_METHOD_ATTR int32_t CPackageManager_GetDoneResTaskRef_m1805641500 (CPackageManager_t3847050571 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_nTaskEnd_2(); return L_0; } } // System.Void DMCore.Framework.Package.CPackageManager::AddResTaskRef(System.String) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_AddResTaskRef_m589470932 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_AddResTaskRef_m589470932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bAutoTaskFlag_4(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { Dictionary_2_t2736202052 * L_1 = __this->get_m_DicAutoTask_5(); String_t* L_2 = ___path0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m229264953(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m229264953_RuntimeMethod_var); if (L_3) { goto IL_0038; } } { int32_t L_4 = __this->get_m_nTaskCnt_3(); __this->set_m_nTaskCnt_3(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); Dictionary_2_t2736202052 * L_5 = __this->get_m_DicAutoTask_5(); String_t* L_6 = ___path0; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, L_6, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); } IL_0038: { return; } } // System.Void DMCore.Framework.Package.CPackageManager::SetResTaskEndRef(System.String) extern "C" IL2CPP_METHOD_ATTR void CPackageManager_SetResTaskEndRef_m1669935399 (CPackageManager_t3847050571 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPackageManager_SetResTaskEndRef_m1669935399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2736202052 * L_0 = __this->get_m_DicAutoTask_5(); String_t* L_1 = ___path0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m229264953(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m229264953_RuntimeMethod_var); if (!L_2) { goto IL_002c; } } { int32_t L_3 = __this->get_m_nTaskEnd_2(); __this->set_m_nTaskEnd_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); Dictionary_2_t2736202052 * L_4 = __this->get_m_DicAutoTask_5(); String_t* L_5 = ___path0; NullCheck(L_4); Dictionary_2_Remove_m2305447852(L_4, L_5, /*hidden argument*/Dictionary_2_Remove_m2305447852_RuntimeMethod_var); } IL_002c: { 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.Framework.Package.CPackageManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CClearSpecialU3Ec__AnonStorey0__ctor_m127331042 (U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Package.CPackageManager/c__AnonStorey0::<>m__0(System.String) extern "C" IL2CPP_METHOD_ATTR bool U3CClearSpecialU3Ec__AnonStorey0_U3CU3Em__0_m3363695389 (U3CClearSpecialU3Ec__AnonStorey0_t3328601790 * __this, String_t* ___pathQuote0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CClearSpecialU3Ec__AnonStorey0_U3CU3Em__0_m3363695389_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Predicate_1_t2672744813 * L_0 = __this->get_func_0(); String_t* L_1 = ___pathQuote0; NullCheck(L_0); bool L_2 = Predicate_1_Invoke_m3045159867(L_0, L_1, /*hidden argument*/Predicate_1_Invoke_m3045159867_RuntimeMethod_var); if (!L_2) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = ___pathQuote0; NullCheck(L_3); bool L_5 = IResourceManager_IfProtectedRes_m3109961692(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0); goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { return (bool)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.Framework.Package.CPackageManager/stPackageInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stPackageInfo__ctor_m2029272345 (stPackageInfo_t4193927679 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_userData_3(0); __this->set_m_callBackPtr_2((OnResourceResult_t3899022047 *)NULL); __this->set_result_0((Object_t631007953 *)NULL); return; } } // System.Void DMCore.Framework.Package.CPackageManager/stPackageInfo::Destroy() extern "C" IL2CPP_METHOD_ATTR void stPackageInfo_Destroy_m1866505170 (stPackageInfo_t4193927679 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stPackageInfo_Destroy_m1866505170_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object_t631007953 * L_0 = __this->get_result_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_0024; } } { Object_t631007953 * L_2 = __this->get_result_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); __this->set_result_0((Object_t631007953 *)NULL); } IL_0024: { __this->set_state_1((-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.Framework.Package.CStreamFileData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CStreamFileData__ctor_m3079368184 (CStreamFileData_t117405574 * __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.Framework.Package.CStreamFileManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CStreamFileManager__ctor_m3402729973 (CStreamFileManager_t2440584139 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Package.CStreamFileManager::GetFileRealPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CStreamFileManager_GetFileRealPath_m4088430973 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamFileManager_GetFileRealPath_m4088430973_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Application_get_dataPath_m4232621142(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___filePath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3755062657(NULL /*static, unused*/, L_0, _stringLiteral3972439919, L_1, /*hidden argument*/NULL); return L_2; } } // System.String DMCore.Framework.Package.CStreamFileManager::GetStreamFileCfg() extern "C" IL2CPP_METHOD_ATTR String_t* CStreamFileManager_GetStreamFileCfg_m1614336058 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamFileManager_GetStreamFileCfg_m1614336058_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = CStreamFileManager_GetFileRealPath_m4088430973(NULL /*static, unused*/, _stringLiteral3717919010, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.List`1 DMCore.Framework.Package.CStreamFileManager::GetStreamFileList(UnityEngine.WWW) extern "C" IL2CPP_METHOD_ATTR List_1_t1589480316 * CStreamFileManager_GetStreamFileList_m4280419800 (RuntimeObject * __this /* static, unused */, WWW_t3688466362 * ___wwwTarget0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamFileManager_GetStreamFileList_m4280419800_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; String_t* V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlNodeList_t2551693786 * V_3 = NULL; List_1_t1589480316 * V_4 = NULL; List_1_t1589480316 * V_5 = NULL; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; CStreamFileData_t117405574 * 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); XmlNodeList_t2551693786 * G_B6_0 = NULL; { WWW_t3688466362 * L_0 = ___wwwTarget0; if (!L_0) { goto IL_0016; } } { WWW_t3688466362 * L_1 = ___wwwTarget0; NullCheck(L_1); String_t* L_2 = WWW_get_error_m3055313367(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0018; } } IL_0016: { return (List_1_t1589480316 *)NULL; } IL_0018: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_4 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_4, /*hidden argument*/NULL); V_0 = L_4; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_5 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); WWW_t3688466362 * L_6 = ___wwwTarget0; NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = WWW_get_bytes_m3061182897(L_6, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_8 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_5, L_7); V_1 = L_8; XmlDocument_t2837193595 * L_9 = V_0; String_t* L_10 = V_1; NullCheck(L_9); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_9, L_10); XmlDocument_t2837193595 * L_11 = V_0; NullCheck(L_11); XmlNode_t3767805227 * L_12 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_11); V_2 = L_12; XmlNode_t3767805227 * L_13 = V_2; if (!L_13) { goto IL_004e; } } IL_0043: { XmlNode_t3767805227 * L_14 = V_2; NullCheck(L_14); XmlNodeList_t2551693786 * L_15 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_14); G_B6_0 = L_15; goto IL_004f; } IL_004e: { G_B6_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_004f: { V_3 = G_B6_0; XmlNodeList_t2551693786 * L_16 = V_3; if (L_16) { goto IL_005e; } } IL_0056: { V_4 = (List_1_t1589480316 *)NULL; goto IL_00da; } IL_005e: { List_1_t1589480316 * L_17 = (List_1_t1589480316 *)il2cpp_codegen_object_new(List_1_t1589480316_il2cpp_TypeInfo_var); List_1__ctor_m643840122(L_17, /*hidden argument*/List_1__ctor_m643840122_RuntimeMethod_var); V_5 = L_17; V_6 = 0; goto IL_00b9; } IL_006d: { XmlNodeList_t2551693786 * L_18 = V_3; int32_t L_19 = V_6; NullCheck(L_18); XmlNode_t3767805227 * L_20 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_18, L_19); V_7 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_20, XmlElement_t561603118_il2cpp_TypeInfo_var)); CStreamFileData_t117405574 * L_21 = (CStreamFileData_t117405574 *)il2cpp_codegen_object_new(CStreamFileData_t117405574_il2cpp_TypeInfo_var); CStreamFileData__ctor_m3079368184(L_21, /*hidden argument*/NULL); V_8 = L_21; CStreamFileData_t117405574 * L_22 = V_8; XmlElement_t561603118 * L_23 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_24 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_23, _stringLiteral62725243, /*hidden argument*/NULL); NullCheck(L_22); L_22->set__filePath_0(L_24); CStreamFileData_t117405574 * L_25 = V_8; XmlElement_t561603118 * L_26 = V_7; int32_t L_27 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_26, _stringLiteral1902401671, 1, /*hidden argument*/NULL); NullCheck(L_25); L_25->set__fileVersion_1(L_27); List_1_t1589480316 * L_28 = V_5; CStreamFileData_t117405574 * L_29 = V_8; NullCheck(L_28); List_1_Add_m2679968346(L_28, L_29, /*hidden argument*/List_1_Add_m2679968346_RuntimeMethod_var); int32_t L_30 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00b9: { int32_t L_31 = V_6; XmlNodeList_t2551693786 * L_32 = V_3; NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_32); if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_006d; } } IL_00c6: { V_0 = (XmlDocument_t2837193595 *)NULL; List_1_t1589480316 * L_34 = V_5; V_4 = L_34; goto IL_00da; } } // 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_00d1; throw e; } CATCH_00d1: { // begin catch(System.Object) V_4 = (List_1_t1589480316 *)NULL; goto IL_00da; } // end catch (depth: 1) IL_00da: { List_1_t1589480316 * L_35 = V_4; return L_35; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang 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.Framework.Plugin.CAutoUpdatePlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAutoUpdatePlugin__ctor_m2290641892 (CAutoUpdatePlugin_t3199557684 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } extern "C" void DEFAULT_CALL FitfunCheckUpdate(char*, char*); // System.Void DMCore.Framework.Plugin.CAutoUpdatePlugin::FitfunCheckUpdate(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdatePlugin_FitfunCheckUpdate_m1354983911 (RuntimeObject * __this /* static, unused */, String_t* ___target0, String_t* ___msg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___target0' to native representation char* ____target0_marshaled = NULL; ____target0_marshaled = il2cpp_codegen_marshal_string(___target0); // Marshaling of parameter '___msg1' to native representation char* ____msg1_marshaled = NULL; ____msg1_marshaled = il2cpp_codegen_marshal_string(___msg1); // Native function invocation reinterpret_cast(FitfunCheckUpdate)(____target0_marshaled, ____msg1_marshaled); // Marshaling cleanup of parameter '___target0' native representation il2cpp_codegen_marshal_free(____target0_marshaled); ____target0_marshaled = NULL; // Marshaling cleanup of parameter '___msg1' native representation il2cpp_codegen_marshal_free(____msg1_marshaled); ____msg1_marshaled = NULL; } // DMCore.Framework.Plugin.CAutoUpdatePlugin DMCore.Framework.Plugin.CAutoUpdatePlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CAutoUpdatePlugin_t3199557684 * CAutoUpdatePlugin_GetInstance_m2366133980 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAutoUpdatePlugin_GetInstance_m2366133980_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAutoUpdatePlugin_t3199557684 * L_0 = ((CAutoUpdatePlugin_t3199557684_StaticFields*)il2cpp_codegen_static_fields_for(CAutoUpdatePlugin_t3199557684_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { CAutoUpdatePlugin_t3199557684 * L_1 = ((CAutoUpdatePlugin_t3199557684_StaticFields*)il2cpp_codegen_static_fields_for(CAutoUpdatePlugin_t3199557684_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { CAutoUpdatePlugin_t3199557684 * L_2 = (CAutoUpdatePlugin_t3199557684 *)il2cpp_codegen_object_new(CAutoUpdatePlugin_t3199557684_il2cpp_TypeInfo_var); CAutoUpdatePlugin__ctor_m2290641892(L_2, /*hidden argument*/NULL); ((CAutoUpdatePlugin_t3199557684_StaticFields*)il2cpp_codegen_static_fields_for(CAutoUpdatePlugin_t3199557684_il2cpp_TypeInfo_var))->set_s_Instance_0(L_2); CAutoUpdatePlugin_t3199557684 * L_3 = ((CAutoUpdatePlugin_t3199557684_StaticFields*)il2cpp_codegen_static_fields_for(CAutoUpdatePlugin_t3199557684_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_3; } } // System.Void DMCore.Framework.Plugin.CAutoUpdatePlugin::FitfunCheckUpdate_IOS(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CAutoUpdatePlugin_FitfunCheckUpdate_IOS_m1615199705 (CAutoUpdatePlugin_t3199557684 * __this, String_t* ___target0, String_t* ___msg1, const RuntimeMethod* method) { { String_t* L_0 = ___target0; String_t* L_1 = ___msg1; CAutoUpdatePlugin_FitfunCheckUpdate_m1354983911(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Plugin.CAutoUpdatePlugin::FitfunCheckUpdate_Android(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CAutoUpdatePlugin_FitfunCheckUpdate_Android_m3145937245 (CAutoUpdatePlugin_t3199557684 * __this, String_t* ___checkUrl0, String_t* ___patchUrl1, String_t* ___versionName2, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean DMCore.Framework.Plugin.CAutoUpdatePlugin::FitfunStartUpdate_Android(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CAutoUpdatePlugin_FitfunStartUpdate_Android_m1844415829 (CAutoUpdatePlugin_t3199557684 * __this, String_t* ___file_url0, String_t* ___update_type1, String_t* ___update_temp_file_path2, const RuntimeMethod* method) { { 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.Framework.Plugin.CFitfunApiPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin__ctor_m4115323445 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } extern "C" void DEFAULT_CALL FitfunLogin(char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunLogin_m1990209225 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___value0' to native representation char* ____value0_marshaled = NULL; ____value0_marshaled = il2cpp_codegen_marshal_string(___value0); // Native function invocation reinterpret_cast(FitfunLogin)(____value0_marshaled); // Marshaling cleanup of parameter '___value0' native representation il2cpp_codegen_marshal_free(____value0_marshaled); ____value0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitfunSwitchAccount(char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSwitchAccount(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSwitchAccount_m763816827 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___value0' to native representation char* ____value0_marshaled = NULL; ____value0_marshaled = il2cpp_codegen_marshal_string(___value0); // Native function invocation reinterpret_cast(FitfunSwitchAccount)(____value0_marshaled); // Marshaling cleanup of parameter '___value0' native representation il2cpp_codegen_marshal_free(____value0_marshaled); ____value0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitfunPay(char*, char*, char*, char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunPay(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunPay_m4123564536 (RuntimeObject * __this /* static, unused */, String_t* ___price0, String_t* ___productID1, String_t* ___extraInfo2, String_t* ___desc3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*, char*, char*); // Marshaling of parameter '___price0' to native representation char* ____price0_marshaled = NULL; ____price0_marshaled = il2cpp_codegen_marshal_string(___price0); // Marshaling of parameter '___productID1' to native representation char* ____productID1_marshaled = NULL; ____productID1_marshaled = il2cpp_codegen_marshal_string(___productID1); // Marshaling of parameter '___extraInfo2' to native representation char* ____extraInfo2_marshaled = NULL; ____extraInfo2_marshaled = il2cpp_codegen_marshal_string(___extraInfo2); // Marshaling of parameter '___desc3' to native representation char* ____desc3_marshaled = NULL; ____desc3_marshaled = il2cpp_codegen_marshal_string(___desc3); // Native function invocation reinterpret_cast(FitfunPay)(____price0_marshaled, ____productID1_marshaled, ____extraInfo2_marshaled, ____desc3_marshaled); // Marshaling cleanup of parameter '___price0' native representation il2cpp_codegen_marshal_free(____price0_marshaled); ____price0_marshaled = NULL; // Marshaling cleanup of parameter '___productID1' native representation il2cpp_codegen_marshal_free(____productID1_marshaled); ____productID1_marshaled = NULL; // Marshaling cleanup of parameter '___extraInfo2' native representation il2cpp_codegen_marshal_free(____extraInfo2_marshaled); ____extraInfo2_marshaled = NULL; // Marshaling cleanup of parameter '___desc3' native representation il2cpp_codegen_marshal_free(____desc3_marshaled); ____desc3_marshaled = NULL; } extern "C" char* DEFAULT_CALL FitfunGetChannelID(); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetChannelID() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetChannelID_m1648085260 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetChannelID)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunGetAppKey(); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetAppKey() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetAppKey_m2712040020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetAppKey)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunGetSecret(); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetSecret() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetSecret_m2707778532 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetSecret)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" void DEFAULT_CALL FitfunSetGameID(char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetGameID(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetGameID_m2319559826 (RuntimeObject * __this /* static, unused */, String_t* ___val0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___val0' to native representation char* ____val0_marshaled = NULL; ____val0_marshaled = il2cpp_codegen_marshal_string(___val0); // Native function invocation reinterpret_cast(FitfunSetGameID)(____val0_marshaled); // Marshaling cleanup of parameter '___val0' native representation il2cpp_codegen_marshal_free(____val0_marshaled); ____val0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitfunSetSDKUrl(char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetSDKUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetSDKUrl_m2581538183 (RuntimeObject * __this /* static, unused */, String_t* ___val0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___val0' to native representation char* ____val0_marshaled = NULL; ____val0_marshaled = il2cpp_codegen_marshal_string(___val0); // Native function invocation reinterpret_cast(FitfunSetSDKUrl)(____val0_marshaled); // Marshaling cleanup of parameter '___val0' native representation il2cpp_codegen_marshal_free(____val0_marshaled); ____val0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitfunSetPhotoPostUrl(char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetPhotoPostUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetPhotoPostUrl_m3272530482 (RuntimeObject * __this /* static, unused */, String_t* ___val0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___val0' to native representation char* ____val0_marshaled = NULL; ____val0_marshaled = il2cpp_codegen_marshal_string(___val0); // Native function invocation reinterpret_cast(FitfunSetPhotoPostUrl)(____val0_marshaled); // Marshaling cleanup of parameter '___val0' native representation il2cpp_codegen_marshal_free(____val0_marshaled); ____val0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitfunPlayMovie(char*, char*, char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunPlayMovie(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunPlayMovie_m3538133945 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___type1, String_t* ___u3dPath2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*, char*); // Marshaling of parameter '___path0' to native representation char* ____path0_marshaled = NULL; ____path0_marshaled = il2cpp_codegen_marshal_string(___path0); // Marshaling of parameter '___type1' to native representation char* ____type1_marshaled = NULL; ____type1_marshaled = il2cpp_codegen_marshal_string(___type1); // Marshaling of parameter '___u3dPath2' to native representation char* ____u3dPath2_marshaled = NULL; ____u3dPath2_marshaled = il2cpp_codegen_marshal_string(___u3dPath2); // Native function invocation reinterpret_cast(FitfunPlayMovie)(____path0_marshaled, ____type1_marshaled, ____u3dPath2_marshaled); // Marshaling cleanup of parameter '___path0' native representation il2cpp_codegen_marshal_free(____path0_marshaled); ____path0_marshaled = NULL; // Marshaling cleanup of parameter '___type1' native representation il2cpp_codegen_marshal_free(____type1_marshaled); ____type1_marshaled = NULL; // Marshaling cleanup of parameter '___u3dPath2' native representation il2cpp_codegen_marshal_free(____u3dPath2_marshaled); ____u3dPath2_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunReportScoreAndScoreInt(char*, char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunReportScoreAndScoreInt(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunReportScoreAndScoreInt_m996463095 (RuntimeObject * __this /* static, unused */, String_t* ___scoreInt0, String_t* ___scoreId1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___scoreInt0' to native representation char* ____scoreInt0_marshaled = NULL; ____scoreInt0_marshaled = il2cpp_codegen_marshal_string(___scoreInt0); // Marshaling of parameter '___scoreId1' to native representation char* ____scoreId1_marshaled = NULL; ____scoreId1_marshaled = il2cpp_codegen_marshal_string(___scoreId1); // Native function invocation reinterpret_cast(FitFunReportScoreAndScoreInt)(____scoreInt0_marshaled, ____scoreId1_marshaled); // Marshaling cleanup of parameter '___scoreInt0' native representation il2cpp_codegen_marshal_free(____scoreInt0_marshaled); ____scoreInt0_marshaled = NULL; // Marshaling cleanup of parameter '___scoreId1' native representation il2cpp_codegen_marshal_free(____scoreId1_marshaled); ____scoreId1_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunAchievementsWithId(char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunAchievementsWithId(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunAchievementsWithId_m349053815 (RuntimeObject * __this /* static, unused */, String_t* ___achievementsId0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___achievementsId0' to native representation char* ____achievementsId0_marshaled = NULL; ____achievementsId0_marshaled = il2cpp_codegen_marshal_string(___achievementsId0); // Native function invocation reinterpret_cast(FitFunAchievementsWithId)(____achievementsId0_marshaled); // Marshaling cleanup of parameter '___achievementsId0' native representation il2cpp_codegen_marshal_free(____achievementsId0_marshaled); ____achievementsId0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunShowGameCentre(); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunShowGameCentre() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunShowGameCentre_m2870647678 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitFunShowGameCentre)(); } extern "C" void DEFAULT_CALL FitFunOpenWebUrl(char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunOpenWebUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunOpenWebUrl_m1963598907 (RuntimeObject * __this /* static, unused */, String_t* ___webUrl0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___webUrl0' to native representation char* ____webUrl0_marshaled = NULL; ____webUrl0_marshaled = il2cpp_codegen_marshal_string(___webUrl0); // Native function invocation reinterpret_cast(FitFunOpenWebUrl)(____webUrl0_marshaled); // Marshaling cleanup of parameter '___webUrl0' native representation il2cpp_codegen_marshal_free(____webUrl0_marshaled); ____webUrl0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunShowSDKSetting(); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunShowSDKSetting() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunShowSDKSetting_m2151638409 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitFunShowSDKSetting)(); } extern "C" void DEFAULT_CALL FitFunSetFuncAny(char*, char*); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunSetFuncAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunSetFuncAny_m3378122884 (RuntimeObject * __this /* static, unused */, String_t* ___funcName0, String_t* ___param1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___funcName0' to native representation char* ____funcName0_marshaled = NULL; ____funcName0_marshaled = il2cpp_codegen_marshal_string(___funcName0); // Marshaling of parameter '___param1' to native representation char* ____param1_marshaled = NULL; ____param1_marshaled = il2cpp_codegen_marshal_string(___param1); // Native function invocation reinterpret_cast(FitFunSetFuncAny)(____funcName0_marshaled, ____param1_marshaled); // Marshaling cleanup of parameter '___funcName0' native representation il2cpp_codegen_marshal_free(____funcName0_marshaled); ____funcName0_marshaled = NULL; // Marshaling cleanup of parameter '___param1' native representation il2cpp_codegen_marshal_free(____param1_marshaled); ____param1_marshaled = NULL; } extern "C" char* DEFAULT_CALL FitFunGetFuncAny(char*, char*); // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunGetFuncAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitFunGetFuncAny_m2535677802 (RuntimeObject * __this /* static, unused */, String_t* ___funcName0, String_t* ___param1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___funcName0' to native representation char* ____funcName0_marshaled = NULL; ____funcName0_marshaled = il2cpp_codegen_marshal_string(___funcName0); // Marshaling of parameter '___param1' to native representation char* ____param1_marshaled = NULL; ____param1_marshaled = il2cpp_codegen_marshal_string(___param1); // Native function invocation char* returnValue = reinterpret_cast(FitFunGetFuncAny)(____funcName0_marshaled, ____param1_marshaled); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; // Marshaling cleanup of parameter '___funcName0' native representation il2cpp_codegen_marshal_free(____funcName0_marshaled); ____funcName0_marshaled = NULL; // Marshaling cleanup of parameter '___param1' native representation il2cpp_codegen_marshal_free(____param1_marshaled); ____param1_marshaled = NULL; return _returnValue_unmarshaled; } extern "C" void DEFAULT_CALL FitFunExitGame(); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitFunExitGame() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitFunExitGame_m2325562815 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitFunExitGame)(); } // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFitfunApiPlugin_t3372796910 * CFitfunApiPlugin_GetInstance_m148885372 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_GetInstance_m148885372_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_0 = ((CFitfunApiPlugin_t3372796910_StaticFields*)il2cpp_codegen_static_fields_for(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var))->get_s_instance_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_1 = ((CFitfunApiPlugin_t3372796910_StaticFields*)il2cpp_codegen_static_fields_for(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_1; } IL_0010: { CFitfunApiPlugin_t3372796910 * L_2 = (CFitfunApiPlugin_t3372796910 *)il2cpp_codegen_object_new(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin__ctor_m4115323445(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); ((CFitfunApiPlugin_t3372796910_StaticFields*)il2cpp_codegen_static_fields_for(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var))->set_s_instance_0(L_2); CFitfunApiPlugin_t3372796910 * L_3 = ((CFitfunApiPlugin_t3372796910_StaticFields*)il2cpp_codegen_static_fields_for(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_3; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunSetAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FitfunSetAny_m718870777 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_FitfunSetAny_m718870777_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___func0; String_t* L_1 = ___param1; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitFunSetFuncAny_m3378122884(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::FitfunGetAny(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_FitfunGetAny_m2314757983 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_FitfunGetAny_m2314757983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___func0; String_t* L_1 = ___param1; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); String_t* L_2 = CFitfunApiPlugin_FitFunGetFuncAny_m2535677802(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean DMCore.Framework.Plugin.CFitfunApiPlugin::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CFitfunApiPlugin_IsValid_m1594402615 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::UpdateUserInfo(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_UpdateUserInfo_m1908746466 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___strKey0, String_t* ___strValue1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FlushUserInfo() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FlushUserInfo_m1406865477 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { { return; } } // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::GetChannelId() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_GetChannelId_m1906671540 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_GetChannelId_m1906671540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); String_t* L_0 = CFitfunApiPlugin_FitfunGetChannelID_m1648085260(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::JumpWebURL(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_JumpWebURL_m1748527249 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_JumpWebURL_m1748527249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitFunOpenWebUrl_m1963598907(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::UnlockAchievement(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_UnlockAchievement_m3429912345 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___achievementsID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_UnlockAchievement_m3429912345_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___achievementsID0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitFunAchievementsWithId_m349053815(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::SubmitLeaderBoardlevel(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_SubmitLeaderBoardlevel_m787575110 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___level0, String_t* ___LeaderboardID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_SubmitLeaderBoardlevel_m787575110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___level0; String_t* L_1 = ___LeaderboardID1; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitFunReportScoreAndScoreInt_m996463095(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::ShowGoogleGameService() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_ShowGoogleGameService_m1633229647 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_ShowGoogleGameService_m1633229647_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitFunShowGameCentre_m2870647678(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::GetAppKey() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_GetAppKey_m3241652931 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_GetAppKey_m3241652931_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); String_t* L_0 = CFitfunApiPlugin_FitfunGetAppKey_m2712040020(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.String DMCore.Framework.Plugin.CFitfunApiPlugin::GetSecret() extern "C" IL2CPP_METHOD_ATTR String_t* CFitfunApiPlugin_GetSecret_m2168682214 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_GetSecret_m2168682214_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); String_t* L_0 = CFitfunApiPlugin_FitfunGetSecret_m2707778532(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::ShowLogin(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_ShowLogin_m2818968497 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___extraInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_ShowLogin_m2818968497_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___extraInfo0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitfunLogin_m1990209225(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::SwitchAccount(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_SwitchAccount_m2731789542 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___extraInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_SwitchAccount_m2731789542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___extraInfo0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitfunSwitchAccount_m763816827(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::ShowChargeWithPrice(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_ShowChargeWithPrice_m378197244 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___price0, String_t* ___desc1, String_t* ___extraInfo2, String_t* ___productid3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_ShowChargeWithPrice_m378197244_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___price0; String_t* L_1 = ___productid3; String_t* L_2 = ___extraInfo2; String_t* L_3 = ___desc1; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitfunPay_m4123564536(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::ShowSetting() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_ShowSetting_m3087186670 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_ShowSetting_m3087186670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitFunShowSDKSetting_m2151638409(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::Exit() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_Exit_m530241777 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FinalExit() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FinalExit_m2981253612 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_FinalExit_m2981253612_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitFunExitGame_m2325562815(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::SetServerID(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_SetServerID_m888026827 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___serverid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_SetServerID_m888026827_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___serverid0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitfunSetGameID_m2319559826(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::SetSDKUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_SetSDKUrl_m4025325209 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_SetSDKUrl_m4025325209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitfunSetSDKUrl_m2581538183(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::SetPhotoPostUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_SetPhotoPostUrl_m3263274112 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_SetPhotoPostUrl_m3263274112_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitfunSetPhotoPostUrl_m3272530482(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::PlayMovie_IOS(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_PlayMovie_IOS_m1178707411 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___path0, String_t* ___type1, String_t* ___u3dPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_PlayMovie_IOS_m1178707411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; String_t* L_1 = ___type1; String_t* L_2 = ___u3dPath2; IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_FitfunPlayMovie_m3538133945(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::UnZip(System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_UnZip_m2569629938 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___param0, const RuntimeMethod* method) { { return; } } // System.Int32 DMCore.Framework.Plugin.CFitfunApiPlugin::GetUnZipProgress() extern "C" IL2CPP_METHOD_ATTR int32_t CFitfunApiPlugin_GetUnZipProgress_m3727306511 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CFitfunApiPlugin_GetUnZipProgress_m3727306511_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = _stringLiteral3452614544; } IL_0006: try { // begin try (depth: 1) String_t* L_0 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_1 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_1 = L_1; goto IL_001b; } // 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_0012; throw e; } CATCH_0012: { // begin catch(System.Object) V_1 = ((int32_t)100); goto IL_001b; } // end catch (depth: 1) IL_001b: { int32_t L_2 = V_1; return L_2; } } // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::.cctor() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin__cctor_m2932220806 (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.Framework.Plugin.CLocationPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin__ctor_m855073643 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Plugin.CLocationPlugin DMCore.Framework.Plugin.CLocationPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocationPlugin_t3425133258 * CLocationPlugin_GetInstance_m871887328 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationPlugin_GetInstance_m871887328_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CLocationPlugin_t3425133258 * L_0 = ((CLocationPlugin_t3425133258_StaticFields*)il2cpp_codegen_static_fields_for(CLocationPlugin_t3425133258_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { CLocationPlugin_t3425133258 * L_1 = ((CLocationPlugin_t3425133258_StaticFields*)il2cpp_codegen_static_fields_for(CLocationPlugin_t3425133258_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { CLocationPlugin_t3425133258 * L_2 = (CLocationPlugin_t3425133258 *)il2cpp_codegen_object_new(CLocationPlugin_t3425133258_il2cpp_TypeInfo_var); CLocationPlugin__ctor_m855073643(L_2, /*hidden argument*/NULL); ((CLocationPlugin_t3425133258_StaticFields*)il2cpp_codegen_static_fields_for(CLocationPlugin_t3425133258_il2cpp_TypeInfo_var))->set_s_Instance_0(L_2); CLocationPlugin_t3425133258 * L_3 = ((CLocationPlugin_t3425133258_StaticFields*)il2cpp_codegen_static_fields_for(CLocationPlugin_t3425133258_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_3; } } extern "C" void DEFAULT_CALL FitfunLocationInit(); // System.Void DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationInit() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_FitfunLocationInit_m3415562492 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitfunLocationInit)(); } extern "C" void DEFAULT_CALL FitfunLocationStop(); // System.Void DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationStop() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_FitfunLocationStop_m94317202 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitfunLocationStop)(); } extern "C" int32_t DEFAULT_CALL FitfunLocationGetStatus(); // System.Int32 DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationGetStatus() extern "C" IL2CPP_METHOD_ATTR int32_t CLocationPlugin_FitfunLocationGetStatus_m2605149081 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation int32_t returnValue = reinterpret_cast(FitfunLocationGetStatus)(); return returnValue; } extern "C" double DEFAULT_CALL FitfunLocationGetLatitude(); // System.Double DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationGetLatitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_FitfunLocationGetLatitude_m1133205783 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef double (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation double returnValue = reinterpret_cast(FitfunLocationGetLatitude)(); return returnValue; } extern "C" double DEFAULT_CALL FitfunLocationGetLongitude(); // System.Double DMCore.Framework.Plugin.CLocationPlugin::FitfunLocationGetLongitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_FitfunLocationGetLongitude_m1676952612 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef double (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation double returnValue = reinterpret_cast(FitfunLocationGetLongitude)(); return returnValue; } // System.Boolean DMCore.Framework.Plugin.CLocationPlugin::InitLocation() extern "C" IL2CPP_METHOD_ATTR bool CLocationPlugin_InitLocation_m3615017710 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method) { { CLocationPlugin_FitfunLocationInit_m3415562492(NULL /*static, unused*/, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Plugin.CLocationPlugin::StopLocation() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_StopLocation_m655950583 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method) { { CLocationPlugin_FitfunLocationStop_m94317202(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Double DMCore.Framework.Plugin.CLocationPlugin::GetLatitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_GetLatitude_m2450752614 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method) { { double L_0 = CLocationPlugin_FitfunLocationGetLatitude_m1133205783(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Double DMCore.Framework.Plugin.CLocationPlugin::GetLongtitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_GetLongtitude_m2997455815 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method) { { double L_0 = CLocationPlugin_FitfunLocationGetLongitude_m1676952612(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // DMCore.Framework.Plugin.enumLocationState DMCore.Framework.Plugin.CLocationPlugin::GetState() extern "C" IL2CPP_METHOD_ATTR int32_t CLocationPlugin_GetState_m2780783325 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; int32_t L_0 = CLocationPlugin_FitfunLocationGetStatus_m2605149081(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; return L_1; } } // System.Void DMCore.Framework.Plugin.CLocationPlugin::OpenSetting() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_OpenSetting_m2908768261 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationPlugin_OpenSetting_m2908768261_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1572313864, /*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.Framework.Plugin.CPluginConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPluginConfig__ctor_m257803285 (CPluginConfig_t32997114 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } extern "C" char* DEFAULT_CALL FitfunGetServerKey(char*); // System.String DMCore.Framework.Plugin.CPluginConfig::FitfunGetServerKey(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPluginConfig_FitfunGetServerKey_m4263031499 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___value0' to native representation char* ____value0_marshaled = NULL; ____value0_marshaled = il2cpp_codegen_marshal_string(___value0); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetServerKey)(____value0_marshaled); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; // Marshaling cleanup of parameter '___value0' native representation il2cpp_codegen_marshal_free(____value0_marshaled); ____value0_marshaled = NULL; return _returnValue_unmarshaled; } // DMCore.Framework.Plugin.CPluginConfig DMCore.Framework.Plugin.CPluginConfig::getInstance() extern "C" IL2CPP_METHOD_ATTR CPluginConfig_t32997114 * CPluginConfig_getInstance_m1696391661 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPluginConfig_getInstance_m1696391661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPluginConfig_t32997114_il2cpp_TypeInfo_var); CPluginConfig_t32997114 * L_0 = ((CPluginConfig_t32997114_StaticFields*)il2cpp_codegen_static_fields_for(CPluginConfig_t32997114_il2cpp_TypeInfo_var))->get_s_instance_0(); if (L_0) { goto IL_0014; } } { CPluginConfig_t32997114 * L_1 = (CPluginConfig_t32997114 *)il2cpp_codegen_object_new(CPluginConfig_t32997114_il2cpp_TypeInfo_var); CPluginConfig__ctor_m257803285(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPluginConfig_t32997114_il2cpp_TypeInfo_var); ((CPluginConfig_t32997114_StaticFields*)il2cpp_codegen_static_fields_for(CPluginConfig_t32997114_il2cpp_TypeInfo_var))->set_s_instance_0(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPluginConfig_t32997114_il2cpp_TypeInfo_var); CPluginConfig_t32997114 * L_2 = ((CPluginConfig_t32997114_StaticFields*)il2cpp_codegen_static_fields_for(CPluginConfig_t32997114_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_2; } } // System.String DMCore.Framework.Plugin.CPluginConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPluginConfig_GetConfigString_m4093530641 (CPluginConfig_t32997114 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPluginConfig_GetConfigString_m4093530641_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(CPluginConfig_t32997114_il2cpp_TypeInfo_var); String_t* L_1 = CPluginConfig_FitfunGetServerKey_m4263031499(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0014; } } { String_t* L_4 = V_0; return L_4; } IL_0014: { String_t* L_5 = ___defaultVal1; return L_5; } } // System.Int32 DMCore.Framework.Plugin.CPluginConfig::GetConfigInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPluginConfig_GetConfigInt_m2273657834 (CPluginConfig_t32997114 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPluginConfig_GetConfigInt_m2273657834_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 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); { String_t* L_0 = ___key0; String_t* L_1 = Int32_ToString_m141394615((&___defaultVal1), /*hidden argument*/NULL); String_t* L_2 = CPluginConfig_GetConfigString_m4093530641(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: try { // begin try (depth: 1) String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_4 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; goto IL_0029; } // 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_0021; throw e; } CATCH_0021: { // begin catch(System.Object) int32_t L_5 = ___defaultVal1; V_1 = L_5; goto IL_0029; } // end catch (depth: 1) IL_0029: { int32_t L_6 = V_1; return L_6; } } // System.Void DMCore.Framework.Plugin.CPluginConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPluginConfig__cctor_m3290094594 (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.Framework.Plugin.CRecorder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRecorder__ctor_m1394490903 (CRecorder_t2207788680 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Plugin.CRecorder DMCore.Framework.Plugin.CRecorder::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRecorder_t2207788680 * CRecorder_GetInstance_m1534750914 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRecorder_GetInstance_m1534750914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRecorder_t2207788680_il2cpp_TypeInfo_var); CRecorder_t2207788680 * L_0 = ((CRecorder_t2207788680_StaticFields*)il2cpp_codegen_static_fields_for(CRecorder_t2207788680_il2cpp_TypeInfo_var))->get_s_instance_0(); if (L_0) { goto IL_0014; } } { CRecorder_t2207788680 * L_1 = (CRecorder_t2207788680 *)il2cpp_codegen_object_new(CRecorder_t2207788680_il2cpp_TypeInfo_var); CRecorder__ctor_m1394490903(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRecorder_t2207788680_il2cpp_TypeInfo_var); ((CRecorder_t2207788680_StaticFields*)il2cpp_codegen_static_fields_for(CRecorder_t2207788680_il2cpp_TypeInfo_var))->set_s_instance_0(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CRecorder_t2207788680_il2cpp_TypeInfo_var); CRecorder_t2207788680 * L_2 = ((CRecorder_t2207788680_StaticFields*)il2cpp_codegen_static_fields_for(CRecorder_t2207788680_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_2; } } // System.Boolean DMCore.Framework.Plugin.CRecorder::StartRecord(System.String) extern "C" IL2CPP_METHOD_ATTR bool CRecorder_StartRecord_m3003715457 (CRecorder_t2207788680 * __this, String_t* ___fileFullPath0, const RuntimeMethod* method) { { return (bool)0; } } // System.Single DMCore.Framework.Plugin.CRecorder::StopRecord() extern "C" IL2CPP_METHOD_ATTR float CRecorder_StopRecord_m1261662095 (CRecorder_t2207788680 * __this, const RuntimeMethod* method) { { return (-1.0f); } } // System.Boolean DMCore.Framework.Plugin.CRecorder::PlayRecAudio(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CRecorder_PlayRecAudio_m3781362147 (CRecorder_t2207788680 * __this, String_t* ___fileFullPath0, String_t* ___listenerName1, String_t* ___completedCallback2, const RuntimeMethod* method) { { return (bool)0; } } // System.Void DMCore.Framework.Plugin.CRecorder::StopRecAudio() extern "C" IL2CPP_METHOD_ATTR void CRecorder_StopRecAudio_m3000555455 (CRecorder_t2207788680 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Plugin.CRecorder::.cctor() extern "C" IL2CPP_METHOD_ATTR void CRecorder__cctor_m4084620970 (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.Framework.Plugin.CShareApi::.ctor() extern "C" IL2CPP_METHOD_ATTR void CShareApi__ctor_m1211717007 (CShareApi_t1546988400 * __this, const RuntimeMethod* method) { { ILogicBase__ctor_m2199354544(__this, /*hidden argument*/NULL); return; } } extern "C" void DEFAULT_CALL FitFunShareWithImageAndText(char*, char*); // System.Void DMCore.Framework.Plugin.CShareApi::FitFunShareWithImageAndText(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CShareApi_FitFunShareWithImageAndText_m1161060164 (RuntimeObject * __this /* static, unused */, String_t* ___imagePath0, String_t* ___text1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___imagePath0' to native representation char* ____imagePath0_marshaled = NULL; ____imagePath0_marshaled = il2cpp_codegen_marshal_string(___imagePath0); // Marshaling of parameter '___text1' to native representation char* ____text1_marshaled = NULL; ____text1_marshaled = il2cpp_codegen_marshal_string(___text1); // Native function invocation reinterpret_cast(FitFunShareWithImageAndText)(____imagePath0_marshaled, ____text1_marshaled); // Marshaling cleanup of parameter '___imagePath0' native representation il2cpp_codegen_marshal_free(____imagePath0_marshaled); ____imagePath0_marshaled = NULL; // Marshaling cleanup of parameter '___text1' native representation il2cpp_codegen_marshal_free(____text1_marshaled); ____text1_marshaled = NULL; } // DMCore.Framework.Plugin.CShareApi DMCore.Framework.Plugin.CShareApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShareApi_t1546988400 * CShareApi_GetInstance_m3490119775 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CShareApi_GetInstance_m3490119775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CShareApi_t1546988400_il2cpp_TypeInfo_var); CShareApi_t1546988400 * L_0 = ((CShareApi_t1546988400_StaticFields*)il2cpp_codegen_static_fields_for(CShareApi_t1546988400_il2cpp_TypeInfo_var))->get_s_instance_5(); if (L_0) { goto IL_001e; } } { CShareApi_t1546988400 * L_1 = (CShareApi_t1546988400 *)il2cpp_codegen_object_new(CShareApi_t1546988400_il2cpp_TypeInfo_var); CShareApi__ctor_m1211717007(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShareApi_t1546988400_il2cpp_TypeInfo_var); ((CShareApi_t1546988400_StaticFields*)il2cpp_codegen_static_fields_for(CShareApi_t1546988400_il2cpp_TypeInfo_var))->set_s_instance_5(L_1); CShareApi_t1546988400 * L_2 = ((CShareApi_t1546988400_StaticFields*)il2cpp_codegen_static_fields_for(CShareApi_t1546988400_il2cpp_TypeInfo_var))->get_s_instance_5(); DMGameInterface_AddRootChild_m3522620366(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(CShareApi_t1546988400_il2cpp_TypeInfo_var); CShareApi_t1546988400 * L_3 = ((CShareApi_t1546988400_StaticFields*)il2cpp_codegen_static_fields_for(CShareApi_t1546988400_il2cpp_TypeInfo_var))->get_s_instance_5(); return L_3; } } // System.Void DMCore.Framework.Plugin.CShareApi::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CShareApi_OnUpdate_m928821013 (CShareApi_t1546988400 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CShareApi_OnUpdate_m928821013_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_b_task_4(); if (!L_0) { goto IL_005d; } } { String_t* L_1 = Application_get_persistentDataPath_m1428108154(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral1281882627, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; bool L_4 = File_Exists_m3943585060(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_005d; } } { __this->set_b_task_4((bool)0); GameObject_t1113636619 * L_5 = __this->get_m_obj_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0051; } } { GameObject_t1113636619 * L_7 = __this->get_m_obj_6(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); __this->set_m_obj_6((GameObject_t1113636619 *)NULL); } IL_0051: { String_t* L_8 = V_0; String_t* L_9 = __this->get_m_strText_7(); IL2CPP_RUNTIME_CLASS_INIT(CShareApi_t1546988400_il2cpp_TypeInfo_var); CShareApi_FitFunShareWithImageAndText_m1161060164(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void DMCore.Framework.Plugin.CShareApi::ScreenShotShare(UnityEngine.GameObject,System.String) extern "C" IL2CPP_METHOD_ATTR void CShareApi_ScreenShotShare_m3407807652 (CShareApi_t1546988400 * __this, GameObject_t1113636619 * ___obj0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CShareApi_ScreenShotShare_m3407807652_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { GameObject_t1113636619 * L_0 = ___obj0; __this->set_m_obj_6(L_0); __this->set_b_task_4((bool)1); GameObject_t1113636619 * L_1 = __this->get_m_obj_6(); 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_002b; } } { GameObject_t1113636619 * L_3 = __this->get_m_obj_6(); NullCheck(L_3); GameObject_SetActive_m796801857(L_3, (bool)0, /*hidden argument*/NULL); } IL_002b: { String_t* L_4 = ___text1; __this->set_m_strText_7(L_4); String_t* L_5 = Application_get_persistentDataPath_m1428108154(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral1281882627, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; bool L_8 = File_Exists_m3943585060(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0053; } } { String_t* L_9 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); } IL_0053: { ScreenCapture_CaptureScreenshot_m934745658(NULL /*static, unused*/, _stringLiteral1514024219, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CShareApi::.cctor() extern "C" IL2CPP_METHOD_ATTR void CShareApi__cctor_m869533868 (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.Framework.Plugin.CSnapshot::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSnapshot__ctor_m2854750939 (CSnapshot_t1553868284 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Plugin.CSnapshot DMCore.Framework.Plugin.CSnapshot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSnapshot_t1553868284 * CSnapshot_GetInstance_m283404718 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSnapshot_GetInstance_m283404718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSnapshot_t1553868284_il2cpp_TypeInfo_var); CSnapshot_t1553868284 * L_0 = ((CSnapshot_t1553868284_StaticFields*)il2cpp_codegen_static_fields_for(CSnapshot_t1553868284_il2cpp_TypeInfo_var))->get_s_instance_4(); if (L_0) { goto IL_0014; } } { CSnapshot_t1553868284 * L_1 = (CSnapshot_t1553868284 *)il2cpp_codegen_object_new(CSnapshot_t1553868284_il2cpp_TypeInfo_var); CSnapshot__ctor_m2854750939(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSnapshot_t1553868284_il2cpp_TypeInfo_var); ((CSnapshot_t1553868284_StaticFields*)il2cpp_codegen_static_fields_for(CSnapshot_t1553868284_il2cpp_TypeInfo_var))->set_s_instance_4(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CSnapshot_t1553868284_il2cpp_TypeInfo_var); CSnapshot_t1553868284 * L_2 = ((CSnapshot_t1553868284_StaticFields*)il2cpp_codegen_static_fields_for(CSnapshot_t1553868284_il2cpp_TypeInfo_var))->get_s_instance_4(); return L_2; } } extern "C" void DEFAULT_CALL FitfunSnapShotCamera(); // System.Void DMCore.Framework.Plugin.CSnapshot::FitfunSnapShotCamera() extern "C" IL2CPP_METHOD_ATTR void CSnapshot_FitfunSnapShotCamera_m1552522195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitfunSnapShotCamera)(); } extern "C" void DEFAULT_CALL FitfunSnapShotLibrary(); // System.Void DMCore.Framework.Plugin.CSnapshot::FitfunSnapShotLibrary() extern "C" IL2CPP_METHOD_ATTR void CSnapshot_FitfunSnapShotLibrary_m4084953627 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitfunSnapShotLibrary)(); } extern "C" int32_t DEFAULT_CALL FitfunClipShot(char*, float, float, float, float); // System.Int32 DMCore.Framework.Plugin.CSnapshot::FitfunClipShot(System.String,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t CSnapshot_FitfunClipShot_m2857742001 (RuntimeObject * __this /* static, unused */, String_t* ___path0, float ___x1, float ___y2, float ___width3, float ___height4, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*, float, float, float, float); // Marshaling of parameter '___path0' to native representation char* ____path0_marshaled = NULL; ____path0_marshaled = il2cpp_codegen_marshal_string(___path0); // Native function invocation int32_t returnValue = reinterpret_cast(FitfunClipShot)(____path0_marshaled, ___x1, ___y2, ___width3, ___height4); // Marshaling cleanup of parameter '___path0' native representation il2cpp_codegen_marshal_free(____path0_marshaled); ____path0_marshaled = NULL; return returnValue; } extern "C" int32_t DEFAULT_CALL FitfunPostImage(char*); // System.Int32 DMCore.Framework.Plugin.CSnapshot::FitfunPostImage(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSnapshot_FitfunPostImage_m3841037695 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___filePath0' to native representation char* ____filePath0_marshaled = NULL; ____filePath0_marshaled = il2cpp_codegen_marshal_string(___filePath0); // Native function invocation int32_t returnValue = reinterpret_cast(FitfunPostImage)(____filePath0_marshaled); // Marshaling cleanup of parameter '___filePath0' native representation il2cpp_codegen_marshal_free(____filePath0_marshaled); ____filePath0_marshaled = NULL; return returnValue; } // System.Void DMCore.Framework.Plugin.CSnapshot::SnapFromCamera(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CSnapshot_SnapFromCamera_m3978012839 (CSnapshot_t1553868284 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSnapshot_SnapFromCamera_m3978012839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSnapshot_t1553868284_il2cpp_TypeInfo_var); CSnapshot_FitfunSnapShotCamera_m1552522195(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CSnapshot::SnapFromPhotoLib(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CSnapshot_SnapFromPhotoLib_m1857694230 (CSnapshot_t1553868284 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSnapshot_SnapFromPhotoLib_m1857694230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSnapshot_t1553868284_il2cpp_TypeInfo_var); CSnapshot_FitfunSnapShotLibrary_m4084953627(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Plugin.CSnapshot::ClipImage(System.String,UnityEngine.Rect) extern "C" IL2CPP_METHOD_ATTR bool CSnapshot_ClipImage_m370228817 (CSnapshot_t1553868284 * __this, String_t* ___srcPath0, Rect_t2360479859 ___rt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSnapshot_ClipImage_m370228817_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { String_t* L_0 = ___srcPath0; float L_1 = Rect_get_x_m3839990490((&___rt1), /*hidden argument*/NULL); float L_2 = Rect_get_y_m1501338330((&___rt1), /*hidden argument*/NULL); float L_3 = Rect_get_width_m3421484486((&___rt1), /*hidden argument*/NULL); float L_4 = Rect_get_height_m1358425599((&___rt1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSnapshot_t1553868284_il2cpp_TypeInfo_var); int32_t L_5 = CSnapshot_FitfunClipShot_m2857742001(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if (!L_6) { goto IL_002f; } } { G_B3_0 = 1; goto IL_0030; } IL_002f: { G_B3_0 = 0; } IL_0030: { return (bool)G_B3_0; } } // System.Int32 DMCore.Framework.Plugin.CSnapshot::FitfunPostImage_IOS(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CSnapshot_FitfunPostImage_IOS_m3325331731 (CSnapshot_t1553868284 * __this, String_t* ___filePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSnapshot_FitfunPostImage_IOS_m3325331731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___filePath0; IL2CPP_RUNTIME_CLASS_INIT(CSnapshot_t1553868284_il2cpp_TypeInfo_var); int32_t L_1 = CSnapshot_FitfunPostImage_m3841037695(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Framework.Plugin.CSnapshot::.cctor() extern "C" IL2CPP_METHOD_ATTR void CSnapshot__cctor_m1074800327 (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.Framework.Plugin.CSystemTool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSystemTool__ctor_m441508016 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool__ctor_m441508016_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // DMCore.Framework.Plugin.CSystemTool DMCore.Framework.Plugin.CSystemTool::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemTool_t575361936 * CSystemTool_GetInstance_m3874669591 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetInstance_m3874669591_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_0 = ((CSystemTool_t575361936_StaticFields*)il2cpp_codegen_static_fields_for(CSystemTool_t575361936_il2cpp_TypeInfo_var))->get_s_instance_0(); if (L_0) { goto IL_0014; } } { CSystemTool_t575361936 * L_1 = (CSystemTool_t575361936 *)il2cpp_codegen_object_new(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool__ctor_m441508016(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); ((CSystemTool_t575361936_StaticFields*)il2cpp_codegen_static_fields_for(CSystemTool_t575361936_il2cpp_TypeInfo_var))->set_s_instance_0(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_2 = ((CSystemTool_t575361936_StaticFields*)il2cpp_codegen_static_fields_for(CSystemTool_t575361936_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_2; } } // System.String DMCore.Framework.Plugin.CSystemTool::postToWeb(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_postToWeb_m1073327539 (RuntimeObject * __this /* static, unused */, String_t* ___webUrl0, String_t* ___m_Params1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_postToWeb_m1073327539_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___webUrl0; String_t* L_1 = ___m_Params1; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_2 = CSystemToolPlugin_postToWeb_m2608707494(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetRunTimeTotalMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetRunTimeTotalMemory_m1097030965 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetRunTimeTotalMemory_m1097030965_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CSystemToolPlugin_GetRunTimeTotalMemory_m3605653953(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetRunTimeFreeMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetRunTimeFreeMemory_m1754790932 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetRunTimeFreeMemory_m1754790932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CSystemToolPlugin_GetRunTimeFreeMemory_m2646642092(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetRunTimeMaxMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetRunTimeMaxMemory_m3789964731 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetRunTimeMaxMemory_m3789964731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CSystemToolPlugin_GetRunTimeMaxMemory_m450490736(L_0, /*hidden argument*/NULL); return L_1; } } // System.Single DMCore.Framework.Plugin.CSystemTool::GetFloatValueTest() extern "C" IL2CPP_METHOD_ATTR float CSystemTool_GetFloatValueTest_m3332475225 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetFloatValueTest_m3332475225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); float L_1 = CSystemToolPlugin_GetFloatValueTest_m592220452(L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Plugin.CSystemTool::GetAppVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetAppVersion_m2910533976 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetAppVersion_m2910533976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetAppVersion_m3830952267(L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Plugin.CSystemTool::GetOSVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetOSVersion_m3545277412 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetOSVersion_m3545277412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetOSVersion_m1444923725(L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Plugin.CSystemTool::GetProviderName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetProviderName_m158099627 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetProviderName_m158099627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetProviderName_m1546040799(L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Plugin.CSystemTool::GetNetType() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetNetType_m517615747 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetNetType_m517615747_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetNetType_m1866233060(L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Plugin.CSystemTool::GetDeviceId() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetDeviceId_m3798722598 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetDeviceId_m3798722598_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetDeviceId_m2255570775(L_0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Plugin.CSystemTool::GetMobileModel() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_GetMobileModel_m752262772 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetMobileModel_m752262772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetMobileModel_m3457325503(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 DMCore.Framework.Plugin.CSystemTool::GetMobilePlatform() extern "C" IL2CPP_METHOD_ATTR int32_t CSystemTool_GetMobilePlatform_m3120679726 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetMobilePlatform_m3120679726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CSystemToolPlugin_GetMobilePlatform_m2437159516(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 DMCore.Framework.Plugin.CSystemTool::GetAvailMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemTool_GetAvailMemory_m1133097970 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_GetAvailMemory_m1133097970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CSystemToolPlugin_GetAvailMemory_m2913005524(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Framework.Plugin.CSystemTool::ClearSystemMemory() extern "C" IL2CPP_METHOD_ATTR void CSystemTool_ClearSystemMemory_m65061909 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_ClearSystemMemory_m65061909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSystemToolPlugin_ClearSystemMemory_m4045280872(L_0, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Plugin.CSystemTool::getMac() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemTool_getMac_m3551318662 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_getMac_m3551318662_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CSystemToolPlugin_GetMacAddress_m319283110(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Framework.Plugin.CSystemTool::SaveVirtulMemState() extern "C" IL2CPP_METHOD_ATTR void CSystemTool_SaveVirtulMemState_m2310416075 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_SaveVirtulMemState_m2310416075_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CLogHelp_t779629444 * L_0 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = CSystemTool_GetRunTimeFreeMemory_m1754790932(__this, /*hidden argument*/NULL); int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2992688074, L_3, /*hidden argument*/NULL); NullCheck(L_0); CLogHelp_LogFile_m4227814860(L_0, L_4, /*hidden argument*/NULL); CLogHelp_t779629444 * L_5 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_6 = CSystemTool_GetRunTimeTotalMemory_m1097030965(__this, /*hidden argument*/NULL); int64_t L_7 = L_6; RuntimeObject * L_8 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3369110231, L_8, /*hidden argument*/NULL); NullCheck(L_5); CLogHelp_LogFile_m4227814860(L_5, L_9, /*hidden argument*/NULL); CLogHelp_t779629444 * L_10 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_11 = CSystemTool_GetRunTimeMaxMemory_m3789964731(__this, /*hidden argument*/NULL); int64_t L_12 = L_11; RuntimeObject * L_13 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_12); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral782971083, L_13, /*hidden argument*/NULL); NullCheck(L_10); CLogHelp_LogFile_m4227814860(L_10, L_14, /*hidden argument*/NULL); CLogHelp_t779629444 * L_15 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_16 = CSystemTool_GetAvailMemory_m1133097970(__this, /*hidden argument*/NULL); int64_t L_17 = L_16; RuntimeObject * L_18 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3977671532, L_18, /*hidden argument*/NULL); NullCheck(L_15); CLogHelp_LogFile_m4227814860(L_15, L_19, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CSystemTool::RestartApp() extern "C" IL2CPP_METHOD_ATTR void CSystemTool_RestartApp_m2173455143 (CSystemTool_t575361936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemTool_RestartApp_m2173455143_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = CSystemToolPlugin_GetInstance_m1746780767(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSystemToolPlugin_RestartApp_m2920582899(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CSystemTool::.cctor() extern "C" IL2CPP_METHOD_ATTR void CSystemTool__cctor_m2552056908 (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.Framework.Plugin.CSystemToolPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin__ctor_m2819318304 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Plugin.CSystemToolPlugin DMCore.Framework.Plugin.CSystemToolPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemToolPlugin_t1584592813 * CSystemToolPlugin_GetInstance_m1746780767 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetInstance_m1746780767_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_0 = ((CSystemToolPlugin_t1584592813_StaticFields*)il2cpp_codegen_static_fields_for(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var))->get_s_instance_0(); if (L_0) { goto IL_0014; } } { CSystemToolPlugin_t1584592813 * L_1 = (CSystemToolPlugin_t1584592813 *)il2cpp_codegen_object_new(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin__ctor_m2819318304(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); ((CSystemToolPlugin_t1584592813_StaticFields*)il2cpp_codegen_static_fields_for(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var))->set_s_instance_0(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); CSystemToolPlugin_t1584592813 * L_2 = ((CSystemToolPlugin_t1584592813_StaticFields*)il2cpp_codegen_static_fields_for(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_2; } } extern "C" int64_t DEFAULT_CALL FitfunUsedMemory(); // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::FitfunUsedMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_FitfunUsedMemory_m2817608740 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int64_t (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation int64_t returnValue = reinterpret_cast(FitfunUsedMemory)(); return returnValue; } extern "C" char* DEFAULT_CALL FitfunGetDeviceID(); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetDeviceID() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetDeviceID_m744285618 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetDeviceID)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunGetVersionName(); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetVersionName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetVersionName_m1114000329 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetVersionName)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunPostData(char*, char*); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunPostData(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunPostData_m3708881978 (RuntimeObject * __this /* static, unused */, String_t* ___webUrl0, String_t* ___m_Params1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___webUrl0' to native representation char* ____webUrl0_marshaled = NULL; ____webUrl0_marshaled = il2cpp_codegen_marshal_string(___webUrl0); // Marshaling of parameter '___m_Params1' to native representation char* ____m_Params1_marshaled = NULL; ____m_Params1_marshaled = il2cpp_codegen_marshal_string(___m_Params1); // Native function invocation char* returnValue = reinterpret_cast(FitfunPostData)(____webUrl0_marshaled, ____m_Params1_marshaled); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; // Marshaling cleanup of parameter '___webUrl0' native representation il2cpp_codegen_marshal_free(____webUrl0_marshaled); ____webUrl0_marshaled = NULL; // Marshaling cleanup of parameter '___m_Params1' native representation il2cpp_codegen_marshal_free(____m_Params1_marshaled); ____m_Params1_marshaled = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunGetMacAddress(); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetMacAddress() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetMacAddress_m588652115 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetMacAddress)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunGetAppName(); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetAppName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetAppName_m341300705 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetAppName)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunGetOSVersion(); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetOSVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetOSVersion_m3129501121 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetOSVersion)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } extern "C" char* DEFAULT_CALL FitfunGetPhoneModel(); // System.String DMCore.Framework.Plugin.CSystemToolPlugin::FitfunGetPhoneModel() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_FitfunGetPhoneModel_m2187159729 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation char* returnValue = reinterpret_cast(FitfunGetPhoneModel)(); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::postToWeb(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_postToWeb_m2608707494 (RuntimeObject * __this /* static, unused */, String_t* ___webUrl0, String_t* ___m_Params1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_postToWeb_m2608707494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___webUrl0; String_t* L_1 = ___m_Params1; IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_2 = CSystemToolPlugin_FitfunPostData_m3708881978(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetRunTimeTotalMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetRunTimeTotalMemory_m3605653953 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetRunTimeTotalMemory_m3605653953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); int64_t L_0 = CSystemToolPlugin_FitfunUsedMemory_m2817608740(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetRunTimeFreeMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetRunTimeFreeMemory_m2646642092 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetRunTimeMaxMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetRunTimeMaxMemory_m450490736 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.Single DMCore.Framework.Plugin.CSystemToolPlugin::GetFloatValueTest() extern "C" IL2CPP_METHOD_ATTR float CSystemToolPlugin_GetFloatValueTest_m592220452 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { return (0.0f); } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetAppVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetAppVersion_m3830952267 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetAppVersion_m3830952267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_0 = CSystemToolPlugin_FitfunGetVersionName_m1114000329(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetOSVersion() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetOSVersion_m1444923725 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetOSVersion_m1444923725_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_0 = CSystemToolPlugin_FitfunGetOSVersion_m3129501121(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetProviderName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetProviderName_m1546040799 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetProviderName_m1546040799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_0 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_0); String_t* L_2 = CFitfunApiPlugin_FitfunGetAny_m2314757983(L_0, _stringLiteral3088216767, L_1, /*hidden argument*/NULL); return L_2; } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetNetType() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetNetType_m1866233060 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetNetType_m1866233060_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1132843830; } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetDeviceId() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetDeviceId_m2255570775 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetDeviceId_m2255570775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_0 = CSystemToolPlugin_FitfunGetDeviceID_m744285618(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetMobileModel() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetMobileModel_m3457325503 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetMobileModel_m3457325503_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_0 = CSystemToolPlugin_FitfunGetPhoneModel_m2187159729(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Int32 DMCore.Framework.Plugin.CSystemToolPlugin::GetMobilePlatform() extern "C" IL2CPP_METHOD_ATTR int32_t CSystemToolPlugin_GetMobilePlatform_m2437159516 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { return 0; } } // System.Int64 DMCore.Framework.Plugin.CSystemToolPlugin::GetAvailMemory() extern "C" IL2CPP_METHOD_ATTR int64_t CSystemToolPlugin_GetAvailMemory_m2913005524 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)(-1)))); } } // System.Void DMCore.Framework.Plugin.CSystemToolPlugin::ClearSystemMemory() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin_ClearSystemMemory_m4045280872 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { return; } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetMacAddress() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetMacAddress_m319283110 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetMacAddress_m319283110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_0 = CSystemToolPlugin_FitfunGetMacAddress_m588652115(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMCore.Framework.Plugin.CSystemToolPlugin::RestartApp() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin_RestartApp_m2920582899 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { { return; } } // System.String DMCore.Framework.Plugin.CSystemToolPlugin::GetAppName() extern "C" IL2CPP_METHOD_ATTR String_t* CSystemToolPlugin_GetAppName_m4266575299 (CSystemToolPlugin_t1584592813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSystemToolPlugin_GetAppName_m4266575299_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSystemToolPlugin_t1584592813_il2cpp_TypeInfo_var); String_t* L_0 = CSystemToolPlugin_FitfunGetAppName_m341300705(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DMCore.Framework.Plugin.CSystemToolPlugin::.cctor() extern "C" IL2CPP_METHOD_ATTR void CSystemToolPlugin__cctor_m1450282568 (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.Framework.Plugin.CUserInfoApi::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi__ctor_m3362534512 (CUserInfoApi_t815375937 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUserInfoApi__ctor_m3362534512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_usrID_1((((int64_t)((int64_t)0)))); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_roleName_2(L_0); return; } } extern "C" void DEFAULT_CALL FitfunSetUserID(int64_t); // System.Void DMCore.Framework.Plugin.CUserInfoApi::FitfunSetUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_FitfunSetUserID_m3358009342 (RuntimeObject * __this /* static, unused */, int64_t ___usrID0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int64_t); // Native function invocation reinterpret_cast(FitfunSetUserID)(___usrID0); } extern "C" void DEFAULT_CALL FitfunSetRoleName(char*); // System.Void DMCore.Framework.Plugin.CUserInfoApi::FitfunSetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_FitfunSetRoleName_m513932036 (RuntimeObject * __this /* static, unused */, String_t* ___roleName0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___roleName0' to native representation char* ____roleName0_marshaled = NULL; ____roleName0_marshaled = il2cpp_codegen_marshal_string(___roleName0); // Native function invocation reinterpret_cast(FitfunSetRoleName)(____roleName0_marshaled); // Marshaling cleanup of parameter '___roleName0' native representation il2cpp_codegen_marshal_free(____roleName0_marshaled); ____roleName0_marshaled = NULL; } // DMCore.Framework.Plugin.CUserInfoApi DMCore.Framework.Plugin.CUserInfoApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUserInfoApi_t815375937 * CUserInfoApi_GetInstance_m3878964368 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUserInfoApi_GetInstance_m3878964368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi_t815375937 * L_0 = ((CUserInfoApi_t815375937_StaticFields*)il2cpp_codegen_static_fields_for(CUserInfoApi_t815375937_il2cpp_TypeInfo_var))->get_s_instance_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi_t815375937 * L_1 = ((CUserInfoApi_t815375937_StaticFields*)il2cpp_codegen_static_fields_for(CUserInfoApi_t815375937_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_1; } IL_0010: { CUserInfoApi_t815375937 * L_2 = (CUserInfoApi_t815375937 *)il2cpp_codegen_object_new(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi__ctor_m3362534512(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); ((CUserInfoApi_t815375937_StaticFields*)il2cpp_codegen_static_fields_for(CUserInfoApi_t815375937_il2cpp_TypeInfo_var))->set_s_instance_0(L_2); CUserInfoApi_t815375937 * L_3 = ((CUserInfoApi_t815375937_StaticFields*)il2cpp_codegen_static_fields_for(CUserInfoApi_t815375937_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_3; } } // System.Void DMCore.Framework.Plugin.CUserInfoApi::SetRoleName(System.String) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_SetRoleName_m1547178051 (CUserInfoApi_t815375937 * __this, String_t* ___roleName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUserInfoApi_SetRoleName_m1547178051_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B7_0 = NULL; { String_t* L_0 = __this->get_m_roleName_2(); String_t* L_1 = ___roleName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_2 = String_Compare_m3735043349(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } { return; } IL_0012: { String_t* L_3 = ___roleName0; __this->set_m_roleName_2(L_3); String_t* L_4 = __this->get_m_roleName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_007c; } } IL_0029: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_6 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = __this->get_m_roleName_2(); NullCheck(L_6); ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_6, L_7); V_0 = L_8; ByteU5BU5D_t4116647657* L_9 = V_0; if (!L_9) { goto IL_0053; } } IL_0040: { ByteU5BU5D_t4116647657* L_10 = V_0; NullCheck(L_10); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) { goto IL_0053; } } IL_0048: { ByteU5BU5D_t4116647657* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_12 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); G_B7_0 = L_12; goto IL_0054; } IL_0053: { G_B7_0 = ((String_t*)(NULL)); } IL_0054: { V_1 = G_B7_0; String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0066; } } IL_0060: { String_t* L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi_FitfunSetRoleName_m513932036(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); } IL_0066: { goto IL_007c; } } // 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_006b; throw e; } CATCH_006b: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_16 = V_2; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); goto IL_007c; } // end catch (depth: 1) IL_007c: { return; } } // System.Void DMCore.Framework.Plugin.CUserInfoApi::SetUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi_SetUserID_m3268017512 (CUserInfoApi_t815375937 * __this, int64_t ___usrID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUserInfoApi_SetUserID_m3268017512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___usrID0; __this->set_m_usrID_1(L_0); int64_t L_1 = __this->get_m_usrID_1(); if ((!(((uint64_t)L_1) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_roleName_2(L_2); } IL_001f: { int64_t L_3 = __this->get_m_usrID_1(); IL2CPP_RUNTIME_CLASS_INIT(CUserInfoApi_t815375937_il2cpp_TypeInfo_var); CUserInfoApi_FitfunSetUserID_m3358009342(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Int64 DMCore.Framework.Plugin.CUserInfoApi::GetUserID() extern "C" IL2CPP_METHOD_ATTR int64_t CUserInfoApi_GetUserID_m730102329 (CUserInfoApi_t815375937 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_usrID_1(); return L_0; } } // System.Void DMCore.Framework.Plugin.CUserInfoApi::.cctor() extern "C" IL2CPP_METHOD_ATTR void CUserInfoApi__cctor_m1381141313 (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.Framework.Plugin.CYunvaPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin__ctor_m139976700 (CYunvaPlugin_t4275543694 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } extern "C" void DEFAULT_CALL FitFuninitYvIm(char*, char*); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFuninitYvIm(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFuninitYvIm_m458096341 (RuntimeObject * __this /* static, unused */, String_t* ___appid0, String_t* ___isTest1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___appid0' to native representation char* ____appid0_marshaled = NULL; ____appid0_marshaled = il2cpp_codegen_marshal_string(___appid0); // Marshaling of parameter '___isTest1' to native representation char* ____isTest1_marshaled = NULL; ____isTest1_marshaled = il2cpp_codegen_marshal_string(___isTest1); // Native function invocation reinterpret_cast(FitFuninitYvIm)(____appid0_marshaled, ____isTest1_marshaled); // Marshaling cleanup of parameter '___appid0' native representation il2cpp_codegen_marshal_free(____appid0_marshaled); ____appid0_marshaled = NULL; // Marshaling cleanup of parameter '___isTest1' native representation il2cpp_codegen_marshal_free(____isTest1_marshaled); ____isTest1_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunThirdLoginWithTT(char*, char*); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunThirdLoginWithTT(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunThirdLoginWithTT_m3968852286 (RuntimeObject * __this /* static, unused */, String_t* ___userid0, String_t* ___nickname1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___userid0' to native representation char* ____userid0_marshaled = NULL; ____userid0_marshaled = il2cpp_codegen_marshal_string(___userid0); // Marshaling of parameter '___nickname1' to native representation char* ____nickname1_marshaled = NULL; ____nickname1_marshaled = il2cpp_codegen_marshal_string(___nickname1); // Native function invocation reinterpret_cast(FitFunThirdLoginWithTT)(____userid0_marshaled, ____nickname1_marshaled); // Marshaling cleanup of parameter '___userid0' native representation il2cpp_codegen_marshal_free(____userid0_marshaled); ____userid0_marshaled = NULL; // Marshaling cleanup of parameter '___nickname1' native representation il2cpp_codegen_marshal_free(____nickname1_marshaled); ____nickname1_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunLoginChannel(char*, char*); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunLoginChannel(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunLoginChannel_m1214175223 (RuntimeObject * __this /* static, unused */, String_t* ___wildCard0, String_t* ___channelId1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___wildCard0' to native representation char* ____wildCard0_marshaled = NULL; ____wildCard0_marshaled = il2cpp_codegen_marshal_string(___wildCard0); // Marshaling of parameter '___channelId1' to native representation char* ____channelId1_marshaled = NULL; ____channelId1_marshaled = il2cpp_codegen_marshal_string(___channelId1); // Native function invocation reinterpret_cast(FitFunLoginChannel)(____wildCard0_marshaled, ____channelId1_marshaled); // Marshaling cleanup of parameter '___wildCard0' native representation il2cpp_codegen_marshal_free(____wildCard0_marshaled); ____wildCard0_marshaled = NULL; // Marshaling cleanup of parameter '___channelId1' native representation il2cpp_codegen_marshal_free(____channelId1_marshaled); ____channelId1_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunLogoutChannel(); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunLogoutChannel() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunLogoutChannel_m822127105 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitFunLogoutChannel)(); } extern "C" int32_t DEFAULT_CALL FitFunChannelTextMsg(char*, char*, char*); // System.Boolean DMCore.Framework.Plugin.CYunvaPlugin::FitFunChannelTextMsg(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CYunvaPlugin_FitFunChannelTextMsg_m2443789045 (RuntimeObject * __this /* static, unused */, String_t* ___textMsg0, String_t* ___wildCard1, String_t* ___expand2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*, char*, char*); // Marshaling of parameter '___textMsg0' to native representation char* ____textMsg0_marshaled = NULL; ____textMsg0_marshaled = il2cpp_codegen_marshal_string(___textMsg0); // Marshaling of parameter '___wildCard1' to native representation char* ____wildCard1_marshaled = NULL; ____wildCard1_marshaled = il2cpp_codegen_marshal_string(___wildCard1); // Marshaling of parameter '___expand2' to native representation char* ____expand2_marshaled = NULL; ____expand2_marshaled = il2cpp_codegen_marshal_string(___expand2); // Native function invocation int32_t returnValue = reinterpret_cast(FitFunChannelTextMsg)(____textMsg0_marshaled, ____wildCard1_marshaled, ____expand2_marshaled); // Marshaling cleanup of parameter '___textMsg0' native representation il2cpp_codegen_marshal_free(____textMsg0_marshaled); ____textMsg0_marshaled = NULL; // Marshaling cleanup of parameter '___wildCard1' native representation il2cpp_codegen_marshal_free(____wildCard1_marshaled); ____wildCard1_marshaled = NULL; // Marshaling cleanup of parameter '___expand2' native representation il2cpp_codegen_marshal_free(____expand2_marshaled); ____expand2_marshaled = NULL; return static_cast(returnValue); } extern "C" void DEFAULT_CALL FitFunStartRecord(char*, char*); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunStartRecord(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunStartRecord_m133719887 (RuntimeObject * __this /* static, unused */, String_t* ___strfilepath0, String_t* ___ext1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___strfilepath0' to native representation char* ____strfilepath0_marshaled = NULL; ____strfilepath0_marshaled = il2cpp_codegen_marshal_string(___strfilepath0); // Marshaling of parameter '___ext1' to native representation char* ____ext1_marshaled = NULL; ____ext1_marshaled = il2cpp_codegen_marshal_string(___ext1); // Native function invocation reinterpret_cast(FitFunStartRecord)(____strfilepath0_marshaled, ____ext1_marshaled); // Marshaling cleanup of parameter '___strfilepath0' native representation il2cpp_codegen_marshal_free(____strfilepath0_marshaled); ____strfilepath0_marshaled = NULL; // Marshaling cleanup of parameter '___ext1' native representation il2cpp_codegen_marshal_free(____ext1_marshaled); ____ext1_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunStopRecord(); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunStopRecord() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunStopRecord_m3703921906 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitFunStopRecord)(); } extern "C" void DEFAULT_CALL FitFunPlayAudioWithUrl(char*); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunPlayAudioWithUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunPlayAudioWithUrl_m3069969973 (RuntimeObject * __this /* static, unused */, String_t* ___strUrl0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); // Marshaling of parameter '___strUrl0' to native representation char* ____strUrl0_marshaled = NULL; ____strUrl0_marshaled = il2cpp_codegen_marshal_string(___strUrl0); // Native function invocation reinterpret_cast(FitFunPlayAudioWithUrl)(____strUrl0_marshaled); // Marshaling cleanup of parameter '___strUrl0' native representation il2cpp_codegen_marshal_free(____strUrl0_marshaled); ____strUrl0_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunStopPlayAudio(); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunStopPlayAudio() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunStopPlayAudio_m2536344613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); // Native function invocation reinterpret_cast(FitFunStopPlayAudio)(); } extern "C" void DEFAULT_CALL FitFunUploadFileReq(char*, char*); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunUploadFileReq(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunUploadFileReq_m3346883299 (RuntimeObject * __this /* static, unused */, String_t* ___filename0, String_t* ___fileId1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*); // Marshaling of parameter '___filename0' to native representation char* ____filename0_marshaled = NULL; ____filename0_marshaled = il2cpp_codegen_marshal_string(___filename0); // Marshaling of parameter '___fileId1' to native representation char* ____fileId1_marshaled = NULL; ____fileId1_marshaled = il2cpp_codegen_marshal_string(___fileId1); // Native function invocation reinterpret_cast(FitFunUploadFileReq)(____filename0_marshaled, ____fileId1_marshaled); // Marshaling cleanup of parameter '___filename0' native representation il2cpp_codegen_marshal_free(____filename0_marshaled); ____filename0_marshaled = NULL; // Marshaling cleanup of parameter '___fileId1' native representation il2cpp_codegen_marshal_free(____fileId1_marshaled); ____fileId1_marshaled = NULL; } extern "C" void DEFAULT_CALL FitFunDownloadFileReq(char*, char*, char*); // System.Void DMCore.Framework.Plugin.CYunvaPlugin::FitFunDownloadFileReq(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_FitFunDownloadFileReq_m1578380876 (RuntimeObject * __this /* static, unused */, String_t* ___url0, String_t* ___filename1, String_t* ___fileId2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*, char*); // Marshaling of parameter '___url0' to native representation char* ____url0_marshaled = NULL; ____url0_marshaled = il2cpp_codegen_marshal_string(___url0); // Marshaling of parameter '___filename1' to native representation char* ____filename1_marshaled = NULL; ____filename1_marshaled = il2cpp_codegen_marshal_string(___filename1); // Marshaling of parameter '___fileId2' to native representation char* ____fileId2_marshaled = NULL; ____fileId2_marshaled = il2cpp_codegen_marshal_string(___fileId2); // Native function invocation reinterpret_cast(FitFunDownloadFileReq)(____url0_marshaled, ____filename1_marshaled, ____fileId2_marshaled); // Marshaling cleanup of parameter '___url0' native representation il2cpp_codegen_marshal_free(____url0_marshaled); ____url0_marshaled = NULL; // Marshaling cleanup of parameter '___filename1' native representation il2cpp_codegen_marshal_free(____filename1_marshaled); ____filename1_marshaled = NULL; // Marshaling cleanup of parameter '___fileId2' native representation il2cpp_codegen_marshal_free(____fileId2_marshaled); ____fileId2_marshaled = NULL; } // DMCore.Framework.Plugin.CYunvaPlugin DMCore.Framework.Plugin.CYunvaPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CYunvaPlugin_t4275543694 * CYunvaPlugin_GetInstance_m3714168569 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaPlugin_GetInstance_m3714168569_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CYunvaPlugin_t4275543694 * L_0 = ((CYunvaPlugin_t4275543694_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaPlugin_t4275543694_il2cpp_TypeInfo_var))->get_s_instance_0(); if (!L_0) { goto IL_0010; } } { CYunvaPlugin_t4275543694 * L_1 = ((CYunvaPlugin_t4275543694_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaPlugin_t4275543694_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_1; } IL_0010: { CYunvaPlugin_t4275543694 * L_2 = (CYunvaPlugin_t4275543694 *)il2cpp_codegen_object_new(CYunvaPlugin_t4275543694_il2cpp_TypeInfo_var); CYunvaPlugin__ctor_m139976700(L_2, /*hidden argument*/NULL); ((CYunvaPlugin_t4275543694_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaPlugin_t4275543694_il2cpp_TypeInfo_var))->set_s_instance_0(L_2); CYunvaPlugin_t4275543694 * L_3 = ((CYunvaPlugin_t4275543694_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaPlugin_t4275543694_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_3; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::joinChat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_joinChat_m3979166579 (CYunvaPlugin_t4275543694 * __this, String_t* ___chat_type_scene0, String_t* ___channelId1, const RuntimeMethod* method) { { String_t* L_0 = ___chat_type_scene0; String_t* L_1 = ___channelId1; CYunvaPlugin_FitFunLoginChannel_m1214175223(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::LeaveChat() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_LeaveChat_m1338853731 (CYunvaPlugin_t4275543694 * __this, const RuntimeMethod* method) { { CYunvaPlugin_FitFunLogoutChannel_m822127105(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Plugin.CYunvaPlugin::SendMessage(System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CYunvaPlugin_SendMessage_m4083296692 (CYunvaPlugin_t4275543694 * __this, String_t* ___chat_type_scene0, String_t* ___chatId1, String_t* ___msgType2, String_t* ___msg3, String_t* ___expand4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaPlugin_SendMessage_m4083296692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg3; String_t* L_1 = ___chat_type_scene0; String_t* L_2 = ___chatId1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); String_t* L_4 = ___expand4; bool L_5 = CYunvaPlugin_FitFunChannelTextMsg_m2443789045(NULL /*static, unused*/, L_0, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::StartRecord(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_StartRecord_m3048881451 (CYunvaPlugin_t4275543694 * __this, String_t* ___recorderPath0, String_t* ___ext1, const RuntimeMethod* method) { { String_t* L_0 = ___recorderPath0; String_t* L_1 = ___ext1; CYunvaPlugin_FitFunStartRecord_m133719887(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::StopRecord() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_StopRecord_m1944546104 (CYunvaPlugin_t4275543694 * __this, const RuntimeMethod* method) { { CYunvaPlugin_FitFunStopRecord_m3703921906(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::PlayAudio(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_PlayAudio_m2447751323 (CYunvaPlugin_t4275543694 * __this, String_t* ___fileUrl0, const RuntimeMethod* method) { { String_t* L_0 = ___fileUrl0; CYunvaPlugin_FitFunPlayAudioWithUrl_m3069969973(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::StopPlay() extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_StopPlay_m3931552883 (CYunvaPlugin_t4275543694 * __this, const RuntimeMethod* method) { { CYunvaPlugin_FitFunStopPlayAudio_m2536344613(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::UpLoad(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_UpLoad_m4095978461 (CYunvaPlugin_t4275543694 * __this, String_t* ___fileName0, String_t* ___fileId1, const RuntimeMethod* method) { { String_t* L_0 = ___fileName0; String_t* L_1 = ___fileId1; CYunvaPlugin_FitFunUploadFileReq_m3346883299(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaPlugin::DownLoad(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaPlugin_DownLoad_m1318206029 (CYunvaPlugin_t4275543694 * __this, String_t* ___fileUrl0, String_t* ___fileName1, String_t* ___fileId2, const RuntimeMethod* method) { { String_t* L_0 = ___fileUrl0; String_t* L_1 = ___fileName1; String_t* L_2 = ___fileId2; CYunvaPlugin_FitFunDownloadFileReq_m1578380876(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Plugin.CYunvaSDK::.ctor() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK__ctor_m1865985254 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK__ctor_m1865985254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_UpLoadText_9(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_curVoice_10(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t3319525431 * L_2 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_2, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_downloadList_12(L_2); return; } } // System.Boolean DMCore.Framework.Plugin.CYunvaSDK::IsFileValid(System.String) extern "C" IL2CPP_METHOD_ATTR bool CYunvaSDK_IsFileValid_m3335889260 (RuntimeObject * __this /* static, unused */, String_t* ___fileFullPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_IsFileValid_m3335889260_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_t4292183065 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___fileFullPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_2 = ___fileFullPath0; bool L_3 = File_Exists_m3943585060(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001a; } } { return (bool)0; } IL_001a: try { // begin try (depth: 1) { String_t* L_4 = ___fileFullPath0; FileStream_t4292183065 * L_5 = File_OpenRead_m2936789020(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; FileStream_t4292183065 * L_6 = V_0; NullCheck(L_6); int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_6); V_1 = (((int32_t)((int32_t)L_7))); FileStream_t4292183065 * L_8 = V_0; NullCheck(L_8); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_8); V_0 = (FileStream_t4292183065 *)NULL; int32_t L_9 = V_1; if ((((int32_t)0) < ((int32_t)L_9))) { goto IL_003f; } } IL_0038: { V_2 = (bool)0; goto IL_0052; } IL_003f: { int32_t L_10 = V_1; V_2 = (bool)((((int32_t)L_10) > ((int32_t)((int32_t)10)))? 1 : 0); goto IL_0052; } } // 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_004a; throw e; } CATCH_004a: { // begin catch(System.Object) V_2 = (bool)0; goto IL_0052; } // end catch (depth: 1) IL_0052: { bool L_11 = V_2; return L_11; } } // System.Byte[] DMCore.Framework.Plugin.CYunvaSDK::ReadChatFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CYunvaSDK_ReadChatFile_m3672673700 (RuntimeObject * __this /* static, unused */, String_t* ___fileFullPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_ReadChatFile_m3672673700_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_t4292183065 * V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___fileFullPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1253144664, /*hidden argument*/NULL); return (ByteU5BU5D_t4116647657*)NULL; } IL_0017: { String_t* L_2 = ___fileFullPath0; bool L_3 = File_Exists_m3943585060(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1252948056, /*hidden argument*/NULL); return (ByteU5BU5D_t4116647657*)NULL; } IL_002e: try { // begin try (depth: 1) { String_t* L_4 = ___fileFullPath0; FileStream_t4292183065 * L_5 = File_OpenRead_m2936789020(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; FileStream_t4292183065 * L_6 = V_0; NullCheck(L_6); int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_6); V_1 = (((int32_t)((int32_t)L_7))); int32_t L_8 = V_1; if ((((int32_t)0) < ((int32_t)L_8))) { goto IL_005b; } } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1253013592, /*hidden argument*/NULL); FileStream_t4292183065 * L_9 = V_0; NullCheck(L_9); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_9); V_2 = (ByteU5BU5D_t4116647657*)NULL; goto IL_008d; } IL_005b: { int32_t L_10 = V_1; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_10)); FileStream_t4292183065 * L_11 = V_0; ByteU5BU5D_t4116647657* L_12 = V_3; int32_t L_13 = V_1; NullCheck(L_11); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, L_13); FileStream_t4292183065 * L_14 = V_0; NullCheck(L_14); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_14); V_0 = (FileStream_t4292183065 *)NULL; ByteU5BU5D_t4116647657* L_15 = V_3; V_2 = L_15; goto IL_008d; } } // 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_007b; throw e; } CATCH_007b: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1253341272, /*hidden argument*/NULL); V_2 = (ByteU5BU5D_t4116647657*)NULL; goto IL_008d; } // end catch (depth: 1) IL_008d: { ByteU5BU5D_t4116647657* L_16 = V_2; return L_16; } } // DMCore.Framework.Plugin.CYunvaSDK DMCore.Framework.Plugin.CYunvaSDK::GetInstance() extern "C" IL2CPP_METHOD_ATTR CYunvaSDK_t1509311865 * CYunvaSDK_GetInstance_m2184439882 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_GetInstance_m2184439882_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var); CYunvaSDK_t1509311865 * L_0 = ((CYunvaSDK_t1509311865_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var))->get_s_instance_11(); if (L_0) { goto IL_0014; } } { CYunvaSDK_t1509311865 * L_1 = (CYunvaSDK_t1509311865 *)il2cpp_codegen_object_new(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var); CYunvaSDK__ctor_m1865985254(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var); ((CYunvaSDK_t1509311865_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var))->set_s_instance_11(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var); CYunvaSDK_t1509311865 * L_2 = ((CYunvaSDK_t1509311865_StaticFields*)il2cpp_codegen_static_fields_for(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var))->get_s_instance_11(); return L_2; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::joinChat(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_joinChat_m2213462871 (CYunvaSDK_t1509311865 * __this, String_t* ___channelId0, const RuntimeMethod* method) { { CYunvaSDK_LeaveChat_m938922186(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::LeaveChat() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_LeaveChat_m938922186 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.Plugin.CYunvaSDK::SendMessage(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CYunvaSDK_SendMessage_m1670390335 (CYunvaSDK_t1509311865 * __this, String_t* ___chatId0, String_t* ___msgType1, String_t* ___msg2, String_t* ___expand3, const RuntimeMethod* method) { { return (bool)0; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::StartRecord(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_StartRecord_m1116641805 (CYunvaSDK_t1509311865 * __this, String_t* ___ext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_StartRecord_m1116641805_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); bool L_0 = CIOVar_IsDirectoryExist_m474439684(NULL /*static, unused*/, _stringLiteral4132972632, /*hidden argument*/NULL); if (L_0) { goto IL_001a; } } { CWriteVar_CreateDirectory_m944121244(NULL /*static, unused*/, _stringLiteral4132972632, /*hidden argument*/NULL); } IL_001a: { CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_1); V_1 = L_2; String_t* L_3 = Int64_ToString_m2986581816((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_4 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_4; String_t* L_5 = DateTime_ToString_m3718521780((&V_2), _stringLiteral4078136661, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, L_3, _stringLiteral3452614641, L_5, /*hidden argument*/NULL); V_0 = L_6; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_7 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = V_0; String_t* L_9 = String_Concat_m2163913788(NULL /*static, unused*/, L_7, _stringLiteral1008294894, L_8, _stringLiteral1547443259, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = V_0; String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1550732187, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_DoVoiceRecordStart_m1610923261(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::StopRecord() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_StopRecord_m2815258106 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_StopRecord_m2815258106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); CYunvaApi_t2324893418 * L_0 = CYunvaApi_GetInstance_m2115150559(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)CYunvaApi_StopRecordCallback_m3037616188_RuntimeMethod_var; Action_1_t2019918284 * L_2 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_2, L_0, L_1, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_add_onMsgFromSDKProxy_m897937637(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_DoVoiceRecordStop_m2163374421(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::PlayAudio(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_PlayAudio_m2037311593 (CYunvaSDK_t1509311865 * __this, String_t* ___localPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_PlayAudio_m2037311593_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CYunvaSDK_HideBackMusic_m2118243948(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_curVoice_10(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { CYunvaSDK_StopPlay_m2877968487(__this, /*hidden argument*/NULL); } IL_001c: { String_t* L_2 = ___localPath0; __this->set_curVoice_10(L_2); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); CYunvaApi_t2324893418 * L_3 = CYunvaApi_GetInstance_m2115150559(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)CYunvaApi_PlayAudioCallback_m2471014812_RuntimeMethod_var; Action_1_t2019918284 * L_5 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_5, L_3, L_4, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_add_onMsgFromSDKProxy_m897937637(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); String_t* L_6 = ___localPath0; IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_DoVoicePlay_m1179547232(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Plugin.CYunvaSDK::LocalPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CYunvaSDK_LocalPath_m2623110217 (CYunvaSDK_t1509311865 * __this, String_t* ___fileUrl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_LocalPath_m2623110217_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___fileUrl0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); bool L_2 = CIOVar_IsDirectoryExist_m474439684(NULL /*static, unused*/, _stringLiteral4132972632, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { CWriteVar_CreateDirectory_m944121244(NULL /*static, unused*/, _stringLiteral4132972632, /*hidden argument*/NULL); } IL_0027: { String_t* L_3 = ___fileUrl0; NullCheck(L_3); int32_t L_4 = String_LastIndexOf_m3451222878(L_3, ((int32_t)47), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); String_t* L_5 = ___fileUrl0; int32_t L_6 = V_0; String_t* L_7 = ___fileUrl0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; NullCheck(L_5); String_t* L_10 = String_Substring_m1610150815(L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); V_1 = L_10; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_11 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, L_11, _stringLiteral1008294894, L_12, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; return L_14; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::StopPlay() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_StopPlay_m2877968487 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_StopPlay_m2877968487_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CYunvaSDK_ShowBackMusic_m2015902234(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_curVoice_10(L_0); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); CYunvaApi_t2324893418 * L_1 = CYunvaApi_GetInstance_m2115150559(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)CYunvaApi_PlayAudioCallback_m2471014812_RuntimeMethod_var; Action_1_t2019918284 * L_3 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_3, L_1, L_2, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_add_onMsgFromSDKProxy_m897937637(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_DoVoicePlayStop_m1090481308(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::UpLoad(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_UpLoad_m1147686616 (CYunvaSDK_t1509311865 * __this, String_t* ___fileName0, String_t* ___fileId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_UpLoad_m1147686616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___fileId1; CYunvaSDK_set_upLoadText_m1243114688(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); CYunvaApi_t2324893418 * L_1 = CYunvaApi_GetInstance_m2115150559(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)CYunvaApi_UpLoadCallback_m1345728180_RuntimeMethod_var; Action_1_t2019918284 * L_3 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_3, L_1, L_2, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_add_onMsgFromSDKProxy_m897937637(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); String_t* L_4 = ___fileName0; IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_DoVoiceUpload_m3745281936(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::set_upLoadText(System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_set_upLoadText_m1243114688 (CYunvaSDK_t1509311865 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_UpLoadText_9(L_0); return; } } // System.String DMCore.Framework.Plugin.CYunvaSDK::get_upLoadText() extern "C" IL2CPP_METHOD_ATTR String_t* CYunvaSDK_get_upLoadText_m2682703707 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_UpLoadText_9(); return L_0; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::DownLoad(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_DownLoad_m1915467914 (CYunvaSDK_t1509311865 * __this, String_t* ___fileUrl0, String_t* ___fileName1, String_t* ___fileId2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_DownLoad_m1915467914_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CYunvaApi_t2324893418_il2cpp_TypeInfo_var); CYunvaApi_t2324893418 * L_0 = CYunvaApi_GetInstance_m2115150559(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)CYunvaApi_DownLoadCallback_m3765683721_RuntimeMethod_var; Action_1_t2019918284 * L_2 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_2, L_0, L_1, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); SDKProxyManager_add_onMsgFromSDKProxy_m897937637(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_3 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___fileUrl0; String_t* L_5 = CYunvaSDK_LocalPath_m2623110217(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; String_t* L_7 = ___fileUrl0; IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_DoVoiceDownload_m818051850(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Plugin.CYunvaSDK::SerialUserInfo(System.Int64,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CYunvaSDK_SerialUserInfo_m703681750 (RuntimeObject * __this /* static, unused */, int64_t ___photo_id0, int32_t ___sex1, int32_t ___vip_level2, int32_t ___member_level3, String_t* ___name4, int32_t ___identity5, int64_t ___userid6, int32_t ___headBoxID7, int32_t ___chatBubbleID8, const RuntimeMethod* method) { { int64_t L_0 = ___photo_id0; int32_t L_1 = ___sex1; int32_t L_2 = ___vip_level2; int32_t L_3 = ___member_level3; String_t* L_4 = ___name4; int32_t L_5 = ___identity5; int64_t L_6 = ___userid6; int32_t L_7 = ___headBoxID7; int32_t L_8 = ___chatBubbleID8; String_t* L_9 = UserInfo_SerialUserInfo_m901739274(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.String DMCore.Framework.Plugin.CYunvaSDK::getCurVoice() extern "C" IL2CPP_METHOD_ATTR String_t* CYunvaSDK_getCurVoice_m1729862809 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_curVoice_10(); return L_0; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::ClearCurVoice() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_ClearCurVoice_m222772914 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_ClearCurVoice_m222772914_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_curVoice_10(L_0); return; } } // UnityEngine.Texture2D DMCore.Framework.Plugin.CYunvaSDK::LoadImage(System.String) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CYunvaSDK_LoadImage_m1649878075 (CYunvaSDK_t1509311865 * __this, String_t* ___imageName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_LoadImage_m1649878075_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; Texture2D_t3840446185 * V_2 = NULL; { String_t* L_0 = ___imageName0; NullCheck(L_0); bool L_1 = String_EndsWith_m1901926500(L_0, _stringLiteral2860068956, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { String_t* L_2 = ___imageName0; String_t* L_3 = ___imageName0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5 = String_Substring_m1610150815(L_2, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); ___imageName0 = L_5; } IL_0021: { String_t* L_6 = ___imageName0; V_0 = L_6; String_t* L_7 = ___imageName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2616505835, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CYunvaSDK_t1509311865_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_10 = CYunvaSDK_ReadChatFile_m3672673700(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_1 = L_10; ByteU5BU5D_t4116647657* L_11 = V_1; if (!L_11) { goto IL_006e; } } { ByteU5BU5D_t4116647657* L_12 = V_1; NullCheck(L_12); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))) <= ((int32_t)((int32_t)10)))) { goto IL_006e; } } { Texture2D_t3840446185 * L_13 = (Texture2D_t3840446185 *)il2cpp_codegen_object_new(Texture2D_t3840446185_il2cpp_TypeInfo_var); Texture2D__ctor_m2862217990(L_13, 1, 1, 3, (bool)0, /*hidden argument*/NULL); V_2 = L_13; Texture2D_t3840446185 * L_14 = V_2; ByteU5BU5D_t4116647657* L_15 = V_1; ImageConversion_LoadImage_m2182108104(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); String_t* L_16 = ___imageName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3236702200, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); Texture2D_t3840446185 * L_18 = V_2; return L_18; } IL_006e: { String_t* L_19 = ___imageName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral832108950, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); return (Texture2D_t3840446185 *)NULL; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::OpenPhotoLib(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_OpenPhotoLib_m881704172 (RuntimeObject * __this /* static, unused */, Action_1_t2019918284 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_OpenPhotoLib_m881704172_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; CMonoSnapLib_t2382924513 * V_1 = NULL; CMonoSnapLib_t2382924513 * G_B3_0 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral286601773, /*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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); CMonoSnapLib_t2382924513 * L_4 = GameObject_GetComponent_TisCMonoSnapLib_t2382924513_m1578455370(L_3, /*hidden argument*/GameObject_GetComponent_TisCMonoSnapLib_t2382924513_m1578455370_RuntimeMethod_var); G_B3_0 = L_4; goto IL_0023; } IL_0022: { G_B3_0 = ((CMonoSnapLib_t2382924513 *)(NULL)); } IL_0023: { V_1 = G_B3_0; CMonoSnapLib_t2382924513 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0031; } } { return; } IL_0031: { CMonoSnapLib_t2382924513 * L_7 = V_1; Action_1_t2019918284 * L_8 = ___callback0; NullCheck(L_7); CMonoSnapLib_SnapFromPhotoLib_m3770605053(L_7, L_8, (Action_1_t2019918284 *)NULL, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Plugin.CYunvaSDK::AddDownload(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CYunvaSDK_AddDownload_m2675292895 (CYunvaSDK_t1509311865 * __this, String_t* ___fileUrl0, String_t* ___fileName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_AddDownload_m2675292895_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { String_t* L_2 = ___fileUrl0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { List_1_t3319525431 * L_4 = __this->get_m_downloadList_12(); String_t* L_5 = ___fileUrl0; NullCheck(L_4); bool L_6 = List_1_Contains_m3852460914(L_4, L_5, /*hidden argument*/List_1_Contains_m3852460914_RuntimeMethod_var); if (L_6) { goto IL_005d; } } { List_1_t3319525431 * L_7 = __this->get_m_downloadList_12(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m2276455407(L_7, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_8) { goto IL_0046; } } { String_t* L_9 = ___fileUrl0; String_t* L_10 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CYunvaSDK_DownLoad_m1915467914(__this, L_9, L_10, L_11, /*hidden argument*/NULL); } IL_0046: { List_1_t3319525431 * L_12 = __this->get_m_downloadList_12(); String_t* L_13 = ___fileUrl0; String_t* L_14 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3755062657(NULL /*static, unused*/, L_13, _stringLiteral3452614612, L_14, /*hidden argument*/NULL); NullCheck(L_12); List_1_Add_m1685793073(L_12, L_15, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_005d: { return (bool)1; } } // System.Boolean DMCore.Framework.Plugin.CYunvaSDK::NextDownload() extern "C" IL2CPP_METHOD_ATTR bool CYunvaSDK_NextDownload_m497327405 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_NextDownload_m497327405_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { List_1_t3319525431 * L_0 = __this->get_m_downloadList_12(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2276455407(L_0, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { List_1_t3319525431 * L_2 = __this->get_m_downloadList_12(); NullCheck(L_2); List_1_RemoveAt_m815285786(L_2, 0, /*hidden argument*/List_1_RemoveAt_m815285786_RuntimeMethod_var); List_1_t3319525431 * L_3 = __this->get_m_downloadList_12(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2276455407(L_3, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_006a; } } { List_1_t3319525431 * L_5 = __this->get_m_downloadList_12(); NullCheck(L_5); String_t* L_6 = List_1_get_Item_m3729392029(L_5, 0, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); 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)124)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; StringU5BU5D_t1281789340* L_9 = V_0; NullCheck(L_9); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) >= ((int32_t)2))) { goto IL_0057; } } { return (bool)0; } IL_0057: { StringU5BU5D_t1281789340* L_10 = V_0; NullCheck(L_10); int32_t L_11 = 0; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); StringU5BU5D_t1281789340* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 1; String_t* L_15 = (L_13)->GetAt(static_cast(L_14)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CYunvaSDK_DownLoad_m1915467914(__this, L_12, L_15, L_16, /*hidden argument*/NULL); return (bool)1; } IL_006a: { return (bool)0; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::HideBackMusic() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_HideBackMusic_m2118243948 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_HideBackMusic_m2118243948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = ISoundManager_IsRootPlaying_m3973275926(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ISoundManager_t434164892 * L_4 = CRoot_GetSoundManager_m30020774(L_3, /*hidden argument*/NULL); NullCheck(L_4); ISoundManager_AutoPlayPause_m3149509410(L_4, /*hidden argument*/NULL); } IL_0023: { return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::ShowBackMusic() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK_ShowBackMusic_m2015902234 (CYunvaSDK_t1509311865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CYunvaSDK_ShowBackMusic_m2015902234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISoundManager_t434164892 * L_1 = CRoot_GetSoundManager_m30020774(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = ISoundManager_IsRootPlaying_m3973275926(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ISoundManager_t434164892 * L_4 = CRoot_GetSoundManager_m30020774(L_3, /*hidden argument*/NULL); NullCheck(L_4); ISoundManager_AutoPlayPause_m3149509410(L_4, /*hidden argument*/NULL); } IL_0023: { return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK::.cctor() extern "C" IL2CPP_METHOD_ATTR void CYunvaSDK__cctor_m1785742246 (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.Framework.Plugin.CYunvaSDK/ChatContent::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ChatContent__ctor_m79402427 (ChatContent_t42021257 * __this, String_t* ___serializedInfo0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___serializedInfo0; ChatContent_Deserialize_m3230586507(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK/ChatContent::.ctor(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ChatContent__ctor_m862172166 (ChatContent_t42021257 * __this, bool ___isHistory0, String_t* ___receive_id1, String_t* ___type2, String_t* ___time3, String_t* ___sender_id4, String_t* ___extMsg5, String_t* ___sender_extra_info6, String_t* ___msg7, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___isHistory0; String_t* L_1 = ___receive_id1; String_t* L_2 = ___type2; String_t* L_3 = ___time3; String_t* L_4 = ___sender_id4; String_t* L_5 = ___extMsg5; String_t* L_6 = ___sender_extra_info6; String_t* L_7 = ___msg7; ChatContent_Initialize_m89098602(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK/ChatContent::SetData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChatContent_SetData_m15973071 (ChatContent_t42021257 * __this, int32_t ___redbagId0, const RuntimeMethod* method) { { int32_t L_0 = ___redbagId0; __this->set_m_redbagID_10(L_0); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK/ChatContent::Initialize(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ChatContent_Initialize_m89098602 (ChatContent_t42021257 * __this, bool ___isHistory0, String_t* ___receive_id1, String_t* ___type2, String_t* ___time3, String_t* ___sender_id4, String_t* ___extMsg5, String_t* ___sender_extra_info6, String_t* ___msg7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChatContent_Initialize_m89098602_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___isHistory0; __this->set_m_isHistory_0(L_0); String_t* L_1 = ___receive_id1; __this->set_m_receiver_id_1(L_1); String_t* L_2 = ___type2; __this->set_m_type_2(L_2); String_t* L_3 = ___sender_extra_info6; UserInfo_t2013096041 * L_4 = (UserInfo_t2013096041 *)il2cpp_codegen_object_new(UserInfo_t2013096041_il2cpp_TypeInfo_var); UserInfo__ctor_m3003580423(L_4, L_3, /*hidden argument*/NULL); __this->set_m_sender_info_9(L_4); } IL_0022: try { // begin try (depth: 1) String_t* L_5 = ___time3; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_7 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_5, _stringLiteral384261975, L_6, /*hidden argument*/NULL); __this->set_m_time_8(L_7); goto IL_004f; } // 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_003e; throw e; } CATCH_003e: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_8 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_time_8(L_8); goto IL_004f; } // end catch (depth: 1) IL_004f: { String_t* L_9 = ___sender_id4; __this->set_m_sender_id_3(L_9); String_t* L_10 = ___msg7; __this->set_m_message_4(L_10); String_t* L_11 = ___type2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Inequality_m215368492(NULL /*static, unused*/, _stringLiteral1287461279, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_007f; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_smallPic_5(L_13); goto IL_0087; } IL_007f: { String_t* L_14 = ___extMsg5; __this->set_m_smallPic_5(L_14); } IL_0087: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_voicetext_6(L_15); String_t* L_16 = ___type2; bool L_17 = String_op_Inequality_m215368492(NULL /*static, unused*/, _stringLiteral1691579688, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00b2; } } { __this->set_m_voiceLen_7((-1.0f)); goto IL_011e; } IL_00b2: { String_t* L_18 = ___extMsg5; String_t* L_19 = ___msg7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3300293299, L_18, _stringLiteral1691993628, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); } IL_00ca: try { // begin try (depth: 1) { String_t* L_21 = ___extMsg5; CharU5BU5D_t3528271667* L_22 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_22); (L_22)->SetAt(static_cast(0), (Il2CppChar)((int32_t)94)); NullCheck(L_21); StringU5BU5D_t1281789340* L_23 = String_Split_m3646115398(L_21, L_22, /*hidden argument*/NULL); V_0 = L_23; StringU5BU5D_t1281789340* L_24 = V_0; NullCheck(L_24); int32_t L_25 = 0; String_t* L_26 = (L_24)->GetAt(static_cast(L_25)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_27 = Convert_ToDouble_m1364128555(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); __this->set_m_voiceLen_7((((float)((float)L_27)))); StringU5BU5D_t1281789340* L_28 = V_0; NullCheck(L_28); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))) <= ((int32_t)1))) { goto IL_00fe; } } IL_00f5: { StringU5BU5D_t1281789340* L_29 = V_0; NullCheck(L_29); int32_t L_30 = 1; String_t* L_31 = (L_29)->GetAt(static_cast(L_30)); __this->set_m_voicetext_6(L_31); } IL_00fe: { goto IL_011e; } } // 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_0103; throw e; } CATCH_0103: { // begin catch(System.Object) __this->set_m_voiceLen_7((0.0f)); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral972554495, /*hidden argument*/NULL); goto IL_011e; } // end catch (depth: 1) IL_011e: { return; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::Serialize() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_Serialize_m3118107970 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChatContent_Serialize_m3118107970_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t G_B6_0 = 0; ObjectU5BU5D_t2843939325* G_B6_1 = NULL; ObjectU5BU5D_t2843939325* G_B6_2 = NULL; String_t* G_B6_3 = NULL; int32_t G_B5_0 = 0; ObjectU5BU5D_t2843939325* G_B5_1 = NULL; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; String_t* G_B5_3 = NULL; String_t* G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_t2843939325* G_B7_2 = NULL; ObjectU5BU5D_t2843939325* G_B7_3 = NULL; String_t* G_B7_4 = 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 = __this->get_m_type_2(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, _stringLiteral1287461279, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { String_t* L_3 = __this->get_m_smallPic_5(); V_0 = L_3; goto IL_0058; } IL_0027: { String_t* L_4 = __this->get_m_type_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, _stringLiteral1691579688, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0058; } } { float L_6 = __this->get_m_voiceLen_7(); float L_7 = L_6; RuntimeObject * L_8 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = __this->get_m_voicetext_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m1715369213(NULL /*static, unused*/, L_8, _stringLiteral3452614642, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0058: { UserInfo_t2013096041 * L_11 = __this->get_m_sender_info_9(); NullCheck(L_11); String_t* L_12 = UserInfo_Serialize_m3200026229(L_11, /*hidden argument*/NULL); V_1 = L_12; ObjectU5BU5D_t2843939325* L_13 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9))); bool L_14 = __this->get_m_isHistory_0(); G_B5_0 = 0; G_B5_1 = L_13; G_B5_2 = L_13; G_B5_3 = _stringLiteral1841622580; if (!L_14) { G_B6_0 = 0; G_B6_1 = L_13; G_B6_2 = L_13; G_B6_3 = _stringLiteral1841622580; goto IL_0087; } } { G_B7_0 = _stringLiteral4002445229; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; goto IL_008c; } IL_0087: { G_B7_0 = _stringLiteral3875954633; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; } IL_008c: { NullCheck(G_B7_2); ArrayElementTypeCheck (G_B7_2, G_B7_0); (G_B7_2)->SetAt(static_cast(G_B7_1), (RuntimeObject *)G_B7_0); ObjectU5BU5D_t2843939325* L_15 = G_B7_3; String_t* L_16 = __this->get_m_receiver_id_1(); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_t2843939325* L_17 = L_15; String_t* L_18 = __this->get_m_type_2(); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(2), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = L_17; DateTime_t3738529785 * L_20 = __this->get_address_of_m_time_8(); String_t* L_21 = DateTime_ToString_m3718521780(L_20, _stringLiteral384261975, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(3), (RuntimeObject *)L_21); ObjectU5BU5D_t2843939325* L_22 = L_19; String_t* L_23 = __this->get_m_sender_id_3(); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(4), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = L_22; String_t* L_25 = V_0; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(5), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = L_24; String_t* L_27 = V_1; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_30); (L_26)->SetAt(static_cast(6), (RuntimeObject *)L_30); ObjectU5BU5D_t2843939325* L_31 = L_26; String_t* L_32 = V_1; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(7), (RuntimeObject *)L_32); ObjectU5BU5D_t2843939325* L_33 = L_31; String_t* L_34 = __this->get_m_message_4(); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(8), (RuntimeObject *)L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m630303134(NULL /*static, unused*/, G_B7_4, L_33, /*hidden argument*/NULL); return L_35; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK/ChatContent::Deserialize(System.String) extern "C" IL2CPP_METHOD_ATTR void ChatContent_Deserialize_m3230586507 (ChatContent_t42021257 * __this, String_t* ___serializedInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChatContent_Deserialize_m3230586507_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * 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); { String_t* L_0 = ___serializedInfo0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3020039740, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_2 = ___serializedInfo0; CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_2); StringU5BU5D_t1281789340* L_4 = String_Split_m3646115398(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0022: try { // begin try (depth: 1) StringU5BU5D_t1281789340* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 6; String_t* L_7 = (L_5)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_8 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_1 = L_8; StringU5BU5D_t1281789340* L_9 = V_0; NullCheck(L_9); int32_t L_10 = 0; String_t* L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 1; String_t* L_15 = (L_13)->GetAt(static_cast(L_14)); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 2; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_21 = V_0; NullCheck(L_21); int32_t L_22 = 3; String_t* L_23 = (L_21)->GetAt(static_cast(L_22)); NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_25 = V_0; NullCheck(L_25); int32_t L_26 = 4; String_t* L_27 = (L_25)->GetAt(static_cast(L_26)); NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_29 = V_0; NullCheck(L_29); int32_t L_30 = 5; String_t* L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_33 = V_0; NullCheck(L_33); int32_t L_34 = 6; String_t* L_35 = (L_33)->GetAt(static_cast(L_34)); NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_16)), (int32_t)L_20)), (int32_t)L_24)), (int32_t)L_28)), (int32_t)L_32)), (int32_t)L_36)), (int32_t)7)); int32_t L_37 = V_2; int32_t L_38 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), (int32_t)1)); StringU5BU5D_t1281789340* L_39 = V_0; NullCheck(L_39); int32_t L_40 = 0; String_t* L_41 = (L_39)->GetAt(static_cast(L_40)); NullCheck(L_41); String_t* L_42 = String_ToLower_m2029374922(L_41, /*hidden argument*/NULL); NullCheck(_stringLiteral4002445229); int32_t L_43 = String_CompareTo_m3414379165(_stringLiteral4002445229, L_42, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_44 = V_0; NullCheck(L_44); int32_t L_45 = 1; String_t* L_46 = (L_44)->GetAt(static_cast(L_45)); StringU5BU5D_t1281789340* L_47 = V_0; NullCheck(L_47); int32_t L_48 = 2; String_t* L_49 = (L_47)->GetAt(static_cast(L_48)); StringU5BU5D_t1281789340* L_50 = V_0; NullCheck(L_50); int32_t L_51 = 3; String_t* L_52 = (L_50)->GetAt(static_cast(L_51)); StringU5BU5D_t1281789340* L_53 = V_0; NullCheck(L_53); int32_t L_54 = 4; String_t* L_55 = (L_53)->GetAt(static_cast(L_54)); StringU5BU5D_t1281789340* L_56 = V_0; NullCheck(L_56); int32_t L_57 = 5; String_t* L_58 = (L_56)->GetAt(static_cast(L_57)); String_t* L_59 = ___serializedInfo0; int32_t L_60 = V_2; int32_t L_61 = V_1; NullCheck(L_59); String_t* L_62 = String_Substring_m1610150815(L_59, L_60, L_61, /*hidden argument*/NULL); String_t* L_63 = ___serializedInfo0; int32_t L_64 = V_3; NullCheck(L_63); String_t* L_65 = String_Substring_m2848979100(L_63, L_64, /*hidden argument*/NULL); ChatContent_Initialize_m89098602(__this, (bool)((((int32_t)L_43) == ((int32_t)0))? 1 : 0), L_46, L_49, L_52, L_55, L_58, L_62, L_65, /*hidden argument*/NULL); goto IL_00b5; } // 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_00b0; throw e; } CATCH_00b0: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); Exception_t * L_66 = V_4; IL2CPP_RAISE_MANAGED_EXCEPTION(L_66,ChatContent_Deserialize_m3230586507_RuntimeMethod_var); } // end catch (depth: 1) IL_00b5: { return; } } // DMCore.Framework.Plugin.CYunvaSDK/UserInfo DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetSenderInfo() extern "C" IL2CPP_METHOD_ATTR UserInfo_t2013096041 * ChatContent_GetSenderInfo_m1080137154 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { UserInfo_t2013096041 * L_0 = __this->get_m_sender_info_9(); return L_0; } } // System.Boolean DMCore.Framework.Plugin.CYunvaSDK/ChatContent::IsHistory() extern "C" IL2CPP_METHOD_ATTR bool ChatContent_IsHistory_m4228999594 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isHistory_0(); return L_0; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetReceiveId() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetReceiveId_m1282395789 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_receiver_id_1(); return L_0; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetMsgType() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetMsgType_m2808249985 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_type_2(); return L_0; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetTime() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetTime_m4143775910 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChatContent_GetTime_m4143775910_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t3738529785 * L_0 = __this->get_address_of_m_time_8(); String_t* L_1 = DateTime_ToString_m3718521780(L_0, _stringLiteral384261975, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetSenderId() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetSenderId_m2901761370 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { int64_t V_0 = 0; { UserInfo_t2013096041 * L_0 = __this->get_m_sender_info_9(); NullCheck(L_0); int64_t L_1 = UserInfo_get_UserID_m3324199451(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = Int64_ToString_m2986581816((&V_0), /*hidden argument*/NULL); return L_2; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetMessage() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetMessage_m2934258306 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_message_4(); return L_0; } } // System.Single DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetVoiceLen() extern "C" IL2CPP_METHOD_ATTR float ChatContent_GetVoiceLen_m2467243175 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_voiceLen_7(); return L_0; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetVoiceText() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetVoiceText_m69319748 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_voicetext_6(); return L_0; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetSmallPic() extern "C" IL2CPP_METHOD_ATTR String_t* ChatContent_GetSmallPic_m2415680015 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_smallPic_5(); return L_0; } } // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/ChatContent::GetRedbagID() extern "C" IL2CPP_METHOD_ATTR int32_t ChatContent_GetRedbagID_m984951814 (ChatContent_t42021257 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_redbagID_10(); 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.Framework.Plugin.CYunvaSDK/UserInfo::.ctor(System.Int64,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UserInfo__ctor_m135774830 (UserInfo_t2013096041 * __this, int64_t ___photo_id0, int32_t ___sex1, int32_t ___vip_level2, int32_t ___member_level3, String_t* ___name4, int32_t ___status5, int64_t ___userid6, int32_t ___headBoxID7, int32_t ___chatBubbleID8, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___sex1; __this->set_m_sex_0(L_0); int32_t L_1 = ___vip_level2; __this->set_m_vip_level_1(L_1); int32_t L_2 = ___member_level3; __this->set_m_member_level_2(L_2); int64_t L_3 = ___photo_id0; __this->set_m_photo_id_3(L_3); String_t* L_4 = ___name4; __this->set_m_name_4(L_4); int32_t L_5 = ___status5; __this->set_m_status_5(L_5); int64_t L_6 = ___userid6; __this->set_m_userid_6(L_6); int32_t L_7 = ___headBoxID7; __this->set_m_headBoxId_7(L_7); int32_t L_8 = ___chatBubbleID8; __this->set_m_chatBubbleID_8(L_8); return; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK/UserInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UserInfo__ctor_m3003580423 (UserInfo_t2013096041 * __this, String_t* ___string_user_info0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___string_user_info0; UserInfo_Deserialize_m2561693841(__this, L_0, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/UserInfo::SerialUserInfo(System.Int64,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* UserInfo_SerialUserInfo_m901739274 (RuntimeObject * __this /* static, unused */, int64_t ___photo_id0, int32_t ___sex1, int32_t ___vip_level2, int32_t ___member_level3, String_t* ___name4, int32_t ___status5, int64_t ___userid6, int32_t ___headBoxID7, int32_t ___chatBubbleID8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UserInfo_SerialUserInfo_m901739274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17))); String_t* L_1 = Int32_ToString_m141394615((&___sex1), /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_1); ObjectU5BU5D_t2843939325* L_2 = L_0; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3452614522); (L_2)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_3 = L_2; String_t* L_4 = Int32_ToString_m141394615((&___vip_level2), /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(2), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_3; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3452614522); (L_5)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_6 = L_5; String_t* L_7 = Int32_ToString_m141394615((&___member_level3), /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(4), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3452614522); (L_8)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_9 = L_8; String_t* L_10 = Int64_ToString_m2986581816((&___photo_id0), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(6), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_9; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3452614522); (L_11)->SetAt(static_cast(7), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_12 = L_11; String_t* L_13 = Int32_ToString_m141394615((&___status5), /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(8), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3452614522); (L_14)->SetAt(static_cast(((int32_t)9)), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_15 = L_14; String_t* L_16 = Int64_ToString_m2986581816((&___userid6), /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(((int32_t)10)), (RuntimeObject *)L_16); ObjectU5BU5D_t2843939325* L_17 = L_15; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral3452614522); (L_17)->SetAt(static_cast(((int32_t)11)), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_18 = L_17; String_t* L_19 = Int32_ToString_m141394615((&___headBoxID7), /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(((int32_t)12)), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3452614522); (L_20)->SetAt(static_cast(((int32_t)13)), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_21 = L_20; int32_t L_22 = ___chatBubbleID8; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(((int32_t)14)), (RuntimeObject *)L_24); ObjectU5BU5D_t2843939325* L_25 = L_21; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral3452614522); (L_25)->SetAt(static_cast(((int32_t)15)), (RuntimeObject *)_stringLiteral3452614522); ObjectU5BU5D_t2843939325* L_26 = L_25; String_t* L_27 = ___name4; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(((int32_t)16)), (RuntimeObject *)L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m2971454694(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); return L_28; } } // System.Void DMCore.Framework.Plugin.CYunvaSDK/UserInfo::Deserialize(System.String) extern "C" IL2CPP_METHOD_ATTR void UserInfo_Deserialize_m2561693841 (UserInfo_t2013096041 * __this, String_t* ___serializedInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UserInfo_Deserialize_m2561693841_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___serializedInfo0; CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_0); StringU5BU5D_t1281789340* L_2 = String_Split_m3646115398(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (-1); StringU5BU5D_t1281789340* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); V_1 = L_5; NullCheck(L_3); int32_t L_6 = L_5; String_t* L_7 = (L_3)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_8 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); __this->set_m_sex_0(L_8); StringU5BU5D_t1281789340* L_9 = V_0; int32_t L_10 = V_1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); V_1 = L_11; NullCheck(L_9); int32_t L_12 = L_11; String_t* L_13 = (L_9)->GetAt(static_cast(L_12)); int32_t L_14 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); __this->set_m_vip_level_1(L_14); StringU5BU5D_t1281789340* L_15 = V_0; int32_t L_16 = V_1; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_1 = L_17; NullCheck(L_15); int32_t L_18 = L_17; String_t* L_19 = (L_15)->GetAt(static_cast(L_18)); int32_t L_20 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); __this->set_m_member_level_2(L_20); StringU5BU5D_t1281789340* L_21 = V_0; int32_t L_22 = V_1; int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); V_1 = L_23; NullCheck(L_21); int32_t L_24 = L_23; String_t* L_25 = (L_21)->GetAt(static_cast(L_24)); int64_t L_26 = Convert_ToInt64_m4087101237(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); __this->set_m_photo_id_3(L_26); StringU5BU5D_t1281789340* L_27 = V_0; int32_t L_28 = V_1; int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); V_1 = L_29; NullCheck(L_27); int32_t L_30 = L_29; String_t* L_31 = (L_27)->GetAt(static_cast(L_30)); int32_t L_32 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); __this->set_m_status_5(L_32); StringU5BU5D_t1281789340* L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); V_1 = L_35; NullCheck(L_33); int32_t L_36 = L_35; String_t* L_37 = (L_33)->GetAt(static_cast(L_36)); int32_t L_38 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); __this->set_m_userid_6((((int64_t)((int64_t)L_38)))); StringU5BU5D_t1281789340* L_39 = V_0; int32_t L_40 = V_1; int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); V_1 = L_41; NullCheck(L_39); int32_t L_42 = L_41; String_t* L_43 = (L_39)->GetAt(static_cast(L_42)); int32_t L_44 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); __this->set_m_headBoxId_7(L_44); StringU5BU5D_t1281789340* L_45 = V_0; int32_t L_46 = V_1; int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); V_1 = L_47; NullCheck(L_45); int32_t L_48 = L_47; String_t* L_49 = (L_45)->GetAt(static_cast(L_48)); int32_t L_50 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); __this->set_m_chatBubbleID_8(L_50); StringU5BU5D_t1281789340* L_51 = V_0; NullCheck(L_51); int32_t L_52 = 0; String_t* L_53 = (L_51)->GetAt(static_cast(L_52)); NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_55 = V_0; NullCheck(L_55); int32_t L_56 = 1; String_t* L_57 = (L_55)->GetAt(static_cast(L_56)); NullCheck(L_57); int32_t L_58 = String_get_Length_m3847582255(L_57, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_59 = V_0; NullCheck(L_59); int32_t L_60 = 2; String_t* L_61 = (L_59)->GetAt(static_cast(L_60)); NullCheck(L_61); int32_t L_62 = String_get_Length_m3847582255(L_61, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_63 = V_0; NullCheck(L_63); int32_t L_64 = 3; String_t* L_65 = (L_63)->GetAt(static_cast(L_64)); NullCheck(L_65); int32_t L_66 = String_get_Length_m3847582255(L_65, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_67 = V_0; NullCheck(L_67); int32_t L_68 = 4; String_t* L_69 = (L_67)->GetAt(static_cast(L_68)); NullCheck(L_69); int32_t L_70 = String_get_Length_m3847582255(L_69, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_71 = V_0; NullCheck(L_71); int32_t L_72 = 5; String_t* L_73 = (L_71)->GetAt(static_cast(L_72)); NullCheck(L_73); int32_t L_74 = String_get_Length_m3847582255(L_73, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_75 = V_0; NullCheck(L_75); int32_t L_76 = 6; String_t* L_77 = (L_75)->GetAt(static_cast(L_76)); NullCheck(L_77); int32_t L_78 = String_get_Length_m3847582255(L_77, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_79 = V_0; NullCheck(L_79); int32_t L_80 = 7; String_t* L_81 = (L_79)->GetAt(static_cast(L_80)); NullCheck(L_81); int32_t L_82 = String_get_Length_m3847582255(L_81, /*hidden argument*/NULL); int32_t L_83 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_58)), (int32_t)L_62)), (int32_t)L_66)), (int32_t)L_70)), (int32_t)L_74)), (int32_t)L_78)), (int32_t)L_82)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)))); String_t* L_84 = ___serializedInfo0; int32_t L_85 = V_2; NullCheck(L_84); String_t* L_86 = String_Substring_m2848979100(L_84, L_85, /*hidden argument*/NULL); __this->set_m_name_4(L_86); goto IL_0106; } // 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_0103; throw e; } CATCH_0103: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); Exception_t * L_87 = V_3; IL2CPP_RAISE_MANAGED_EXCEPTION(L_87,UserInfo_Deserialize_m2561693841_RuntimeMethod_var); } // end catch (depth: 1) IL_0106: { return; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/UserInfo::Serialize() extern "C" IL2CPP_METHOD_ATTR String_t* UserInfo_Serialize_m3200026229 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_photo_id_3(); int32_t L_1 = __this->get_m_sex_0(); int32_t L_2 = __this->get_m_vip_level_1(); int32_t L_3 = __this->get_m_member_level_2(); String_t* L_4 = __this->get_m_name_4(); int32_t L_5 = __this->get_m_status_5(); int64_t L_6 = __this->get_m_userid_6(); int32_t L_7 = __this->get_m_headBoxId_7(); int32_t L_8 = __this->get_m_chatBubbleID_8(); String_t* L_9 = UserInfo_SerialUserInfo_m901739274(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t UserInfo_get_Sex_m308690986 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_sex_0(); return L_0; } } // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_VipLevel() extern "C" IL2CPP_METHOD_ATTR int32_t UserInfo_get_VipLevel_m531279615 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_vip_level_1(); return L_0; } } // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_MemberLevel() extern "C" IL2CPP_METHOD_ATTR int32_t UserInfo_get_MemberLevel_m267064126 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_member_level_2(); return L_0; } } // System.Int64 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_PhotoId() extern "C" IL2CPP_METHOD_ATTR int64_t UserInfo_get_PhotoId_m4048273030 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_photo_id_3(); return L_0; } } // System.String DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* UserInfo_get_Name_m1698156366 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_4(); return L_0; } } // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_status() extern "C" IL2CPP_METHOD_ATTR int32_t UserInfo_get_status_m2253576818 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_status_5(); return L_0; } } // System.Int64 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_UserID() extern "C" IL2CPP_METHOD_ATTR int64_t UserInfo_get_UserID_m3324199451 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_userid_6(); return L_0; } } // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_HeadBoxID() extern "C" IL2CPP_METHOD_ATTR int32_t UserInfo_get_HeadBoxID_m1722637678 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_headBoxId_7(); return L_0; } } // System.Int32 DMCore.Framework.Plugin.CYunvaSDK/UserInfo::get_ChatBubbleID() extern "C" IL2CPP_METHOD_ATTR int32_t UserInfo_get_ChatBubbleID_m1379391774 (UserInfo_t2013096041 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_chatBubbleID_8(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.CEditorResService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEditorResService__ctor_m1369661875 (CEditorResService_t1140910365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService__ctor_m1369661875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager__ctor_m948415625(__this, /*hidden argument*/NULL); Dictionary_2_t396712153 * L_0 = (Dictionary_2_t396712153 *)il2cpp_codegen_object_new(Dictionary_2_t396712153_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3393381943(L_0, /*hidden argument*/Dictionary_2__ctor_m3393381943_RuntimeMethod_var); __this->set_m_SourceAll_1(L_0); return; } } // System.Void DMCore.Framework.Resource.CEditorResService::ClearSpecialCache(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void CEditorResService_ClearSpecialCache_m1383531650 (CEditorResService_t1140910365 * __this, Predicate_1_t2672744813 * ___func0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Resource.CEditorResService::OnBeforeSceneChanged(System.String) extern "C" IL2CPP_METHOD_ATTR void CEditorResService_OnBeforeSceneChanged_m3854893462 (CEditorResService_t1140910365 * __this, String_t* ___levelName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_OnBeforeSceneChanged_m3854893462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_0 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_004c; } } { String_t* L_1 = ___levelName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_2 = String_Compare_m3735043349(NULL /*static, unused*/, L_1, _stringLiteral840214861, /*hidden argument*/NULL); if (L_2) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_3 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CUIPkgService_PushProtectedPath_m3385204452(L_3, _stringLiteral1330417293, /*hidden argument*/NULL); } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_4 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CUIPkgService_PushProtectedPath_m3385204452(L_4, _stringLiteral1105847421, /*hidden argument*/NULL); CUIPkgService_t1582475416 * L_5 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CUIPkgService_UnLoadAll_m2388588780(L_5, /*hidden argument*/NULL); CUIPkgService_t1582475416 * L_6 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CUIPkgService_ClearProtectedPath_m823762498(L_6, /*hidden argument*/NULL); } IL_004c: { return; } } // System.Boolean DMCore.Framework.Resource.CEditorResService::Retry(System.String) extern "C" IL2CPP_METHOD_ATTR bool CEditorResService_Retry_m4009875505 (CEditorResService_t1140910365 * __this, String_t* ___sourcePath0, const RuntimeMethod* method) { { String_t* L_0 = ___sourcePath0; VirtFuncInvoker4< Object_t631007953 *, String_t*, bool, OnResourceResult_t3899022047 *, int32_t >::Invoke(14 /* UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) */, __this, L_0, (bool)1, (OnResourceResult_t3899022047 *)NULL, 0); return (bool)1; } } // System.Void DMCore.Framework.Resource.CEditorResService::ClearCache() extern "C" IL2CPP_METHOD_ATTR void CEditorResService_ClearCache_m103265543 (CEditorResService_t1140910365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_ClearCache_m103265543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_0 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_1 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CUIPkgService_UnLoadAll_m2388588780(L_1, /*hidden argument*/NULL); } IL_0014: { Dictionary_2_t396712153 * L_2 = __this->get_m_SourceAll_1(); NullCheck(L_2); Dictionary_2_Clear_m4108026271(L_2, /*hidden argument*/Dictionary_2_Clear_m4108026271_RuntimeMethod_var); return; } } // System.Boolean DMCore.Framework.Resource.CEditorResService::ClearCache(System.String) extern "C" IL2CPP_METHOD_ATTR bool CEditorResService_ClearCache_m1532443924 (CEditorResService_t1140910365 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_ClearCache_m1532443924_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ResData_t611455854 * V_1 = NULL; { V_0 = (bool)0; String_t* L_0 = ___path0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___path0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_2 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_002d; } } { String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_4 = CUIPkgService_IfUIPkgResource_m2643866799(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_5 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = ___path0; NullCheck(L_5); CUIPkgService_UnLoad_m10825210(L_5, L_6, /*hidden argument*/NULL); return (bool)1; } IL_002d: { V_1 = (ResData_t611455854 *)NULL; Dictionary_2_t396712153 * L_7 = __this->get_m_SourceAll_1(); String_t* L_8 = ___path0; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m1774632223(L_7, L_8, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1774632223_RuntimeMethod_var); if (!L_9) { goto IL_0083; } } { V_0 = (bool)1; ResData_t611455854 * L_10 = V_1; NullCheck(L_10); Object_t631007953 * L_11 = L_10->get_m_ptrObj_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0076; } } { ResData_t611455854 * L_13 = V_1; NullCheck(L_13); Object_t631007953 * L_14 = L_13->get_m_ptrObj_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_14, GameObject_t1113636619_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_15) { goto IL_0076; } } { ResData_t611455854 * L_16 = V_1; NullCheck(L_16); Object_t631007953 * L_17 = L_16->get_m_ptrObj_0(); Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); } IL_0076: { Dictionary_2_t396712153 * L_18 = __this->get_m_SourceAll_1(); String_t* L_19 = ___path0; NullCheck(L_18); Dictionary_2_Remove_m2237239621(L_18, L_19, /*hidden argument*/Dictionary_2_Remove_m2237239621_RuntimeMethod_var); } IL_0083: { bool L_20 = V_0; return L_20; } } // UnityEngine.Texture2D DMCore.Framework.Resource.CEditorResService::GetTexture(System.String) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CEditorResService_GetTexture_m1395137953 (CEditorResService_t1140910365 * __this, String_t* ___texPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_GetTexture_m1395137953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___texPath0; Object_t631007953 * L_1 = IResourceManager_CreateResource_m1279813597(__this, L_0, (bool)0, /*hidden argument*/NULL); return ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_1, Texture2D_t3840446185_il2cpp_TypeInfo_var)); } } // UnityEngine.AudioClip DMCore.Framework.Resource.CEditorResService::GetAudioClip(System.String) extern "C" IL2CPP_METHOD_ATTR AudioClip_t3680889665 * CEditorResService_GetAudioClip_m2807703145 (CEditorResService_t1140910365 * __this, String_t* ___soundPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_GetAudioClip_m2807703145_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___soundPath0; Object_t631007953 * L_1 = IResourceManager_CreateResource_m1279813597(__this, L_0, (bool)0, /*hidden argument*/NULL); return ((AudioClip_t3680889665 *)IsInstSealed((RuntimeObject*)L_1, AudioClip_t3680889665_il2cpp_TypeInfo_var)); } } // UnityEngine.AnimationClip DMCore.Framework.Resource.CEditorResService::GetAnimationClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CEditorResService_GetAnimationClip_m3915738573 (CEditorResService_t1140910365 * __this, String_t* ___animPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_GetAnimationClip_m3915738573_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { String_t* L_0 = ___animPath0; GameObject_t1113636619 * L_1 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, __this, L_0); V_0 = L_1; GameObject_t1113636619 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); Animation_t3648466861 * L_5 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_4, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } IL_0025: { return (AnimationClip_t2318505987 *)NULL; } IL_0027: { GameObject_t1113636619 * L_7 = V_0; NullCheck(L_7); Animation_t3648466861 * L_8 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_7, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); NullCheck(L_8); AnimationClip_t2318505987 * L_9 = Animation_get_clip_m1019546398(L_8, /*hidden argument*/NULL); return L_9; } } // UnityEngine.GameObject DMCore.Framework.Resource.CEditorResService::GetGameObj(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CEditorResService_GetGameObj_m1757738962 (CEditorResService_t1140910365 * __this, String_t* ___prefabPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_GetGameObj_m1757738962_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefabPath0; Object_t631007953 * L_1 = IResourceManager_CreateResource_m1279813597(__this, L_0, (bool)0, /*hidden argument*/NULL); return ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_1, GameObject_t1113636619_il2cpp_TypeInfo_var)); } } // DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.CEditorResService::GetResState(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CEditorResService_GetResState_m1993831456 (CEditorResService_t1140910365 * __this, String_t* ___sourcePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_GetResState_m1993831456_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ResData_t611455854 * V_1 = NULL; bool V_2 = false; int32_t G_B7_0 = 0; { String_t* L_0 = ___sourcePath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (int32_t)((-1)); } IL_000d: { String_t* L_2 = ___sourcePath0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); ___sourcePath0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_4 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_4) { goto IL_0042; } } { String_t* L_5 = ___sourcePath0; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_6 = CUIPkgService_IfUIPkgResource_m2643866799(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_7 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = ___sourcePath0; NullCheck(L_7); bool L_9 = CUIPkgService_IfDone_m451748375(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } { G_B7_0 = 2; goto IL_0041; } IL_0040: { G_B7_0 = (-1); } IL_0041: { return (int32_t)(G_B7_0); } IL_0042: { V_0 = (-1); V_1 = (ResData_t611455854 *)NULL; Dictionary_2_t396712153 * L_10 = __this->get_m_SourceAll_1(); String_t* L_11 = ___sourcePath0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1774632223(L_10, L_11, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1774632223_RuntimeMethod_var); V_2 = L_12; bool L_13 = V_2; if (!L_13) { goto IL_0062; } } { ResData_t611455854 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->get_m_State_1(); V_0 = L_15; } IL_0062: { int32_t L_16 = V_0; return L_16; } } // System.Void DMCore.Framework.Resource.CEditorResService::PrepareResource(System.String,DMCore.Framework.Resource.OnResourcePrepareResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEditorResService_PrepareResource_m298879253 (CEditorResService_t1140910365 * __this, String_t* ___sourcePath0, OnResourcePrepareResult_t1971095887 * ___callBack1, int32_t ___userData2, const RuntimeMethod* method) { { OnResourcePrepareResult_t1971095887 * L_0 = ___callBack1; if (!L_0) { goto IL_000f; } } { OnResourcePrepareResult_t1971095887 * L_1 = ___callBack1; String_t* L_2 = ___sourcePath0; int32_t L_3 = ___userData2; NullCheck(L_1); OnResourcePrepareResult_Invoke_m675927933(L_1, L_2, (bool)1, L_3, /*hidden argument*/NULL); } IL_000f: { return; } } // UnityEngine.Object DMCore.Framework.Resource.CEditorResService::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CEditorResService_CreateResource_m1901190326 (CEditorResService_t1140910365 * __this, String_t* ___sourcePath0, bool ___bAsync1, OnResourceResult_t3899022047 * ___callBack2, int32_t ___userData3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEditorResService_CreateResource_m1901190326_MetadataUsageId); s_Il2CppMethodInitialized = true; } Object_t631007953 * V_0 = NULL; ResData_t611455854 * V_1 = NULL; ResData_t611455854 * G_B13_0 = NULL; ResData_t611455854 * G_B12_0 = NULL; int32_t G_B14_0 = 0; ResData_t611455854 * G_B14_1 = NULL; { String_t* L_0 = ___sourcePath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (Object_t631007953 *)NULL; } IL_000d: { String_t* L_2 = ___sourcePath0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); ___sourcePath0 = L_3; V_0 = (Object_t631007953 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_4 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_4) { goto IL_004a; } } { String_t* L_5 = ___sourcePath0; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_6 = CUIPkgService_IfUIPkgResource_m2643866799(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_7 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = ___sourcePath0; NullCheck(L_7); Object_t631007953 * L_9 = CUIPkgService_Load_m2662465603(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; OnResourceResult_t3899022047 * L_10 = ___callBack2; if (!L_10) { goto IL_0048; } } { OnResourceResult_t3899022047 * L_11 = ___callBack2; String_t* L_12 = ___sourcePath0; Object_t631007953 * L_13 = V_0; int32_t L_14 = ___userData3; NullCheck(L_11); OnResourceResult_Invoke_m535001416(L_11, L_12, L_13, L_14, /*hidden argument*/NULL); } IL_0048: { Object_t631007953 * L_15 = V_0; return L_15; } IL_004a: { V_1 = (ResData_t611455854 *)NULL; Dictionary_2_t396712153 * L_16 = __this->get_m_SourceAll_1(); String_t* L_17 = ___sourcePath0; NullCheck(L_16); bool L_18 = Dictionary_2_TryGetValue_m1774632223(L_16, L_17, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1774632223_RuntimeMethod_var); if (L_18) { goto IL_0072; } } { ResData_t611455854 * L_19 = (ResData_t611455854 *)il2cpp_codegen_object_new(ResData_t611455854_il2cpp_TypeInfo_var); ResData__ctor_m2803852886(L_19, /*hidden argument*/NULL); V_1 = L_19; Dictionary_2_t396712153 * L_20 = __this->get_m_SourceAll_1(); String_t* L_21 = ___sourcePath0; ResData_t611455854 * L_22 = V_1; NullCheck(L_20); Dictionary_2_Add_m1512326900(L_20, L_21, L_22, /*hidden argument*/Dictionary_2_Add_m1512326900_RuntimeMethod_var); } IL_0072: { ResData_t611455854 * L_23 = V_1; NullCheck(L_23); Object_t631007953 * L_24 = L_23->get_m_ptrObj_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_008f; } } { ResData_t611455854 * L_26 = V_1; String_t* L_27 = ___sourcePath0; Object_t631007953 * L_28 = Resources_Load_m3880010804(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_m_ptrObj_0(L_28); } IL_008f: { ResData_t611455854 * L_29 = V_1; NullCheck(L_29); Object_t631007953 * L_30 = L_29->get_m_ptrObj_0(); V_0 = L_30; ResData_t611455854 * L_31 = V_1; Object_t631007953 * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_32, /*hidden argument*/NULL); G_B12_0 = L_31; if (!L_33) { G_B13_0 = L_31; goto IL_00a9; } } { G_B14_0 = 2; G_B14_1 = G_B12_0; goto IL_00aa; } IL_00a9: { G_B14_0 = 3; G_B14_1 = G_B13_0; } IL_00aa: { NullCheck(G_B14_1); G_B14_1->set_m_State_1(G_B14_0); OnResourceResult_t3899022047 * L_34 = ___callBack2; if (!L_34) { goto IL_00bf; } } { OnResourceResult_t3899022047 * L_35 = ___callBack2; String_t* L_36 = ___sourcePath0; Object_t631007953 * L_37 = V_0; int32_t L_38 = ___userData3; NullCheck(L_35); OnResourceResult_Invoke_m535001416(L_35, L_36, L_37, L_38, /*hidden argument*/NULL); } IL_00bf: { Object_t631007953 * L_39 = V_0; return L_39; } } // System.String DMCore.Framework.Resource.CEditorResService::PopAsyncTask() extern "C" IL2CPP_METHOD_ATTR String_t* CEditorResService_PopAsyncTask_m928383770 (CEditorResService_t1140910365 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void DMCore.Framework.Resource.CEditorResService::DoResourceCoroutine(System.String) extern "C" IL2CPP_METHOD_ATTR void CEditorResService_DoResourceCoroutine_m2456904651 (CEditorResService_t1140910365 * __this, String_t* ___resName0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Resource.CEditorResService::PushAsyncResult(System.String,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CEditorResService_PushAsyncResult_m3767630626 (CEditorResService_t1140910365 * __this, String_t* ___name0, Object_t631007953 * ___result1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Resource.CEditorResService::LoadAsyncResource(System.String,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEditorResService_LoadAsyncResource_m3431680987 (CEditorResService_t1140910365 * __this, String_t* ___sourcePath0, OnResourceResult_t3899022047 * ___callBack1, int32_t ___userData2, 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.Framework.Resource.CEditorResService/ResData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResData__ctor_m2803852886 (ResData_t611455854 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_State_1((-1)); __this->set_m_ptrObj_0((Object_t631007953 *)NULL); __this->set_m_ptrCallBack_2((OnResourceResult_t3899022047 *)NULL); __this->set_m_userData_3(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.CPkgResService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPkgResService__ctor_m649575462 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService__ctor_m649575462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager__ctor_m948415625(__this, /*hidden argument*/NULL); CResTaskContainer_t3271287293 * L_0 = (CResTaskContainer_t3271287293 *)il2cpp_codegen_object_new(CResTaskContainer_t3271287293_il2cpp_TypeInfo_var); CResTaskContainer__ctor_m1509677962(L_0, /*hidden argument*/NULL); __this->set_m_curResTask_6(L_0); __this->set_m_bFullDownMode_1((bool)0); CEditorResService_t1140910365 * L_1 = (CEditorResService_t1140910365 *)il2cpp_codegen_object_new(CEditorResService_t1140910365_il2cpp_TypeInfo_var); CEditorResService__ctor_m1369661875(L_1, /*hidden argument*/NULL); __this->set_m_localSystem_2(L_1); LinkedList_1_t4166515492 * L_2 = (LinkedList_1_t4166515492 *)il2cpp_codegen_object_new(LinkedList_1_t4166515492_il2cpp_TypeInfo_var); LinkedList_1__ctor_m319200111(L_2, /*hidden argument*/LinkedList_1__ctor_m319200111_RuntimeMethod_var); __this->set_m_taskListCached_3(L_2); LinkedList_1_t412417193 * L_3 = (LinkedList_1_t412417193 *)il2cpp_codegen_object_new(LinkedList_1_t412417193_il2cpp_TypeInfo_var); LinkedList_1__ctor_m2432286077(L_3, /*hidden argument*/LinkedList_1__ctor_m2432286077_RuntimeMethod_var); __this->set_m_wwwTaskList_4(L_3); LinkedList_1_t687096698 * L_4 = (LinkedList_1_t687096698 *)il2cpp_codegen_object_new(LinkedList_1_t687096698_il2cpp_TypeInfo_var); LinkedList_1__ctor_m3511298534(L_4, /*hidden argument*/LinkedList_1__ctor_m3511298534_RuntimeMethod_var); __this->set_m_localPkgList_5(L_4); IL2CPP_RUNTIME_CLASS_INIT(CGameSetting_t2678036671_il2cpp_TypeInfo_var); CGameSetting_GetInstance_m804447900(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CPkgResService::ClearSpecialCache(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_ClearSpecialCache_m880134168 (CPkgResService_t3747434472 * __this, Predicate_1_t2672744813 * ___func0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_ClearSpecialCache_m880134168_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * V_0 = NULL; { U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * L_0 = (U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 *)il2cpp_codegen_object_new(U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972_il2cpp_TypeInfo_var); U3CClearSpecialCacheU3Ec__AnonStorey0__ctor_m3472781230(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * L_1 = V_0; Predicate_1_t2672744813 * L_2 = ___func0; NullCheck(L_1); L_1->set_func_0(L_2); U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * L_3 = V_0; NullCheck(L_3); Predicate_1_t2672744813 * L_4 = L_3->get_func_0(); if (L_4) { goto IL_0019; } } { return; } IL_0019: { LinkedList_1_t412417193 * L_5 = __this->get_m_wwwTaskList_4(); U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__0_m4118348196_RuntimeMethod_var; Predicate_1_t2398065308 * L_8 = (Predicate_1_t2398065308 *)il2cpp_codegen_object_new(Predicate_1_t2398065308_il2cpp_TypeInfo_var); Predicate_1__ctor_m1368708888(L_8, L_6, L_7, /*hidden argument*/Predicate_1__ctor_m1368708888_RuntimeMethod_var); CAlgorithmHelp_RemoveSpecial_TisstWWWInfo_t1572771184_m2453809972(NULL /*static, unused*/, L_5, L_8, /*hidden argument*/CAlgorithmHelp_RemoveSpecial_TisstWWWInfo_t1572771184_m2453809972_RuntimeMethod_var); LinkedList_1_t687096698 * L_9 = __this->get_m_localPkgList_5(); U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * L_10 = V_0; intptr_t L_11 = (intptr_t)U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__1_m2154671506_RuntimeMethod_var; Predicate_1_t2672744813 * L_12 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_12, L_10, L_11, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922(NULL /*static, unused*/, L_9, L_12, /*hidden argument*/CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922_RuntimeMethod_var); CPackageManager_t3847050571 * L_13 = CPackageManager_GetInstance_m2119869201(NULL /*static, unused*/, /*hidden argument*/NULL); U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * L_14 = V_0; NullCheck(L_14); Predicate_1_t2672744813 * L_15 = L_14->get_func_0(); NullCheck(L_13); CPackageManager_ClearSpecial_m1044260251(L_13, L_15, /*hidden argument*/NULL); CEditorResService_t1140910365 * L_16 = __this->get_m_localSystem_2(); U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * L_17 = V_0; NullCheck(L_17); Predicate_1_t2672744813 * L_18 = L_17->get_func_0(); NullCheck(L_16); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, L_16, L_18); return; } } // System.Void DMCore.Framework.Resource.CPkgResService::OnBeforeSceneChanged(System.String) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_OnBeforeSceneChanged_m2414059457 (CPkgResService_t3747434472 * __this, String_t* ___levelName0, const RuntimeMethod* method) { { CEditorResService_t1140910365 * L_0 = __this->get_m_localSystem_2(); String_t* L_1 = ___levelName0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(6 /* System.Void DMCore.Framework.Resource.IResourceManager::OnBeforeSceneChanged(System.String) */, L_0, L_1); return; } } // System.Void DMCore.Framework.Resource.CPkgResService::ClearCache() extern "C" IL2CPP_METHOD_ATTR void CPkgResService_ClearCache_m4204388526 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_ClearCache_m4204388526_MetadataUsageId); s_Il2CppMethodInitialized = true; } LinkedList_1_t4166515492 * G_B2_0 = NULL; LinkedList_1_t4166515492 * G_B1_0 = NULL; { CPackageManager_t3847050571 * L_0 = CPackageManager_GetInstance_m2119869201(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPackageManager_ClearAll_m1045795775(L_0, /*hidden argument*/NULL); CEditorResService_t1140910365 * L_1 = __this->get_m_localSystem_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearCache() */, L_1); LinkedList_1_t4166515492 * L_2 = __this->get_m_taskListCached_3(); Predicate_1_t1857196311 * L_3 = ((CPkgResService_t3747434472_StaticFields*)il2cpp_codegen_static_fields_for(CPkgResService_t3747434472_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_7(); G_B1_0 = L_2; if (L_3) { G_B2_0 = L_2; goto IL_0033; } } { intptr_t L_4 = (intptr_t)CPkgResService_U3CClearCacheU3Em__0_m3437595808_RuntimeMethod_var; Predicate_1_t1857196311 * L_5 = (Predicate_1_t1857196311 *)il2cpp_codegen_object_new(Predicate_1_t1857196311_il2cpp_TypeInfo_var); Predicate_1__ctor_m2463520683(L_5, NULL, L_4, /*hidden argument*/Predicate_1__ctor_m2463520683_RuntimeMethod_var); ((CPkgResService_t3747434472_StaticFields*)il2cpp_codegen_static_fields_for(CPkgResService_t3747434472_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_7(L_5); G_B2_0 = G_B1_0; } IL_0033: { Predicate_1_t1857196311 * L_6 = ((CPkgResService_t3747434472_StaticFields*)il2cpp_codegen_static_fields_for(CPkgResService_t3747434472_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_7(); CAlgorithmHelp_RemoveSpecial_TisstBeforeDataBaseTask_t1031902187_m826831533(NULL /*static, unused*/, G_B2_0, L_6, /*hidden argument*/CAlgorithmHelp_RemoveSpecial_TisstBeforeDataBaseTask_t1031902187_m826831533_RuntimeMethod_var); LinkedList_1_t412417193 * L_7 = __this->get_m_wwwTaskList_4(); NullCheck(L_7); LinkedList_1_Clear_m3849036797(L_7, /*hidden argument*/LinkedList_1_Clear_m3849036797_RuntimeMethod_var); LinkedList_1_t687096698 * L_8 = __this->get_m_localPkgList_5(); NullCheck(L_8); LinkedList_1_Clear_m3455761402(L_8, /*hidden argument*/LinkedList_1_Clear_m3455761402_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CResourceWWW_t3399865147_il2cpp_TypeInfo_var); CResourceWWW_DestroyResTask_m3578432987(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Resource.CPkgResService::ClearCache(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPkgResService_ClearCache_m2145550135 (CPkgResService_t3747434472 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_ClearCache_m2145550135_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CClearCacheU3Ec__AnonStorey1_t1025598931 * V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t G_B8_0 = 0; { U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_0 = (U3CClearCacheU3Ec__AnonStorey1_t1025598931 *)il2cpp_codegen_object_new(U3CClearCacheU3Ec__AnonStorey1_t1025598931_il2cpp_TypeInfo_var); U3CClearCacheU3Ec__AnonStorey1__ctor_m441943059(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_1 = V_0; String_t* L_2 = ___path0; NullCheck(L_1); L_1->set_path_0(L_2); U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_path_0(); NullCheck(L_4); String_t* L_5 = String_ToLower_m2029374922(L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_7 = CUIPkgService_IfUIPkgResource_m2643866799(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0042; } } { String_t* L_8 = V_1; NullCheck(L_8); bool L_9 = String_StartsWith_m1759067526(L_8, _stringLiteral1105847421, /*hidden argument*/NULL); if (L_9) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_10 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = V_1; NullCheck(L_10); CUIPkgService_UnLoad_m10825210(L_10, L_11, /*hidden argument*/NULL); return (bool)1; } IL_0042: { CPackageManager_t3847050571 * L_12 = CPackageManager_GetInstance_m2119869201(NULL /*static, unused*/, /*hidden argument*/NULL); U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = L_13->get_path_0(); NullCheck(L_12); bool L_15 = CPackageManager_Clear_m3310653088(L_12, L_14, /*hidden argument*/NULL); V_2 = L_15; CEditorResService_t1140910365 * L_16 = __this->get_m_localSystem_2(); U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = L_17->get_path_0(); NullCheck(L_16); bool L_19 = VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_16, L_18); V_3 = L_19; U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_20 = V_0; U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = L_21->get_path_0(); NullCheck(L_22); String_t* L_23 = String_ToLower_m2029374922(L_22, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_path_0(L_23); LinkedList_1_t687096698 * L_24 = __this->get_m_localPkgList_5(); U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_25 = V_0; intptr_t L_26 = (intptr_t)U3CClearCacheU3Ec__AnonStorey1_U3CU3Em__0_m1939691644_RuntimeMethod_var; Predicate_1_t2672744813 * L_27 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_27, L_25, L_26, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); bool L_28 = CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922(NULL /*static, unused*/, L_24, L_27, /*hidden argument*/CAlgorithmHelp_RemoveSpecial_TisString_t_m2369763922_RuntimeMethod_var); V_4 = L_28; LinkedList_1_t412417193 * L_29 = __this->get_m_wwwTaskList_4(); U3CClearCacheU3Ec__AnonStorey1_t1025598931 * L_30 = V_0; intptr_t L_31 = (intptr_t)U3CClearCacheU3Ec__AnonStorey1_U3CU3Em__1_m3334610610_RuntimeMethod_var; Predicate_1_t2398065308 * L_32 = (Predicate_1_t2398065308 *)il2cpp_codegen_object_new(Predicate_1_t2398065308_il2cpp_TypeInfo_var); Predicate_1__ctor_m1368708888(L_32, L_30, L_31, /*hidden argument*/Predicate_1__ctor_m1368708888_RuntimeMethod_var); bool L_33 = CAlgorithmHelp_RemoveSpecial_TisstWWWInfo_t1572771184_m2453809972(NULL /*static, unused*/, L_29, L_32, /*hidden argument*/CAlgorithmHelp_RemoveSpecial_TisstWWWInfo_t1572771184_m2453809972_RuntimeMethod_var); V_5 = L_33; bool L_34 = V_2; if (L_34) { goto IL_00bf; } } { bool L_35 = V_3; if (L_35) { goto IL_00bf; } } { bool L_36 = V_4; if (L_36) { goto IL_00bf; } } { bool L_37 = V_5; G_B8_0 = ((int32_t)(L_37)); goto IL_00c0; } IL_00bf: { G_B8_0 = 1; } IL_00c0: { return (bool)G_B8_0; } } // UnityEngine.Texture2D DMCore.Framework.Resource.CPkgResService::GetTexture(System.String) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPkgResService_GetTexture_m2388555185 (CPkgResService_t3747434472 * __this, String_t* ___texPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_GetTexture_m2388555185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___texPath0; Object_t631007953 * L_1 = IResourceManager_CreateResource_m1279813597(__this, L_0, (bool)0, /*hidden argument*/NULL); return ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_1, Texture2D_t3840446185_il2cpp_TypeInfo_var)); } } // UnityEngine.AudioClip DMCore.Framework.Resource.CPkgResService::GetAudioClip(System.String) extern "C" IL2CPP_METHOD_ATTR AudioClip_t3680889665 * CPkgResService_GetAudioClip_m3600641246 (CPkgResService_t3747434472 * __this, String_t* ___soundPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_GetAudioClip_m3600641246_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___soundPath0; Object_t631007953 * L_1 = IResourceManager_CreateResource_m1279813597(__this, L_0, (bool)0, /*hidden argument*/NULL); return ((AudioClip_t3680889665 *)IsInstSealed((RuntimeObject*)L_1, AudioClip_t3680889665_il2cpp_TypeInfo_var)); } } // UnityEngine.AnimationClip DMCore.Framework.Resource.CPkgResService::GetAnimationClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CPkgResService_GetAnimationClip_m1235769461 (CPkgResService_t3747434472 * __this, String_t* ___animPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_GetAnimationClip_m1235769461_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { String_t* L_0 = ___animPath0; GameObject_t1113636619 * L_1 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, __this, L_0); V_0 = L_1; GameObject_t1113636619 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); Animation_t3648466861 * L_5 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_4, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } IL_0025: { return (AnimationClip_t2318505987 *)NULL; } IL_0027: { GameObject_t1113636619 * L_7 = V_0; NullCheck(L_7); Animation_t3648466861 * L_8 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_7, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); NullCheck(L_8); AnimationClip_t2318505987 * L_9 = Animation_get_clip_m1019546398(L_8, /*hidden argument*/NULL); return L_9; } } // UnityEngine.GameObject DMCore.Framework.Resource.CPkgResService::GetGameObj(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CPkgResService_GetGameObj_m3613556743 (CPkgResService_t3747434472 * __this, String_t* ___prefabPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_GetGameObj_m3613556743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefabPath0; Object_t631007953 * L_1 = IResourceManager_CreateResource_m1279813597(__this, L_0, (bool)0, /*hidden argument*/NULL); return ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_1, GameObject_t1113636619_il2cpp_TypeInfo_var)); } } // DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.CPkgResService::GetResState(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CPkgResService_GetResState_m3544518968 (CPkgResService_t3747434472 * __this, String_t* ___sourcePath0, const RuntimeMethod* method) { { String_t* L_0 = ___sourcePath0; bool L_1 = CPkgResService_IfWWWRes_m2451778388(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { CPackageManager_t3847050571 * L_2 = CPackageManager_GetInstance_m2119869201(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___sourcePath0; NullCheck(L_2); int32_t L_4 = CPackageManager_GetAssetsState_m902649493(L_2, L_3, /*hidden argument*/NULL); return (int32_t)(L_4); } IL_0018: { CEditorResService_t1140910365 * L_5 = __this->get_m_localSystem_2(); String_t* L_6 = ___sourcePath0; NullCheck(L_5); int32_t L_7 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_5, L_6); return L_7; } } // System.Void DMCore.Framework.Resource.CPkgResService::PrepareResource(System.String,DMCore.Framework.Resource.OnResourcePrepareResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_PrepareResource_m1194688685 (CPkgResService_t3747434472 * __this, String_t* ___sourcePath0, OnResourcePrepareResult_t1971095887 * ___callBack1, int32_t ___userData2, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = ___sourcePath0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); V_0 = L_1; CEditorResService_t1140910365 * L_2 = __this->get_m_localSystem_2(); String_t* L_3 = ___sourcePath0; OnResourcePrepareResult_t1971095887 * L_4 = ___callBack1; int32_t L_5 = ___userData2; NullCheck(L_2); VirtActionInvoker3< String_t*, OnResourcePrepareResult_t1971095887 *, int32_t >::Invoke(15 /* System.Void DMCore.Framework.Resource.IResourceManager::PrepareResource(System.String,DMCore.Framework.Resource.OnResourcePrepareResult,System.Int32) */, L_2, L_3, L_4, L_5); return; } } // System.Boolean DMCore.Framework.Resource.CPkgResService::Retry(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPkgResService_Retry_m3005722273 (CPkgResService_t3747434472 * __this, String_t* ___sourcePath0, const RuntimeMethod* method) { { CEditorResService_t1140910365 * L_0 = __this->get_m_localSystem_2(); String_t* L_1 = ___sourcePath0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, String_t* >::Invoke(13 /* System.Boolean DMCore.Framework.Resource.IResourceManager::Retry(System.String) */, L_0, L_1); return L_2; } } // UnityEngine.Object DMCore.Framework.Resource.CPkgResService::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CPkgResService_CreateResource_m1706697163 (CPkgResService_t3747434472 * __this, String_t* ___sourcePath0, bool ___bAsync1, OnResourceResult_t3899022047 * ___callBack2, int32_t ___userData3, const RuntimeMethod* method) { { CEditorResService_t1140910365 * L_0 = __this->get_m_localSystem_2(); String_t* L_1 = ___sourcePath0; bool L_2 = ___bAsync1; OnResourceResult_t3899022047 * L_3 = ___callBack2; int32_t L_4 = ___userData3; NullCheck(L_0); Object_t631007953 * L_5 = VirtFuncInvoker4< Object_t631007953 *, String_t*, bool, OnResourceResult_t3899022047 *, int32_t >::Invoke(14 /* UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.String DMCore.Framework.Resource.CPkgResService::PopAsyncTask() extern "C" IL2CPP_METHOD_ATTR String_t* CPkgResService_PopAsyncTask_m330213393 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_PopAsyncTask_m330213393_MetadataUsageId); s_Il2CppMethodInitialized = true; } stBeforeDataBaseTask_t1031902187 * V_0 = NULL; String_t* V_1 = NULL; { LinkedList_1_t4166515492 * L_0 = __this->get_m_taskListCached_3(); NullCheck(L_0); int32_t L_1 = LinkedList_1_get_Count_m95828040(L_0, /*hidden argument*/LinkedList_1_get_Count_m95828040_RuntimeMethod_var); if (!L_1) { goto IL_0046; } } { LinkedList_1_t4166515492 * L_2 = __this->get_m_taskListCached_3(); NullCheck(L_2); LinkedListNode_1_t777077290 * L_3 = LinkedList_1_get_First_m2882588127(L_2, /*hidden argument*/LinkedList_1_get_First_m2882588127_RuntimeMethod_var); NullCheck(L_3); stBeforeDataBaseTask_t1031902187 * L_4 = LinkedListNode_1_get_Value_m4027014560(L_3, /*hidden argument*/LinkedListNode_1_get_Value_m4027014560_RuntimeMethod_var); V_0 = L_4; stBeforeDataBaseTask_t1031902187 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = L_5->get_m_resName_0(); stBeforeDataBaseTask_t1031902187 * L_7 = V_0; NullCheck(L_7); OnResourceResult_t3899022047 * L_8 = L_7->get_m_callBack_1(); stBeforeDataBaseTask_t1031902187 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get_m_userData_2(); VirtFuncInvoker4< Object_t631007953 *, String_t*, bool, OnResourceResult_t3899022047 *, int32_t >::Invoke(14 /* UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) */, __this, L_6, (bool)1, L_8, L_10); LinkedList_1_t4166515492 * L_11 = __this->get_m_taskListCached_3(); NullCheck(L_11); LinkedList_1_RemoveFirst_m2171998373(L_11, /*hidden argument*/LinkedList_1_RemoveFirst_m2171998373_RuntimeMethod_var); } IL_0046: { CPackageManager_t3847050571 * L_12 = CPackageManager_GetInstance_m2119869201(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = CPackageManager_PopTask_m2151488842(L_12, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; if (!L_14) { goto IL_006d; } } { String_t* L_15 = V_1; NullCheck(L_15); String_t* L_16 = String_ToLower_m2029374922(L_15, /*hidden argument*/NULL); V_1 = L_16; LinkedList_1_t687096698 * L_17 = __this->get_m_localPkgList_5(); String_t* L_18 = V_1; NullCheck(L_17); LinkedList_1_AddLast_m980610863(L_17, L_18, /*hidden argument*/LinkedList_1_AddLast_m980610863_RuntimeMethod_var); return (String_t*)NULL; } IL_006d: { CEditorResService_t1140910365 * L_19 = __this->get_m_localSystem_2(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String DMCore.Framework.Resource.IResourceManager::PopAsyncTask() */, L_19); return L_20; } } // System.Void DMCore.Framework.Resource.CPkgResService::SetFullDownResult(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_SetFullDownResult_m3736166621 (CPkgResService_t3747434472 * __this, String_t* ___resName0, bool ___Success1, const RuntimeMethod* method) { { CResTaskContainer_t3271287293 * L_0 = __this->get_m_curResTask_6(); String_t* L_1 = ___resName0; bool L_2 = ___Success1; NullCheck(L_0); CResTaskContainer_SetResult_m909571526(L_0, L_1, L_2, /*hidden argument*/NULL); CResTaskContainer_t3271287293 * L_3 = __this->get_m_curResTask_6(); NullCheck(L_3); int32_t L_4 = CResTaskContainer_GetDoneCount_m1092588625(L_3, /*hidden argument*/NULL); CResTaskContainer_t3271287293 * L_5 = __this->get_m_curResTask_6(); NullCheck(L_5); int32_t L_6 = CResTaskContainer_GetTotalCount_m3996778178(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_6)))) { goto IL_002f; } } { __this->set_m_bFullDownMode_1((bool)0); } IL_002f: { return; } } // System.Void DMCore.Framework.Resource.CPkgResService::GetFullDownInfo(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_GetFullDownInfo_m1775015359 (CPkgResService_t3747434472 * __this, int32_t* ___curBytes0, int32_t* ___totalBytes1, const RuntimeMethod* method) { { int32_t* L_0 = ___curBytes0; CResTaskContainer_t3271287293 * L_1 = __this->get_m_curResTask_6(); NullCheck(L_1); int32_t L_2 = CResTaskContainer_GetBytesDone_m1877983064(L_1, /*hidden argument*/NULL); *((int32_t*)(L_0)) = (int32_t)L_2; int32_t* L_3 = ___totalBytes1; CResTaskContainer_t3271287293 * L_4 = __this->get_m_curResTask_6(); NullCheck(L_4); int32_t L_5 = CResTaskContainer_GetBytesTotal_m1215244425(L_4, /*hidden argument*/NULL); *((int32_t*)(L_3)) = (int32_t)L_5; return; } } // System.Boolean DMCore.Framework.Resource.CPkgResService::IfFullDownMode() extern "C" IL2CPP_METHOD_ATTR bool CPkgResService_IfFullDownMode_m3631850845 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bFullDownMode_1(); return L_0; } } // DMCore.Framework.Resource.CResTaskContainer DMCore.Framework.Resource.CPkgResService::GetCurTask() extern "C" IL2CPP_METHOD_ATTR CResTaskContainer_t3271287293 * CPkgResService_GetCurTask_m444776564 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { { CResTaskContainer_t3271287293 * L_0 = __this->get_m_curResTask_6(); return L_0; } } // System.Void DMCore.Framework.Resource.CPkgResService::StopDownLoadTask() extern "C" IL2CPP_METHOD_ATTR void CPkgResService_StopDownLoadTask_m4150690391 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_StopDownLoadTask_m4150690391_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; int32_t V_1 = 0; Enumerator_t2927012040 V_2; memset(&V_2, 0, sizeof(V_2)); { CResTaskContainer_t3271287293 * L_0 = __this->get_m_curResTask_6(); NullCheck(L_0); List_1_t3319525431 * L_1 = CResTaskContainer_GetTaskNotDone_m2043618884(L_0, /*hidden argument*/NULL); V_0 = L_1; List_1_t3319525431 * L_2 = V_0; if (!L_2) { goto IL_0086; } } { List_1_t3319525431 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2276455407(L_3, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (!L_4) { goto IL_0086; } } { V_1 = 0; goto IL_007a; } IL_0024: { LinkedList_1_t412417193 * L_5 = __this->get_m_wwwTaskList_4(); NullCheck(L_5); Enumerator_t2927012040 L_6 = LinkedList_1_GetEnumerator_m3832049288(L_5, /*hidden argument*/LinkedList_1_GetEnumerator_m3832049288_RuntimeMethod_var); V_2 = L_6; goto IL_006a; } IL_0035: { stWWWInfo_t1572771184 * L_7 = Enumerator_get_Current_m2398836155((&V_2), /*hidden argument*/Enumerator_get_Current_m2398836155_RuntimeMethod_var); NullCheck(L_7); String_t* L_8 = L_7->get_m_resName_0(); List_1_t3319525431 * L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); String_t* L_11 = List_1_get_Item_m3729392029(L_9, L_10, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); NullCheck(L_8); int32_t L_12 = String_CompareTo_m3414379165(L_8, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_006a; } } { LinkedList_1_t412417193 * L_13 = __this->get_m_wwwTaskList_4(); stWWWInfo_t1572771184 * L_14 = Enumerator_get_Current_m2398836155((&V_2), /*hidden argument*/Enumerator_get_Current_m2398836155_RuntimeMethod_var); NullCheck(L_13); LinkedList_1_Remove_m1606642111(L_13, L_14, /*hidden argument*/LinkedList_1_Remove_m1606642111_RuntimeMethod_var); goto IL_0076; } IL_006a: { bool L_15 = Enumerator_MoveNext_m3285884242((&V_2), /*hidden argument*/Enumerator_MoveNext_m3285884242_RuntimeMethod_var); if (L_15) { goto IL_0035; } } IL_0076: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_007a: { int32_t L_17 = V_1; List_1_t3319525431 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = List_1_get_Count_m2276455407(L_18, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0024; } } IL_0086: { CResTaskContainer_t3271287293 * L_20 = __this->get_m_curResTask_6(); NullCheck(L_20); CResTaskContainer_Clear_m1266127611(L_20, /*hidden argument*/NULL); __this->set_m_bFullDownMode_1((bool)0); return; } } // System.Void DMCore.Framework.Resource.CPkgResService::_OnDownLoadTaskResult(System.String,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPkgResService__OnDownLoadTaskResult_m1588534000 (CPkgResService_t3747434472 * __this, String_t* ___resName0, bool ___result1, int32_t ___userData2, const RuntimeMethod* method) { { String_t* L_0 = ___resName0; CPkgResService_SetFullDownResult_m3736166621(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CPkgResService::StartDownLoadTask(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_StartDownLoadTask_m37263357 (CPkgResService_t3747434472 * __this, List_1_t3319525431 * ___listData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_StartDownLoadTask_m37263357_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { List_1_t3319525431 * L_0 = ___listData0; if (!L_0) { goto IL_0011; } } { List_1_t3319525431 * L_1 = ___listData0; NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2276455407(L_1, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_2) { goto IL_0012; } } IL_0011: { return; } IL_0012: { CPkgResService_StopDownLoadTask_m4150690391(__this, /*hidden argument*/NULL); V_0 = 0; goto IL_0049; } IL_001f: { List_1_t3319525431 * L_3 = ___listData0; int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5 = List_1_get_Item_m3729392029(L_3, L_4, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = String_ToLower_m2029374922(L_5, /*hidden argument*/NULL); V_1 = L_6; CResTaskContainer_t3271287293 * L_7 = __this->get_m_curResTask_6(); String_t* L_8 = V_1; NullCheck(L_7); CResTaskContainer_Push_m2579387302(L_7, L_8, /*hidden argument*/NULL); CResTaskContainer_t3271287293 * L_9 = __this->get_m_curResTask_6(); String_t* L_10 = V_1; NullCheck(L_9); CResTaskContainer_SetResult_m909571526(L_9, L_10, (bool)1, /*hidden argument*/NULL); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0049: { int32_t L_12 = V_0; List_1_t3319525431 * L_13 = ___listData0; NullCheck(L_13); int32_t L_14 = List_1_get_Count_m2276455407(L_13, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_001f; } } { return; } } // DMCore.Framework.Resource.stWWWInfo DMCore.Framework.Resource.CPkgResService::PopWWWTask() extern "C" IL2CPP_METHOD_ATTR stWWWInfo_t1572771184 * CPkgResService_PopWWWTask_m3594596173 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_PopWWWTask_m3594596173_MetadataUsageId); s_Il2CppMethodInitialized = true; } stWWWInfo_t1572771184 * V_0 = NULL; { LinkedList_1_t412417193 * L_0 = __this->get_m_wwwTaskList_4(); NullCheck(L_0); int32_t L_1 = LinkedList_1_get_Count_m3200265288(L_0, /*hidden argument*/LinkedList_1_get_Count_m3200265288_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (stWWWInfo_t1572771184 *)NULL; } IL_0012: { LinkedList_1_t412417193 * L_2 = __this->get_m_wwwTaskList_4(); NullCheck(L_2); LinkedListNode_1_t1317946287 * L_3 = LinkedList_1_get_First_m155927301(L_2, /*hidden argument*/LinkedList_1_get_First_m155927301_RuntimeMethod_var); NullCheck(L_3); stWWWInfo_t1572771184 * L_4 = LinkedListNode_1_get_Value_m2951261573(L_3, /*hidden argument*/LinkedListNode_1_get_Value_m2951261573_RuntimeMethod_var); V_0 = L_4; CPackageManager_t3847050571 * L_5 = CPackageManager_GetInstance_m2119869201(NULL /*static, unused*/, /*hidden argument*/NULL); stWWWInfo_t1572771184 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = L_6->get_m_resName_0(); NullCheck(L_5); CPackageManager_SetAssetsState_m126157371(L_5, L_7, 1, /*hidden argument*/NULL); LinkedList_1_t412417193 * L_8 = __this->get_m_wwwTaskList_4(); NullCheck(L_8); LinkedList_1_RemoveFirst_m4203381453(L_8, /*hidden argument*/LinkedList_1_RemoveFirst_m4203381453_RuntimeMethod_var); stWWWInfo_t1572771184 * L_9 = V_0; return L_9; } } // System.String DMCore.Framework.Resource.CPkgResService::PopLocalPkgTask() extern "C" IL2CPP_METHOD_ATTR String_t* CPkgResService_PopLocalPkgTask_m3136455939 (CPkgResService_t3747434472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPkgResService_PopLocalPkgTask_m3136455939_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { LinkedList_1_t687096698 * L_0 = __this->get_m_localPkgList_5(); NullCheck(L_0); int32_t L_1 = LinkedList_1_get_Count_m1415204279(L_0, /*hidden argument*/LinkedList_1_get_Count_m1415204279_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (String_t*)NULL; } IL_0012: { LinkedList_1_t687096698 * L_2 = __this->get_m_localPkgList_5(); NullCheck(L_2); LinkedListNode_1_t1592625792 * L_3 = LinkedList_1_get_First_m2874225059(L_2, /*hidden argument*/LinkedList_1_get_First_m2874225059_RuntimeMethod_var); NullCheck(L_3); String_t* L_4 = LinkedListNode_1_get_Value_m2392486284(L_3, /*hidden argument*/LinkedListNode_1_get_Value_m2392486284_RuntimeMethod_var); V_0 = L_4; CPackageManager_t3847050571 * L_5 = CPackageManager_GetInstance_m2119869201(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = V_0; NullCheck(L_5); CPackageManager_SetAssetsState_m126157371(L_5, L_6, 1, /*hidden argument*/NULL); LinkedList_1_t687096698 * L_7 = __this->get_m_localPkgList_5(); NullCheck(L_7); LinkedList_1_RemoveFirst_m3486779266(L_7, /*hidden argument*/LinkedList_1_RemoveFirst_m3486779266_RuntimeMethod_var); String_t* L_8 = V_0; return L_8; } } // System.Void DMCore.Framework.Resource.CPkgResService::DoResourceCoroutine(System.String) extern "C" IL2CPP_METHOD_ATTR void CPkgResService_DoResourceCoroutine_m4263054014 (CPkgResService_t3747434472 * __this, String_t* ___resName0, const RuntimeMethod* method) { { CEditorResService_t1140910365 * L_0 = __this->get_m_localSystem_2(); String_t* L_1 = ___resName0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void DMCore.Framework.Resource.IResourceManager::DoResourceCoroutine(System.String) */, L_0, L_1); return; } } // System.Boolean DMCore.Framework.Resource.CPkgResService::IfWWWRes(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPkgResService_IfWWWRes_m2451778388 (CPkgResService_t3747434472 * __this, String_t* ___resName0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean DMCore.Framework.Resource.CPkgResService::m__0(DMCore.Framework.Resource.CPkgResService/stBeforeDataBaseTask) extern "C" IL2CPP_METHOD_ATTR bool CPkgResService_U3CClearCacheU3Em__0_m3437595808 (RuntimeObject * __this /* static, unused */, stBeforeDataBaseTask_t1031902187 * ___pathQuote0, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); stBeforeDataBaseTask_t1031902187 * L_1 = ___pathQuote0; NullCheck(L_1); String_t* L_2 = L_1->get_m_resName_0(); NullCheck(L_0); bool L_3 = IResHelp_IfProtectedRes_m3617285344(L_0, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.CPkgResService/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CClearCacheU3Ec__AnonStorey1__ctor_m441943059 (U3CClearCacheU3Ec__AnonStorey1_t1025598931 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Resource.CPkgResService/c__AnonStorey1::<>m__0(System.String) extern "C" IL2CPP_METHOD_ATTR bool U3CClearCacheU3Ec__AnonStorey1_U3CU3Em__0_m1939691644 (U3CClearCacheU3Ec__AnonStorey1_t1025598931 * __this, String_t* ___pathQuote0, const RuntimeMethod* method) { { String_t* L_0 = __this->get_path_0(); String_t* L_1 = ___pathQuote0; NullCheck(L_0); int32_t L_2 = String_CompareTo_m3414379165(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)0) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean DMCore.Framework.Resource.CPkgResService/c__AnonStorey1::<>m__1(DMCore.Framework.Resource.stWWWInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CClearCacheU3Ec__AnonStorey1_U3CU3Em__1_m3334610610 (U3CClearCacheU3Ec__AnonStorey1_t1025598931 * __this, stWWWInfo_t1572771184 * ___wwwQuote0, const RuntimeMethod* method) { { String_t* L_0 = __this->get_path_0(); stWWWInfo_t1572771184 * L_1 = ___wwwQuote0; NullCheck(L_1); String_t* L_2 = L_1->get_m_resName_0(); NullCheck(L_0); int32_t L_3 = String_CompareTo_m3414379165(L_0, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)0) == ((int32_t)L_3))? 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.Framework.Resource.CPkgResService/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CClearSpecialCacheU3Ec__AnonStorey0__ctor_m3472781230 (U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Resource.CPkgResService/c__AnonStorey0::<>m__0(DMCore.Framework.Resource.stWWWInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__0_m4118348196 (U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * __this, stWWWInfo_t1572771184 * ___pathQuote0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__0_m4118348196_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Predicate_1_t2672744813 * L_0 = __this->get_func_0(); stWWWInfo_t1572771184 * L_1 = ___pathQuote0; NullCheck(L_1); String_t* L_2 = L_1->get_m_resName_0(); NullCheck(L_0); bool L_3 = Predicate_1_Invoke_m3045159867(L_0, L_2, /*hidden argument*/Predicate_1_Invoke_m3045159867_RuntimeMethod_var); if (!L_3) { goto IL_002b; } } { IResHelp_t377823252 * L_4 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); stWWWInfo_t1572771184 * L_5 = ___pathQuote0; NullCheck(L_5); String_t* L_6 = L_5->get_m_resName_0(); NullCheck(L_4); bool L_7 = IResHelp_IfProtectedRes_m3617285344(L_4, L_6, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0); goto IL_002c; } IL_002b: { G_B3_0 = 0; } IL_002c: { return (bool)G_B3_0; } } // System.Boolean DMCore.Framework.Resource.CPkgResService/c__AnonStorey0::<>m__1(System.String) extern "C" IL2CPP_METHOD_ATTR bool U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__1_m2154671506 (U3CClearSpecialCacheU3Ec__AnonStorey0_t4208950972 * __this, String_t* ___pathQuote0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CClearSpecialCacheU3Ec__AnonStorey0_U3CU3Em__1_m2154671506_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Predicate_1_t2672744813 * L_0 = __this->get_func_0(); String_t* L_1 = ___pathQuote0; NullCheck(L_0); bool L_2 = Predicate_1_Invoke_m3045159867(L_0, L_1, /*hidden argument*/Predicate_1_Invoke_m3045159867_RuntimeMethod_var); if (!L_2) { goto IL_0021; } } { IResHelp_t377823252 * L_3 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = ___pathQuote0; NullCheck(L_3); bool L_5 = IResHelp_IfProtectedRes_m3617285344(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0); goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { return (bool)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.Framework.Resource.CPkgResService/stBeforeDataBaseTask::.ctor() extern "C" IL2CPP_METHOD_ATTR void stBeforeDataBaseTask__ctor_m4033593165 (stBeforeDataBaseTask_t1031902187 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_callBack_1((OnResourceResult_t3899022047 *)NULL); __this->set_m_userData_2(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.CResDependenceItem::.ctor(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResDependenceItem__ctor_m2311200018 (CResDependenceItem_t1512426590 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CGUID_t2225809853 * L_0 = ___nAlias0; __this->set_m_Alias_0(L_0); return; } } // System.Void DMCore.Framework.Resource.CResDependenceItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResDependenceItem__ctor_m995085579 (CResDependenceItem_t1512426590 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CResDependenceItem::PushDependence(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResDependenceItem_PushDependence_m2469977343 (CResDependenceItem_t1512426590 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceItem_PushDependence_m2469977343_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3697884595 * L_0 = __this->get_m_depenceList_1(); if (L_0) { goto IL_0016; } } { List_1_t3697884595 * L_1 = (List_1_t3697884595 *)il2cpp_codegen_object_new(List_1_t3697884595_il2cpp_TypeInfo_var); List_1__ctor_m2680062877(L_1, /*hidden argument*/List_1__ctor_m2680062877_RuntimeMethod_var); __this->set_m_depenceList_1(L_1); } IL_0016: { CGUID_t2225809853 * L_2 = __this->get_m_Alias_0(); CGUID_t2225809853 * L_3 = ___nAlias0; NullCheck(L_2); bool L_4 = CGUID_Equals_m104806128(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { CGUID_t2225809853 * L_5 = ___nAlias0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3607035985, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_003c: { List_1_t3697884595 * L_8 = __this->get_m_depenceList_1(); CGUID_t2225809853 * L_9 = ___nAlias0; NullCheck(L_8); bool L_10 = List_1_Contains_m1189865047(L_8, L_9, /*hidden argument*/List_1_Contains_m1189865047_RuntimeMethod_var); if (L_10) { goto IL_0059; } } { List_1_t3697884595 * L_11 = __this->get_m_depenceList_1(); CGUID_t2225809853 * L_12 = ___nAlias0; NullCheck(L_11); List_1_Add_m158283125(L_11, L_12, /*hidden argument*/List_1_Add_m158283125_RuntimeMethod_var); } IL_0059: { return; } } // System.Int32 DMCore.Framework.Resource.CResDependenceItem::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResDependenceItem_GetCount_m2028492554 (CResDependenceItem_t1512426590 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceItem_GetCount_m2028492554_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t3697884595 * L_0 = __this->get_m_depenceList_1(); if (!L_0) { goto IL_001b; } } { List_1_t3697884595 * L_1 = __this->get_m_depenceList_1(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3667590652(L_1, /*hidden argument*/List_1_get_Count_m3667590652_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Boolean DMCore.Framework.Resource.CResDependenceItem::ExistItemAlias(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CResDependenceItem_ExistItemAlias_m2613582933 (CResDependenceItem_t1512426590 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceItem_ExistItemAlias_m2613582933_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t3697884595 * L_0 = __this->get_m_depenceList_1(); if (!L_0) { goto IL_0019; } } { List_1_t3697884595 * L_1 = __this->get_m_depenceList_1(); CGUID_t2225809853 * L_2 = ___nAlias0; NullCheck(L_1); bool L_3 = List_1_Contains_m1189865047(L_1, L_2, /*hidden argument*/List_1_Contains_m1189865047_RuntimeMethod_var); G_B3_0 = ((int32_t)(L_3)); goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { return (bool)G_B3_0; } } // DMCore.Framework.Misc.CGUID DMCore.Framework.Resource.CResDependenceItem::GetItemAlias(System.Int32) extern "C" IL2CPP_METHOD_ATTR CGUID_t2225809853 * CResDependenceItem_GetItemAlias_m3944042062 (CResDependenceItem_t1512426590 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceItem_GetItemAlias_m3944042062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0013; } } { int32_t L_1 = CResDependenceItem_GetCount_m2028492554(__this, /*hidden argument*/NULL); int32_t L_2 = ___index0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0019; } } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID_t2225809853 * L_3 = ((CGUID_t2225809853_StaticFields*)il2cpp_codegen_static_fields_for(CGUID_t2225809853_il2cpp_TypeInfo_var))->get_Empty_0(); return L_3; } IL_0019: { List_1_t3697884595 * L_4 = __this->get_m_depenceList_1(); int32_t L_5 = ___index0; NullCheck(L_4); CGUID_t2225809853 * L_6 = List_1_get_Item_m1033397347(L_4, L_5, /*hidden argument*/List_1_get_Item_m1033397347_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.Framework.Resource.CResDependenceService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResDependenceService__ctor_m1035760071 (CResDependenceService_t3767720809 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceService__ctor_m1035760071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t1046139613 * L_0 = (Dictionary_2_t1046139613 *)il2cpp_codegen_object_new(Dictionary_2_t1046139613_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3747861995(L_0, /*hidden argument*/Dictionary_2__ctor_m3747861995_RuntimeMethod_var); __this->set_m_map_0(L_0); return; } } // DMCore.Framework.Resource.CResDependenceService DMCore.Framework.Resource.CResDependenceService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResDependenceService_t3767720809 * CResDependenceService_GetInstance_m2029225595 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceService_GetInstance_m2029225595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CResDependenceService_t3767720809 * L_0 = ((CResDependenceService_t3767720809_StaticFields*)il2cpp_codegen_static_fields_for(CResDependenceService_t3767720809_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CResDependenceService_t3767720809 * L_1 = ((CResDependenceService_t3767720809_StaticFields*)il2cpp_codegen_static_fields_for(CResDependenceService_t3767720809_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CResDependenceService_t3767720809 * L_2 = (CResDependenceService_t3767720809 *)il2cpp_codegen_object_new(CResDependenceService_t3767720809_il2cpp_TypeInfo_var); CResDependenceService__ctor_m1035760071(L_2, /*hidden argument*/NULL); ((CResDependenceService_t3767720809_StaticFields*)il2cpp_codegen_static_fields_for(CResDependenceService_t3767720809_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CResDependenceService_t3767720809 * L_3 = ((CResDependenceService_t3767720809_StaticFields*)il2cpp_codegen_static_fields_for(CResDependenceService_t3767720809_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.Void DMCore.Framework.Resource.CResDependenceService::DeSerialFromXML(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void CResDependenceService_DeSerialFromXML_m335741761 (CResDependenceService_t3767720809 * __this, XmlNode_t3767805227 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceService_DeSerialFromXML_m335741761_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; String_t* V_3 = NULL; CGUID_t2225809853 * V_4 = NULL; CResDependenceItem_t1512426590 * V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; CGUID_t2225809853 * V_8 = NULL; XmlNodeList_t2551693786 * G_B3_0 = NULL; { XmlNode_t3767805227 * L_0 = ___root0; if (!L_0) { goto IL_0011; } } { XmlNode_t3767805227 * L_1 = ___root0; NullCheck(L_1); XmlNodeList_t2551693786 * L_2 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_1); G_B3_0 = L_2; goto IL_0012; } IL_0011: { G_B3_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0012: { V_0 = G_B3_0; XmlNodeList_t2551693786 * L_3 = V_0; if (L_3) { goto IL_001a; } } { return; } IL_001a: { Dictionary_2_t1046139613 * L_4 = __this->get_m_map_0(); NullCheck(L_4); Dictionary_2_Clear_m2063788924(L_4, /*hidden argument*/Dictionary_2_Clear_m2063788924_RuntimeMethod_var); V_1 = 0; goto IL_00e3; } IL_002c: { XmlNodeList_t2551693786 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); XmlNode_t3767805227 * L_7 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_5, L_6); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_7, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_8 = V_2; if (L_8) { goto IL_0044; } } { goto IL_00df; } IL_0044: { XmlElement_t561603118 * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_10 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_9, _stringLiteral76564998, /*hidden argument*/NULL); V_3 = L_10; String_t* L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0060; } } { goto IL_00df; } IL_0060: { String_t* L_13 = V_3; CGUID_t2225809853 * L_14 = (CGUID_t2225809853 *)il2cpp_codegen_object_new(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID__ctor_m2855093595(L_14, L_13, /*hidden argument*/NULL); V_4 = L_14; CGUID_t2225809853 * L_15 = V_4; CResDependenceItem_t1512426590 * L_16 = (CResDependenceItem_t1512426590 *)il2cpp_codegen_object_new(CResDependenceItem_t1512426590_il2cpp_TypeInfo_var); CResDependenceItem__ctor_m2311200018(L_16, L_15, /*hidden argument*/NULL); V_5 = L_16; Dictionary_2_t1046139613 * L_17 = __this->get_m_map_0(); CGUID_t2225809853 * L_18 = V_4; CResDependenceItem_t1512426590 * L_19 = V_5; NullCheck(L_17); Dictionary_2_Add_m3780128867(L_17, L_18, L_19, /*hidden argument*/Dictionary_2_Add_m3780128867_RuntimeMethod_var); V_6 = 0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_7 = L_20; goto IL_00b9; } IL_008f: { String_t* L_21 = V_7; NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_22))) { goto IL_00a1; } } { goto IL_00df; } IL_00a1: { String_t* L_23 = V_7; CGUID_t2225809853 * L_24 = (CGUID_t2225809853 *)il2cpp_codegen_object_new(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID__ctor_m2855093595(L_24, L_23, /*hidden argument*/NULL); V_8 = L_24; CResDependenceItem_t1512426590 * L_25 = V_5; CGUID_t2225809853 * L_26 = V_8; NullCheck(L_25); CResDependenceItem_PushDependence_m2469977343(L_25, L_26, /*hidden argument*/NULL); int32_t L_27 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00b9: { XmlElement_t561603118 * L_28 = V_2; String_t* L_29 = Int32_ToString_m141394615((&V_6), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral430703268, L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_31 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_28, L_30, (String_t*)NULL, /*hidden argument*/NULL); String_t* L_32 = L_31; V_7 = L_32; if (L_32) { goto IL_008f; } } IL_00df: { int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00e3: { int32_t L_34 = V_1; XmlNodeList_t2551693786 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_35); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_002c; } } { return; } } // DMCore.Framework.Resource.CResDependenceItem DMCore.Framework.Resource.CResDependenceService::CreateDepdenceItem(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR CResDependenceItem_t1512426590 * CResDependenceService_CreateDepdenceItem_m598916676 (CResDependenceService_t3767720809 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceService_CreateDepdenceItem_m598916676_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResDependenceItem_t1512426590 * V_0 = NULL; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_1 = ___nAlias0; NullCheck(L_0); bool L_2 = CResInfoService_Check_m2401005942(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { CLogHelp_t779629444 * L_3 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_4 = ___nAlias0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral466431417, L_5, /*hidden argument*/NULL); NullCheck(L_3); CLogHelp_LogError_m609093992(L_3, L_6, /*hidden argument*/NULL); return (CResDependenceItem_t1512426590 *)NULL; } IL_002c: { V_0 = (CResDependenceItem_t1512426590 *)NULL; Dictionary_2_t1046139613 * L_7 = __this->get_m_map_0(); CGUID_t2225809853 * L_8 = ___nAlias0; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m3850952187(L_7, L_8, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3850952187_RuntimeMethod_var); if (!L_9) { goto IL_0043; } } { CResDependenceItem_t1512426590 * L_10 = V_0; return L_10; } IL_0043: { CGUID_t2225809853 * L_11 = ___nAlias0; CResDependenceItem_t1512426590 * L_12 = (CResDependenceItem_t1512426590 *)il2cpp_codegen_object_new(CResDependenceItem_t1512426590_il2cpp_TypeInfo_var); CResDependenceItem__ctor_m2311200018(L_12, L_11, /*hidden argument*/NULL); V_0 = L_12; Dictionary_2_t1046139613 * L_13 = __this->get_m_map_0(); CGUID_t2225809853 * L_14 = ___nAlias0; CResDependenceItem_t1512426590 * L_15 = V_0; NullCheck(L_13); Dictionary_2_Add_m3780128867(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m3780128867_RuntimeMethod_var); CResDependenceItem_t1512426590 * L_16 = V_0; return L_16; } } // DMCore.Framework.Resource.CResDependenceItem DMCore.Framework.Resource.CResDependenceService::FindDepdenceItem(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR CResDependenceItem_t1512426590 * CResDependenceService_FindDepdenceItem_m4127552042 (CResDependenceService_t3767720809 * __this, CGUID_t2225809853 * ___nAlias0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceService_FindDepdenceItem_m4127552042_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResDependenceItem_t1512426590 * V_0 = NULL; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_1 = ___nAlias0; NullCheck(L_0); bool L_2 = CResInfoService_Check_m2401005942(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } { return (CResDependenceItem_t1512426590 *)NULL; } IL_0012: { V_0 = (CResDependenceItem_t1512426590 *)NULL; Dictionary_2_t1046139613 * L_3 = __this->get_m_map_0(); CGUID_t2225809853 * L_4 = ___nAlias0; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m3850952187(L_3, L_4, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3850952187_RuntimeMethod_var); if (!L_5) { goto IL_0029; } } { CResDependenceItem_t1512426590 * L_6 = V_0; return L_6; } IL_0029: { return (CResDependenceItem_t1512426590 *)NULL; } } // System.Void DMCore.Framework.Resource.CResDependenceService::FindDepdenceParent(DMCore.Framework.Misc.CGUID,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CResDependenceService_FindDepdenceParent_m2416313419 (CResDependenceService_t3767720809 * __this, CGUID_t2225809853 * ___nAlias0, List_1_t3697884595 * ___listVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResDependenceService_FindDepdenceParent_m2416313419_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3000322388 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t3443811780 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t3443811780 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t3443811780 V_3; memset(&V_3, 0, sizeof(V_3)); { Dictionary_2_t1046139613 * L_0 = __this->get_m_map_0(); NullCheck(L_0); Enumerator_t3000322388 L_1 = Dictionary_2_GetEnumerator_m2185161758(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m2185161758_RuntimeMethod_var); V_0 = L_1; goto IL_005a; } IL_0011: { KeyValuePair_2_t3443811780 L_2 = Enumerator_get_Current_m1025140557((&V_0), /*hidden argument*/Enumerator_get_Current_m1025140557_RuntimeMethod_var); V_1 = L_2; CResDependenceItem_t1512426590 * L_3 = KeyValuePair_2_get_Value_m4085933540((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m4085933540_RuntimeMethod_var); CGUID_t2225809853 * L_4 = ___nAlias0; NullCheck(L_3); bool L_5 = CResDependenceItem_ExistItemAlias_m2613582933(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_005a; } } { List_1_t3697884595 * L_6 = ___listVal1; KeyValuePair_2_t3443811780 L_7 = Enumerator_get_Current_m1025140557((&V_0), /*hidden argument*/Enumerator_get_Current_m1025140557_RuntimeMethod_var); V_2 = L_7; CGUID_t2225809853 * L_8 = KeyValuePair_2_get_Key_m1485659611((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m1485659611_RuntimeMethod_var); NullCheck(L_6); bool L_9 = List_1_Contains_m1189865047(L_6, L_8, /*hidden argument*/List_1_Contains_m1189865047_RuntimeMethod_var); if (L_9) { goto IL_005a; } } { List_1_t3697884595 * L_10 = ___listVal1; KeyValuePair_2_t3443811780 L_11 = Enumerator_get_Current_m1025140557((&V_0), /*hidden argument*/Enumerator_get_Current_m1025140557_RuntimeMethod_var); V_3 = L_11; CGUID_t2225809853 * L_12 = KeyValuePair_2_get_Key_m1485659611((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m1485659611_RuntimeMethod_var); NullCheck(L_10); List_1_Add_m158283125(L_10, L_12, /*hidden argument*/List_1_Add_m158283125_RuntimeMethod_var); } IL_005a: { bool L_13 = Enumerator_MoveNext_m2109366927((&V_0), /*hidden argument*/Enumerator_MoveNext_m2109366927_RuntimeMethod_var); if (L_13) { goto IL_0011; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.CResInfo::.ctor(DMCore.Framework.Resource.enumResType,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CResInfo__ctor_m2262828524 (CResInfo_t965999607 * __this, int32_t ___resType0, String_t* ___resPath1, String_t* ___resPathDashName2, int32_t ___version3, int32_t ___fileSize4, int32_t ___fileHash5, String_t* ___fileMd56, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___resType0; __this->set_m_resType_0(L_0); String_t* L_1 = ___resPath1; __this->set_m_resPath_2(L_1); String_t* L_2 = ___resPathDashName2; __this->set_m_resDashName_3(L_2); int32_t L_3 = ___version3; __this->set_m_version_1(L_3); int32_t L_4 = ___fileSize4; __this->set_m_fileSize_4(L_4); int32_t L_5 = ___fileHash5; __this->set_m_fileHash_5(L_5); String_t* L_6 = ___fileMd56; __this->set_m_fileMd5_6(L_6); return; } } // DMCore.Framework.Resource.enumResType DMCore.Framework.Resource.CResInfo::GetResType() extern "C" IL2CPP_METHOD_ATTR int32_t CResInfo_GetResType_m2369583635 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_resType_0(); return L_0; } } // System.String DMCore.Framework.Resource.CResInfo::GetResPath() extern "C" IL2CPP_METHOD_ATTR String_t* CResInfo_GetResPath_m1855683480 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_resPath_2(); return L_0; } } // System.String DMCore.Framework.Resource.CResInfo::GetResPathDashName() extern "C" IL2CPP_METHOD_ATTR String_t* CResInfo_GetResPathDashName_m1536947965 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_resDashName_3(); return L_0; } } // System.String DMCore.Framework.Resource.CResInfo::GetResPathFull() extern "C" IL2CPP_METHOD_ATTR String_t* CResInfo_GetResPathFull_m321271763 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfo_GetResPathFull_m321271763_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_m_resPath_2(); String_t* L_1 = __this->get_m_resDashName_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 DMCore.Framework.Resource.CResInfo::GetVersion() extern "C" IL2CPP_METHOD_ATTR int32_t CResInfo_GetVersion_m318618407 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_version_1(); return L_0; } } // System.Int32 DMCore.Framework.Resource.CResInfo::GetFileSize() extern "C" IL2CPP_METHOD_ATTR int32_t CResInfo_GetFileSize_m2019895426 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_fileSize_4(); return L_0; } } // System.Int32 DMCore.Framework.Resource.CResInfo::GetFileHash() extern "C" IL2CPP_METHOD_ATTR int32_t CResInfo_GetFileHash_m3586152390 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_fileHash_5(); return L_0; } } // System.String DMCore.Framework.Resource.CResInfo::GetFileMD5() extern "C" IL2CPP_METHOD_ATTR String_t* CResInfo_GetFileMD5_m2620228263 (CResInfo_t965999607 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_fileMd5_6(); 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.Framework.Resource.CResInfoService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResInfoService__ctor_m4248798342 (CResInfoService_t2957775811 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfoService__ctor_m4248798342_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t2011066152 * L_0 = (Dictionary_2_t2011066152 *)il2cpp_codegen_object_new(Dictionary_2_t2011066152_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1753708239(L_0, /*hidden argument*/Dictionary_2__ctor_m1753708239_RuntimeMethod_var); __this->set_m_mapPathToGUID_0(L_0); Dictionary_2_t499712630 * L_1 = (Dictionary_2_t499712630 *)il2cpp_codegen_object_new(Dictionary_2_t499712630_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2374549824(L_1, /*hidden argument*/Dictionary_2__ctor_m2374549824_RuntimeMethod_var); __this->set_m_resMap_1(L_1); return; } } // DMCore.Framework.Resource.CResInfoService DMCore.Framework.Resource.CResInfoService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResInfoService_t2957775811 * CResInfoService_GetInstance_m2195186706 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfoService_GetInstance_m2195186706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CResInfoService_t2957775811 * L_0 = ((CResInfoService_t2957775811_StaticFields*)il2cpp_codegen_static_fields_for(CResInfoService_t2957775811_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { CResInfoService_t2957775811 * L_1 = ((CResInfoService_t2957775811_StaticFields*)il2cpp_codegen_static_fields_for(CResInfoService_t2957775811_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CResInfoService_t2957775811 * L_2 = (CResInfoService_t2957775811 *)il2cpp_codegen_object_new(CResInfoService_t2957775811_il2cpp_TypeInfo_var); CResInfoService__ctor_m4248798342(L_2, /*hidden argument*/NULL); ((CResInfoService_t2957775811_StaticFields*)il2cpp_codegen_static_fields_for(CResInfoService_t2957775811_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CResInfoService_t2957775811 * L_3 = ((CResInfoService_t2957775811_StaticFields*)il2cpp_codegen_static_fields_for(CResInfoService_t2957775811_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Void DMCore.Framework.Resource.CResInfoService::DeSerialFromXML(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void CResInfoService_DeSerialFromXML_m1571756920 (CResInfoService_t2957775811 * __this, XmlNode_t3767805227 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfoService_DeSerialFromXML_m1571756920_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; String_t* V_10 = NULL; CGUID_t2225809853 * V_11 = NULL; CResInfo_t965999607 * V_12 = NULL; XmlNodeList_t2551693786 * G_B3_0 = NULL; { XmlNode_t3767805227 * L_0 = ___root0; if (!L_0) { goto IL_0011; } } { XmlNode_t3767805227 * L_1 = ___root0; NullCheck(L_1); XmlNodeList_t2551693786 * L_2 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_1); G_B3_0 = L_2; goto IL_0012; } IL_0011: { G_B3_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0012: { V_0 = G_B3_0; XmlNodeList_t2551693786 * L_3 = V_0; if (L_3) { goto IL_001a; } } { return; } IL_001a: { Dictionary_2_t2011066152 * L_4 = __this->get_m_mapPathToGUID_0(); NullCheck(L_4); Dictionary_2_Clear_m4212933135(L_4, /*hidden argument*/Dictionary_2_Clear_m4212933135_RuntimeMethod_var); Dictionary_2_t499712630 * L_5 = __this->get_m_resMap_1(); NullCheck(L_5); Dictionary_2_Clear_m2978217967(L_5, /*hidden argument*/Dictionary_2_Clear_m2978217967_RuntimeMethod_var); V_1 = 0; goto IL_014d; } IL_0037: { XmlNodeList_t2551693786 * L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); XmlNode_t3767805227 * L_8 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_6, L_7); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_9 = V_2; if (L_9) { goto IL_004f; } } { goto IL_0149; } IL_004f: { XmlElement_t561603118 * L_10 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_11 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_10, _stringLiteral76564998, /*hidden argument*/NULL); V_3 = L_11; XmlElement_t561603118 * L_12 = V_2; String_t* L_13 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_12, _stringLiteral1610285846, /*hidden argument*/NULL); V_4 = L_13; String_t* L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_007f; } } { String_t* L_16 = V_4; 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_0084; } } IL_007f: { goto IL_0149; } IL_0084: { String_t* L_18 = V_4; NullCheck(L_18); String_t* L_19 = String_ToLower_m2029374922(L_18, /*hidden argument*/NULL); V_4 = L_19; XmlElement_t561603118 * L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_21 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_20, _stringLiteral3243520166, (-1), /*hidden argument*/NULL); V_5 = L_21; XmlElement_t561603118 * L_22 = V_2; int32_t L_23 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_22, _stringLiteral1902401671, 0, /*hidden argument*/NULL); V_6 = L_23; XmlElement_t561603118 * L_24 = V_2; int32_t L_25 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_24, _stringLiteral3986867563, 0, /*hidden argument*/NULL); V_7 = L_25; XmlElement_t561603118 * L_26 = V_2; int32_t L_27 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_26, _stringLiteral2821119737, 0, /*hidden argument*/NULL); V_8 = L_27; XmlElement_t561603118 * L_28 = V_2; String_t* L_29 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_28, _stringLiteral572136574, /*hidden argument*/NULL); V_9 = L_29; XmlElement_t561603118 * L_30 = V_2; String_t* L_31 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_30, _stringLiteral4039432890, /*hidden argument*/NULL); V_10 = L_31; String_t* L_32 = V_3; CGUID_t2225809853 * L_33 = (CGUID_t2225809853 *)il2cpp_codegen_object_new(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID__ctor_m2855093595(L_33, L_32, /*hidden argument*/NULL); V_11 = L_33; Dictionary_2_t2011066152 * L_34 = __this->get_m_mapPathToGUID_0(); String_t* L_35 = V_4; NullCheck(L_34); bool L_36 = Dictionary_2_ContainsKey_m1481600781(L_34, L_35, /*hidden argument*/Dictionary_2_ContainsKey_m1481600781_RuntimeMethod_var); if (!L_36) { goto IL_0116; } } { int32_t L_37 = V_5; if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)101))))) { goto IL_0111; } } { Dictionary_2_t2011066152 * L_38 = __this->get_m_mapPathToGUID_0(); String_t* L_39 = V_4; CGUID_t2225809853 * L_40 = V_11; NullCheck(L_38); Dictionary_2_set_Item_m1493748070(L_38, L_39, L_40, /*hidden argument*/Dictionary_2_set_Item_m1493748070_RuntimeMethod_var); } IL_0111: { goto IL_0125; } IL_0116: { Dictionary_2_t2011066152 * L_41 = __this->get_m_mapPathToGUID_0(); String_t* L_42 = V_4; CGUID_t2225809853 * L_43 = V_11; NullCheck(L_41); Dictionary_2_Add_m2201651845(L_41, L_42, L_43, /*hidden argument*/Dictionary_2_Add_m2201651845_RuntimeMethod_var); } IL_0125: { int32_t L_44 = V_5; String_t* L_45 = V_4; String_t* L_46 = V_10; int32_t L_47 = V_6; int32_t L_48 = V_7; int32_t L_49 = V_8; String_t* L_50 = V_9; CResInfo_t965999607 * L_51 = (CResInfo_t965999607 *)il2cpp_codegen_object_new(CResInfo_t965999607_il2cpp_TypeInfo_var); CResInfo__ctor_m2262828524(L_51, L_44, L_45, L_46, L_47, L_48, L_49, L_50, /*hidden argument*/NULL); V_12 = L_51; Dictionary_2_t499712630 * L_52 = __this->get_m_resMap_1(); CGUID_t2225809853 * L_53 = V_11; CResInfo_t965999607 * L_54 = V_12; NullCheck(L_52); Dictionary_2_Add_m2548486443(L_52, L_53, L_54, /*hidden argument*/Dictionary_2_Add_m2548486443_RuntimeMethod_var); } IL_0149: { int32_t L_55 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_014d: { int32_t L_56 = V_1; XmlNodeList_t2551693786 * L_57 = V_0; NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_57); if ((((int32_t)L_56) < ((int32_t)L_58))) { goto IL_0037; } } { return; } } // System.Boolean DMCore.Framework.Resource.CResInfoService::Check(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CResInfoService_Check_m2401005942 (CResInfoService_t2957775811 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfoService_Check_m2401005942_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; { CGUID_t2225809853 * L_0 = ___guid0; IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); bool L_1 = CGUID_IsValid_m2394183124(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { Dictionary_2_t499712630 * L_2 = __this->get_m_resMap_1(); CGUID_t2225809853 * L_3 = ___guid0; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m2937436318(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m2937436318_RuntimeMethod_var); if (!L_4) { goto IL_0022; } } { G_B4_0 = 1; goto IL_0023; } IL_0022: { G_B4_0 = 0; } IL_0023: { return (bool)G_B4_0; } } // DMCore.Framework.Misc.CGUID DMCore.Framework.Resource.CResInfoService::GetGUIDByPath(System.String) extern "C" IL2CPP_METHOD_ATTR CGUID_t2225809853 * CResInfoService_GetGUIDByPath_m4002444518 (CResInfoService_t2957775811 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfoService_GetGUIDByPath_m4002444518_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGUID_t2225809853 * V_0 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID_t2225809853 * L_2 = ((CGUID_t2225809853_StaticFields*)il2cpp_codegen_static_fields_for(CGUID_t2225809853_il2cpp_TypeInfo_var))->get_Empty_0(); return L_2; } IL_0011: { String_t* L_3 = ___path0; NullCheck(L_3); String_t* L_4 = String_Replace_m3726209165(L_3, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = String_ToLower_m2029374922(L_4, /*hidden argument*/NULL); ___path0 = L_5; V_0 = (CGUID_t2225809853 *)NULL; Dictionary_2_t2011066152 * L_6 = __this->get_m_mapPathToGUID_0(); String_t* L_7 = ___path0; NullCheck(L_6); bool L_8 = Dictionary_2_TryGetValue_m1823844402(L_6, L_7, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1823844402_RuntimeMethod_var); if (!L_8) { goto IL_0039; } } { CGUID_t2225809853 * L_9 = V_0; return L_9; } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID_t2225809853 * L_10 = ((CGUID_t2225809853_StaticFields*)il2cpp_codegen_static_fields_for(CGUID_t2225809853_il2cpp_TypeInfo_var))->get_Empty_0(); return L_10; } } // System.String DMCore.Framework.Resource.CResInfoService::GetResPathByGUID(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR String_t* CResInfoService_GetResPathByGUID_m655574688 (CResInfoService_t2957775811 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfoService_GetResPathByGUID_m655574688_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResInfo_t965999607 * V_0 = NULL; { CGUID_t2225809853 * L_0 = ___guid0; CResInfo_t965999607 * L_1 = CResInfoService_GetInfoByGUID_m2875785825(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CResInfo_t965999607 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { CResInfo_t965999607 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = CResInfo_GetResPath_m1855683480(L_3, /*hidden argument*/NULL); return L_4; } IL_0015: { 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(); return L_5; } } // DMCore.Framework.Resource.CResInfo DMCore.Framework.Resource.CResInfoService::GetInfoByGUID(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR CResInfo_t965999607 * CResInfoService_GetInfoByGUID_m2875785825 (CResInfoService_t2957775811 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResInfoService_GetInfoByGUID_m2875785825_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResInfo_t965999607 * V_0 = NULL; { V_0 = (CResInfo_t965999607 *)NULL; Dictionary_2_t499712630 * L_0 = __this->get_m_resMap_1(); CGUID_t2225809853 * L_1 = ___guid0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3934239800(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3934239800_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CResInfo_t965999607 * L_3 = V_0; return L_3; } IL_0017: { return (CResInfo_t965999607 *)NULL; } } // DMCore.Framework.Resource.CResInfo DMCore.Framework.Resource.CResInfoService::GetInfoByPath(System.String) extern "C" IL2CPP_METHOD_ATTR CResInfo_t965999607 * CResInfoService_GetInfoByPath_m2356056527 (CResInfoService_t2957775811 * __this, String_t* ___path0, const RuntimeMethod* method) { CGUID_t2225809853 * V_0 = NULL; { String_t* L_0 = ___path0; CGUID_t2225809853 * L_1 = CResInfoService_GetGUIDByPath_m4002444518(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CGUID_t2225809853 * L_2 = V_0; CResInfo_t965999607 * L_3 = CResInfoService_GetInfoByGUID_m2875785825(__this, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.CResIssue::.ctor(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResIssue__ctor_m1591039927 (CResIssue_t249178759 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method) { { IRefBase__ctor_m130505137(__this, /*hidden argument*/NULL); CGUID_t2225809853 * L_0 = ___guid0; __this->set_m_guid_1(L_0); __this->set_m_callBackPtr_2((OnResourceResult_t3899022047 *)NULL); __this->set_m_callUserData_3(0); return; } } // System.Void DMCore.Framework.Resource.CResIssue::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResIssue__ctor_m2236562623 (CResIssue_t249178759 * __this, const RuntimeMethod* method) { { IRefBase__ctor_m130505137(__this, /*hidden argument*/NULL); __this->set_m_callBackPtr_2((OnResourceResult_t3899022047 *)NULL); __this->set_m_callUserData_3(0); return; } } // System.Void DMCore.Framework.Resource.CResIssue::SetCallBackParams(DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CResIssue_SetCallBackParams_m2049579364 (CResIssue_t249178759 * __this, OnResourceResult_t3899022047 * ___callBackPtr0, int32_t ___callBackUserData1, const RuntimeMethod* method) { { OnResourceResult_t3899022047 * L_0 = ___callBackPtr0; __this->set_m_callBackPtr_2(L_0); int32_t L_1 = ___callBackUserData1; __this->set_m_callUserData_3(L_1); return; } } // System.Void DMCore.Framework.Resource.CResIssue::OnAddRef() extern "C" IL2CPP_METHOD_ATTR void CResIssue_OnAddRef_m2263259924 (CResIssue_t249178759 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResIssue_OnAddRef_m2263259924_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CGUID_t2225809853 * L_0 = __this->get_m_guid_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); int32_t L_2 = IRefBase_GetRefVal_m3573466649(__this, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3787235549, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); int32_t L_5 = IRefBase_GetRefVal_m3573466649(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0060; } } { CResInfoService_t2957775811 * L_6 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_7 = __this->get_m_guid_1(); NullCheck(L_6); bool L_8 = CResInfoService_Check_m2401005942(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0060; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_9 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_10 = __this->get_m_guid_1(); NullCheck(L_9); CUIPkgService_Load_m755298511(L_9, L_10, /*hidden argument*/NULL); } IL_0060: { return; } } // System.Void DMCore.Framework.Resource.CResIssue::OnRelease() extern "C" IL2CPP_METHOD_ATTR void CResIssue_OnRelease_m617554797 (CResIssue_t249178759 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResIssue_OnRelease_m617554797_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CGUID_t2225809853 * L_0 = __this->get_m_guid_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); int32_t L_2 = IRefBase_GetRefVal_m3573466649(__this, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3787235549, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); int32_t L_5 = IRefBase_GetRefVal_m3573466649(__this, /*hidden argument*/NULL); if (L_5) { goto IL_005f; } } { CResInfoService_t2957775811 * L_6 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_7 = __this->get_m_guid_1(); NullCheck(L_6); bool L_8 = CResInfoService_Check_m2401005942(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_9 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_10 = __this->get_m_guid_1(); NullCheck(L_9); CUIPkgService_UnLoad_m4130547942(L_9, L_10, /*hidden argument*/NULL); } IL_005f: { 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.Framework.Resource.CResIssueService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResIssueService__ctor_m3865463900 (CResIssueService_t3864847152 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResIssueService__ctor_m3865463900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t4077859078 * L_0 = (Dictionary_2_t4077859078 *)il2cpp_codegen_object_new(Dictionary_2_t4077859078_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1349833307(L_0, /*hidden argument*/Dictionary_2__ctor_m1349833307_RuntimeMethod_var); __this->set_m_mapRes_0(L_0); return; } } // DMCore.Framework.Resource.CResIssueService DMCore.Framework.Resource.CResIssueService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResIssueService_t3864847152 * CResIssueService_GetInstance_m1956212865 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResIssueService_GetInstance_m1956212865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CResIssueService_t3864847152 * L_0 = ((CResIssueService_t3864847152_StaticFields*)il2cpp_codegen_static_fields_for(CResIssueService_t3864847152_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CResIssueService_t3864847152 * L_1 = ((CResIssueService_t3864847152_StaticFields*)il2cpp_codegen_static_fields_for(CResIssueService_t3864847152_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CResIssueService_t3864847152 * L_2 = (CResIssueService_t3864847152 *)il2cpp_codegen_object_new(CResIssueService_t3864847152_il2cpp_TypeInfo_var); CResIssueService__ctor_m3865463900(L_2, /*hidden argument*/NULL); ((CResIssueService_t3864847152_StaticFields*)il2cpp_codegen_static_fields_for(CResIssueService_t3864847152_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CResIssueService_t3864847152 * L_3 = ((CResIssueService_t3864847152_StaticFields*)il2cpp_codegen_static_fields_for(CResIssueService_t3864847152_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.Void DMCore.Framework.Resource.CResIssueService::AddRef(System.String,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_AddRef_m3966241036 (CResIssueService_t3864847152 * __this, String_t* ___resPath0, OnResourceResult_t3899022047 * ___callBackPtr1, int32_t ___callBackUserData2, const RuntimeMethod* method) { CGUID_t2225809853 * V_0 = NULL; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___resPath0; NullCheck(L_0); CGUID_t2225809853 * L_2 = CResInfoService_GetGUIDByPath_m4002444518(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CGUID_t2225809853 * L_3 = V_0; OnResourceResult_t3899022047 * L_4 = ___callBackPtr1; int32_t L_5 = ___callBackUserData2; CResIssueService_AddRef_m3729257706(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CResIssueService::AddRef(System.String) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_AddRef_m418030414 (CResIssueService_t3864847152 * __this, String_t* ___resPath0, const RuntimeMethod* method) { { String_t* L_0 = ___resPath0; CResIssueService_AddRef_m3966241036(__this, L_0, (OnResourceResult_t3899022047 *)NULL, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CResIssueService::AddRef(DMCore.Framework.Misc.CGUID,DMCore.Framework.Resource.OnResourceResult,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_AddRef_m3729257706 (CResIssueService_t3864847152 * __this, CGUID_t2225809853 * ___guid0, OnResourceResult_t3899022047 * ___callBackPtr1, int32_t ___callBackUserData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResIssueService_AddRef_m3729257706_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResIssue_t249178759 * V_0 = NULL; CResDependenceItem_t1512426590 * V_1 = NULL; int32_t V_2 = 0; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_1 = ___guid0; NullCheck(L_0); bool L_2 = CResInfoService_Check_m2401005942(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0011; } } { return; } IL_0011: { V_0 = (CResIssue_t249178759 *)NULL; Dictionary_2_t4077859078 * L_3 = __this->get_m_mapRes_0(); CGUID_t2225809853 * L_4 = ___guid0; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m2424476374(L_3, L_4, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2424476374_RuntimeMethod_var); if (L_5) { goto IL_003a; } } { CGUID_t2225809853 * L_6 = ___guid0; CResIssue_t249178759 * L_7 = (CResIssue_t249178759 *)il2cpp_codegen_object_new(CResIssue_t249178759_il2cpp_TypeInfo_var); CResIssue__ctor_m1591039927(L_7, L_6, /*hidden argument*/NULL); V_0 = L_7; Dictionary_2_t4077859078 * L_8 = __this->get_m_mapRes_0(); CGUID_t2225809853 * L_9 = ___guid0; CResIssue_t249178759 * L_10 = V_0; NullCheck(L_8); Dictionary_2_Add_m644357890(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_Add_m644357890_RuntimeMethod_var); } IL_003a: { CResDependenceService_t3767720809 * L_11 = CResDependenceService_GetInstance_m2029225595(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_12 = ___guid0; NullCheck(L_11); CResDependenceItem_t1512426590 * L_13 = CResDependenceService_FindDepdenceItem_m4127552042(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; CResDependenceItem_t1512426590 * L_14 = V_1; if (!L_14) { goto IL_007e; } } { CResDependenceItem_t1512426590 * L_15 = V_1; NullCheck(L_15); int32_t L_16 = CResDependenceItem_GetCount_m2028492554(L_15, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_16))) { goto IL_007e; } } { V_2 = 0; goto IL_0072; } IL_005f: { CResDependenceItem_t1512426590 * L_17 = V_1; int32_t L_18 = V_2; NullCheck(L_17); CGUID_t2225809853 * L_19 = CResDependenceItem_GetItemAlias_m3944042062(L_17, L_18, /*hidden argument*/NULL); CResIssueService_AddRef_m3729257706(__this, L_19, (OnResourceResult_t3899022047 *)NULL, 0, /*hidden argument*/NULL); int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0072: { int32_t L_21 = V_2; CResDependenceItem_t1512426590 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = CResDependenceItem_GetCount_m2028492554(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_005f; } } IL_007e: { CResIssue_t249178759 * L_24 = V_0; OnResourceResult_t3899022047 * L_25 = ___callBackPtr1; int32_t L_26 = ___callBackUserData2; NullCheck(L_24); CResIssue_SetCallBackParams_m2049579364(L_24, L_25, L_26, /*hidden argument*/NULL); CResIssue_t249178759 * L_27 = V_0; NullCheck(L_27); IRefBase_AddRef_m1345594565(L_27, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CResIssueService::Release(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_Release_m788832680 (CResIssueService_t3864847152 * __this, CGUID_t2225809853 * ___guid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResIssueService_Release_m788832680_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResIssue_t249178759 * V_0 = NULL; int32_t V_1 = 0; CResDependenceItem_t1512426590 * V_2 = NULL; int32_t V_3 = 0; { V_0 = (CResIssue_t249178759 *)NULL; Dictionary_2_t4077859078 * L_0 = __this->get_m_mapRes_0(); CGUID_t2225809853 * L_1 = ___guid0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2424476374(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2424476374_RuntimeMethod_var); if (!L_2) { goto IL_003c; } } { CResIssue_t249178759 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = IRefBase_GetRefVal_m3573466649(L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0030; } } { Dictionary_2_t4077859078 * L_6 = __this->get_m_mapRes_0(); CGUID_t2225809853 * L_7 = ___guid0; NullCheck(L_6); Dictionary_2_Remove_m1249407947(L_6, L_7, /*hidden argument*/Dictionary_2_Remove_m1249407947_RuntimeMethod_var); } IL_0030: { CResIssue_t249178759 * L_8 = V_0; NullCheck(L_8); IRefBase_Release_m2438352285(L_8, /*hidden argument*/NULL); goto IL_0056; } IL_003c: { CLogHelp_t779629444 * L_9 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_10 = ___guid0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1196192152, L_11, /*hidden argument*/NULL); NullCheck(L_9); CLogHelp_LogError_m609093992(L_9, L_12, /*hidden argument*/NULL); } IL_0056: { CResDependenceService_t3767720809 * L_13 = CResDependenceService_GetInstance_m2029225595(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_14 = ___guid0; NullCheck(L_13); CResDependenceItem_t1512426590 * L_15 = CResDependenceService_FindDepdenceItem_m4127552042(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; CResDependenceItem_t1512426590 * L_16 = V_2; if (!L_16) { goto IL_0098; } } { CResDependenceItem_t1512426590 * L_17 = V_2; NullCheck(L_17); int32_t L_18 = CResDependenceItem_GetCount_m2028492554(L_17, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_18))) { goto IL_0098; } } { V_3 = 0; goto IL_008c; } IL_007b: { CResDependenceItem_t1512426590 * L_19 = V_2; int32_t L_20 = V_3; NullCheck(L_19); CGUID_t2225809853 * L_21 = CResDependenceItem_GetItemAlias_m3944042062(L_19, L_20, /*hidden argument*/NULL); CResIssueService_Release_m788832680(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_008c: { int32_t L_23 = V_3; CResDependenceItem_t1512426590 * L_24 = V_2; NullCheck(L_24); int32_t L_25 = CResDependenceItem_GetCount_m2028492554(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_007b; } } IL_0098: { return; } } // System.Void DMCore.Framework.Resource.CResIssueService::Release(System.String) extern "C" IL2CPP_METHOD_ATTR void CResIssueService_Release_m1621144803 (CResIssueService_t3864847152 * __this, String_t* ___resPath0, const RuntimeMethod* method) { CGUID_t2225809853 * V_0 = NULL; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___resPath0; NullCheck(L_0); CGUID_t2225809853 * L_2 = CResInfoService_GetGUIDByPath_m4002444518(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CGUID_t2225809853 * L_3 = V_0; CResIssueService_Release_m788832680(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.CResourceAdapter::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResourceAdapter__ctor_m2719324187 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResourceAdapter__ctor_m2719324187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bUsePkgSystem_2((bool)0); bool L_0 = __this->get_m_bUsePkgSystem_2(); if (!L_0) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_1 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = CNetServerConfig_GetConfigString_m1508055105(L_1, _stringLiteral547868706, _stringLiteral3456524521, /*hidden argument*/NULL); __this->set_m_strBaseUrl_1(L_2); goto IL_0042; } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_strBaseUrl_1(L_3); } IL_0042: { String_t* L_4 = __this->get_m_strBaseUrl_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0073; } } { String_t* L_6 = __this->get_m_strBaseUrl_1(); NullCheck(L_6); int32_t L_7 = String_IndexOf_m1977622757(L_6, _stringLiteral3140485902, /*hidden argument*/NULL); if (L_7) { goto IL_0073; } } { __this->set_m_httpType_0((bool)1); goto IL_007a; } IL_0073: { __this->set_m_httpType_0((bool)0); } IL_007a: { List_1_t3319525431 * L_8 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_8, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_urlList_4(L_8); CResourceAdapter_ParseUrlList_m1889399605(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResourceAdapter_t3687212940 * CResourceAdapter_GetInstance_m3328036836 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResourceAdapter_GetInstance_m3328036836_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CResourceAdapter_t3687212940 * L_0 = ((CResourceAdapter_t3687212940_StaticFields*)il2cpp_codegen_static_fields_for(CResourceAdapter_t3687212940_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (!L_0) { goto IL_0010; } } { CResourceAdapter_t3687212940 * L_1 = ((CResourceAdapter_t3687212940_StaticFields*)il2cpp_codegen_static_fields_for(CResourceAdapter_t3687212940_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_1; } IL_0010: { CResourceAdapter_t3687212940 * L_2 = (CResourceAdapter_t3687212940 *)il2cpp_codegen_object_new(CResourceAdapter_t3687212940_il2cpp_TypeInfo_var); CResourceAdapter__ctor_m2719324187(L_2, /*hidden argument*/NULL); ((CResourceAdapter_t3687212940_StaticFields*)il2cpp_codegen_static_fields_for(CResourceAdapter_t3687212940_il2cpp_TypeInfo_var))->set_s_Instance_3(L_2); CResourceAdapter_t3687212940 * L_3 = ((CResourceAdapter_t3687212940_StaticFields*)il2cpp_codegen_static_fields_for(CResourceAdapter_t3687212940_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_3; } } // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfUsePkgSystem() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfUsePkgSystem_m1147199107 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bUsePkgSystem_2(); return L_0; } } // System.Int32 DMCore.Framework.Resource.CResourceAdapter::GetBaseWWWUrlCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResourceAdapter_GetBaseWWWUrlCount_m54467449 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResourceAdapter_GetBaseWWWUrlCount_m54467449_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = __this->get_m_urlList_4(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2276455407(L_0, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); return L_1; } } // System.String DMCore.Framework.Resource.CResourceAdapter::GetBaseWWWUrl(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CResourceAdapter_GetBaseWWWUrl_m4076565157 (CResourceAdapter_t3687212940 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResourceAdapter_GetBaseWWWUrl_m4076565157_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_0); String_t* L_2 = CNetServerConfig_GetConfigString_m1508055105(L_0, _stringLiteral547868706, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = __this->get_m_strBaseUrl_1(); String_t* L_4 = V_0; int32_t L_5 = String_Compare_m3735043349(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0035; } } { String_t* L_6 = V_0; __this->set_m_strBaseUrl_1(L_6); CResourceAdapter_ParseUrlList_m1889399605(__this, /*hidden argument*/NULL); } IL_0035: { int32_t L_7 = ___index0; if ((((int32_t)0) > ((int32_t)L_7))) { goto IL_004d; } } { List_1_t3319525431 * L_8 = __this->get_m_urlList_4(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m2276455407(L_8, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); int32_t L_10 = ___index0; if ((((int32_t)L_9) > ((int32_t)L_10))) { goto IL_004f; } } IL_004d: { return (String_t*)NULL; } IL_004f: { List_1_t3319525431 * L_11 = __this->get_m_urlList_4(); int32_t L_12 = ___index0; NullCheck(L_11); String_t* L_13 = List_1_get_Item_m3729392029(L_11, L_12, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); return L_13; } } // System.Void DMCore.Framework.Resource.CResourceAdapter::ParseUrlList() extern "C" IL2CPP_METHOD_ATTR void CResourceAdapter_ParseUrlList_m1889399605 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResourceAdapter_ParseUrlList_m1889399605_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; { List_1_t3319525431 * L_0 = __this->get_m_urlList_4(); NullCheck(L_0); List_1_Clear_m2548850424(L_0, /*hidden argument*/List_1_Clear_m2548850424_RuntimeMethod_var); String_t* L_1 = __this->get_m_strBaseUrl_1(); CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_1); StringU5BU5D_t1281789340* L_3 = String_Split_m3646115398(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; StringU5BU5D_t1281789340* L_4 = V_0; if (!L_4) { goto IL_0031; } } { StringU5BU5D_t1281789340* L_5 = V_0; NullCheck(L_5); if ((((int32_t)0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0047; } } IL_0031: { List_1_t3319525431 * L_6 = __this->get_m_urlList_4(); String_t* L_7 = __this->get_m_strBaseUrl_1(); NullCheck(L_6); List_1_Add_m1685793073(L_6, L_7, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); goto IL_007b; } IL_0047: { V_1 = 0; goto IL_0072; } IL_004e: { StringU5BU5D_t1281789340* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0060; } } { goto IL_006e; } IL_0060: { List_1_t3319525431 * L_13 = __this->get_m_urlList_4(); StringU5BU5D_t1281789340* L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); List_1_Add_m1685793073(L_13, L_17, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_006e: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0072: { int32_t L_19 = V_1; StringU5BU5D_t1281789340* L_20 = V_0; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_004e; } } IL_007b: { return; } } // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfWWWType() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfWWWType_m1415835741 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_httpType_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.Framework.Resource.CResTaskContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer__ctor_m1509677962 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResTaskContainer__ctor_m1509677962_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bytesDone_1(0); __this->set_m_bytesTotal_2(0); __this->set_m_nCountDone_4(0); __this->set_m_nCountTotal_5(0); __this->set_m_bytesAll_3(0); Dictionary_2_t815652591 * L_0 = (Dictionary_2_t815652591 *)il2cpp_codegen_object_new(Dictionary_2_t815652591_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3002602865(L_0, /*hidden argument*/Dictionary_2__ctor_m3002602865_RuntimeMethod_var); __this->set_m_array_0(L_0); return; } } // System.Void DMCore.Framework.Resource.CResTaskContainer::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_Push_m2579387302 (CResTaskContainer_t3271287293 * __this, String_t* ___resPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResTaskContainer_Push_m2579387302_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResTaskItem_t1030396292 * V_0 = NULL; { CResTaskItem_t1030396292 * L_0 = (CResTaskItem_t1030396292 *)il2cpp_codegen_object_new(CResTaskItem_t1030396292_il2cpp_TypeInfo_var); CResTaskItem__ctor_m2770050062(L_0, /*hidden argument*/NULL); V_0 = L_0; CResTaskItem_t1030396292 * L_1 = V_0; String_t* L_2 = ___resPath0; NullCheck(L_1); L_1->set_m_resPath_1(L_2); CResTaskItem_t1030396292 * L_3 = V_0; CResTaskContainer_Push_m823301887(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CResTaskContainer::Push(DMCore.Framework.Resource.CResTaskItem) extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_Push_m823301887 (CResTaskContainer_t3271287293 * __this, CResTaskItem_t1030396292 * ___taskItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResTaskContainer_Push_m823301887_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CResTaskItem_t1030396292 * L_0 = ___taskItem0; if (!L_0) { goto IL_0016; } } { CResTaskItem_t1030396292 * L_1 = ___taskItem0; NullCheck(L_1); String_t* L_2 = L_1->get_m_resPath_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0017; } } IL_0016: { return; } IL_0017: { CResTaskItem_t1030396292 * L_4 = ___taskItem0; CResTaskItem_t1030396292 * L_5 = ___taskItem0; NullCheck(L_5); String_t* L_6 = L_5->get_m_resPath_1(); NullCheck(L_6); String_t* L_7 = String_ToLower_m2029374922(L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_m_resPath_1(L_7); Dictionary_2_t815652591 * L_8 = __this->get_m_array_0(); CResTaskItem_t1030396292 * L_9 = ___taskItem0; NullCheck(L_9); String_t* L_10 = L_9->get_m_resPath_1(); NullCheck(L_8); bool L_11 = Dictionary_2_ContainsKey_m1104442102(L_8, L_10, /*hidden argument*/Dictionary_2_ContainsKey_m1104442102_RuntimeMethod_var); if (L_11) { goto IL_0071; } } { Dictionary_2_t815652591 * L_12 = __this->get_m_array_0(); CResTaskItem_t1030396292 * L_13 = ___taskItem0; NullCheck(L_13); String_t* L_14 = L_13->get_m_resPath_1(); CResTaskItem_t1030396292 * L_15 = ___taskItem0; NullCheck(L_12); Dictionary_2_Add_m1002844470(L_12, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m1002844470_RuntimeMethod_var); int32_t L_16 = __this->get_m_nCountTotal_5(); __this->set_m_nCountTotal_5(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = __this->get_m_bytesTotal_2(); CResTaskItem_t1030396292 * L_18 = ___taskItem0; NullCheck(L_18); int32_t L_19 = L_18->get_m_nFileSize_0(); __this->set_m_bytesTotal_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_19))); } IL_0071: { return; } } // System.Void DMCore.Framework.Resource.CResTaskContainer::SetResAllBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_SetResAllBytes_m1397263158 (CResTaskContainer_t3271287293 * __this, int32_t ___bytes0, const RuntimeMethod* method) { { int32_t L_0 = ___bytes0; __this->set_m_bytesAll_3(L_0); return; } } // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetResAllBytes() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetResAllBytes_m2039080250 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_bytesAll_3(); return L_0; } } // System.Void DMCore.Framework.Resource.CResTaskContainer::Clear() extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_Clear_m1266127611 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResTaskContainer_Clear_m1266127611_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bytesDone_1(0); __this->set_m_bytesTotal_2(0); __this->set_m_nCountDone_4(0); __this->set_m_nCountTotal_5(0); Dictionary_2_t815652591 * L_0 = __this->get_m_array_0(); NullCheck(L_0); Dictionary_2_Clear_m673108212(L_0, /*hidden argument*/Dictionary_2_Clear_m673108212_RuntimeMethod_var); return; } } // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetTotalCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetTotalCount_m3996778178 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_nCountTotal_5(); return L_0; } } // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetDoneCount() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetDoneCount_m1092588625 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_nCountDone_4(); return L_0; } } // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetBytesDone() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetBytesDone_m1877983064 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_bytesDone_1(); return L_0; } } // System.Int32 DMCore.Framework.Resource.CResTaskContainer::GetBytesTotal() extern "C" IL2CPP_METHOD_ATTR int32_t CResTaskContainer_GetBytesTotal_m1215244425 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_bytesTotal_2(); return L_0; } } // System.Void DMCore.Framework.Resource.CResTaskContainer::SetResult(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CResTaskContainer_SetResult_m909571526 (CResTaskContainer_t3271287293 * __this, String_t* ___resPath0, bool ___success1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResTaskContainer_SetResult_m909571526_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResTaskItem_t1030396292 * V_0 = NULL; { V_0 = (CResTaskItem_t1030396292 *)NULL; Dictionary_2_t815652591 * L_0 = __this->get_m_array_0(); String_t* L_1 = ___resPath0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3885485170(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3885485170_RuntimeMethod_var); if (!L_2) { goto IL_0043; } } { int32_t L_3 = __this->get_m_nCountDone_4(); __this->set_m_nCountDone_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = __this->get_m_bytesDone_1(); CResTaskItem_t1030396292 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_m_nFileSize_0(); __this->set_m_bytesDone_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_6))); Dictionary_2_t815652591 * L_7 = __this->get_m_array_0(); String_t* L_8 = ___resPath0; NullCheck(L_7); Dictionary_2_Remove_m948103576(L_7, L_8, /*hidden argument*/Dictionary_2_Remove_m948103576_RuntimeMethod_var); } IL_0043: { return; } } // System.Collections.Generic.List`1 DMCore.Framework.Resource.CResTaskContainer::GetTaskNotDone() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * CResTaskContainer_GetTaskNotDone_m2043618884 (CResTaskContainer_t3271287293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CResTaskContainer_GetTaskNotDone_m2043618884_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; Enumerator_t2769835366 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t3213324758 V_2; memset(&V_2, 0, sizeof(V_2)); { Dictionary_2_t815652591 * L_0 = __this->get_m_array_0(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m2662064459(L_0, /*hidden argument*/Dictionary_2_get_Count_m2662064459_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (List_1_t3319525431 *)NULL; } IL_0012: { List_1_t3319525431 * L_2 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_2, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_2; Dictionary_2_t815652591 * L_3 = __this->get_m_array_0(); NullCheck(L_3); Enumerator_t2769835366 L_4 = Dictionary_2_GetEnumerator_m646526115(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m646526115_RuntimeMethod_var); V_1 = L_4; goto IL_003e; } IL_0029: { List_1_t3319525431 * L_5 = V_0; KeyValuePair_2_t3213324758 L_6 = Enumerator_get_Current_m403781308((&V_1), /*hidden argument*/Enumerator_get_Current_m403781308_RuntimeMethod_var); V_2 = L_6; String_t* L_7 = KeyValuePair_2_get_Key_m2941004086((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m2941004086_RuntimeMethod_var); NullCheck(L_5); List_1_Add_m1685793073(L_5, L_7, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_003e: { bool L_8 = Enumerator_MoveNext_m499659750((&V_1), /*hidden argument*/Enumerator_MoveNext_m499659750_RuntimeMethod_var); if (L_8) { goto IL_0029; } } { List_1_t3319525431 * L_9 = V_0; return L_9; } } #ifdef __clang__ #pragma clang 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.Framework.Resource.CResTaskItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CResTaskItem__ctor_m2770050062 (CResTaskItem_t1030396292 * __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.Framework.Resource.CUIPkgService::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService__ctor_m1677904679 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService__ctor_m1677904679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t1380830171 * L_0 = (BetterList_1_t1380830171 *)il2cpp_codegen_object_new(BetterList_1_t1380830171_il2cpp_TypeInfo_var); BetterList_1__ctor_m1444266705(L_0, /*hidden argument*/BetterList_1__ctor_m1444266705_RuntimeMethod_var); __this->set_m_listDelCache_7(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bDone_3((bool)0); Dictionary_2_t1759717005 * L_1 = (Dictionary_2_t1759717005 *)il2cpp_codegen_object_new(Dictionary_2_t1759717005_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1323933295(L_1, /*hidden argument*/Dictionary_2__ctor_m1323933295_RuntimeMethod_var); __this->set_m_SourceAll_10(L_1); List_1_t3319525431 * L_2 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_2, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_m_listProtectedFloder_8(L_2); List_1_t3697884595 * L_3 = (List_1_t3697884595 *)il2cpp_codegen_object_new(List_1_t3697884595_il2cpp_TypeInfo_var); List_1__ctor_m2680062877(L_3, /*hidden argument*/List_1__ctor_m2680062877_RuntimeMethod_var); __this->set_m_listProtectedItem_9(L_3); Dictionary_2_t1759717005 * L_4 = (Dictionary_2_t1759717005 *)il2cpp_codegen_object_new(Dictionary_2_t1759717005_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1323933295(L_4, /*hidden argument*/Dictionary_2__ctor_m1323933295_RuntimeMethod_var); __this->set_m_preLoadAB_6(L_4); return; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfEnableUIPkg() extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfEnableUIPkg_m2923996538 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_IfEnableUIPkg_m2923996538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_0 = CModuleManager_GetInstance_m930106955(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CModuleManager_IfUIPkgMode_m3455801289(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfUIPkgResource(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfUIPkgResource_m2643866799 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_IfUIPkgResource_m2643866799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_0 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (bool)0; } IL_000c: { CResInfoService_t2957775811 * L_1 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ___path0; NullCheck(L_1); CGUID_t2225809853 * L_3 = CResInfoService_GetGUIDByPath_m4002444518(L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); bool L_4 = CGUID_IsValid_m2394183124(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0031; } } { String_t* L_5 = ___path0; NullCheck(L_5); bool L_6 = String_Equals_m2270643605(L_5, _stringLiteral1651929780, /*hidden argument*/NULL); if (!L_6) { goto IL_0033; } } IL_0031: { return (bool)1; } IL_0033: { return (bool)0; } } // DMCore.Framework.Resource.CUIPkgService DMCore.Framework.Resource.CUIPkgService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIPkgService_t1582475416 * CUIPkgService_GetInstance_m2423209090 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_GetInstance_m2423209090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_0 = ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_1 = ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { CUIPkgService_t1582475416 * L_2 = (CUIPkgService_t1582475416 *)il2cpp_codegen_object_new(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService__ctor_m1677904679(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); CUIPkgService_t1582475416 * L_3 = ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Void DMCore.Framework.Resource.CUIPkgService::OnBeforeSceneChanged() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_OnBeforeSceneChanged_m2438849580 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method) { { CUIPkgService_UnLoadAll_m2388588780(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CUIPkgService::CloseUIPage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_CloseUIPage_m1393179793 (CUIPkgService_t1582475416 * __this, int32_t ___pageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_CloseUIPage_m1393179793_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; List_1_t3697884595 * V_1 = NULL; Enumerator_t3713899780 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t4157389172 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t4157389172 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_0 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(CSystemTool_t575361936_il2cpp_TypeInfo_var); CSystemTool_t575361936 * L_1 = CSystemTool_GetInstance_m3874669591(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CSystemTool_GetRunTimeTotalMemory_m1097030965(L_1, /*hidden argument*/NULL); V_0 = L_2; int64_t L_3 = V_0; if ((((int64_t)(((int64_t)((int64_t)((int32_t)220))))) < ((int64_t)L_3))) { goto IL_0022; } } { return; } IL_0022: { CLogHelp_t779629444 * L_4 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = Int64_ToString_m2986581816((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3589179927, L_5, /*hidden argument*/NULL); NullCheck(L_4); CLogHelp_LogFile_m4227814860(L_4, L_6, /*hidden argument*/NULL); } IL_0043: { List_1_t3697884595 * L_7 = (List_1_t3697884595 *)il2cpp_codegen_object_new(List_1_t3697884595_il2cpp_TypeInfo_var); List_1__ctor_m2680062877(L_7, /*hidden argument*/List_1__ctor_m2680062877_RuntimeMethod_var); V_1 = L_7; Dictionary_2_t1759717005 * L_8 = __this->get_m_SourceAll_10(); NullCheck(L_8); Enumerator_t3713899780 L_9 = Dictionary_2_GetEnumerator_m753199307(L_8, /*hidden argument*/Dictionary_2_GetEnumerator_m753199307_RuntimeMethod_var); V_2 = L_9; goto IL_0089; } IL_005a: { KeyValuePair_2_t4157389172 L_10 = Enumerator_get_Current_m1880664885((&V_2), /*hidden argument*/Enumerator_get_Current_m1880664885_RuntimeMethod_var); V_3 = L_10; UIPkgItem_t2226003982 * L_11 = KeyValuePair_2_get_Value_m2350282911((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m2350282911_RuntimeMethod_var); NullCheck(L_11); bool L_12 = UIPkgItem_TryDestroy_m843435568(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0089; } } { List_1_t3697884595 * L_13 = V_1; KeyValuePair_2_t4157389172 L_14 = Enumerator_get_Current_m1880664885((&V_2), /*hidden argument*/Enumerator_get_Current_m1880664885_RuntimeMethod_var); V_4 = L_14; CGUID_t2225809853 * L_15 = KeyValuePair_2_get_Key_m284988412((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m284988412_RuntimeMethod_var); NullCheck(L_13); List_1_Add_m158283125(L_13, L_15, /*hidden argument*/List_1_Add_m158283125_RuntimeMethod_var); } IL_0089: { bool L_16 = Enumerator_MoveNext_m701758901((&V_2), /*hidden argument*/Enumerator_MoveNext_m701758901_RuntimeMethod_var); if (L_16) { goto IL_005a; } } { V_5 = 0; goto IL_00b7; } IL_009d: { Dictionary_2_t1759717005 * L_17 = __this->get_m_SourceAll_10(); List_1_t3697884595 * L_18 = V_1; int32_t L_19 = V_5; NullCheck(L_18); CGUID_t2225809853 * L_20 = List_1_get_Item_m1033397347(L_18, L_19, /*hidden argument*/List_1_get_Item_m1033397347_RuntimeMethod_var); NullCheck(L_17); Dictionary_2_Remove_m2369393969(L_17, L_20, /*hidden argument*/Dictionary_2_Remove_m2369393969_RuntimeMethod_var); int32_t L_21 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00b7: { int32_t L_22 = V_5; List_1_t3697884595 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = List_1_get_Count_m3667590652(L_23, /*hidden argument*/List_1_get_Count_m3667590652_RuntimeMethod_var); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_009d; } } { return; } } // System.Void DMCore.Framework.Resource.CUIPkgService::OnInit() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_OnInit_m2147736485 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_OnInit_m2147736485_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; String_t* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; String_t* V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_0 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_1 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral3386865421, /*hidden argument*/NULL); V_0 = L_2; XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_3, /*hidden argument*/NULL); V_1 = L_3; } IL_0021: try { // begin try (depth: 1) try { // begin try (depth: 2) { String_t* L_4 = V_0; bool L_5 = File_Exists_m3943585060(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_002c: { XmlDocument_t2837193595 * L_6 = V_1; String_t* L_7 = V_0; NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(60 /* System.Void System.Xml.XmlDocument::Load(System.String) */, L_6, L_7); goto IL_0087; } IL_0038: { String_t* L_8 = CPluginCallAdapter_DoPluginGetFunc_m454277589(NULL /*static, unused*/, _stringLiteral3127056048, _stringLiteral2969708133, /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0087; } } IL_0053: try { // begin try (depth: 3) String_t* L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_12 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_3 = L_12; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_13 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_14 = V_3; NullCheck(L_13); String_t* L_15 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_13, L_14); V_4 = L_15; XmlDocument_t2837193595 * L_16 = V_1; String_t* L_17 = V_4; NullCheck(L_16); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_16, L_17); goto IL_0087; } // end try (depth: 3) 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_0074; throw e; } CATCH_0074: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); Exception_t * L_18 = V_5; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); goto IL_0087; } // end catch (depth: 3) IL_0087: { XmlDocument_t2837193595 * L_20 = V_1; CUIPkgService_InitFromXml_m2908731645(__this, L_20, /*hidden argument*/NULL); IL2CPP_LEAVE(0xAA, FINALLY_00a7); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0094; throw e; } CATCH_0094: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); Exception_t * L_21 = V_6; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_21); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); IL2CPP_LEAVE(0xAA, FINALLY_00a7); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a7; } FINALLY_00a7: { // begin finally (depth: 1) V_1 = (XmlDocument_t2837193595 *)NULL; IL2CPP_END_FINALLY(167) } // end finally (depth: 1) IL2CPP_CLEANUP(167) { IL2CPP_JUMP_TBL(0xAA, IL_00aa) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00aa: { return; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::IsAllReady() extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IsAllReady_m3743661029 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bDone_3(); return L_0; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::InitFromXml(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_InitFromXml_m2908731645 (CUIPkgService_t1582475416 * __this, XmlDocument_t2837193595 * ___doc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_InitFromXml_m2908731645_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; Enumerator_t3713899780 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t4157389172 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t4157389172 V_5; memset(&V_5, 0, sizeof(V_5)); ObjectU5BU5D_t1417781964* V_6 = NULL; int32_t V_7 = 0; Object_t631007953 * V_8 = NULL; Shader_t4151988712 * V_9 = NULL; Material_t340375123 * V_10 = NULL; XmlNode_t3767805227 * G_B3_0 = NULL; int32_t G_B35_0 = 0; { XmlDocument_t2837193595 * L_0 = ___doc0; if (!L_0) { goto IL_0011; } } { XmlDocument_t2837193595 * L_1 = ___doc0; NullCheck(L_1); XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); G_B3_0 = L_2; goto IL_0012; } IL_0011: { G_B3_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0012: { V_0 = G_B3_0; XmlNode_t3767805227 * L_3 = V_0; if (L_3) { goto IL_001b; } } { return (bool)0; } IL_001b: { __this->set_m_bDone_3((bool)0); V_1 = 0; XmlNode_t3767805227 * 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); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_008e; } IL_0035: { XmlElement_t561603118 * L_6 = V_2; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_8 = String_Compare_m3735043349(NULL /*static, unused*/, L_7, _stringLiteral3048830490, /*hidden argument*/NULL); if (L_8) { goto IL_005e; } } { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); CResInfoService_t2957775811 * L_10 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); XmlElement_t561603118 * L_11 = V_2; NullCheck(L_10); CResInfoService_DeSerialFromXML_m1571756920(L_10, L_11, /*hidden argument*/NULL); goto IL_0082; } IL_005e: { XmlElement_t561603118 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_14 = String_Compare_m3735043349(NULL /*static, unused*/, L_13, _stringLiteral4065411606, /*hidden argument*/NULL); if (L_14) { goto IL_0082; } } { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); CResDependenceService_t3767720809 * L_16 = CResDependenceService_GetInstance_m2029225595(NULL /*static, unused*/, /*hidden argument*/NULL); XmlElement_t561603118 * L_17 = V_2; NullCheck(L_16); CResDependenceService_DeSerialFromXML_m335741761(L_16, L_17, /*hidden argument*/NULL); } IL_0082: { XmlElement_t561603118 * L_18 = V_2; NullCheck(L_18); XmlNode_t3767805227 * L_19 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_18); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_19, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_008e: { XmlElement_t561603118 * L_20 = V_2; if (L_20) { goto IL_0035; } } { __this->set_m_bDone_3((bool)1); Dictionary_2_t1759717005 * L_21 = __this->get_m_preLoadAB_6(); NullCheck(L_21); Enumerator_t3713899780 L_22 = Dictionary_2_GetEnumerator_m753199307(L_21, /*hidden argument*/Dictionary_2_GetEnumerator_m753199307_RuntimeMethod_var); V_3 = L_22; goto IL_00d6; } IL_00ac: { KeyValuePair_2_t4157389172 L_23 = Enumerator_get_Current_m1880664885((&V_3), /*hidden argument*/Enumerator_get_Current_m1880664885_RuntimeMethod_var); V_4 = L_23; UIPkgItem_t2226003982 * L_24 = KeyValuePair_2_get_Value_m2350282911((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m2350282911_RuntimeMethod_var); if (!L_24) { goto IL_00d6; } } { KeyValuePair_2_t4157389172 L_25 = Enumerator_get_Current_m1880664885((&V_3), /*hidden argument*/Enumerator_get_Current_m1880664885_RuntimeMethod_var); V_5 = L_25; UIPkgItem_t2226003982 * L_26 = KeyValuePair_2_get_Value_m2350282911((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m2350282911_RuntimeMethod_var); NullCheck(L_26); UIPkgItem_ForceDestroy_m1770933531(L_26, /*hidden argument*/NULL); } IL_00d6: { bool L_27 = Enumerator_MoveNext_m701758901((&V_3), /*hidden argument*/Enumerator_MoveNext_m701758901_RuntimeMethod_var); if (L_27) { goto IL_00ac; } } { Dictionary_2_t1759717005 * L_28 = __this->get_m_preLoadAB_6(); NullCheck(L_28); Dictionary_2_Clear_m3845912873(L_28, /*hidden argument*/Dictionary_2_Clear_m3845912873_RuntimeMethod_var); AssetBundle_t1153907252 * L_29 = __this->get_m_abSharedAll_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_30 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_010a; } } { AssetBundle_t1153907252 * L_31 = __this->get_m_abSharedAll_4(); NullCheck(L_31); AssetBundle_Unload_m2234810374(L_31, (bool)1, /*hidden argument*/NULL); } IL_010a: { __this->set_m_fontCached_5((Object_t631007953 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); AssetBundle_t1153907252 * L_32 = CUIPkgService_LoadAB_m1911460452(NULL /*static, unused*/, _stringLiteral1265259455, /*hidden argument*/NULL); __this->set_m_abSharedAll_4(L_32); IL2CPP_RUNTIME_CLASS_INIT(CShaderHelp_t3448475262_il2cpp_TypeInfo_var); CShaderHelp_Clear_m272434068(NULL /*static, unused*/, /*hidden argument*/NULL); AssetBundle_t1153907252 * L_33 = __this->get_m_abSharedAll_4(); NullCheck(L_33); ObjectU5BU5D_t1417781964* L_34 = AssetBundle_LoadAllAssets_m3239956559(L_33, /*hidden argument*/NULL); V_6 = L_34; V_7 = 0; goto IL_0214; } IL_013b: { ObjectU5BU5D_t1417781964* L_35 = V_6; int32_t L_36 = V_7; NullCheck(L_35); int32_t L_37 = L_36; Object_t631007953 * L_38 = (L_35)->GetAt(static_cast(L_37)); V_8 = L_38; Object_t631007953 * L_39 = V_8; V_9 = ((Shader_t4151988712 *)IsInstSealed((RuntimeObject*)L_39, Shader_t4151988712_il2cpp_TypeInfo_var)); Shader_t4151988712 * L_40 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_016b; } } { Shader_t4151988712 * L_42 = V_9; NullCheck(L_42); String_t* L_43 = Object_get_name_m4211327027(L_42, /*hidden argument*/NULL); Shader_t4151988712 * L_44 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CShaderHelp_t3448475262_il2cpp_TypeInfo_var); CShaderHelp_PushShader_m3509437167(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL); goto IL_020e; } IL_016b: { Object_t631007953 * L_45 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_45, GameObject_t1113636619_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_46) { goto IL_01a1; } } { Object_t631007953 * L_47 = V_8; NullCheck(L_47); String_t* L_48 = Object_get_name_m4211327027(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_Equals_m2359609904(NULL /*static, unused*/, _stringLiteral3715514199, L_48, 5, /*hidden argument*/NULL); if (!L_49) { goto IL_01a1; } } { Object_t631007953 * L_50 = V_8; __this->set_m_fontCached_5(L_50); goto IL_020e; } IL_01a1: { int32_t L_51 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_51) == ((int32_t)((int32_t)11)))) { goto IL_020e; } } { int32_t L_52 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_52) == ((int32_t)8))) { goto IL_020e; } } { Object_t631007953 * L_53 = V_8; V_10 = ((Material_t340375123 *)IsInstClass((RuntimeObject*)L_53, Material_t340375123_il2cpp_TypeInfo_var)); Material_t340375123 * L_54 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_55 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_020e; } } { Material_t340375123 * L_56 = V_10; NullCheck(L_56); Shader_t4151988712 * L_57 = Material_get_shader_m1331119247(L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_58 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_020e; } } { Material_t340375123 * L_59 = V_10; NullCheck(L_59); Shader_t4151988712 * L_60 = Material_get_shader_m1331119247(L_59, /*hidden argument*/NULL); NullCheck(L_60); String_t* L_61 = Object_get_name_m4211327027(L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_62 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); if (L_62) { goto IL_020e; } } { Material_t340375123 * L_63 = V_10; Material_t340375123 * L_64 = V_10; NullCheck(L_64); Shader_t4151988712 * L_65 = Material_get_shader_m1331119247(L_64, /*hidden argument*/NULL); NullCheck(L_65); String_t* L_66 = Object_get_name_m4211327027(L_65, /*hidden argument*/NULL); Shader_t4151988712 * L_67 = Shader_Find_m2092206247(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); NullCheck(L_63); Material_set_shader_m1402562841(L_63, L_67, /*hidden argument*/NULL); } IL_020e: { int32_t L_68 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_0214: { int32_t L_69 = V_7; ObjectU5BU5D_t1417781964* L_70 = V_6; NullCheck(L_70); if ((((int32_t)L_69) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_70)->max_length))))))) { goto IL_013b; } } { CUIPkgService_SetResToHoldOn_m61144827(__this, _stringLiteral27596055, /*hidden argument*/NULL); int32_t L_71 = V_1; if ((!(((uint32_t)L_71) == ((uint32_t)2)))) { goto IL_0237; } } { G_B35_0 = 1; goto IL_0238; } IL_0237: { G_B35_0 = 0; } IL_0238: { return (bool)G_B35_0; } } // System.Void DMCore.Framework.Resource.CUIPkgService::SetResToHoldOn(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_SetResToHoldOn_m61144827 (CUIPkgService_t1582475416 * __this, String_t* ___resName0, const RuntimeMethod* method) { CGUID_t2225809853 * V_0 = NULL; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___resName0; NullCheck(L_0); CGUID_t2225809853 * L_2 = CResInfoService_GetGUIDByPath_m4002444518(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CGUID_t2225809853 * L_3 = V_0; CUIPkgService_NativePreLoadAB_m3436173643(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CUIPkgService::NativePreLoadAB(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_NativePreLoadAB_m3436173643 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___guidVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_NativePreLoadAB_m3436173643_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResDependenceItem_t1512426590 * V_0 = NULL; int32_t V_1 = 0; CGUID_t2225809853 * V_2 = NULL; UIPkgItem_t2226003982 * V_3 = NULL; { CGUID_t2225809853 * L_0 = ___guidVal0; IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); bool L_1 = CGUID_IsValid_m2394183124(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000c; } } { return; } IL_000c: { Dictionary_2_t1759717005 * L_2 = __this->get_m_preLoadAB_6(); CGUID_t2225809853 * L_3 = ___guidVal0; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m3819757129(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m3819757129_RuntimeMethod_var); if (!L_4) { goto IL_001e; } } { return; } IL_001e: { CResDependenceService_t3767720809 * L_5 = CResDependenceService_GetInstance_m2029225595(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_6 = ___guidVal0; NullCheck(L_5); CResDependenceItem_t1512426590 * L_7 = CResDependenceService_FindDepdenceItem_m4127552042(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; CResDependenceItem_t1512426590 * L_8 = V_0; if (!L_8) { goto IL_0062; } } { CResDependenceItem_t1512426590 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = CResDependenceItem_GetCount_m2028492554(L_9, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_10))) { goto IL_0062; } } { V_1 = 0; goto IL_0056; } IL_0043: { CResDependenceItem_t1512426590 * L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); CGUID_t2225809853 * L_13 = CResDependenceItem_GetItemAlias_m3944042062(L_11, L_12, /*hidden argument*/NULL); V_2 = L_13; CGUID_t2225809853 * L_14 = V_2; CUIPkgService_NativePreLoadAB_m3436173643(__this, L_14, /*hidden argument*/NULL); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0056: { int32_t L_16 = V_1; CResDependenceItem_t1512426590 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = CResDependenceItem_GetCount_m2028492554(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0043; } } IL_0062: { CGUID_t2225809853 * L_19 = ___guidVal0; UIPkgItem_t2226003982 * L_20 = (UIPkgItem_t2226003982 *)il2cpp_codegen_object_new(UIPkgItem_t2226003982_il2cpp_TypeInfo_var); UIPkgItem__ctor_m333770686(L_20, L_19, /*hidden argument*/NULL); V_3 = L_20; Dictionary_2_t1759717005 * L_21 = __this->get_m_preLoadAB_6(); CGUID_t2225809853 * L_22 = ___guidVal0; UIPkgItem_t2226003982 * L_23 = V_3; NullCheck(L_21); Dictionary_2_Add_m164504696(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_Add_m164504696_RuntimeMethod_var); return; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfDone(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfDone_m451748375 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_IfDone_m451748375_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGUID_t2225809853 * V_0 = NULL; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___path0; NullCheck(L_0); CGUID_t2225809853 * L_2 = CResInfoService_GetGUIDByPath_m4002444518(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CGUID_t2225809853 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); bool L_4 = CGUID_IsValid_m2394183124(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { Dictionary_2_t1759717005 * L_5 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_6 = V_0; NullCheck(L_5); bool L_7 = Dictionary_2_ContainsKey_m3819757129(L_5, L_6, /*hidden argument*/Dictionary_2_ContainsKey_m3819757129_RuntimeMethod_var); return L_7; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::PushCache(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_PushCache_m2421388888 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_PushCache_m2421388888_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGUID_t2225809853 * V_0 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_CompareTo_m3414379165(L_2, _stringLiteral1651929780, /*hidden argument*/NULL); if (L_3) { goto IL_001d; } } IL_001b: { return (bool)1; } IL_001d: { CResInfoService_t2957775811 * L_4 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___path0; NullCheck(L_4); CGUID_t2225809853 * L_6 = CResInfoService_GetGUIDByPath_m4002444518(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; CGUID_t2225809853 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); bool L_8 = CGUID_IsValid_m2394183124(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0036; } } { return (bool)0; } IL_0036: { CGUID_t2225809853 * L_9 = V_0; CUIPkgService_PushCache_m3209660952(__this, L_9, (bool)1, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Resource.CUIPkgService::PushCache(DMCore.Framework.Misc.CGUID,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_PushCache_m3209660952 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___guid0, bool ___ifRoot1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_PushCache_m3209660952_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResDependenceItem_t1512426590 * V_0 = NULL; int32_t V_1 = 0; UIPkgItem_t2226003982 * V_2 = NULL; { CResDependenceService_t3767720809 * L_0 = CResDependenceService_GetInstance_m2029225595(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_1 = ___guid0; NullCheck(L_0); CResDependenceItem_t1512426590 * L_2 = CResDependenceService_FindDepdenceItem_m4127552042(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CResDependenceItem_t1512426590 * L_3 = V_0; if (!L_3) { goto IL_0043; } } { CResDependenceItem_t1512426590 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CResDependenceItem_GetCount_m2028492554(L_4, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_5))) { goto IL_0043; } } { V_1 = 0; goto IL_0037; } IL_0025: { CResDependenceItem_t1512426590 * L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); CGUID_t2225809853 * L_8 = CResDependenceItem_GetItemAlias_m3944042062(L_6, L_7, /*hidden argument*/NULL); CUIPkgService_PushCache_m3209660952(__this, L_8, (bool)0, /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0037: { int32_t L_10 = V_1; CResDependenceItem_t1512426590 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = CResDependenceItem_GetCount_m2028492554(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0025; } } IL_0043: { List_1_t3697884595 * L_13 = __this->get_m_listProtectedItem_9(); CGUID_t2225809853 * L_14 = ___guid0; NullCheck(L_13); bool L_15 = List_1_Contains_m1189865047(L_13, L_14, /*hidden argument*/List_1_Contains_m1189865047_RuntimeMethod_var); if (L_15) { goto IL_0060; } } { List_1_t3697884595 * L_16 = __this->get_m_listProtectedItem_9(); CGUID_t2225809853 * L_17 = ___guid0; NullCheck(L_16); List_1_Add_m158283125(L_16, L_17, /*hidden argument*/List_1_Add_m158283125_RuntimeMethod_var); } IL_0060: { V_2 = (UIPkgItem_t2226003982 *)NULL; Dictionary_2_t1759717005 * L_18 = __this->get_m_preLoadAB_6(); CGUID_t2225809853 * L_19 = ___guid0; NullCheck(L_18); bool L_20 = Dictionary_2_TryGetValue_m3086320419(L_18, L_19, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var); if (!L_20) { goto IL_007b; } } { UIPkgItem_t2226003982 * L_21 = V_2; if (L_21) { goto IL_00ae; } } IL_007b: { Dictionary_2_t1759717005 * L_22 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_23 = ___guid0; NullCheck(L_22); bool L_24 = Dictionary_2_TryGetValue_m3086320419(L_22, L_23, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var); if (!L_24) { goto IL_009a; } } { CGUID_t2225809853 * L_25 = ___guid0; CUIPkgService_AddRef_m1749962024(__this, L_25, /*hidden argument*/NULL); goto IL_00ae; } IL_009a: { CGUID_t2225809853 * L_26 = ___guid0; UIPkgItem_t2226003982 * L_27 = (UIPkgItem_t2226003982 *)il2cpp_codegen_object_new(UIPkgItem_t2226003982_il2cpp_TypeInfo_var); UIPkgItem__ctor_m333770686(L_27, L_26, /*hidden argument*/NULL); V_2 = L_27; Dictionary_2_t1759717005 * L_28 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_29 = ___guid0; UIPkgItem_t2226003982 * L_30 = V_2; NullCheck(L_28); Dictionary_2_Add_m164504696(L_28, L_29, L_30, /*hidden argument*/Dictionary_2_Add_m164504696_RuntimeMethod_var); } IL_00ae: { bool L_31 = ___ifRoot1; if (!L_31) { goto IL_00bb; } } { UIPkgItem_t2226003982 * L_32 = V_2; NullCheck(L_32); UIPkgItem_GetObject_m3120455674(L_32, /*hidden argument*/NULL); } IL_00bb: { return; } } // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CUIPkgService_Load_m2662465603 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_Load_m2662465603_MetadataUsageId); s_Il2CppMethodInitialized = true; } CGUID_t2225809853 * V_0 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1651929780, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { Object_t631007953 * L_2 = __this->get_m_fontCached_5(); return L_2; } IL_0017: { CResInfoService_t2957775811 * L_3 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = ___path0; NullCheck(L_3); CGUID_t2225809853 * L_5 = CResInfoService_GetGUIDByPath_m4002444518(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; CGUID_t2225809853 * L_6 = V_0; Object_t631007953 * L_7 = CUIPkgService_Load_m755298511(__this, L_6, /*hidden argument*/NULL); return L_7; } } // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService::Load(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CUIPkgService_Load_m755298511 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_Load_m755298511_MetadataUsageId); s_Il2CppMethodInitialized = true; } Object_t631007953 * V_0 = NULL; UIPkgItem_t2226003982 * V_1 = NULL; UIPkgItem_t2226003982 * V_2 = NULL; { V_0 = (Object_t631007953 *)NULL; V_1 = (UIPkgItem_t2226003982 *)NULL; V_2 = (UIPkgItem_t2226003982 *)NULL; Dictionary_2_t1759717005 * L_0 = __this->get_m_preLoadAB_6(); CGUID_t2225809853 * L_1 = ___id0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3086320419(L_0, L_1, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var); if (!L_2) { goto IL_0026; } } { UIPkgItem_t2226003982 * L_3 = V_2; if (!L_3) { goto IL_0026; } } { UIPkgItem_t2226003982 * L_4 = V_2; NullCheck(L_4); Object_t631007953 * L_5 = UIPkgItem_GetObject_m3120455674(L_4, /*hidden argument*/NULL); return L_5; } IL_0026: { Dictionary_2_t1759717005 * L_6 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_7 = ___id0; NullCheck(L_6); bool L_8 = Dictionary_2_TryGetValue_m3086320419(L_6, L_7, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var); if (!L_8) { goto IL_004c; } } { CGUID_t2225809853 * L_9 = ___id0; CUIPkgService_AddRef_m1749962024(__this, L_9, /*hidden argument*/NULL); UIPkgItem_t2226003982 * L_10 = V_1; NullCheck(L_10); Object_t631007953 * L_11 = UIPkgItem_GetObject_m3120455674(L_10, /*hidden argument*/NULL); V_0 = L_11; goto IL_006d; } IL_004c: { CGUID_t2225809853 * L_12 = ___id0; CUIPkgService_AddRef_m1749962024(__this, L_12, /*hidden argument*/NULL); Dictionary_2_t1759717005 * L_13 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_14 = ___id0; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m3086320419(L_13, L_14, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var); if (!L_15) { goto IL_006d; } } { UIPkgItem_t2226003982 * L_16 = V_1; NullCheck(L_16); Object_t631007953 * L_17 = UIPkgItem_GetObject_m3120455674(L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_006d: { Object_t631007953 * L_18 = V_0; return L_18; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::UnLoad(System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_UnLoad_m10825210 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method) { CGUID_t2225809853 * V_0 = NULL; { CResInfoService_t2957775811 * L_0 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___path0; NullCheck(L_0); CGUID_t2225809853 * L_2 = CResInfoService_GetGUIDByPath_m4002444518(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CGUID_t2225809853 * L_3 = V_0; bool L_4 = CUIPkgService_UnLoad_m4130547942(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::UnLoad(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_UnLoad_m4130547942 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_UnLoad_m4130547942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGUID_t2225809853 * L_0 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); bool L_1 = CGUID_IsValid_m2394183124(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { CGUID_t2225809853 * L_2 = ___id0; CUIPkgService_Release_m3262367841(__this, L_2, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Resource.CUIPkgService::PushProtectedPath(System.String) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_PushProtectedPath_m3385204452 (CUIPkgService_t1582475416 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_PushProtectedPath_m3385204452_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = __this->get_m_listProtectedFloder_8(); String_t* L_1 = ___path0; NullCheck(L_0); bool L_2 = List_1_Contains_m3852460914(L_0, L_1, /*hidden argument*/List_1_Contains_m3852460914_RuntimeMethod_var); if (L_2) { goto IL_001d; } } { List_1_t3319525431 * L_3 = __this->get_m_listProtectedFloder_8(); String_t* L_4 = ___path0; NullCheck(L_3); List_1_Add_m1685793073(L_3, L_4, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_001d: { return; } } // System.Void DMCore.Framework.Resource.CUIPkgService::ClearProtectedPath() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_ClearProtectedPath_m823762498 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_ClearProtectedPath_m823762498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = __this->get_m_listProtectedFloder_8(); NullCheck(L_0); List_1_Clear_m2548850424(L_0, /*hidden argument*/List_1_Clear_m2548850424_RuntimeMethod_var); List_1_t3697884595 * L_1 = __this->get_m_listProtectedItem_9(); NullCheck(L_1); List_1_Clear_m1230384389(L_1, /*hidden argument*/List_1_Clear_m1230384389_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Resource.CUIPkgService::UnLoadAll() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_UnLoadAll_m2388588780 (CUIPkgService_t1582475416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_UnLoadAll_m2388588780_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_t3713899780 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t4157389172 V_2; memset(&V_2, 0, sizeof(V_2)); String_t* V_3 = NULL; KeyValuePair_2_t4157389172 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; KeyValuePair_2_t4157389172 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t V_7 = 0; { BetterList_1_t1380830171 * L_0 = __this->get_m_listDelCache_7(); NullCheck(L_0); BetterList_1_Clear_m510068740(L_0, /*hidden argument*/BetterList_1_Clear_m510068740_RuntimeMethod_var); V_0 = (bool)0; Dictionary_2_t1759717005 * L_1 = __this->get_m_SourceAll_10(); NullCheck(L_1); Enumerator_t3713899780 L_2 = Dictionary_2_GetEnumerator_m753199307(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m753199307_RuntimeMethod_var); V_1 = L_2; goto IL_00f4; } IL_001e: { List_1_t3697884595 * L_3 = __this->get_m_listProtectedItem_9(); KeyValuePair_2_t4157389172 L_4 = Enumerator_get_Current_m1880664885((&V_1), /*hidden argument*/Enumerator_get_Current_m1880664885_RuntimeMethod_var); V_2 = L_4; CGUID_t2225809853 * L_5 = KeyValuePair_2_get_Key_m284988412((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m284988412_RuntimeMethod_var); NullCheck(L_3); bool L_6 = List_1_Contains_m1189865047(L_3, L_5, /*hidden argument*/List_1_Contains_m1189865047_RuntimeMethod_var); if (!L_6) { goto IL_0042; } } { goto IL_00f4; } IL_0042: { CResInfoService_t2957775811 * L_7 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); KeyValuePair_2_t4157389172 L_8 = Enumerator_get_Current_m1880664885((&V_1), /*hidden argument*/Enumerator_get_Current_m1880664885_RuntimeMethod_var); V_4 = L_8; CGUID_t2225809853 * L_9 = KeyValuePair_2_get_Key_m284988412((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m284988412_RuntimeMethod_var); NullCheck(L_7); String_t* L_10 = CResInfoService_GetResPathByGUID_m655574688(L_7, L_9, /*hidden argument*/NULL); V_3 = L_10; String_t* L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_006d; } } { goto IL_00f4; } IL_006d: { String_t* L_13 = V_3; NullCheck(L_13); bool L_14 = String_StartsWith_m1759067526(L_13, _stringLiteral3637492743, /*hidden argument*/NULL); if (L_14) { goto IL_008d; } } { String_t* L_15 = V_3; NullCheck(L_15); bool L_16 = String_StartsWith_m1759067526(L_15, _stringLiteral2090943999, /*hidden argument*/NULL); if (!L_16) { goto IL_0092; } } IL_008d: { goto IL_00f4; } IL_0092: { V_0 = (bool)1; V_5 = 0; goto IL_00c1; } IL_009c: { String_t* L_17 = V_3; List_1_t3319525431 * L_18 = __this->get_m_listProtectedFloder_8(); int32_t L_19 = V_5; NullCheck(L_18); String_t* L_20 = List_1_get_Item_m3729392029(L_18, L_19, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); NullCheck(L_17); bool L_21 = String_StartsWith_m1759067526(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00bb; } } { V_0 = (bool)0; goto IL_00d3; } IL_00bb: { int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_00c1: { int32_t L_23 = V_5; List_1_t3319525431 * L_24 = __this->get_m_listProtectedFloder_8(); NullCheck(L_24); int32_t L_25 = List_1_get_Count_m2276455407(L_24, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_009c; } } IL_00d3: { bool L_26 = V_0; if (!L_26) { goto IL_00f4; } } { BetterList_1_t1380830171 * L_27 = __this->get_m_listDelCache_7(); KeyValuePair_2_t4157389172 L_28 = Enumerator_get_Current_m1880664885((&V_1), /*hidden argument*/Enumerator_get_Current_m1880664885_RuntimeMethod_var); V_6 = L_28; CGUID_t2225809853 * L_29 = KeyValuePair_2_get_Key_m284988412((&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m284988412_RuntimeMethod_var); NullCheck(L_27); BetterList_1_Add_m471470218(L_27, L_29, /*hidden argument*/BetterList_1_Add_m471470218_RuntimeMethod_var); } IL_00f4: { bool L_30 = Enumerator_MoveNext_m701758901((&V_1), /*hidden argument*/Enumerator_MoveNext_m701758901_RuntimeMethod_var); if (L_30) { goto IL_001e; } } { V_7 = 0; goto IL_0144; } IL_0108: { Dictionary_2_t1759717005 * L_31 = __this->get_m_SourceAll_10(); BetterList_1_t1380830171 * L_32 = __this->get_m_listDelCache_7(); int32_t L_33 = V_7; NullCheck(L_32); CGUID_t2225809853 * L_34 = BetterList_1_get_Item_m3985377797(L_32, L_33, /*hidden argument*/BetterList_1_get_Item_m3985377797_RuntimeMethod_var); NullCheck(L_31); UIPkgItem_t2226003982 * L_35 = Dictionary_2_get_Item_m4111828752(L_31, L_34, /*hidden argument*/Dictionary_2_get_Item_m4111828752_RuntimeMethod_var); NullCheck(L_35); UIPkgItem_ForceDestroy_m1770933531(L_35, /*hidden argument*/NULL); Dictionary_2_t1759717005 * L_36 = __this->get_m_SourceAll_10(); BetterList_1_t1380830171 * L_37 = __this->get_m_listDelCache_7(); int32_t L_38 = V_7; NullCheck(L_37); CGUID_t2225809853 * L_39 = BetterList_1_get_Item_m3985377797(L_37, L_38, /*hidden argument*/BetterList_1_get_Item_m3985377797_RuntimeMethod_var); NullCheck(L_36); Dictionary_2_Remove_m2369393969(L_36, L_39, /*hidden argument*/Dictionary_2_Remove_m2369393969_RuntimeMethod_var); int32_t L_40 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0144: { int32_t L_41 = V_7; BetterList_1_t1380830171 * L_42 = __this->get_m_listDelCache_7(); NullCheck(L_42); int32_t L_43 = L_42->get_size_1(); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_0108; } } { BetterList_1_t1380830171 * L_44 = __this->get_m_listDelCache_7(); NullCheck(L_44); BetterList_1_Clear_m510068740(L_44, /*hidden argument*/BetterList_1_Clear_m510068740_RuntimeMethod_var); return; } } // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService::LoadAB(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * CUIPkgService_LoadAB_m3040764350 (RuntimeObject * __this /* static, unused */, CGUID_t2225809853 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_LoadAB_m3040764350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CGUID_t2225809853 * L_0 = ___id0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); AssetBundle_t1153907252 * L_2 = CUIPkgService_LoadAB_m1911460452(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService::LoadAB(System.String) extern "C" IL2CPP_METHOD_ATTR AssetBundle_t1153907252 * CUIPkgService_LoadAB_m1911460452 (RuntimeObject * __this /* static, unused */, String_t* ___strPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_LoadAB_m1911460452_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* V_1 = NULL; Exception_t * V_2 = NULL; AssetBundle_t1153907252 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___strPath0; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); String_t* L_1 = CUIPkgService_GetPath_m3771124676(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = CUIPkgService_AllocMemory_m59595597(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; if (!L_3) { goto IL_001a; } } { ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_005d; } } IL_001a: { String_t* L_5 = ___strPath0; String_t* L_6 = CPluginCallAdapter_DoPluginGetFunc_m454277589(NULL /*static, unused*/, _stringLiteral3127056048, L_5, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; 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_0033; } } { return (AssetBundle_t1153907252 *)NULL; } IL_0033: try { // begin try (depth: 1) String_t* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_10 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_005d; } // 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_003f; throw e; } CATCH_003f: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); V_0 = (ByteU5BU5D_t4116647657*)NULL; String_t* L_11 = ___strPath0; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); String_t* L_12 = CUIPkgService_GetPath_m3771124676(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); Exception_t * L_13 = V_2; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_13); Debug_LogError_m2850623458(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); goto IL_005d; } // end catch (depth: 1) IL_005d: { ByteU5BU5D_t4116647657* L_15 = V_0; if (!L_15) { goto IL_006b; } } { ByteU5BU5D_t4116647657* L_16 = V_0; NullCheck(L_16); if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))) { goto IL_006d; } } IL_006b: { return (AssetBundle_t1153907252 *)NULL; } IL_006d: { V_3 = (AssetBundle_t1153907252 *)NULL; } IL_006f: try { // begin try (depth: 1) try { // begin try (depth: 2) ByteU5BU5D_t4116647657* L_17 = V_0; AssetBundle_t1153907252 * L_18 = AssetBundle_LoadFromMemory_m4030851973(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_3 = L_18; IL2CPP_LEAVE(0x86, FINALLY_0083); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007b; throw e; } CATCH_007b: { // begin catch(System.Object) V_3 = (AssetBundle_t1153907252 *)NULL; IL2CPP_LEAVE(0x86, FINALLY_0083); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0083; } FINALLY_0083: { // begin finally (depth: 1) V_0 = (ByteU5BU5D_t4116647657*)NULL; IL2CPP_END_FINALLY(131) } // end finally (depth: 1) IL2CPP_CLEANUP(131) { IL2CPP_JUMP_TBL(0x86, IL_0086) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0086: { AssetBundle_t1153907252 * L_19 = V_3; return L_19; } } // System.Byte[] DMCore.Framework.Resource.CUIPkgService::AllocMemory(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CUIPkgService_AllocMemory_m59595597 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_AllocMemory_m59595597_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_t4292183065 * V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { String_t* L_2 = ___path0; bool L_3 = File_Exists_m3943585060(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0018; } } IL_0016: { return (ByteU5BU5D_t4116647657*)NULL; } IL_0018: try { // begin try (depth: 1) { String_t* L_4 = ___path0; FileStream_t4292183065 * L_5 = File_OpenRead_m2936789020(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; FileStream_t4292183065 * L_6 = V_0; NullCheck(L_6); int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_6); V_1 = (((int32_t)((int32_t)L_7))); int32_t L_8 = V_1; if ((((int32_t)0) < ((int32_t)L_8))) { goto IL_003b; } } IL_002e: { FileStream_t4292183065 * L_9 = V_0; NullCheck(L_9); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_9); V_2 = (ByteU5BU5D_t4116647657*)NULL; goto IL_008f; } IL_003b: { V_3 = (ByteU5BU5D_t4116647657*)NULL; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); int32_t L_10 = ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->get_s_MemorySize_0(); int32_t L_11 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))) < ((int32_t)L_11))) { goto IL_0067; } } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_12 = ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->get_s_memoryCache_1(); V_3 = L_12; FileStream_t4292183065 * L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = V_3; int32_t L_15 = V_1; NullCheck(L_13); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, L_15); ByteU5BU5D_t4116647657* L_16 = ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->get_s_memoryCache_1(); int32_t L_17 = V_1; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint8_t)0); goto IL_0078; } IL_0067: { int32_t L_18 = V_1; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_18)); FileStream_t4292183065 * L_19 = V_0; ByteU5BU5D_t4116647657* L_20 = V_3; int32_t L_21 = V_1; NullCheck(L_19); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_19, L_20, 0, L_21); } IL_0078: { FileStream_t4292183065 * L_22 = V_0; NullCheck(L_22); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_22); V_0 = (FileStream_t4292183065 *)NULL; ByteU5BU5D_t4116647657* L_23 = V_3; V_2 = L_23; goto IL_008f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0087; throw e; } CATCH_0087: { // begin catch(System.Object) V_2 = (ByteU5BU5D_t4116647657*)NULL; goto IL_008f; } // end catch (depth: 1) IL_008f: { ByteU5BU5D_t4116647657* L_24 = V_2; return L_24; } } // System.Void DMCore.Framework.Resource.CUIPkgService::AddRef(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_AddRef_m1749962024 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_AddRef_m1749962024_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResDependenceItem_t1512426590 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; UIPkgItem_t2226003982 * V_3 = NULL; { CResDependenceService_t3767720809 * L_0 = CResDependenceService_GetInstance_m2029225595(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_1 = ___id0; NullCheck(L_0); CResDependenceItem_t1512426590 * L_2 = CResDependenceService_FindDepdenceItem_m4127552042(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CResDependenceItem_t1512426590 * L_3 = V_0; if (!L_3) { goto IL_0041; } } { V_1 = 0; goto IL_0035; } IL_0019: { CResDependenceItem_t1512426590 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CResDependenceItem_GetCount_m2028492554(L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), (int32_t)1)); CResDependenceItem_t1512426590 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); CGUID_t2225809853 * L_9 = CResDependenceItem_GetItemAlias_m3944042062(L_7, L_8, /*hidden argument*/NULL); CUIPkgService_AddRef_m1749962024(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { int32_t L_11 = V_1; CResDependenceItem_t1512426590 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = CResDependenceItem_GetCount_m2028492554(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0019; } } IL_0041: { Dictionary_2_t1759717005 * L_14 = __this->get_m_preLoadAB_6(); CGUID_t2225809853 * L_15 = ___id0; NullCheck(L_14); bool L_16 = Dictionary_2_ContainsKey_m3819757129(L_14, L_15, /*hidden argument*/Dictionary_2_ContainsKey_m3819757129_RuntimeMethod_var); if (!L_16) { goto IL_0053; } } { return; } IL_0053: { V_3 = (UIPkgItem_t2226003982 *)NULL; Dictionary_2_t1759717005 * L_17 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_18 = ___id0; NullCheck(L_17); bool L_19 = Dictionary_2_TryGetValue_m3086320419(L_17, L_18, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var); if (L_19) { goto IL_0081; } } { CGUID_t2225809853 * L_20 = ___id0; UIPkgItem_t2226003982 * L_21 = (UIPkgItem_t2226003982 *)il2cpp_codegen_object_new(UIPkgItem_t2226003982_il2cpp_TypeInfo_var); UIPkgItem__ctor_m333770686(L_21, L_20, /*hidden argument*/NULL); V_3 = L_21; Dictionary_2_t1759717005 * L_22 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_23 = ___id0; UIPkgItem_t2226003982 * L_24 = V_3; NullCheck(L_22); Dictionary_2_Add_m164504696(L_22, L_23, L_24, /*hidden argument*/Dictionary_2_Add_m164504696_RuntimeMethod_var); goto IL_0088; } IL_0081: { UIPkgItem_t2226003982 * L_25 = V_3; NullCheck(L_25); UIPkgItem_AddRef_m428441896(L_25, /*hidden argument*/NULL); } IL_0088: { return; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService::Release(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_Release_m3262367841 (CUIPkgService_t1582475416 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_Release_m3262367841_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResDependenceItem_t1512426590 * V_0 = NULL; int32_t V_1 = 0; UIPkgItem_t2226003982 * V_2 = NULL; { CResDependenceService_t3767720809 * L_0 = CResDependenceService_GetInstance_m2029225595(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_1 = ___id0; NullCheck(L_0); CResDependenceItem_t1512426590 * L_2 = CResDependenceService_FindDepdenceItem_m4127552042(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CResDependenceItem_t1512426590 * L_3 = V_0; if (!L_3) { goto IL_0037; } } { V_1 = 0; goto IL_002b; } IL_0019: { CResDependenceItem_t1512426590 * L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); CGUID_t2225809853 * L_6 = CResDependenceItem_GetItemAlias_m3944042062(L_4, L_5, /*hidden argument*/NULL); CUIPkgService_Release_m3262367841(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002b: { int32_t L_8 = V_1; CResDependenceItem_t1512426590 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = CResDependenceItem_GetCount_m2028492554(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0019; } } IL_0037: { V_2 = (UIPkgItem_t2226003982 *)NULL; Dictionary_2_t1759717005 * L_11 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_12 = ___id0; NullCheck(L_11); bool L_13 = Dictionary_2_TryGetValue_m3086320419(L_11, L_12, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m3086320419_RuntimeMethod_var); if (!L_13) { goto IL_006c; } } { UIPkgItem_t2226003982 * L_14 = V_2; NullCheck(L_14); UIPkgItem_Release_m598213588(L_14, /*hidden argument*/NULL); UIPkgItem_t2226003982 * L_15 = V_2; NullCheck(L_15); bool L_16 = UIPkgItem_TryDestroy_m843435568(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_006a; } } { Dictionary_2_t1759717005 * L_17 = __this->get_m_SourceAll_10(); CGUID_t2225809853 * L_18 = ___id0; NullCheck(L_17); Dictionary_2_Remove_m2369393969(L_17, L_18, /*hidden argument*/Dictionary_2_Remove_m2369393969_RuntimeMethod_var); } IL_006a: { return (bool)1; } IL_006c: { return (bool)0; } } // System.String DMCore.Framework.Resource.CUIPkgService::GetPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CUIPkgService_GetPath_m3771124676 (RuntimeObject * __this /* static, unused */, String_t* ___itemPathName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService_GetPath_m3771124676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_0 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___itemPathName0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, L_0, _stringLiteral2407183982, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void DMCore.Framework.Resource.CUIPkgService::.cctor() extern "C" IL2CPP_METHOD_ATTR void CUIPkgService__cctor_m3575304362 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIPkgService__cctor_m3575304362_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->set_s_MemorySize_0(((int32_t)1048576)); int32_t L_0 = ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->get_s_MemorySize_0(); ((CUIPkgService_t1582475416_StaticFields*)il2cpp_codegen_static_fields_for(CUIPkgService_t1582475416_il2cpp_TypeInfo_var))->set_s_memoryCache_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)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.Framework.Resource.CUIPkgService/UIPkgItem::.ctor(DMCore.Framework.Misc.CGUID) extern "C" IL2CPP_METHOD_ATTR void UIPkgItem__ctor_m333770686 (UIPkgItem_t2226003982 * __this, CGUID_t2225809853 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPkgItem__ctor_m333770686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID_t2225809853 * L_0 = ((CGUID_t2225809853_StaticFields*)il2cpp_codegen_static_fields_for(CGUID_t2225809853_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_m_id_0(L_0); __this->set_m_refCount_3(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); CGUID_t2225809853 * L_1 = ___id0; __this->set_m_id_0(L_1); UIPkgItem_DoLoadAB_m54031618(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem__ctor_m1509302332 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPkgItem__ctor_m1509302332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGUID_t2225809853_il2cpp_TypeInfo_var); CGUID_t2225809853 * L_0 = ((CGUID_t2225809853_StaticFields*)il2cpp_codegen_static_fields_for(CGUID_t2225809853_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_m_id_0(L_0); __this->set_m_refCount_3(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService/UIPkgItem::GetObject() extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * UIPkgItem_GetObject_m3120455674 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPkgItem_GetObject_m3120455674_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object_t631007953 * L_0 = __this->get_m_object_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { Object_t631007953 * L_2 = __this->get_m_object_1(); return L_2; } IL_0018: { UIPkgItem_DoLoadAB_m54031618(__this, /*hidden argument*/NULL); AssetBundle_t1153907252 * L_3 = __this->get_m_ab_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0047; } } { AssetBundle_t1153907252 * L_5 = __this->get_m_ab_2(); NullCheck(L_5); Object_t631007953 * L_6 = AssetBundle_get_mainAsset_m3618036553(L_5, /*hidden argument*/NULL); __this->set_m_object_1(L_6); Object_t631007953 * L_7 = __this->get_m_object_1(); return L_7; } IL_0047: { return (Object_t631007953 *)NULL; } } // System.Boolean DMCore.Framework.Resource.CUIPkgService/UIPkgItem::TryDestroy() extern "C" IL2CPP_METHOD_ATTR bool UIPkgItem_TryDestroy_m843435568 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_refCount_3(); if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_000e; } } { return (bool)0; } IL_000e: { __this->set_m_refCount_3(0); UIPkgItem_ForceDestroy_m1770933531(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::UnLoadAb() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_UnLoadAb_m950930346 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPkgItem_UnLoadAb_m950930346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AssetBundle_t1153907252 * L_0 = __this->get_m_ab_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { AssetBundle_t1153907252 * L_2 = __this->get_m_ab_2(); NullCheck(L_2); AssetBundle_Unload_m2234810374(L_2, (bool)1, /*hidden argument*/NULL); __this->set_m_ab_2((AssetBundle_t1153907252 *)NULL); } IL_0024: { return; } } // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::ForceDestroy() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_ForceDestroy_m1770933531 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPkgItem_ForceDestroy_m1770933531_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UIPkgItem_UnLoadAb_m950930346(__this, /*hidden argument*/NULL); Object_t631007953 * L_0 = __this->get_m_object_1(); 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_002a; } } { Object_t631007953 * L_2 = __this->get_m_object_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m2288369078(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); __this->set_m_object_1((Object_t631007953 *)NULL); } IL_002a: { __this->set_m_refCount_3(0); return; } } // System.Int32 DMCore.Framework.Resource.CUIPkgService/UIPkgItem::AddRef() extern "C" IL2CPP_METHOD_ATTR int32_t UIPkgItem_AddRef_m428441896 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_refCount_3(); __this->set_m_refCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_m_refCount_3(); return L_1; } } // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::Release() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_Release_m598213588 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_refCount_3(); __this->set_m_refCount_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); return; } } // System.Void DMCore.Framework.Resource.CUIPkgService/UIPkgItem::DoLoadAB() extern "C" IL2CPP_METHOD_ATTR void UIPkgItem_DoLoadAB_m54031618 (UIPkgItem_t2226003982 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPkgItem_DoLoadAB_m54031618_MetadataUsageId); s_Il2CppMethodInitialized = true; } CResInfo_t965999607 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; UIAtlas_t3195533529 * V_2 = NULL; UIAtlas_t3195533529 * G_B9_0 = NULL; { AssetBundle_t1153907252 * L_0 = __this->get_m_ab_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_00e1; } } { CGUID_t2225809853 * L_2 = __this->get_m_id_0(); IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); AssetBundle_t1153907252 * L_3 = CUIPkgService_LoadAB_m3040764350(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_m_ab_2(L_3); int32_t L_4 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_00e1; } } { int32_t L_5 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)8))) { goto IL_00e1; } } { CResInfoService_t2957775811 * L_6 = CResInfoService_GetInstance_m2195186706(NULL /*static, unused*/, /*hidden argument*/NULL); CGUID_t2225809853 * L_7 = __this->get_m_id_0(); NullCheck(L_6); CResInfo_t965999607 * L_8 = CResInfoService_GetInfoByGUID_m2875785825(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; CResInfo_t965999607 * L_9 = V_0; if (!L_9) { goto IL_00e1; } } { CResInfo_t965999607 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CResInfo_GetResType_m2369583635(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)102))))) { goto IL_00e1; } } { Object_t631007953 * L_12 = __this->get_m_object_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00e1; } } { AssetBundle_t1153907252 * L_14 = __this->get_m_ab_2(); NullCheck(L_14); Object_t631007953 * L_15 = AssetBundle_get_mainAsset_m3618036553(L_14, /*hidden argument*/NULL); __this->set_m_object_1(L_15); Object_t631007953 * L_16 = __this->get_m_object_1(); V_1 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_16, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00a2; } } { GameObject_t1113636619 * L_19 = V_1; NullCheck(L_19); UIAtlas_t3195533529 * L_20 = GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(L_19, /*hidden argument*/GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var); G_B9_0 = L_20; goto IL_00a3; } IL_00a2: { G_B9_0 = ((UIAtlas_t3195533529 *)(NULL)); } IL_00a3: { V_2 = G_B9_0; UIAtlas_t3195533529 * L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00e1; } } { UIAtlas_t3195533529 * L_23 = V_2; NullCheck(L_23); Material_t340375123 * L_24 = UIAtlas_get_spriteMaterial_m3532664059(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e1; } } { UIAtlas_t3195533529 * L_26 = V_2; NullCheck(L_26); Material_t340375123 * L_27 = UIAtlas_get_spriteMaterial_m3532664059(L_26, /*hidden argument*/NULL); UIAtlas_t3195533529 * L_28 = V_2; NullCheck(L_28); Material_t340375123 * L_29 = UIAtlas_get_spriteMaterial_m3532664059(L_28, /*hidden argument*/NULL); NullCheck(L_29); Shader_t4151988712 * L_30 = Material_get_shader_m1331119247(L_29, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31 = Object_get_name_m4211327027(L_30, /*hidden argument*/NULL); Shader_t4151988712 * L_32 = Shader_Find_m2092206247(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_27); Material_set_shader_m1402562841(L_27, L_32, /*hidden argument*/NULL); } IL_00e1: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Resource.IResHelp::.ctor() extern "C" IL2CPP_METHOD_ATTR void IResHelp__ctor_m1794754904 (IResHelp_t377823252 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp__ctor_m1794754904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t2736202052 * L_0 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_0, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); __this->set_m_dicProtectedRes_0(L_0); __this->set_m_bHighMode_1((bool)0); return; } } // DMCore.Framework.Resource.IResHelp DMCore.Framework.Resource.IResHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResHelp_t377823252 * IResHelp_GetInstance_m2776387326 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_GetInstance_m2776387326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IResHelp_t377823252 * L_0 = ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { IResHelp_t377823252 * L_1 = ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { IResHelp_t377823252 * L_2 = (IResHelp_t377823252 *)il2cpp_codegen_object_new(IResHelp_t377823252_il2cpp_TypeInfo_var); IResHelp__ctor_m1794754904(L_2, /*hidden argument*/NULL); ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); IResHelp_t377823252 * L_3 = ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Void DMCore.Framework.Resource.IResHelp::BeginHighMode() extern "C" IL2CPP_METHOD_ATTR void IResHelp_BeginHighMode_m3683702927 (IResHelp_t377823252 * __this, const RuntimeMethod* method) { { __this->set_m_bHighMode_1((bool)1); return; } } // System.Void DMCore.Framework.Resource.IResHelp::EndHighMode() extern "C" IL2CPP_METHOD_ATTR void IResHelp_EndHighMode_m2602551513 (IResHelp_t377823252 * __this, const RuntimeMethod* method) { { __this->set_m_bHighMode_1((bool)0); return; } } // System.Boolean DMCore.Framework.Resource.IResHelp::IfHighMode() extern "C" IL2CPP_METHOD_ATTR bool IResHelp_IfHighMode_m1754236363 (IResHelp_t377823252 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bHighMode_1(); return L_0; } } // System.Void DMCore.Framework.Resource.IResHelp::PushProtecedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResHelp_PushProtecedRes_m722630879 (IResHelp_t377823252 * __this, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_PushProtecedRes_m722630879_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___resName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { String_t* L_2 = ___resName0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t2736202052 * L_4 = __this->get_m_dicProtectedRes_0(); String_t* L_5 = V_0; NullCheck(L_4); bool L_6 = Dictionary_2_ContainsKey_m229264953(L_4, L_5, /*hidden argument*/Dictionary_2_ContainsKey_m229264953_RuntimeMethod_var); if (L_6) { goto IL_0031; } } { Dictionary_2_t2736202052 * L_7 = __this->get_m_dicProtectedRes_0(); String_t* L_8 = V_0; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, L_8, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); } IL_0031: { return; } } // System.Void DMCore.Framework.Resource.IResHelp::ClearAllProtectedRes() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllProtectedRes_m2887695512 (IResHelp_t377823252 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_ClearAllProtectedRes_m2887695512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2736202052 * L_0 = __this->get_m_dicProtectedRes_0(); NullCheck(L_0); Dictionary_2_Clear_m311915619(L_0, /*hidden argument*/Dictionary_2_Clear_m311915619_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Resource.IResHelp::ClearProtectedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearProtectedRes_m994482145 (IResHelp_t377823252 * __this, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_ClearProtectedRes_m994482145_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___resName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { String_t* L_2 = ___resName0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t2736202052 * L_4 = __this->get_m_dicProtectedRes_0(); String_t* L_5 = V_0; NullCheck(L_4); bool L_6 = Dictionary_2_ContainsKey_m229264953(L_4, L_5, /*hidden argument*/Dictionary_2_ContainsKey_m229264953_RuntimeMethod_var); if (!L_6) { goto IL_0031; } } { Dictionary_2_t2736202052 * L_7 = __this->get_m_dicProtectedRes_0(); String_t* L_8 = V_0; NullCheck(L_7); Dictionary_2_Remove_m2305447852(L_7, L_8, /*hidden argument*/Dictionary_2_Remove_m2305447852_RuntimeMethod_var); } IL_0031: { return; } } // System.Boolean DMCore.Framework.Resource.IResHelp::IfProtectedRes(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResHelp_IfProtectedRes_m3617285344 (IResHelp_t377823252 * __this, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_IfProtectedRes_m3617285344_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; { String_t* L_0 = ___resName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_2 = ___resName0; NullCheck(L_2); String_t* L_3 = String_ToLower_m2029374922(L_2, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t2736202052 * L_4 = __this->get_m_dicProtectedRes_0(); String_t* L_5 = V_0; NullCheck(L_4); bool L_6 = Dictionary_2_ContainsKey_m229264953(L_4, L_5, /*hidden argument*/Dictionary_2_ContainsKey_m229264953_RuntimeMethod_var); V_1 = L_6; bool L_7 = V_1; return L_7; } } // System.Void DMCore.Framework.Resource.IResHelp::PushCache(System.String) extern "C" IL2CPP_METHOD_ATTR void IResHelp_PushCache_m1948052935 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_PushCache_m1948052935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_0 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_1 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ___resName0; NullCheck(L_1); bool L_3 = CUIPkgService_PushCache_m2421388888(L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } IL_001a: { IResourceManager_t3165642952 * L_4 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___resName0; NullCheck(L_4); IResourceManager_CreateResource_m1279813597(L_4, L_5, (bool)0, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Boolean DMCore.Framework.Resource.IResHelp::_FunPathDanceAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResHelp__FunPathDanceAnim_m180543390 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp__FunPathDanceAnim_m180543390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___resName0; NullCheck(L_0); bool L_1 = String_StartsWith_m1759067526(L_0, _stringLiteral2128293236, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Framework.Resource.IResHelp::_FunPathDanceCamera(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResHelp__FunPathDanceCamera_m2753716925 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp__FunPathDanceCamera_m2753716925_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___resName0; NullCheck(L_0); bool L_1 = String_StartsWith_m1759067526(L_0, _stringLiteral4186689747, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Framework.Resource.IResHelp::_FunPathAvatar(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResHelp__FunPathAvatar_m3023652776 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp__FunPathAvatar_m3023652776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___resName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { String_t* L_2 = ___resName0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)((int32_t)10)) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { String_t* L_4 = ___resName0; NullCheck(L_4); bool L_5 = String_StartsWith_m1759067526(L_4, _stringLiteral1105847421, /*hidden argument*/NULL); if (!L_5) { goto IL_003c; } } { String_t* L_6 = ___resName0; NullCheck(L_6); bool L_7 = String_EndsWith_m1901926500(L_6, _stringLiteral416089526, /*hidden argument*/NULL); if (L_7) { goto IL_003c; } } { return (bool)1; } IL_003c: { return (bool)0; } } // System.Boolean DMCore.Framework.Resource.IResHelp::_FunPathModelItemIcon(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResHelp__FunPathModelItemIcon_m2937559068 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp__FunPathModelItemIcon_m2937559068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___resName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { String_t* L_2 = ___resName0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)((int32_t)10)) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { String_t* L_4 = ___resName0; NullCheck(L_4); bool L_5 = String_StartsWith_m1759067526(L_4, _stringLiteral1105847421, /*hidden argument*/NULL); if (!L_5) { goto IL_003a; } } { String_t* L_6 = ___resName0; NullCheck(L_6); bool L_7 = String_EndsWith_m1901926500(L_6, _stringLiteral416089526, /*hidden argument*/NULL); if (L_7) { goto IL_004a; } } IL_003a: { String_t* L_8 = ___resName0; NullCheck(L_8); bool L_9 = String_Contains_m1147431944(L_8, _stringLiteral2576991880, /*hidden argument*/NULL); if (!L_9) { goto IL_004c; } } IL_004a: { return (bool)1; } IL_004c: { return (bool)0; } } // System.Void DMCore.Framework.Resource.IResHelp::ClearAllAvatarResource() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllAvatarResource_m1568240468 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_ClearAllAvatarResource_m1568240468_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneBaseObj_t858622483 * V_1 = NULL; IResourceManager_t3165642952 * G_B7_0 = NULL; IResourceManager_t3165642952 * G_B6_0 = NULL; { CResourceAdapter_t3687212940 * L_0 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { V_0 = 0; V_1 = (ISceneBaseObj_t858622483 *)NULL; goto IL_001f; } IL_0019: { ISceneBaseObj_t858622483 * L_2 = V_1; NullCheck(L_2); VirtActionInvoker0::Invoke(10 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::HoldResources() */, L_2); } IL_001f: { CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = V_0; int32_t L_5 = L_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); ISceneBaseObj_t858622483 * L_6 = CSceneService_GetRoleObj_m3880305570(L_3, L_5, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_7 = L_6; V_1 = L_7; if (L_7) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_8 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_9 = ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_3(); G_B6_0 = L_8; if (L_9) { G_B7_0 = L_8; goto IL_0052; } } { intptr_t L_10 = (intptr_t)IResHelp__FunPathAvatar_m3023652776_RuntimeMethod_var; Predicate_1_t2672744813 * L_11 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_11, NULL, L_10, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_3(L_11); G_B7_0 = G_B6_0; } IL_0052: { Predicate_1_t2672744813 * L_12 = ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_3(); NullCheck(G_B7_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B7_0, L_12); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_13 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); IResourceManager_ClearAllProtectedRes_m142422286(L_13, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.IResHelp::ClearAllIcons() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllIcons_m667104347 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResHelp_ClearAllIcons_m667104347_MetadataUsageId); s_Il2CppMethodInitialized = true; } IResourceManager_t3165642952 * G_B4_0 = NULL; IResourceManager_t3165642952 * G_B3_0 = NULL; { CResourceAdapter_t3687212940 * L_0 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_3 = ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_4(); G_B3_0 = L_2; if (L_3) { G_B4_0 = L_2; goto IL_002d; } } { intptr_t L_4 = (intptr_t)IResHelp__FunPathModelItemIcon_m2937559068_RuntimeMethod_var; Predicate_1_t2672744813 * L_5 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_5, NULL, L_4, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_4(L_5); G_B4_0 = G_B3_0; } IL_002d: { Predicate_1_t2672744813 * L_6 = ((IResHelp_t377823252_StaticFields*)il2cpp_codegen_static_fields_for(IResHelp_t377823252_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_4(); NullCheck(G_B4_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B4_0, L_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.Framework.Resource.IResourceManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void IResourceManager__ctor_m948415625 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResourceManager_GetInstance_m641731805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = ((IResourceManager_t3165642952_StaticFields*)il2cpp_codegen_static_fields_for(IResourceManager_t3165642952_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_1 = ((IResourceManager_t3165642952_StaticFields*)il2cpp_codegen_static_fields_for(IResourceManager_t3165642952_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { CResourceAdapter_t3687212940 * L_2 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { CPkgResService_t3747434472 * L_4 = (CPkgResService_t3747434472 *)il2cpp_codegen_object_new(CPkgResService_t3747434472_il2cpp_TypeInfo_var); CPkgResService__ctor_m649575462(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); ((IResourceManager_t3165642952_StaticFields*)il2cpp_codegen_static_fields_for(IResourceManager_t3165642952_il2cpp_TypeInfo_var))->set_s_Instance_0(L_4); goto IL_0038; } IL_002e: { CEditorResService_t1140910365 * L_5 = (CEditorResService_t1140910365 *)il2cpp_codegen_object_new(CEditorResService_t1140910365_il2cpp_TypeInfo_var); CEditorResService__ctor_m1369661875(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); ((IResourceManager_t3165642952_StaticFields*)il2cpp_codegen_static_fields_for(IResourceManager_t3165642952_il2cpp_TypeInfo_var))->set_s_Instance_0(L_5); } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_6 = ((IResourceManager_t3165642952_StaticFields*)il2cpp_codegen_static_fields_for(IResourceManager_t3165642952_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_6; } } // 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) { { String_t* L_0 = ___sourcePath0; bool L_1 = ___bAsync1; Object_t631007953 * L_2 = VirtFuncInvoker4< Object_t631007953 *, String_t*, bool, OnResourceResult_t3899022047 *, int32_t >::Invoke(14 /* UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) */, __this, L_0, L_1, (OnResourceResult_t3899022047 *)NULL, 0); return L_2; } } // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m3145560403 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, const RuntimeMethod* method) { { String_t* L_0 = ___sourcePath0; Object_t631007953 * L_1 = VirtFuncInvoker4< Object_t631007953 *, String_t*, bool, OnResourceResult_t3899022047 *, int32_t >::Invoke(14 /* UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean,DMCore.Framework.Resource.OnResourceResult,System.Int32) */, __this, L_0, (bool)0, (OnResourceResult_t3899022047 *)NULL, 0); return L_1; } } // System.Void DMCore.Framework.Resource.IResourceManager::ForceClearAll() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_ForceClearAll_m1157505743 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IResourceManager_ForceClearAll_m1157505743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResourceManager_ClearAllProtectedRes_m142422286(L_0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_1 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearCache() */, L_1); return; } } // System.Void DMCore.Framework.Resource.IResourceManager::BeginHighMode() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_BeginHighMode_m3631946985 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResHelp_BeginHighMode_m3683702927(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.IResourceManager::EndHighMode() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_EndHighMode_m797513702 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResHelp_EndHighMode_m2602551513(L_0, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Resource.IResourceManager::IfHighMode() extern "C" IL2CPP_METHOD_ATTR bool IResourceManager_IfHighMode_m3766928281 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = IResHelp_IfHighMode_m1754236363(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Framework.Resource.IResourceManager::PushProtecedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResourceManager_PushProtecedRes_m1596221893 (IResourceManager_t3165642952 * __this, String_t* ___resName0, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___resName0; NullCheck(L_0); IResHelp_PushProtecedRes_m722630879(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.IResourceManager::ClearAllProtectedRes() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_ClearAllProtectedRes_m142422286 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResHelp_ClearAllProtectedRes_m2887695512(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Resource.IResourceManager::ClearProtectedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResourceManager_ClearProtectedRes_m1353782095 (IResourceManager_t3165642952 * __this, String_t* ___resName0, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___resName0; NullCheck(L_0); IResHelp_ClearProtectedRes_m994482145(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Resource.IResourceManager::IfProtectedRes(System.String) extern "C" IL2CPP_METHOD_ATTR bool IResourceManager_IfProtectedRes_m3109961692 (IResourceManager_t3165642952 * __this, String_t* ___resName0, const RuntimeMethod* method) { { IResHelp_t377823252 * L_0 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___resName0; NullCheck(L_0); bool L_2 = IResHelp_IfProtectedRes_m3617285344(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Framework.Resource.IResourceManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void IResourceManager__cctor_m1494650014 (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_OnResourcePrepareResult_t1971095887 (OnResourcePrepareResult_t1971095887 * __this, String_t* ___resName0, bool ___bSuccess1, int32_t ___userData2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___resName0' to native representation char* ____resName0_marshaled = NULL; ____resName0_marshaled = il2cpp_codegen_marshal_string(___resName0); // Native function invocation il2cppPInvokeFunc(____resName0_marshaled, static_cast(___bSuccess1), ___userData2); // Marshaling cleanup of parameter '___resName0' native representation il2cpp_codegen_marshal_free(____resName0_marshaled); ____resName0_marshaled = NULL; } // System.Void DMCore.Framework.Resource.OnResourcePrepareResult::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnResourcePrepareResult__ctor_m1510769476 (OnResourcePrepareResult_t1971095887 * __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.Framework.Resource.OnResourcePrepareResult::Invoke(System.String,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnResourcePrepareResult_Invoke_m675927933 (OnResourcePrepareResult_t1971095887 * __this, String_t* ___resName0, bool ___bSuccess1, int32_t ___userData2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnResourcePrepareResult_Invoke_m675927933((OnResourcePrepareResult_t1971095887 *)__this->get_prev_9(), ___resName0, ___bSuccess1, ___userData2, 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 *, String_t*, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___resName0, ___bSuccess1, ___userData2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___resName0, ___bSuccess1, ___userData2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< String_t*, bool, int32_t >::Invoke(targetMethod, targetThis, ___resName0, ___bSuccess1, ___userData2); else GenericVirtActionInvoker3< String_t*, bool, int32_t >::Invoke(targetMethod, targetThis, ___resName0, ___bSuccess1, ___userData2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< String_t*, bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___resName0, ___bSuccess1, ___userData2); else VirtActionInvoker3< String_t*, bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___resName0, ___bSuccess1, ___userData2); } } else { typedef void (*FunctionPointerType) (void*, String_t*, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___resName0, ___bSuccess1, ___userData2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, int32_t >::Invoke(targetMethod, ___resName0, ___bSuccess1, ___userData2); else GenericVirtActionInvoker2< bool, int32_t >::Invoke(targetMethod, ___resName0, ___bSuccess1, ___userData2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___resName0, ___bSuccess1, ___userData2); else VirtActionInvoker2< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___resName0, ___bSuccess1, ___userData2); } } else { typedef void (*FunctionPointerType) (String_t*, bool, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___resName0, ___bSuccess1, ___userData2, targetMethod); } } } } // System.IAsyncResult DMCore.Framework.Resource.OnResourcePrepareResult::BeginInvoke(System.String,System.Boolean,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnResourcePrepareResult_BeginInvoke_m1108820696 (OnResourcePrepareResult_t1971095887 * __this, String_t* ___resName0, bool ___bSuccess1, int32_t ___userData2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnResourcePrepareResult_BeginInvoke_m1108820696_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___resName0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bSuccess1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___userData2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void DMCore.Framework.Resource.OnResourcePrepareResult::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnResourcePrepareResult_EndInvoke_m1620673257 (OnResourcePrepareResult_t1971095887 * __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_OnResourceResult_t3899022047 (OnResourceResult_t3899022047 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, Object_t631007953_marshaled_pinvoke*, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___resName0' to native representation char* ____resName0_marshaled = NULL; ____resName0_marshaled = il2cpp_codegen_marshal_string(___resName0); // Marshaling of parameter '___obj1' to native representation Object_t631007953_marshaled_pinvoke ____obj1_marshaled = {}; if (___obj1 != NULL) Object_t631007953_marshal_pinvoke(*___obj1, ____obj1_marshaled); // Native function invocation il2cppPInvokeFunc(____resName0_marshaled, ___obj1 != NULL ? &____obj1_marshaled : NULL, ___userData2); // Marshaling cleanup of parameter '___resName0' native representation il2cpp_codegen_marshal_free(____resName0_marshaled); ____resName0_marshaled = NULL; // Marshaling cleanup of parameter '___obj1' native representation if (___obj1 != NULL) Object_t631007953_marshal_pinvoke_cleanup(____obj1_marshaled); } // System.Void DMCore.Framework.Resource.OnResourceResult::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnResourceResult__ctor_m2889225573 (OnResourceResult_t3899022047 * __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.Framework.Resource.OnResourceResult::Invoke(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnResourceResult_Invoke_m535001416 (OnResourceResult_t3899022047 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnResourceResult_Invoke_m535001416((OnResourceResult_t3899022047 *)__this->get_prev_9(), ___resName0, ___obj1, ___userData2, 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 *, String_t*, Object_t631007953 *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___resName0, ___obj1, ___userData2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, Object_t631007953 *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___resName0, ___obj1, ___userData2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< String_t*, Object_t631007953 *, int32_t >::Invoke(targetMethod, targetThis, ___resName0, ___obj1, ___userData2); else GenericVirtActionInvoker3< String_t*, Object_t631007953 *, int32_t >::Invoke(targetMethod, targetThis, ___resName0, ___obj1, ___userData2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< String_t*, Object_t631007953 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___resName0, ___obj1, ___userData2); else VirtActionInvoker3< String_t*, Object_t631007953 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___resName0, ___obj1, ___userData2); } } else { typedef void (*FunctionPointerType) (void*, String_t*, Object_t631007953 *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___resName0, ___obj1, ___userData2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< Object_t631007953 *, int32_t >::Invoke(targetMethod, ___resName0, ___obj1, ___userData2); else GenericVirtActionInvoker2< Object_t631007953 *, int32_t >::Invoke(targetMethod, ___resName0, ___obj1, ___userData2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Object_t631007953 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___resName0, ___obj1, ___userData2); else VirtActionInvoker2< Object_t631007953 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___resName0, ___obj1, ___userData2); } } else { typedef void (*FunctionPointerType) (String_t*, Object_t631007953 *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___resName0, ___obj1, ___userData2, targetMethod); } } } } // System.IAsyncResult DMCore.Framework.Resource.OnResourceResult::BeginInvoke(System.String,UnityEngine.Object,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnResourceResult_BeginInvoke_m3839752399 (OnResourceResult_t3899022047 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnResourceResult_BeginInvoke_m3839752399_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___resName0; __d_args[1] = ___obj1; __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___userData2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void DMCore.Framework.Resource.OnResourceResult::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnResourceResult_EndInvoke_m1532031377 (OnResourceResult_t3899022047 * __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.Framework.Resource.stWWWInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stWWWInfo__ctor_m3117829691 (stWWWInfo_t1572771184 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bOnlyDownload_3((bool)0); __this->set_m_PtrCallBack_4((OnResourcePrepareResult_t1971095887 *)NULL); __this->set_m_UserDataCallBack_5(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.AvatarInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void AvatarInfo__ctor_m89811936 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_Sex_m3718099394 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSexU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Framework.Scene.AvatarInfo::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_set_Sex_m2113589325 (AvatarInfo_t571832948 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSexU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_Category() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_Category_m2094546247 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCategoryU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Framework.Scene.AvatarInfo::set_Category(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_set_Category_m3554595470 (AvatarInfo_t571832948 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCategoryU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Framework.Scene.AvatarInfo::get_SubIndex() extern "C" IL2CPP_METHOD_ATTR int32_t AvatarInfo_get_SubIndex_m786032553 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSubIndexU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Framework.Scene.AvatarInfo::set_SubIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_set_SubIndex_m3739128117 (AvatarInfo_t571832948 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSubIndexU3Ek__BackingField_2(L_0); return; } } // System.String DMCore.Framework.Scene.AvatarInfo::GetFullName() extern "C" IL2CPP_METHOD_ATTR String_t* AvatarInfo_GetFullName_m2182792055 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AvatarInfo_GetFullName_m2182792055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = AvatarInfo_get_Sex_m3718099394(__this, /*hidden argument*/NULL); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = AvatarInfo_get_Category_m2094546247(__this, /*hidden argument*/NULL); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); int32_t L_6 = AvatarInfo_get_SubIndex_m786032553(__this, /*hidden argument*/NULL); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral425648512, L_2, L_5, L_8, /*hidden argument*/NULL); return L_9; } } // System.String DMCore.Framework.Scene.AvatarInfo::GetRootFloder() extern "C" IL2CPP_METHOD_ATTR String_t* AvatarInfo_GetRootFloder_m3642662746 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AvatarInfo_GetRootFloder_m3642662746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = AvatarInfo_get_Sex_m3718099394(__this, /*hidden argument*/NULL); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = AvatarInfo_get_Category_m2094546247(__this, /*hidden argument*/NULL); 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*/, _stringLiteral3691767276, L_2, L_5, /*hidden argument*/NULL); return L_6; } } // System.String DMCore.Framework.Scene.AvatarInfo::GetResourceName() extern "C" IL2CPP_METHOD_ATTR String_t* AvatarInfo_GetResourceName_m3975847839 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AvatarInfo_GetResourceName_m3975847839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_1 = AvatarInfo_get_Sex_m3718099394(__this, /*hidden argument*/NULL); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_3); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_0; int32_t L_5 = AvatarInfo_get_Category_m2094546247(__this, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_4; int32_t L_9 = AvatarInfo_get_SubIndex_m786032553(__this, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; String_t* L_13 = AvatarInfo_GetFullName_m2182792055(__this, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(3), (RuntimeObject *)L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3213006543, L_12, /*hidden argument*/NULL); return L_14; } } // System.String DMCore.Framework.Scene.AvatarInfo::GetFullFloder() extern "C" IL2CPP_METHOD_ATTR String_t* AvatarInfo_GetFullFloder_m3875227018 (AvatarInfo_t571832948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AvatarInfo_GetFullFloder_m3875227018_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_1 = Application_get_dataPath_m4232621142(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_1); ObjectU5BU5D_t2843939325* L_2 = L_0; int32_t L_3 = AvatarInfo_get_Sex_m3718099394(__this, /*hidden argument*/NULL); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_2; int32_t L_7 = AvatarInfo_get_Category_m2094546247(__this, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(2), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_6; int32_t L_11 = AvatarInfo_get_SubIndex_m786032553(__this, /*hidden argument*/NULL); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(3), (RuntimeObject *)L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3199155193, L_10, /*hidden argument*/NULL); return L_14; } } // System.Void DMCore.Framework.Scene.AvatarInfo::Copy(DMCore.Framework.Scene.AvatarInfo) extern "C" IL2CPP_METHOD_ATTR void AvatarInfo_Copy_m2518946250 (AvatarInfo_t571832948 * __this, AvatarInfo_t571832948 * ___other0, const RuntimeMethod* method) { { AvatarInfo_t571832948 * L_0 = ___other0; NullCheck(L_0); int32_t L_1 = AvatarInfo_get_Sex_m3718099394(L_0, /*hidden argument*/NULL); AvatarInfo_set_Sex_m2113589325(__this, L_1, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = AvatarInfo_get_Category_m2094546247(L_2, /*hidden argument*/NULL); AvatarInfo_set_Category_m3554595470(__this, L_3, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_4 = ___other0; NullCheck(L_4); int32_t L_5 = AvatarInfo_get_SubIndex_m786032553(L_4, /*hidden argument*/NULL); AvatarInfo_set_SubIndex_m3739128117(__this, L_5, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.AvatarInfo DMCore.Framework.Scene.AvatarInfo::Snap(DMCore.Framework.Scene.AvatarInfo) extern "C" IL2CPP_METHOD_ATTR AvatarInfo_t571832948 * AvatarInfo_Snap_m3686133974 (RuntimeObject * __this /* static, unused */, AvatarInfo_t571832948 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AvatarInfo_Snap_m3686133974_MetadataUsageId); s_Il2CppMethodInitialized = true; } AvatarInfo_t571832948 * V_0 = NULL; { AvatarInfo_t571832948 * L_0 = (AvatarInfo_t571832948 *)il2cpp_codegen_object_new(AvatarInfo_t571832948_il2cpp_TypeInfo_var); AvatarInfo__ctor_m89811936(L_0, /*hidden argument*/NULL); V_0 = L_0; AvatarInfo_t571832948 * L_1 = V_0; AvatarInfo_t571832948 * L_2 = ___other0; NullCheck(L_1); AvatarInfo_Copy_m2518946250(L_1, L_2, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CAvatarBinding::.ctor(UnityEngine.Transform,UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding__ctor_m3941942379 (CAvatarBinding_t1216096343 * __this, Transform_t3600365921 * ___main0, Transform_t3600365921 * ___follow1, String_t* ___roleBoneName2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_0 = ___main0; CAvatarBinding_set_BindTargetMain_m1599941329(__this, L_0, /*hidden argument*/NULL); Transform_t3600365921 * L_1 = ___follow1; CAvatarBinding_set_BindTargetFollow_m3615947060(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___roleBoneName2; CAvatarBinding_set_BindBoneName_m617203738(__this, L_2, /*hidden argument*/NULL); return; } } // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::get_BindTargetMain() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CAvatarBinding_get_BindTargetMain_m2071998433 (CAvatarBinding_t1216096343 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_U3CBindTargetMainU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Framework.Scene.CAvatarBinding::set_BindTargetMain(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding_set_BindTargetMain_m1599941329 (CAvatarBinding_t1216096343 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___value0; __this->set_U3CBindTargetMainU3Ek__BackingField_0(L_0); return; } } // UnityEngine.Transform DMCore.Framework.Scene.CAvatarBinding::get_BindTargetFollow() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CAvatarBinding_get_BindTargetFollow_m4226934624 (CAvatarBinding_t1216096343 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_U3CBindTargetFollowU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Framework.Scene.CAvatarBinding::set_BindTargetFollow(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding_set_BindTargetFollow_m3615947060 (CAvatarBinding_t1216096343 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___value0; __this->set_U3CBindTargetFollowU3Ek__BackingField_1(L_0); return; } } // System.String DMCore.Framework.Scene.CAvatarBinding::get_BindBoneName() extern "C" IL2CPP_METHOD_ATTR String_t* CAvatarBinding_get_BindBoneName_m1410294478 (CAvatarBinding_t1216096343 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CBindBoneNameU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Framework.Scene.CAvatarBinding::set_BindBoneName(System.String) extern "C" IL2CPP_METHOD_ATTR void CAvatarBinding_set_BindBoneName_m617203738 (CAvatarBinding_t1216096343 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CBindBoneNameU3Ek__BackingField_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarInfo DMCore.Framework.Scene.CAvatarHelp::AsAvatarInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR AvatarInfo_t571832948 * CAvatarHelp_AsAvatarInfo_m1012662642 (RuntimeObject * __this /* static, unused */, int32_t ___itemID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAvatarHelp_AsAvatarInfo_m1012662642_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___itemID0; V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_1 = ((CAvatarHelp_t2646807904_StaticFields*)il2cpp_codegen_static_fields_for(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var))->get_s_atCached_2(); int32_t L_2 = ___itemID0; NullCheck(L_1); AvatarInfo_set_Sex_m2113589325(L_1, ((int32_t)((int32_t)L_2/(int32_t)((int32_t)10000000))), /*hidden argument*/NULL); int32_t L_3 = ___itemID0; AvatarInfo_t571832948 * L_4 = ((CAvatarHelp_t2646807904_StaticFields*)il2cpp_codegen_static_fields_for(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var))->get_s_atCached_2(); NullCheck(L_4); int32_t L_5 = AvatarInfo_get_Sex_m3718099394(L_4, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)10000000), (int32_t)L_5)))); int32_t L_6 = V_0; V_1 = ((int32_t)((int32_t)L_6/(int32_t)((int32_t)100000))); AvatarInfo_t571832948 * L_7 = ((CAvatarHelp_t2646807904_StaticFields*)il2cpp_codegen_static_fields_for(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var))->get_s_atCached_2(); int32_t L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_7); AvatarInfo_set_SubIndex_m3739128117(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)100000), (int32_t)L_9)))), /*hidden argument*/NULL); AvatarInfo_t571832948 * L_10 = ((CAvatarHelp_t2646807904_StaticFields*)il2cpp_codegen_static_fields_for(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var))->get_s_atCached_2(); int32_t L_11 = V_1; NullCheck(L_10); AvatarInfo_set_Category_m3554595470(L_10, L_11, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_12 = ((CAvatarHelp_t2646807904_StaticFields*)il2cpp_codegen_static_fields_for(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var))->get_s_atCached_2(); return L_12; } } // System.Int32 DMCore.Framework.Scene.CAvatarHelp::AsItemID(DMCore.Framework.Scene.AvatarInfo) extern "C" IL2CPP_METHOD_ATTR int32_t CAvatarHelp_AsItemID_m691736881 (RuntimeObject * __this /* static, unused */, AvatarInfo_t571832948 * ___info0, const RuntimeMethod* method) { int32_t V_0 = 0; { AvatarInfo_t571832948 * L_0 = ___info0; NullCheck(L_0); int32_t L_1 = AvatarInfo_get_Sex_m3718099394(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)10000000), (int32_t)L_1)); int32_t L_2 = V_0; AvatarInfo_t571832948 * L_3 = ___info0; NullCheck(L_3); int32_t L_4 = AvatarInfo_get_Category_m2094546247(L_3, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)100000), (int32_t)L_4)))); int32_t L_5 = V_0; AvatarInfo_t571832948 * L_6 = ___info0; NullCheck(L_6); int32_t L_7 = AvatarInfo_get_SubIndex_m786032553(L_6, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)); int32_t L_8 = V_0; return L_8; } } // System.Void DMCore.Framework.Scene.CAvatarHelp::.cctor() extern "C" IL2CPP_METHOD_ATTR void CAvatarHelp__cctor_m4268979547 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAvatarHelp__cctor_m4268979547_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AvatarInfo_t571832948 * L_0 = (AvatarInfo_t571832948 *)il2cpp_codegen_object_new(AvatarInfo_t571832948_il2cpp_TypeInfo_var); AvatarInfo__ctor_m89811936(L_0, /*hidden argument*/NULL); ((CAvatarHelp_t2646807904_StaticFields*)il2cpp_codegen_static_fields_for(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var))->set_s_atCached_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CAvatarSite::.ctor(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite__ctor_m2593754057 (CAvatarSite_t1752665925 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAvatarSite__ctor_m2593754057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_skinID_1((-1)); __this->set_m_lastSex_2((-1)); Dictionary_2_t422021773 * L_0 = (Dictionary_2_t422021773 *)il2cpp_codegen_object_new(Dictionary_2_t422021773_il2cpp_TypeInfo_var); Dictionary_2__ctor_m918346189(L_0, /*hidden argument*/Dictionary_2__ctor_m918346189_RuntimeMethod_var); __this->set_m_listSkin_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_1 = ___role0; CAvatarSite_set_SceneRole_m4174846222(__this, L_1, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CAvatarSite::get_SceneRole() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CAvatarSite_get_SceneRole_m3958887413 (CAvatarSite_t1752665925 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_U3CSceneRoleU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Framework.Scene.CAvatarSite::set_SceneRole(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_set_SceneRole_m4174846222 (CAvatarSite_t1752665925 * __this, ISceneRole_t2394225724 * ___value0, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = ___value0; __this->set_U3CSceneRoleU3Ek__BackingField_0(L_0); return; } } // System.Void DMCore.Framework.Scene.CAvatarSite::ChangeSkin(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_ChangeSkin_m2417483162 (CAvatarSite_t1752665925 * __this, int32_t ___skinID0, bool ___bMale1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = ___bMale1; if (!L_0) { goto IL_000c; } } { G_B3_0 = 0; goto IL_000d; } IL_000c: { G_B3_0 = 1; } IL_000d: { V_0 = G_B3_0; int32_t L_1 = __this->get_m_skinID_1(); int32_t L_2 = ___skinID0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0027; } } { int32_t L_3 = __this->get_m_lastSex_2(); int32_t L_4 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0027; } } { return; } IL_0027: { int32_t L_5 = ___skinID0; __this->set_m_skinID_1(L_5); int32_t L_6 = V_0; __this->set_m_lastSex_2(L_6); CAvatarSite_InvokSkin_m357358108(__this, 7, /*hidden argument*/NULL); CAvatarSite_InvokSkin_m357358108(__this, ((int32_t)13), /*hidden argument*/NULL); return; } } // UnityEngine.Material DMCore.Framework.Scene.CAvatarSite::FindSkin(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * CAvatarSite_FindSkin_m2466203909 (CAvatarSite_t1752665925 * __this, int32_t ___cate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAvatarSite_FindSkin_m2466203909_MetadataUsageId); s_Il2CppMethodInitialized = true; } Material_t340375123 * V_0 = NULL; { V_0 = (Material_t340375123 *)NULL; Dictionary_2_t422021773 * L_0 = __this->get_m_listSkin_3(); int32_t L_1 = ___cate0; NullCheck(L_0); Dictionary_2_TryGetValue_m891176621(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m891176621_RuntimeMethod_var); Material_t340375123 * L_2 = V_0; return L_2; } } // System.Void DMCore.Framework.Scene.CAvatarSite::InvokSockes(UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void CAvatarSite_InvokSockes_m1306751064 (CAvatarSite_t1752665925 * __this, Texture_t3661962703 * ___textureVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAvatarSite_InvokSockes_m1306751064_MetadataUsageId); s_Il2CppMethodInitialized = true; } Material_t340375123 * V_0 = NULL; { Material_t340375123 * L_0 = CAvatarSite_FindSkin_m2466203909(__this, ((int32_t)13), /*hidden argument*/NULL); V_0 = L_0; Texture_t3661962703 * L_1 = ___textureVal0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002f; } } { Material_t340375123 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002a; } } { CAvatarSite_InvokSkin_m357358108(__this, ((int32_t)13), /*hidden argument*/NULL); } IL_002a: { goto IL_0042; } IL_002f: { Material_t340375123 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } { Material_t340375123 * L_7 = V_0; Texture_t3661962703 * L_8 = ___textureVal0; NullCheck(L_7); Material_set_mainTexture_m544811714(L_7, L_8, /*hidden argument*/NULL); } IL_0042: { return; } } // UnityEngine.Material DMCore.Framework.Scene.CAvatarSite::InvokSkin(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * CAvatarSite_InvokSkin_m357358108 (CAvatarSite_t1752665925 * __this, int32_t ___cate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAvatarSite_InvokSkin_m357358108_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Material_t340375123 * V_1 = NULL; bool V_2 = false; String_t* V_3 = NULL; Texture2D_t3840446185 * V_4 = NULL; int32_t G_B7_0 = 0; String_t* G_B12_0 = NULL; String_t* G_B11_0 = NULL; String_t* G_B13_0 = NULL; String_t* G_B13_1 = NULL; String_t* G_B15_0 = NULL; String_t* G_B15_1 = NULL; String_t* G_B14_0 = NULL; String_t* G_B14_1 = NULL; int32_t G_B16_0 = 0; String_t* G_B16_1 = NULL; String_t* G_B16_2 = NULL; int32_t G_B19_0 = 0; ObjectU5BU5D_t2843939325* G_B19_1 = NULL; ObjectU5BU5D_t2843939325* G_B19_2 = NULL; String_t* G_B19_3 = NULL; int32_t G_B18_0 = 0; ObjectU5BU5D_t2843939325* G_B18_1 = NULL; ObjectU5BU5D_t2843939325* G_B18_2 = NULL; String_t* G_B18_3 = NULL; String_t* G_B20_0 = NULL; int32_t G_B20_1 = 0; ObjectU5BU5D_t2843939325* G_B20_2 = NULL; ObjectU5BU5D_t2843939325* G_B20_3 = NULL; String_t* G_B20_4 = NULL; int32_t G_B22_0 = 0; ObjectU5BU5D_t2843939325* G_B22_1 = NULL; ObjectU5BU5D_t2843939325* G_B22_2 = NULL; String_t* G_B22_3 = NULL; int32_t G_B21_0 = 0; ObjectU5BU5D_t2843939325* G_B21_1 = NULL; ObjectU5BU5D_t2843939325* G_B21_2 = NULL; String_t* G_B21_3 = NULL; int32_t G_B23_0 = 0; int32_t G_B23_1 = 0; ObjectU5BU5D_t2843939325* G_B23_2 = NULL; ObjectU5BU5D_t2843939325* G_B23_3 = NULL; String_t* G_B23_4 = NULL; { ISceneRole_t2394225724 * L_0 = CAvatarSite_get_SceneRole_m3958887413(__this, /*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, _stringLiteral795478587, (-1), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) <= ((int32_t)L_3))) { goto IL_0033; } } { int32_t L_4 = __this->get_m_lastSex_2(); if ((((int32_t)0) <= ((int32_t)L_4))) { goto IL_002c; } } { return (Material_t340375123 *)NULL; } IL_002c: { int32_t L_5 = __this->get_m_lastSex_2(); V_0 = L_5; } IL_0033: { int32_t L_6 = ___cate0; Material_t340375123 * L_7 = CAvatarSite_FindSkin_m2466203909(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_0; if (L_8) { goto IL_0047; } } { G_B7_0 = 1; goto IL_0048; } IL_0047: { G_B7_0 = 0; } IL_0048: { V_2 = (bool)G_B7_0; Material_t340375123 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0072; } } { Shader_t4151988712 * L_11 = Shader_Find_m2092206247(NULL /*static, unused*/, _stringLiteral194077008, /*hidden argument*/NULL); Material_t340375123 * L_12 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m1662457592(L_12, L_11, /*hidden argument*/NULL); V_1 = L_12; Dictionary_2_t422021773 * L_13 = __this->get_m_listSkin_3(); int32_t L_14 = ___cate0; Material_t340375123 * L_15 = V_1; NullCheck(L_13); Dictionary_2_Add_m2480985708(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m2480985708_RuntimeMethod_var); } IL_0072: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_16; int32_t L_17 = __this->get_m_skinID_1(); if ((((int32_t)0) < ((int32_t)L_17))) { goto IL_00c8; } } { __this->set_m_skinID_1(0); bool L_18 = V_2; G_B11_0 = _stringLiteral2762847225; if (!L_18) { G_B12_0 = _stringLiteral2762847225; goto IL_00a0; } } { G_B13_0 = _stringLiteral2600665179; G_B13_1 = G_B11_0; goto IL_00a5; } IL_00a0: { G_B13_0 = _stringLiteral3978303945; G_B13_1 = G_B12_0; } IL_00a5: { bool L_19 = V_2; G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; if (!L_19) { G_B15_0 = G_B13_0; G_B15_1 = G_B13_1; goto IL_00b1; } } { G_B16_0 = 1; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; goto IL_00b2; } IL_00b1: { G_B16_0 = 2; G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; } IL_00b2: { int32_t L_20 = G_B16_0; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); int32_t L_22 = ___cate0; int32_t L_23 = ((int32_t)L_22); RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m3339413201(NULL /*static, unused*/, G_B16_2, G_B16_1, L_21, L_24, /*hidden argument*/NULL); V_3 = L_25; goto IL_011d; } IL_00c8: { ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); bool L_27 = V_2; G_B18_0 = 0; G_B18_1 = L_26; G_B18_2 = L_26; G_B18_3 = _stringLiteral3833944908; if (!L_27) { G_B19_0 = 0; G_B19_1 = L_26; G_B19_2 = L_26; G_B19_3 = _stringLiteral3833944908; goto IL_00e5; } } { G_B20_0 = _stringLiteral2600665179; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; G_B20_3 = G_B18_2; G_B20_4 = G_B18_3; goto IL_00ea; } IL_00e5: { G_B20_0 = _stringLiteral3978303945; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; G_B20_3 = G_B19_2; G_B20_4 = G_B19_3; } IL_00ea: { NullCheck(G_B20_2); ArrayElementTypeCheck (G_B20_2, G_B20_0); (G_B20_2)->SetAt(static_cast(G_B20_1), (RuntimeObject *)G_B20_0); ObjectU5BU5D_t2843939325* L_28 = G_B20_3; bool L_29 = V_2; G_B21_0 = 1; G_B21_1 = L_28; G_B21_2 = L_28; G_B21_3 = G_B20_4; if (!L_29) { G_B22_0 = 1; G_B22_1 = L_28; G_B22_2 = L_28; G_B22_3 = G_B20_4; goto IL_00f9; } } { G_B23_0 = 1; G_B23_1 = G_B21_0; G_B23_2 = G_B21_1; G_B23_3 = G_B21_2; G_B23_4 = G_B21_3; goto IL_00fa; } IL_00f9: { G_B23_0 = 2; G_B23_1 = G_B22_0; G_B23_2 = G_B22_1; G_B23_3 = G_B22_2; G_B23_4 = G_B22_3; } IL_00fa: { int32_t L_30 = G_B23_0; RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); NullCheck(G_B23_2); ArrayElementTypeCheck (G_B23_2, L_31); (G_B23_2)->SetAt(static_cast(G_B23_1), (RuntimeObject *)L_31); ObjectU5BU5D_t2843939325* L_32 = G_B23_3; int32_t L_33 = ___cate0; int32_t L_34 = ((int32_t)L_33); RuntimeObject * L_35 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_34); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(2), (RuntimeObject *)L_35); ObjectU5BU5D_t2843939325* L_36 = L_32; int32_t L_37 = __this->get_m_skinID_1(); int32_t L_38 = L_37; RuntimeObject * L_39 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_38); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_39); (L_36)->SetAt(static_cast(3), (RuntimeObject *)L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Format_m630303134(NULL /*static, unused*/, G_B23_4, L_36, /*hidden argument*/NULL); V_3 = L_40; } IL_011d: { IResourceManager_t3165642952 * L_41 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_42 = V_3; NullCheck(L_41); Texture2D_t3840446185 * L_43 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_41, L_42); V_4 = L_43; Texture2D_t3840446185 * L_44 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_45 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0151; } } { CLogHelp_t779629444 * L_46 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_47 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral738546621, L_47, /*hidden argument*/NULL); NullCheck(L_46); CLogHelp_LogError_m609093992(L_46, L_48, /*hidden argument*/NULL); goto IL_0159; } IL_0151: { Material_t340375123 * L_49 = V_1; Texture2D_t3840446185 * L_50 = V_4; NullCheck(L_49); Material_set_mainTexture_m544811714(L_49, L_50, /*hidden argument*/NULL); } IL_0159: { Material_t340375123 * L_51 = V_1; return L_51; } } #ifdef __clang__ #pragma clang 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.Framework.Scene.CInteractionAnimCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionAnimCfg__ctor_m3840096717 (CInteractionAnimCfg_t581781419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg__ctor_m3840096717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_cfgIsReady_1((bool)0); __this->set_m_bAllReady_2((bool)0); __this->set_m_sceneID_0((-1)); Dictionary_2_t736164020 * L_0 = (Dictionary_2_t736164020 *)il2cpp_codegen_object_new(Dictionary_2_t736164020_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4247274435(L_0, /*hidden argument*/Dictionary_2__ctor_m4247274435_RuntimeMethod_var); __this->set_m_arrayAnimMale_3(L_0); Dictionary_2_t736164020 * L_1 = (Dictionary_2_t736164020 *)il2cpp_codegen_object_new(Dictionary_2_t736164020_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4247274435(L_1, /*hidden argument*/Dictionary_2__ctor_m4247274435_RuntimeMethod_var); __this->set_m_arrayAnimFeMale_4(L_1); return; } } // DMCore.Framework.Scene.CInteractionAnimCfg DMCore.Framework.Scene.CInteractionAnimCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CInteractionAnimCfg_t581781419 * CInteractionAnimCfg_GetInstance_m3690882951 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg_GetInstance_m3690882951_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CInteractionAnimCfg_t581781419 * L_0 = ((CInteractionAnimCfg_t581781419_StaticFields*)il2cpp_codegen_static_fields_for(CInteractionAnimCfg_t581781419_il2cpp_TypeInfo_var))->get_s_Instance_5(); if (!L_0) { goto IL_0010; } } { CInteractionAnimCfg_t581781419 * L_1 = ((CInteractionAnimCfg_t581781419_StaticFields*)il2cpp_codegen_static_fields_for(CInteractionAnimCfg_t581781419_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_1; } IL_0010: { CInteractionAnimCfg_t581781419 * L_2 = (CInteractionAnimCfg_t581781419 *)il2cpp_codegen_object_new(CInteractionAnimCfg_t581781419_il2cpp_TypeInfo_var); CInteractionAnimCfg__ctor_m3840096717(L_2, /*hidden argument*/NULL); ((CInteractionAnimCfg_t581781419_StaticFields*)il2cpp_codegen_static_fields_for(CInteractionAnimCfg_t581781419_il2cpp_TypeInfo_var))->set_s_Instance_5(L_2); CInteractionAnimCfg_t581781419 * L_3 = ((CInteractionAnimCfg_t581781419_StaticFields*)il2cpp_codegen_static_fields_for(CInteractionAnimCfg_t581781419_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_3; } } // System.Void DMCore.Framework.Scene.CInteractionAnimCfg::SetSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractionAnimCfg_SetSceneID_m630788881 (CInteractionAnimCfg_t581781419 * __this, int32_t ___nSceneID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg_SetSceneID_m630788881_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t736164020 * L_0 = __this->get_m_arrayAnimMale_3(); NullCheck(L_0); Dictionary_2_Clear_m3357594170(L_0, /*hidden argument*/Dictionary_2_Clear_m3357594170_RuntimeMethod_var); Dictionary_2_t736164020 * L_1 = __this->get_m_arrayAnimFeMale_4(); NullCheck(L_1); Dictionary_2_Clear_m3357594170(L_1, /*hidden argument*/Dictionary_2_Clear_m3357594170_RuntimeMethod_var); int32_t L_2 = ___nSceneID0; __this->set_m_sceneID_0(L_2); __this->set_m_cfgIsReady_1((bool)0); __this->set_m_bAllReady_2((bool)0); CInteractionAnimCfg_ReadCfg_m3716048160(__this, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.Scene.CInteractionAnimCfg::ToFullInteractionAnimName(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897 (RuntimeObject * __this /* static, unused */, int32_t ___sceneID0, String_t* ___animName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___sceneID0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); String_t* L_3 = ___animName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3859401511, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String DMCore.Framework.Scene.CInteractionAnimCfg::ToModelSkeletonInteractionAnimName(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractionAnimCfg_ToModelSkeletonInteractionAnimName_m2409460718 (RuntimeObject * __this /* static, unused */, int32_t ___sceneID0, String_t* ___animName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg_ToModelSkeletonInteractionAnimName_m2409460718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___sceneID0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); String_t* L_3 = ___animName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3538189023, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String DMCore.Framework.Scene.CInteractionAnimCfg::GetInteractionAnim(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* CInteractionAnimCfg_GetInteractionAnim_m1861740546 (CInteractionAnimCfg_t581781419 * __this, int32_t ___ptIndex0, bool ___male1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg_GetInteractionAnim_m1861740546_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t736164020 * V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t736164020 * G_B3_0 = NULL; { bool L_0 = ___male1; if (!L_0) { goto IL_0011; } } { Dictionary_2_t736164020 * L_1 = __this->get_m_arrayAnimMale_3(); G_B3_0 = L_1; goto IL_0017; } IL_0011: { Dictionary_2_t736164020 * L_2 = __this->get_m_arrayAnimFeMale_4(); G_B3_0 = L_2; } IL_0017: { V_0 = G_B3_0; V_1 = (String_t*)NULL; int32_t L_3 = __this->get_m_sceneID_0(); if ((((int32_t)0) > ((int32_t)L_3))) { goto IL_0041; } } { Dictionary_2_t736164020 * L_4 = V_0; int32_t L_5 = ___ptIndex0; NullCheck(L_4); bool L_6 = Dictionary_2_TryGetValue_m615546817(L_4, L_5, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m615546817_RuntimeMethod_var); if (!L_6) { goto IL_0041; } } { int32_t L_7 = __this->get_m_sceneID_0(); String_t* L_8 = V_1; String_t* L_9 = CInteractionAnimCfg_ToModelSkeletonInteractionAnimName_m2409460718(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_10; } } // System.Boolean DMCore.Framework.Scene.CInteractionAnimCfg::IsReady() extern "C" IL2CPP_METHOD_ATTR bool CInteractionAnimCfg_IsReady_m1776063162 (CInteractionAnimCfg_t581781419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg_IsReady_m1776063162_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; Enumerator_t2690346795 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t3133836187 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; KeyValuePair_2_t3133836187 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; { bool L_0 = __this->get_m_bAllReady_2(); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_1 = __this->get_m_cfgIsReady_1(); if (L_1) { goto IL_0020; } } { CInteractionAnimCfg_ReadCfg_m3716048160(__this, /*hidden argument*/NULL); return (bool)0; } IL_0020: { V_0 = (bool)1; 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(); V_1 = L_2; Dictionary_2_t736164020 * L_3 = __this->get_m_arrayAnimMale_3(); NullCheck(L_3); Enumerator_t2690346795 L_4 = Dictionary_2_GetEnumerator_m460306020(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m460306020_RuntimeMethod_var); V_2 = L_4; goto IL_0078; } IL_0039: { int32_t L_5 = __this->get_m_sceneID_0(); KeyValuePair_2_t3133836187 L_6 = Enumerator_get_Current_m1579029842((&V_2), /*hidden argument*/Enumerator_get_Current_m1579029842_RuntimeMethod_var); V_3 = L_6; String_t* L_7 = KeyValuePair_2_get_Value_m1551132002((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1551132002_RuntimeMethod_var); String_t* L_8 = CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; IResourceManager_t3165642952 * L_9 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = V_1; NullCheck(L_9); int32_t L_11 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_9, L_10); V_4 = L_11; int32_t L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)2))) { goto IL_0078; } } { int32_t L_13 = V_4; if ((((int32_t)L_13) == ((int32_t)3))) { goto IL_0078; } } { V_0 = (bool)0; goto IL_0084; } IL_0078: { bool L_14 = Enumerator_MoveNext_m4038695978((&V_2), /*hidden argument*/Enumerator_MoveNext_m4038695978_RuntimeMethod_var); if (L_14) { goto IL_0039; } } IL_0084: { bool L_15 = V_0; if (!L_15) { goto IL_00e7; } } { Dictionary_2_t736164020 * L_16 = __this->get_m_arrayAnimFeMale_4(); NullCheck(L_16); Enumerator_t2690346795 L_17 = Dictionary_2_GetEnumerator_m460306020(L_16, /*hidden argument*/Dictionary_2_GetEnumerator_m460306020_RuntimeMethod_var); V_2 = L_17; goto IL_00db; } IL_009b: { int32_t L_18 = __this->get_m_sceneID_0(); KeyValuePair_2_t3133836187 L_19 = Enumerator_get_Current_m1579029842((&V_2), /*hidden argument*/Enumerator_get_Current_m1579029842_RuntimeMethod_var); V_5 = L_19; String_t* L_20 = KeyValuePair_2_get_Value_m1551132002((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m1551132002_RuntimeMethod_var); String_t* L_21 = CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); V_1 = L_21; IResourceManager_t3165642952 * L_22 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_23 = V_1; NullCheck(L_22); int32_t L_24 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_22, L_23); V_6 = L_24; int32_t L_25 = V_6; if ((((int32_t)L_25) == ((int32_t)2))) { goto IL_00db; } } { int32_t L_26 = V_6; if ((((int32_t)L_26) == ((int32_t)3))) { goto IL_00db; } } { V_0 = (bool)0; goto IL_00e7; } IL_00db: { bool L_27 = Enumerator_MoveNext_m4038695978((&V_2), /*hidden argument*/Enumerator_MoveNext_m4038695978_RuntimeMethod_var); if (L_27) { goto IL_009b; } } IL_00e7: { bool L_28 = V_0; __this->set_m_bAllReady_2(L_28); bool L_29 = __this->get_m_bAllReady_2(); return L_29; } } // System.Void DMCore.Framework.Scene.CInteractionAnimCfg::ReadCfg() extern "C" IL2CPP_METHOD_ATTR void CInteractionAnimCfg_ReadCfg_m3716048160 (CInteractionAnimCfg_t581781419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionAnimCfg_ReadCfg_m3716048160_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TextAsset_t3022178571 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; XmlNode_t3767805227 * V_3 = NULL; XmlNodeList_t2551693786 * V_4 = NULL; int32_t V_5 = 0; XmlElement_t561603118 * V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; Enumerator_t2690346795 V_11; memset(&V_11, 0, sizeof(V_11)); KeyValuePair_2_t3133836187 V_12; memset(&V_12, 0, sizeof(V_12)); KeyValuePair_2_t3133836187 V_13; memset(&V_13, 0, sizeof(V_13)); int32_t V_14 = 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); XmlNode_t3767805227 * G_B5_0 = NULL; { int32_t L_0 = __this->get_m_sceneID_0(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2586848215, L_2, /*hidden argument*/NULL); V_0 = L_3; IResourceManager_t3165642952 * L_4 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck(L_4); Object_t631007953 * L_6 = IResourceManager_CreateResource_m3145560403(L_4, L_5, /*hidden argument*/NULL); V_1 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_6, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * 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_0211; } } { __this->set_m_cfgIsReady_1((bool)1); } IL_003a: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlDocument_t2837193595 * L_9 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_9, /*hidden argument*/NULL); V_2 = L_9; XmlDocument_t2837193595 * L_10 = V_2; TextAsset_t3022178571 * L_11 = V_1; 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); XmlDocument_t2837193595 * L_13 = V_2; if (!L_13) { goto IL_005d; } } IL_0052: { XmlDocument_t2837193595 * L_14 = V_2; NullCheck(L_14); XmlNode_t3767805227 * L_15 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_14); G_B5_0 = L_15; goto IL_005e; } IL_005d: { G_B5_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_005e: { V_3 = G_B5_0; XmlNode_t3767805227 * L_16 = V_3; if (L_16) { goto IL_0071; } } IL_0065: { __this->set_m_bAllReady_2((bool)1); IL2CPP_LEAVE(0x259, FINALLY_016a); } IL_0071: { XmlNode_t3767805227 * L_17 = V_3; NullCheck(L_17); XmlNodeList_t2551693786 * L_18 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_17); V_4 = L_18; V_5 = 0; goto IL_010f; } IL_0081: { XmlNodeList_t2551693786 * L_19 = V_4; int32_t L_20 = V_5; NullCheck(L_19); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_19, L_20); V_6 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_22 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_23 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_22, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); V_7 = L_23; int32_t L_24 = V_7; if ((((int32_t)0) < ((int32_t)L_24))) { goto IL_00ad; } } IL_00a8: { goto IL_0109; } IL_00ad: { XmlElement_t561603118 * L_25 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_27 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_25, _stringLiteral2600665179, L_26, /*hidden argument*/NULL); V_8 = L_27; String_t* L_28 = V_8; bool L_29 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00db; } } IL_00cc: { Dictionary_2_t736164020 * L_30 = __this->get_m_arrayAnimMale_3(); int32_t L_31 = V_7; String_t* L_32 = V_8; NullCheck(L_30); Dictionary_2_Add_m2461861952(L_30, L_31, L_32, /*hidden argument*/Dictionary_2_Add_m2461861952_RuntimeMethod_var); } IL_00db: { XmlElement_t561603118 * L_33 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_35 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_33, _stringLiteral3978303945, L_34, /*hidden argument*/NULL); V_9 = L_35; String_t* L_36 = V_9; bool L_37 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_0109; } } IL_00fa: { Dictionary_2_t736164020 * L_38 = __this->get_m_arrayAnimFeMale_4(); int32_t L_39 = V_7; String_t* L_40 = V_9; NullCheck(L_38); Dictionary_2_Add_m2461861952(L_38, L_39, L_40, /*hidden argument*/Dictionary_2_Add_m2461861952_RuntimeMethod_var); } IL_0109: { int32_t L_41 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_010f: { int32_t L_42 = V_5; XmlNodeList_t2551693786 * L_43 = V_4; NullCheck(L_43); int32_t L_44 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_43); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_0081; } } IL_011d: { IL2CPP_LEAVE(0x20C, FINALLY_016a); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0122; throw e; } CATCH_0122: { // begin catch(System.Object) __this->set_m_bAllReady_2((bool)1); Dictionary_2_t736164020 * L_45 = __this->get_m_arrayAnimMale_3(); NullCheck(L_45); Dictionary_2_Clear_m3357594170(L_45, /*hidden argument*/Dictionary_2_Clear_m3357594170_RuntimeMethod_var); Dictionary_2_t736164020 * L_46 = __this->get_m_arrayAnimFeMale_4(); NullCheck(L_46); Dictionary_2_Clear_m3357594170(L_46, /*hidden argument*/Dictionary_2_Clear_m3357594170_RuntimeMethod_var); CLogHelp_t779629444 * L_47 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t* L_48 = __this->get_address_of_m_sceneID_0(); String_t* L_49 = Int32_ToString_m141394615(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2199518562, L_49, /*hidden argument*/NULL); NullCheck(L_47); CLogHelp_LogFile_m4227814860(L_47, L_50, /*hidden argument*/NULL); IL2CPP_LEAVE(0x20C, FINALLY_016a); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016a; } FINALLY_016a: { // begin finally (depth: 1) { V_1 = (TextAsset_t3022178571 *)NULL; IResourceManager_t3165642952 * L_51 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_52 = V_0; NullCheck(L_51); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_51, L_52); V_10 = (String_t*)NULL; Dictionary_2_t736164020 * L_53 = __this->get_m_arrayAnimMale_3(); NullCheck(L_53); Enumerator_t2690346795 L_54 = Dictionary_2_GetEnumerator_m460306020(L_53, /*hidden argument*/Dictionary_2_GetEnumerator_m460306020_RuntimeMethod_var); V_11 = L_54; goto IL_01b7; } IL_018d: { int32_t L_55 = __this->get_m_sceneID_0(); KeyValuePair_2_t3133836187 L_56 = Enumerator_get_Current_m1579029842((&V_11), /*hidden argument*/Enumerator_get_Current_m1579029842_RuntimeMethod_var); V_12 = L_56; String_t* L_57 = KeyValuePair_2_get_Value_m1551132002((&V_12), /*hidden argument*/KeyValuePair_2_get_Value_m1551132002_RuntimeMethod_var); String_t* L_58 = CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897(NULL /*static, unused*/, L_55, L_57, /*hidden argument*/NULL); V_10 = L_58; IResourceManager_t3165642952 * L_59 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_60 = V_10; NullCheck(L_59); IResourceManager_CreateResource_m3145560403(L_59, L_60, /*hidden argument*/NULL); } IL_01b7: { bool L_61 = Enumerator_MoveNext_m4038695978((&V_11), /*hidden argument*/Enumerator_MoveNext_m4038695978_RuntimeMethod_var); if (L_61) { goto IL_018d; } } IL_01c3: { Dictionary_2_t736164020 * L_62 = __this->get_m_arrayAnimFeMale_4(); NullCheck(L_62); Enumerator_t2690346795 L_63 = Dictionary_2_GetEnumerator_m460306020(L_62, /*hidden argument*/Dictionary_2_GetEnumerator_m460306020_RuntimeMethod_var); V_11 = L_63; goto IL_01ff; } IL_01d5: { int32_t L_64 = __this->get_m_sceneID_0(); KeyValuePair_2_t3133836187 L_65 = Enumerator_get_Current_m1579029842((&V_11), /*hidden argument*/Enumerator_get_Current_m1579029842_RuntimeMethod_var); V_13 = L_65; String_t* L_66 = KeyValuePair_2_get_Value_m1551132002((&V_13), /*hidden argument*/KeyValuePair_2_get_Value_m1551132002_RuntimeMethod_var); String_t* L_67 = CInteractionAnimCfg_ToFullInteractionAnimName_m1821157897(NULL /*static, unused*/, L_64, L_66, /*hidden argument*/NULL); V_10 = L_67; IResourceManager_t3165642952 * L_68 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_69 = V_10; NullCheck(L_68); IResourceManager_CreateResource_m3145560403(L_68, L_69, /*hidden argument*/NULL); } IL_01ff: { bool L_70 = Enumerator_MoveNext_m4038695978((&V_11), /*hidden argument*/Enumerator_MoveNext_m4038695978_RuntimeMethod_var); if (L_70) { goto IL_01d5; } } IL_020b: { IL2CPP_END_FINALLY(362) } } // end finally (depth: 1) IL2CPP_CLEANUP(362) { IL2CPP_JUMP_TBL(0x259, IL_0259) IL2CPP_JUMP_TBL(0x20C, IL_020c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_020c: { goto IL_0259; } IL_0211: { IResourceManager_t3165642952 * L_71 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_72 = V_0; NullCheck(L_71); int32_t L_73 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_71, L_72); V_14 = L_73; int32_t L_74 = V_14; if ((!(((uint32_t)L_74) == ((uint32_t)3)))) { goto IL_0259; } } { __this->set_m_cfgIsReady_1((bool)1); __this->set_m_bAllReady_2((bool)1); CLogHelp_t779629444 * L_75 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t* L_76 = __this->get_address_of_m_sceneID_0(); String_t* L_77 = Int32_ToString_m141394615(L_76, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_78 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1089492642, L_77, /*hidden argument*/NULL); NullCheck(L_75); CLogHelp_LogAuto_m2403746865(L_75, L_78, /*hidden argument*/NULL); } IL_0259: { 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.Framework.Scene.CInteractionCliderGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup__ctor_m2258224976 (CInteractionCliderGroup_t327998540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup__ctor_m2258224976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t828945481 * L_0 = (Dictionary_2_t828945481 *)il2cpp_codegen_object_new(Dictionary_2_t828945481_il2cpp_TypeInfo_var); Dictionary_2__ctor_m834836249(L_0, /*hidden argument*/Dictionary_2__ctor_m834836249_RuntimeMethod_var); __this->set_m_listInterCliderItem_1(L_0); List_1_t4246034554 * L_1 = (List_1_t4246034554 *)il2cpp_codegen_object_new(List_1_t4246034554_il2cpp_TypeInfo_var); List_1__ctor_m804839253(L_1, /*hidden argument*/List_1__ctor_m804839253_RuntimeMethod_var); __this->set_m_objList_2(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::AttachTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup_AttachTransform_m138891626 (CInteractionCliderGroup_t327998540 * __this, Transform_t3600365921 * ___transVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_AttachTransform_m138891626_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t3648466861 * V_0 = NULL; Animation_t3648466861 * G_B3_0 = NULL; { Transform_t3600365921 * L_0 = ___transVal0; 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_0017; } } { Transform_t3600365921 * L_2 = ___transVal0; NullCheck(L_2); Animation_t3648466861 * L_3 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_2, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); G_B3_0 = L_3; goto IL_0018; } IL_0017: { G_B3_0 = ((Animation_t3648466861 *)(NULL)); } IL_0018: { V_0 = G_B3_0; Animation_t3648466861 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0036; } } { Animation_t3648466861 * L_6 = V_0; NullCheck(L_6); AnimationClip_t2318505987 * L_7 = Animation_get_clip_m1019546398(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0042; } } IL_0036: { __this->set_m_transGroup_0((Transform_t3600365921 *)NULL); goto IL_0049; } IL_0042: { Transform_t3600365921 * L_9 = ___transVal0; __this->set_m_transGroup_0(L_9); } IL_0049: { return; } } // System.Boolean DMCore.Framework.Scene.CInteractionCliderGroup::IsValidGroupMoving() extern "C" IL2CPP_METHOD_ATTR bool CInteractionCliderGroup_IsValidGroupMoving_m1901927391 (CInteractionCliderGroup_t327998540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_IsValidGroupMoving_m1901927391_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_transGroup_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); return L_1; } } // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup_Clear_m1903562684 (CInteractionCliderGroup_t327998540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_Clear_m1903562684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_transGroup_0((Transform_t3600365921 *)NULL); Dictionary_2_t828945481 * L_0 = __this->get_m_listInterCliderItem_1(); NullCheck(L_0); Dictionary_2_Clear_m2037720456(L_0, /*hidden argument*/Dictionary_2_Clear_m2037720456_RuntimeMethod_var); return; } } // System.Int32 DMCore.Framework.Scene.CInteractionCliderGroup::Intersect(UnityEngine.Ray,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionCliderGroup_Intersect_m1050744298 (CInteractionCliderGroup_t327998540 * __this, Ray_t3785851493 ___rayVal0, Vector3_t3722313464 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_Intersect_m1050744298_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2783128256 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t3226617648 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t3226617648 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t3226617648 V_4; memset(&V_4, 0, sizeof(V_4)); { Dictionary_2_t828945481 * L_0 = __this->get_m_listInterCliderItem_1(); NullCheck(L_0); Enumerator_t2783128256 L_1 = Dictionary_2_GetEnumerator_m1706665023(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m1706665023_RuntimeMethod_var); V_0 = L_1; goto IL_006c; } IL_0011: { KeyValuePair_2_t3226617648 L_2 = Enumerator_get_Current_m2453034210((&V_0), /*hidden argument*/Enumerator_get_Current_m2453034210_RuntimeMethod_var); V_1 = L_2; CInteractionCliderItem_t1940232150 * L_3 = KeyValuePair_2_get_Value_m171705663((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m171705663_RuntimeMethod_var); Ray_t3785851493 L_4 = ___rayVal0; NullCheck(L_3); bool L_5 = CInteractionCliderItem_Intersect_m3843812204(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_006c; } } { KeyValuePair_2_t3226617648 L_6 = Enumerator_get_Current_m2453034210((&V_0), /*hidden argument*/Enumerator_get_Current_m2453034210_RuntimeMethod_var); V_3 = L_6; CInteractionCliderItem_t1940232150 * L_7 = KeyValuePair_2_get_Value_m171705663((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m171705663_RuntimeMethod_var); NullCheck(L_7); Vector3_t3722313464 L_8 = CInteractionCliderItem_GetCenter_m3757805819(L_7, /*hidden argument*/NULL); V_2 = L_8; Vector3_t3722313464 * L_9 = ___result1; float L_10 = (&V_2)->get_x_1(); float L_11 = (&V_2)->get_y_2(); float L_12 = (&V_2)->get_z_3(); Vector3_Set_m1737058353(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); KeyValuePair_2_t3226617648 L_13 = Enumerator_get_Current_m2453034210((&V_0), /*hidden argument*/Enumerator_get_Current_m2453034210_RuntimeMethod_var); V_4 = L_13; int32_t L_14 = KeyValuePair_2_get_Key_m702962296((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m702962296_RuntimeMethod_var); return L_14; } IL_006c: { bool L_15 = Enumerator_MoveNext_m243770870((&V_0), /*hidden argument*/Enumerator_MoveNext_m243770870_RuntimeMethod_var); if (L_15) { goto IL_0011; } } { return (-1); } } // DMCore.Framework.Scene.CInteractionCliderItem DMCore.Framework.Scene.CInteractionCliderGroup::InvokInteracionCliderItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderItem_t1940232150 * CInteractionCliderGroup_InvokInteracionCliderItem_m2953612865 (CInteractionCliderGroup_t327998540 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_InvokInteracionCliderItem_m2953612865_MetadataUsageId); s_Il2CppMethodInitialized = true; } CInteractionCliderItem_t1940232150 * V_0 = NULL; { V_0 = (CInteractionCliderItem_t1940232150 *)NULL; Dictionary_2_t828945481 * L_0 = __this->get_m_listInterCliderItem_1(); int32_t L_1 = ___index0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m280260391(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m280260391_RuntimeMethod_var); if (L_2) { goto IL_0029; } } { CInteractionCliderItem_t1940232150 * L_3 = (CInteractionCliderItem_t1940232150 *)il2cpp_codegen_object_new(CInteractionCliderItem_t1940232150_il2cpp_TypeInfo_var); CInteractionCliderItem__ctor_m4245697451(L_3, __this, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t828945481 * L_4 = __this->get_m_listInterCliderItem_1(); int32_t L_5 = ___index0; CInteractionCliderItem_t1940232150 * L_6 = V_0; NullCheck(L_4); Dictionary_2_Add_m3561636581(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_Add_m3561636581_RuntimeMethod_var); } IL_0029: { CInteractionCliderItem_t1940232150 * L_7 = V_0; return L_7; } } // DMCore.Framework.Scene.CInteractionCliderItem DMCore.Framework.Scene.CInteractionCliderGroup::FindInteracionCliderItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderItem_t1940232150 * CInteractionCliderGroup_FindInteracionCliderItem_m4175720479 (CInteractionCliderGroup_t327998540 * __this, int32_t ___InteractionID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_FindInteracionCliderItem_m4175720479_MetadataUsageId); s_Il2CppMethodInitialized = true; } CInteractionCliderItem_t1940232150 * V_0 = NULL; { V_0 = (CInteractionCliderItem_t1940232150 *)NULL; Dictionary_2_t828945481 * L_0 = __this->get_m_listInterCliderItem_1(); int32_t L_1 = ___InteractionID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m280260391(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m280260391_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CInteractionCliderItem_t1940232150 * L_3 = V_0; return L_3; } IL_0017: { return (CInteractionCliderItem_t1940232150 *)NULL; } } // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::PushGameObject(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup_PushGameObject_m3129682036 (CInteractionCliderGroup_t327998540 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_PushGameObject_m3129682036_MetadataUsageId); s_Il2CppMethodInitialized = true; } MeshRenderer_t587009260 * V_0 = NULL; CHightLightData_t2773959812 * V_1 = NULL; MeshRenderer_t587009260 * G_B3_0 = NULL; { GameObject_t1113636619 * L_0 = ___obj0; 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_0017; } } { GameObject_t1113636619 * L_2 = ___obj0; NullCheck(L_2); MeshRenderer_t587009260 * L_3 = GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439(L_2, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439_RuntimeMethod_var); G_B3_0 = L_3; goto IL_0018; } IL_0017: { G_B3_0 = ((MeshRenderer_t587009260 *)(NULL)); } IL_0018: { V_0 = G_B3_0; MeshRenderer_t587009260 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } { return; } IL_0026: { CHightLightData_t2773959812 * L_6 = (CHightLightData_t2773959812 *)il2cpp_codegen_object_new(CHightLightData_t2773959812_il2cpp_TypeInfo_var); CHightLightData__ctor_m140461447(L_6, /*hidden argument*/NULL); V_1 = L_6; CHightLightData_t2773959812 * L_7 = V_1; GameObject_t1113636619 * L_8 = ___obj0; NullCheck(L_7); L_7->set_m_go_0(L_8); CHightLightData_t2773959812 * L_9 = V_1; MeshRenderer_t587009260 * L_10 = V_0; NullCheck(L_10); Material_t340375123 * L_11 = Renderer_get_sharedMaterial_m1936632411(L_10, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_m_matOrg_1(L_11); CHightLightData_t2773959812 * L_12 = V_1; NullCheck(L_12); L_12->set_m_matHigh_2((Material_t340375123 *)NULL); List_1_t4246034554 * L_13 = __this->get_m_objList_2(); CHightLightData_t2773959812 * L_14 = V_1; NullCheck(L_13); List_1_Add_m733627281(L_13, L_14, /*hidden argument*/List_1_Add_m733627281_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CInteractionCliderGroup::HighLightGameObj(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderGroup_HighLightGameObj_m2405869832 (CInteractionCliderGroup_t327998540 * __this, bool ___bHighLight0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderGroup_HighLightGameObj_m2405869832_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CHightLightData_t2773959812 * V_1 = NULL; String_t* V_2 = NULL; String_t* G_B6_0 = NULL; { V_0 = 0; goto IL_0128; } IL_0007: { List_1_t4246034554 * L_0 = __this->get_m_objList_2(); int32_t L_1 = V_0; NullCheck(L_0); CHightLightData_t2773959812 * L_2 = List_1_get_Item_m2049457194(L_0, L_1, /*hidden argument*/List_1_get_Item_m2049457194_RuntimeMethod_var); V_1 = L_2; bool L_3 = ___bHighLight0; if (!L_3) { goto IL_00f7; } } { CHightLightData_t2773959812 * L_4 = V_1; NullCheck(L_4); Material_t340375123 * L_5 = L_4->get_m_matHigh_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00dc; } } { CHightLightData_t2773959812 * L_7 = V_1; NullCheck(L_7); Material_t340375123 * L_8 = L_7->get_m_matOrg_1(); NullCheck(L_8); Shader_t4151988712 * L_9 = Material_get_shader_m1331119247(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0056; } } { CHightLightData_t2773959812 * L_11 = V_1; NullCheck(L_11); Material_t340375123 * L_12 = L_11->get_m_matOrg_1(); NullCheck(L_12); Shader_t4151988712 * L_13 = Material_get_shader_m1331119247(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = Object_get_name_m4211327027(L_13, /*hidden argument*/NULL); G_B6_0 = L_14; goto IL_0057; } IL_0056: { G_B6_0 = ((String_t*)(NULL)); } IL_0057: { V_2 = G_B6_0; String_t* L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0069; } } { V_2 = _stringLiteral4248161630; } IL_0069: { CHightLightData_t2773959812 * L_17 = V_1; String_t* L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CShaderHelp_t3448475262_il2cpp_TypeInfo_var); Shader_t4151988712 * L_19 = CShaderHelp_FindShader_m3868927619(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); Material_t340375123 * L_20 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m1662457592(L_20, L_19, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_m_matHigh_2(L_20); CHightLightData_t2773959812 * L_21 = V_1; NullCheck(L_21); Material_t340375123 * L_22 = L_21->get_m_matHigh_2(); CHightLightData_t2773959812 * L_23 = V_1; NullCheck(L_23); Material_t340375123 * L_24 = L_23->get_m_matOrg_1(); NullCheck(L_22); Material_CopyPropertiesFromMaterial_m2896226580(L_22, L_24, /*hidden argument*/NULL); CHightLightData_t2773959812 * L_25 = V_1; NullCheck(L_25); Material_t340375123 * L_26 = L_25->get_m_matHigh_2(); CHightLightData_t2773959812 * L_27 = V_1; NullCheck(L_27); Material_t340375123 * L_28 = L_27->get_m_matOrg_1(); NullCheck(L_28); Texture_t3661962703 * L_29 = Material_get_mainTexture_m692510677(L_28, /*hidden argument*/NULL); NullCheck(L_26); Material_set_mainTexture_m544811714(L_26, L_29, /*hidden argument*/NULL); CHightLightData_t2773959812 * L_30 = V_1; NullCheck(L_30); Material_t340375123 * L_31 = L_30->get_m_matHigh_2(); NullCheck(L_31); bool L_32 = Material_HasProperty_m2704238996(L_31, _stringLiteral3227883222, /*hidden argument*/NULL); if (!L_32) { goto IL_00dc; } } { CHightLightData_t2773959812 * L_33 = V_1; NullCheck(L_33); Material_t340375123 * L_34 = L_33->get_m_matHigh_2(); CHightLightData_t2773959812 * L_35 = V_1; NullCheck(L_35); Material_t340375123 * L_36 = L_35->get_m_matOrg_1(); NullCheck(L_36); float L_37 = Material_GetFloat_m2210875428(L_36, _stringLiteral3227883222, /*hidden argument*/NULL); NullCheck(L_34); Material_SetFloat_m3226510453(L_34, _stringLiteral3227883222, ((float)il2cpp_codegen_add((float)(0.46f), (float)L_37)), /*hidden argument*/NULL); } IL_00dc: { CHightLightData_t2773959812 * L_38 = V_1; NullCheck(L_38); GameObject_t1113636619 * L_39 = L_38->get_m_go_0(); NullCheck(L_39); MeshRenderer_t587009260 * L_40 = GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439(L_39, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439_RuntimeMethod_var); CHightLightData_t2773959812 * L_41 = V_1; NullCheck(L_41); Material_t340375123 * L_42 = L_41->get_m_matHigh_2(); NullCheck(L_40); Renderer_set_sharedMaterial_m2374163090(L_40, L_42, /*hidden argument*/NULL); goto IL_0124; } IL_00f7: { CHightLightData_t2773959812 * L_43 = V_1; if (!L_43) { goto IL_0124; } } { CHightLightData_t2773959812 * L_44 = V_1; NullCheck(L_44); GameObject_t1113636619 * L_45 = L_44->get_m_go_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_45, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_46) { goto IL_0124; } } { CHightLightData_t2773959812 * L_47 = V_1; NullCheck(L_47); GameObject_t1113636619 * L_48 = L_47->get_m_go_0(); NullCheck(L_48); MeshRenderer_t587009260 * L_49 = GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439(L_48, /*hidden argument*/GameObject_GetComponent_TisMeshRenderer_t587009260_m3753719439_RuntimeMethod_var); CHightLightData_t2773959812 * L_50 = V_1; NullCheck(L_50); Material_t340375123 * L_51 = L_50->get_m_matOrg_1(); NullCheck(L_49); Renderer_set_sharedMaterial_m2374163090(L_49, L_51, /*hidden argument*/NULL); } IL_0124: { int32_t L_52 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_0128: { int32_t L_53 = V_0; List_1_t4246034554 * L_54 = __this->get_m_objList_2(); NullCheck(L_54); int32_t L_55 = List_1_get_Count_m3036331292(L_54, /*hidden argument*/List_1_get_Count_m3036331292_RuntimeMethod_var); if ((((int32_t)L_53) < ((int32_t)L_55))) { goto IL_0007; } } { 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.Framework.Scene.CInteractionCliderGroup/CHightLightData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CHightLightData__ctor_m140461447 (CHightLightData_t2773959812 * __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.Framework.Scene.CInteractionCliderItem::.ctor(DMCore.Framework.Scene.CInteractionCliderGroup) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderItem__ctor_m4245697451 (CInteractionCliderItem_t1940232150 * __this, CInteractionCliderGroup_t327998540 * ___group0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderItem__ctor_m4245697451_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ptCenter_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_1 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ptRotation_1(L_1); List_1_t2266899006 * L_2 = (List_1_t2266899006 *)il2cpp_codegen_object_new(List_1_t2266899006_il2cpp_TypeInfo_var); List_1__ctor_m1664421400(L_2, /*hidden argument*/List_1__ctor_m1664421400_RuntimeMethod_var); __this->set_m_cliderList_3(L_2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); CInteractionCliderGroup_t327998540 * L_3 = ___group0; __this->set_m_groupOwner_4(L_3); return; } } // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionCliderItem::GetGroupOwner() extern "C" IL2CPP_METHOD_ATTR CInteractionCliderGroup_t327998540 * CInteractionCliderItem_GetGroupOwner_m288223370 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method) { { CInteractionCliderGroup_t327998540 * L_0 = __this->get_m_groupOwner_4(); return L_0; } } // System.Void DMCore.Framework.Scene.CInteractionCliderItem::Clear() extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderItem_Clear_m1915656743 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderItem_Clear_m1915656743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2266899006 * L_0 = __this->get_m_cliderList_3(); NullCheck(L_0); List_1_Clear_m1322609822(L_0, /*hidden argument*/List_1_Clear_m1322609822_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CInteractionCliderItem::PushClider(DMCore.Framework.Scene.DMCliderBase) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderItem_PushClider_m1350113817 (CInteractionCliderItem_t1940232150 * __this, DMCliderBase_t794824264 * ___clider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderItem_PushClider_m1350113817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMCliderBase_t794824264 * L_0 = ___clider0; if (!L_0) { goto IL_0012; } } { List_1_t2266899006 * L_1 = __this->get_m_cliderList_3(); DMCliderBase_t794824264 * L_2 = ___clider0; NullCheck(L_1); List_1_Add_m2116331374(L_1, L_2, /*hidden argument*/List_1_Add_m2116331374_RuntimeMethod_var); } IL_0012: { return; } } // System.Void DMCore.Framework.Scene.CInteractionCliderItem::SetInformation(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CInteractionCliderItem_SetInformation_m1570941690 (CInteractionCliderItem_t1940232150 * __this, Transform_t3600365921 * ___transVal0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___transVal0; __this->set_m_transVal_2(L_0); Transform_t3600365921 * L_1 = __this->get_m_transVal_2(); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_position_m36019626(L_1, /*hidden argument*/NULL); __this->set_m_ptCenter_0(L_2); Transform_t3600365921 * L_3 = __this->get_m_transVal_2(); NullCheck(L_3); Quaternion_t2301928331 L_4 = Transform_get_rotation_m3502953881(L_3, /*hidden argument*/NULL); __this->set_m_ptRotation_1(L_4); return; } } // UnityEngine.Vector3 DMCore.Framework.Scene.CInteractionCliderItem::GetCenter() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CInteractionCliderItem_GetCenter_m3757805819 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderItem_GetCenter_m3757805819_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); { Transform_t3600365921 * L_0 = __this->get_m_transVal_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_003c; } } { CInteractionCliderGroup_t327998540 * L_2 = __this->get_m_groupOwner_4(); if (!L_2) { goto IL_003c; } } { CInteractionCliderGroup_t327998540 * L_3 = __this->get_m_groupOwner_4(); NullCheck(L_3); bool L_4 = CInteractionCliderGroup_IsValidGroupMoving_m1901927391(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { Transform_t3600365921 * L_5 = __this->get_m_transVal_2(); NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_position_m36019626(L_5, /*hidden argument*/NULL); G_B5_0 = L_6; goto IL_0042; } IL_003c: { Vector3_t3722313464 L_7 = __this->get_m_ptCenter_0(); G_B5_0 = L_7; } IL_0042: { return G_B5_0; } } // UnityEngine.Quaternion DMCore.Framework.Scene.CInteractionCliderItem::GetRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 CInteractionCliderItem_GetRotation_m1600691375 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderItem_GetRotation_m1600691375_MetadataUsageId); s_Il2CppMethodInitialized = true; } Quaternion_t2301928331 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); { Transform_t3600365921 * L_0 = __this->get_m_transVal_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_003c; } } { CInteractionCliderGroup_t327998540 * L_2 = __this->get_m_groupOwner_4(); if (!L_2) { goto IL_003c; } } { CInteractionCliderGroup_t327998540 * L_3 = __this->get_m_groupOwner_4(); NullCheck(L_3); bool L_4 = CInteractionCliderGroup_IsValidGroupMoving_m1901927391(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { Transform_t3600365921 * L_5 = __this->get_m_transVal_2(); NullCheck(L_5); Quaternion_t2301928331 L_6 = Transform_get_rotation_m3502953881(L_5, /*hidden argument*/NULL); G_B5_0 = L_6; goto IL_0042; } IL_003c: { Quaternion_t2301928331 L_7 = __this->get_m_ptRotation_1(); G_B5_0 = L_7; } IL_0042: { return G_B5_0; } } // UnityEngine.Transform DMCore.Framework.Scene.CInteractionCliderItem::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CInteractionCliderItem_GetTransform_m2243548090 (CInteractionCliderItem_t1940232150 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_m_transVal_2(); return L_0; } } // System.Boolean DMCore.Framework.Scene.CInteractionCliderItem::Intersect(UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR bool CInteractionCliderItem_Intersect_m3843812204 (CInteractionCliderItem_t1940232150 * __this, Ray_t3785851493 ___rayVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionCliderItem_Intersect_m3843812204_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0024; } IL_0007: { List_1_t2266899006 * L_0 = __this->get_m_cliderList_3(); int32_t L_1 = V_0; NullCheck(L_0); DMCliderBase_t794824264 * L_2 = List_1_get_Item_m3920255031(L_0, L_1, /*hidden argument*/List_1_get_Item_m3920255031_RuntimeMethod_var); Ray_t3785851493 L_3 = ___rayVal0; NullCheck(L_2); bool L_4 = VirtFuncInvoker1< bool, Ray_t3785851493 >::Invoke(4 /* System.Boolean DMCore.Framework.Scene.DMCliderBase::Intersect(UnityEngine.Ray) */, L_2, L_3); if (!L_4) { goto IL_0020; } } { return (bool)1; } IL_0020: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0024: { int32_t L_6 = V_0; List_1_t2266899006 * L_7 = __this->get_m_cliderList_3(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m1136297764(L_7, /*hidden argument*/List_1_get_Count_m1136297764_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0007; } } { 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.Framework.Scene.CInteractionEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent__ctor_m175746072 (CInteractionEvent_t1132726501 * __this, const RuntimeMethod* method) { { CWalkEvent__ctor_m2524678992(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.enumWalkEventType DMCore.Framework.Scene.CInteractionEvent::GetWalkType() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionEvent_GetWalkType_m3925694147 (CInteractionEvent_t1132726501 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void DMCore.Framework.Scene.CInteractionEvent::SendMsg() extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent_SendMsg_m3414919108 (CInteractionEvent_t1132726501 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionEvent_SendMsg_m3414919108_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = ISceneRole_GetChangeModel_m941892506(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0027; } } { 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, _stringLiteral1268060932, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, L_3, (OnMsgBoxClkCallBack_t3229751541 *)NULL, /*hidden argument*/NULL); return; } IL_0027: { CDataArray_t4068198041 * L_4 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_4, /*hidden argument*/NULL); V_0 = L_4; CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, ((int32_t)2000), /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, 2, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; int64_t L_8 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_7); CDataArray_Push_m3799896857(L_7, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_0; int32_t L_10 = __this->get_m_nInteractionID_9(); NullCheck(L_9); CDataArray_Push_m3820844360(L_9, L_10, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_0; Vector3_t3722313464 * L_12 = __this->get_address_of_m_posBegin_10(); float L_13 = L_12->get_x_1(); NullCheck(L_11); CDataArray_Push_m1044129115(L_11, L_13, /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = V_0; Vector3_t3722313464 * L_15 = __this->get_address_of_m_posBegin_10(); float L_16 = L_15->get_y_2(); NullCheck(L_14); CDataArray_Push_m1044129115(L_14, L_16, /*hidden argument*/NULL); CDataArray_t4068198041 * L_17 = V_0; Vector3_t3722313464 * L_18 = __this->get_address_of_m_posBegin_10(); float L_19 = L_18->get_z_3(); NullCheck(L_17); CDataArray_Push_m1044129115(L_17, L_19, /*hidden argument*/NULL); CDataArray_t4068198041 * L_20 = V_0; Vector3_t3722313464 * L_21 = __this->get_address_of_m_posEnd_11(); float L_22 = L_21->get_x_1(); NullCheck(L_20); CDataArray_Push_m1044129115(L_20, L_22, /*hidden argument*/NULL); CDataArray_t4068198041 * L_23 = V_0; Vector3_t3722313464 * L_24 = __this->get_address_of_m_posEnd_11(); float L_25 = L_24->get_y_2(); NullCheck(L_23); CDataArray_Push_m1044129115(L_23, L_25, /*hidden argument*/NULL); CDataArray_t4068198041 * L_26 = V_0; Vector3_t3722313464 * L_27 = __this->get_address_of_m_posEnd_11(); float L_28 = L_27->get_z_3(); NullCheck(L_26); CDataArray_Push_m1044129115(L_26, L_28, /*hidden argument*/NULL); CDataArray_t4068198041 * L_29 = V_0; NullCheck(L_29); CDataArray_Flush_m1077150699(L_29, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Scene.CInteractionEvent::OnGetMsg(DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionEvent_OnGetMsg_m3424867229 (CInteractionEvent_t1132726501 * __this, CDataArray_t4068198041 * ___msg0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionEvent_OnGetMsg_m3424867229_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = ___startIndex1; int32_t L_2 = CWalkEvent_OnGetMsg_m3522864474(__this, L_0, L_1, /*hidden argument*/NULL); ___startIndex1 = L_2; CDataArray_t4068198041 * L_3 = ___msg0; int32_t L_4 = ___startIndex1; int32_t L_5 = L_4; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); int32_t L_6 = CDataArray_GetInt_m1111369473(L_3, L_5, 0, /*hidden argument*/NULL); __this->set_m_nInteractionID_9(L_6); CRecreationManager_t3180859335 * L_7 = CRecreationManager_GetInstance_m1458318159(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_8 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); int32_t L_9 = __this->get_m_nInteractionID_9(); NullCheck(L_7); CRecreationManager_PlayerOnClick_m1262622214(L_7, L_8, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = ___msg0; int32_t L_11 = ___startIndex1; int32_t L_12 = L_11; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); float L_13 = CDataArray_GetFloat_m2138633744(L_10, L_12, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = ___msg0; int32_t L_15 = ___startIndex1; int32_t L_16 = L_15; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); NullCheck(L_14); float L_17 = CDataArray_GetFloat_m2138633744(L_14, L_16, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = ___msg0; int32_t L_19 = ___startIndex1; int32_t L_20 = L_19; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); float L_21 = CDataArray_GetFloat_m2138633744(L_18, L_20, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_22; memset(&L_22, 0, sizeof(L_22)); Vector3__ctor_m3353183577((&L_22), L_13, L_17, L_21, /*hidden argument*/NULL); __this->set_m_posBegin_10(L_22); CDataArray_t4068198041 * L_23 = ___msg0; int32_t L_24 = ___startIndex1; int32_t L_25 = L_24; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); NullCheck(L_23); float L_26 = CDataArray_GetFloat_m2138633744(L_23, L_25, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_27 = ___msg0; int32_t L_28 = ___startIndex1; int32_t L_29 = L_28; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); NullCheck(L_27); float L_30 = CDataArray_GetFloat_m2138633744(L_27, L_29, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_31 = ___msg0; int32_t L_32 = ___startIndex1; int32_t L_33 = L_32; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); NullCheck(L_31); float L_34 = CDataArray_GetFloat_m2138633744(L_31, L_33, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_35; memset(&L_35, 0, sizeof(L_35)); Vector3__ctor_m3353183577((&L_35), L_26, L_30, L_34, /*hidden argument*/NULL); __this->set_m_posEnd_11(L_35); CSceneService_t551449725 * L_36 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_37 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_36); ISceneRole_t2394225724 * L_38 = CSceneService_FindRoleByUserID_m4171044813(L_36, L_37, /*hidden argument*/NULL); V_0 = L_38; ISceneBaseObj_t858622483 * L_39 = V_0; if (!L_39) { goto IL_00e9; } } { int32_t L_40 = __this->get_m_nInteractionID_9(); ISceneBaseObj_t858622483 * L_41 = V_0; NullCheck(L_41); CDataProperty_t2806246268 * L_42 = ISceneBaseObj_GetUserProperty_m776816018(L_41, /*hidden argument*/NULL); NullCheck(L_42); int32_t L_43 = CDataProperty_GetInt_m1935343217(L_42, _stringLiteral3478854286, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)L_43)))) { goto IL_00e9; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); } IL_00e9: { int32_t L_44 = ___startIndex1; return L_44; } } // System.Void DMCore.Framework.Scene.CInteractionEvent::OnStart() extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent_OnStart_m708512880 (CInteractionEvent_t1132726501 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionEvent_OnStart_m708512880_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; CInteractionCliderItem_t1940232150 * V_1 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (L_3) { goto IL_001f; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); return; } IL_001f: { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); CDataProperty_t2806246268 * L_5 = ISceneBaseObj_GetUserProperty_m776816018(L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_m_nInteractionID_9(); NullCheck(L_5); CDataProperty_Add_m837145387(L_5, _stringLiteral3478854286, L_6, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_7 = V_0; NullCheck(L_7); ISceneBaseObj_AddRoleState_m2943967725(L_7, ((int32_t)32), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_8 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CInteractionRange_t868014233 * L_9 = CWalkManager_GetInteractionRange_m3832850933(L_8, /*hidden argument*/NULL); int32_t L_10 = __this->get_m_nInteractionID_9(); NullCheck(L_9); CInteractionCliderItem_t1940232150 * L_11 = CInteractionRange_FindInteracionCliderItem_m4137299991(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; CInteractionCliderItem_t1940232150 * L_12 = V_1; if (L_12) { goto IL_0086; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); CLogHelp_t779629444 * L_13 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t* L_14 = __this->get_address_of_m_nInteractionID_9(); String_t* L_15 = Int32_ToString_m141394615(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral70576581, L_15, /*hidden argument*/NULL); NullCheck(L_13); CLogHelp_LogAuto_m2403746865(L_13, L_16, /*hidden argument*/NULL); return; } IL_0086: { Vector3_t3722313464 L_17 = __this->get_m_posEnd_11(); Vector3_t3722313464 L_18 = __this->get_m_posBegin_10(); CWalkEvent_SetInfo_m752624831(__this, L_17, L_18, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_19 = V_0; NullCheck(L_19); bool L_20 = ISceneBaseObj_CheckRoleState_m2983555996(L_19, 2, /*hidden argument*/NULL); if (L_20) { goto IL_00b0; } } { ISceneBaseObj_t858622483 * L_21 = V_0; CWalkEvent_OnInit_m247998893(__this, ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_21, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_00b0: { return; } } // System.Void DMCore.Framework.Scene.CInteractionEvent::OnStop() extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent_OnStop_m3202487364 (CInteractionEvent_t1132726501 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionEvent_OnStop_m3202487364_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; ISceneRole_t2394225724 * V_1 = NULL; CInteractionCliderItem_t1940232150 * V_2 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (!L_3) { goto IL_008d; } } { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); ISceneBaseObj_AddRoleState_m2943967725(L_4, 4, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_5 = V_0; NullCheck(L_5); ISceneBaseObj_RemoveRoleState_m1533657667(L_5, 1, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_6 = V_0; NullCheck(L_6); ISceneBaseObj_RemoveRoleState_m1533657667(L_6, ((int32_t)32), /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_7 = V_0; V_1 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_7, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_8 = V_1; if (!L_8) { goto IL_008d; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_9 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CInteractionRange_t868014233 * L_10 = CWalkManager_GetInteractionRange_m3832850933(L_9, /*hidden argument*/NULL); int32_t L_11 = __this->get_m_nInteractionID_9(); NullCheck(L_10); CInteractionCliderItem_t1940232150 * L_12 = CInteractionRange_FindInteracionCliderItem_m4137299991(L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; CInteractionCliderItem_t1940232150 * L_13 = V_2; if (!L_13) { goto IL_0082; } } { CInteractionCliderItem_t1940232150 * L_14 = V_2; NullCheck(L_14); CInteractionCliderGroup_t327998540 * L_15 = CInteractionCliderItem_GetGroupOwner_m288223370(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0082; } } { CInteractionCliderItem_t1940232150 * L_16 = V_2; NullCheck(L_16); CInteractionCliderGroup_t327998540 * L_17 = CInteractionCliderItem_GetGroupOwner_m288223370(L_16, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = CInteractionCliderGroup_IsValidGroupMoving_m1901927391(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0082; } } { ISceneRole_t2394225724 * L_19 = V_1; int32_t L_20 = __this->get_m_nInteractionID_9(); NullCheck(L_19); ISceneRole_SetMovingInteraction_m3114680788(L_19, L_20, /*hidden argument*/NULL); goto IL_008d; } IL_0082: { ISceneRole_t2394225724 * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_22 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); NullCheck(L_21); ISceneRole_SetMovingInteraction_m3114680788(L_21, L_22, /*hidden argument*/NULL); } IL_008d: { int64_t L_23 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); CMainRole_t4200562839 * L_24 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); int64_t L_25 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_24); if ((!(((uint64_t)L_23) == ((uint64_t)L_25)))) { goto IL_00d1; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_26 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CWalkCamera_t1176337330 * L_27 = CWalkManager_GetWalkCamera_m2368173090(L_26, /*hidden argument*/NULL); NullCheck(L_27); CWalkCamera_SetFollowCamera_m3257888760(L_27, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_28 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); CWalkCamera_t1176337330 * L_29 = CWalkManager_GetWalkCamera_m2368173090(L_28, /*hidden argument*/NULL); NullCheck(L_29); CWalkCamera_FlushFollowCamera_m20976819(L_29, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_30 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); CWalkCamera_t1176337330 * L_31 = CWalkManager_GetWalkCamera_m2368173090(L_30, /*hidden argument*/NULL); NullCheck(L_31); CWalkCamera_SetFollowCamera_m3257888760(L_31, (bool)0, /*hidden argument*/NULL); } IL_00d1: { return; } } // System.Void DMCore.Framework.Scene.CInteractionEvent::OnTick() extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent_OnTick_m3980233639 (CInteractionEvent_t1132726501 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionEvent_OnTick_m3980233639_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; CInteractionCliderItem_t1940232150 * V_1 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneRole_t2394225724 * L_3 = V_0; if (L_3) { goto IL_001f; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); return; } IL_001f: { ISceneRole_t2394225724 * L_4 = V_0; NullCheck(L_4); bool L_5 = ISceneBaseObj_IsValid_m1197404667(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } { return; } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_6 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CInteractionRange_t868014233 * L_7 = CWalkManager_GetInteractionRange_m3832850933(L_6, /*hidden argument*/NULL); int32_t L_8 = __this->get_m_nInteractionID_9(); NullCheck(L_7); CInteractionCliderItem_t1940232150 * L_9 = CInteractionRange_FindInteracionCliderItem_m4137299991(L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; CInteractionCliderItem_t1940232150 * L_10 = V_1; if (L_10) { goto IL_004f; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); return; } IL_004f: { CInteractionCliderItem_t1940232150 * L_11 = V_1; NullCheck(L_11); CInteractionCliderGroup_t327998540 * L_12 = CInteractionCliderItem_GetGroupOwner_m288223370(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0076; } } { CInteractionCliderItem_t1940232150 * L_13 = V_1; NullCheck(L_13); CInteractionCliderGroup_t327998540 * L_14 = CInteractionCliderItem_GetGroupOwner_m288223370(L_13, /*hidden argument*/NULL); NullCheck(L_14); bool L_15 = CInteractionCliderGroup_IsValidGroupMoving_m1901927391(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0076; } } { CInteractionCliderItem_t1940232150 * L_16 = V_1; NullCheck(L_16); Vector3_t3722313464 L_17 = CInteractionCliderItem_GetCenter_m3757805819(L_16, /*hidden argument*/NULL); CWalkEvent__OnTickDynamicTarget_m847422151(__this, L_17, /*hidden argument*/NULL); } IL_0076: { ISceneRole_t2394225724 * L_18 = V_0; CWalkEvent_OnTickMove_m2897709827(__this, L_18, /*hidden argument*/NULL); bool L_19 = ((CWalkEvent_t1212470810 *)__this)->get_m_endFlag_2(); if (!L_19) { goto IL_008f; } } { ISceneRole_t2394225724 * L_20 = V_0; CInteractionEvent_OnEndAnimPosition_m1149693587(__this, L_20, /*hidden argument*/NULL); } IL_008f: { return; } } // System.Void DMCore.Framework.Scene.CInteractionEvent::OnEndAnimPosition(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CInteractionEvent_OnEndAnimPosition_m1149693587 (CInteractionEvent_t1132726501 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionEvent_OnEndAnimPosition_m1149693587_MetadataUsageId); s_Il2CppMethodInitialized = true; } CInteractionCliderItem_t1940232150 * V_0 = NULL; String_t* V_1 = NULL; int32_t G_B4_0 = 0; CInteractionAnimCfg_t581781419 * G_B4_1 = NULL; int32_t G_B3_0 = 0; CInteractionAnimCfg_t581781419 * G_B3_1 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; CInteractionAnimCfg_t581781419 * G_B5_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_0 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CInteractionRange_t868014233 * L_1 = CWalkManager_GetInteractionRange_m3832850933(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_m_nInteractionID_9(); NullCheck(L_1); CInteractionCliderItem_t1940232150 * L_3 = CInteractionRange_FindInteracionCliderItem_m4137299991(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; CInteractionCliderItem_t1940232150 * L_4 = V_0; if (L_4) { goto IL_0042; } } { CLogHelp_t779629444 * L_5 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t* L_6 = __this->get_address_of_m_nInteractionID_9(); String_t* L_7 = Int32_ToString_m141394615(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral70576581, L_7, /*hidden argument*/NULL); NullCheck(L_5); CLogHelp_LogAuto_m2403746865(L_5, L_8, /*hidden argument*/NULL); return; } IL_0042: { ISceneRole_t2394225724 * L_9 = ___role0; NullCheck(L_9); ISceneBaseObj_StopAnim_m821603361(L_9, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_10 = ___role0; NullCheck(L_10); Transform_t3600365921 * L_11 = ISceneBaseObj_GetTransform_m3818769012(L_10, /*hidden argument*/NULL); CInteractionCliderItem_t1940232150 * L_12 = V_0; NullCheck(L_12); Quaternion_t2301928331 L_13 = CInteractionCliderItem_GetRotation_m1600691375(L_12, /*hidden argument*/NULL); NullCheck(L_11); Transform_set_rotation_m3524318132(L_11, L_13, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_14 = ___role0; NullCheck(L_14); Transform_t3600365921 * L_15 = ISceneBaseObj_GetTransform_m3818769012(L_14, /*hidden argument*/NULL); CInteractionCliderItem_t1940232150 * L_16 = V_0; NullCheck(L_16); Vector3_t3722313464 L_17 = CInteractionCliderItem_GetCenter_m3757805819(L_16, /*hidden argument*/NULL); NullCheck(L_15); Transform_set_position_m3387557959(L_15, L_17, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_18 = ___role0; NullCheck(L_18); ISceneBaseObj_StopAnim_m821603361(L_18, /*hidden argument*/NULL); CInteractionAnimCfg_t581781419 * L_19 = CInteractionAnimCfg_GetInstance_m3690882951(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_20 = __this->get_m_nInteractionID_9(); ISceneRole_t2394225724 * L_21 = ___role0; NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_21); G_B3_0 = L_20; G_B3_1 = L_19; if (L_22) { G_B4_0 = L_20; G_B4_1 = L_19; goto IL_008c; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_008d; } IL_008c: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_008d: { NullCheck(G_B5_2); String_t* L_23 = CInteractionAnimCfg_GetInteractionAnim_m1861740546(G_B5_2, G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); V_1 = L_23; String_t* L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00a6; } } { ISceneRole_t2394225724 * L_26 = ___role0; String_t* L_27 = V_1; NullCheck(L_26); ISceneBaseObj_SetIdleAnim_m1936918694(L_26, L_27, /*hidden argument*/NULL); } IL_00a6: { 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.Framework.Scene.CInteractionRange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionRange__ctor_m3991271252 (CInteractionRange_t868014233 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionRange__ctor_m3991271252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_INVALID_ID_0(); __this->set_m_clkedGroup_0(L_0); Dictionary_2_t3511679167 * L_1 = (Dictionary_2_t3511679167 *)il2cpp_codegen_object_new(Dictionary_2_t3511679167_il2cpp_TypeInfo_var); Dictionary_2__ctor_m942932118(L_1, /*hidden argument*/Dictionary_2__ctor_m942932118_RuntimeMethod_var); __this->set_m_cliderGroup_1(L_1); return; } } // System.Void DMCore.Framework.Scene.CInteractionRange::Clear() extern "C" IL2CPP_METHOD_ATTR void CInteractionRange_Clear_m1673904080 (CInteractionRange_t868014233 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionRange_Clear_m1673904080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3511679167 * L_0 = __this->get_m_cliderGroup_1(); NullCheck(L_0); Dictionary_2_Clear_m253764666(L_0, /*hidden argument*/Dictionary_2_Clear_m253764666_RuntimeMethod_var); return; } } // System.Int32 DMCore.Framework.Scene.CInteractionRange::GetActiveGroup() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionRange_GetActiveGroup_m3787580463 (CInteractionRange_t868014233 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_clkedGroup_0(); return L_0; } } // System.Void DMCore.Framework.Scene.CInteractionRange::SetActiveGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CInteractionRange_SetActiveGroup_m2780592628 (CInteractionRange_t868014233 * __this, int32_t ___clkedGroup0, const RuntimeMethod* method) { CInteractionCliderGroup_t327998540 * V_0 = NULL; CInteractionCliderGroup_t327998540 * V_1 = NULL; { int32_t L_0 = __this->get_m_clkedGroup_0(); int32_t L_1 = ___clkedGroup0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = __this->get_m_clkedGroup_0(); CInteractionCliderGroup_t327998540 * L_3 = CInteractionRange_FindInteracionCliderGroup_m695622543(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; CInteractionCliderGroup_t327998540 * L_4 = V_0; if (!L_4) { goto IL_0027; } } { CInteractionCliderGroup_t327998540 * L_5 = V_0; NullCheck(L_5); CInteractionCliderGroup_HighLightGameObj_m2405869832(L_5, (bool)0, /*hidden argument*/NULL); } IL_0027: { int32_t L_6 = ___clkedGroup0; CInteractionCliderGroup_t327998540 * L_7 = CInteractionRange_FindInteracionCliderGroup_m695622543(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; CInteractionCliderGroup_t327998540 * L_8 = V_1; if (!L_8) { goto IL_003c; } } { CInteractionCliderGroup_t327998540 * L_9 = V_1; NullCheck(L_9); CInteractionCliderGroup_HighLightGameObj_m2405869832(L_9, (bool)1, /*hidden argument*/NULL); } IL_003c: { int32_t L_10 = ___clkedGroup0; __this->set_m_clkedGroup_0(L_10); return; } } // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionRange::FindInteracionCliderGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderGroup_t327998540 * CInteractionRange_FindInteracionCliderGroup_m695622543 (CInteractionRange_t868014233 * __this, int32_t ___groupID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionRange_FindInteracionCliderGroup_m695622543_MetadataUsageId); s_Il2CppMethodInitialized = true; } CInteractionCliderGroup_t327998540 * V_0 = NULL; { V_0 = (CInteractionCliderGroup_t327998540 *)NULL; Dictionary_2_t3511679167 * L_0 = __this->get_m_cliderGroup_1(); int32_t L_1 = ___groupID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4291242523(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4291242523_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CInteractionCliderGroup_t327998540 * L_3 = V_0; return L_3; } IL_0017: { return (CInteractionCliderGroup_t327998540 *)NULL; } } // DMCore.Framework.Scene.CInteractionCliderGroup DMCore.Framework.Scene.CInteractionRange::GetInteracionCliderGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderGroup_t327998540 * CInteractionRange_GetInteracionCliderGroup_m2736705229 (CInteractionRange_t868014233 * __this, int32_t ___groupID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionRange_GetInteracionCliderGroup_m2736705229_MetadataUsageId); s_Il2CppMethodInitialized = true; } CInteractionCliderGroup_t327998540 * V_0 = NULL; { V_0 = (CInteractionCliderGroup_t327998540 *)NULL; Dictionary_2_t3511679167 * L_0 = __this->get_m_cliderGroup_1(); int32_t L_1 = ___groupID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4291242523(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4291242523_RuntimeMethod_var); if (L_2) { goto IL_0028; } } { CInteractionCliderGroup_t327998540 * L_3 = (CInteractionCliderGroup_t327998540 *)il2cpp_codegen_object_new(CInteractionCliderGroup_t327998540_il2cpp_TypeInfo_var); CInteractionCliderGroup__ctor_m2258224976(L_3, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t3511679167 * L_4 = __this->get_m_cliderGroup_1(); int32_t L_5 = ___groupID0; CInteractionCliderGroup_t327998540 * L_6 = V_0; NullCheck(L_4); Dictionary_2_Add_m2524445884(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_Add_m2524445884_RuntimeMethod_var); } IL_0028: { CInteractionCliderGroup_t327998540 * L_7 = V_0; return L_7; } } // DMCore.Framework.Scene.CInteractionCliderItem DMCore.Framework.Scene.CInteractionRange::FindInteracionCliderItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInteractionCliderItem_t1940232150 * CInteractionRange_FindInteracionCliderItem_m4137299991 (CInteractionRange_t868014233 * __this, int32_t ___InteractionID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionRange_FindInteracionCliderItem_m4137299991_MetadataUsageId); s_Il2CppMethodInitialized = true; } CInteractionCliderItem_t1940232150 * V_0 = NULL; Enumerator_t1170894646 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t1614384038 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (CInteractionCliderItem_t1940232150 *)NULL; Dictionary_2_t3511679167 * L_0 = __this->get_m_cliderGroup_1(); NullCheck(L_0); Enumerator_t1170894646 L_1 = Dictionary_2_GetEnumerator_m3629281872(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3629281872_RuntimeMethod_var); V_1 = L_1; goto IL_0031; } IL_0013: { KeyValuePair_2_t1614384038 L_2 = Enumerator_get_Current_m909559613((&V_1), /*hidden argument*/Enumerator_get_Current_m909559613_RuntimeMethod_var); V_2 = L_2; CInteractionCliderGroup_t327998540 * L_3 = KeyValuePair_2_get_Value_m2364469770((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2364469770_RuntimeMethod_var); int32_t L_4 = ___InteractionID0; NullCheck(L_3); CInteractionCliderItem_t1940232150 * L_5 = CInteractionCliderGroup_FindInteracionCliderItem_m4175720479(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; CInteractionCliderItem_t1940232150 * L_6 = V_0; if (!L_6) { goto IL_0031; } } { CInteractionCliderItem_t1940232150 * L_7 = V_0; return L_7; } IL_0031: { bool L_8 = Enumerator_MoveNext_m2473172785((&V_1), /*hidden argument*/Enumerator_MoveNext_m2473172785_RuntimeMethod_var); if (L_8) { goto IL_0013; } } { return (CInteractionCliderItem_t1940232150 *)NULL; } } // System.Int32 DMCore.Framework.Scene.CInteractionRange::Intersect(UnityEngine.Ray,UnityEngine.Vector3&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionRange_Intersect_m3246814950 (CInteractionRange_t868014233 * __this, Ray_t3785851493 ___rayVal0, Vector3_t3722313464 * ___result1, int32_t* ___clkGroup2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionRange_Intersect_m3246814950_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Enumerator_t1170894646 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t1614384038 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t1614384038 V_3; memset(&V_3, 0, sizeof(V_3)); { V_0 = (-1); Dictionary_2_t3511679167 * L_0 = __this->get_m_cliderGroup_1(); NullCheck(L_0); Enumerator_t1170894646 L_1 = Dictionary_2_GetEnumerator_m3629281872(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3629281872_RuntimeMethod_var); V_1 = L_1; goto IL_0044; } IL_0013: { KeyValuePair_2_t1614384038 L_2 = Enumerator_get_Current_m909559613((&V_1), /*hidden argument*/Enumerator_get_Current_m909559613_RuntimeMethod_var); V_2 = L_2; CInteractionCliderGroup_t327998540 * L_3 = KeyValuePair_2_get_Value_m2364469770((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2364469770_RuntimeMethod_var); Ray_t3785851493 L_4 = ___rayVal0; Vector3_t3722313464 * L_5 = ___result1; NullCheck(L_3); int32_t L_6 = CInteractionCliderGroup_Intersect_m1050744298(L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)0) > ((int32_t)L_7))) { goto IL_0044; } } { int32_t* L_8 = ___clkGroup2; KeyValuePair_2_t1614384038 L_9 = Enumerator_get_Current_m909559613((&V_1), /*hidden argument*/Enumerator_get_Current_m909559613_RuntimeMethod_var); V_3 = L_9; int32_t L_10 = KeyValuePair_2_get_Key_m4181252159((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m4181252159_RuntimeMethod_var); *((int32_t*)(L_8)) = (int32_t)L_10; int32_t L_11 = V_0; return L_11; } IL_0044: { bool L_12 = Enumerator_MoveNext_m2473172785((&V_1), /*hidden argument*/Enumerator_MoveNext_m2473172785_RuntimeMethod_var); if (L_12) { goto IL_0013; } } { return (-1); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CInteractionStopEvent::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInteractionStopEvent__ctor_m171431524 (CInteractionStopEvent_t2995538871 * __this, const RuntimeMethod* method) { { CWalkEvent__ctor_m2524678992(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.enumWalkEventType DMCore.Framework.Scene.CInteractionStopEvent::GetWalkType() extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionStopEvent_GetWalkType_m1533238243 (CInteractionStopEvent_t2995538871 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Void DMCore.Framework.Scene.CInteractionStopEvent::SendMsg() extern "C" IL2CPP_METHOD_ATTR void CInteractionStopEvent_SendMsg_m3114574374 (CInteractionStopEvent_t2995538871 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionStopEvent_SendMsg_m3114574374_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)2000), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, 3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int64_t L_4 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; int32_t L_6 = __this->get_m_nInteractionID_9(); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; Vector3_t3722313464 * L_8 = __this->get_address_of_m_targetPos_10(); float L_9 = L_8->get_x_1(); NullCheck(L_7); CDataArray_Push_m1044129115(L_7, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_0; Vector3_t3722313464 * L_11 = __this->get_address_of_m_targetPos_10(); float L_12 = L_11->get_y_2(); NullCheck(L_10); CDataArray_Push_m1044129115(L_10, L_12, /*hidden argument*/NULL); CDataArray_t4068198041 * L_13 = V_0; Vector3_t3722313464 * L_14 = __this->get_address_of_m_targetPos_10(); float L_15 = L_14->get_z_3(); NullCheck(L_13); CDataArray_Push_m1044129115(L_13, L_15, /*hidden argument*/NULL); CDataArray_t4068198041 * L_16 = V_0; Vector3_t3722313464 * L_17 = __this->get_address_of_m_targetForward_11(); float L_18 = L_17->get_x_1(); NullCheck(L_16); CDataArray_Push_m1044129115(L_16, L_18, /*hidden argument*/NULL); CDataArray_t4068198041 * L_19 = V_0; Vector3_t3722313464 * L_20 = __this->get_address_of_m_targetForward_11(); float L_21 = L_20->get_y_2(); NullCheck(L_19); CDataArray_Push_m1044129115(L_19, L_21, /*hidden argument*/NULL); CDataArray_t4068198041 * L_22 = V_0; Vector3_t3722313464 * L_23 = __this->get_address_of_m_targetForward_11(); float L_24 = L_23->get_z_3(); NullCheck(L_22); CDataArray_Push_m1044129115(L_22, L_24, /*hidden argument*/NULL); CDataArray_t4068198041 * L_25 = V_0; NullCheck(L_25); CDataArray_Flush_m1077150699(L_25, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Framework.Scene.CInteractionStopEvent::OnGetMsg(DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CInteractionStopEvent_OnGetMsg_m424295407 (CInteractionStopEvent_t2995538871 * __this, CDataArray_t4068198041 * ___msg0, int32_t ___startIndex1, const RuntimeMethod* method) { { CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = ___startIndex1; int32_t L_2 = CWalkEvent_OnGetMsg_m3522864474(__this, L_0, L_1, /*hidden argument*/NULL); ___startIndex1 = L_2; CDataArray_t4068198041 * L_3 = ___msg0; int32_t L_4 = ___startIndex1; int32_t L_5 = L_4; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); int32_t L_6 = CDataArray_GetInt_m1111369473(L_3, L_5, 0, /*hidden argument*/NULL); __this->set_m_nInteractionID_9(L_6); CRecreationManager_t3180859335 * L_7 = CRecreationManager_GetInstance_m1458318159(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_8 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); int32_t L_9 = __this->get_m_nInteractionID_9(); NullCheck(L_7); CRecreationManager_PlayerOnClick_m1262622214(L_7, L_8, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = ___msg0; int32_t L_11 = ___startIndex1; int32_t L_12 = L_11; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); float L_13 = CDataArray_GetFloat_m2138633744(L_10, L_12, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = ___msg0; int32_t L_15 = ___startIndex1; int32_t L_16 = L_15; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); NullCheck(L_14); float L_17 = CDataArray_GetFloat_m2138633744(L_14, L_16, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = ___msg0; int32_t L_19 = ___startIndex1; int32_t L_20 = L_19; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); float L_21 = CDataArray_GetFloat_m2138633744(L_18, L_20, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_22; memset(&L_22, 0, sizeof(L_22)); Vector3__ctor_m3353183577((&L_22), L_13, L_17, L_21, /*hidden argument*/NULL); __this->set_m_targetPos_10(L_22); CDataArray_t4068198041 * L_23 = ___msg0; int32_t L_24 = ___startIndex1; int32_t L_25 = L_24; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); NullCheck(L_23); float L_26 = CDataArray_GetFloat_m2138633744(L_23, L_25, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_27 = ___msg0; int32_t L_28 = ___startIndex1; int32_t L_29 = L_28; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); NullCheck(L_27); float L_30 = CDataArray_GetFloat_m2138633744(L_27, L_29, (0.0f), /*hidden argument*/NULL); CDataArray_t4068198041 * L_31 = ___msg0; int32_t L_32 = ___startIndex1; int32_t L_33 = L_32; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); NullCheck(L_31); float L_34 = CDataArray_GetFloat_m2138633744(L_31, L_33, (0.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_35; memset(&L_35, 0, sizeof(L_35)); Vector3__ctor_m3353183577((&L_35), L_26, L_30, L_34, /*hidden argument*/NULL); __this->set_m_targetForward_11(L_35); int32_t L_36 = ___startIndex1; return L_36; } } // System.Void DMCore.Framework.Scene.CInteractionStopEvent::OnStop() extern "C" IL2CPP_METHOD_ATTR void CInteractionStopEvent_OnStop_m827676178 (CInteractionStopEvent_t2995538871 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionStopEvent_OnStop_m827676178_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (!L_3) { goto IL_0043; } } { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); ISceneBaseObj_RemoveRoleState_m1533657667(L_4, 4, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_5 = V_0; NullCheck(L_5); ISceneBaseObj_RemoveRoleState_m1533657667(L_5, 1, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_6 = V_0; NullCheck(L_6); CDataProperty_t2806246268 * L_7 = ISceneBaseObj_GetUserProperty_m776816018(L_6, /*hidden argument*/NULL); NullCheck(L_7); CDataProperty_Add_m837145387(L_7, _stringLiteral3478854286, (-1), /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_8 = V_0; NullCheck(L_8); ISceneBaseObj_StopAnim_m821603361(L_8, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_9 = V_0; NullCheck(L_9); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_9); } IL_0043: { int64_t L_10 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); CMainRole_t4200562839 * L_11 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_11); if ((!(((uint64_t)L_10) == ((uint64_t)L_12)))) { goto IL_0087; } } { IL2CPP_RUNTIME_CLASS_INIT(CWalkManager_t3228361237_il2cpp_TypeInfo_var); CWalkManager_t3228361237 * L_13 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CWalkCamera_t1176337330 * L_14 = CWalkManager_GetWalkCamera_m2368173090(L_13, /*hidden argument*/NULL); NullCheck(L_14); CWalkCamera_SetFollowCamera_m3257888760(L_14, (bool)1, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_15 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CWalkCamera_t1176337330 * L_16 = CWalkManager_GetWalkCamera_m2368173090(L_15, /*hidden argument*/NULL); NullCheck(L_16); CWalkCamera_FlushFollowCamera_m20976819(L_16, /*hidden argument*/NULL); CWalkManager_t3228361237 * L_17 = CWalkManager_GetInstance_m2470367946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CWalkCamera_t1176337330 * L_18 = CWalkManager_GetWalkCamera_m2368173090(L_17, /*hidden argument*/NULL); NullCheck(L_18); CWalkCamera_SetFollowCamera_m3257888760(L_18, (bool)0, /*hidden argument*/NULL); } IL_0087: { return; } } // System.Void DMCore.Framework.Scene.CInteractionStopEvent::OnStart() extern "C" IL2CPP_METHOD_ATTR void CInteractionStopEvent_OnStart_m2918466562 (CInteractionStopEvent_t2995538871 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CInteractionStopEvent_OnStart_m2918466562_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (L_3) { goto IL_001f; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); return; } IL_001f: { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); ISceneBaseObj_RemoveRoleState_m1533657667(L_4, 4, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_5 = V_0; NullCheck(L_5); ISceneBaseObj_AddRoleState_m2943967725(L_5, 1, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_6 = V_0; NullCheck(L_6); CDataProperty_t2806246268 * L_7 = ISceneBaseObj_GetUserProperty_m776816018(L_6, /*hidden argument*/NULL); NullCheck(L_7); CDataProperty_Add_m837145387(L_7, _stringLiteral3478854286, (-1), /*hidden argument*/NULL); Vector3_t3722313464 L_8 = __this->get_m_targetPos_10(); CWalkEvent_SetInfo_m2153912549(__this, L_8, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_9 = V_0; NullCheck(L_9); bool L_10 = ISceneBaseObj_CheckRoleState_m2983555996(L_9, 2, /*hidden argument*/NULL); if (L_10) { goto IL_0062; } } { ISceneBaseObj_t858622483 * L_11 = V_0; CWalkEvent_OnInit_m247998893(__this, ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_11, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0062: { return; } } // System.Void DMCore.Framework.Scene.CInteractionStopEvent::OnTick() extern "C" IL2CPP_METHOD_ATTR void CInteractionStopEvent_OnTick_m600825271 (CInteractionStopEvent_t2995538871 * __this, const RuntimeMethod* method) { ISceneRole_t2394225724 * V_0 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ((CWalkEvent_t1212470810 *)__this)->get_m_userID_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_2 = CSceneService_FindRoleByUserID_m4171044813(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneRole_t2394225724 * L_3 = V_0; if (L_3) { goto IL_001f; } } { ((CWalkEvent_t1212470810 *)__this)->set_m_endFlag_2((bool)1); return; } IL_001f: { ISceneRole_t2394225724 * L_4 = V_0; NullCheck(L_4); bool L_5 = ISceneBaseObj_IsValid_m1197404667(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { ISceneRole_t2394225724 * L_6 = V_0; NullCheck(L_6); bool L_7 = ISceneBaseObj_CheckRoleState_m2983555996(L_6, 2, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } IL_0036: { return; } IL_0037: { ISceneRole_t2394225724 * L_8 = V_0; CWalkEvent_OnTickMove_m2897709827(__this, L_8, /*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.Framework.Scene.CJuniorRoleModelItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CJuniorRoleModelItem__ctor_m1218319336 (CJuniorRoleModelItem_t636793867 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CJuniorRoleModelItem__ctor_m1218319336_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t1839659084 * L_0 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_0, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_male_0(L_0); Dictionary_2_t1839659084 * L_1 = __this->get_m_male_0(); NullCheck(L_1); Dictionary_2_Add_m1535364901(L_1, ((int32_t)41), ((int32_t)14100002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_2 = __this->get_m_male_0(); NullCheck(L_2); Dictionary_2_Add_m1535364901(L_2, ((int32_t)42), ((int32_t)14200002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_3 = __this->get_m_male_0(); NullCheck(L_3); Dictionary_2_Add_m1535364901(L_3, 2, ((int32_t)10200005), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_4 = __this->get_m_male_0(); NullCheck(L_4); Dictionary_2_Add_m1535364901(L_4, 7, ((int32_t)10700038), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_5 = __this->get_m_male_0(); NullCheck(L_5); Dictionary_2_Add_m1535364901(L_5, ((int32_t)13), ((int32_t)11300002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_6 = __this->get_m_male_0(); NullCheck(L_6); Dictionary_2_Add_m1535364901(L_6, ((int32_t)15), ((int32_t)11500007), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_7 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_7, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_female_1(L_7); Dictionary_2_t1839659084 * L_8 = __this->get_m_female_1(); NullCheck(L_8); Dictionary_2_Add_m1535364901(L_8, ((int32_t)41), ((int32_t)24100002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_9 = __this->get_m_female_1(); NullCheck(L_9); Dictionary_2_Add_m1535364901(L_9, ((int32_t)42), ((int32_t)24200002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_10 = __this->get_m_female_1(); NullCheck(L_10); Dictionary_2_Add_m1535364901(L_10, 2, ((int32_t)20200004), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_11 = __this->get_m_female_1(); NullCheck(L_11); Dictionary_2_Add_m1535364901(L_11, 7, ((int32_t)20700019), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_12 = __this->get_m_female_1(); NullCheck(L_12); Dictionary_2_Add_m1535364901(L_12, ((int32_t)13), ((int32_t)21300029), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_13 = __this->get_m_female_1(); NullCheck(L_13); Dictionary_2_Add_m1535364901(L_13, ((int32_t)15), ((int32_t)21500003), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_14 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_14, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_maleNewRole_2(L_14); Dictionary_2_t1839659084 * L_15 = __this->get_m_maleNewRole_2(); NullCheck(L_15); Dictionary_2_Add_m1535364901(L_15, 2, ((int32_t)10200311), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_16 = __this->get_m_maleNewRole_2(); NullCheck(L_16); Dictionary_2_Add_m1535364901(L_16, 7, ((int32_t)10700483), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_17 = __this->get_m_maleNewRole_2(); NullCheck(L_17); Dictionary_2_Add_m1535364901(L_17, ((int32_t)13), ((int32_t)11300336), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_18 = __this->get_m_maleNewRole_2(); NullCheck(L_18); Dictionary_2_Add_m1535364901(L_18, ((int32_t)15), ((int32_t)11500249), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_19 = __this->get_m_maleNewRole_2(); NullCheck(L_19); Dictionary_2_Add_m1535364901(L_19, ((int32_t)41), ((int32_t)14100002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_20 = __this->get_m_maleNewRole_2(); NullCheck(L_20); Dictionary_2_Add_m1535364901(L_20, ((int32_t)42), ((int32_t)14200002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_21 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_21, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_femaleNewRole_3(L_21); Dictionary_2_t1839659084 * L_22 = __this->get_m_femaleNewRole_3(); NullCheck(L_22); Dictionary_2_Add_m1535364901(L_22, 2, ((int32_t)20200419), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_23 = __this->get_m_femaleNewRole_3(); NullCheck(L_23); Dictionary_2_Add_m1535364901(L_23, 7, ((int32_t)20700598), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_24 = __this->get_m_femaleNewRole_3(); NullCheck(L_24); Dictionary_2_Add_m1535364901(L_24, ((int32_t)13), ((int32_t)21300243), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_25 = __this->get_m_femaleNewRole_3(); NullCheck(L_25); Dictionary_2_Add_m1535364901(L_25, ((int32_t)14), ((int32_t)21400086), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_26 = __this->get_m_femaleNewRole_3(); NullCheck(L_26); Dictionary_2_Add_m1535364901(L_26, ((int32_t)15), ((int32_t)21500353), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_27 = __this->get_m_femaleNewRole_3(); NullCheck(L_27); Dictionary_2_Add_m1535364901(L_27, ((int32_t)41), ((int32_t)24100002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); Dictionary_2_t1839659084 * L_28 = __this->get_m_femaleNewRole_3(); NullCheck(L_28); Dictionary_2_Add_m1535364901(L_28, ((int32_t)42), ((int32_t)24200002), /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); return; } } // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::GetInstance() extern "C" IL2CPP_METHOD_ATTR CJuniorRoleModelItem_t636793867 * CJuniorRoleModelItem_GetInstance_m2353718821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CJuniorRoleModelItem_GetInstance_m2353718821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CJuniorRoleModelItem_t636793867 * L_0 = ((CJuniorRoleModelItem_t636793867_StaticFields*)il2cpp_codegen_static_fields_for(CJuniorRoleModelItem_t636793867_il2cpp_TypeInfo_var))->get_s_Instance_4(); if (!L_0) { goto IL_0010; } } { CJuniorRoleModelItem_t636793867 * L_1 = ((CJuniorRoleModelItem_t636793867_StaticFields*)il2cpp_codegen_static_fields_for(CJuniorRoleModelItem_t636793867_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_1; } IL_0010: { CJuniorRoleModelItem_t636793867 * L_2 = (CJuniorRoleModelItem_t636793867 *)il2cpp_codegen_object_new(CJuniorRoleModelItem_t636793867_il2cpp_TypeInfo_var); CJuniorRoleModelItem__ctor_m1218319336(L_2, /*hidden argument*/NULL); ((CJuniorRoleModelItem_t636793867_StaticFields*)il2cpp_codegen_static_fields_for(CJuniorRoleModelItem_t636793867_il2cpp_TypeInfo_var))->set_s_Instance_4(L_2); CJuniorRoleModelItem_t636793867 * L_3 = ((CJuniorRoleModelItem_t636793867_StaticFields*)il2cpp_codegen_static_fields_for(CJuniorRoleModelItem_t636793867_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_3; } } // System.Int32 DMCore.Framework.Scene.CJuniorRoleModelItem::GetDefaultModelItem(System.Boolean,DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR int32_t CJuniorRoleModelItem_GetDefaultModelItem_m3195588872 (CJuniorRoleModelItem_t636793867 * __this, bool ___ifMale0, int32_t ___cat1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CJuniorRoleModelItem_GetDefaultModelItem_m3195588872_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1839659084 * V_0 = NULL; int32_t V_1 = 0; Dictionary_2_t1839659084 * G_B3_0 = NULL; { bool L_0 = ___ifMale0; if (!L_0) { goto IL_0011; } } { Dictionary_2_t1839659084 * L_1 = __this->get_m_male_0(); G_B3_0 = L_1; goto IL_0017; } IL_0011: { Dictionary_2_t1839659084 * L_2 = __this->get_m_female_1(); G_B3_0 = L_2; } IL_0017: { V_0 = G_B3_0; V_1 = 0; Dictionary_2_t1839659084 * L_3 = V_0; int32_t L_4 = ___cat1; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m1682688660(L_3, L_4, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1682688660_RuntimeMethod_var); if (!L_5) { goto IL_002c; } } { V_0 = (Dictionary_2_t1839659084 *)NULL; int32_t L_6 = V_1; return L_6; } IL_002c: { V_0 = (Dictionary_2_t1839659084 *)NULL; return 0; } } // System.Int32 DMCore.Framework.Scene.CJuniorRoleModelItem::GetNewRoleModelItem(System.Boolean,DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR int32_t CJuniorRoleModelItem_GetNewRoleModelItem_m2599741205 (CJuniorRoleModelItem_t636793867 * __this, bool ___ifMale0, int32_t ___cat1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CJuniorRoleModelItem_GetNewRoleModelItem_m2599741205_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1839659084 * V_0 = NULL; int32_t V_1 = 0; Dictionary_2_t1839659084 * G_B3_0 = NULL; { bool L_0 = ___ifMale0; if (!L_0) { goto IL_0011; } } { Dictionary_2_t1839659084 * L_1 = __this->get_m_maleNewRole_2(); G_B3_0 = L_1; goto IL_0017; } IL_0011: { Dictionary_2_t1839659084 * L_2 = __this->get_m_femaleNewRole_3(); G_B3_0 = L_2; } IL_0017: { V_0 = G_B3_0; V_1 = 0; Dictionary_2_t1839659084 * L_3 = V_0; int32_t L_4 = ___cat1; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m1682688660(L_3, L_4, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1682688660_RuntimeMethod_var); if (!L_5) { goto IL_002c; } } { V_0 = (Dictionary_2_t1839659084 *)NULL; int32_t L_6 = V_1; return L_6; } IL_002c: { V_0 = (Dictionary_2_t1839659084 *)NULL; return 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.Framework.Scene.CMainRole::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMainRole__ctor_m1450063579 (CMainRole_t4200562839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMainRole__ctor_m1450063579_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); ISceneRole__ctor_m212722519(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CMainRole::SetEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMainRole_SetEnable_m3828654321 (CMainRole_t4200562839 * __this, bool ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMainRole_SetEnable_m3828654321_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneNpcBase_t3974693970 * V_0 = NULL; { bool L_0 = ___b0; ISceneRole_SetEnable_m286995857(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CPetManager_get_IsCurrentFollowPetVisible_m3239205197(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ISceneNpcBase_t3974693970 * L_4 = CPetManager_get_CurrentFollowedPet_m3456142787(L_3, /*hidden argument*/NULL); V_0 = L_4; ISceneNpcBase_t3974693970 * L_5 = V_0; if (!L_5) { goto IL_002e; } } { ISceneNpcBase_t3974693970 * L_6 = V_0; bool L_7 = ___b0; NullCheck(L_6); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_6, L_7); } IL_002e: { return; } } // DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.CMainRole::GetObjType() extern "C" IL2CPP_METHOD_ATTR int32_t CMainRole_GetObjType_m2813692804 (CMainRole_t4200562839 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void DMCore.Framework.Scene.CMainRole::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void CMainRole_SubmitToScene_m1242953696 (CMainRole_t4200562839 * __this, const RuntimeMethod* method) { { ISceneRole_SubmitToScene_m1879067220(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CMainRole::OnReady() extern "C" IL2CPP_METHOD_ATTR void CMainRole_OnReady_m3381078941 (CMainRole_t4200562839 * __this, const RuntimeMethod* method) { { ISceneRole_OnReady_m3957853243(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CMainRole::OnNetPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void CMainRole_OnNetPropChangeBefore_m2846914115 (CMainRole_t4200562839 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMainRole_OnNetPropChangeBefore_m2846914115_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___key0; CPropData_t2491857930 * L_1 = ___newData1; ISceneRole_OnNetPropChangeBefore_m86535089(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1232841122, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0049; } } { CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; CPropData_t2491857930 * L_7 = ___newData1; NullCheck(L_7); int32_t L_8 = CPropData_GetInt_m2221393311(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_0044; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0044; } } { __this->set_IslevelChange_59((bool)1); } IL_0044: { goto IL_0120; } IL_0049: { String_t* L_10 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral405383900, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_12 = CurrencyGetManager_get_Gold_m2364791842(NULL /*static, unused*/, /*hidden argument*/NULL); CPropData_t2491857930 * L_13 = ___newData1; NullCheck(L_13); int64_t L_14 = CPropData_GetLong_m2266891612(L_13, /*hidden argument*/NULL); NullCheck(L_12); CurrencyUnit_SetValue_m3000993371(L_12, L_14, /*hidden argument*/NULL); goto IL_0120; } IL_006e: { String_t* L_15 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral405384047, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0094; } } { IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_17 = CurrencyGetManager_get_Diamond_m3411783414(NULL /*static, unused*/, /*hidden argument*/NULL); CPropData_t2491857930 * L_18 = ___newData1; NullCheck(L_18); int32_t L_19 = CPropData_GetInt_m2221393311(L_18, /*hidden argument*/NULL); NullCheck(L_17); CurrencyUnit_SetValue_m3000993371(L_17, (((int64_t)((int64_t)L_19))), /*hidden argument*/NULL); goto IL_0120; } IL_0094: { String_t* L_20 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1065451540, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00ba; } } { IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_22 = CurrencyGetManager_get_BindDiamond_m1902173397(NULL /*static, unused*/, /*hidden argument*/NULL); CPropData_t2491857930 * L_23 = ___newData1; NullCheck(L_23); int32_t L_24 = CPropData_GetInt_m2221393311(L_23, /*hidden argument*/NULL); NullCheck(L_22); CurrencyUnit_SetValue_m3000993371(L_22, (((int64_t)((int64_t)L_24))), /*hidden argument*/NULL); goto IL_0120; } IL_00ba: { String_t* L_25 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3923355658, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00ea; } } { IL2CPP_RUNTIME_CLASS_INIT(CEnergyManager_t1133571008_il2cpp_TypeInfo_var); CEnergyManager_t1133571008 * L_27 = CEnergyManager_GetInstance_m679002328(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); CEnergyManager_ResetWaitingSign_m1901089529(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_28 = CurrencyGetManager_get_Energy_m1066535480(NULL /*static, unused*/, /*hidden argument*/NULL); CPropData_t2491857930 * L_29 = ___newData1; NullCheck(L_29); int32_t L_30 = CPropData_GetInt_m2221393311(L_29, /*hidden argument*/NULL); NullCheck(L_28); CurrencyUnit_SetValue_m3000993371(L_28, (((int64_t)((int64_t)L_30))), /*hidden argument*/NULL); goto IL_0120; } IL_00ea: { String_t* L_31 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral208721149, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0120; } } { CProperty_t963755051 * L_33 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34 = CProperty_GetInt_m2680341236(L_33, _stringLiteral208721149, (-1), /*hidden argument*/NULL); V_1 = L_34; int32_t L_35 = V_1; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_0120; } } { IL2CPP_RUNTIME_CLASS_INIT(CCustomizationManager_t450932257_il2cpp_TypeInfo_var); CCustomizationManager_t450932257 * L_36 = CCustomizationManager_GetInstance_m2414113504(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_37 = V_1; NullCheck(L_36); CCustomizationManager_ChangeEquipState_m2216894511(L_36, 1, L_37, (bool)0, /*hidden argument*/NULL); } IL_0120: { String_t* L_38 = ___key0; NullCheck(L_38); int32_t L_39 = String_CompareTo_m3414379165(L_38, _stringLiteral1562952874, /*hidden argument*/NULL); if (L_39) { goto IL_0163; } } { CProperty_t963755051 * L_40 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_40); int32_t L_41 = CProperty_GetInt_m2680341236(L_40, _stringLiteral1562952874, 0, /*hidden argument*/NULL); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_0163; } } { CProperty_t963755051 * L_42 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_42); int32_t L_43 = CProperty_GetInt_m2680341236(L_42, _stringLiteral1562952874, 0, /*hidden argument*/NULL); CPropData_t2491857930 * L_44 = ___newData1; NullCheck(L_44); int32_t L_45 = CPropData_GetInt_m2221393311(L_44, /*hidden argument*/NULL); if ((((int32_t)L_43) == ((int32_t)L_45))) { goto IL_0163; } } IL_0163: { return; } } // System.Void DMCore.Framework.Scene.CMainRole::OnNetPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void CMainRole_OnNetPropChangeEnd_m3323098798 (CMainRole_t4200562839 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CMainRole_OnNetPropChangeEnd_m3323098798_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; float V_2 = 0.0f; int32_t V_3 = 0; int32_t V_4 = 0; DateTime_t3738529785 V_5; memset(&V_5, 0, sizeof(V_5)); { String_t* L_0 = ___key0; ISceneRole_OnNetPropChangeEnd_m4201829603(__this, L_0, /*hidden argument*/NULL); bool L_1 = ISceneBaseObj_IsValid_m1197404667(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_00d6; } } { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_2 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); String_t* L_4 = ___key0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_0063; } } { String_t* L_6 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_7 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_6); bool L_8 = String_StartsWith_m1759067526(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0063; } } { String_t* L_9 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(ISceneRole_t2394225724_il2cpp_TypeInfo_var); String_t* L_10 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); String_t* L_12 = ___key0; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); String_t* L_14 = ((ISceneRole_t2394225724_StaticFields*)il2cpp_codegen_static_fields_for(ISceneRole_t2394225724_il2cpp_TypeInfo_var))->get_s_EuqipWords_19(); NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_16 = String_Substring_m1610150815(L_9, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15)), /*hidden argument*/NULL); V_1 = L_16; String_t* L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_18 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_17, 0, /*hidden argument*/NULL); V_0 = L_18; } IL_0063: { int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)12)))) { goto IL_0073; } } { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)30))))) { goto IL_00a2; } } IL_0073: { CLevelManager_t3077608201 * L_21 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = CLevelManager_IsLevel_m3139716542(L_21, _stringLiteral3500937908, /*hidden argument*/NULL); if (L_22) { goto IL_009b; } } { CLevelManager_t3077608201 * L_23 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); bool L_24 = CLevelManager_IsLevel_m3139716542(L_23, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_24) { goto IL_00a2; } } IL_009b: { VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, __this); } IL_00a2: { int32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)7))) { goto IL_00d0; } } { int32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)2))) { goto IL_00d0; } } { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)13)))) { goto IL_00d0; } } { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)((int32_t)15)))) { goto IL_00d0; } } { String_t* L_29 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1968900201, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00d6; } } IL_00d0: { ISceneRole_InitRoleEffect_m2798063024(__this, /*hidden argument*/NULL); } IL_00d6: { String_t* L_31 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3473604996, L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00f6; } } { String_t* L_33 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral4275877996, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0111; } } IL_00f6: { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); int32_t L_35 = CActivityManager_get_CurrentActivityID_m3602037195(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_35) == ((uint32_t)8)))) { goto IL_010c; } } { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_36 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); CActivityManager_RequestActivityDetail_m4182042270(L_36, 8, /*hidden argument*/NULL); } IL_010c: { goto IL_0265; } IL_0111: { String_t* L_37 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2338659108, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_014d; } } { CProperty_t963755051 * L_39 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_39); float L_40 = CProperty_GetFloat_m1137832604(L_39, _stringLiteral2338659108, (0.0f), /*hidden argument*/NULL); V_2 = L_40; float L_41 = V_2; if ((!(((float)L_41) > ((float)(0.0f))))) { goto IL_0148; } } { IL2CPP_RUNTIME_CLASS_INIT(CRechargeConfig_t910639634_il2cpp_TypeInfo_var); CRechargeConfig_set_IsRechargeUnitChange_m2895514927(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); } IL_0148: { goto IL_0265; } IL_014d: { String_t* L_42 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2500503265, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_016c; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_44 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); CPveManager_OnFreshStoryIndex_m1266103727(L_44, /*hidden argument*/NULL); goto IL_0265; } IL_016c: { String_t* L_45 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral715018622, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_018c; } } { CWishFountainMgr_t2594140948 * L_47 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); CWishFountainMgr_set_IsLegendItemTimesChanged_m1822968687(L_47, (bool)1, /*hidden argument*/NULL); goto IL_0265; } IL_018c: { String_t* L_48 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2154519653, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_01be; } } { CProperty_t963755051 * L_50 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51 = CProperty_GetInt_m2680341236(L_50, _stringLiteral2154519653, (-1), /*hidden argument*/NULL); V_3 = L_51; IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); CUserGuideHelp_t3161639665 * L_52 = CUserGuideHelp_GetInstance_m275027335(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_53 = V_3; NullCheck(L_52); CUserGuideHelp_FreshServerData_m2645654840(L_52, L_53, /*hidden argument*/NULL); goto IL_0265; } IL_01be: { String_t* L_54 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2439944866, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_01de; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_56 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); CPetManager_set_CurrentFollowedPet_m203938961(L_56, (ISceneNpcBase_t3974693970 *)NULL, /*hidden argument*/NULL); goto IL_0265; } IL_01de: { String_t* L_57 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_58 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral1232841122, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_024f; } } { bool L_59 = __this->get_IslevelChange_59(); if (!L_59) { goto IL_024a; } } { __this->set_IslevelChange_59((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_60 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_61 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_021a; } } { IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_62 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_62); CLeDouApi_UpdateUserInfo_m2047312392(L_62, /*hidden argument*/NULL); } IL_021a: { CProperty_t963755051 * L_63 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_63); int32_t L_64 = CProperty_GetInt_m2680341236(L_63, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_4 = L_64; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_65 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_65; String_t* L_66 = DateTime_ToString_m3718521780((&V_5), _stringLiteral4078136661, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_SetRoleLevelChangeTime_m478925230(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); SDKEventManager_LevelChange_m2014098220(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_024a: { goto IL_0265; } IL_024f: { String_t* L_67 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral2255851083, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_0265; } } { IL2CPP_RUNTIME_CLASS_INIT(CRechargeConfig_t910639634_il2cpp_TypeInfo_var); CRechargeConfig_set_IsNeedRefreshData_m2028424392(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); } IL_0265: { 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.Framework.Scene.CModelMorphItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CModelMorphItem__ctor_m3228283196 (CModelMorphItem_t2100283814 * __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.Framework.Scene.CPetModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetModel__ctor_m2823182446 (CPetModel_t3783790547 * __this, const RuntimeMethod* method) { { ISceneNpcBase__ctor_m3249419378(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CPetModel::OnReady() extern "C" IL2CPP_METHOD_ATTR void CPetModel_OnReady_m3262034313 (CPetModel_t3783790547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetModel_OnReady_m3262034313_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProperty_t963755051 * L_0 = ISceneBaseObj_GetNetProperty_m1709069404(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CProperty_GetLong_m359864449(L_0, _stringLiteral2957985875, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_2 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_2); float L_4 = CPetActionConfig_GetWalkSpeedByModelID_m2905732202(L_2, L_3, /*hidden argument*/NULL); CPetActionConfig_t1976691651 * L_5 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, __this); NullCheck(L_5); float L_7 = CPetActionConfig_GetSafeDistanceByModelID_m3623398094(L_5, L_6, /*hidden argument*/NULL); ISceneNpcBase_SetFollowInfo_m4234412816(__this, L_1, L_4, L_7, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.CPetModel::GetObjType() extern "C" IL2CPP_METHOD_ATTR int32_t CPetModel_GetObjType_m1883812588 (CPetModel_t3783790547 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Void DMCore.Framework.Scene.CPetModel::Reload() extern "C" IL2CPP_METHOD_ATTR void CPetModel_Reload_m1568621342 (CPetModel_t3783790547 * __this, const RuntimeMethod* method) { { ISceneNpcBase_set_IsSubmitAlready_m475230837(__this, (bool)0, /*hidden argument*/NULL); ISceneNpcBase_LoadingResource_m2169387502(__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.Framework.Scene.CPropData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m2711183279 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m3871936572 (CPropData_t2491857930 * __this, int32_t ___type0, uint8_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData__ctor_m3871936572_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1))); int32_t L_0 = ___type0; __this->set_m_nType_1(L_0); uint8_t L_1 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m658425501(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return; } } // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m2542079782 (CPropData_t2491857930 * __this, int32_t ___type0, int16_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData__ctor_m2542079782_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2))); int32_t L_0 = ___type0; __this->set_m_nType_1(L_0); int16_t L_1 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m658425501(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return; } } // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m2924416810 (CPropData_t2491857930 * __this, int32_t ___type0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData__ctor_m2924416810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4))); int32_t L_0 = ___type0; __this->set_m_nType_1(L_0); int32_t L_1 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m1040762521(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return; } } // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m4207565869 (CPropData_t2491857930 * __this, int32_t ___type0, float ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData__ctor_m4207565869_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4))); int32_t L_0 = ___type0; __this->set_m_nType_1(L_0); float L_1 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m692533364(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return; } } // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m1732775720 (CPropData_t2491857930 * __this, int32_t ___type0, int64_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData__ctor_m1732775720_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8))); int32_t L_0 = ___type0; __this->set_m_nType_1(L_0); int64_t L_1 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m4144088731(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return; } } // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.Double) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m3415521959 (CPropData_t2491857930 * __this, int32_t ___type0, double ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData__ctor_m3415521959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8))); int32_t L_0 = ___type0; __this->set_m_nType_1(L_0); double L_1 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m3693159656(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return; } } // System.Void DMCore.Framework.Scene.CPropData::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CPropData__ctor_m1315372139 (CPropData_t2491857930 * __this, int32_t ___type0, String_t* ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData__ctor_m1315372139_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___val1; if (!L_0) { goto IL_0017; } } { String_t* L_1 = ___val1; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0023; } } IL_0017: { __this->set_m_buffer_0((ByteU5BU5D_t4116647657*)NULL); goto IL_0076; } IL_0023: { String_t* L_3 = ___val1; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2))))); String_t* L_5 = ___val1; NullCheck(L_5); CharU5BU5D_t3528271667* L_6 = String_ToCharArray_m1492846834(L_5, /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; goto IL_006d; } IL_0044: { CharU5BU5D_t3528271667* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_11 = BitConverter_GetBytes_m1603262885(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_2 = L_11; ByteU5BU5D_t4116647657* L_12 = __this->get_m_buffer_0(); int32_t L_13 = V_1; ByteU5BU5D_t4116647657* L_14 = V_2; NullCheck(L_14); int32_t L_15 = 0; uint8_t L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_13))), (uint8_t)L_16); ByteU5BU5D_t4116647657* L_17 = __this->get_m_buffer_0(); int32_t L_18 = V_1; ByteU5BU5D_t4116647657* L_19 = V_2; NullCheck(L_19); int32_t L_20 = 1; uint8_t L_21 = (L_19)->GetAt(static_cast(L_20)); NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_18)), (int32_t)1))), (uint8_t)L_21); int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_006d: { int32_t L_23 = V_1; CharU5BU5D_t3528271667* L_24 = V_0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0044; } } IL_0076: { int32_t L_25 = ___type0; __this->set_m_nType_1(L_25); return; } } // DMCore.emUnitType DMCore.Framework.Scene.CPropData::GetUnitType() extern "C" IL2CPP_METHOD_ATTR int32_t CPropData_GetUnitType_m3086036417 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_nType_1(); return (int32_t)(L_0); } } // System.String DMCore.Framework.Scene.CPropData::GetValue() extern "C" IL2CPP_METHOD_ATTR String_t* CPropData_GetValue_m3312857989 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_GetValue_m3312857989_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; int16_t V_2 = 0; int32_t V_3 = 0; float V_4 = 0.0f; double V_5 = 0.0; int64_t V_6 = 0; { int32_t L_0 = __this->get_m_nType_1(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0032; } case 1: { goto IL_0047; } case 2: { goto IL_005c; } case 3: { goto IL_0071; } case 4: { goto IL_00ba; } case 5: { goto IL_00b3; } case 6: { goto IL_009d; } case 7: { goto IL_0087; } } } { goto IL_00ba; } IL_0032: { uint8_t L_2 = CPropData_GetByte_m1431947455(__this, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = Byte_ToString_m721125428((&V_1), /*hidden argument*/NULL); return L_3; } IL_0047: { int16_t L_4 = CPropData_GetShort_m3087529730(__this, /*hidden argument*/NULL); V_2 = L_4; String_t* L_5 = Int16_ToString_m1270547562((&V_2), /*hidden argument*/NULL); return L_5; } IL_005c: { int32_t L_6 = CPropData_GetInt_m2221393311(__this, /*hidden argument*/NULL); V_3 = L_6; String_t* L_7 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); return L_7; } IL_0071: { float L_8 = CPropData_GetFloat_m771401142(__this, /*hidden argument*/NULL); V_4 = L_8; String_t* L_9 = Single_ToString_m3947131094((&V_4), /*hidden argument*/NULL); return L_9; } IL_0087: { double L_10 = CPropData_GetDouble_m2540283860(__this, /*hidden argument*/NULL); V_5 = L_10; String_t* L_11 = Double_ToString_m1229922074((&V_5), /*hidden argument*/NULL); return L_11; } IL_009d: { int64_t L_12 = CPropData_GetLong_m2266891612(__this, /*hidden argument*/NULL); V_6 = L_12; String_t* L_13 = Int64_ToString_m2986581816((&V_6), /*hidden argument*/NULL); return L_13; } IL_00b3: { String_t* L_14 = CPropData_GetWideStr_m1287876811(__this, /*hidden argument*/NULL); return L_14; } IL_00ba: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_15; } } // System.Boolean DMCore.Framework.Scene.CPropData::Compare(DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR bool CPropData_Compare_m2224698136 (CPropData_t2491857930 * __this, CPropData_t2491857930 * ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B7_0 = 0; int32_t G_B10_0 = 0; { CPropData_t2491857930 * L_0 = ___other0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { int32_t L_1 = __this->get_m_nType_1(); CPropData_t2491857930 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = L_2->get_m_nType_1(); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_001b; } } { return (bool)0; } IL_001b: { ByteU5BU5D_t4116647657* L_4 = __this->get_m_buffer_0(); if (!L_4) { goto IL_0033; } } { ByteU5BU5D_t4116647657* L_5 = __this->get_m_buffer_0(); NullCheck(L_5); G_B7_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); goto IL_0034; } IL_0033: { G_B7_0 = 0; } IL_0034: { V_0 = G_B7_0; CPropData_t2491857930 * L_6 = ___other0; NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = L_6->get_m_buffer_0(); if (!L_7) { goto IL_004d; } } { CPropData_t2491857930 * L_8 = ___other0; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = L_8->get_m_buffer_0(); NullCheck(L_9); G_B10_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))); goto IL_004e; } IL_004d: { G_B10_0 = 0; } IL_004e: { V_1 = G_B10_0; int32_t L_10 = V_0; int32_t L_11 = V_1; if ((((int32_t)L_10) == ((int32_t)L_11))) { goto IL_0058; } } { return (bool)0; } IL_0058: { int32_t L_12 = V_0; if (L_12) { goto IL_0060; } } { return (bool)1; } IL_0060: { V_2 = 0; goto IL_0082; } IL_0067: { ByteU5BU5D_t4116647657* L_13 = __this->get_m_buffer_0(); int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); CPropData_t2491857930 * L_17 = ___other0; NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = L_17->get_m_buffer_0(); int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); if ((((int32_t)L_16) == ((int32_t)L_21))) { goto IL_007e; } } { return (bool)0; } IL_007e: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0082: { int32_t L_23 = V_2; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0067; } } { return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CPropData::SetByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool CPropData_SetByte_m177530446 (CPropData_t2491857930 * __this, uint8_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_SetByte_m177530446_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_nType_1(); if (!L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral1279885429, /*hidden argument*/NULL); return (bool)0; } IL_0017: { uint8_t L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m658425501(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CPropData::SetShort(System.Int16) extern "C" IL2CPP_METHOD_ATTR bool CPropData_SetShort_m1056618531 (CPropData_t2491857930 * __this, int16_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_SetShort_m1056618531_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_nType_1(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2543519379, /*hidden argument*/NULL); return (bool)0; } IL_0018: { int16_t L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m658425501(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CPropData::SetInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPropData_SetInt_m2578702672 (CPropData_t2491857930 * __this, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_SetInt_m2578702672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_nType_1(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral3485314178, /*hidden argument*/NULL); return (bool)0; } IL_0018: { int32_t L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m1040762521(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CPropData::SetFloat(System.Single) extern "C" IL2CPP_METHOD_ATTR bool CPropData_SetFloat_m2351268074 (CPropData_t2491857930 * __this, float ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_SetFloat_m2351268074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_nType_1(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral1248549760, /*hidden argument*/NULL); return (bool)0; } IL_0018: { float L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m692533364(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CPropData::SetLong(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CPropData_SetLong_m4184731461 (CPropData_t2491857930 * __this, int64_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_SetLong_m4184731461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_nType_1(); if ((((int32_t)L_0) == ((int32_t)6))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral1671525995, /*hidden argument*/NULL); return (bool)0; } IL_0018: { int64_t L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m4144088731(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CPropData::SetWideStr(System.String) extern "C" IL2CPP_METHOD_ATTR bool CPropData_SetWideStr_m153028678 (CPropData_t2491857930 * __this, String_t* ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_SetWideStr_m153028678_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { int32_t L_0 = __this->get_m_nType_1(); if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral132431648, /*hidden argument*/NULL); return (bool)0; } IL_0018: { String_t* L_1 = ___val0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))))); String_t* L_3 = ___val0; NullCheck(L_3); CharU5BU5D_t3528271667* L_4 = String_ToCharArray_m1492846834(L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; goto IL_0062; } IL_0039: { CharU5BU5D_t3528271667* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint16_t L_8 = (L_5)->GetAt(static_cast(L_7)); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_9 = BitConverter_GetBytes_m1603262885(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_2 = L_9; ByteU5BU5D_t4116647657* L_10 = __this->get_m_buffer_0(); int32_t L_11 = V_1; ByteU5BU5D_t4116647657* L_12 = V_2; NullCheck(L_12); int32_t L_13 = 0; uint8_t L_14 = (L_12)->GetAt(static_cast(L_13)); NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_11))), (uint8_t)L_14); ByteU5BU5D_t4116647657* L_15 = __this->get_m_buffer_0(); int32_t L_16 = V_1; ByteU5BU5D_t4116647657* L_17 = V_2; NullCheck(L_17); int32_t L_18 = 1; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_16)), (int32_t)1))), (uint8_t)L_19); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0062: { int32_t L_21 = V_1; CharU5BU5D_t3528271667* L_22 = V_0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0039; } } { return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CPropData::SetDouble(System.Double) extern "C" IL2CPP_METHOD_ATTR bool CPropData_SetDouble_m2303547716 (CPropData_t2491857930 * __this, double ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_SetDouble_m2303547716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_nType_1(); if ((((int32_t)L_0) == ((int32_t)7))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2659855921, /*hidden argument*/NULL); return (bool)0; } IL_0018: { double L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = BitConverter_GetBytes_m3693159656(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_buffer_0(L_2); return (bool)1; } } // System.Byte DMCore.Framework.Scene.CPropData::GetByte() extern "C" IL2CPP_METHOD_ATTR uint8_t CPropData_GetByte_m1431947455 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_0(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.Int16 DMCore.Framework.Scene.CPropData::GetShort() extern "C" IL2CPP_METHOD_ATTR int16_t CPropData_GetShort_m3087529730 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_GetShort_m3087529730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_0(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int16_t L_1 = BitConverter_ToInt16_m2376388426(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 DMCore.Framework.Scene.CPropData::GetInt() extern "C" IL2CPP_METHOD_ATTR int32_t CPropData_GetInt_m2221393311 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_GetInt_m2221393311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_0(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int32_t L_1 = BitConverter_ToInt32_m1089563119(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Single DMCore.Framework.Scene.CPropData::GetFloat() extern "C" IL2CPP_METHOD_ATTR float CPropData_GetFloat_m771401142 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_GetFloat_m771401142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_0(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); float L_1 = BitConverter_ToSingle_m2597008633(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Int64 DMCore.Framework.Scene.CPropData::GetLong() extern "C" IL2CPP_METHOD_ATTR int64_t CPropData_GetLong_m2266891612 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_GetLong_m2266891612_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_0(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int64_t L_1 = BitConverter_ToInt64_m349022421(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Double DMCore.Framework.Scene.CPropData::GetDouble() extern "C" IL2CPP_METHOD_ATTR double CPropData_GetDouble_m2540283860 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_GetDouble_m2540283860_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_0(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); double L_1 = BitConverter_ToDouble_m527296068(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.String DMCore.Framework.Scene.CPropData::GetWideStr() extern "C" IL2CPP_METHOD_ATTR String_t* CPropData_GetWideStr_m1287876811 (CPropData_t2491857930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_GetWideStr_m1287876811_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_0(); if (!L_0) { goto IL_0018; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_m_buffer_0(); NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001e; } } IL_0018: { 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(); return L_2; } IL_001e: { 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; goto IL_0049; } IL_002b: { ByteU5BU5D_t4116647657* L_4 = __this->get_m_buffer_0(); int32_t L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); Il2CppChar L_6 = BitConverter_ToChar_m1348346703(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; String_t* L_7 = V_0; Il2CppChar L_8 = V_2; Il2CppChar L_9 = L_8; RuntimeObject * L_10 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, L_7, L_10, /*hidden argument*/NULL); V_0 = L_11; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); } IL_0049: { int32_t L_13 = V_1; ByteU5BU5D_t4116647657* L_14 = __this->get_m_buffer_0(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_002b; } } { String_t* L_15 = V_0; return L_15; } } // System.Void DMCore.Framework.Scene.CPropData::Copy(DMCore.Framework.Scene.CPropData&) extern "C" IL2CPP_METHOD_ATTR void CPropData_Copy_m1222790782 (CPropData_t2491857930 * __this, CPropData_t2491857930 ** ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_Copy_m1222790782_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPropData_t2491857930 ** L_0 = ___other0; CPropData_t2491857930 * L_1 = *((CPropData_t2491857930 **)L_0); int32_t L_2 = __this->get_m_nType_1(); NullCheck(L_1); L_1->set_m_nType_1(L_2); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_0(); if (L_3) { goto IL_0025; } } { CPropData_t2491857930 ** L_4 = ___other0; CPropData_t2491857930 * L_5 = *((CPropData_t2491857930 **)L_4); NullCheck(L_5); L_5->set_m_buffer_0((ByteU5BU5D_t4116647657*)NULL); goto IL_0055; } IL_0025: { CPropData_t2491857930 ** L_6 = ___other0; CPropData_t2491857930 * L_7 = *((CPropData_t2491857930 **)L_6); ByteU5BU5D_t4116647657* L_8 = __this->get_m_buffer_0(); NullCheck(L_8); NullCheck(L_7); L_7->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))); ByteU5BU5D_t4116647657* L_9 = __this->get_m_buffer_0(); CPropData_t2491857930 ** L_10 = ___other0; CPropData_t2491857930 * L_11 = *((CPropData_t2491857930 **)L_10); NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = L_11->get_m_buffer_0(); ByteU5BU5D_t4116647657* L_13 = __this->get_m_buffer_0(); NullCheck(L_13); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), /*hidden argument*/NULL); } IL_0055: { return; } } // System.Void DMCore.Framework.Scene.CPropData::ForceUgly(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropData_ForceUgly_m699688592 (CPropData_t2491857930 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___nStart1, int32_t ___nLen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropData_ForceUgly_m699688592_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nLen2; __this->set_m_buffer_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0))); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___nStart1; ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_0(); int32_t L_4 = ___nLen2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, L_2, (RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProperty__ctor_m1842622200 (CProperty_t963755051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty__ctor_m1842622200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_0 = (Dictionary_2_t1380571261 *)il2cpp_codegen_object_new(Dictionary_2_t1380571261_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3396936566(L_0, /*hidden argument*/Dictionary_2__ctor_m3396936566_RuntimeMethod_var); __this->set_m_DicPropData_0(L_0); Dictionary_2_t3277249325 * L_1 = (Dictionary_2_t3277249325 *)il2cpp_codegen_object_new(Dictionary_2_t3277249325_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3902632772(L_1, /*hidden argument*/Dictionary_2__ctor_m3902632772_RuntimeMethod_var); __this->set_m_DicWatch_1(L_1); CBetterSet_1_t433888323 * L_2 = (CBetterSet_1_t433888323 *)il2cpp_codegen_object_new(CBetterSet_1_t433888323_il2cpp_TypeInfo_var); CBetterSet_1__ctor_m4263628253(L_2, /*hidden argument*/CBetterSet_1__ctor_m4263628253_RuntimeMethod_var); __this->set_m_propChangeBefore_2(L_2); CBetterSet_1_t2134195988 * L_3 = (CBetterSet_1_t2134195988 *)il2cpp_codegen_object_new(CBetterSet_1_t2134195988_il2cpp_TypeInfo_var); CBetterSet_1__ctor_m1827870712(L_3, /*hidden argument*/CBetterSet_1__ctor_m1827870712_RuntimeMethod_var); __this->set_m_propChangeEnd_3(L_3); return; } } // System.Void DMCore.Framework.Scene.CProperty::RegisterWatchKey(System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_RegisterWatchKey_m2322898290 (CProperty_t963755051 * __this, String_t* ___key0, Action_1_t2019918284 * ___ptr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_RegisterWatchKey_m2322898290_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3491993026 * V_0 = NULL; { V_0 = (List_1_t3491993026 *)NULL; Dictionary_2_t3277249325 * L_0 = __this->get_m_DicWatch_1(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4261317981(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4261317981_RuntimeMethod_var); if (L_2) { goto IL_0034; } } { List_1_t3491993026 * L_3 = (List_1_t3491993026 *)il2cpp_codegen_object_new(List_1_t3491993026_il2cpp_TypeInfo_var); List_1__ctor_m2767284949(L_3, /*hidden argument*/List_1__ctor_m2767284949_RuntimeMethod_var); V_0 = L_3; List_1_t3491993026 * L_4 = V_0; Action_1_t2019918284 * L_5 = ___ptr1; NullCheck(L_4); List_1_Add_m1484200973(L_4, L_5, /*hidden argument*/List_1_Add_m1484200973_RuntimeMethod_var); Dictionary_2_t3277249325 * L_6 = __this->get_m_DicWatch_1(); String_t* L_7 = ___key0; List_1_t3491993026 * L_8 = V_0; NullCheck(L_6); Dictionary_2_Add_m3365438223(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_Add_m3365438223_RuntimeMethod_var); goto IL_0047; } IL_0034: { List_1_t3491993026 * L_9 = V_0; Action_1_t2019918284 * L_10 = ___ptr1; NullCheck(L_9); bool L_11 = List_1_Contains_m3140780518(L_9, L_10, /*hidden argument*/List_1_Contains_m3140780518_RuntimeMethod_var); if (L_11) { goto IL_0047; } } { List_1_t3491993026 * L_12 = V_0; Action_1_t2019918284 * L_13 = ___ptr1; NullCheck(L_12); List_1_Add_m1484200973(L_12, L_13, /*hidden argument*/List_1_Add_m1484200973_RuntimeMethod_var); } IL_0047: { return; } } // System.Void DMCore.Framework.Scene.CProperty::UnRegisterWatchKey(System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_UnRegisterWatchKey_m738142674 (CProperty_t963755051 * __this, String_t* ___key0, Action_1_t2019918284 * ___ptr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_UnRegisterWatchKey_m738142674_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3491993026 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (List_1_t3491993026 *)NULL; Dictionary_2_t3277249325 * L_0 = __this->get_m_DicWatch_1(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4261317981(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4261317981_RuntimeMethod_var); if (!L_2) { goto IL_0046; } } { V_1 = 0; goto IL_003a; } IL_001c: { Action_1_t2019918284 * L_3 = ___ptr1; List_1_t3491993026 * L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); Action_1_t2019918284 * L_6 = List_1_get_Item_m1527498239(L_4, L_5, /*hidden argument*/List_1_get_Item_m1527498239_RuntimeMethod_var); bool L_7 = Delegate_op_Equality_m1690449587(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0036; } } { List_1_t3491993026 * L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); List_1_RemoveAt_m1908154893(L_8, L_9, /*hidden argument*/List_1_RemoveAt_m1908154893_RuntimeMethod_var); return; } IL_0036: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003a: { int32_t L_11 = V_1; List_1_t3491993026 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = List_1_get_Count_m2918228514(L_12, /*hidden argument*/List_1_get_Count_m2918228514_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_001c; } } IL_0046: { return; } } // System.Void DMCore.Framework.Scene.CProperty::OnRegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_OnRegisterListener_m297633249 (CProperty_t963755051 * __this, Action_2_t319610619 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_OnRegisterListener_m297633249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_2_t319610619 * L_0 = ___before0; if (!L_0) { goto IL_0013; } } { CBetterSet_1_t433888323 * L_1 = __this->get_m_propChangeBefore_2(); Action_2_t319610619 * L_2 = ___before0; NullCheck(L_1); CBetterSet_1_Add_m4147936471(L_1, L_2, /*hidden argument*/CBetterSet_1_Add_m4147936471_RuntimeMethod_var); } IL_0013: { Action_1_t2019918284 * L_3 = ___end1; if (!L_3) { goto IL_0026; } } { CBetterSet_1_t2134195988 * L_4 = __this->get_m_propChangeEnd_3(); Action_1_t2019918284 * L_5 = ___end1; NullCheck(L_4); CBetterSet_1_Add_m550620967(L_4, L_5, /*hidden argument*/CBetterSet_1_Add_m550620967_RuntimeMethod_var); } IL_0026: { return; } } // System.Void DMCore.Framework.Scene.CProperty::OnUnRegisterListener(System.Action`2,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_OnUnRegisterListener_m2419209623 (CProperty_t963755051 * __this, Action_2_t319610619 * ___before0, Action_1_t2019918284 * ___end1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_OnUnRegisterListener_m2419209623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_2_t319610619 * L_0 = ___before0; if (!L_0) { goto IL_0013; } } { CBetterSet_1_t433888323 * L_1 = __this->get_m_propChangeBefore_2(); Action_2_t319610619 * L_2 = ___before0; NullCheck(L_1); CBetterSet_1_Remove_m2337834755(L_1, L_2, /*hidden argument*/CBetterSet_1_Remove_m2337834755_RuntimeMethod_var); } IL_0013: { Action_1_t2019918284 * L_3 = ___end1; if (!L_3) { goto IL_0026; } } { CBetterSet_1_t2134195988 * L_4 = __this->get_m_propChangeEnd_3(); Action_1_t2019918284 * L_5 = ___end1; NullCheck(L_4); CBetterSet_1_Remove_m1204249383(L_4, L_5, /*hidden argument*/CBetterSet_1_Remove_m1204249383_RuntimeMethod_var); } IL_0026: { return; } } // System.Void DMCore.Framework.Scene.CProperty::DeserialStream(System.Byte[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CProperty_DeserialStream_m3774636950 (CProperty_t963755051 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___nIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_DeserialStream_m3774636950_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; int16_t V_1 = 0; int16_t V_2 = 0; CPropData_t2491857930 * V_3 = NULL; int32_t V_4 = 0; uint8_t V_5 = 0x0; int16_t V_6 = 0; int32_t V_7 = 0; float V_8 = 0.0f; int64_t V_9 = 0; String_t* V_10 = NULL; String_t* V_11 = NULL; { V_0 = (int16_t)0; ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t* L_1 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m3956053017(NULL /*static, unused*/, L_0, L_1, (&V_0), /*hidden argument*/NULL); V_1 = (int16_t)0; goto IL_0153; } IL_0013: { V_2 = (int16_t)0; V_3 = (CPropData_t2491857930 *)NULL; ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t* L_3 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); Help_Pop_m3956053017(NULL /*static, unused*/, L_2, L_3, (&V_2), /*hidden argument*/NULL); int16_t L_4 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_5 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_4 = L_5; int32_t L_6 = V_4; switch (L_6) { case 0: { goto IL_0051; } case 1: { goto IL_0071; } case 2: { goto IL_0091; } case 3: { goto IL_00b1; } case 4: { goto IL_011a; } case 5: { goto IL_00f6; } case 6: { goto IL_00d5; } } } { goto IL_011a; } IL_0051: { V_5 = (uint8_t)0; ByteU5BU5D_t4116647657* L_7 = ___buffer0; int32_t* L_8 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_9 = Help_Pop_m2119081309(NULL /*static, unused*/, L_7, L_8, (&V_5), /*hidden argument*/NULL); if (!L_9) { goto IL_006c; } } { int32_t L_10 = V_4; uint8_t L_11 = V_5; CPropData_t2491857930 * L_12 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m3871936572(L_12, L_10, L_11, /*hidden argument*/NULL); V_3 = L_12; } IL_006c: { goto IL_0121; } IL_0071: { V_6 = (int16_t)0; ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t* L_14 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_15 = Help_Pop_m3956053017(NULL /*static, unused*/, L_13, L_14, (&V_6), /*hidden argument*/NULL); if (!L_15) { goto IL_008c; } } { int32_t L_16 = V_4; int16_t L_17 = V_6; CPropData_t2491857930 * L_18 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m2542079782(L_18, L_16, L_17, /*hidden argument*/NULL); V_3 = L_18; } IL_008c: { goto IL_0121; } IL_0091: { V_7 = 0; ByteU5BU5D_t4116647657* L_19 = ___buffer0; int32_t* L_20 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_21 = Help_Pop_m1588559183(NULL /*static, unused*/, L_19, L_20, (&V_7), /*hidden argument*/NULL); if (!L_21) { goto IL_00ac; } } { int32_t L_22 = V_4; int32_t L_23 = V_7; CPropData_t2491857930 * L_24 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m2924416810(L_24, L_22, L_23, /*hidden argument*/NULL); V_3 = L_24; } IL_00ac: { goto IL_0121; } IL_00b1: { V_8 = (0.0f); ByteU5BU5D_t4116647657* L_25 = ___buffer0; int32_t* L_26 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_27 = Help_Pop_m2983622353(NULL /*static, unused*/, L_25, L_26, (&V_8), /*hidden argument*/NULL); if (!L_27) { goto IL_00d0; } } { int32_t L_28 = V_4; float L_29 = V_8; CPropData_t2491857930 * L_30 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m4207565869(L_30, L_28, L_29, /*hidden argument*/NULL); V_3 = L_30; } IL_00d0: { goto IL_0121; } IL_00d5: { V_9 = (((int64_t)((int64_t)0))); ByteU5BU5D_t4116647657* L_31 = ___buffer0; int32_t* L_32 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_33 = Help_Pop_m844832638(NULL /*static, unused*/, L_31, L_32, (&V_9), /*hidden argument*/NULL); if (!L_33) { goto IL_00f1; } } { int32_t L_34 = V_4; int64_t L_35 = V_9; CPropData_t2491857930 * L_36 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m1732775720(L_36, L_34, L_35, /*hidden argument*/NULL); V_3 = L_36; } IL_00f1: { goto IL_0121; } IL_00f6: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_10 = L_37; ByteU5BU5D_t4116647657* L_38 = ___buffer0; int32_t* L_39 = ___nIndex1; IL2CPP_RUNTIME_CLASS_INIT(Help_t3634822582_il2cpp_TypeInfo_var); bool L_40 = Help_Pop_m507744042(NULL /*static, unused*/, L_38, L_39, (&V_10), /*hidden argument*/NULL); if (!L_40) { goto IL_0115; } } { int32_t L_41 = V_4; String_t* L_42 = V_10; CPropData_t2491857930 * L_43 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m1315372139(L_43, L_41, L_42, /*hidden argument*/NULL); V_3 = L_43; } IL_0115: { goto IL_0121; } IL_011a: { V_3 = (CPropData_t2491857930 *)NULL; goto IL_0121; } IL_0121: { CPropData_t2491857930 * L_44 = V_3; if (!L_44) { goto IL_014e; } } { int16_t L_45 = V_2; String_t* L_46 = CProperty_GetKeyName_m3397694788(__this, L_45, /*hidden argument*/NULL); V_11 = L_46; String_t* L_47 = V_11; CPropData_t2491857930 * L_48 = V_3; CProperty__OnPropChangeBefore_m1370016739(__this, L_47, L_48, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_49 = __this->get_m_DicPropData_0(); int16_t L_50 = V_2; CPropData_t2491857930 * L_51 = V_3; NullCheck(L_49); Dictionary_2_set_Item_m3937622340(L_49, L_50, L_51, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_52 = V_11; CProperty__OnPropChangeEnd_m2984876182(__this, L_52, /*hidden argument*/NULL); } IL_014e: { int16_t L_53 = V_1; V_1 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))))); } IL_0153: { int16_t L_54 = V_1; int16_t L_55 = V_0; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_0013; } } { return; } } // System.Void DMCore.Framework.Scene.CProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CProperty_Clear_m1869381630 (CProperty_t963755051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_Clear_m1869381630_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1380571261 * L_0 = __this->get_m_DicPropData_0(); NullCheck(L_0); Dictionary_2_Clear_m3516339024(L_0, /*hidden argument*/Dictionary_2_Clear_m3516339024_RuntimeMethod_var); return; } } // DMCore.CDataProperty DMCore.Framework.Scene.CProperty::ToUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CProperty_ToUserProperty_m397835239 (CProperty_t963755051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_ToUserProperty_m397835239_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; Enumerator_t3334754036 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; KeyValuePair_2_t3778243428 V_3; memset(&V_3, 0, sizeof(V_3)); String_t* V_4 = NULL; KeyValuePair_2_t3778243428 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t3778243428 V_6; memset(&V_6, 0, sizeof(V_6)); KeyValuePair_2_t3778243428 V_7; memset(&V_7, 0, sizeof(V_7)); KeyValuePair_2_t3778243428 V_8; memset(&V_8, 0, sizeof(V_8)); KeyValuePair_2_t3778243428 V_9; memset(&V_9, 0, sizeof(V_9)); KeyValuePair_2_t3778243428 V_10; memset(&V_10, 0, sizeof(V_10)); KeyValuePair_2_t3778243428 V_11; memset(&V_11, 0, sizeof(V_11)); { CDataProperty_t2806246268 * L_0 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_0, /*hidden argument*/NULL); V_0 = L_0; Dictionary_2_t1380571261 * L_1 = __this->get_m_DicPropData_0(); NullCheck(L_1); Enumerator_t3334754036 L_2 = Dictionary_2_GetEnumerator_m1722352057(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m1722352057_RuntimeMethod_var); V_1 = L_2; goto IL_013b; } IL_0017: { KeyValuePair_2_t3778243428 L_3 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_3 = L_3; int32_t L_4 = KeyValuePair_2_get_Key_m3544428596((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m3544428596_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_5 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_2 = L_5; KeyValuePair_2_t3778243428 L_6 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_5 = L_6; int32_t L_7 = KeyValuePair_2_get_Key_m3544428596((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m3544428596_RuntimeMethod_var); String_t* L_8 = CPropDictionary_GetName_m4069362438(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_4 = L_8; int32_t L_9 = V_2; switch (L_9) { case 0: { goto IL_006a; } case 1: { goto IL_008c; } case 2: { goto IL_00ae; } case 3: { goto IL_00d0; } case 4: { goto IL_0136; } case 5: { goto IL_0114; } case 6: { goto IL_00f2; } } } { goto IL_0136; } IL_006a: { CDataProperty_t2806246268 * L_10 = V_0; String_t* L_11 = V_4; KeyValuePair_2_t3778243428 L_12 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_6 = L_12; CPropData_t2491857930 * L_13 = KeyValuePair_2_get_Value_m3475328882((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var); NullCheck(L_13); uint8_t L_14 = CPropData_GetByte_m1431947455(L_13, /*hidden argument*/NULL); NullCheck(L_10); CDataProperty_Add_m439020021(L_10, L_11, L_14, /*hidden argument*/NULL); goto IL_013b; } IL_008c: { CDataProperty_t2806246268 * L_15 = V_0; String_t* L_16 = V_4; KeyValuePair_2_t3778243428 L_17 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_7 = L_17; CPropData_t2491857930 * L_18 = KeyValuePair_2_get_Value_m3475328882((&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var); NullCheck(L_18); int16_t L_19 = CPropData_GetShort_m3087529730(L_18, /*hidden argument*/NULL); NullCheck(L_15); CDataProperty_Add_m439020021(L_15, L_16, L_19, /*hidden argument*/NULL); goto IL_013b; } IL_00ae: { CDataProperty_t2806246268 * L_20 = V_0; String_t* L_21 = V_4; KeyValuePair_2_t3778243428 L_22 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_8 = L_22; CPropData_t2491857930 * L_23 = KeyValuePair_2_get_Value_m3475328882((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var); NullCheck(L_23); int32_t L_24 = CPropData_GetInt_m2221393311(L_23, /*hidden argument*/NULL); NullCheck(L_20); CDataProperty_Add_m837145387(L_20, L_21, L_24, /*hidden argument*/NULL); goto IL_013b; } IL_00d0: { CDataProperty_t2806246268 * L_25 = V_0; String_t* L_26 = V_4; KeyValuePair_2_t3778243428 L_27 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_9 = L_27; CPropData_t2491857930 * L_28 = KeyValuePair_2_get_Value_m3475328882((&V_9), /*hidden argument*/KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var); NullCheck(L_28); float L_29 = CPropData_GetFloat_m771401142(L_28, /*hidden argument*/NULL); NullCheck(L_25); CDataProperty_Add_m269030806(L_25, L_26, L_29, /*hidden argument*/NULL); goto IL_013b; } IL_00f2: { CDataProperty_t2806246268 * L_30 = V_0; String_t* L_31 = V_4; KeyValuePair_2_t3778243428 L_32 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_10 = L_32; CPropData_t2491857930 * L_33 = KeyValuePair_2_get_Value_m3475328882((&V_10), /*hidden argument*/KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var); NullCheck(L_33); int64_t L_34 = CPropData_GetLong_m2266891612(L_33, /*hidden argument*/NULL); NullCheck(L_30); CDataProperty_Add_m2743671346(L_30, L_31, L_34, /*hidden argument*/NULL); goto IL_013b; } IL_0114: { CDataProperty_t2806246268 * L_35 = V_0; String_t* L_36 = V_4; KeyValuePair_2_t3778243428 L_37 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_11 = L_37; CPropData_t2491857930 * L_38 = KeyValuePair_2_get_Value_m3475328882((&V_11), /*hidden argument*/KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var); NullCheck(L_38); String_t* L_39 = CPropData_GetWideStr_m1287876811(L_38, /*hidden argument*/NULL); NullCheck(L_35); CDataProperty_Add_m1879965761(L_35, L_36, L_39, /*hidden argument*/NULL); goto IL_013b; } IL_0136: { goto IL_013b; } IL_013b: { bool L_40 = Enumerator_MoveNext_m3401276680((&V_1), /*hidden argument*/Enumerator_MoveNext_m3401276680_RuntimeMethod_var); if (L_40) { goto IL_0017; } } { CDataProperty_t2806246268 * L_41 = V_0; return L_41; } } // System.Void DMCore.Framework.Scene.CProperty::Append(DMCore.Framework.Scene.CProperty) extern "C" IL2CPP_METHOD_ATTR void CProperty_Append_m396754954 (CProperty_t963755051 * __this, CProperty_t963755051 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_Append_m396754954_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3334754036 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; KeyValuePair_2_t3778243428 V_2; memset(&V_2, 0, sizeof(V_2)); String_t* V_3 = NULL; CPropData_t2491857930 * V_4 = NULL; KeyValuePair_2_t3778243428 V_5; memset(&V_5, 0, sizeof(V_5)); { CProperty_t963755051 * L_0 = ___other0; if (!L_0) { goto IL_0012; } } { CProperty_t963755051 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = CProperty_GetCount_m4271154150(L_1, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_2))) { goto IL_0013; } } IL_0012: { return; } IL_0013: { CProperty_t963755051 * L_3 = ___other0; NullCheck(L_3); Dictionary_2_t1380571261 * L_4 = L_3->get_m_DicPropData_0(); NullCheck(L_4); Enumerator_t3334754036 L_5 = Dictionary_2_GetEnumerator_m1722352057(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m1722352057_RuntimeMethod_var); V_0 = L_5; goto IL_0078; } IL_0024: { KeyValuePair_2_t3778243428 L_6 = Enumerator_get_Current_m3920902114((&V_0), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_2 = L_6; int32_t L_7 = KeyValuePair_2_get_Key_m3544428596((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3544428596_RuntimeMethod_var); V_1 = L_7; int32_t L_8 = V_1; String_t* L_9 = CProperty_GetKeyName_m3397694788(__this, L_8, /*hidden argument*/NULL); V_3 = L_9; CPropData_t2491857930 * L_10 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m2711183279(L_10, /*hidden argument*/NULL); V_4 = L_10; KeyValuePair_2_t3778243428 L_11 = Enumerator_get_Current_m3920902114((&V_0), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_5 = L_11; CPropData_t2491857930 * L_12 = KeyValuePair_2_get_Value_m3475328882((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m3475328882_RuntimeMethod_var); NullCheck(L_12); CPropData_Copy_m1222790782(L_12, (&V_4), /*hidden argument*/NULL); String_t* L_13 = V_3; CPropData_t2491857930 * L_14 = V_4; CProperty__OnPropChangeBefore_m1370016739(__this, L_13, L_14, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_15 = __this->get_m_DicPropData_0(); int32_t L_16 = V_1; CPropData_t2491857930 * L_17 = V_4; NullCheck(L_15); Dictionary_2_set_Item_m3937622340(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_18 = V_3; CProperty__OnPropChangeEnd_m2984876182(__this, L_18, /*hidden argument*/NULL); } IL_0078: { bool L_19 = Enumerator_MoveNext_m3401276680((&V_0), /*hidden argument*/Enumerator_MoveNext_m3401276680_RuntimeMethod_var); if (L_19) { goto IL_0024; } } { return; } } // System.Boolean DMCore.Framework.Scene.CProperty::Check(System.String) extern "C" IL2CPP_METHOD_ATTR bool CProperty_Check_m2093268374 (CProperty_t963755051 * __this, String_t* ___propname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_Check_m2093268374_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { return (bool)0; } IL_0011: { Dictionary_2_t1380571261 * L_2 = __this->get_m_DicPropData_0(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m2643055924(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_4) { goto IL_0024; } } { return (bool)0; } IL_0024: { return (bool)1; } } // System.Collections.Generic.List`1 DMCore.Framework.Scene.CProperty::GetKeys() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * CProperty_GetKeys_m6339137 (CProperty_t963755051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetKeys_m6339137_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; Enumerator_t3334754036 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t3778243428 V_2; memset(&V_2, 0, sizeof(V_2)); { Dictionary_2_t1380571261 * L_0 = __this->get_m_DicPropData_0(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m3302086221(L_0, /*hidden argument*/Dictionary_2_get_Count_m3302086221_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (List_1_t3319525431 *)NULL; } IL_0012: { List_1_t3319525431 * L_2 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_2, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_2; Dictionary_2_t1380571261 * L_3 = __this->get_m_DicPropData_0(); NullCheck(L_3); Enumerator_t3334754036 L_4 = Dictionary_2_GetEnumerator_m1722352057(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m1722352057_RuntimeMethod_var); V_1 = L_4; goto IL_0044; } IL_0029: { List_1_t3319525431 * L_5 = V_0; KeyValuePair_2_t3778243428 L_6 = Enumerator_get_Current_m3920902114((&V_1), /*hidden argument*/Enumerator_get_Current_m3920902114_RuntimeMethod_var); V_2 = L_6; int32_t L_7 = KeyValuePair_2_get_Key_m3544428596((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3544428596_RuntimeMethod_var); String_t* L_8 = CProperty_GetKeyName_m3397694788(__this, L_7, /*hidden argument*/NULL); NullCheck(L_5); List_1_Add_m1685793073(L_5, L_8, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_0044: { bool L_9 = Enumerator_MoveNext_m3401276680((&V_1), /*hidden argument*/Enumerator_MoveNext_m3401276680_RuntimeMethod_var); if (L_9) { goto IL_0029; } } { List_1_t3319525431 * L_10 = V_0; return L_10; } } // System.Int32 DMCore.Framework.Scene.CProperty::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetCount_m4271154150 (CProperty_t963755051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetCount_m4271154150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1380571261 * L_0 = __this->get_m_DicPropData_0(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m3302086221(L_0, /*hidden argument*/Dictionary_2_get_Count_m3302086221_RuntimeMethod_var); return L_1; } } // System.Void DMCore.Framework.Scene.CProperty::SetByte(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetByte_m1355022415 (CProperty_t963755051 * __this, int32_t ___index0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetByte_m1355022415_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CPropData_t2491857930 * V_1 = NULL; { int32_t L_0 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_1 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { int32_t L_2 = ___index0; String_t* L_3 = CProperty_GetKeyName_m3397694788(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; uint8_t L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m3871936572(L_5, 0, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = ___index0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = V_0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetShort(System.Int32,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetShort_m3618802019 (CProperty_t963755051 * __this, int32_t ___index0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetShort_m3618802019_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropData_t2491857930 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_1 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_000d; } } { return; } IL_000d: { int16_t L_2 = ___value1; CPropData_t2491857930 * L_3 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m2542079782(L_3, 1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = ___index0; String_t* L_5 = CProperty_GetKeyName_m3397694788(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_1; CPropData_t2491857930 * L_7 = V_0; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = ___index0; CPropData_t2491857930 * L_10 = V_0; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = V_1; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetInt_m1626303812 (CProperty_t963755051 * __this, int32_t ___index0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetInt_m1626303812_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CPropData_t2491857930 * V_1 = NULL; { int32_t L_0 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_1 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = ___index0; String_t* L_3 = CProperty_GetKeyName_m3397694788(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m2924416810(L_5, 2, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = ___index0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = V_0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetFloat(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetFloat_m4204269218 (CProperty_t963755051 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetFloat_m4204269218_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CPropData_t2491857930 * V_1 = NULL; { int32_t L_0 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_1 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = ___index0; String_t* L_3 = CProperty_GetKeyName_m3397694788(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; float L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m4207565869(L_5, 3, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = ___index0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = V_0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetObject(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetObject_m3593707171 (CProperty_t963755051 * __this, int32_t ___index0, int64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetObject_m3593707171_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CPropData_t2491857930 * V_1 = NULL; { int32_t L_0 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_1 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = ___index0; String_t* L_3 = CProperty_GetKeyName_m3397694788(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; int64_t L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m1732775720(L_5, 6, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = ___index0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = V_0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetString(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetString_m2499521466 (CProperty_t963755051 * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetString_m2499521466_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CPropData_t2491857930 * V_1 = NULL; { int32_t L_0 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_1 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = ___index0; String_t* L_3 = CProperty_GetKeyName_m3397694788(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m1315372139(L_5, 5, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = ___index0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = V_0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetByte(System.String,System.Byte) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetByte_m1248367153 (CProperty_t963755051 * __this, String_t* ___propname0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetByte_m1248367153_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_3 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return; } IL_001c: { uint8_t L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m3871936572(L_5, 0, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = ___propname0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = V_0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = ___propname0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetShort(System.String,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetShort_m141600899 (CProperty_t963755051 * __this, String_t* ___propname0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetShort_m141600899_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_3 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_001d; } } { return; } IL_001d: { int16_t L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m2542079782(L_5, 1, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = ___propname0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = V_0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = ___propname0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetInt_m72189256_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_3 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_001d; } } { return; } IL_001d: { int32_t L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m2924416810(L_5, 2, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = ___propname0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = V_0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = ___propname0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetFloat_m2984526633 (CProperty_t963755051 * __this, String_t* ___propname0, float ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetFloat_m2984526633_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_3 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_001d; } } { return; } IL_001d: { float L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m4207565869(L_5, 3, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = ___propname0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = V_0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = ___propname0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetString_m1997490933_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_3 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_001d; } } { return; } IL_001d: { String_t* L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m1315372139(L_5, 5, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = ___propname0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = V_0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = ___propname0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetDouble(System.String,System.Double) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetDouble_m183171705 (CProperty_t963755051 * __this, String_t* ___propname0, double ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetDouble_m183171705_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_3 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)7))) { goto IL_001d; } } { return; } IL_001d: { double L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m3415521959(L_5, 7, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = ___propname0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = V_0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = ___propname0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty::SetLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetLong_m1366086451 (CProperty_t963755051 * __this, String_t* ___propname0, int64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_SetLong_m1366086451_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_3 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)6))) { goto IL_001d; } } { return; } IL_001d: { int64_t L_4 = ___value1; CPropData_t2491857930 * L_5 = (CPropData_t2491857930 *)il2cpp_codegen_object_new(CPropData_t2491857930_il2cpp_TypeInfo_var); CPropData__ctor_m1732775720(L_5, 6, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = ___propname0; CPropData_t2491857930 * L_7 = V_1; CProperty__OnPropChangeBefore_m1370016739(__this, L_6, L_7, /*hidden argument*/NULL); Dictionary_2_t1380571261 * L_8 = __this->get_m_DicPropData_0(); int32_t L_9 = V_0; CPropData_t2491857930 * L_10 = V_1; NullCheck(L_8); Dictionary_2_set_Item_m3937622340(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3937622340_RuntimeMethod_var); String_t* L_11 = ___propname0; CProperty__OnPropChangeEnd_m2984876182(__this, L_11, /*hidden argument*/NULL); return; } } // DMCore.Framework.Scene.CPropData DMCore.Framework.Scene.CProperty::GetPropData(System.String) extern "C" IL2CPP_METHOD_ATTR CPropData_t2491857930 * CProperty_GetPropData_m1845734804 (CProperty_t963755051 * __this, String_t* ___propname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetPropData_m1845734804_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { return (CPropData_t2491857930 *)NULL; } IL_0011: { Dictionary_2_t1380571261 * L_2 = __this->get_m_DicPropData_0(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4 = Dictionary_2_ContainsKey_m2643055924(L_2, L_3, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_4) { goto IL_0024; } } { return (CPropData_t2491857930 *)NULL; } IL_0024: { Dictionary_2_t1380571261 * L_5 = __this->get_m_DicPropData_0(); int32_t L_6 = V_0; NullCheck(L_5); CPropData_t2491857930 * L_7 = Dictionary_2_get_Item_m1001218368(L_5, L_6, /*hidden argument*/Dictionary_2_get_Item_m1001218368_RuntimeMethod_var); return L_7; } } // System.Byte DMCore.Framework.Scene.CProperty::GetByte(System.String,System.Byte) extern "C" IL2CPP_METHOD_ATTR uint8_t CProperty_GetByte_m852745738 (CProperty_t963755051 * __this, String_t* ___propname0, uint8_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetByte_m852745738_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { uint8_t L_2 = ___defaultVal1; return L_2; } IL_0011: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_4 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001e; } } { uint8_t L_5 = ___defaultVal1; return L_5; } IL_001e: { Dictionary_2_t1380571261 * L_6 = __this->get_m_DicPropData_0(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2643055924(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_8) { goto IL_0031; } } { uint8_t L_9 = ___defaultVal1; return L_9; } IL_0031: { Dictionary_2_t1380571261 * L_10 = __this->get_m_DicPropData_0(); int32_t L_11 = V_0; NullCheck(L_10); CPropData_t2491857930 * L_12 = Dictionary_2_get_Item_m1001218368(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m1001218368_RuntimeMethod_var); NullCheck(L_12); uint8_t L_13 = CPropData_GetByte_m1431947455(L_12, /*hidden argument*/NULL); return L_13; } } // System.Int16 DMCore.Framework.Scene.CProperty::GetShort(System.String,System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t CProperty_GetShort_m242445460 (CProperty_t963755051 * __this, String_t* ___propname0, int16_t ___sDefault1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetShort_m242445460_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { int16_t L_2 = ___sDefault1; return L_2; } IL_0011: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_4 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_001f; } } { int16_t L_5 = ___sDefault1; return L_5; } IL_001f: { Dictionary_2_t1380571261 * L_6 = __this->get_m_DicPropData_0(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2643055924(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_8) { goto IL_0032; } } { int16_t L_9 = ___sDefault1; return L_9; } IL_0032: { Dictionary_2_t1380571261 * L_10 = __this->get_m_DicPropData_0(); int32_t L_11 = V_0; NullCheck(L_10); CPropData_t2491857930 * L_12 = Dictionary_2_get_Item_m1001218368(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m1001218368_RuntimeMethod_var); NullCheck(L_12); int16_t L_13 = CPropData_GetShort_m3087529730(L_12, /*hidden argument*/NULL); return L_13; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetInt_m2680341236_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { int32_t L_2 = ___nDefault1; return L_2; } IL_0011: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_4 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_001f; } } { int32_t L_5 = ___nDefault1; return L_5; } IL_001f: { Dictionary_2_t1380571261 * L_6 = __this->get_m_DicPropData_0(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2643055924(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_8) { goto IL_0032; } } { int32_t L_9 = ___nDefault1; return L_9; } IL_0032: { Dictionary_2_t1380571261 * L_10 = __this->get_m_DicPropData_0(); int32_t L_11 = V_0; NullCheck(L_10); CPropData_t2491857930 * L_12 = Dictionary_2_get_Item_m1001218368(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m1001218368_RuntimeMethod_var); NullCheck(L_12); int32_t L_13 = CPropData_GetInt_m2221393311(L_12, /*hidden argument*/NULL); return L_13; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetLong_m359864449_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { int64_t L_2 = ___lDefault1; return L_2; } IL_0011: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_4 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)6))) { goto IL_001f; } } { int64_t L_5 = ___lDefault1; return L_5; } IL_001f: { Dictionary_2_t1380571261 * L_6 = __this->get_m_DicPropData_0(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2643055924(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_8) { goto IL_0032; } } { int64_t L_9 = ___lDefault1; return L_9; } IL_0032: { Dictionary_2_t1380571261 * L_10 = __this->get_m_DicPropData_0(); int32_t L_11 = V_0; NullCheck(L_10); CPropData_t2491857930 * L_12 = Dictionary_2_get_Item_m1001218368(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m1001218368_RuntimeMethod_var); NullCheck(L_12); int64_t L_13 = CPropData_GetLong_m2266891612(L_12, /*hidden argument*/NULL); return L_13; } } // System.Single DMCore.Framework.Scene.CProperty::GetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CProperty_GetFloat_m1137832604 (CProperty_t963755051 * __this, String_t* ___propname0, float ___fDefault1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetFloat_m1137832604_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { float L_2 = ___fDefault1; return L_2; } IL_0011: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_4 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)3))) { goto IL_001f; } } { float L_5 = ___fDefault1; return L_5; } IL_001f: { Dictionary_2_t1380571261 * L_6 = __this->get_m_DicPropData_0(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2643055924(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_8) { goto IL_0032; } } { float L_9 = ___fDefault1; return L_9; } IL_0032: { Dictionary_2_t1380571261 * L_10 = __this->get_m_DicPropData_0(); int32_t L_11 = V_0; NullCheck(L_10); CPropData_t2491857930 * L_12 = Dictionary_2_get_Item_m1001218368(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m1001218368_RuntimeMethod_var); NullCheck(L_12); float L_13 = CPropData_GetFloat_m771401142(L_12, /*hidden argument*/NULL); return L_13; } } // System.String DMCore.Framework.Scene.CProperty::GetWideStr(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CProperty_GetWideStr_m2042428682 (CProperty_t963755051 * __this, String_t* ___propname0, String_t* ___strDefault1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetWideStr_m2042428682_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; String_t* L_0 = ___propname0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); bool L_1 = CPropDictionary_FindIndex_m3693675310(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { String_t* L_2 = ___strDefault1; return L_2; } IL_0011: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); int32_t L_4 = CPropDictionary_GetType_m2451184835(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_001f; } } { String_t* L_5 = ___strDefault1; return L_5; } IL_001f: { Dictionary_2_t1380571261 * L_6 = __this->get_m_DicPropData_0(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m2643055924(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m2643055924_RuntimeMethod_var); if (L_8) { goto IL_0032; } } { String_t* L_9 = ___strDefault1; return L_9; } IL_0032: { Dictionary_2_t1380571261 * L_10 = __this->get_m_DicPropData_0(); int32_t L_11 = V_0; NullCheck(L_10); CPropData_t2491857930 * L_12 = Dictionary_2_get_Item_m1001218368(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m1001218368_RuntimeMethod_var); NullCheck(L_12); String_t* L_13 = CPropData_GetWideStr_m1287876811(L_12, /*hidden argument*/NULL); return L_13; } } // System.Void DMCore.Framework.Scene.CProperty::_OnPropChangeBefore(System.String,DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void CProperty__OnPropChangeBefore_m1370016739 (CProperty_t963755051 * __this, String_t* ___key0, CPropData_t2491857930 * ___newData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty__OnPropChangeBefore_m1370016739_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * V_0 = NULL; { U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * L_0 = (U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 *)il2cpp_codegen_object_new(U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115_il2cpp_TypeInfo_var); U3C_OnPropChangeBeforeU3Ec__AnonStorey0__ctor_m1802259679(L_0, /*hidden argument*/NULL); V_0 = L_0; U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * L_1 = V_0; String_t* L_2 = ___key0; NullCheck(L_1); L_1->set_key_0(L_2); U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * L_3 = V_0; CPropData_t2491857930 * L_4 = ___newData1; NullCheck(L_3); L_3->set_newData_1(L_4); CBetterSet_1_t433888323 * L_5 = __this->get_m_propChangeBefore_2(); U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3C_OnPropChangeBeforeU3Ec__AnonStorey0_U3CU3Em__0_m3044981890_RuntimeMethod_var; Action_1_t492078214 * L_8 = (Action_1_t492078214 *)il2cpp_codegen_object_new(Action_1_t492078214_il2cpp_TypeInfo_var); Action_1__ctor_m44358128(L_8, L_6, L_7, /*hidden argument*/Action_1__ctor_m44358128_RuntimeMethod_var); NullCheck(L_5); CBetterSet_1_Foreach_m390713378(L_5, L_8, /*hidden argument*/CBetterSet_1_Foreach_m390713378_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.Scene.CProperty::_OnPropChangeEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void CProperty__OnPropChangeEnd_m2984876182 (CProperty_t963755051 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty__OnPropChangeEnd_m2984876182_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * V_0 = NULL; List_1_t3491993026 * V_1 = NULL; int32_t V_2 = 0; { U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * L_0 = (U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 *)il2cpp_codegen_object_new(U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979_il2cpp_TypeInfo_var); U3C_OnPropChangeEndU3Ec__AnonStorey1__ctor_m808565895(L_0, /*hidden argument*/NULL); V_0 = L_0; U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * L_1 = V_0; String_t* L_2 = ___key0; NullCheck(L_1); L_1->set_key_0(L_2); CBetterSet_1_t2134195988 * L_3 = __this->get_m_propChangeEnd_3(); U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3C_OnPropChangeEndU3Ec__AnonStorey1_U3CU3Em__0_m431734937_RuntimeMethod_var; Action_1_t2192385879 * L_6 = (Action_1_t2192385879 *)il2cpp_codegen_object_new(Action_1_t2192385879_il2cpp_TypeInfo_var); Action_1__ctor_m3033358938(L_6, L_4, L_5, /*hidden argument*/Action_1__ctor_m3033358938_RuntimeMethod_var); NullCheck(L_3); CBetterSet_1_Foreach_m3146083753(L_3, L_6, /*hidden argument*/CBetterSet_1_Foreach_m3146083753_RuntimeMethod_var); V_1 = (List_1_t3491993026 *)NULL; Dictionary_2_t3277249325 * L_7 = __this->get_m_DicWatch_1(); U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = L_8->get_key_0(); NullCheck(L_7); bool L_10 = Dictionary_2_TryGetValue_m4261317981(L_7, L_9, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m4261317981_RuntimeMethod_var); if (!L_10) { goto IL_0067; } } { V_2 = 0; goto IL_005b; } IL_0045: { List_1_t3491993026 * L_11 = V_1; int32_t L_12 = V_2; NullCheck(L_11); Action_1_t2019918284 * L_13 = List_1_get_Item_m1527498239(L_11, L_12, /*hidden argument*/List_1_get_Item_m1527498239_RuntimeMethod_var); U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = L_14->get_key_0(); NullCheck(L_13); Action_1_Invoke_m3134296422(L_13, L_15, /*hidden argument*/Action_1_Invoke_m3134296422_RuntimeMethod_var); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_005b: { int32_t L_17 = V_2; List_1_t3491993026 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = List_1_get_Count_m2918228514(L_18, /*hidden argument*/List_1_get_Count_m2918228514_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0045; } } IL_0067: { return; } } // System.String DMCore.Framework.Scene.CProperty::GetKeyName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CProperty_GetKeyName_m3397694788 (CProperty_t963755051 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProperty_GetKeyName_m3397694788_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; IL2CPP_RUNTIME_CLASS_INIT(CPropDictionary_t1184658084_il2cpp_TypeInfo_var); String_t* L_1 = CPropDictionary_GetName_m4069362438(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CProperty/<_OnPropChangeBefore>c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_OnPropChangeBeforeU3Ec__AnonStorey0__ctor_m1802259679 (U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty/<_OnPropChangeBefore>c__AnonStorey0::<>m__0(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void U3C_OnPropChangeBeforeU3Ec__AnonStorey0_U3CU3Em__0_m3044981890 (U3C_OnPropChangeBeforeU3Ec__AnonStorey0_t4250282115 * __this, Action_2_t319610619 * ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3C_OnPropChangeBeforeU3Ec__AnonStorey0_U3CU3Em__0_m3044981890_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_2_t319610619 * L_0 = ___ptr0; String_t* L_1 = __this->get_key_0(); CPropData_t2491857930 * L_2 = __this->get_newData_1(); NullCheck(L_0); Action_2_Invoke_m772315343(L_0, L_1, L_2, /*hidden argument*/Action_2_Invoke_m772315343_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CProperty/<_OnPropChangeEnd>c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3C_OnPropChangeEndU3Ec__AnonStorey1__ctor_m808565895 (U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CProperty/<_OnPropChangeEnd>c__AnonStorey1::<>m__0(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void U3C_OnPropChangeEndU3Ec__AnonStorey1_U3CU3Em__0_m431734937 (U3C_OnPropChangeEndU3Ec__AnonStorey1_t3236267979 * __this, Action_1_t2019918284 * ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3C_OnPropChangeEndU3Ec__AnonStorey1_U3CU3Em__0_m431734937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t2019918284 * L_0 = ___ptr0; String_t* L_1 = __this->get_key_0(); NullCheck(L_0); Action_1_Invoke_m3134296422(L_0, L_1, /*hidden argument*/Action_1_Invoke_m3134296422_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CRoleModel_Effect::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect__ctor_m3038111206 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect__ctor_m3038111206_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_isReady_0((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t255862997 * L_0 = (Dictionary_2_t255862997 *)il2cpp_codegen_object_new(Dictionary_2_t255862997_il2cpp_TypeInfo_var); Dictionary_2__ctor_m438029164(L_0, /*hidden argument*/Dictionary_2__ctor_m438029164_RuntimeMethod_var); __this->set_m_listParticals_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(CAvatarEquipManager_t2125372870_il2cpp_TypeInfo_var); CAvatarEquipManager_t2125372870 * L_1 = CAvatarEquipManager_GetInstance_m849068733(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)CRoleModel_Effect__AvatarInfoChanged_m4249097244_RuntimeMethod_var; OnAvatarInfoChanged_t3190554017 * L_3 = (OnAvatarInfoChanged_t3190554017 *)il2cpp_codegen_object_new(OnAvatarInfoChanged_t3190554017_il2cpp_TypeInfo_var); OnAvatarInfoChanged__ctor_m1641417760(L_3, __this, L_2, /*hidden argument*/NULL); NullCheck(L_1); CAvatarEquipManager_OnRegisterListener_m1198733938(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::FlushJwel(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_FlushJwel_m1906810467 (CRoleModel_Effect_t71978069 * __this, List_1_t2105510702 * ___listJwel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_FlushJwel_m1906810467_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; CRoleModelItem_JwelData_t633435960 * V_4 = NULL; JewelData_t899796350 * V_5 = NULL; int32_t V_6 = 0; Enumerator_t2210045772 V_7; memset(&V_7, 0, sizeof(V_7)); bool V_8 = false; CRoleModelItem_JwelData_t633435960 * V_9 = NULL; KeyValuePair_2_t2653535164 V_10; memset(&V_10, 0, sizeof(V_10)); KeyValuePair_2_t2653535164 V_11; memset(&V_11, 0, sizeof(V_11)); CRoleModelItem_JwelData_t633435960 * V_12 = NULL; JewelData_t899796350 * V_13 = NULL; { List_1_t2105510702 * L_0 = ___listJwel0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { V_0 = 0; goto IL_002f; } IL_000e: { List_1_t2105510702 * L_1 = ___listJwel0; int32_t L_2 = V_0; NullCheck(L_1); CRoleModelItem_JwelData_t633435960 * L_3 = List_1_get_Item_m2860046049(L_1, L_2, /*hidden argument*/List_1_get_Item_m2860046049_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_m_jewelId_1(); if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_002b; } } { List_1_t2105510702 * L_5 = ___listJwel0; int32_t L_6 = V_0; NullCheck(L_5); List_1_RemoveAt_m2278381849(L_5, L_6, /*hidden argument*/List_1_RemoveAt_m2278381849_RuntimeMethod_var); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_002b: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002f: { int32_t L_9 = V_0; List_1_t2105510702 * L_10 = ___listJwel0; NullCheck(L_10); int32_t L_11 = List_1_get_Count_m4027319219(L_10, /*hidden argument*/List_1_get_Count_m4027319219_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_000e; } } { V_1 = 0; V_2 = 0; List_1_t2105510702 * L_12 = ___listJwel0; NullCheck(L_12); int32_t L_13 = List_1_get_Count_m4027319219(L_12, /*hidden argument*/List_1_get_Count_m4027319219_RuntimeMethod_var); if ((((int32_t)3) >= ((int32_t)L_13))) { goto IL_00c9; } } { V_3 = 0; goto IL_00bd; } IL_0052: { List_1_t2105510702 * L_14 = ___listJwel0; int32_t L_15 = V_3; NullCheck(L_14); CRoleModelItem_JwelData_t633435960 * L_16 = List_1_get_Item_m2860046049(L_14, L_15, /*hidden argument*/List_1_get_Item_m2860046049_RuntimeMethod_var); V_4 = L_16; MagicWorkShopConfig_t833590401 * L_17 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_JwelData_t633435960 * L_18 = V_4; NullCheck(L_18); int32_t L_19 = L_18->get_m_jewelId_1(); NullCheck(L_17); JewelData_t899796350 * L_20 = MagicWorkShopConfig_GetJewelDataByJewId_m1010733542(L_17, L_19, /*hidden argument*/NULL); V_5 = L_20; JewelData_t899796350 * L_21 = V_5; if (L_21) { goto IL_007c; } } { V_2 = (-1); goto IL_00c9; } IL_007c: { int32_t L_22 = V_3; if (L_22) { goto IL_0097; } } { JewelData_t899796350 * L_23 = V_5; NullCheck(L_23); int32_t L_24 = L_23->get_EffectId_1(); V_1 = L_24; JewelData_t899796350 * L_25 = V_5; NullCheck(L_25); int32_t L_26 = L_25->get_Level_3(); V_2 = L_26; goto IL_00b9; } IL_0097: { int32_t L_27 = V_1; JewelData_t899796350 * L_28 = V_5; NullCheck(L_28); int32_t L_29 = L_28->get_EffectId_1(); if ((((int32_t)L_27) == ((int32_t)L_29))) { goto IL_00ab; } } { V_2 = (-1); goto IL_00c9; } IL_00ab: { int32_t L_30 = V_2; JewelData_t899796350 * L_31 = V_5; NullCheck(L_31); int32_t L_32 = L_31->get_Level_3(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_33 = Mathf_Min_m18103608(NULL /*static, unused*/, L_30, L_32, /*hidden argument*/NULL); V_2 = L_33; } IL_00b9: { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00bd: { int32_t L_35 = V_3; List_1_t2105510702 * L_36 = ___listJwel0; NullCheck(L_36); int32_t L_37 = List_1_get_Count_m4027319219(L_36, /*hidden argument*/List_1_get_Count_m4027319219_RuntimeMethod_var); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_0052; } } IL_00c9: { int32_t L_38 = V_2; if ((((int32_t)0) >= ((int32_t)L_38))) { goto IL_00dd; } } { int32_t L_39 = V_1; int32_t L_40 = V_2; CRoleModel_Effect_PlayEffect_Combine_m1228795781(__this, L_39, L_40, /*hidden argument*/NULL); goto IL_01c9; } IL_00dd: { CRoleModel_Effect_StopEffect_Combine_m885070161(__this, /*hidden argument*/NULL); V_6 = 0; Dictionary_2_t255862997 * L_41 = __this->get_m_listParticals_1(); NullCheck(L_41); Enumerator_t2210045772 L_42 = Dictionary_2_GetEnumerator_m1907259251(L_41, /*hidden argument*/Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var); V_7 = L_42; goto IL_015e; } IL_00f8: { V_8 = (bool)0; goto IL_0134; } IL_0100: { List_1_t2105510702 * L_43 = ___listJwel0; int32_t L_44 = V_6; NullCheck(L_43); CRoleModelItem_JwelData_t633435960 * L_45 = List_1_get_Item_m2860046049(L_43, L_44, /*hidden argument*/List_1_get_Item_m2860046049_RuntimeMethod_var); V_9 = L_45; CRoleModelItem_JwelData_t633435960 * L_46 = V_9; NullCheck(L_46); int32_t L_47 = L_46->get_m_catogroy_0(); KeyValuePair_2_t2653535164 L_48 = Enumerator_get_Current_m1847050512((&V_7), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_10 = L_48; int32_t L_49 = KeyValuePair_2_get_Key_m163424891((&V_10), /*hidden argument*/KeyValuePair_2_get_Key_m163424891_RuntimeMethod_var); if ((!(((uint32_t)L_47) == ((uint32_t)L_49)))) { goto IL_012e; } } { V_8 = (bool)1; goto IL_0141; } IL_012e: { int32_t L_50 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0134: { int32_t L_51 = V_6; List_1_t2105510702 * L_52 = ___listJwel0; NullCheck(L_52); int32_t L_53 = List_1_get_Count_m4027319219(L_52, /*hidden argument*/List_1_get_Count_m4027319219_RuntimeMethod_var); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_0100; } } IL_0141: { bool L_54 = V_8; if (L_54) { goto IL_015e; } } { KeyValuePair_2_t2653535164 L_55 = Enumerator_get_Current_m1847050512((&V_7), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_11 = L_55; roleModelItemEffectData_t1367149666 * L_56 = KeyValuePair_2_get_Value_m2750271603((&V_11), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); NullCheck(L_56); roleModelItemEffectData_SetActive_m793896993(L_56, (bool)0, /*hidden argument*/NULL); } IL_015e: { bool L_57 = Enumerator_MoveNext_m3549278818((&V_7), /*hidden argument*/Enumerator_MoveNext_m3549278818_RuntimeMethod_var); if (L_57) { goto IL_00f8; } } { V_6 = 0; goto IL_01bc; } IL_0172: { List_1_t2105510702 * L_58 = ___listJwel0; int32_t L_59 = V_6; NullCheck(L_58); CRoleModelItem_JwelData_t633435960 * L_60 = List_1_get_Item_m2860046049(L_58, L_59, /*hidden argument*/List_1_get_Item_m2860046049_RuntimeMethod_var); V_12 = L_60; MagicWorkShopConfig_t833590401 * L_61 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_JwelData_t633435960 * L_62 = V_12; NullCheck(L_62); int32_t L_63 = L_62->get_m_jewelId_1(); NullCheck(L_61); JewelData_t899796350 * L_64 = MagicWorkShopConfig_GetJewelDataByJewId_m1010733542(L_61, L_63, /*hidden argument*/NULL); V_13 = L_64; JewelData_t899796350 * L_65 = V_13; if (L_65) { goto IL_019b; } } { goto IL_01b6; } IL_019b: { JewelData_t899796350 * L_66 = V_13; NullCheck(L_66); int32_t L_67 = L_66->get_EffectId_1(); CRoleModelItem_JwelData_t633435960 * L_68 = V_12; NullCheck(L_68); int32_t L_69 = L_68->get_m_catogroy_0(); JewelData_t899796350 * L_70 = V_13; NullCheck(L_70); int32_t L_71 = L_70->get_Level_3(); CRoleModel_Effect_PlayEffect_Single_m3274676312(__this, L_67, L_69, L_71, /*hidden argument*/NULL); } IL_01b6: { int32_t L_72 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_01bc: { int32_t L_73 = V_6; List_1_t2105510702 * L_74 = ___listJwel0; NullCheck(L_74); int32_t L_75 = List_1_get_Count_m4027319219(L_74, /*hidden argument*/List_1_get_Count_m4027319219_RuntimeMethod_var); if ((((int32_t)L_73) < ((int32_t)L_75))) { goto IL_0172; } } IL_01c9: { return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::ChangeSingleEffect(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_ChangeSingleEffect_m1865810908 (CRoleModel_Effect_t71978069 * __this, int32_t ___jewelId0, int32_t ___catogroy1, const RuntimeMethod* method) { JewelData_t899796350 * V_0 = NULL; { MagicWorkShopConfig_t833590401 * L_0 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___jewelId0; NullCheck(L_0); JewelData_t899796350 * L_2 = MagicWorkShopConfig_GetJewelDataByJewId_m1010733542(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; JewelData_t899796350 * L_3 = V_0; if (L_3) { goto IL_0013; } } { return; } IL_0013: { JewelData_t899796350 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_Level_3(); if ((((int32_t)0) < ((int32_t)L_5))) { goto IL_0027; } } { int32_t L_6 = ___catogroy1; CRoleModel_Effect_StopSingleEffect_m2991164974(__this, L_6, /*hidden argument*/NULL); return; } IL_0027: { JewelData_t899796350 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get_EffectId_1(); int32_t L_9 = ___catogroy1; JewelData_t899796350 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_Level_3(); CRoleModel_Effect_PlayEffect_Single_m3274676312(__this, L_8, L_9, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::StopSingleEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_StopSingleEffect_m2991164974 (CRoleModel_Effect_t71978069 * __this, int32_t ___catogroy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_StopSingleEffect_m2991164974_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2210045772 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2653535164 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t2653535164 V_2; memset(&V_2, 0, sizeof(V_2)); roleModelItemEffectData_t1367149666 * V_3 = NULL; { bool L_0 = __this->get_m_bCombineEffectMode_3(); if (!L_0) { goto IL_0069; } } { roleModelItemEffectData_t1367149666 * L_1 = __this->get_m_CombineEffectIns_4(); if (!L_1) { goto IL_0022; } } { roleModelItemEffectData_t1367149666 * L_2 = __this->get_m_CombineEffectIns_4(); NullCheck(L_2); roleModelItemEffectData_SetActive_m793896993(L_2, (bool)0, /*hidden argument*/NULL); } IL_0022: { Dictionary_2_t255862997 * L_3 = __this->get_m_listParticals_1(); NullCheck(L_3); Enumerator_t2210045772 L_4 = Dictionary_2_GetEnumerator_m1907259251(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var); V_0 = L_4; goto IL_005d; } IL_0033: { int32_t L_5 = ___catogroy0; KeyValuePair_2_t2653535164 L_6 = Enumerator_get_Current_m1847050512((&V_0), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_1 = L_6; int32_t L_7 = KeyValuePair_2_get_Key_m163424891((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m163424891_RuntimeMethod_var); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_005d; } } { KeyValuePair_2_t2653535164 L_8 = Enumerator_get_Current_m1847050512((&V_0), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_2 = L_8; roleModelItemEffectData_t1367149666 * L_9 = KeyValuePair_2_get_Value_m2750271603((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); NullCheck(L_9); roleModelItemEffectData_SetActive_m793896993(L_9, (bool)1, /*hidden argument*/NULL); } IL_005d: { bool L_10 = Enumerator_MoveNext_m3549278818((&V_0), /*hidden argument*/Enumerator_MoveNext_m3549278818_RuntimeMethod_var); if (L_10) { goto IL_0033; } } IL_0069: { __this->set_m_bCombineEffectMode_3((bool)0); V_3 = (roleModelItemEffectData_t1367149666 *)NULL; Dictionary_2_t255862997 * L_11 = __this->get_m_listParticals_1(); int32_t L_12 = ___catogroy0; NullCheck(L_11); bool L_13 = Dictionary_2_TryGetValue_m650569226(L_11, L_12, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m650569226_RuntimeMethod_var); if (!L_13) { goto IL_008c; } } { roleModelItemEffectData_t1367149666 * L_14 = V_3; NullCheck(L_14); roleModelItemEffectData_SetActive_m793896993(L_14, (bool)0, /*hidden argument*/NULL); } IL_008c: { return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::PlayEffect_Single(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_PlayEffect_Single_m3274676312 (CRoleModel_Effect_t71978069 * __this, int32_t ___jdwlType0, int32_t ___catogroy1, int32_t ___level2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_PlayEffect_Single_m3274676312_MetadataUsageId); s_Il2CppMethodInitialized = true; } roleModelItemEffectData_t1367149666 * V_0 = NULL; { __this->set_m_bCombineEffectMode_3((bool)0); CRoleModel_Effect_StopEffect_Combine_m885070161(__this, /*hidden argument*/NULL); V_0 = (roleModelItemEffectData_t1367149666 *)NULL; Dictionary_2_t255862997 * L_0 = __this->get_m_listParticals_1(); int32_t L_1 = ___catogroy1; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m650569226(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m650569226_RuntimeMethod_var); if (!L_2) { goto IL_0049; } } { roleModelItemEffectData_t1367149666 * L_3 = V_0; int32_t L_4 = ___jdwlType0; int32_t L_5 = ___catogroy1; int32_t L_6 = ___level2; NullCheck(L_3); bool L_7 = roleModelItemEffectData_IsEffectIdAndCateAndLevelSame_m2038546560(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0038; } } { roleModelItemEffectData_t1367149666 * L_8 = V_0; NullCheck(L_8); roleModelItemEffectData_SetActive_m793896993(L_8, (bool)1, /*hidden argument*/NULL); return; } IL_0038: { roleModelItemEffectData_t1367149666 * L_9 = V_0; if (!L_9) { goto IL_0044; } } { roleModelItemEffectData_t1367149666 * L_10 = V_0; NullCheck(L_10); roleModelItemEffectData_Destroy_m2362522433(L_10, /*hidden argument*/NULL); } IL_0044: { goto IL_005c; } IL_0049: { roleModelItemEffectData_t1367149666 * L_11 = (roleModelItemEffectData_t1367149666 *)il2cpp_codegen_object_new(roleModelItemEffectData_t1367149666_il2cpp_TypeInfo_var); roleModelItemEffectData__ctor_m3887886485(L_11, /*hidden argument*/NULL); V_0 = L_11; Dictionary_2_t255862997 * L_12 = __this->get_m_listParticals_1(); int32_t L_13 = ___catogroy1; roleModelItemEffectData_t1367149666 * L_14 = V_0; NullCheck(L_12); Dictionary_2_Add_m2443990376(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_Add_m2443990376_RuntimeMethod_var); } IL_005c: { roleModelItemEffectData_t1367149666 * L_15 = V_0; int32_t L_16 = ___jdwlType0; int32_t L_17 = ___catogroy1; int32_t L_18 = ___level2; NullCheck(L_15); roleModelItemEffectData_SetEffectIdCategoryAndLevel_m3665727879(L_15, L_16, L_17, L_18, /*hidden argument*/NULL); roleModelItemEffectData_t1367149666 * L_19 = V_0; ISceneRole_t2394225724 * L_20 = __this->get_m_role_2(); NullCheck(L_19); roleModelItemEffectData_CreateEffect_m949686310(L_19, L_20, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::PlayEffect_Combine(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_PlayEffect_Combine_m1228795781 (CRoleModel_Effect_t71978069 * __this, int32_t ___jdwlType0, int32_t ___effectLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_PlayEffect_Combine_m1228795781_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2210045772 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2653535164 V_1; memset(&V_1, 0, sizeof(V_1)); { __this->set_m_bCombineEffectMode_3((bool)1); Dictionary_2_t255862997 * L_0 = __this->get_m_listParticals_1(); NullCheck(L_0); Enumerator_t2210045772 L_1 = Dictionary_2_GetEnumerator_m1907259251(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var); V_0 = L_1; goto IL_002d; } IL_0018: { KeyValuePair_2_t2653535164 L_2 = Enumerator_get_Current_m1847050512((&V_0), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_1 = L_2; roleModelItemEffectData_t1367149666 * L_3 = KeyValuePair_2_get_Value_m2750271603((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); NullCheck(L_3); roleModelItemEffectData_SetActive_m793896993(L_3, (bool)0, /*hidden argument*/NULL); } IL_002d: { bool L_4 = Enumerator_MoveNext_m3549278818((&V_0), /*hidden argument*/Enumerator_MoveNext_m3549278818_RuntimeMethod_var); if (L_4) { goto IL_0018; } } { roleModelItemEffectData_t1367149666 * L_5 = __this->get_m_CombineEffectIns_4(); if (L_5) { goto IL_004f; } } { roleModelItemEffectData_t1367149666 * L_6 = (roleModelItemEffectData_t1367149666 *)il2cpp_codegen_object_new(roleModelItemEffectData_t1367149666_il2cpp_TypeInfo_var); roleModelItemEffectData__ctor_m3887886485(L_6, /*hidden argument*/NULL); __this->set_m_CombineEffectIns_4(L_6); } IL_004f: { roleModelItemEffectData_t1367149666 * L_7 = __this->get_m_CombineEffectIns_4(); if (!L_7) { goto IL_00b0; } } { roleModelItemEffectData_t1367149666 * L_8 = __this->get_m_CombineEffectIns_4(); int32_t L_9 = ___jdwlType0; int32_t L_10 = ___effectLevel1; NullCheck(L_8); bool L_11 = roleModelItemEffectData_IsEffectIdAndCateAndLevelSame_m2038546560(L_8, L_9, 0, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_007a; } } { roleModelItemEffectData_t1367149666 * L_12 = __this->get_m_CombineEffectIns_4(); NullCheck(L_12); roleModelItemEffectData_SetActive_m793896993(L_12, (bool)1, /*hidden argument*/NULL); return; } IL_007a: { roleModelItemEffectData_t1367149666 * L_13 = __this->get_m_CombineEffectIns_4(); if (!L_13) { goto IL_0090; } } { roleModelItemEffectData_t1367149666 * L_14 = __this->get_m_CombineEffectIns_4(); NullCheck(L_14); roleModelItemEffectData_Destroy_m2362522433(L_14, /*hidden argument*/NULL); } IL_0090: { roleModelItemEffectData_t1367149666 * L_15 = __this->get_m_CombineEffectIns_4(); int32_t L_16 = ___jdwlType0; int32_t L_17 = ___effectLevel1; NullCheck(L_15); roleModelItemEffectData_SetEffectIdCategoryAndLevel_m3665727879(L_15, L_16, 0, L_17, /*hidden argument*/NULL); roleModelItemEffectData_t1367149666 * L_18 = __this->get_m_CombineEffectIns_4(); ISceneRole_t2394225724 * L_19 = __this->get_m_role_2(); NullCheck(L_18); roleModelItemEffectData_CreateEffect_m949686310(L_18, L_19, /*hidden argument*/NULL); } IL_00b0: { return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::StopEffect_Combine() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_StopEffect_Combine_m885070161 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { { roleModelItemEffectData_t1367149666 * L_0 = __this->get_m_CombineEffectIns_4(); if (!L_0) { goto IL_0017; } } { roleModelItemEffectData_t1367149666 * L_1 = __this->get_m_CombineEffectIns_4(); NullCheck(L_1); roleModelItemEffectData_SetActive_m793896993(L_1, (bool)0, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::SetRoleInfo(DMCore.Framework.Scene.ISceneRole,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_SetRoleInfo_m3139593417 (CRoleModel_Effect_t71978069 * __this, ISceneRole_t2394225724 * ___role0, bool ___male1, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = ___role0; __this->set_m_role_2(L_0); bool L_1 = ___male1; __this->set_m_bMale_5(L_1); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnInit() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnInit_m1025952062 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { { CRoleModel_Effect__AvatarInfoChanged_m4249097244(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_ClearAll_m2134727188 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { { CRoleModel_Effect_OnClear_m3833516624(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnDestory() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnDestory_m4068343681 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_OnDestory_m4068343681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CAvatarEquipManager_t2125372870_il2cpp_TypeInfo_var); CAvatarEquipManager_t2125372870 * L_0 = CAvatarEquipManager_GetInstance_m849068733(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)CRoleModel_Effect__AvatarInfoChanged_m4249097244_RuntimeMethod_var; OnAvatarInfoChanged_t3190554017 * L_2 = (OnAvatarInfoChanged_t3190554017 *)il2cpp_codegen_object_new(OnAvatarInfoChanged_t3190554017_il2cpp_TypeInfo_var); OnAvatarInfoChanged__ctor_m1641417760(L_2, __this, L_1, /*hidden argument*/NULL); NullCheck(L_0); CAvatarEquipManager_OnRemoveListener_m1792948859(L_0, L_2, /*hidden argument*/NULL); CRoleModel_Effect_ClearAll_m2134727188(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::_AvatarInfoChanged() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect__AvatarInfoChanged_m4249097244 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect__AvatarInfoChanged_m4249097244_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CAvatarInfo_t2247402650 * V_2 = NULL; Dictionary_2_t1839659084 * V_3 = NULL; Enumerator_t3793841859 V_4; memset(&V_4, 0, sizeof(V_4)); List_1_t2105510702 * V_5 = NULL; int32_t V_6 = 0; CRoleModelItem_JwelData_t633435960 * V_7 = NULL; KeyValuePair_2_t4237331251 V_8; memset(&V_8, 0, sizeof(V_8)); KeyValuePair_2_t4237331251 V_9; memset(&V_9, 0, sizeof(V_9)); int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; CItemData_t3599323914 * V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; CItemData_t3599323914 * V_17 = NULL; int32_t V_18 = 0; CRoleModelItem_SuitConfig_t3912215432 * V_19 = NULL; int32_t V_20 = 0; Dictionary_2_t1839659084 * V_21 = NULL; Enumerator_t3793841859 V_22; memset(&V_22, 0, sizeof(V_22)); List_1_t2105510702 * V_23 = NULL; CRoleModelItem_JwelData_t633435960 * V_24 = NULL; KeyValuePair_2_t4237331251 V_25; memset(&V_25, 0, sizeof(V_25)); KeyValuePair_2_t4237331251 V_26; memset(&V_26, 0, sizeof(V_26)); { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = CSceneService_GetSceneNetProperty_m2882939145(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral816700875, 0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0033; } } { CAccManager_t1454736772 * L_4 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CAccManager_IfDownMode_m3347988867(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0033; } } { CRoleModel_Effect_ClearAll_m2134727188(__this, /*hidden argument*/NULL); return; } IL_0033: { V_1 = (((int64_t)((int64_t)0))); ISceneRole_t2394225724 * L_6 = __this->get_m_role_2(); NullCheck(L_6); CDataProperty_t2806246268 * L_7 = ISceneBaseObj_GetUserProperty_m776816018(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CDataProperty_GetInt_m1935343217(L_7, _stringLiteral836452629, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_006f; } } { ISceneRole_t2394225724 * L_9 = __this->get_m_role_2(); NullCheck(L_9); CDataProperty_t2806246268 * L_10 = ISceneBaseObj_GetUserProperty_m776816018(L_9, /*hidden argument*/NULL); NullCheck(L_10); int64_t L_11 = CDataProperty_GetLong_m2096131398(L_10, _stringLiteral3738160995, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_11; goto IL_007b; } IL_006f: { ISceneRole_t2394225724 * L_12 = __this->get_m_role_2(); NullCheck(L_12); int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_12); V_1 = L_13; } IL_007b: { IL2CPP_RUNTIME_CLASS_INIT(CAvatarEquipManager_t2125372870_il2cpp_TypeInfo_var); CAvatarEquipManager_t2125372870 * L_14 = CAvatarEquipManager_GetInstance_m849068733(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_15 = V_1; NullCheck(L_14); CAvatarInfo_t2247402650 * L_16 = CAvatarEquipManager_GetAvatarInfo_m1514742623(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; CAvatarInfo_t2247402650 * L_17 = V_2; if (!L_17) { goto IL_02e5; } } { int64_t L_18 = V_1; CMainRole_t4200562839 * L_19 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); int64_t L_20 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_19); if ((((int64_t)L_18) == ((int64_t)L_20))) { goto IL_0172; } } { CAvatarInfo_t2247402650 * L_21 = V_2; NullCheck(L_21); Dictionary_2_t1839659084 * L_22 = CAvatarInfo_GetCategoryJewelIdDic_m2128003643(L_21, /*hidden argument*/NULL); V_3 = L_22; Dictionary_2_t1839659084 * L_23 = V_3; NullCheck(L_23); Enumerator_t3793841859 L_24 = Dictionary_2_GetEnumerator_m722743141(L_23, /*hidden argument*/Dictionary_2_GetEnumerator_m722743141_RuntimeMethod_var); V_4 = L_24; List_1_t2105510702 * L_25 = (List_1_t2105510702 *)il2cpp_codegen_object_new(List_1_t2105510702_il2cpp_TypeInfo_var); List_1__ctor_m3016812533(L_25, /*hidden argument*/List_1__ctor_m3016812533_RuntimeMethod_var); V_5 = L_25; V_6 = 0; goto IL_0159; } IL_00bb: { CRoleModelItem_JwelData_t633435960 * L_26 = (CRoleModelItem_JwelData_t633435960 *)il2cpp_codegen_object_new(CRoleModelItem_JwelData_t633435960_il2cpp_TypeInfo_var); CRoleModelItem_JwelData__ctor_m361622602(L_26, /*hidden argument*/NULL); V_7 = L_26; CRoleModelItem_JwelData_t633435960 * L_27 = V_7; KeyValuePair_2_t4237331251 L_28 = Enumerator_get_Current_m46612669((&V_4), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_8 = L_28; int32_t L_29 = KeyValuePair_2_get_Value_m1665413869((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); NullCheck(L_27); L_27->set_m_jewelId_1(L_29); CRoleModelItem_JwelData_t633435960 * L_30 = V_7; KeyValuePair_2_t4237331251 L_31 = Enumerator_get_Current_m46612669((&V_4), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_9 = L_31; int32_t L_32 = KeyValuePair_2_get_Key_m2295844663((&V_9), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); NullCheck(L_30); L_30->set_m_catogroy_0(L_32); ISceneRole_t2394225724 * L_33 = __this->get_m_role_2(); NullCheck(L_33); CProperty_t963755051 * L_34 = ISceneBaseObj_GetNetProperty_m1709069404(L_33, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = CProperty_GetInt_m2680341236(L_34, _stringLiteral1968900201, 0, /*hidden argument*/NULL); V_10 = L_35; int32_t L_36 = V_10; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_0150; } } { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_37 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_38 = V_10; NullCheck(L_37); int32_t L_39 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_37, L_38, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)81))))) { goto IL_0150; } } { CRoleModelItem_JwelData_t633435960 * L_40 = V_7; NullCheck(L_40); int32_t L_41 = L_40->get_m_catogroy_0(); if ((!(((uint32_t)L_41) == ((uint32_t)7)))) { goto IL_0139; } } { CRoleModelItem_JwelData_t633435960 * L_42 = V_7; NullCheck(L_42); int32_t L_43 = L_42->get_m_jewelId_1(); V_6 = L_43; } IL_0139: { CRoleModelItem_JwelData_t633435960 * L_44 = V_7; NullCheck(L_44); int32_t L_45 = L_44->get_m_catogroy_0(); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)13))))) { goto IL_0150; } } { CRoleModelItem_JwelData_t633435960 * L_46 = V_7; int32_t L_47 = V_6; NullCheck(L_46); L_46->set_m_jewelId_1(L_47); } IL_0150: { List_1_t2105510702 * L_48 = V_5; CRoleModelItem_JwelData_t633435960 * L_49 = V_7; NullCheck(L_48); List_1_Add_m1647007137(L_48, L_49, /*hidden argument*/List_1_Add_m1647007137_RuntimeMethod_var); } IL_0159: { bool L_50 = Enumerator_MoveNext_m3739686686((&V_4), /*hidden argument*/Enumerator_MoveNext_m3739686686_RuntimeMethod_var); if (L_50) { goto IL_00bb; } } { List_1_t2105510702 * L_51 = V_5; CRoleModel_Effect_FlushJwel_m1906810467(__this, L_51, /*hidden argument*/NULL); goto IL_02e5; } IL_0172: { CAvatarInfo_t2247402650 * L_52 = V_2; NullCheck(L_52); int32_t L_53 = CAvatarInfo_GetEquipCount_m2299617172(L_52, /*hidden argument*/NULL); V_11 = L_53; V_12 = 0; goto IL_01cd; } IL_0182: { CAvatarInfo_t2247402650 * L_54 = V_2; int32_t L_55 = V_12; NullCheck(L_54); int32_t L_56 = CAvatarInfo_GetEquipByIndex_m899343583(L_54, L_55, /*hidden argument*/NULL); V_13 = L_56; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_57 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_58 = V_13; NullCheck(L_57); CItemData_t3599323914 * L_59 = CItemManager_GetItemByIDAndIsEquipOn_m2551606607(L_57, L_58, /*hidden argument*/NULL); V_14 = L_59; CItemData_t3599323914 * L_60 = V_14; if (!L_60) { goto IL_01c7; } } { CItemData_t3599323914 * L_61 = V_14; NullCheck(L_61); CDataProperty_t2806246268 * L_62 = CItemBase_get_property_m1472717397(L_61, /*hidden argument*/NULL); NullCheck(L_62); int32_t L_63 = CDataProperty_GetInt_m1935343217(L_62, _stringLiteral2473323190, (-1), /*hidden argument*/NULL); V_15 = L_63; int32_t L_64 = V_15; if ((((int32_t)L_64) == ((int32_t)(-1)))) { goto IL_01c7; } } { CAvatarInfo_t2247402650 * L_65 = V_2; int32_t L_66 = V_13; int32_t L_67 = V_15; NullCheck(L_65); CAvatarInfo_SetEquipJewelIdDic_m693434844(L_65, L_66, L_67, /*hidden argument*/NULL); } IL_01c7: { int32_t L_68 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_01cd: { int32_t L_69 = V_12; int32_t L_70 = V_11; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_0182; } } { CMainRole_t4200562839 * L_71 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); CProperty_t963755051 * L_72 = ISceneBaseObj_GetNetProperty_m1709069404(L_71, /*hidden argument*/NULL); NullCheck(L_72); int32_t L_73 = CProperty_GetInt_m2680341236(L_72, _stringLiteral1968900201, 0, /*hidden argument*/NULL); V_16 = L_73; int32_t L_74 = V_16; if ((((int32_t)L_74) <= ((int32_t)0))) { goto IL_0276; } } { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_75 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_76 = V_16; NullCheck(L_75); CItemData_t3599323914 * L_77 = CItemManager_GetItemByIDAndIsEquipOn_m2551606607(L_75, L_76, /*hidden argument*/NULL); V_17 = L_77; CItemData_t3599323914 * L_78 = V_17; if (!L_78) { goto IL_0276; } } { CItemData_t3599323914 * L_79 = V_17; NullCheck(L_79); CDataProperty_t2806246268 * L_80 = CItemBase_get_property_m1472717397(L_79, /*hidden argument*/NULL); NullCheck(L_80); int32_t L_81 = CDataProperty_GetInt_m1935343217(L_80, _stringLiteral2473323190, (-1), /*hidden argument*/NULL); V_18 = L_81; int32_t L_82 = V_18; if ((((int32_t)L_82) == ((int32_t)(-1)))) { goto IL_0276; } } { CRoleModelItem_SuitConfigManager_t3017667155 * L_83 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_84 = V_16; NullCheck(L_83); CRoleModelItem_SuitConfig_t3912215432 * L_85 = CRoleModelItem_SuitConfigManager_GetSuitCfgToGetParts_m1686923211(L_83, L_84, /*hidden argument*/NULL); V_19 = L_85; CRoleModelItem_SuitConfig_t3912215432 * L_86 = V_19; if (!L_86) { goto IL_0276; } } { V_20 = 0; goto IL_0268; } IL_0243: { CRoleModelItem_SuitConfig_t3912215432 * L_87 = V_19; int32_t L_88 = V_20; NullCheck(L_87); int32_t L_89 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_87, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_0262; } } { CAvatarInfo_t2247402650 * L_90 = V_2; CRoleModelItem_SuitConfig_t3912215432 * L_91 = V_19; int32_t L_92 = V_20; NullCheck(L_91); int32_t L_93 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_91, L_92, /*hidden argument*/NULL); int32_t L_94 = V_18; NullCheck(L_90); CAvatarInfo_SetEquipJewelIdDic_m693434844(L_90, L_93, L_94, /*hidden argument*/NULL); } IL_0262: { int32_t L_95 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_0268: { int32_t L_96 = V_20; CRoleModelItem_SuitConfig_t3912215432 * L_97 = V_19; NullCheck(L_97); int32_t L_98 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(L_97, /*hidden argument*/NULL); if ((((int32_t)L_96) < ((int32_t)L_98))) { goto IL_0243; } } IL_0276: { CAvatarInfo_t2247402650 * L_99 = V_2; NullCheck(L_99); Dictionary_2_t1839659084 * L_100 = CAvatarInfo_GetCategoryJewelIdDic_m2128003643(L_99, /*hidden argument*/NULL); V_21 = L_100; Dictionary_2_t1839659084 * L_101 = V_21; NullCheck(L_101); Enumerator_t3793841859 L_102 = Dictionary_2_GetEnumerator_m722743141(L_101, /*hidden argument*/Dictionary_2_GetEnumerator_m722743141_RuntimeMethod_var); V_22 = L_102; List_1_t2105510702 * L_103 = (List_1_t2105510702 *)il2cpp_codegen_object_new(List_1_t2105510702_il2cpp_TypeInfo_var); List_1__ctor_m3016812533(L_103, /*hidden argument*/List_1__ctor_m3016812533_RuntimeMethod_var); V_23 = L_103; goto IL_02d1; } IL_0293: { CRoleModelItem_JwelData_t633435960 * L_104 = (CRoleModelItem_JwelData_t633435960 *)il2cpp_codegen_object_new(CRoleModelItem_JwelData_t633435960_il2cpp_TypeInfo_var); CRoleModelItem_JwelData__ctor_m361622602(L_104, /*hidden argument*/NULL); V_24 = L_104; CRoleModelItem_JwelData_t633435960 * L_105 = V_24; KeyValuePair_2_t4237331251 L_106 = Enumerator_get_Current_m46612669((&V_22), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_25 = L_106; int32_t L_107 = KeyValuePair_2_get_Value_m1665413869((&V_25), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); NullCheck(L_105); L_105->set_m_jewelId_1(L_107); CRoleModelItem_JwelData_t633435960 * L_108 = V_24; KeyValuePair_2_t4237331251 L_109 = Enumerator_get_Current_m46612669((&V_22), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_26 = L_109; int32_t L_110 = KeyValuePair_2_get_Key_m2295844663((&V_26), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); NullCheck(L_108); L_108->set_m_catogroy_0(L_110); List_1_t2105510702 * L_111 = V_23; CRoleModelItem_JwelData_t633435960 * L_112 = V_24; NullCheck(L_111); List_1_Add_m1647007137(L_111, L_112, /*hidden argument*/List_1_Add_m1647007137_RuntimeMethod_var); } IL_02d1: { bool L_113 = Enumerator_MoveNext_m3739686686((&V_22), /*hidden argument*/Enumerator_MoveNext_m3739686686_RuntimeMethod_var); if (L_113) { goto IL_0293; } } { List_1_t2105510702 * L_114 = V_23; CRoleModel_Effect_FlushJwel_m1906810467(__this, L_114, /*hidden argument*/NULL); } IL_02e5: { return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::CleatEquipEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_CleatEquipEffect_m316519608 (CRoleModel_Effect_t71978069 * __this, int32_t ___modelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_CleatEquipEffect_m316519608_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_SuitConfig_t3912215432 * V_0 = NULL; int32_t V_1 = 0; CItemData_t3599323914 * V_2 = NULL; int32_t V_3 = 0; { CRoleModelItem_SuitConfigManager_t3017667155 * L_0 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CProperty_GetInt_m2680341236(L_2, _stringLiteral1968900201, 0, /*hidden argument*/NULL); NullCheck(L_0); CRoleModelItem_SuitConfig_t3912215432 * L_4 = CRoleModelItem_SuitConfigManager_GetConfigPtr_m546965974(L_0, L_3, /*hidden argument*/NULL); V_0 = L_4; CRoleModelItem_SuitConfig_t3912215432 * L_5 = V_0; if (!L_5) { goto IL_004b; } } { V_1 = 0; goto IL_003f; } IL_002d: { int32_t L_6 = ___modelId0; CRoleModelItem_SuitConfig_t3912215432 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_7, L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)L_9)))) { goto IL_003b; } } { return; } IL_003b: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003f: { int32_t L_11 = V_1; CRoleModelItem_SuitConfig_t3912215432 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_002d; } } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_14 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = ___modelId0; NullCheck(L_14); CItemData_t3599323914 * L_16 = CItemManager_GetItemByIDAndIsEquipOn_m2551606607(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; CItemData_t3599323914 * L_17 = V_2; if (!L_17) { goto IL_0077; } } { CItemData_t3599323914 * L_18 = V_2; NullCheck(L_18); CDataProperty_t2806246268 * L_19 = CItemBase_get_property_m1472717397(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = CDataProperty_GetInt_m1935343217(L_19, _stringLiteral2473323190, (-1), /*hidden argument*/NULL); V_3 = L_20; int32_t L_21 = V_3; if ((((int32_t)L_21) == ((int32_t)(-1)))) { goto IL_0077; } } { return; } IL_0077: { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_22 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CDataModelInt_t3463393640 * L_23 = L_22->get_HandBookJewelId_11(); NullCheck(L_23); int32_t L_24 = CDataModelInt_get_Data_m274101408(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_00a1; } } { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_25 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CDataModelInt_t3463393640 * L_26 = MagicWorkShopMainManager_GetCurrentClothConfigId_m4294586652(L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = CDataModelInt_get_Data_m274101408(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_00a2; } } IL_00a1: { return; } IL_00a2: { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_28 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_29 = ___modelId0; NullCheck(L_28); int32_t L_30 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_28, L_29, /*hidden argument*/NULL); CRoleModel_Effect_StopSingleEffect_m2991164974(__this, L_30, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnAfterAnimUpdate_m2185927660 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_OnAfterAnimUpdate_m2185927660_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Quaternion_t2301928331 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Transform_t3600365921 * V_8 = NULL; GameObject_t1113636619 * V_9 = NULL; Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); Enumerator_t2210045772 V_12; memset(&V_12, 0, sizeof(V_12)); GameObject_t1113636619 * V_13 = NULL; KeyValuePair_2_t2653535164 V_14; memset(&V_14, 0, sizeof(V_14)); String_t* V_15 = NULL; KeyValuePair_2_t2653535164 V_16; memset(&V_16, 0, sizeof(V_16)); Vector3_t3722313464 * G_B11_0 = NULL; Vector3_t3722313464 * G_B10_0 = NULL; float G_B12_0 = 0.0f; Vector3_t3722313464 * G_B12_1 = NULL; Vector3_t3722313464 * G_B14_0 = NULL; Vector3_t3722313464 * G_B13_0 = NULL; float G_B15_0 = 0.0f; Vector3_t3722313464 * G_B15_1 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_m_role_2(); if (!L_0) { goto IL_002b; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_role_2(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { ISceneRole_t2394225724 * L_3 = __this->get_m_role_2(); NullCheck(L_3); bool L_4 = ISceneBaseObj_IsEnable_m3745268461(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002c; } } IL_002b: { return; } IL_002c: { ISceneRole_t2394225724 * L_5 = __this->get_m_role_2(); NullCheck(L_5); Transform_t3600365921 * L_6 = ISceneBaseObj_GetTransform_m3818769012(L_5, /*hidden argument*/NULL); V_0 = L_6; Transform_t3600365921 * L_7 = V_0; NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral287567133, /*hidden argument*/NULL); V_1 = L_8; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_9 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_9; Vector3_t3722313464 L_10 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_11 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_11; Transform_t3600365921 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_009c; } } { Transform_t3600365921 * L_14 = V_1; NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_position_m36019626(L_14, /*hidden argument*/NULL); V_5 = L_15; float L_16 = (&V_5)->get_x_1(); Transform_t3600365921 * L_17 = V_0; NullCheck(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(L_17, /*hidden argument*/NULL); NullCheck(L_18); Vector3_t3722313464 L_19 = Transform_get_position_m36019626(L_18, /*hidden argument*/NULL); V_6 = L_19; float L_20 = (&V_6)->get_y_2(); Transform_t3600365921 * L_21 = V_1; NullCheck(L_21); Vector3_t3722313464 L_22 = Transform_get_position_m36019626(L_21, /*hidden argument*/NULL); V_7 = L_22; float L_23 = (&V_7)->get_z_3(); Vector3_Set_m1737058353((&V_2), L_16, L_20, L_23, /*hidden argument*/NULL); } IL_009c: { V_8 = (Transform_t3600365921 *)NULL; bool L_24 = __this->get_m_bCombineEffectMode_3(); if (!L_24) { goto IL_0144; } } { roleModelItemEffectData_t1367149666 * L_25 = __this->get_m_CombineEffectIns_4(); if (!L_25) { goto IL_013f; } } { roleModelItemEffectData_t1367149666 * L_26 = __this->get_m_CombineEffectIns_4(); NullCheck(L_26); GameObject_t1113636619 * L_27 = roleModelItemEffectData_GetCreatGameObj_m522146266(L_26, /*hidden argument*/NULL); V_9 = L_27; GameObject_t1113636619 * L_28 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_29 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_28, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_29) { goto IL_013f; } } { Transform_t3600365921 * L_30 = V_1; V_8 = L_30; Transform_t3600365921 * L_31 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_32 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_31, /*hidden argument*/NULL); G_B10_0 = (&V_2); if (!L_32) { G_B11_0 = (&V_2); goto IL_00f6; } } { Transform_t3600365921 * L_33 = V_8; NullCheck(L_33); Vector3_t3722313464 L_34 = Transform_get_position_m36019626(L_33, /*hidden argument*/NULL); V_10 = L_34; float L_35 = (&V_10)->get_x_1(); G_B12_0 = L_35; G_B12_1 = G_B10_0; goto IL_00fd; } IL_00f6: { float L_36 = (&V_2)->get_x_1(); G_B12_0 = L_36; G_B12_1 = G_B11_0; } IL_00fd: { G_B12_1->set_x_1(G_B12_0); Transform_t3600365921 * L_37 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_38 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_37, /*hidden argument*/NULL); G_B13_0 = (&V_2); if (!L_38) { G_B14_0 = (&V_2); goto IL_0126; } } { Transform_t3600365921 * L_39 = V_8; NullCheck(L_39); Vector3_t3722313464 L_40 = Transform_get_position_m36019626(L_39, /*hidden argument*/NULL); V_11 = L_40; float L_41 = (&V_11)->get_z_3(); G_B15_0 = L_41; G_B15_1 = G_B13_0; goto IL_012d; } IL_0126: { float L_42 = (&V_2)->get_z_3(); G_B15_0 = L_42; G_B15_1 = G_B14_0; } IL_012d: { G_B15_1->set_z_3(G_B15_0); GameObject_t1113636619 * L_43 = V_9; NullCheck(L_43); Transform_t3600365921 * L_44 = GameObject_get_transform_m1369836730(L_43, /*hidden argument*/NULL); Vector3_t3722313464 L_45 = V_2; NullCheck(L_44); Transform_set_position_m3387557959(L_44, L_45, /*hidden argument*/NULL); } IL_013f: { goto IL_01d5; } IL_0144: { Dictionary_2_t255862997 * L_46 = __this->get_m_listParticals_1(); NullCheck(L_46); Enumerator_t2210045772 L_47 = Dictionary_2_GetEnumerator_m1907259251(L_46, /*hidden argument*/Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var); V_12 = L_47; goto IL_01c9; } IL_0156: { KeyValuePair_2_t2653535164 L_48 = Enumerator_get_Current_m1847050512((&V_12), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_14 = L_48; roleModelItemEffectData_t1367149666 * L_49 = KeyValuePair_2_get_Value_m2750271603((&V_14), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); NullCheck(L_49); GameObject_t1113636619 * L_50 = roleModelItemEffectData_GetCreatGameObj_m522146266(L_49, /*hidden argument*/NULL); V_13 = L_50; GameObject_t1113636619 * L_51 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_52 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_51, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_52) { goto IL_01c9; } } { KeyValuePair_2_t2653535164 L_53 = Enumerator_get_Current_m1847050512((&V_12), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_16 = L_53; roleModelItemEffectData_t1367149666 * L_54 = KeyValuePair_2_get_Value_m2750271603((&V_16), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); NullCheck(L_54); String_t* L_55 = roleModelItemEffectData_GetEffectBoneName_m671404483(L_54, /*hidden argument*/NULL); V_15 = L_55; String_t* L_56 = V_15; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if (L_57) { goto IL_01c9; } } { Transform_t3600365921 * L_58 = V_1; String_t* L_59 = V_15; NullCheck(L_58); Transform_t3600365921 * L_60 = Transform_Find_m1729760951(L_58, L_59, /*hidden argument*/NULL); V_8 = L_60; Transform_t3600365921 * L_61 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_62 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_61, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_62) { goto IL_01c9; } } { Transform_t3600365921 * L_63 = V_8; NullCheck(L_63); Vector3_t3722313464 L_64 = Transform_get_position_m36019626(L_63, /*hidden argument*/NULL); V_2 = L_64; GameObject_t1113636619 * L_65 = V_13; NullCheck(L_65); Transform_t3600365921 * L_66 = GameObject_get_transform_m1369836730(L_65, /*hidden argument*/NULL); Vector3_t3722313464 L_67 = V_2; NullCheck(L_66); Transform_set_position_m3387557959(L_66, L_67, /*hidden argument*/NULL); } IL_01c9: { bool L_68 = Enumerator_MoveNext_m3549278818((&V_12), /*hidden argument*/Enumerator_MoveNext_m3549278818_RuntimeMethod_var); if (L_68) { goto IL_0156; } } IL_01d5: { return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnClear() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnClear_m3833516624 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_OnClear_m3833516624_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2210045772 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2653535164 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t255862997 * L_0 = __this->get_m_listParticals_1(); NullCheck(L_0); Enumerator_t2210045772 L_1 = Dictionary_2_GetEnumerator_m1907259251(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t2653535164 L_2 = Enumerator_get_Current_m1847050512((&V_0), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_1 = L_2; roleModelItemEffectData_t1367149666 * L_3 = KeyValuePair_2_get_Value_m2750271603((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); NullCheck(L_3); roleModelItemEffectData_Destroy_m2362522433(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m3549278818((&V_0), /*hidden argument*/Enumerator_MoveNext_m3549278818_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t255862997 * L_5 = __this->get_m_listParticals_1(); NullCheck(L_5); Dictionary_2_Clear_m3128220096(L_5, /*hidden argument*/Dictionary_2_Clear_m3128220096_RuntimeMethod_var); roleModelItemEffectData_t1367149666 * L_6 = __this->get_m_CombineEffectIns_4(); if (!L_6) { goto IL_0052; } } { roleModelItemEffectData_t1367149666 * L_7 = __this->get_m_CombineEffectIns_4(); NullCheck(L_7); roleModelItemEffectData_Destroy_m2362522433(L_7, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_OnUpdate_m3690344974 (CRoleModel_Effect_t71978069 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModel_Effect_OnUpdate_m3690344974_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2210045772 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2653535164 V_1; memset(&V_1, 0, sizeof(V_1)); Enumerator_t2210045772 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2653535164 V_3; memset(&V_3, 0, sizeof(V_3)); { ISceneRole_t2394225724 * L_0 = __this->get_m_role_2(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_role_2(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { bool L_3 = __this->get_m_bCombineEffectMode_3(); if (!L_3) { goto IL_0080; } } { Dictionary_2_t255862997 * L_4 = __this->get_m_listParticals_1(); NullCheck(L_4); Enumerator_t2210045772 L_5 = Dictionary_2_GetEnumerator_m1907259251(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var); V_0 = L_5; goto IL_004d; } IL_0038: { KeyValuePair_2_t2653535164 L_6 = Enumerator_get_Current_m1847050512((&V_0), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_1 = L_6; roleModelItemEffectData_t1367149666 * L_7 = KeyValuePair_2_get_Value_m2750271603((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); NullCheck(L_7); roleModelItemEffectData_SetActive_m793896993(L_7, (bool)0, /*hidden argument*/NULL); } IL_004d: { bool L_8 = Enumerator_MoveNext_m3549278818((&V_0), /*hidden argument*/Enumerator_MoveNext_m3549278818_RuntimeMethod_var); if (L_8) { goto IL_0038; } } { roleModelItemEffectData_t1367149666 * L_9 = __this->get_m_CombineEffectIns_4(); if (!L_9) { goto IL_007b; } } { roleModelItemEffectData_t1367149666 * L_10 = __this->get_m_CombineEffectIns_4(); ISceneRole_t2394225724 * L_11 = __this->get_m_role_2(); NullCheck(L_10); bool L_12 = roleModelItemEffectData_CreateEffect_m949686310(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_007b; } } { return; } IL_007b: { goto IL_00c7; } IL_0080: { CRoleModel_Effect_StopEffect_Combine_m885070161(__this, /*hidden argument*/NULL); Dictionary_2_t255862997 * L_13 = __this->get_m_listParticals_1(); NullCheck(L_13); Enumerator_t2210045772 L_14 = Dictionary_2_GetEnumerator_m1907259251(L_13, /*hidden argument*/Dictionary_2_GetEnumerator_m1907259251_RuntimeMethod_var); V_2 = L_14; goto IL_00bb; } IL_0097: { KeyValuePair_2_t2653535164 L_15 = Enumerator_get_Current_m1847050512((&V_2), /*hidden argument*/Enumerator_get_Current_m1847050512_RuntimeMethod_var); V_3 = L_15; roleModelItemEffectData_t1367149666 * L_16 = KeyValuePair_2_get_Value_m2750271603((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m2750271603_RuntimeMethod_var); ISceneRole_t2394225724 * L_17 = __this->get_m_role_2(); NullCheck(L_16); bool L_18 = roleModelItemEffectData_CreateEffect_m949686310(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00bb; } } { goto IL_00bb; } IL_00bb: { bool L_19 = Enumerator_MoveNext_m3549278818((&V_2), /*hidden argument*/Enumerator_MoveNext_m3549278818_RuntimeMethod_var); if (L_19) { goto IL_0097; } } IL_00c7: { 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.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::.ctor() extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData__ctor_m3887886485 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (roleModelItemEffectData__ctor_m3887886485_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_AllPath_4(L_0); __this->set_cateGory_5(((int32_t)-2)); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_boneName_6(L_1); __this->set_enableVal_7((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::SetEffectIdCategoryAndLevel(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData_SetEffectIdCategoryAndLevel_m3665727879 (roleModelItemEffectData_t1367149666 * __this, int32_t ___effectId0, int32_t ___cateGory1, int32_t ___level2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (roleModelItemEffectData_SetEffectIdCategoryAndLevel_m3665727879_MetadataUsageId); s_Il2CppMethodInitialized = true; } roleModelItemEffectData_t1367149666 * G_B3_0 = NULL; roleModelItemEffectData_t1367149666 * G_B1_0 = NULL; roleModelItemEffectData_t1367149666 * G_B2_0 = NULL; int32_t G_B4_0 = 0; roleModelItemEffectData_t1367149666 * G_B4_1 = NULL; { int32_t L_0 = ___effectId0; __this->set_effectId_2(L_0); int32_t L_1 = ___cateGory1; __this->set_cateGory_5(L_1); int32_t L_2 = ___level2; __this->set_jewelLevel_3(L_2); MagicWorkShopConfig_t833590401 * L_3 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = __this->get_effectId_2(); int32_t L_5 = __this->get_cateGory_5(); int32_t L_6 = __this->get_jewelLevel_3(); NullCheck(L_3); String_t* L_7 = MagicWorkShopConfig_GetEffectPathByJewelId_m3668742739(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2264582986, L_7, /*hidden argument*/NULL); __this->set_AllPath_4(L_8); MagicWorkShopConfig_t833590401 * L_9 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = ___cateGory1; NullCheck(L_9); String_t* L_11 = MagicWorkShopConfig_GetPartNameByCategory_m3850815379(L_9, L_10, /*hidden argument*/NULL); __this->set_boneName_6(L_11); int32_t L_12 = ___effectId0; G_B1_0 = __this; if ((((int32_t)0) >= ((int32_t)L_12))) { G_B3_0 = __this; goto IL_0067; } } { int32_t L_13 = ___level2; G_B2_0 = G_B1_0; if ((((int32_t)L_13) <= ((int32_t)0))) { G_B3_0 = G_B1_0; goto IL_0067; } } { G_B4_0 = 1; G_B4_1 = G_B2_0; goto IL_0068; } IL_0067: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_0068: { NullCheck(G_B4_1); G_B4_1->set_enableVal_7((bool)G_B4_0); return; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData_SetActive_m793896993 (roleModelItemEffectData_t1367149666 * __this, bool ___bActive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (roleModelItemEffectData_SetActive_m793896993_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___bActive0; __this->set_enableVal_7(L_0); bool L_1 = __this->get_created_0(); if (!L_1) { goto IL_002f; } } { GameObject_t1113636619 * L_2 = __this->get_gameObj_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002f; } } { GameObject_t1113636619 * L_4 = __this->get_gameObj_1(); bool L_5 = ___bActive0; NullCheck(L_4); GameObject_SetActive_m796801857(L_4, L_5, /*hidden argument*/NULL); } IL_002f: { return; } } // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::IsEffectIdAndCateAndLevelSame(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool roleModelItemEffectData_IsEffectIdAndCateAndLevelSame_m2038546560 (roleModelItemEffectData_t1367149666 * __this, int32_t ___eId0, int32_t ___cate1, int32_t ___lev2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_effectId_2(); int32_t L_1 = ___eId0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0026; } } { int32_t L_2 = __this->get_cateGory_5(); int32_t L_3 = ___cate1; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0026; } } { int32_t L_4 = __this->get_jewelLevel_3(); int32_t L_5 = ___lev2; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0026; } } { return (bool)1; } IL_0026: { return (bool)0; } } // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::IsReady() extern "C" IL2CPP_METHOD_ATTR bool roleModelItemEffectData_IsReady_m1296240236 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_created_0(); if (L_0) { goto IL_0016; } } { bool L_1 = __this->get_enableVal_7(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 1; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::CreateEffect(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR bool roleModelItemEffectData_CreateEffect_m949686310 (roleModelItemEffectData_t1367149666 * __this, ISceneRole_t2394225724 * ___m_role0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (roleModelItemEffectData_CreateEffect_m949686310_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Transform_t3600365921 * V_1 = NULL; GameObject_t1113636619 * V_2 = NULL; String_t* V_3 = NULL; Transform_t3600365921 * V_4 = NULL; GameObject_t1113636619 * V_5 = NULL; int32_t V_6 = 0; Transform_t3600365921 * V_7 = NULL; { bool L_0 = __this->get_enableVal_7(); if (L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_1 = __this->get_created_0(); if (!L_1) { goto IL_001a; } } { return (bool)1; } IL_001a: { GameObject_t1113636619 * L_2 = __this->get_gameObj_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0048; } } { IResourceManager_t3165642952 * L_4 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = __this->get_AllPath_4(); NullCheck(L_4); Object_t631007953 * L_6 = IResourceManager_CreateResource_m3145560403(L_4, L_5, /*hidden argument*/NULL); __this->set_gameObj_1(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_6, GameObject_t1113636619_il2cpp_TypeInfo_var))); return (bool)0; } IL_0048: { ISceneRole_t2394225724 * L_7 = ___m_role0; if (!L_7) { goto IL_007d; } } { ISceneRole_t2394225724 * L_8 = ___m_role0; NullCheck(L_8); bool L_9 = ISceneBaseObj_IsValid_m1197404667(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_007d; } } { int32_t L_10 = __this->get_cateGory_5(); if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_007d; } } { int32_t L_11 = __this->get_effectId_2(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_12 = __this->get_jewelLevel_3(); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_007f; } } IL_007d: { return (bool)0; } IL_007f: { V_0 = _stringLiteral5946188; ISceneRole_t2394225724 * L_13 = ___m_role0; NullCheck(L_13); Transform_t3600365921 * L_14 = ISceneBaseObj_GetTransform_m3818769012(L_13, /*hidden argument*/NULL); String_t* L_15 = V_0; NullCheck(L_14); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_14, L_15, /*hidden argument*/NULL); V_1 = L_16; Transform_t3600365921 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00f3; } } { GameObject_t1113636619 * L_19 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_19, /*hidden argument*/NULL); V_2 = L_19; GameObject_t1113636619 * L_20 = V_2; String_t* L_21 = V_0; NullCheck(L_20); Object_set_name_m291480324(L_20, L_21, /*hidden argument*/NULL); GameObject_t1113636619 * L_22 = V_2; NullCheck(L_22); Transform_t3600365921 * L_23 = GameObject_get_transform_m1369836730(L_22, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_24 = ___m_role0; NullCheck(L_24); Transform_t3600365921 * L_25 = ISceneBaseObj_GetTransform_m3818769012(L_24, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_parent_m786917804(L_23, L_25, /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = V_2; NullCheck(L_26); Transform_t3600365921 * L_27 = GameObject_get_transform_m1369836730(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_28 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localPosition_m4128471975(L_27, L_28, /*hidden argument*/NULL); GameObject_t1113636619 * L_29 = V_2; NullCheck(L_29); Transform_t3600365921 * L_30 = GameObject_get_transform_m1369836730(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_31 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); Transform_set_localRotation_m19445462(L_30, L_31, /*hidden argument*/NULL); GameObject_t1113636619 * L_32 = V_2; NullCheck(L_32); Transform_t3600365921 * L_33 = GameObject_get_transform_m1369836730(L_32, /*hidden argument*/NULL); Vector3_t3722313464 L_34 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); Transform_set_localScale_m3053443106(L_33, L_34, /*hidden argument*/NULL); GameObject_t1113636619 * L_35 = V_2; NullCheck(L_35); Transform_t3600365921 * L_36 = GameObject_get_transform_m1369836730(L_35, /*hidden argument*/NULL); V_1 = L_36; } IL_00f3: { int32_t* L_37 = __this->get_address_of_cateGory_5(); String_t* L_38 = Int32_ToString_m372259452(L_37, _stringLiteral3451565968, /*hidden argument*/NULL); V_3 = L_38; Transform_t3600365921 * L_39 = V_1; NullCheck(L_39); Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(L_39, /*hidden argument*/NULL); String_t* L_41 = V_3; NullCheck(L_40); Transform_t3600365921 * L_42 = Transform_Find_m1729760951(L_40, L_41, /*hidden argument*/NULL); V_4 = L_42; Transform_t3600365921 * L_43 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_44 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_017c; } } { GameObject_t1113636619 * L_45 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_45, /*hidden argument*/NULL); V_5 = L_45; GameObject_t1113636619 * L_46 = V_5; String_t* L_47 = V_3; NullCheck(L_46); Object_set_name_m291480324(L_46, L_47, /*hidden argument*/NULL); GameObject_t1113636619 * L_48 = V_5; NullCheck(L_48); Transform_t3600365921 * L_49 = GameObject_get_transform_m1369836730(L_48, /*hidden argument*/NULL); Transform_t3600365921 * L_50 = V_1; NullCheck(L_50); Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(L_50, /*hidden argument*/NULL); NullCheck(L_49); Transform_set_parent_m786917804(L_49, L_51, /*hidden argument*/NULL); GameObject_t1113636619 * L_52 = V_5; NullCheck(L_52); Transform_t3600365921 * L_53 = GameObject_get_transform_m1369836730(L_52, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_54 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); Transform_set_localPosition_m4128471975(L_53, L_54, /*hidden argument*/NULL); GameObject_t1113636619 * L_55 = V_5; NullCheck(L_55); Transform_t3600365921 * L_56 = GameObject_get_transform_m1369836730(L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_57 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); Transform_set_localRotation_m19445462(L_56, L_57, /*hidden argument*/NULL); GameObject_t1113636619 * L_58 = V_5; NullCheck(L_58); Transform_t3600365921 * L_59 = GameObject_get_transform_m1369836730(L_58, /*hidden argument*/NULL); Vector3_t3722313464 L_60 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); Transform_set_localScale_m3053443106(L_59, L_60, /*hidden argument*/NULL); GameObject_t1113636619 * L_61 = V_5; NullCheck(L_61); Transform_t3600365921 * L_62 = GameObject_get_transform_m1369836730(L_61, /*hidden argument*/NULL); V_4 = L_62; } IL_017c: { GameObject_t1113636619 * L_63 = __this->get_gameObj_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_64 = CMiscHelp_Instantiate_m197120899(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); __this->set_gameObj_1(((GameObject_t1113636619 *)CastclassSealed((RuntimeObject*)L_64, GameObject_t1113636619_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_65 = __this->get_gameObj_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_66 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_65, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_66) { goto IL_0249; } } { V_6 = 0; goto IL_01cd; } IL_01ab: { GameObject_t1113636619 * L_67 = __this->get_gameObj_1(); NullCheck(L_67); Transform_t3600365921 * L_68 = GameObject_get_transform_m1369836730(L_67, /*hidden argument*/NULL); int32_t L_69 = V_6; NullCheck(L_68); Transform_t3600365921 * L_70 = Transform_GetChild_m1092972975(L_68, L_69, /*hidden argument*/NULL); V_7 = L_70; Transform_t3600365921 * L_71 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_71, (bool)1, /*hidden argument*/NULL); int32_t L_72 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_01cd: { int32_t L_73 = V_6; GameObject_t1113636619 * L_74 = __this->get_gameObj_1(); NullCheck(L_74); Transform_t3600365921 * L_75 = GameObject_get_transform_m1369836730(L_74, /*hidden argument*/NULL); NullCheck(L_75); int32_t L_76 = Transform_get_childCount_m3145433196(L_75, /*hidden argument*/NULL); if ((((int32_t)L_73) < ((int32_t)L_76))) { goto IL_01ab; } } { GameObject_t1113636619 * L_77 = __this->get_gameObj_1(); NullCheck(L_77); Transform_t3600365921 * L_78 = GameObject_get_transform_m1369836730(L_77, /*hidden argument*/NULL); Transform_t3600365921 * L_79 = V_4; NullCheck(L_78); Transform_set_parent_m786917804(L_78, L_79, /*hidden argument*/NULL); GameObject_t1113636619 * L_80 = __this->get_gameObj_1(); NullCheck(L_80); Transform_t3600365921 * L_81 = GameObject_get_transform_m1369836730(L_80, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_82 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_81); Transform_set_localPosition_m4128471975(L_81, L_82, /*hidden argument*/NULL); GameObject_t1113636619 * L_83 = __this->get_gameObj_1(); int32_t L_84 = __this->get_effectId_2(); int32_t L_85 = L_84; RuntimeObject * L_86 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_85); int32_t L_87 = __this->get_jewelLevel_3(); int32_t L_88 = L_87; RuntimeObject * L_89 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_88); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_90 = String_Concat_m1715369213(NULL /*static, unused*/, L_86, _stringLiteral3452614641, L_89, /*hidden argument*/NULL); NullCheck(L_83); Object_set_name_m291480324(L_83, L_90, /*hidden argument*/NULL); GameObject_t1113636619 * L_91 = __this->get_gameObj_1(); NullCheck(L_91); GameObject_SetActive_m796801857(L_91, (bool)1, /*hidden argument*/NULL); __this->set_created_0((bool)1); } IL_0249: { return (bool)1; } } // System.Void DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::Destroy() extern "C" IL2CPP_METHOD_ATTR void roleModelItemEffectData_Destroy_m2362522433 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (roleModelItemEffectData_Destroy_m2362522433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_created_0(); if (!L_0) { goto IL_0038; } } { GameObject_t1113636619 * L_1 = __this->get_gameObj_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0038; } } { GameObject_t1113636619 * L_3 = __this->get_gameObj_1(); NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_set_parent_m786917804(L_4, (Transform_t3600365921 *)NULL, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_gameObj_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_0038: { __this->set_gameObj_1((GameObject_t1113636619 *)NULL); __this->set_created_0((bool)0); __this->set_enableVal_7((bool)0); __this->set_effectId_2((-1)); __this->set_jewelLevel_3(0); 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(); __this->set_AllPath_4(L_6); __this->set_cateGory_5(((int32_t)-2)); return; } } // System.String DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::GetEffectBoneName() extern "C" IL2CPP_METHOD_ATTR String_t* roleModelItemEffectData_GetEffectBoneName_m671404483 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_boneName_6(); return L_0; } } // UnityEngine.GameObject DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::GetCreatGameObj() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * roleModelItemEffectData_GetCreatGameObj_m522146266 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_created_0(); if (!L_0) { goto IL_0012; } } { GameObject_t1113636619 * L_1 = __this->get_gameObj_1(); return L_1; } IL_0012: { return (GameObject_t1113636619 *)NULL; } } // System.Int32 DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData::GetCurrentCate() extern "C" IL2CPP_METHOD_ATTR int32_t roleModelItemEffectData_GetCurrentCate_m958542048 (roleModelItemEffectData_t1367149666 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cateGory_5(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Scene.CRoleModelFace::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace__ctor_m2442205369 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelFace__ctor_m2442205369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMorphImpl_t3828941509 * L_0 = (CMorphImpl_t3828941509 *)il2cpp_codegen_object_new(CMorphImpl_t3828941509_il2cpp_TypeInfo_var); CMorphImpl__ctor_m827975134(L_0, /*hidden argument*/NULL); __this->set_m_RoleMerph_0(L_0); __this->set_m_bEnableAutoCloseEyes_3((bool)1); __this->set_m_bMale_4((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::SetRoleInfo(DMCore.Framework.Scene.ISceneRole,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_SetRoleInfo_m2154259509 (CRoleModelFace_t1285730091 * __this, ISceneRole_t2394225724 * ___role0, bool ___male1, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = ___role0; __this->set_m_role_1(L_0); bool L_1 = ___male1; __this->set_m_bMale_4(L_1); return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::OnInit() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnInit_m2909211345 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelFace_OnInit_m2909211345_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * G_B4_0 = NULL; Transform_t3600365921 * G_B7_0 = NULL; { Material_t340375123 * L_0 = __this->get_m_matOrgEyes_7(); 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_007d; } } { Material_t340375123 * L_2 = CRoleModelFace_GetEyesMaterial_m1025144523(__this, /*hidden argument*/NULL); __this->set_m_matOrgEyes_7(L_2); ISceneRole_t2394225724 * L_3 = __this->get_m_role_1(); if (!L_3) { goto IL_0038; } } { ISceneRole_t2394225724 * L_4 = __this->get_m_role_1(); NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); G_B4_0 = L_5; goto IL_0039; } IL_0038: { G_B4_0 = ((Transform_t3600365921 *)(NULL)); } IL_0039: { V_0 = G_B4_0; Transform_t3600365921 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0062; } } { Transform_t3600365921 * L_8 = V_0; int32_t L_9 = ((int32_t)41); RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_10, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_8, L_11, /*hidden argument*/NULL); G_B7_0 = L_12; goto IL_0063; } IL_0062: { G_B7_0 = ((Transform_t3600365921 *)(NULL)); } IL_0063: { V_1 = G_B7_0; Transform_t3600365921 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_007d; } } { Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_GetChild_m1092972975(L_15, 0, /*hidden argument*/NULL); CRoleModelFace_OnInitHeadMerph_m582212766(__this, L_16, /*hidden argument*/NULL); } IL_007d: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::OnInitHeadMerph(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnInitHeadMerph_m582212766 (CRoleModelFace_t1285730091 * __this, Transform_t3600365921 * ___modelItemRoot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelFace_OnInitHeadMerph_m582212766_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SkinnedMeshRenderer_t245602842 * V_1 = NULL; { Transform_t3600365921 * L_0 = __this->get_m_transHeadOrg_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0031; } } { Transform_t3600365921 * L_2 = ___modelItemRoot0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { return; } IL_001e: { Transform_t3600365921 * L_4 = ___modelItemRoot0; __this->set_m_transHeadOrg_5(L_4); Transform_t3600365921 * L_5 = ___modelItemRoot0; __this->set_m_transHeadActive_6(L_5); goto IL_0055; } IL_0031: { Transform_t3600365921 * L_6 = ___modelItemRoot0; 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_004e; } } { Transform_t3600365921 * L_8 = __this->get_m_transHeadOrg_5(); __this->set_m_transHeadActive_6(L_8); goto IL_0055; } IL_004e: { Transform_t3600365921 * L_9 = ___modelItemRoot0; __this->set_m_transHeadActive_6(L_9); } IL_0055: { V_0 = 0; goto IL_008f; } IL_005c: { Transform_t3600365921 * L_10 = __this->get_m_transHeadActive_6(); int32_t L_11 = V_0; NullCheck(L_10); Transform_t3600365921 * L_12 = Transform_GetChild_m1092972975(L_10, L_11, /*hidden argument*/NULL); NullCheck(L_12); SkinnedMeshRenderer_t245602842 * L_13 = Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185(L_12, /*hidden argument*/Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185_RuntimeMethod_var); V_1 = L_13; SkinnedMeshRenderer_t245602842 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_008b; } } { CMorphImpl_t3828941509 * L_16 = __this->get_m_RoleMerph_0(); SkinnedMeshRenderer_t245602842 * L_17 = V_1; NullCheck(L_16); CMorphImpl_Init_m119692156(L_16, L_17, /*hidden argument*/NULL); goto IL_00a0; } IL_008b: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_008f: { int32_t L_19 = V_0; Transform_t3600365921 * L_20 = __this->get_m_transHeadActive_6(); NullCheck(L_20); int32_t L_21 = Transform_get_childCount_m3145433196(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_005c; } } IL_00a0: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::PlayHeadMerph(System.String) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_PlayHeadMerph_m2140181552 (CRoleModelFace_t1285730091 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelFace_PlayHeadMerph_m2140181552_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMerphCfg_t142317149 * V_0 = NULL; CMerphIssue_t1829382496 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; float V_4 = 0.0f; bool V_5 = false; Transform_t3600365921 * V_6 = NULL; MeshFilter_t3523625662 * V_7 = NULL; Mesh_t3648964284 * V_8 = NULL; Transform_t3600365921 * G_B5_0 = NULL; MeshFilter_t3523625662 * G_B8_0 = NULL; Mesh_t3648964284 * G_B11_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CMerphCfg_t142317149_il2cpp_TypeInfo_var); CMerphCfg_t142317149 * L_0 = CMerphCfg_GetInstance_m514986920(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CMerphCfg_t142317149 * L_1 = V_0; String_t* L_2 = ___name0; NullCheck(L_1); CMerphIssue_t1829382496 * L_3 = CMerphCfg_GetMerph_m1709234944(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = ___name0; V_2 = L_4; V_3 = 1; V_4 = (1.0f); V_5 = (bool)1; CMerphIssue_t1829382496 * L_5 = V_1; if (!L_5) { goto IL_0038; } } { CMerphIssue_t1829382496 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = CMerphIssue_get_MeshName_m1227103291(L_6, /*hidden argument*/NULL); V_2 = L_7; CMerphIssue_t1829382496 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = CMerphIssue_get_MerphMode_m3171738889(L_8, /*hidden argument*/NULL); V_3 = L_9; CMerphIssue_t1829382496 * L_10 = V_1; NullCheck(L_10); float L_11 = CMerphIssue_get_MerphTime_m3409382507(L_10, /*hidden argument*/NULL); V_4 = L_11; } IL_0038: { Transform_t3600365921 * L_12 = __this->get_m_transHeadActive_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0064; } } { Transform_t3600365921 * L_14 = __this->get_m_transHeadActive_6(); String_t* L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral776196977, L_15, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_14, L_16, /*hidden argument*/NULL); G_B5_0 = L_17; goto IL_0065; } IL_0064: { G_B5_0 = ((Transform_t3600365921 *)(NULL)); } IL_0065: { V_6 = G_B5_0; Transform_t3600365921 * L_18 = V_6; 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_0080; } } { Transform_t3600365921 * L_20 = V_6; NullCheck(L_20); MeshFilter_t3523625662 * L_21 = Component_GetComponent_TisMeshFilter_t3523625662_m1718783796(L_20, /*hidden argument*/Component_GetComponent_TisMeshFilter_t3523625662_m1718783796_RuntimeMethod_var); G_B8_0 = L_21; goto IL_0081; } IL_0080: { G_B8_0 = ((MeshFilter_t3523625662 *)(NULL)); } IL_0081: { V_7 = G_B8_0; MeshFilter_t3523625662 * L_22 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_009c; } } { MeshFilter_t3523625662 * L_24 = V_7; NullCheck(L_24); Mesh_t3648964284 * L_25 = MeshFilter_get_sharedMesh_m1726897210(L_24, /*hidden argument*/NULL); G_B11_0 = L_25; goto IL_009d; } IL_009c: { G_B11_0 = ((Mesh_t3648964284 *)(NULL)); } IL_009d: { V_8 = G_B11_0; Mesh_t3648964284 * L_26 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00bd; } } { String_t* L_28 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2446004954, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); return; } IL_00bd: { CMorphImpl_t3828941509 * L_30 = __this->get_m_RoleMerph_0(); Mesh_t3648964284 * L_31 = V_8; int32_t L_32 = V_3; float L_33 = V_4; bool L_34 = V_5; NullCheck(L_30); CMorphImpl_PlayMorph_m1162649569(L_30, L_31, L_32, L_33, L_34, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::EnableAutoCloseEyes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_EnableAutoCloseEyes_m2972190553 (CRoleModelFace_t1285730091 * __this, bool ___bEnable0, const RuntimeMethod* method) { { bool L_0 = ___bEnable0; __this->set_m_bEnableAutoCloseEyes_3(L_0); CRoleModelFace_RecalcNextChangeTime_m315187439(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CRoleModelFace::SetBeautyEyes(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelFace_SetBeautyEyes_m3060438612 (CRoleModelFace_t1285730091 * __this, Material_t340375123 * ___mat0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelFace_SetBeautyEyes_m3060438612_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; SkinnedMeshRendererU5BU5D_t1658669119* V_3 = NULL; Transform_t3600365921 * G_B7_0 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_m_role_1(); if (!L_0) { goto IL_0027; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_role_1(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { Material_t340375123 * L_3 = ___mat0; 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_0029; } } IL_0027: { return (bool)0; } IL_0029: { V_0 = ((int32_t)42); ISceneRole_t2394225724 * L_5 = __this->get_m_role_1(); NullCheck(L_5); Transform_t3600365921 * L_6 = ISceneBaseObj_GetTransform_m3818769012(L_5, /*hidden argument*/NULL); V_1 = L_6; Transform_t3600365921 * 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_005f; } } { Transform_t3600365921 * L_9 = V_1; int32_t L_10 = V_0; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_12, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_14 = Transform_Find_m1729760951(L_9, L_13, /*hidden argument*/NULL); G_B7_0 = L_14; goto IL_0060; } IL_005f: { G_B7_0 = ((Transform_t3600365921 *)(NULL)); } IL_0060: { V_2 = G_B7_0; Transform_t3600365921 * L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_006f; } } { return (bool)0; } IL_006f: { Transform_t3600365921 * L_17 = V_2; NullCheck(L_17); SkinnedMeshRendererU5BU5D_t1658669119* L_18 = Component_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m3096982528(L_17, /*hidden argument*/Component_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m3096982528_RuntimeMethod_var); V_3 = L_18; SkinnedMeshRendererU5BU5D_t1658669119* L_19 = V_3; if (!L_19) { goto IL_0084; } } { SkinnedMeshRendererU5BU5D_t1658669119* L_20 = V_3; NullCheck(L_20); if ((((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))) { goto IL_0086; } } IL_0084: { return (bool)0; } IL_0086: { SkinnedMeshRendererU5BU5D_t1658669119* L_21 = V_3; NullCheck(L_21); int32_t L_22 = 0; SkinnedMeshRenderer_t245602842 * L_23 = (L_21)->GetAt(static_cast(L_22)); Material_t340375123 * L_24 = ___mat0; NullCheck(L_23); Renderer_set_sharedMaterial_m2374163090(L_23, L_24, /*hidden argument*/NULL); V_3 = (SkinnedMeshRendererU5BU5D_t1658669119*)NULL; return (bool)1; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::ResumeEyesOrg() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_ResumeEyesOrg_m3041598763 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::Clear() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_Clear_m2618079574 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method) { { __this->set_m_matOrgEyes_7((Material_t340375123 *)NULL); __this->set_m_bEnableAutoCloseEyes_3((bool)0); CMorphImpl_t3828941509 * L_0 = __this->get_m_RoleMerph_0(); if (!L_0) { goto IL_0024; } } { CMorphImpl_t3828941509 * L_1 = __this->get_m_RoleMerph_0(); NullCheck(L_1); CMorphImpl_Destroy_m2696655368(L_1, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_OnAfterAnimUpdate_m2412730332 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelFace_OnAfterAnimUpdate_m2412730332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneRole_t2394225724 * L_0 = __this->get_m_role_1(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_role_1(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { bool L_3 = __this->get_m_bEnableAutoCloseEyes_3(); if (!L_3) { goto IL_006a; } } { float L_4 = __this->get_m_nextTime_2(); float L_5 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_nextTime_2(((float)il2cpp_codegen_subtract((float)L_4, (float)L_5))); float L_6 = __this->get_m_nextTime_2(); if ((!(((float)(0.0f)) > ((float)L_6)))) { goto IL_006a; } } { CMorphImpl_t3828941509 * L_7 = __this->get_m_RoleMerph_0(); NullCheck(L_7); bool L_8 = CMorphImpl_IsPlaying_m3371014751(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0064; } } { CRoleModelFace_PlayHeadMerph_m2140181552(__this, _stringLiteral3483483719, /*hidden argument*/NULL); } IL_0064: { CRoleModelFace_RecalcNextChangeTime_m315187439(__this, /*hidden argument*/NULL); } IL_006a: { CMorphImpl_t3828941509 * L_9 = __this->get_m_RoleMerph_0(); if (!L_9) { goto IL_0080; } } { CMorphImpl_t3828941509 * L_10 = __this->get_m_RoleMerph_0(); NullCheck(L_10); CMorphImpl_OnAfterAnimUpdate_m3532825678(L_10, /*hidden argument*/NULL); } IL_0080: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelFace::RecalcNextChangeTime() extern "C" IL2CPP_METHOD_ATTR void CRoleModelFace_RecalcNextChangeTime_m315187439 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnableAutoCloseEyes_3(); if (!L_0) { goto IL_0045; } } { bool L_1 = __this->get_m_bMale_4(); if (!L_1) { goto IL_0030; } } { float L_2 = Random_Range_m2202990745(NULL /*static, unused*/, (5.0f), (7.0f), /*hidden argument*/NULL); __this->set_m_nextTime_2(L_2); goto IL_0045; } IL_0030: { float L_3 = Random_Range_m2202990745(NULL /*static, unused*/, (4.0f), (6.0f), /*hidden argument*/NULL); __this->set_m_nextTime_2(L_3); } IL_0045: { return; } } // UnityEngine.Material DMCore.Framework.Scene.CRoleModelFace::GetEyesMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * CRoleModelFace_GetEyesMaterial_m1025144523 (CRoleModelFace_t1285730091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelFace_GetEyesMaterial_m1025144523_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; SkinnedMeshRendererU5BU5D_t1658669119* V_3 = NULL; Material_t340375123 * V_4 = NULL; Transform_t3600365921 * G_B6_0 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_m_role_1(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_role_1(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } IL_001b: { return (Material_t340375123 *)NULL; } IL_001d: { V_0 = ((int32_t)42); ISceneRole_t2394225724 * L_3 = __this->get_m_role_1(); NullCheck(L_3); Transform_t3600365921 * L_4 = ISceneBaseObj_GetTransform_m3818769012(L_3, /*hidden argument*/NULL); V_1 = L_4; Transform_t3600365921 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0053; } } { Transform_t3600365921 * L_7 = V_1; int32_t L_8 = V_0; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_10, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_7, L_11, /*hidden argument*/NULL); G_B6_0 = L_12; goto IL_0054; } IL_0053: { G_B6_0 = ((Transform_t3600365921 *)(NULL)); } IL_0054: { V_2 = G_B6_0; Transform_t3600365921 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0063; } } { return (Material_t340375123 *)NULL; } IL_0063: { Transform_t3600365921 * L_15 = V_2; NullCheck(L_15); SkinnedMeshRendererU5BU5D_t1658669119* L_16 = Component_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m3096982528(L_15, /*hidden argument*/Component_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m3096982528_RuntimeMethod_var); V_3 = L_16; SkinnedMeshRendererU5BU5D_t1658669119* L_17 = V_3; if (!L_17) { goto IL_0078; } } { SkinnedMeshRendererU5BU5D_t1658669119* L_18 = V_3; NullCheck(L_18); if ((((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) { goto IL_007a; } } IL_0078: { return (Material_t340375123 *)NULL; } IL_007a: { SkinnedMeshRendererU5BU5D_t1658669119* L_19 = V_3; NullCheck(L_19); int32_t L_20 = 0; SkinnedMeshRenderer_t245602842 * L_21 = (L_19)->GetAt(static_cast(L_20)); NullCheck(L_21); Material_t340375123 * L_22 = Renderer_get_sharedMaterial_m1936632411(L_21, /*hidden argument*/NULL); V_4 = L_22; V_3 = (SkinnedMeshRendererU5BU5D_t1658669119*)NULL; Material_t340375123 * L_23 = V_4; return L_23; } } #ifdef __clang__ #pragma clang 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.Framework.Scene.CRoleModelItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem__ctor_m2868646843 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem__ctor_m2868646843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bEnable_18((bool)1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_curAnimName_19(L_0); stItemState_t244584211 * L_1 = (stItemState_t244584211 *)il2cpp_codegen_object_new(stItemState_t244584211_il2cpp_TypeInfo_var); stItemState__ctor_m4128138037(L_1, /*hidden argument*/NULL); __this->set_m_currentState_20(L_1); stItemState_t244584211 * L_2 = (stItemState_t244584211 *)il2cpp_codegen_object_new(stItemState_t244584211_il2cpp_TypeInfo_var); stItemState__ctor_m4128138037(L_2, /*hidden argument*/NULL); __this->set_m_lastState_21(L_2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_Category_1(0); __this->set_m_Role_0((ISceneRole_t2394225724 *)NULL); CRoleModelItem_OnClear_m3275867286(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnRoleDestroy() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnRoleDestroy_m4287758028 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { CRoleModelItem_OnDestroy_m1465529345(__this, (bool)0, /*hidden argument*/NULL); __this->set_m_bEnable_18((bool)1); return; } } // DMCore.Framework.Scene.CAvatarBinding DMCore.Framework.Scene.CRoleModelItem::GetAvatarBinding() extern "C" IL2CPP_METHOD_ATTR CAvatarBinding_t1216096343 * CRoleModelItem_GetAvatarBinding_m1759129545 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); CAvatarBinding_t1216096343 * L_1 = L_0->get_m_avatarBinding_7(); return L_1; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsExistBindingTechnique() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsExistBindingTechnique_m4153164527 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { CAvatarBinding_t1216096343 * L_0 = CRoleModelItem_GetAvatarBinding_m1759129545(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { stItemState_t244584211 * L_1 = __this->get_m_currentState_20(); NullCheck(L_1); LocalLinkedEffectU5BU5D_t1490066191* L_2 = L_1->get_m_localLinkedEffect_1(); if (!L_2) { goto IL_0031; } } { stItemState_t244584211 * L_3 = __this->get_m_currentState_20(); NullCheck(L_3); LocalLinkedEffectU5BU5D_t1490066191* L_4 = L_3->get_m_localLinkedEffect_1(); NullCheck(L_4); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0031; } } { return (bool)1; } IL_0031: { stItemState_t244584211 * L_5 = __this->get_m_currentState_20(); NullCheck(L_5); BoneLinkBoneU5BU5D_t2682923361* L_6 = L_5->get_m_localBoneLinkBone_2(); if (!L_6) { goto IL_0055; } } { stItemState_t244584211 * L_7 = __this->get_m_currentState_20(); NullCheck(L_7); BoneLinkBoneU5BU5D_t2682923361* L_8 = L_7->get_m_localBoneLinkBone_2(); NullCheck(L_8); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) { goto IL_0055; } } { return (bool)1; } IL_0055: { return (bool)0; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::FitVehicleAnim() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_FitVehicleAnim_m459242281 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_FitVehicleAnim_m459242281_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; Animation_t3648466861 * V_1 = NULL; AnimationState_t1108360407 * V_2 = NULL; RuntimeObject* V_3 = NULL; AnimationState_t1108360407 * V_4 = NULL; float V_5 = 0.0f; Animation_t3648466861 * G_B7_0 = NULL; { bool L_0 = CRoleModelItem_IsExistBindingTechnique_m4153164527(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { ISceneRole_t2394225724 * L_1 = __this->get_m_Role_0(); V_0 = L_1; ISceneRole_t2394225724 * L_2 = V_0; if (L_2) { goto IL_001a; } } { return; } IL_001a: { stItemState_t244584211 * L_3 = __this->get_m_currentState_20(); NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { stItemState_t244584211 * L_6 = __this->get_m_currentState_20(); NullCheck(L_6); GameObject_t1113636619 * L_7 = L_6->get_m_modelInstance_0(); NullCheck(L_7); Animation_t3648466861 * L_8 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_7, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); G_B7_0 = L_8; goto IL_0046; } IL_0045: { G_B7_0 = ((Animation_t3648466861 *)(NULL)); } IL_0046: { V_1 = G_B7_0; Animation_t3648466861 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005e; } } { Animation_t3648466861 * L_11 = V_1; NullCheck(L_11); bool L_12 = Animation_get_isPlaying_m1022540967(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_005f; } } IL_005e: { return; } IL_005f: { Animation_t3648466861 * L_13 = V_1; String_t* L_14 = __this->get_m_curAnimName_19(); NullCheck(L_13); AnimationState_t1108360407 * L_15 = Animation_get_Item_m2435218778(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; AnimationState_t1108360407 * L_16 = V_2; bool L_17 = TrackedReference_op_Equality_m3702354772(NULL /*static, unused*/, (TrackedReference_t1199777556 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00c8; } } { Animation_t3648466861 * L_18 = V_1; NullCheck(L_18); RuntimeObject* L_19 = Animation_GetEnumerator_m1233868201(L_18, /*hidden argument*/NULL); V_3 = L_19; goto IL_00bd; } IL_0084: { RuntimeObject* L_20 = V_3; NullCheck(L_20); RuntimeObject * L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_20); V_4 = ((AnimationState_t1108360407 *)CastclassSealed((RuntimeObject*)L_21, AnimationState_t1108360407_il2cpp_TypeInfo_var)); AnimationState_t1108360407 * L_22 = V_4; NullCheck(L_22); AnimationClip_t2318505987 * L_23 = AnimationState_get_clip_m3280372436(L_22, /*hidden argument*/NULL); Animation_t3648466861 * L_24 = V_1; NullCheck(L_24); AnimationClip_t2318505987 * L_25 = Animation_get_clip_m1019546398(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_26 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00bd; } } { AnimationState_t1108360407 * L_27 = V_4; V_2 = L_27; AnimationState_t1108360407 * L_28 = V_4; NullCheck(L_28); String_t* L_29 = AnimationState_get_name_m2426172525(L_28, /*hidden argument*/NULL); __this->set_m_curAnimName_19(L_29); goto IL_00c8; } IL_00bd: { RuntimeObject* L_30 = V_3; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0084; } } IL_00c8: { AnimationState_t1108360407 * L_32 = V_2; bool L_33 = TrackedReference_op_Equality_m3702354772(NULL /*static, unused*/, (TrackedReference_t1199777556 *)NULL, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00d5; } } { return; } IL_00d5: { AnimationState_t1108360407 * L_34 = V_2; NullCheck(L_34); float L_35 = AnimationState_get_length_m2177740858(L_34, /*hidden argument*/NULL); if ((!(((float)(0.1f)) < ((float)L_35)))) { goto IL_0101; } } { AnimationState_t1108360407 * L_36 = V_2; NullCheck(L_36); float L_37 = AnimationState_get_time_m2889734845(L_36, /*hidden argument*/NULL); AnimationState_t1108360407 * L_38 = V_2; NullCheck(L_38); float L_39 = AnimationState_get_length_m2177740858(L_38, /*hidden argument*/NULL); V_5 = (fmodf(L_37, L_39)); ISceneRole_t2394225724 * L_40 = V_0; NullCheck(L_40); CAnimSite_t233742424 * L_41 = ISceneBaseObj_GetAnimSite_m1357014666(L_40, /*hidden argument*/NULL); float L_42 = V_5; NullCheck(L_41); CAnimSite_FitCurAnimTime_m2441902213(L_41, L_42, /*hidden argument*/NULL); } IL_0101: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::ImplAvatarBinding() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ImplAvatarBinding_m3959207637 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_ImplAvatarBinding_m3959207637_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; Transform_t3600365921 * V_5 = NULL; { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); L_0->set_m_avatarBinding_7((CAvatarBinding_t1216096343 *)NULL); int32_t L_1 = __this->get_m_Category_1(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)30))))) { goto IL_0128; } } { V_0 = (Transform_t3600365921 *)NULL; V_1 = (Transform_t3600365921 *)NULL; V_2 = 0; goto IL_00ea; } IL_0024: { stItemState_t244584211 * L_2 = __this->get_m_currentState_20(); NullCheck(L_2); GameObject_t1113636619 * L_3 = L_2->get_m_modelInstance_0(); NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); int32_t L_5 = V_2; NullCheck(L_4); Transform_t3600365921 * L_6 = Transform_GetChild_m1092972975(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; Transform_t3600365921 * L_7 = V_3; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = Object_get_name_m4211327027(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3504097004, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0093; } } { Transform_t3600365921 * L_11 = V_3; NullCheck(L_11); int32_t L_12 = Transform_get_childCount_m3145433196(L_11, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_12))) { goto IL_008e; } } { Transform_t3600365921 * L_13 = V_3; NullCheck(L_13); Transform_t3600365921 * L_14 = Transform_GetChild_m1092972975(L_13, 0, /*hidden argument*/NULL); V_4 = L_14; stItemState_t244584211 * L_15 = __this->get_m_currentState_20(); NullCheck(L_15); GameObject_t1113636619 * L_16 = L_15->get_m_modelInstance_0(); NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = V_4; NullCheck(L_18); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = Object_get_name_m4211327027(L_19, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_22 = CMiscHelp_FindFirstFromChildren_m3318915437(NULL /*static, unused*/, L_17, L_20, L_21, /*hidden argument*/NULL); V_0 = L_22; } IL_008e: { goto IL_00e6; } IL_0093: { Transform_t3600365921 * L_23 = V_3; NullCheck(L_23); GameObject_t1113636619 * L_24 = Component_get_gameObject_m442555142(L_23, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = Object_get_name_m4211327027(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_Equals_m1744302937(NULL /*static, unused*/, _stringLiteral3208679224, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00e6; } } { Transform_t3600365921 * L_27 = V_3; NullCheck(L_27); int32_t L_28 = Transform_get_childCount_m3145433196(L_27, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_28))) { goto IL_00e6; } } { Transform_t3600365921 * L_29 = V_3; NullCheck(L_29); Transform_t3600365921 * L_30 = Transform_GetChild_m1092972975(L_29, 0, /*hidden argument*/NULL); V_5 = L_30; stItemState_t244584211 * L_31 = __this->get_m_currentState_20(); NullCheck(L_31); GameObject_t1113636619 * L_32 = L_31->get_m_modelInstance_0(); NullCheck(L_32); Transform_t3600365921 * L_33 = GameObject_get_transform_m1369836730(L_32, /*hidden argument*/NULL); Transform_t3600365921 * L_34 = V_5; NullCheck(L_34); GameObject_t1113636619 * L_35 = Component_get_gameObject_m442555142(L_34, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36 = Object_get_name_m4211327027(L_35, /*hidden argument*/NULL); Transform_t3600365921 * L_37 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_38 = CMiscHelp_FindFirstFromChildren_m3318915437(NULL /*static, unused*/, L_33, L_36, L_37, /*hidden argument*/NULL); V_1 = L_38; } IL_00e6: { int32_t L_39 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00ea: { int32_t L_40 = V_2; stItemState_t244584211 * L_41 = __this->get_m_currentState_20(); NullCheck(L_41); GameObject_t1113636619 * L_42 = L_41->get_m_modelInstance_0(); NullCheck(L_42); Transform_t3600365921 * L_43 = GameObject_get_transform_m1369836730(L_42, /*hidden argument*/NULL); NullCheck(L_43); int32_t L_44 = Transform_get_childCount_m3145433196(L_43, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_44))) { goto IL_0024; } } { Transform_t3600365921 * L_45 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0128; } } { stItemState_t244584211 * L_47 = __this->get_m_currentState_20(); Transform_t3600365921 * L_48 = V_0; Transform_t3600365921 * L_49 = V_1; CAvatarBinding_t1216096343 * L_50 = (CAvatarBinding_t1216096343 *)il2cpp_codegen_object_new(CAvatarBinding_t1216096343_il2cpp_TypeInfo_var); CAvatarBinding__ctor_m3941942379(L_50, L_48, L_49, _stringLiteral287567133, /*hidden argument*/NULL); NullCheck(L_47); L_47->set_m_avatarBinding_7(L_50); } IL_0128: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::ImplComplexBone() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ImplComplexBone_m2175798051 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_ImplComplexBone_m2175798051_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; Transform_t3600365921 * G_B4_0 = NULL; { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); GameObject_t1113636619 * L_1 = L_0->get_m_modelInstance_0(); NullCheck(L_1); Transform_t3600365921 * L_2 = GameObject_get_transform_m1369836730(L_1, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral4000824579, /*hidden argument*/NULL); V_0 = L_3; Transform_t3600365921 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003f; } } { Transform_t3600365921 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = Transform_get_childCount_m3145433196(L_6, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_003f; } } { Transform_t3600365921 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_GetChild_m1092972975(L_8, 0, /*hidden argument*/NULL); G_B4_0 = L_9; goto IL_0040; } IL_003f: { G_B4_0 = ((Transform_t3600365921 *)(NULL)); } IL_0040: { V_1 = G_B4_0; V_2 = (Transform_t3600365921 *)NULL; Transform_t3600365921 * L_10 = V_1; 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_0071; } } { stItemState_t244584211 * L_12 = __this->get_m_currentState_20(); NullCheck(L_12); GameObject_t1113636619 * L_13 = L_12->get_m_modelInstance_0(); NullCheck(L_13); Transform_t3600365921 * L_14 = GameObject_get_transform_m1369836730(L_13, /*hidden argument*/NULL); Transform_t3600365921 * L_15 = V_1; NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = Object_get_name_m4211327027(L_16, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_19 = CMiscHelp_FindFirstFromChildren_m3318915437(NULL /*static, unused*/, L_14, L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; } IL_0071: { Transform_t3600365921 * L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00a3; } } { stItemState_t244584211 * L_22 = __this->get_m_currentState_20(); CSkeletonSite_t1178137573 * L_23 = (CSkeletonSite_t1178137573 *)il2cpp_codegen_object_new(CSkeletonSite_t1178137573_il2cpp_TypeInfo_var); CSkeletonSite__ctor_m1378794604(L_23, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_m_complexSkeleton_8(L_23); stItemState_t244584211 * L_24 = __this->get_m_currentState_20(); NullCheck(L_24); CSkeletonSite_t1178137573 * L_25 = L_24->get_m_complexSkeleton_8(); Transform_t3600365921 * L_26 = V_2; NullCheck(L_25); CSkeletonSite_set_RootBone_m4068911538(L_25, L_26, /*hidden argument*/NULL); goto IL_00af; } IL_00a3: { stItemState_t244584211 * L_27 = __this->get_m_currentState_20(); NullCheck(L_27); L_27->set_m_complexSkeleton_8((CSkeletonSite_t1178137573 *)NULL); } IL_00af: { return; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsRoleItemEnable() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsRoleItemEnable_m3413806313 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnable_18(); return L_0; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::SetRoleItemEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetRoleItemEnable_m3456968021 (CRoleModelItem_t1608531946 * __this, bool ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SetRoleItemEnable_m3456968021_MetadataUsageId); s_Il2CppMethodInitialized = true; } { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); GameObject_t1113636619 * L_1 = L_0->get_m_modelInstance_0(); bool L_2 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); stItemState_t244584211 * L_3 = __this->get_m_lastState_21(); NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_modelInstance_0(); bool L_5 = ___b0; CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); bool L_6 = __this->get_m_bEnable_18(); bool L_7 = ___b0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_002f; } } { return; } IL_002f: { bool L_8 = ___b0; __this->set_m_bEnable_18(L_8); ISceneRole_t2394225724 * L_9 = __this->get_m_Role_0(); if (!L_9) { goto IL_0052; } } { ISceneRole_t2394225724 * L_10 = __this->get_m_Role_0(); NullCheck(L_10); bool L_11 = ISceneBaseObj_IsEnable_m3745268461(L_10, /*hidden argument*/NULL); CRoleModelItem_OnRoleEnable_m1002368919(__this, L_11, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::SetRole(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetRole_m2252715808 (CRoleModelItem_t1608531946 * __this, ISceneRole_t2394225724 * ___parent0, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = ___parent0; __this->set_m_Role_0(L_0); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::SetModelCategory(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetModelCategory_m3578145794 (CRoleModelItem_t1608531946 * __this, int32_t ___category0, const RuntimeMethod* method) { { int32_t L_0 = ___category0; __this->set_m_Category_1(L_0); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::LoadingResource() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_LoadingResource_m2591595945 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_LoadingResource_m2591595945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bSendChange_6(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_bSendChange_6((bool)1); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_1 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = __this->get_m_PrefabName_4(); NullCheck(L_1); IResourceManager_CreateResource_m1279813597(L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::PlayRalaxAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_PlayRalaxAnim_m3814698505 (CRoleModelItem_t1608531946 * __this, bool ___bPlay0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_PlayRalaxAnim_m3814698505_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * G_B3_0 = NULL; { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); GameObject_t1113636619 * L_1 = L_0->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { stItemState_t244584211 * L_3 = __this->get_m_currentState_20(); NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_modelInstance_0(); NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral207952032, /*hidden argument*/NULL); G_B3_0 = L_6; goto IL_0036; } IL_0035: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_0036: { V_0 = G_B3_0; Transform_t3600365921 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004f; } } { Transform_t3600365921 * L_9 = V_0; NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); bool L_11 = ___bPlay0; NullCheck(L_10); GameObject_SetActive_m796801857(L_10, L_11, /*hidden argument*/NULL); } IL_004f: { return; } } // System.Single DMCore.Framework.Scene.CRoleModelItem::GetNextPlayTime(System.Single) extern "C" IL2CPP_METHOD_ATTR float CRoleModelItem_GetNextPlayTime_m4151726217 (CRoleModelItem_t1608531946 * __this, float ___fTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_GetNextPlayTime_m4151726217_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t3648466861 * V_0 = NULL; AnimationClip_t2318505987 * V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; AnimationState_t1108360407 * V_4 = NULL; float V_5 = 0.0f; Animation_t3648466861 * G_B3_0 = NULL; { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); GameObject_t1113636619 * L_1 = L_0->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { stItemState_t244584211 * L_3 = __this->get_m_currentState_20(); NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_modelInstance_0(); NullCheck(L_4); Animation_t3648466861 * L_5 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_4, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); G_B3_0 = L_5; goto IL_002c; } IL_002b: { G_B3_0 = ((Animation_t3648466861 *)(NULL)); } IL_002c: { V_0 = G_B3_0; Animation_t3648466861 * 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_003b; } } { float L_8 = ___fTime0; return L_8; } IL_003b: { Animation_t3648466861 * L_9 = V_0; NullCheck(L_9); AnimationClip_t2318505987 * L_10 = Animation_get_clip_m1019546398(L_9, /*hidden argument*/NULL); V_1 = L_10; AnimationClip_t2318505987 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0050; } } { float L_13 = ___fTime0; return L_13; } IL_0050: { AnimationClip_t2318505987 * L_14 = V_1; NullCheck(L_14); float L_15 = AnimationClip_get_length_m3296085482(L_14, /*hidden argument*/NULL); V_2 = L_15; V_3 = (0.0f); Animation_t3648466861 * L_16 = V_0; AnimationClip_t2318505987 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = Object_get_name_m4211327027(L_17, /*hidden argument*/NULL); NullCheck(L_16); AnimationState_t1108360407 * L_19 = Animation_get_Item_m2435218778(L_16, L_18, /*hidden argument*/NULL); V_4 = L_19; AnimationState_t1108360407 * L_20 = V_4; bool L_21 = TrackedReference_op_Inequality_m832179495(NULL /*static, unused*/, (TrackedReference_t1199777556 *)NULL, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_008d; } } { float L_22 = V_2; if ((!(((float)(0.1f)) < ((float)L_22)))) { goto IL_008d; } } { AnimationState_t1108360407 * L_23 = V_4; NullCheck(L_23); float L_24 = AnimationState_get_time_m2889734845(L_23, /*hidden argument*/NULL); float L_25 = V_2; V_3 = (fmodf(L_24, L_25)); } IL_008d: { float L_26 = ___fTime0; float L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_28 = ceilf(((float)((float)L_26/(float)L_27))); float L_29 = V_2; float L_30 = V_3; V_5 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)), (float)L_30)); float L_31 = V_5; return L_31; } } // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetFullItemID() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetFullItemID_m3835475041 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_GetFullItemID_m3835475041_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_SexVal_3(); int32_t L_1 = __this->get_m_Category_1(); int32_t L_2 = __this->get_m_SubModelIndex_2(); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); int32_t L_3 = CItemManager_GetSubModelID_m1275366725(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; return L_4; } } // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetSexVal() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSexVal_m394469669 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_SexVal_3(); return L_0; } } // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetCategory() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetCategory_m3754405430 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Category_1(); return L_0; } } // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetSubModelItemIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSubModelItemIndex_m1516327529 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_SubModelIndex_2(); return L_0; } } // System.String DMCore.Framework.Scene.CRoleModelItem::GetPrefabPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CRoleModelItem_GetPrefabPath_m297345020 (RuntimeObject * __this /* static, unused */, int32_t ___modelItemID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_GetPrefabPath_m297345020_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; V_2 = 0; int32_t L_0 = ___modelItemID0; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_GetSubModelInfo_m903145472(NULL /*static, unused*/, L_0, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL); int32_t L_1 = V_1; if ((((int32_t)L_1) == ((int32_t)((int32_t)14)))) { goto IL_0022; } } { int32_t L_2 = V_1; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)42))))) { goto IL_0057; } } IL_0022: { ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_4 = V_0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t2843939325* L_7 = L_3; int32_t L_8 = V_1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_7; int32_t L_12 = V_2; 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(2), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = L_11; int32_t L_16 = ___modelItemID0; 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(3), (RuntimeObject *)L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1900695834, L_15, /*hidden argument*/NULL); return L_19; } IL_0057: { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_20 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_20) { goto IL_0096; } } { ObjectU5BU5D_t2843939325* L_21 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_22 = V_0; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_24); ObjectU5BU5D_t2843939325* L_25 = L_21; int32_t L_26 = V_1; 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(1), (RuntimeObject *)L_28); ObjectU5BU5D_t2843939325* L_29 = L_25; int32_t L_30 = V_2; int32_t L_31 = L_30; RuntimeObject * L_32 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_31); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_32); (L_29)->SetAt(static_cast(2), (RuntimeObject *)L_32); ObjectU5BU5D_t2843939325* L_33 = L_29; int32_t L_34 = ___modelItemID0; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_36); (L_33)->SetAt(static_cast(3), (RuntimeObject *)L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1900695834, L_33, /*hidden argument*/NULL); return L_37; } IL_0096: { ObjectU5BU5D_t2843939325* L_38 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_39 = V_0; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(0), (RuntimeObject *)L_41); ObjectU5BU5D_t2843939325* L_42 = L_38; int32_t L_43 = V_1; int32_t L_44 = L_43; RuntimeObject * L_45 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_44); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_45); (L_42)->SetAt(static_cast(1), (RuntimeObject *)L_45); ObjectU5BU5D_t2843939325* L_46 = L_42; int32_t L_47 = V_2; int32_t L_48 = L_47; RuntimeObject * L_49 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_48); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_49); (L_46)->SetAt(static_cast(2), (RuntimeObject *)L_49); ObjectU5BU5D_t2843939325* L_50 = L_46; int32_t L_51 = ___modelItemID0; int32_t L_52 = L_51; RuntimeObject * L_53 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_52); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_53); (L_50)->SetAt(static_cast(3), (RuntimeObject *)L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1631276595, L_50, /*hidden argument*/NULL); return L_54; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::ChangeSubModel(System.Int32,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_ChangeSubModel_m1069865053 (CRoleModelItem_t1608531946 * __this, int32_t ___nSex0, int32_t ___nItemIndex1, bool ___bAysn2, bool ___bDirectLoad3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_ChangeSubModel_m1069865053_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* G_B25_0 = NULL; String_t* G_B24_0 = NULL; String_t* G_B26_0 = NULL; String_t* G_B26_1 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_m_Role_0(); if (L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { int32_t L_1 = ___nItemIndex1; int32_t L_2 = __this->get_m_SubModelIndex_2(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0027; } } { int32_t L_3 = ___nSex0; int32_t L_4 = __this->get_m_SexVal_3(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0027; } } { return (bool)1; } IL_0027: { __this->set_m_bFirstFailed_12((bool)1); ISceneRole_t2394225724 * L_5 = __this->get_m_Role_0(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_5); V_0 = L_6; ISceneRole_t2394225724 * L_7 = __this->get_m_Role_0(); NullCheck(L_7); CProperty_t963755051 * L_8 = ISceneBaseObj_GetNetProperty_m1709069404(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = CProperty_Check_m2093268374(L_8, _stringLiteral4166355951, /*hidden argument*/NULL); if (!L_9) { goto IL_008c; } } { int32_t L_10 = V_0; int32_t L_11 = ___nSex0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))) == ((int32_t)L_11))) { goto IL_008c; } } { int32_t L_12 = ___nSex0; if ((((int32_t)1) < ((int32_t)L_12))) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_13 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CLogHelp_t779629444 * L_14 = CRoot_GetLogService_m687714144(L_13, /*hidden argument*/NULL); NullCheck(L_14); CLogHelp_Log_m386290467(L_14, _stringLiteral773530041, /*hidden argument*/NULL); CRoot_t1043641654 * L_15 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CLogHelp_t779629444 * L_16 = CRoot_GetLogService_m687714144(L_15, /*hidden argument*/NULL); NullCheck(L_16); CLogHelp_LogFile_m4227814860(L_16, _stringLiteral773530041, /*hidden argument*/NULL); } IL_008c: { int32_t L_17 = ___nItemIndex1; __this->set_m_SubModelIndex_2(L_17); int32_t L_18 = ___nSex0; __this->set_m_SexVal_3(L_18); int32_t L_19 = __this->get_m_Category_1(); int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_21, /*hidden argument*/NULL); V_1 = L_22; String_t* L_23 = Int32_ToString_m141394615((&___nSex0), /*hidden argument*/NULL); String_t* L_24 = V_1; int32_t L_25 = ___nItemIndex1; int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); String_t* L_28 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587864, L_27, /*hidden argument*/NULL); String_t* L_29 = String_Concat_m3755062657(NULL /*static, unused*/, L_23, L_24, L_28, /*hidden argument*/NULL); V_2 = L_29; StringU5BU5D_t1281789340* L_30 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral1024091293); (L_30)->SetAt(static_cast(0), (String_t*)_stringLiteral1024091293); StringU5BU5D_t1281789340* L_31 = L_30; String_t* L_32 = Int32_ToString_m141394615((&___nSex0), /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(1), (String_t*)L_32); StringU5BU5D_t1281789340* L_33 = L_31; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral3452614529); (L_33)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_34 = L_33; String_t* L_35 = V_1; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(3), (String_t*)L_35); StringU5BU5D_t1281789340* L_36 = L_34; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral3452614529); (L_36)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_37 = L_36; int32_t L_38 = ___nItemIndex1; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); String_t* L_41 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587864, L_40, /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_41); (L_37)->SetAt(static_cast(5), (String_t*)L_41); StringU5BU5D_t1281789340* L_42 = L_37; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral3452614529); (L_42)->SetAt(static_cast(6), (String_t*)_stringLiteral3452614529); String_t* L_43 = String_Concat_m1809518182(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); V_3 = L_43; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_44 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); IResourceManager_BeginHighMode_m3631946985(L_44, /*hidden argument*/NULL); int32_t L_45 = __this->get_m_Category_1(); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)14))))) { goto IL_0191; } } { String_t* L_46 = V_3; String_t* L_47 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); V_3 = L_48; CRoleModelItem_ClearModelIns_m416853538(__this, /*hidden argument*/NULL); CRoleModelItem_ClearModel2Die_m1426996242(__this, /*hidden argument*/NULL); bool L_49 = ___bDirectLoad3; if (!L_49) { goto IL_017e; } } { __this->set_m_TextureSocks_8((Texture2D_t3840446185 *)NULL); String_t* L_50 = V_3; __this->set_m_PrefabName_4(L_50); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_51 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_52 = __this->get_m_PrefabName_4(); NullCheck(L_51); IResourceManager_CreateResource_m1279813597(L_51, L_52, (bool)0, /*hidden argument*/NULL); goto IL_018c; } IL_017e: { __this->set_m_TextureSocks_8((Texture2D_t3840446185 *)NULL); String_t* L_53 = V_3; CRoleModelItem_ChangeCurSubModel_m823132492(__this, L_53, /*hidden argument*/NULL); } IL_018c: { goto IL_02b7; } IL_0191: { int32_t L_54 = __this->get_m_Category_1(); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)42))))) { goto IL_023c; } } { int32_t L_55 = ___nItemIndex1; if (L_55) { goto IL_01db; } } { __this->set_m_TextureBeautyEyes_9((Texture2D_t3840446185 *)NULL); Material_t340375123 * L_56 = __this->get_m_MatBeautyEyes_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_57 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_01ce; } } { Material_t340375123 * L_58 = __this->get_m_MatBeautyEyes_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); __this->set_m_MatBeautyEyes_10((Material_t340375123 *)NULL); } IL_01ce: { CRoleModelItem_SetBeautyEyes_m3837794543(__this, 0, /*hidden argument*/NULL); goto IL_0237; } IL_01db: { String_t* L_59 = V_3; String_t* L_60 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = String_Concat_m3937257545(NULL /*static, unused*/, L_59, L_60, /*hidden argument*/NULL); V_3 = L_61; CRoleModelItem_ClearModelIns_m416853538(__this, /*hidden argument*/NULL); CRoleModelItem_ClearModel2Die_m1426996242(__this, /*hidden argument*/NULL); bool L_62 = ___bDirectLoad3; if (!L_62) { goto IL_0222; } } { __this->set_m_TextureBeautyEyes_9((Texture2D_t3840446185 *)NULL); __this->set_m_MatBeautyEyes_10((Material_t340375123 *)NULL); String_t* L_63 = V_3; __this->set_m_PrefabName_4(L_63); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_64 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_65 = __this->get_m_PrefabName_4(); NullCheck(L_64); IResourceManager_CreateResource_m1279813597(L_64, L_65, (bool)0, /*hidden argument*/NULL); goto IL_0237; } IL_0222: { __this->set_m_TextureBeautyEyes_9((Texture2D_t3840446185 *)NULL); __this->set_m_MatBeautyEyes_10((Material_t340375123 *)NULL); String_t* L_66 = V_3; CRoleModelItem_ChangeCurSubModel_m823132492(__this, L_66, /*hidden argument*/NULL); } IL_0237: { goto IL_02b7; } IL_023c: { String_t* L_67 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_68 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); G_B24_0 = L_67; if (!L_68) { G_B25_0 = L_67; goto IL_024d; } } { String_t* L_69 = V_2; G_B26_0 = L_69; G_B26_1 = G_B24_0; goto IL_0258; } IL_024d: { String_t* L_70 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_71 = String_Concat_m3937257545(NULL /*static, unused*/, L_70, _stringLiteral2150326491, /*hidden argument*/NULL); G_B26_0 = L_71; G_B26_1 = G_B25_0; } IL_0258: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_72 = String_Concat_m3937257545(NULL /*static, unused*/, G_B26_1, G_B26_0, /*hidden argument*/NULL); V_3 = L_72; stItemState_t244584211 * L_73 = __this->get_m_currentState_20(); NullCheck(L_73); GameObject_t1113636619 * L_74 = L_73->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_75 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_0285; } } { stItemState_t244584211 * L_76 = __this->get_m_lastState_21(); stItemState_t244584211 * L_77 = __this->get_m_currentState_20(); NullCheck(L_76); stItemState_Copy_m2851874576(L_76, L_77, /*hidden argument*/NULL); } IL_0285: { CRoleModelItem_ClearModelIns_m416853538(__this, /*hidden argument*/NULL); bool L_78 = ___bDirectLoad3; if (!L_78) { goto IL_02b0; } } { String_t* L_79 = V_3; __this->set_m_PrefabName_4(L_79); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_80 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_81 = __this->get_m_PrefabName_4(); NullCheck(L_80); IResourceManager_CreateResource_m1279813597(L_80, L_81, (bool)0, /*hidden argument*/NULL); goto IL_02b7; } IL_02b0: { String_t* L_82 = V_3; CRoleModelItem_ChangeCurSubModel_m823132492(__this, L_82, /*hidden argument*/NULL); } IL_02b7: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_83 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_83); IResourceManager_EndHighMode_m797513702(L_83, /*hidden argument*/NULL); __this->set_m_bNeedSubmit_17((bool)1); return (bool)1; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsReady_m3318928730 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; int32_t G_B5_0 = 0; { int32_t L_0 = __this->get_m_Category_1(); if (L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_1 = CRoleModelItem_IsMainResReady_m4220269052(__this, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = CRoleModelItem_IsAttachedResReady_m3237490214(__this, /*hidden argument*/NULL); V_1 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0024; } } { bool L_4 = V_1; G_B5_0 = ((int32_t)(L_4)); goto IL_0025; } IL_0024: { G_B5_0 = 0; } IL_0025: { return (bool)G_B5_0; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::HoldResources() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_HoldResources_m3804114629 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_HoldResources_m3804114629_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = __this->get_m_PrefabName_4(); NullCheck(L_0); IResourceManager_PushProtecedRes_m1596221893(L_0, L_1, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = __this->get_m_LastValidPrefabName_5(); NullCheck(L_2); IResourceManager_PushProtecedRes_m1596221893(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsValid() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsValid_m632020454 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_IsValid_m632020454_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); GameObject_t1113636619 * L_1 = L_0->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } { G_B3_0 = 1; goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { return (bool)G_B3_0; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsNeedSubmit() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsNeedSubmit_m1853932435 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_m_bNeedSubmit_17(); if (!L_0) { goto IL_0013; } } { bool L_1 = __this->get_m_bEnable_18(); G_B3_0 = ((int32_t)(L_1)); goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnDestroy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnDestroy_m1465529345 (CRoleModelItem_t1608531946 * __this, bool ___bEnableResume0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_OnDestroy_m1465529345_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; int32_t G_B18_0 = 0; int32_t G_B26_0 = 0; { __this->set_m_bFirstFailed_12((bool)1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_PrefabName_4(L_0); stItemState_t244584211 * L_1 = __this->get_m_currentState_20(); NullCheck(L_1); L_1->set_m_localLinkedEffect_1((LocalLinkedEffectU5BU5D_t1490066191*)NULL); stItemState_t244584211 * L_2 = __this->get_m_currentState_20(); NullCheck(L_2); L_2->set_m_localBoneLinkBone_2((BoneLinkBoneU5BU5D_t2682923361*)NULL); stItemState_t244584211 * L_3 = __this->get_m_currentState_20(); NullCheck(L_3); L_3->set_m_childrenTransform_3((TransformU5BU5D_t807237628*)NULL); stItemState_t244584211 * L_4 = __this->get_m_currentState_20(); NullCheck(L_4); L_4->set_m_childrenTransformDiction_4((Dictionary_2_t2736202052 *)NULL); int32_t L_5 = __this->get_m_Category_1(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)14))))) { goto IL_0099; } } { __this->set_m_TextureSocks_8((Texture2D_t3840446185 *)NULL); __this->set_m_SubModelIndex_2((-1)); ISceneRole_t2394225724 * L_6 = __this->get_m_Role_0(); if (!L_6) { goto IL_0094; } } { ISceneRole_t2394225724 * L_7 = __this->get_m_Role_0(); NullCheck(L_7); CDataProperty_t2806246268 * L_8 = ISceneBaseObj_GetUserProperty_m776816018(L_7, /*hidden argument*/NULL); NullCheck(L_8); CDataProperty_Add_m837145387(L_8, _stringLiteral2399547724, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_9 = __this->get_m_Role_0(); NullCheck(L_9); CAvatarSite_t1752665925 * L_10 = ISceneRole_GetAvatarSite_m1651999730(L_9, /*hidden argument*/NULL); Texture2D_t3840446185 * L_11 = __this->get_m_TextureSocks_8(); NullCheck(L_10); CAvatarSite_InvokSockes_m1306751064(L_10, L_11, /*hidden argument*/NULL); } IL_0094: { goto IL_01fb; } IL_0099: { int32_t L_12 = __this->get_m_Category_1(); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)42))))) { goto IL_00ea; } } { __this->set_m_TextureBeautyEyes_9((Texture2D_t3840446185 *)NULL); Material_t340375123 * L_13 = __this->get_m_MatBeautyEyes_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00d0; } } { Material_t340375123 * L_15 = __this->get_m_MatBeautyEyes_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); __this->set_m_MatBeautyEyes_10((Material_t340375123 *)NULL); } IL_00d0: { __this->set_m_SubModelIndex_2((-1)); bool L_16 = ___bEnableResume0; if (!L_16) { goto IL_00e5; } } { CRoleModelItem_SetBeautyEyes_m3837794543(__this, 0, /*hidden argument*/NULL); } IL_00e5: { goto IL_01fb; } IL_00ea: { stItemState_t244584211 * L_17 = __this->get_m_currentState_20(); NullCheck(L_17); GameObject_t1113636619 * L_18 = L_17->get_m_modelInstance_0(); 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_0121; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_LastValidPrefabName_5(L_20); stItemState_t244584211 * L_21 = __this->get_m_currentState_20(); NullCheck(L_21); GameObject_t1113636619 * L_22 = L_21->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); CRoleModelItem_ClearModelIns_m416853538(__this, /*hidden argument*/NULL); } IL_0121: { stItemState_t244584211 * L_23 = __this->get_m_lastState_21(); NullCheck(L_23); GameObject_t1113636619 * L_24 = L_23->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_014d; } } { stItemState_t244584211 * L_26 = __this->get_m_lastState_21(); NullCheck(L_26); GameObject_t1113636619 * L_27 = L_26->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); CRoleModelItem_ClearModel2Die_m1426996242(__this, /*hidden argument*/NULL); } IL_014d: { ISceneRole_t2394225724 * L_28 = __this->get_m_Role_0(); if (!L_28) { goto IL_01fb; } } { ISceneRole_t2394225724 * L_29 = __this->get_m_Role_0(); NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_29); if (L_30) { goto IL_016e; } } { G_B18_0 = 1; goto IL_016f; } IL_016e: { G_B18_0 = 0; } IL_016f: { V_0 = (bool)G_B18_0; V_1 = (bool)0; bool L_31 = ___bEnableResume0; if (!L_31) { goto IL_01ef; } } { int32_t L_32 = __this->get_m_Category_1(); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)13))))) { goto IL_01ae; } } { bool L_33 = V_0; if (L_33) { goto IL_01ae; } } { __this->set_m_SubModelIndex_2((-1)); __this->set_m_SexVal_3((-1)); V_1 = (bool)1; ISceneRole_t2394225724 * L_34 = __this->get_m_Role_0(); NullCheck(L_34); ISceneRole_WearSubModel_m2695610556(L_34, ((int32_t)21300000), (bool)0, (bool)1, /*hidden argument*/NULL); } IL_01ae: { int32_t L_35 = __this->get_m_Category_1(); if ((!(((uint32_t)L_35) == ((uint32_t)8)))) { goto IL_01ef; } } { __this->set_m_SubModelIndex_2((-1)); __this->set_m_SexVal_3((-1)); V_1 = (bool)1; bool L_36 = V_0; if (!L_36) { goto IL_01da; } } { G_B26_0 = ((int32_t)10800000); goto IL_01df; } IL_01da: { G_B26_0 = ((int32_t)20800000); } IL_01df: { V_2 = G_B26_0; ISceneRole_t2394225724 * L_37 = __this->get_m_Role_0(); int32_t L_38 = V_2; NullCheck(L_37); ISceneRole_WearSubModel_m2695610556(L_37, L_38, (bool)0, (bool)1, /*hidden argument*/NULL); } IL_01ef: { bool L_39 = V_1; if (L_39) { goto IL_01fb; } } { CRoleModelItem_OnClear_m3275867286(__this, /*hidden argument*/NULL); } IL_01fb: { return; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::PlayAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_PlayAnim_m2130897867 (CRoleModelItem_t1608531946 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_PlayAnim_m2130897867_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t3648466861 * V_0 = NULL; AnimationClip_t2318505987 * V_1 = NULL; String_t* V_2 = NULL; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_002c; } } { bool L_2 = __this->get_m_OwnSelfSkeletons_11(); if (!L_2) { goto IL_002c; } } { stItemState_t244584211 * L_3 = __this->get_m_currentState_20(); NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } IL_002c: { return (bool)0; } IL_002e: { stItemState_t244584211 * L_6 = __this->get_m_currentState_20(); NullCheck(L_6); GameObject_t1113636619 * L_7 = L_6->get_m_modelInstance_0(); NullCheck(L_7); Animation_t3648466861 * L_8 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_7, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); V_0 = L_8; Animation_t3648466861 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005c; } } { stItemState_t244584211 * L_11 = __this->get_m_currentState_20(); NullCheck(L_11); GameObject_t1113636619 * L_12 = L_11->get_m_modelInstance_0(); NullCheck(L_12); Animation_t3648466861 * L_13 = GameObject_AddComponent_TisAnimation_t3648466861_m2689494502(L_12, /*hidden argument*/GameObject_AddComponent_TisAnimation_t3648466861_m2689494502_RuntimeMethod_var); V_0 = L_13; } IL_005c: { Animation_t3648466861 * L_14 = V_0; NullCheck(L_14); Animation_set_playAutomatically_m3664844654(L_14, (bool)0, /*hidden argument*/NULL); Animation_t3648466861 * L_15 = V_0; String_t* L_16 = ___name0; NullCheck(L_15); AnimationClip_t2318505987 * L_17 = Animation_GetClip_m732294439(L_15, L_16, /*hidden argument*/NULL); V_1 = L_17; AnimationClip_t2318505987 * L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00c1; } } { int32_t L_20 = __this->get_m_Category_1(); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); int32_t L_23 = __this->get_m_SubModelIndex_2(); int32_t L_24 = ((int32_t)((int32_t)L_23/(int32_t)((int32_t)10000))); RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); String_t* L_26 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral3369044241, L_22, L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_28 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_29 = V_2; NullCheck(L_28); AnimationClip_t2318505987 * L_30 = VirtFuncInvoker1< AnimationClip_t2318505987 *, String_t* >::Invoke(10 /* UnityEngine.AnimationClip DMCore.Framework.Resource.IResourceManager::GetAnimationClip(System.String) */, L_28, L_29); V_1 = L_30; AnimationClip_t2318505987 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_32 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00b9; } } { return (bool)0; } IL_00b9: { Animation_t3648466861 * L_33 = V_0; AnimationClip_t2318505987 * L_34 = V_1; String_t* L_35 = ___name0; NullCheck(L_33); Animation_AddClip_m2720317275(L_33, L_34, L_35, /*hidden argument*/NULL); } IL_00c1: { Animation_t3648466861 * L_36 = V_0; AnimationClip_t2318505987 * L_37 = V_1; NullCheck(L_36); Animation_set_clip_m2768026374(L_36, L_37, /*hidden argument*/NULL); Animation_t3648466861 * L_38 = V_0; String_t* L_39 = ___name0; NullCheck(L_38); Animation_Play_m27531216(L_38, L_39, /*hidden argument*/NULL); String_t* L_40 = ___name0; __this->set_m_curAnimName_19(L_40); return (bool)1; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnSubmitToScene() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnSubmitToScene_m246349242 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_OnSubmitToScene_m246349242_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; CRoleModelItem_t1608531946 * V_1 = NULL; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; bool V_4 = false; CRoleModelFace_t1285730091 * V_5 = NULL; Animation_t3648466861 * V_6 = NULL; CRoleModelItem_t1608531946 * G_B26_0 = NULL; CRoleModelItem_t1608531946 * G_B29_0 = NULL; CRoleModelItem_t1608531946 * G_B28_0 = NULL; int32_t G_B30_0 = 0; CRoleModelItem_t1608531946 * G_B30_1 = NULL; int32_t G_B38_0 = 0; stItemState_t244584211 * G_B60_0 = NULL; stItemState_t244584211 * G_B59_0 = NULL; LocalLinkedEffectU5BU5D_t1490066191* G_B61_0 = NULL; stItemState_t244584211 * G_B61_1 = NULL; stItemState_t244584211 * G_B63_0 = NULL; stItemState_t244584211 * G_B62_0 = NULL; BoneLinkBoneU5BU5D_t2682923361* G_B64_0 = NULL; stItemState_t244584211 * G_B64_1 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_m_Role_0(); if (!L_0) { goto IL_0031; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_Role_0(); NullCheck(L_1); Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ISceneRole_t2394225724 * L_4 = __this->get_m_Role_0(); NullCheck(L_4); bool L_5 = ISceneBaseObj_IsEnable_m3745268461(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0032; } } IL_0031: { return; } IL_0032: { int32_t L_6 = __this->get_m_Category_1(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)14))))) { goto IL_00db; } } { int32_t L_7 = __this->get_m_SubModelIndex_2(); if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_00a3; } } { Texture2D_t3840446185 * L_8 = __this->get_m_TextureSocks_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_009e; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_10 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = __this->get_m_PrefabName_4(); NullCheck(L_10); Texture2D_t3840446185 * L_12 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_10, L_11); __this->set_m_TextureSocks_8(L_12); Texture2D_t3840446185 * L_13 = __this->get_m_TextureSocks_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_009e; } } { ISceneRole_t2394225724 * L_15 = __this->get_m_Role_0(); NullCheck(L_15); CDataProperty_t2806246268 * L_16 = ISceneBaseObj_GetUserProperty_m776816018(L_15, /*hidden argument*/NULL); int32_t L_17 = __this->get_m_SubModelIndex_2(); NullCheck(L_16); CDataProperty_Add_m837145387(L_16, _stringLiteral2399547724, L_17, /*hidden argument*/NULL); } IL_009e: { goto IL_00c0; } IL_00a3: { __this->set_m_TextureSocks_8((Texture2D_t3840446185 *)NULL); ISceneRole_t2394225724 * L_18 = __this->get_m_Role_0(); NullCheck(L_18); CDataProperty_t2806246268 * L_19 = ISceneBaseObj_GetUserProperty_m776816018(L_18, /*hidden argument*/NULL); NullCheck(L_19); CDataProperty_Add_m837145387(L_19, _stringLiteral2399547724, 0, /*hidden argument*/NULL); } IL_00c0: { ISceneRole_t2394225724 * L_20 = __this->get_m_Role_0(); NullCheck(L_20); CAvatarSite_t1752665925 * L_21 = ISceneRole_GetAvatarSite_m1651999730(L_20, /*hidden argument*/NULL); Texture2D_t3840446185 * L_22 = __this->get_m_TextureSocks_8(); NullCheck(L_21); CAvatarSite_InvokSockes_m1306751064(L_21, L_22, /*hidden argument*/NULL); goto IL_04fe; } IL_00db: { int32_t L_23 = __this->get_m_Category_1(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)42))))) { goto IL_019a; } } { int32_t L_24 = __this->get_m_SubModelIndex_2(); if ((((int32_t)0) >= ((int32_t)L_24))) { goto IL_0195; } } { Texture2D_t3840446185 * L_25 = __this->get_m_TextureBeautyEyes_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_26 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0195; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_27 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_28 = __this->get_m_PrefabName_4(); NullCheck(L_27); Texture2D_t3840446185 * L_29 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_27, L_28); __this->set_m_TextureBeautyEyes_9(L_29); Texture2D_t3840446185 * L_30 = __this->get_m_TextureBeautyEyes_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0195; } } { Shader_t4151988712 * L_32 = Shader_Find_m2092206247(NULL /*static, unused*/, _stringLiteral194077008, /*hidden argument*/NULL); Material_t340375123 * L_33 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m1662457592(L_33, L_32, /*hidden argument*/NULL); __this->set_m_MatBeautyEyes_10(L_33); Material_t340375123 * L_34 = __this->get_m_MatBeautyEyes_10(); Texture2D_t3840446185 * L_35 = __this->get_m_TextureBeautyEyes_9(); NullCheck(L_34); Material_set_mainTexture_m544811714(L_34, L_35, /*hidden argument*/NULL); Material_t340375123 * L_36 = __this->get_m_MatBeautyEyes_10(); int32_t L_37 = __this->get_m_SexVal_3(); int32_t L_38 = L_37; RuntimeObject * L_39 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_38); int32_t L_40 = __this->get_m_Category_1(); int32_t L_41 = L_40; RuntimeObject * L_42 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_41); int32_t L_43 = __this->get_m_SubModelIndex_2(); int32_t L_44 = L_43; RuntimeObject * L_45 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_44); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1470473219, L_39, L_42, L_45, /*hidden argument*/NULL); NullCheck(L_36); Object_set_name_m291480324(L_36, L_46, /*hidden argument*/NULL); int32_t L_47 = __this->get_m_SubModelIndex_2(); CRoleModelItem_SetBeautyEyes_m3837794543(__this, L_47, /*hidden argument*/NULL); } IL_0195: { goto IL_04fe; } IL_019a: { stItemState_t244584211 * L_48 = __this->get_m_currentState_20(); NullCheck(L_48); GameObject_t1113636619 * L_49 = L_48->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_50 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_04fe; } } { String_t* L_51 = __this->get_m_PrefabName_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); if (L_52) { goto IL_04fe; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_53 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_54 = __this->get_m_PrefabName_4(); NullCheck(L_53); GameObject_t1113636619 * L_55 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_53, L_54); V_0 = L_55; GameObject_t1113636619 * L_56 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_57 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0261; } } { CRoleModelItem_ClearModel2Die_m1426996242(__this, /*hidden argument*/NULL); stItemState_t244584211 * L_58 = __this->get_m_currentState_20(); GameObject_t1113636619 * L_59 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_60 = Object_Instantiate_TisGameObject_t1113636619_m587845175(NULL /*static, unused*/, L_59, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var); NullCheck(L_58); L_58->set_m_modelInstance_0(L_60); stItemState_t244584211 * L_61 = __this->get_m_currentState_20(); stItemState_t244584211 * L_62 = __this->get_m_currentState_20(); NullCheck(L_62); GameObject_t1113636619 * L_63 = L_62->get_m_modelInstance_0(); NullCheck(L_63); Transform_t3600365921 * L_64 = GameObject_get_transform_m1369836730(L_63, /*hidden argument*/NULL); List_1_t3161103705 * L_65 = CBillBoardEffect_FindChildrenBillBoard_m2753742648(NULL /*static, unused*/, L_64, _stringLiteral932244612, /*hidden argument*/NULL); NullCheck(L_61); L_61->set_m_listBillBoard_5(L_65); stItemState_t244584211 * L_66 = __this->get_m_currentState_20(); stItemState_t244584211 * L_67 = __this->get_m_currentState_20(); NullCheck(L_67); GameObject_t1113636619 * L_68 = L_67->get_m_modelInstance_0(); NullCheck(L_68); Transform_t3600365921 * L_69 = GameObject_get_transform_m1369836730(L_68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSwingBone_t2419392790_il2cpp_TypeInfo_var); List_1_t3891467532 * L_70 = CSwingBone_FindSwingBones_m2480540155(NULL /*static, unused*/, L_69, /*hidden argument*/NULL); NullCheck(L_66); L_66->set_m_listSwingBones_6(L_70); CRoleModelItem_ImplComplexBone_m2175798051(__this, /*hidden argument*/NULL); CRoleModelItem_ImplAvatarBinding_m3959207637(__this, /*hidden argument*/NULL); stItemState_t244584211 * L_71 = __this->get_m_currentState_20(); NullCheck(L_71); GameObject_t1113636619 * L_72 = L_71->get_m_modelInstance_0(); GameObject_t1113636619 * L_73 = V_0; NullCheck(L_73); String_t* L_74 = Object_get_name_m4211327027(L_73, /*hidden argument*/NULL); NullCheck(L_72); Object_set_name_m291480324(L_72, L_74, /*hidden argument*/NULL); GameObject_t1113636619 * L_75 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_FitDynamicModel_m1490454006(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); } IL_0261: { int32_t L_76 = __this->get_m_Category_1(); if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)15))))) { goto IL_02b3; } } { ISceneRole_t2394225724 * L_77 = __this->get_m_Role_0(); if (!L_77) { goto IL_028b; } } { ISceneRole_t2394225724 * L_78 = __this->get_m_Role_0(); NullCheck(L_78); CRoleModelItem_t1608531946 * L_79 = ISceneRole_GetModelItem_m2229619929(L_78, ((int32_t)13), /*hidden argument*/NULL); G_B26_0 = L_79; goto IL_028c; } IL_028b: { G_B26_0 = ((CRoleModelItem_t1608531946 *)(NULL)); } IL_028c: { V_1 = G_B26_0; CRoleModelItem_t1608531946 * L_80 = V_1; if (!L_80) { goto IL_02b3; } } { int32_t L_81 = __this->get_m_SubModelIndex_2(); V_2 = ((int32_t)((int32_t)L_81/(int32_t)((int32_t)10000))); CRoleModelItem_t1608531946 * L_82 = V_1; int32_t L_83 = V_2; G_B28_0 = L_82; if (L_83) { G_B29_0 = L_82; goto IL_02ad; } } { G_B30_0 = 1; G_B30_1 = G_B28_0; goto IL_02ae; } IL_02ad: { G_B30_0 = 0; G_B30_1 = G_B29_0; } IL_02ae: { NullCheck(G_B30_1); CRoleModelItem_SetFullShow_m4271195818(G_B30_1, (bool)G_B30_0, /*hidden argument*/NULL); } IL_02b3: { int32_t L_84 = __this->get_m_Category_1(); if ((!(((uint32_t)L_84) == ((uint32_t)2)))) { goto IL_035d; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_85 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); int32_t L_86 = CWndController_get_ActivePage_m2720187282(L_85, /*hidden argument*/NULL); if ((((int32_t)L_86) == ((int32_t)((int32_t)116)))) { goto IL_035d; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_87 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_87); int32_t L_88 = CWndController_get_ActivePage_m2720187282(L_87, /*hidden argument*/NULL); if ((((int32_t)L_88) == ((int32_t)((int32_t)117)))) { goto IL_035d; } } { ISceneRole_t2394225724 * L_89 = __this->get_m_Role_0(); NullCheck(L_89); Transform_t3600365921 * L_90 = ISceneBaseObj_GetTransform_m3818769012(L_89, /*hidden argument*/NULL); NullCheck(L_90); Transform_t3600365921 * L_91 = Transform_Find_m1729760951(L_90, _stringLiteral3451238288, /*hidden argument*/NULL); V_3 = L_91; Transform_t3600365921 * L_92 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_93 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_92, /*hidden argument*/NULL); if (!L_93) { goto IL_035d; } } { int32_t L_94 = __this->get_m_SubModelIndex_2(); if ((!(((uint32_t)((int32_t)((int32_t)L_94/(int32_t)((int32_t)10000)))) == ((uint32_t)1)))) { goto IL_031b; } } { G_B38_0 = 0; goto IL_031c; } IL_031b: { G_B38_0 = 1; } IL_031c: { V_4 = (bool)G_B38_0; bool L_95 = V_4; if (L_95) { goto IL_033e; } } { stItemState_t244584211 * L_96 = __this->get_m_currentState_20(); NullCheck(L_96); GameObject_t1113636619 * L_97 = L_96->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_98 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_033e; } } { V_4 = (bool)1; } IL_033e: { bool L_99 = V_4; Transform_t3600365921 * L_100 = V_3; NullCheck(L_100); GameObject_t1113636619 * L_101 = Component_get_gameObject_m442555142(L_100, /*hidden argument*/NULL); NullCheck(L_101); bool L_102 = GameObject_get_activeSelf_m1767405923(L_101, /*hidden argument*/NULL); if ((((int32_t)L_99) == ((int32_t)L_102))) { goto IL_035d; } } { Transform_t3600365921 * L_103 = V_3; NullCheck(L_103); GameObject_t1113636619 * L_104 = Component_get_gameObject_m442555142(L_103, /*hidden argument*/NULL); bool L_105 = V_4; NullCheck(L_104); GameObject_SetActive_m796801857(L_104, L_105, /*hidden argument*/NULL); } IL_035d: { stItemState_t244584211 * L_106 = __this->get_m_currentState_20(); NullCheck(L_106); GameObject_t1113636619 * L_107 = L_106->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_108 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_0484; } } { String_t* L_109 = __this->get_m_PrefabName_4(); __this->set_m_LastValidPrefabName_5(L_109); CRoleModelItem_RebindBones_m124334523(__this, /*hidden argument*/NULL); int32_t L_110 = __this->get_m_Category_1(); if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)12))))) { goto IL_03a3; } } { ISceneRole_t2394225724 * L_111 = __this->get_m_Role_0(); NullCheck(L_111); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_111); goto IL_0473; } IL_03a3: { int32_t L_112 = __this->get_m_Category_1(); if ((!(((uint32_t)L_112) == ((uint32_t)((int32_t)30))))) { goto IL_03d3; } } { ISceneRole_t2394225724 * L_113 = __this->get_m_Role_0(); NullCheck(L_113); ISceneBaseObj_StopAnim_m821603361(L_113, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_114 = __this->get_m_Role_0(); NullCheck(L_114); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_114); CRoleModelItem_PlayRalaxAnim_m3814698505(__this, (bool)0, /*hidden argument*/NULL); goto IL_0473; } IL_03d3: { int32_t L_115 = __this->get_m_Category_1(); if ((!(((uint32_t)L_115) == ((uint32_t)((int32_t)41))))) { goto IL_0410; } } { ISceneRole_t2394225724 * L_116 = __this->get_m_Role_0(); NullCheck(L_116); CRoleModelFace_t1285730091 * L_117 = ISceneRole_GetFace_m2190420028(L_116, /*hidden argument*/NULL); V_5 = L_117; CRoleModelFace_t1285730091 * L_118 = V_5; if (!L_118) { goto IL_040b; } } { CRoleModelFace_t1285730091 * L_119 = V_5; stItemState_t244584211 * L_120 = __this->get_m_currentState_20(); NullCheck(L_120); GameObject_t1113636619 * L_121 = L_120->get_m_modelInstance_0(); NullCheck(L_121); Transform_t3600365921 * L_122 = GameObject_get_transform_m1369836730(L_121, /*hidden argument*/NULL); NullCheck(L_119); CRoleModelFace_OnInitHeadMerph_m582212766(L_119, L_122, /*hidden argument*/NULL); } IL_040b: { goto IL_0473; } IL_0410: { int32_t L_123 = __this->get_m_Category_1(); if ((((int32_t)L_123) == ((int32_t)((int32_t)19)))) { goto IL_042a; } } { int32_t L_124 = __this->get_m_Category_1(); if ((!(((uint32_t)L_124) == ((uint32_t)((int32_t)20))))) { goto IL_0473; } } IL_042a: { __this->set_m_timeIdleSwitchPlay_15((-1.0f)); __this->set_m_bStateIdle_16((bool)1); stItemState_t244584211 * L_125 = __this->get_m_currentState_20(); NullCheck(L_125); GameObject_t1113636619 * L_126 = L_125->get_m_modelInstance_0(); NullCheck(L_126); Animation_t3648466861 * L_127 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_126, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); V_6 = L_127; Animation_t3648466861 * L_128 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_129 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_0473; } } { Animation_t3648466861 * L_130 = V_6; NullCheck(L_130); int32_t L_131 = Animation_GetClipCount_m398829705(L_130, /*hidden argument*/NULL); if ((((int32_t)1) >= ((int32_t)L_131))) { goto IL_0473; } } { __this->set_m_timeIdleSwitchPlay_15((0.0f)); } IL_0473: { stItemState_t244584211 * L_132 = __this->get_m_currentState_20(); NullCheck(L_132); GameObject_t1113636619 * L_133 = L_132->get_m_modelInstance_0(); CRoleModelItem_OnFitSkin_m3599860152(__this, L_133, /*hidden argument*/NULL); } IL_0484: { bool L_134 = __this->get_m_bAsUnderwearFullShow_7(); CRoleModelItem_SetFullShow_m4271195818(__this, L_134, /*hidden argument*/NULL); stItemState_t244584211 * L_135 = __this->get_m_currentState_20(); stItemState_t244584211 * L_136 = __this->get_m_currentState_20(); NullCheck(L_136); GameObject_t1113636619 * L_137 = L_136->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_138 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_137, /*hidden argument*/NULL); G_B59_0 = L_135; if (!L_138) { G_B60_0 = L_135; goto IL_04c1; } } { stItemState_t244584211 * L_139 = __this->get_m_currentState_20(); NullCheck(L_139); GameObject_t1113636619 * L_140 = L_139->get_m_modelInstance_0(); NullCheck(L_140); LocalLinkedEffectU5BU5D_t1490066191* L_141 = GameObject_GetComponentsInChildren_TisLocalLinkedEffect_t997770122_m2611768483(L_140, /*hidden argument*/GameObject_GetComponentsInChildren_TisLocalLinkedEffect_t997770122_m2611768483_RuntimeMethod_var); G_B61_0 = L_141; G_B61_1 = G_B59_0; goto IL_04c2; } IL_04c1: { G_B61_0 = ((LocalLinkedEffectU5BU5D_t1490066191*)(NULL)); G_B61_1 = G_B60_0; } IL_04c2: { NullCheck(G_B61_1); G_B61_1->set_m_localLinkedEffect_1(G_B61_0); stItemState_t244584211 * L_142 = __this->get_m_currentState_20(); stItemState_t244584211 * L_143 = __this->get_m_currentState_20(); NullCheck(L_143); GameObject_t1113636619 * L_144 = L_143->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_145 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_144, /*hidden argument*/NULL); G_B62_0 = L_142; if (!L_145) { G_B63_0 = L_142; goto IL_04f8; } } { stItemState_t244584211 * L_146 = __this->get_m_currentState_20(); NullCheck(L_146); GameObject_t1113636619 * L_147 = L_146->get_m_modelInstance_0(); NullCheck(L_147); BoneLinkBoneU5BU5D_t2682923361* L_148 = GameObject_GetComponentsInChildren_TisBoneLinkBone_t3083848224_m2564602778(L_147, /*hidden argument*/GameObject_GetComponentsInChildren_TisBoneLinkBone_t3083848224_m2564602778_RuntimeMethod_var); G_B64_0 = L_148; G_B64_1 = G_B62_0; goto IL_04f9; } IL_04f8: { G_B64_0 = ((BoneLinkBoneU5BU5D_t2682923361*)(NULL)); G_B64_1 = G_B63_0; } IL_04f9: { NullCheck(G_B64_1); G_B64_1->set_m_localBoneLinkBone_2(G_B64_0); } IL_04fe: { __this->set_m_bNeedSubmit_17((bool)0); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnAfterAnim() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnAfterAnim_m3354564232 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_OnAfterAnim_m3354564232_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneRole_t2394225724 * L_0 = __this->get_m_Role_0(); if (!L_0) { goto IL_0025; } } { int32_t L_1 = __this->get_m_Category_1(); if ((((int32_t)L_1) == ((int32_t)((int32_t)14)))) { goto IL_0025; } } { int32_t L_2 = __this->get_m_Category_1(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)42))))) { goto IL_0026; } } IL_0025: { return; } IL_0026: { stItemState_t244584211 * L_3 = __this->get_m_currentState_20(); NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004d; } } { stItemState_t244584211 * L_6 = __this->get_m_currentState_20(); CRoleModelItem_OnAfterModelAnimFunc_m2252467613(__this, L_6, /*hidden argument*/NULL); goto IL_006f; } IL_004d: { stItemState_t244584211 * L_7 = __this->get_m_lastState_21(); NullCheck(L_7); GameObject_t1113636619 * L_8 = L_7->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_006f; } } { stItemState_t244584211 * L_10 = __this->get_m_lastState_21(); CRoleModelItem_OnAfterModelAnimFunc_m2252467613(__this, L_10, /*hidden argument*/NULL); } IL_006f: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnAfterModelAnimFunc(DMCore.Framework.Scene.CRoleModelItem/stItemState) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnAfterModelAnimFunc_m2252467613 (CRoleModelItem_t1608531946 * __this, stItemState_t244584211 * ___activeItemState0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_OnAfterModelAnimFunc_m2252467613_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Quaternion_t2301928331 V_1; memset(&V_1, 0, sizeof(V_1)); Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Quaternion_t2301928331 V_7; memset(&V_7, 0, sizeof(V_7)); Transform_t3600365921 * V_8 = NULL; Transform_t3600365921 * V_9 = NULL; Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); Quaternion_t2301928331 V_11; memset(&V_11, 0, sizeof(V_11)); Transform_t3600365921 * V_12 = NULL; Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); Vector3_t3722313464 V_14; memset(&V_14, 0, sizeof(V_14)); Animation_t3648466861 * V_15 = NULL; Animation_t3648466861 * V_16 = NULL; LinkedEffectU5BU5D_t3688719192* V_17 = NULL; Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); Quaternion_t2301928331 V_19; memset(&V_19, 0, sizeof(V_19)); int32_t V_20 = 0; Transform_t3600365921 * V_21 = NULL; int32_t V_22 = 0; Vector3_t3722313464 V_23; memset(&V_23, 0, sizeof(V_23)); Quaternion_t2301928331 V_24; memset(&V_24, 0, sizeof(V_24)); int32_t V_25 = 0; Transform_t3600365921 * V_26 = NULL; int32_t V_27 = 0; Vector3_t3722313464 V_28; memset(&V_28, 0, sizeof(V_28)); Quaternion_t2301928331 V_29; memset(&V_29, 0, sizeof(V_29)); int32_t V_30 = 0; Transform_t3600365921 * V_31 = NULL; int32_t V_32 = 0; int32_t V_33 = 0; Transform_t3600365921 * G_B16_0 = NULL; { stItemState_t244584211 * L_0 = ___activeItemState0; NullCheck(L_0); CSkeletonSite_t1178137573 * L_1 = L_0->get_m_complexSkeleton_8(); if (!L_1) { goto IL_0100; } } { stItemState_t244584211 * L_2 = ___activeItemState0; NullCheck(L_2); CSkeletonSite_t1178137573 * L_3 = L_2->get_m_complexSkeleton_8(); NullCheck(L_3); Transform_t3600365921 * L_4 = CSkeletonSite_get_RootBone_m4151063574(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0100; } } { ISceneRole_t2394225724 * L_6 = __this->get_m_Role_0(); NullCheck(L_6); bool L_7 = ISceneBaseObj_IsValid_m1197404667(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0100; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_8 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_8; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_9 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_9; ISceneRole_t2394225724 * L_10 = __this->get_m_Role_0(); stItemState_t244584211 * L_11 = ___activeItemState0; NullCheck(L_11); CSkeletonSite_t1178137573 * L_12 = L_11->get_m_complexSkeleton_8(); NullCheck(L_12); Transform_t3600365921 * L_13 = CSkeletonSite_get_RootBone_m4151063574(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = Object_get_name_m4211327027(L_13, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_15 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_10, L_14, (&V_0), (&V_1), /*hidden argument*/NULL); V_2 = L_15; Transform_t3600365921 * L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0095; } } { stItemState_t244584211 * L_18 = ___activeItemState0; NullCheck(L_18); CSkeletonSite_t1178137573 * L_19 = L_18->get_m_complexSkeleton_8(); NullCheck(L_19); Transform_t3600365921 * L_20 = CSkeletonSite_get_RootBone_m4151063574(L_19, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = V_2; NullCheck(L_21); Vector3_t3722313464 L_22 = Transform_get_localPosition_m4234289348(L_21, /*hidden argument*/NULL); NullCheck(L_20); Transform_set_localPosition_m4128471975(L_20, L_22, /*hidden argument*/NULL); stItemState_t244584211 * L_23 = ___activeItemState0; NullCheck(L_23); CSkeletonSite_t1178137573 * L_24 = L_23->get_m_complexSkeleton_8(); NullCheck(L_24); Transform_t3600365921 * L_25 = CSkeletonSite_get_RootBone_m4151063574(L_24, /*hidden argument*/NULL); Transform_t3600365921 * L_26 = V_2; NullCheck(L_26); Quaternion_t2301928331 L_27 = Transform_get_localRotation_m3487911431(L_26, /*hidden argument*/NULL); NullCheck(L_25); Transform_set_localRotation_m19445462(L_25, L_27, /*hidden argument*/NULL); } IL_0095: { V_3 = 0; stItemState_t244584211 * L_28 = ___activeItemState0; NullCheck(L_28); CSkeletonSite_t1178137573 * L_29 = L_28->get_m_complexSkeleton_8(); NullCheck(L_29); int32_t L_30 = CSkeletonSite_GetBoneCount_m401679511(L_29, /*hidden argument*/NULL); V_4 = L_30; goto IL_00f8; } IL_00a9: { stItemState_t244584211 * L_31 = ___activeItemState0; NullCheck(L_31); CSkeletonSite_t1178137573 * L_32 = L_31->get_m_complexSkeleton_8(); int32_t L_33 = V_3; NullCheck(L_32); Transform_t3600365921 * L_34 = CSkeletonSite_GetBoneTrans_m3346242502(L_32, L_33, /*hidden argument*/NULL); V_5 = L_34; ISceneRole_t2394225724 * L_35 = __this->get_m_Role_0(); Transform_t3600365921 * L_36 = V_5; NullCheck(L_36); String_t* L_37 = Object_get_name_m4211327027(L_36, /*hidden argument*/NULL); NullCheck(L_35); Transform_t3600365921 * L_38 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_35, L_37, (&V_0), (&V_1), /*hidden argument*/NULL); V_2 = L_38; Transform_t3600365921 * L_39 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_40 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00f4; } } { Transform_t3600365921 * L_41 = V_5; Transform_t3600365921 * L_42 = V_2; NullCheck(L_42); Vector3_t3722313464 L_43 = Transform_get_localPosition_m4234289348(L_42, /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localPosition_m4128471975(L_41, L_43, /*hidden argument*/NULL); Transform_t3600365921 * L_44 = V_5; Transform_t3600365921 * L_45 = V_2; NullCheck(L_45); Quaternion_t2301928331 L_46 = Transform_get_localRotation_m3487911431(L_45, /*hidden argument*/NULL); NullCheck(L_44); Transform_set_localRotation_m19445462(L_44, L_46, /*hidden argument*/NULL); } IL_00f4: { int32_t L_47 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00f8: { int32_t L_48 = V_3; int32_t L_49 = V_4; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00a9; } } IL_0100: { bool L_50 = __this->get_m_OwnSelfSkeletons_11(); if (!L_50) { goto IL_01ca; } } { String_t* L_51 = __this->get_m_LinkBoneName_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); if (L_52) { goto IL_01ca; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_53 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = L_53; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_54 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = L_54; ISceneRole_t2394225724 * L_55 = __this->get_m_Role_0(); String_t* L_56 = __this->get_m_LinkBoneName_13(); NullCheck(L_55); Transform_t3600365921 * L_57 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_55, L_56, (&V_6), (&V_7), /*hidden argument*/NULL); V_8 = L_57; Transform_t3600365921 * L_58 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_59 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_01ca; } } { String_t* L_60 = __this->get_m_LocalRoot_14(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_61 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); if (L_61) { goto IL_0178; } } { stItemState_t244584211 * L_62 = ___activeItemState0; NullCheck(L_62); GameObject_t1113636619 * L_63 = L_62->get_m_modelInstance_0(); NullCheck(L_63); Transform_t3600365921 * L_64 = GameObject_get_transform_m1369836730(L_63, /*hidden argument*/NULL); String_t* L_65 = __this->get_m_LocalRoot_14(); NullCheck(L_64); Transform_t3600365921 * L_66 = Transform_Find_m1729760951(L_64, L_65, /*hidden argument*/NULL); G_B16_0 = L_66; goto IL_0179; } IL_0178: { G_B16_0 = ((Transform_t3600365921 *)(NULL)); } IL_0179: { V_9 = G_B16_0; Transform_t3600365921 * L_67 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_68 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01a1; } } { stItemState_t244584211 * L_69 = ___activeItemState0; NullCheck(L_69); GameObject_t1113636619 * L_70 = L_69->get_m_modelInstance_0(); NullCheck(L_70); Transform_t3600365921 * L_71 = GameObject_get_transform_m1369836730(L_70, /*hidden argument*/NULL); V_9 = L_71; Transform_t3600365921 * L_72 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_73 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_72); Transform_set_localScale_m3053443106(L_72, L_73, /*hidden argument*/NULL); } IL_01a1: { Transform_t3600365921 * L_74 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_75 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01ca; } } { Transform_t3600365921 * L_76 = V_9; Transform_t3600365921 * L_77 = V_8; NullCheck(L_77); Quaternion_t2301928331 L_78 = Transform_get_rotation_m3502953881(L_77, /*hidden argument*/NULL); NullCheck(L_76); Transform_set_rotation_m3524318132(L_76, L_78, /*hidden argument*/NULL); Transform_t3600365921 * L_79 = V_9; Transform_t3600365921 * L_80 = V_8; NullCheck(L_80); Vector3_t3722313464 L_81 = Transform_get_position_m36019626(L_80, /*hidden argument*/NULL); NullCheck(L_79); Transform_set_position_m3387557959(L_79, L_81, /*hidden argument*/NULL); } IL_01ca: { int32_t L_82 = __this->get_m_Category_1(); if ((((int32_t)L_82) == ((int32_t)((int32_t)19)))) { goto IL_01e4; } } { int32_t L_83 = __this->get_m_Category_1(); if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)20))))) { goto IL_0395; } } IL_01e4: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_84 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_10 = L_84; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_85 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_11 = L_85; ISceneRole_t2394225724 * L_86 = __this->get_m_Role_0(); NullCheck(L_86); Transform_t3600365921 * L_87 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_86, _stringLiteral2604637519, (&V_10), (&V_11), /*hidden argument*/NULL); V_12 = L_87; Transform_t3600365921 * L_88 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_89 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_027a; } } { Transform_t3600365921 * L_90 = V_12; NullCheck(L_90); Vector3_t3722313464 L_91 = Transform_get_position_m36019626(L_90, /*hidden argument*/NULL); V_13 = L_91; Vector3_t3722313464 * L_92 = (&V_13); float L_93 = L_92->get_x_1(); float L_94 = (&V_10)->get_x_1(); L_92->set_x_1(((float)il2cpp_codegen_subtract((float)L_93, (float)L_94))); Vector3_t3722313464 * L_95 = (&V_13); float L_96 = L_95->get_z_3(); float L_97 = (&V_10)->get_z_3(); L_95->set_z_3(((float)il2cpp_codegen_subtract((float)L_96, (float)L_97))); ISceneRole_t2394225724 * L_98 = __this->get_m_Role_0(); NullCheck(L_98); Transform_t3600365921 * L_99 = ISceneBaseObj_GetTransform_m3818769012(L_98, /*hidden argument*/NULL); NullCheck(L_99); Vector3_t3722313464 L_100 = Transform_get_position_m36019626(L_99, /*hidden argument*/NULL); V_14 = L_100; float L_101 = (&V_14)->get_y_2(); (&V_13)->set_y_2(L_101); stItemState_t244584211 * L_102 = ___activeItemState0; NullCheck(L_102); GameObject_t1113636619 * L_103 = L_102->get_m_modelInstance_0(); NullCheck(L_103); Transform_t3600365921 * L_104 = GameObject_get_transform_m1369836730(L_103, /*hidden argument*/NULL); Vector3_t3722313464 L_105 = V_13; NullCheck(L_104); Transform_set_position_m3387557959(L_104, L_105, /*hidden argument*/NULL); } IL_027a: { float L_106 = __this->get_m_timeIdleSwitchPlay_15(); if ((!(((float)(-0.5f)) < ((float)L_106)))) { goto IL_0395; } } { ISceneRole_t2394225724 * L_107 = __this->get_m_Role_0(); NullCheck(L_107); bool L_108 = ISceneBaseObj_IsVisible_m3522701289(L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_0395; } } { float L_109 = __this->get_m_timeIdleSwitchPlay_15(); float L_110 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeIdleSwitchPlay_15(((float)il2cpp_codegen_add((float)L_109, (float)L_110))); bool L_111 = __this->get_m_bStateIdle_16(); if (!L_111) { goto IL_0338; } } { float L_112 = __this->get_m_timeIdleSwitchPlay_15(); if ((!(((float)(12.0f)) < ((float)L_112)))) { goto IL_0333; } } { stItemState_t244584211 * L_113 = ___activeItemState0; NullCheck(L_113); GameObject_t1113636619 * L_114 = L_113->get_m_modelInstance_0(); NullCheck(L_114); Animation_t3648466861 * L_115 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_114, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); V_15 = L_115; Animation_t3648466861 * L_116 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_117 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_0328; } } { Animation_t3648466861 * L_118 = V_15; NullCheck(L_118); AnimationClip_t2318505987 * L_119 = Animation_GetClip_m732294439(L_118, _stringLiteral3446402805, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_120 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_0328; } } { __this->set_m_bStateIdle_16((bool)0); __this->set_m_timeIdleSwitchPlay_15((0.0f)); Animation_t3648466861 * L_121 = V_15; NullCheck(L_121); Animation_set_wrapMode_m2823425410(L_121, 1, /*hidden argument*/NULL); Animation_t3648466861 * L_122 = V_15; NullCheck(L_122); Animation_CrossFade_m3511917098(L_122, _stringLiteral3446402805, (1.0f), /*hidden argument*/NULL); goto IL_0333; } IL_0328: { __this->set_m_timeIdleSwitchPlay_15((-1.0f)); } IL_0333: { goto IL_0395; } IL_0338: { stItemState_t244584211 * L_123 = ___activeItemState0; NullCheck(L_123); GameObject_t1113636619 * L_124 = L_123->get_m_modelInstance_0(); NullCheck(L_124); Animation_t3648466861 * L_125 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_124, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); V_16 = L_125; Animation_t3648466861 * L_126 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_127 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_126, /*hidden argument*/NULL); if (!L_127) { goto IL_0395; } } { Animation_t3648466861 * L_128 = V_16; NullCheck(L_128); AnimationClip_t2318505987 * L_129 = Animation_GetClip_m732294439(L_128, _stringLiteral3446402805, /*hidden argument*/NULL); NullCheck(L_129); float L_130 = AnimationClip_get_length_m3296085482(L_129, /*hidden argument*/NULL); float L_131 = __this->get_m_timeIdleSwitchPlay_15(); if ((!(((float)L_130) < ((float)L_131)))) { goto IL_0395; } } { __this->set_m_bStateIdle_16((bool)1); __this->set_m_timeIdleSwitchPlay_15((0.0f)); Animation_t3648466861 * L_132 = V_16; NullCheck(L_132); Animation_set_wrapMode_m2823425410(L_132, 2, /*hidden argument*/NULL); Animation_t3648466861 * L_133 = V_16; NullCheck(L_133); Animation_Play_m27531216(L_133, _stringLiteral1628612581, /*hidden argument*/NULL); } IL_0395: { stItemState_t244584211 * L_134 = ___activeItemState0; NullCheck(L_134); GameObject_t1113636619 * L_135 = L_134->get_m_modelInstance_0(); NullCheck(L_135); LinkedEffectU5BU5D_t3688719192* L_136 = GameObject_GetComponents_TisLinkedEffect_t3338585141_m150106250(L_135, /*hidden argument*/GameObject_GetComponents_TisLinkedEffect_t3338585141_m150106250_RuntimeMethod_var); V_17 = L_136; LinkedEffectU5BU5D_t3688719192* L_137 = V_17; if (!L_137) { goto IL_0461; } } { LinkedEffectU5BU5D_t3688719192* L_138 = V_17; NullCheck(L_138); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_138)->max_length))))))) { goto IL_0461; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_139 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_18 = L_139; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_140 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_19 = L_140; V_20 = 0; goto IL_0456; } IL_03c9: { V_21 = (Transform_t3600365921 *)NULL; bool L_141 = __this->get_m_OwnSelfSkeletons_11(); if (!L_141) { goto IL_041c; } } { stItemState_t244584211 * L_142 = ___activeItemState0; NullCheck(L_142); Dictionary_2_t2736202052 * L_143 = L_142->get_m_childrenTransformDiction_4(); if (!L_143) { goto IL_041c; } } { stItemState_t244584211 * L_144 = ___activeItemState0; NullCheck(L_144); Dictionary_2_t2736202052 * L_145 = L_144->get_m_childrenTransformDiction_4(); NullCheck(L_145); int32_t L_146 = Dictionary_2_get_Count_m1837312527(L_145, /*hidden argument*/Dictionary_2_get_Count_m1837312527_RuntimeMethod_var); if (!L_146) { goto IL_041c; } } { V_22 = 0; stItemState_t244584211 * L_147 = ___activeItemState0; NullCheck(L_147); Dictionary_2_t2736202052 * L_148 = L_147->get_m_childrenTransformDiction_4(); LinkedEffectU5BU5D_t3688719192* L_149 = V_17; int32_t L_150 = V_20; NullCheck(L_149); int32_t L_151 = L_150; LinkedEffect_t3338585141 * L_152 = (L_149)->GetAt(static_cast(L_151)); NullCheck(L_152); String_t* L_153 = L_152->get_BoneName_4(); NullCheck(L_148); bool L_154 = Dictionary_2_TryGetValue_m1013208020(L_148, L_153, (&V_22), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_154) { goto IL_041c; } } { stItemState_t244584211 * L_155 = ___activeItemState0; NullCheck(L_155); TransformU5BU5D_t807237628* L_156 = L_155->get_m_childrenTransform_3(); int32_t L_157 = V_22; NullCheck(L_156); int32_t L_158 = L_157; Transform_t3600365921 * L_159 = (L_156)->GetAt(static_cast(L_158)); V_21 = L_159; } IL_041c: { Transform_t3600365921 * L_160 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_161 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_160, /*hidden argument*/NULL); if (!L_161) { goto IL_0444; } } { ISceneRole_t2394225724 * L_162 = __this->get_m_Role_0(); LinkedEffectU5BU5D_t3688719192* L_163 = V_17; int32_t L_164 = V_20; NullCheck(L_163); int32_t L_165 = L_164; LinkedEffect_t3338585141 * L_166 = (L_163)->GetAt(static_cast(L_165)); NullCheck(L_166); String_t* L_167 = L_166->get_BoneName_4(); NullCheck(L_162); Transform_t3600365921 * L_168 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_162, L_167, (&V_18), (&V_19), /*hidden argument*/NULL); V_21 = L_168; } IL_0444: { LinkedEffectU5BU5D_t3688719192* L_169 = V_17; int32_t L_170 = V_20; NullCheck(L_169); int32_t L_171 = L_170; LinkedEffect_t3338585141 * L_172 = (L_169)->GetAt(static_cast(L_171)); Transform_t3600365921 * L_173 = V_21; NullCheck(L_172); LinkedEffect_OnAfterAnim_m4034090402(L_172, L_173, /*hidden argument*/NULL); int32_t L_174 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)1)); } IL_0456: { int32_t L_175 = V_20; LinkedEffectU5BU5D_t3688719192* L_176 = V_17; NullCheck(L_176); if ((((int32_t)L_175) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_176)->max_length))))))) { goto IL_03c9; } } IL_0461: { stItemState_t244584211 * L_177 = ___activeItemState0; NullCheck(L_177); LocalLinkedEffectU5BU5D_t1490066191* L_178 = L_177->get_m_localLinkedEffect_1(); if (!L_178) { goto IL_0537; } } { stItemState_t244584211 * L_179 = ___activeItemState0; NullCheck(L_179); LocalLinkedEffectU5BU5D_t1490066191* L_180 = L_179->get_m_localLinkedEffect_1(); NullCheck(L_180); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_180)->max_length))))) { goto IL_0537; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_181 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_23 = L_181; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_182 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_24 = L_182; V_25 = 0; goto IL_0528; } IL_048f: { V_26 = (Transform_t3600365921 *)NULL; bool L_183 = __this->get_m_OwnSelfSkeletons_11(); if (!L_183) { goto IL_04e6; } } { stItemState_t244584211 * L_184 = ___activeItemState0; NullCheck(L_184); Dictionary_2_t2736202052 * L_185 = L_184->get_m_childrenTransformDiction_4(); if (!L_185) { goto IL_04e6; } } { stItemState_t244584211 * L_186 = ___activeItemState0; NullCheck(L_186); Dictionary_2_t2736202052 * L_187 = L_186->get_m_childrenTransformDiction_4(); NullCheck(L_187); int32_t L_188 = Dictionary_2_get_Count_m1837312527(L_187, /*hidden argument*/Dictionary_2_get_Count_m1837312527_RuntimeMethod_var); if (!L_188) { goto IL_04e6; } } { V_27 = 0; stItemState_t244584211 * L_189 = ___activeItemState0; NullCheck(L_189); Dictionary_2_t2736202052 * L_190 = L_189->get_m_childrenTransformDiction_4(); stItemState_t244584211 * L_191 = ___activeItemState0; NullCheck(L_191); LocalLinkedEffectU5BU5D_t1490066191* L_192 = L_191->get_m_localLinkedEffect_1(); int32_t L_193 = V_25; NullCheck(L_192); int32_t L_194 = L_193; LocalLinkedEffect_t997770122 * L_195 = (L_192)->GetAt(static_cast(L_194)); NullCheck(L_195); String_t* L_196 = L_195->get_BoneName_2(); NullCheck(L_190); bool L_197 = Dictionary_2_TryGetValue_m1013208020(L_190, L_196, (&V_27), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_197) { goto IL_04e6; } } { stItemState_t244584211 * L_198 = ___activeItemState0; NullCheck(L_198); TransformU5BU5D_t807237628* L_199 = L_198->get_m_childrenTransform_3(); int32_t L_200 = V_27; NullCheck(L_199); int32_t L_201 = L_200; Transform_t3600365921 * L_202 = (L_199)->GetAt(static_cast(L_201)); V_26 = L_202; } IL_04e6: { Transform_t3600365921 * L_203 = V_26; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_204 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_203, /*hidden argument*/NULL); if (!L_204) { goto IL_0512; } } { ISceneRole_t2394225724 * L_205 = __this->get_m_Role_0(); stItemState_t244584211 * L_206 = ___activeItemState0; NullCheck(L_206); LocalLinkedEffectU5BU5D_t1490066191* L_207 = L_206->get_m_localLinkedEffect_1(); int32_t L_208 = V_25; NullCheck(L_207); int32_t L_209 = L_208; LocalLinkedEffect_t997770122 * L_210 = (L_207)->GetAt(static_cast(L_209)); NullCheck(L_210); String_t* L_211 = L_210->get_BoneName_2(); NullCheck(L_205); Transform_t3600365921 * L_212 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_205, L_211, (&V_23), (&V_24), /*hidden argument*/NULL); V_26 = L_212; } IL_0512: { stItemState_t244584211 * L_213 = ___activeItemState0; NullCheck(L_213); LocalLinkedEffectU5BU5D_t1490066191* L_214 = L_213->get_m_localLinkedEffect_1(); int32_t L_215 = V_25; NullCheck(L_214); int32_t L_216 = L_215; LocalLinkedEffect_t997770122 * L_217 = (L_214)->GetAt(static_cast(L_216)); Transform_t3600365921 * L_218 = V_26; NullCheck(L_217); LocalLinkedEffect_OnAfterAnim_m2209397981(L_217, L_218, /*hidden argument*/NULL); int32_t L_219 = V_25; V_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_219, (int32_t)1)); } IL_0528: { int32_t L_220 = V_25; stItemState_t244584211 * L_221 = ___activeItemState0; NullCheck(L_221); LocalLinkedEffectU5BU5D_t1490066191* L_222 = L_221->get_m_localLinkedEffect_1(); NullCheck(L_222); if ((((int32_t)L_220) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_222)->max_length))))))) { goto IL_048f; } } IL_0537: { stItemState_t244584211 * L_223 = ___activeItemState0; NullCheck(L_223); BoneLinkBoneU5BU5D_t2682923361* L_224 = L_223->get_m_localBoneLinkBone_2(); if (!L_224) { goto IL_05b4; } } { stItemState_t244584211 * L_225 = ___activeItemState0; NullCheck(L_225); BoneLinkBoneU5BU5D_t2682923361* L_226 = L_225->get_m_localBoneLinkBone_2(); NullCheck(L_226); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_226)->max_length))))) { goto IL_05b4; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_227 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_28 = L_227; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_228 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_29 = L_228; V_30 = 0; goto IL_05a5; } IL_0565: { ISceneRole_t2394225724 * L_229 = __this->get_m_Role_0(); stItemState_t244584211 * L_230 = ___activeItemState0; NullCheck(L_230); BoneLinkBoneU5BU5D_t2682923361* L_231 = L_230->get_m_localBoneLinkBone_2(); int32_t L_232 = V_30; NullCheck(L_231); int32_t L_233 = L_232; BoneLinkBone_t3083848224 * L_234 = (L_231)->GetAt(static_cast(L_233)); NullCheck(L_234); String_t* L_235 = L_234->get_BoneName_2(); NullCheck(L_229); Transform_t3600365921 * L_236 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_229, L_235, (&V_28), (&V_29), /*hidden argument*/NULL); V_31 = L_236; stItemState_t244584211 * L_237 = ___activeItemState0; NullCheck(L_237); BoneLinkBoneU5BU5D_t2682923361* L_238 = L_237->get_m_localBoneLinkBone_2(); int32_t L_239 = V_30; NullCheck(L_238); int32_t L_240 = L_239; BoneLinkBone_t3083848224 * L_241 = (L_238)->GetAt(static_cast(L_240)); Transform_t3600365921 * L_242 = V_31; ISceneRole_t2394225724 * L_243 = __this->get_m_Role_0(); NullCheck(L_243); Transform_t3600365921 * L_244 = ISceneBaseObj_GetTransform_m3818769012(L_243, /*hidden argument*/NULL); NullCheck(L_241); BoneLinkBone_OnAfterAnim_m2267749399(L_241, L_242, L_244, /*hidden argument*/NULL); int32_t L_245 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)1)); } IL_05a5: { int32_t L_246 = V_30; stItemState_t244584211 * L_247 = ___activeItemState0; NullCheck(L_247); BoneLinkBoneU5BU5D_t2682923361* L_248 = L_247->get_m_localBoneLinkBone_2(); NullCheck(L_248); if ((((int32_t)L_246) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_248)->max_length))))))) { goto IL_0565; } } IL_05b4: { stItemState_t244584211 * L_249 = ___activeItemState0; NullCheck(L_249); List_1_t3161103705 * L_250 = L_249->get_m_listBillBoard_5(); if (!L_250) { goto IL_05f1; } } { V_32 = 0; goto IL_05df; } IL_05c7: { stItemState_t244584211 * L_251 = ___activeItemState0; NullCheck(L_251); List_1_t3161103705 * L_252 = L_251->get_m_listBillBoard_5(); int32_t L_253 = V_32; NullCheck(L_252); CBillBoardEffect_t1689028963 * L_254 = List_1_get_Item_m2153984534(L_252, L_253, /*hidden argument*/List_1_get_Item_m2153984534_RuntimeMethod_var); NullCheck(L_254); CBillBoardEffect_OnUpdateBillBoard_m1759471439(L_254, /*hidden argument*/NULL); int32_t L_255 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_255, (int32_t)1)); } IL_05df: { int32_t L_256 = V_32; stItemState_t244584211 * L_257 = ___activeItemState0; NullCheck(L_257); List_1_t3161103705 * L_258 = L_257->get_m_listBillBoard_5(); NullCheck(L_258); int32_t L_259 = List_1_get_Count_m3616744213(L_258, /*hidden argument*/List_1_get_Count_m3616744213_RuntimeMethod_var); if ((((int32_t)L_256) < ((int32_t)L_259))) { goto IL_05c7; } } IL_05f1: { stItemState_t244584211 * L_260 = ___activeItemState0; NullCheck(L_260); List_1_t3891467532 * L_261 = L_260->get_m_listSwingBones_6(); if (!L_261) { goto IL_062e; } } { V_33 = 0; goto IL_061c; } IL_0604: { stItemState_t244584211 * L_262 = ___activeItemState0; NullCheck(L_262); List_1_t3891467532 * L_263 = L_262->get_m_listSwingBones_6(); int32_t L_264 = V_33; NullCheck(L_263); CSwingBone_t2419392790 * L_265 = List_1_get_Item_m1382146713(L_263, L_264, /*hidden argument*/List_1_get_Item_m1382146713_RuntimeMethod_var); NullCheck(L_265); CSwingBone_UpdateBone_m1889712327(L_265, /*hidden argument*/NULL); int32_t L_266 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_266, (int32_t)1)); } IL_061c: { int32_t L_267 = V_33; stItemState_t244584211 * L_268 = ___activeItemState0; NullCheck(L_268); List_1_t3891467532 * L_269 = L_268->get_m_listSwingBones_6(); NullCheck(L_269); int32_t L_270 = List_1_get_Count_m605179699(L_269, /*hidden argument*/List_1_get_Count_m605179699_RuntimeMethod_var); if ((((int32_t)L_267) < ((int32_t)L_270))) { goto IL_0604; } } IL_062e: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::SetFullShow(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_SetFullShow_m4271195818 (CRoleModelItem_t1608531946 * __this, bool ___bFull0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_SetFullShow_m4271195818_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; SkinnedMeshRenderer_t245602842 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; SkinnedMeshRenderer_t245602842 * V_3 = NULL; SkinnedMeshRenderer_t245602842 * G_B5_0 = NULL; SkinnedMeshRenderer_t245602842 * G_B12_0 = NULL; { bool L_0 = ___bFull0; __this->set_m_bAsUnderwearFullShow_7(L_0); int32_t L_1 = __this->get_m_Category_1(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)13))))) { goto IL_0107; } } { stItemState_t244584211 * L_2 = __this->get_m_currentState_20(); NullCheck(L_2); GameObject_t1113636619 * L_3 = L_2->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0090; } } { stItemState_t244584211 * L_5 = __this->get_m_currentState_20(); NullCheck(L_5); GameObject_t1113636619 * L_6 = L_5->get_m_modelInstance_0(); NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); stItemState_t244584211 * L_8 = __this->get_m_currentState_20(); NullCheck(L_8); GameObject_t1113636619 * L_9 = L_8->get_m_modelInstance_0(); NullCheck(L_9); String_t* L_10 = Object_get_name_m4211327027(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, L_10, _stringLiteral1508559910, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_7, L_11, /*hidden argument*/NULL); V_0 = L_12; Transform_t3600365921 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0071; } } { Transform_t3600365921 * L_15 = V_0; NullCheck(L_15); SkinnedMeshRenderer_t245602842 * L_16 = Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185(L_15, /*hidden argument*/Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185_RuntimeMethod_var); G_B5_0 = L_16; goto IL_0072; } IL_0071: { G_B5_0 = ((SkinnedMeshRenderer_t245602842 *)(NULL)); } IL_0072: { V_1 = G_B5_0; SkinnedMeshRenderer_t245602842 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_008b; } } { SkinnedMeshRenderer_t245602842 * L_19 = V_1; bool L_20 = __this->get_m_bAsUnderwearFullShow_7(); NullCheck(L_19); Renderer_set_enabled_m1727253150(L_19, L_20, /*hidden argument*/NULL); } IL_008b: { goto IL_0107; } IL_0090: { stItemState_t244584211 * L_21 = __this->get_m_lastState_21(); NullCheck(L_21); GameObject_t1113636619 * L_22 = L_21->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0107; } } { stItemState_t244584211 * L_24 = __this->get_m_lastState_21(); NullCheck(L_24); GameObject_t1113636619 * L_25 = L_24->get_m_modelInstance_0(); NullCheck(L_25); Transform_t3600365921 * L_26 = GameObject_get_transform_m1369836730(L_25, /*hidden argument*/NULL); stItemState_t244584211 * L_27 = __this->get_m_lastState_21(); NullCheck(L_27); GameObject_t1113636619 * L_28 = L_27->get_m_modelInstance_0(); NullCheck(L_28); String_t* L_29 = Object_get_name_m4211327027(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m3937257545(NULL /*static, unused*/, L_29, _stringLiteral1508559910, /*hidden argument*/NULL); NullCheck(L_26); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_26, L_30, /*hidden argument*/NULL); V_2 = L_31; Transform_t3600365921 * L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00ed; } } { Transform_t3600365921 * L_34 = V_2; NullCheck(L_34); SkinnedMeshRenderer_t245602842 * L_35 = Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185(L_34, /*hidden argument*/Component_GetComponent_TisSkinnedMeshRenderer_t245602842_m2124923185_RuntimeMethod_var); G_B12_0 = L_35; goto IL_00ee; } IL_00ed: { G_B12_0 = ((SkinnedMeshRenderer_t245602842 *)(NULL)); } IL_00ee: { V_3 = G_B12_0; SkinnedMeshRenderer_t245602842 * L_36 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0107; } } { SkinnedMeshRenderer_t245602842 * L_38 = V_3; bool L_39 = __this->get_m_bAsUnderwearFullShow_7(); NullCheck(L_38); Renderer_set_enabled_m1727253150(L_38, L_39, /*hidden argument*/NULL); } IL_0107: { return; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::SetBeautyEyes(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_SetBeautyEyes_m3837794543 (CRoleModelItem_t1608531946 * __this, int32_t ___eyesID0, const RuntimeMethod* method) { CRoleModelFace_t1285730091 * V_0 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_m_Role_0(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_Role_0(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } IL_001b: { return (bool)0; } IL_001d: { ISceneRole_t2394225724 * L_3 = __this->get_m_Role_0(); NullCheck(L_3); CRoleModelFace_t1285730091 * L_4 = ISceneRole_GetFace_m2190420028(L_3, /*hidden argument*/NULL); V_0 = L_4; CRoleModelFace_t1285730091 * L_5 = V_0; if (L_5) { goto IL_0031; } } { return (bool)0; } IL_0031: { int32_t L_6 = ___eyesID0; if (L_6) { goto IL_0042; } } { CRoleModelFace_t1285730091 * L_7 = V_0; NullCheck(L_7); CRoleModelFace_ResumeEyesOrg_m3041598763(L_7, /*hidden argument*/NULL); goto IL_004f; } IL_0042: { CRoleModelFace_t1285730091 * L_8 = V_0; Material_t340375123 * L_9 = __this->get_m_MatBeautyEyes_10(); NullCheck(L_8); CRoleModelFace_SetBeautyEyes_m3060438612(L_8, L_9, /*hidden argument*/NULL); } IL_004f: { return (bool)1; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnFitSkin(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnFitSkin_m3599860152 (CRoleModelItem_t1608531946 * __this, GameObject_t1113636619 * ___modelIns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_OnFitSkin_m3599860152_MetadataUsageId); s_Il2CppMethodInitialized = true; } SkinnedMeshRendererU5BU5D_t1658669119* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; AvatarInfo_t571832948 * V_4 = NULL; Material_t340375123 * V_5 = NULL; { GameObject_t1113636619 * L_0 = ___modelIns0; NullCheck(L_0); SkinnedMeshRendererU5BU5D_t1658669119* L_1 = GameObject_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m749298684(L_0, /*hidden argument*/GameObject_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m749298684_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_00b3; } IL_000e: { SkinnedMeshRendererU5BU5D_t1658669119* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; SkinnedMeshRenderer_t245602842 * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); Material_t340375123 * L_6 = Renderer_get_sharedMaterial_m1936632411(L_5, /*hidden argument*/NULL); 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_0026; } } { goto IL_00af; } IL_0026: { SkinnedMeshRendererU5BU5D_t1658669119* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; SkinnedMeshRenderer_t245602842 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); Material_t340375123 * L_12 = Renderer_get_sharedMaterial_m1936632411(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = Object_get_name_m4211327027(L_12, /*hidden argument*/NULL); V_2 = L_13; String_t* L_14 = V_2; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)8)))) { goto IL_00af; } } { String_t* L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_17 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_16, 0, /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = V_3; if ((((int32_t)0) >= ((int32_t)L_18))) { goto IL_00af; } } { int32_t L_19 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CAvatarHelp_t2646807904_il2cpp_TypeInfo_var); AvatarInfo_t571832948 * L_20 = CAvatarHelp_AsAvatarInfo_m1012662642(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_4 = L_20; AvatarInfo_t571832948 * L_21 = V_4; NullCheck(L_21); int32_t L_22 = AvatarInfo_get_SubIndex_m786032553(L_21, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_00af; } } { AvatarInfo_t571832948 * L_23 = V_4; NullCheck(L_23); int32_t L_24 = AvatarInfo_get_Category_m2094546247(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)7))) { goto IL_007f; } } { AvatarInfo_t571832948 * L_25 = V_4; NullCheck(L_25); int32_t L_26 = AvatarInfo_get_Category_m2094546247(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)13))))) { goto IL_00af; } } IL_007f: { ISceneRole_t2394225724 * L_27 = __this->get_m_Role_0(); NullCheck(L_27); CAvatarSite_t1752665925 * L_28 = ISceneRole_GetAvatarSite_m1651999730(L_27, /*hidden argument*/NULL); AvatarInfo_t571832948 * L_29 = V_4; NullCheck(L_29); int32_t L_30 = AvatarInfo_get_Category_m2094546247(L_29, /*hidden argument*/NULL); NullCheck(L_28); Material_t340375123 * L_31 = CAvatarSite_FindSkin_m2466203909(L_28, L_30, /*hidden argument*/NULL); V_5 = L_31; Material_t340375123 * L_32 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00af; } } { SkinnedMeshRendererU5BU5D_t1658669119* L_34 = V_0; int32_t L_35 = V_1; NullCheck(L_34); int32_t L_36 = L_35; SkinnedMeshRenderer_t245602842 * L_37 = (L_34)->GetAt(static_cast(L_36)); Material_t340375123 * L_38 = V_5; NullCheck(L_37); Renderer_set_sharedMaterial_m2374163090(L_37, L_38, /*hidden argument*/NULL); } IL_00af: { int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00b3: { int32_t L_40 = V_1; SkinnedMeshRendererU5BU5D_t1658669119* L_41 = V_0; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_000e; } } { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnRoleEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnRoleEnable_m1002368919 (CRoleModelItem_t1608531946 * __this, bool ___bRoleEnableNow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_OnRoleEnable_m1002368919_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; { bool L_0 = ___bRoleEnableNow0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { bool L_1 = CRoleModelItem_IsRoleItemEnable_m3413806313(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_009e; } } { int32_t L_2 = __this->get_m_Category_1(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)12))))) { goto IL_0069; } } { bool L_3 = __this->get_m_OwnSelfSkeletons_11(); if (!L_3) { goto IL_0064; } } { int32_t L_4 = __this->get_m_SubModelIndex_2(); V_0 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)10000))); int32_t L_5 = V_0; if ((((int32_t)0) >= ((int32_t)L_5))) { goto IL_0064; } } { V_1 = (String_t*)NULL; 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(); V_2 = L_6; CSkeletonLinkManager_t2292179394 * L_7 = CSkeletonLinkManager_GetInstance_m2601634633(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = __this->get_m_Category_1(); int32_t L_9 = V_0; NullCheck(L_7); CSkeletonLinkManager_GetLinkBoneName_m521338084(L_7, L_8, L_9, (&V_1), (&V_2), /*hidden argument*/NULL); String_t* L_10 = V_1; CRoleModelItem_PlayAnim_m2130897867(__this, L_10, /*hidden argument*/NULL); } IL_0064: { goto IL_009e; } IL_0069: { int32_t L_11 = __this->get_m_Category_1(); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)30))))) { goto IL_009e; } } { int32_t L_12 = __this->get_m_SubModelIndex_2(); if ((((int32_t)0) >= ((int32_t)L_12))) { goto IL_009e; } } { CRoleModelItem_PlayAnim_m2130897867(__this, _stringLiteral1628612581, /*hidden argument*/NULL); stItemState_t244584211 * L_13 = __this->get_m_currentState_20(); NullCheck(L_13); GameObject_t1113636619 * L_14 = L_13->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ResetAnim_m1618882349(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); } IL_009e: { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::OnClear() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnClear_m3275867286 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_OnClear_m3275867286_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_timeIdleSwitchPlay_15((-1.0f)); __this->set_m_bStateIdle_16((bool)1); __this->set_m_bFirstFailed_12((bool)1); stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); L_0->set_m_childrenTransform_3((TransformU5BU5D_t807237628*)NULL); stItemState_t244584211 * L_1 = __this->get_m_currentState_20(); NullCheck(L_1); L_1->set_m_childrenTransformDiction_4((Dictionary_2_t2736202052 *)NULL); __this->set_m_LinkBoneName_13((String_t*)NULL); __this->set_m_bSendChange_6((bool)1); __this->set_m_OwnSelfSkeletons_11((bool)0); __this->set_m_SubModelIndex_2((-1)); __this->set_m_SexVal_3((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_curAnimName_19(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_LastValidPrefabName_5(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_PrefabName_4(L_4); CRoleModelItem_ClearModelIns_m416853538(__this, /*hidden argument*/NULL); CRoleModelItem_ClearModel2Die_m1426996242(__this, /*hidden argument*/NULL); __this->set_m_bAsUnderwearFullShow_7((bool)1); __this->set_m_TextureSocks_8((Texture2D_t3840446185 *)NULL); ISceneRole_t2394225724 * L_5 = __this->get_m_Role_0(); if (!L_5) { goto IL_00b8; } } { int32_t L_6 = __this->get_m_Category_1(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)14))))) { goto IL_00b8; } } { ISceneRole_t2394225724 * L_7 = __this->get_m_Role_0(); NullCheck(L_7); CAvatarSite_t1752665925 * L_8 = ISceneRole_GetAvatarSite_m1651999730(L_7, /*hidden argument*/NULL); NullCheck(L_8); CAvatarSite_InvokSockes_m1306751064(L_8, (Texture_t3661962703 *)NULL, /*hidden argument*/NULL); } IL_00b8: { __this->set_m_TextureBeautyEyes_9((Texture2D_t3840446185 *)NULL); __this->set_m_MatBeautyEyes_10((Material_t340375123 *)NULL); stItemState_t244584211 * L_9 = __this->get_m_currentState_20(); NullCheck(L_9); L_9->set_m_localLinkedEffect_1((LocalLinkedEffectU5BU5D_t1490066191*)NULL); stItemState_t244584211 * L_10 = __this->get_m_currentState_20(); NullCheck(L_10); L_10->set_m_localBoneLinkBone_2((BoneLinkBoneU5BU5D_t2682923361*)NULL); __this->set_m_bNeedSubmit_17((bool)0); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::ClearModelIns() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ClearModelIns_m416853538 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { stItemState_t244584211 * L_0 = __this->get_m_currentState_20(); NullCheck(L_0); stItemState_Clear_m3138913072(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::ClearModel2Die() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ClearModel2Die_m1426996242 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { stItemState_t244584211 * L_0 = __this->get_m_lastState_21(); NullCheck(L_0); stItemState_Clear_m3138913072(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::ChangeCurSubModel(System.String) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_ChangeCurSubModel_m823132492 (CRoleModelItem_t1608531946 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_ChangeCurSubModel_m823132492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_m_PrefabName_4(); String_t* L_1 = ___strName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_2 = String_Compare_m3735043349(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } { return; } IL_0012: { String_t* L_3 = ___strName0; __this->set_m_PrefabName_4(L_3); __this->set_m_bSendChange_6((bool)0); return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::RebindBones() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_RebindBones_m124334523 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_RebindBones_m124334523_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; TransformU5BU5D_t807237628* V_6 = NULL; SkinnedMeshRendererU5BU5D_t1658669119* V_7 = NULL; int32_t V_8 = 0; SkinnedMeshRenderer_t245602842 * V_9 = NULL; String_t* V_10 = NULL; bool V_11 = false; int32_t V_12 = 0; Transform_t3600365921 * V_13 = NULL; List_1_t777473367 * V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; Transform_t3600365921 * V_17 = NULL; stItemState_t244584211 * G_B13_0 = NULL; stItemState_t244584211 * G_B12_0 = NULL; TransformU5BU5D_t807237628* G_B14_0 = NULL; stItemState_t244584211 * G_B14_1 = NULL; stItemState_t244584211 * G_B29_0 = NULL; stItemState_t244584211 * G_B28_0 = NULL; TransformU5BU5D_t807237628* G_B30_0 = NULL; stItemState_t244584211 * G_B30_1 = NULL; { int32_t L_0 = __this->get_m_Category_1(); if ((((int32_t)L_0) == ((int32_t)((int32_t)14)))) { goto IL_001a; } } { int32_t L_1 = __this->get_m_Category_1(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)42))))) { goto IL_001b; } } IL_001a: { return; } IL_001b: { int32_t L_2 = __this->get_m_Category_1(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)30))))) { goto IL_003d; } } { __this->set_m_OwnSelfSkeletons_11((bool)1); __this->set_m_LinkBoneName_13((String_t*)NULL); CRoleModelItem_LinkToRoleModel_m1257497615(__this, /*hidden argument*/NULL); return; } IL_003d: { int32_t L_3 = __this->get_m_SubModelIndex_2(); V_0 = ((int32_t)((int32_t)L_3/(int32_t)((int32_t)10000))); stItemState_t244584211 * L_4 = __this->get_m_currentState_20(); NullCheck(L_4); GameObject_t1113636619 * L_5 = L_4->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0090; } } { stItemState_t244584211 * L_7 = __this->get_m_currentState_20(); NullCheck(L_7); GameObject_t1113636619 * L_8 = L_7->get_m_modelInstance_0(); NullCheck(L_8); BoneLinkBone_t3083848224 * L_9 = GameObject_GetComponent_TisBoneLinkBone_t3083848224_m1320573078(L_8, /*hidden argument*/GameObject_GetComponent_TisBoneLinkBone_t3083848224_m1320573078_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0090; } } { __this->set_m_OwnSelfSkeletons_11((bool)0); __this->set_m_LinkBoneName_13((String_t*)NULL); CRoleModelItem_LinkToRoleModel_m1257497615(__this, /*hidden argument*/NULL); return; } IL_0090: { int32_t L_11 = __this->get_m_Category_1(); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)12))))) { goto IL_01d0; } } { int32_t L_12 = V_0; if ((((int32_t)0) >= ((int32_t)L_12))) { goto IL_01d0; } } { V_1 = (String_t*)NULL; CSkeletonLinkManager_t2292179394 * L_13 = CSkeletonLinkManager_GetInstance_m2601634633(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = __this->get_m_Category_1(); int32_t L_15 = V_0; String_t** L_16 = __this->get_address_of_m_LocalRoot_14(); NullCheck(L_13); String_t* L_17 = CSkeletonLinkManager_GetLinkBoneName_m521338084(L_13, L_14, L_15, (&V_1), L_16, /*hidden argument*/NULL); __this->set_m_LinkBoneName_13(L_17); __this->set_m_OwnSelfSkeletons_11((bool)1); CRoleModelItem_LinkToRoleModel_m1257497615(__this, /*hidden argument*/NULL); stItemState_t244584211 * L_18 = __this->get_m_currentState_20(); NullCheck(L_18); L_18->set_m_childrenTransformDiction_4((Dictionary_2_t2736202052 *)NULL); String_t* L_19 = __this->get_m_LocalRoot_14(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_01c7; } } { stItemState_t244584211 * L_21 = __this->get_m_currentState_20(); NullCheck(L_21); GameObject_t1113636619 * L_22 = L_21->get_m_modelInstance_0(); NullCheck(L_22); Transform_t3600365921 * L_23 = GameObject_get_transform_m1369836730(L_22, /*hidden argument*/NULL); String_t* L_24 = __this->get_m_LocalRoot_14(); NullCheck(L_23); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_23, L_24, /*hidden argument*/NULL); V_2 = L_25; stItemState_t244584211 * L_26 = __this->get_m_currentState_20(); Transform_t3600365921 * L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_28 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_27, /*hidden argument*/NULL); G_B12_0 = L_26; if (!L_28) { G_B13_0 = L_26; goto IL_012c; } } { Transform_t3600365921 * L_29 = V_2; NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); NullCheck(L_30); TransformU5BU5D_t807237628* L_31 = GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587(L_30, /*hidden argument*/GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587_RuntimeMethod_var); G_B14_0 = L_31; G_B14_1 = G_B12_0; goto IL_012d; } IL_012c: { G_B14_0 = ((TransformU5BU5D_t807237628*)(NULL)); G_B14_1 = G_B13_0; } IL_012d: { NullCheck(G_B14_1); G_B14_1->set_m_childrenTransform_3(G_B14_0); stItemState_t244584211 * L_32 = __this->get_m_currentState_20(); NullCheck(L_32); TransformU5BU5D_t807237628* L_33 = L_32->get_m_childrenTransform_3(); if (!L_33) { goto IL_01af; } } { stItemState_t244584211 * L_34 = __this->get_m_currentState_20(); NullCheck(L_34); TransformU5BU5D_t807237628* L_35 = L_34->get_m_childrenTransform_3(); NullCheck(L_35); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))) { goto IL_01af; } } { stItemState_t244584211 * L_36 = __this->get_m_currentState_20(); Dictionary_2_t2736202052 * L_37 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_37, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); NullCheck(L_36); L_36->set_m_childrenTransformDiction_4(L_37); V_3 = 0; goto IL_0197; } IL_016b: { stItemState_t244584211 * L_38 = __this->get_m_currentState_20(); NullCheck(L_38); Dictionary_2_t2736202052 * L_39 = L_38->get_m_childrenTransformDiction_4(); stItemState_t244584211 * L_40 = __this->get_m_currentState_20(); NullCheck(L_40); TransformU5BU5D_t807237628* L_41 = L_40->get_m_childrenTransform_3(); int32_t L_42 = V_3; NullCheck(L_41); int32_t L_43 = L_42; Transform_t3600365921 * L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_44); GameObject_t1113636619 * L_45 = Component_get_gameObject_m442555142(L_44, /*hidden argument*/NULL); NullCheck(L_45); String_t* L_46 = Object_get_name_m4211327027(L_45, /*hidden argument*/NULL); int32_t L_47 = V_3; NullCheck(L_39); Dictionary_2_set_Item_m3800595820(L_39, L_46, L_47, /*hidden argument*/Dictionary_2_set_Item_m3800595820_RuntimeMethod_var); int32_t L_48 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0197: { int32_t L_49 = V_3; stItemState_t244584211 * L_50 = __this->get_m_currentState_20(); NullCheck(L_50); TransformU5BU5D_t807237628* L_51 = L_50->get_m_childrenTransform_3(); NullCheck(L_51); if ((((int32_t)L_49) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))) { goto IL_016b; } } { goto IL_01c7; } IL_01af: { stItemState_t244584211 * L_52 = __this->get_m_currentState_20(); NullCheck(L_52); L_52->set_m_childrenTransform_3((TransformU5BU5D_t807237628*)NULL); stItemState_t244584211 * L_53 = __this->get_m_currentState_20(); NullCheck(L_53); L_53->set_m_childrenTransformDiction_4((Dictionary_2_t2736202052 *)NULL); } IL_01c7: { String_t* L_54 = V_1; CRoleModelItem_PlayAnim_m2130897867(__this, L_54, /*hidden argument*/NULL); return; } IL_01d0: { ISceneRole_t2394225724 * L_55 = __this->get_m_Role_0(); if (!L_55) { goto IL_01eb; } } { ISceneRole_t2394225724 * L_56 = __this->get_m_Role_0(); NullCheck(L_56); bool L_57 = ISceneBaseObj_IsValid_m1197404667(L_56, /*hidden argument*/NULL); if (L_57) { goto IL_01ec; } } IL_01eb: { return; } IL_01ec: { __this->set_m_OwnSelfSkeletons_11((bool)0); __this->set_m_LinkBoneName_13((String_t*)NULL); CRoleModelItem_LinkToRoleModel_m1257497615(__this, /*hidden argument*/NULL); int32_t L_58 = __this->get_m_Category_1(); if ((((int32_t)L_58) == ((int32_t)((int32_t)19)))) { goto IL_021a; } } { int32_t L_59 = __this->get_m_Category_1(); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)20))))) { goto IL_02f4; } } IL_021a: { __this->set_m_OwnSelfSkeletons_11((bool)1); stItemState_t244584211 * L_60 = __this->get_m_currentState_20(); stItemState_t244584211 * L_61 = __this->get_m_currentState_20(); NullCheck(L_61); GameObject_t1113636619 * L_62 = L_61->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_63 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_62, /*hidden argument*/NULL); G_B28_0 = L_60; if (!L_63) { G_B29_0 = L_60; goto IL_0252; } } { stItemState_t244584211 * L_64 = __this->get_m_currentState_20(); NullCheck(L_64); GameObject_t1113636619 * L_65 = L_64->get_m_modelInstance_0(); NullCheck(L_65); TransformU5BU5D_t807237628* L_66 = GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587(L_65, /*hidden argument*/GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587_RuntimeMethod_var); G_B30_0 = L_66; G_B30_1 = G_B28_0; goto IL_0253; } IL_0252: { G_B30_0 = ((TransformU5BU5D_t807237628*)(NULL)); G_B30_1 = G_B29_0; } IL_0253: { NullCheck(G_B30_1); G_B30_1->set_m_childrenTransform_3(G_B30_0); stItemState_t244584211 * L_67 = __this->get_m_currentState_20(); NullCheck(L_67); TransformU5BU5D_t807237628* L_68 = L_67->get_m_childrenTransform_3(); if (!L_68) { goto IL_02db; } } { stItemState_t244584211 * L_69 = __this->get_m_currentState_20(); NullCheck(L_69); TransformU5BU5D_t807237628* L_70 = L_69->get_m_childrenTransform_3(); NullCheck(L_70); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_70)->max_length))))) { goto IL_02db; } } { stItemState_t244584211 * L_71 = __this->get_m_currentState_20(); Dictionary_2_t2736202052 * L_72 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_72, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); NullCheck(L_71); L_71->set_m_childrenTransformDiction_4(L_72); V_4 = 0; goto IL_02c2; } IL_0292: { stItemState_t244584211 * L_73 = __this->get_m_currentState_20(); NullCheck(L_73); Dictionary_2_t2736202052 * L_74 = L_73->get_m_childrenTransformDiction_4(); stItemState_t244584211 * L_75 = __this->get_m_currentState_20(); NullCheck(L_75); TransformU5BU5D_t807237628* L_76 = L_75->get_m_childrenTransform_3(); int32_t L_77 = V_4; NullCheck(L_76); int32_t L_78 = L_77; Transform_t3600365921 * L_79 = (L_76)->GetAt(static_cast(L_78)); NullCheck(L_79); GameObject_t1113636619 * L_80 = Component_get_gameObject_m442555142(L_79, /*hidden argument*/NULL); NullCheck(L_80); String_t* L_81 = Object_get_name_m4211327027(L_80, /*hidden argument*/NULL); int32_t L_82 = V_4; NullCheck(L_74); Dictionary_2_set_Item_m3800595820(L_74, L_81, L_82, /*hidden argument*/Dictionary_2_set_Item_m3800595820_RuntimeMethod_var); int32_t L_83 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_02c2: { int32_t L_84 = V_4; stItemState_t244584211 * L_85 = __this->get_m_currentState_20(); NullCheck(L_85); TransformU5BU5D_t807237628* L_86 = L_85->get_m_childrenTransform_3(); NullCheck(L_86); if ((((int32_t)L_84) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_86)->max_length))))))) { goto IL_0292; } } { goto IL_02f3; } IL_02db: { stItemState_t244584211 * L_87 = __this->get_m_currentState_20(); NullCheck(L_87); L_87->set_m_childrenTransform_3((TransformU5BU5D_t807237628*)NULL); stItemState_t244584211 * L_88 = __this->get_m_currentState_20(); NullCheck(L_88); L_88->set_m_childrenTransformDiction_4((Dictionary_2_t2736202052 *)NULL); } IL_02f3: { return; } IL_02f4: { ISceneRole_t2394225724 * L_89 = __this->get_m_Role_0(); if (!L_89) { goto IL_031f; } } { ISceneRole_t2394225724 * L_90 = __this->get_m_Role_0(); NullCheck(L_90); bool L_91 = ISceneRole_IsNeedModelItemBindBone_m2651390094(L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_031f; } } { stItemState_t244584211 * L_92 = __this->get_m_currentState_20(); NullCheck(L_92); CSkeletonSite_t1178137573 * L_93 = L_92->get_m_complexSkeleton_8(); if (!L_93) { goto IL_0320; } } IL_031f: { return; } IL_0320: { ISceneRole_t2394225724 * L_94 = __this->get_m_Role_0(); NullCheck(L_94); Transform_t3600365921 * L_95 = ISceneBaseObj_GetTransform_m3818769012(L_94, /*hidden argument*/NULL); NullCheck(L_95); Transform_t3600365921 * L_96 = Transform_Find_m1729760951(L_95, _stringLiteral287567133, /*hidden argument*/NULL); V_5 = L_96; Transform_t3600365921 * L_97 = V_5; NullCheck(L_97); GameObject_t1113636619 * L_98 = Component_get_gameObject_m442555142(L_97, /*hidden argument*/NULL); NullCheck(L_98); TransformU5BU5D_t807237628* L_99 = GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587(L_98, /*hidden argument*/GameObject_GetComponentsInChildren_TisTransform_t3600365921_m2064339587_RuntimeMethod_var); V_6 = L_99; stItemState_t244584211 * L_100 = __this->get_m_currentState_20(); NullCheck(L_100); GameObject_t1113636619 * L_101 = L_100->get_m_modelInstance_0(); NullCheck(L_101); SkinnedMeshRendererU5BU5D_t1658669119* L_102 = GameObject_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m749298684(L_101, /*hidden argument*/GameObject_GetComponentsInChildren_TisSkinnedMeshRenderer_t245602842_m749298684_RuntimeMethod_var); V_7 = L_102; V_8 = 0; goto IL_0516; } IL_035f: { SkinnedMeshRendererU5BU5D_t1658669119* L_103 = V_7; int32_t L_104 = V_8; NullCheck(L_103); int32_t L_105 = L_104; SkinnedMeshRenderer_t245602842 * L_106 = (L_103)->GetAt(static_cast(L_105)); V_9 = L_106; SkinnedMeshRenderer_t245602842 * L_107 = V_9; NullCheck(L_107); Transform_t3600365921 * L_108 = SkinnedMeshRenderer_get_rootBone_m1530334984(L_107, /*hidden argument*/NULL); NullCheck(L_108); GameObject_t1113636619 * L_109 = Component_get_gameObject_m442555142(L_108, /*hidden argument*/NULL); NullCheck(L_109); String_t* L_110 = Object_get_name_m4211327027(L_109, /*hidden argument*/NULL); V_10 = L_110; V_11 = (bool)0; String_t* L_111 = V_10; Transform_t3600365921 * L_112 = V_5; NullCheck(L_112); GameObject_t1113636619 * L_113 = Component_get_gameObject_m442555142(L_112, /*hidden argument*/NULL); NullCheck(L_113); String_t* L_114 = Object_get_name_m4211327027(L_113, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_115 = String_Compare_m3735043349(NULL /*static, unused*/, L_111, L_114, /*hidden argument*/NULL); if (L_115) { goto IL_03a5; } } { SkinnedMeshRenderer_t245602842 * L_116 = V_9; Transform_t3600365921 * L_117 = V_5; NullCheck(L_116); SkinnedMeshRenderer_set_rootBone_m4271355631(L_116, L_117, /*hidden argument*/NULL); V_11 = (bool)1; goto IL_03ee; } IL_03a5: { V_12 = 0; goto IL_03e3; } IL_03ad: { TransformU5BU5D_t807237628* L_118 = V_6; int32_t L_119 = V_12; NullCheck(L_118); int32_t L_120 = L_119; Transform_t3600365921 * L_121 = (L_118)->GetAt(static_cast(L_120)); V_13 = L_121; String_t* L_122 = V_10; Transform_t3600365921 * L_123 = V_13; NullCheck(L_123); GameObject_t1113636619 * L_124 = Component_get_gameObject_m442555142(L_123, /*hidden argument*/NULL); NullCheck(L_124); String_t* L_125 = Object_get_name_m4211327027(L_124, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_126 = String_Compare_m3735043349(NULL /*static, unused*/, L_122, L_125, /*hidden argument*/NULL); if (L_126) { goto IL_03dd; } } { SkinnedMeshRenderer_t245602842 * L_127 = V_9; Transform_t3600365921 * L_128 = V_13; NullCheck(L_127); SkinnedMeshRenderer_set_rootBone_m4271355631(L_127, L_128, /*hidden argument*/NULL); V_11 = (bool)1; goto IL_03ee; } IL_03dd: { int32_t L_129 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_03e3: { int32_t L_130 = V_12; TransformU5BU5D_t807237628* L_131 = V_6; NullCheck(L_131); if ((((int32_t)L_130) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_131)->max_length))))))) { goto IL_03ad; } } IL_03ee: { bool L_132 = V_11; if (L_132) { goto IL_0410; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_133 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_133); CLogHelp_t779629444 * L_134 = CRoot_GetLogService_m687714144(L_133, /*hidden argument*/NULL); String_t* L_135 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_136 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1452527631, L_135, /*hidden argument*/NULL); NullCheck(L_134); CLogHelp_Log_m386290467(L_134, L_136, /*hidden argument*/NULL); } IL_0410: { List_1_t777473367 * L_137 = (List_1_t777473367 *)il2cpp_codegen_object_new(List_1_t777473367_il2cpp_TypeInfo_var); List_1__ctor_m2885667311(L_137, /*hidden argument*/List_1__ctor_m2885667311_RuntimeMethod_var); V_14 = L_137; V_15 = 0; goto IL_04f2; } IL_041f: { V_11 = (bool)0; SkinnedMeshRenderer_t245602842 * L_138 = V_9; NullCheck(L_138); TransformU5BU5D_t807237628* L_139 = SkinnedMeshRenderer_get_bones_m333719399(L_138, /*hidden argument*/NULL); int32_t L_140 = V_15; NullCheck(L_139); int32_t L_141 = L_140; Transform_t3600365921 * L_142 = (L_139)->GetAt(static_cast(L_141)); NullCheck(L_142); GameObject_t1113636619 * L_143 = Component_get_gameObject_m442555142(L_142, /*hidden argument*/NULL); NullCheck(L_143); String_t* L_144 = Object_get_name_m4211327027(L_143, /*hidden argument*/NULL); Transform_t3600365921 * L_145 = V_5; NullCheck(L_145); GameObject_t1113636619 * L_146 = Component_get_gameObject_m442555142(L_145, /*hidden argument*/NULL); NullCheck(L_146); String_t* L_147 = Object_get_name_m4211327027(L_146, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_148 = String_Compare_m3735043349(NULL /*static, unused*/, L_144, L_147, /*hidden argument*/NULL); if (L_148) { goto IL_045d; } } { V_11 = (bool)1; List_1_t777473367 * L_149 = V_14; Transform_t3600365921 * L_150 = V_5; NullCheck(L_149); List_1_Add_m4073477735(L_149, L_150, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); goto IL_04b8; } IL_045d: { V_16 = 0; goto IL_04ad; } IL_0465: { TransformU5BU5D_t807237628* L_151 = V_6; int32_t L_152 = V_16; NullCheck(L_151); int32_t L_153 = L_152; Transform_t3600365921 * L_154 = (L_151)->GetAt(static_cast(L_153)); V_17 = L_154; SkinnedMeshRenderer_t245602842 * L_155 = V_9; NullCheck(L_155); TransformU5BU5D_t807237628* L_156 = SkinnedMeshRenderer_get_bones_m333719399(L_155, /*hidden argument*/NULL); int32_t L_157 = V_15; NullCheck(L_156); int32_t L_158 = L_157; Transform_t3600365921 * L_159 = (L_156)->GetAt(static_cast(L_158)); NullCheck(L_159); GameObject_t1113636619 * L_160 = Component_get_gameObject_m442555142(L_159, /*hidden argument*/NULL); NullCheck(L_160); String_t* L_161 = Object_get_name_m4211327027(L_160, /*hidden argument*/NULL); Transform_t3600365921 * L_162 = V_17; NullCheck(L_162); GameObject_t1113636619 * L_163 = Component_get_gameObject_m442555142(L_162, /*hidden argument*/NULL); NullCheck(L_163); String_t* L_164 = Object_get_name_m4211327027(L_163, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_165 = String_Compare_m3735043349(NULL /*static, unused*/, L_161, L_164, /*hidden argument*/NULL); if (L_165) { goto IL_04a7; } } { V_11 = (bool)1; List_1_t777473367 * L_166 = V_14; Transform_t3600365921 * L_167 = V_17; NullCheck(L_166); List_1_Add_m4073477735(L_166, L_167, /*hidden argument*/List_1_Add_m4073477735_RuntimeMethod_var); goto IL_04b8; } IL_04a7: { int32_t L_168 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_168, (int32_t)1)); } IL_04ad: { int32_t L_169 = V_16; TransformU5BU5D_t807237628* L_170 = V_6; NullCheck(L_170); if ((((int32_t)L_169) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_170)->max_length))))))) { goto IL_0465; } } IL_04b8: { bool L_171 = V_11; if (L_171) { goto IL_04ec; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_172 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_172); CLogHelp_t779629444 * L_173 = CRoot_GetLogService_m687714144(L_172, /*hidden argument*/NULL); SkinnedMeshRenderer_t245602842 * L_174 = V_9; NullCheck(L_174); TransformU5BU5D_t807237628* L_175 = SkinnedMeshRenderer_get_bones_m333719399(L_174, /*hidden argument*/NULL); int32_t L_176 = V_15; NullCheck(L_175); int32_t L_177 = L_176; Transform_t3600365921 * L_178 = (L_175)->GetAt(static_cast(L_177)); NullCheck(L_178); GameObject_t1113636619 * L_179 = Component_get_gameObject_m442555142(L_178, /*hidden argument*/NULL); NullCheck(L_179); String_t* L_180 = Object_get_name_m4211327027(L_179, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_181 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1452527631, L_180, /*hidden argument*/NULL); NullCheck(L_173); CLogHelp_Log_m386290467(L_173, L_181, /*hidden argument*/NULL); } IL_04ec: { int32_t L_182 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)1)); } IL_04f2: { int32_t L_183 = V_15; SkinnedMeshRenderer_t245602842 * L_184 = V_9; NullCheck(L_184); TransformU5BU5D_t807237628* L_185 = SkinnedMeshRenderer_get_bones_m333719399(L_184, /*hidden argument*/NULL); NullCheck(L_185); if ((((int32_t)L_183) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_185)->max_length))))))) { goto IL_041f; } } { SkinnedMeshRenderer_t245602842 * L_186 = V_9; List_1_t777473367 * L_187 = V_14; NullCheck(L_187); TransformU5BU5D_t807237628* L_188 = List_1_ToArray_m2774846862(L_187, /*hidden argument*/List_1_ToArray_m2774846862_RuntimeMethod_var); NullCheck(L_186); SkinnedMeshRenderer_set_bones_m4136734710(L_186, L_188, /*hidden argument*/NULL); int32_t L_189 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1)); } IL_0516: { int32_t L_190 = V_8; SkinnedMeshRendererU5BU5D_t1658669119* L_191 = V_7; NullCheck(L_191); if ((((int32_t)L_190) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_191)->max_length))))))) { goto IL_035f; } } { return; } } // System.Void DMCore.Framework.Scene.CRoleModelItem::LinkToRoleModel() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_LinkToRoleModel_m1257497615 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_LinkToRoleModel_m1257497615_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; String_t* V_1 = NULL; Transform_t3600365921 * V_2 = NULL; List_1_t2585711361 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; GameObject_t1113636619 * V_7 = NULL; Transform_t3600365921 * G_B3_0 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_m_Role_0(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_m_Role_0(); NullCheck(L_1); Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = ((Transform_t3600365921 *)(NULL)); } IL_001c: { V_0 = G_B3_0; Transform_t3600365921 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_5 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CLogHelp_t779629444 * L_6 = CRoot_GetLogService_m687714144(L_5, /*hidden argument*/NULL); NullCheck(L_6); CLogHelp_Log_m386290467(L_6, _stringLiteral1805321977, /*hidden argument*/NULL); } IL_003d: { int32_t L_7 = __this->get_m_Category_1(); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_9, /*hidden argument*/NULL); V_1 = L_10; Transform_t3600365921 * L_11 = V_0; String_t* L_12 = V_1; NullCheck(L_11); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_11, L_12, /*hidden argument*/NULL); V_2 = L_13; Transform_t3600365921 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00ec; } } { List_1_t2585711361 * L_16 = (List_1_t2585711361 *)il2cpp_codegen_object_new(List_1_t2585711361_il2cpp_TypeInfo_var); List_1__ctor_m3526297712(L_16, /*hidden argument*/List_1__ctor_m3526297712_RuntimeMethod_var); V_3 = L_16; Transform_t3600365921 * L_17 = V_2; NullCheck(L_17); int32_t L_18 = Transform_get_childCount_m3145433196(L_17, /*hidden argument*/NULL); V_4 = L_18; V_5 = 0; goto IL_0096; } IL_007d: { List_1_t2585711361 * L_19 = V_3; Transform_t3600365921 * L_20 = V_2; int32_t L_21 = V_5; NullCheck(L_20); Transform_t3600365921 * L_22 = Transform_GetChild_m1092972975(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_22); GameObject_t1113636619 * L_23 = Component_get_gameObject_m442555142(L_22, /*hidden argument*/NULL); NullCheck(L_19); List_1_Add_m989991498(L_19, L_23, /*hidden argument*/List_1_Add_m989991498_RuntimeMethod_var); int32_t L_24 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0096: { int32_t L_25 = V_5; int32_t L_26 = V_4; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_007d; } } { int32_t L_27 = V_4; if (!L_27) { goto IL_00e7; } } { Transform_t3600365921 * L_28 = V_2; NullCheck(L_28); Transform_DetachChildren_m3266231651(L_28, /*hidden argument*/NULL); V_6 = 0; goto IL_00da; } IL_00b4: { List_1_t2585711361 * L_29 = V_3; int32_t L_30 = V_6; NullCheck(L_29); GameObject_t1113636619 * L_31 = List_1_get_Item_m2491728134(L_29, L_30, /*hidden argument*/List_1_get_Item_m2491728134_RuntimeMethod_var); NullCheck(L_31); Transform_t3600365921 * L_32 = GameObject_get_transform_m1369836730(L_31, /*hidden argument*/NULL); NullCheck(L_32); Transform_set_parent_m786917804(L_32, (Transform_t3600365921 *)NULL, /*hidden argument*/NULL); List_1_t2585711361 * L_33 = V_3; int32_t L_34 = V_6; NullCheck(L_33); GameObject_t1113636619 * L_35 = List_1_get_Item_m2491728134(L_33, L_34, /*hidden argument*/List_1_get_Item_m2491728134_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); int32_t L_36 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00da: { int32_t L_37 = V_6; List_1_t2585711361 * L_38 = V_3; NullCheck(L_38); int32_t L_39 = List_1_get_Count_m77021858(L_38, /*hidden argument*/List_1_get_Count_m77021858_RuntimeMethod_var); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_00b4; } } IL_00e7: { goto IL_0135; } IL_00ec: { GameObject_t1113636619 * L_40 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_40, /*hidden argument*/NULL); V_7 = L_40; GameObject_t1113636619 * L_41 = V_7; NullCheck(L_41); Transform_t3600365921 * L_42 = GameObject_get_transform_m1369836730(L_41, /*hidden argument*/NULL); Transform_t3600365921 * L_43 = V_0; NullCheck(L_42); Transform_set_parent_m786917804(L_42, L_43, /*hidden argument*/NULL); GameObject_t1113636619 * L_44 = V_7; NullCheck(L_44); Transform_t3600365921 * L_45 = GameObject_get_transform_m1369836730(L_44, /*hidden argument*/NULL); V_2 = L_45; Transform_t3600365921 * L_46 = V_2; NullCheck(L_46); GameObject_t1113636619 * L_47 = Component_get_gameObject_m442555142(L_46, /*hidden argument*/NULL); String_t* L_48 = V_1; NullCheck(L_47); Object_set_name_m291480324(L_47, L_48, /*hidden argument*/NULL); Transform_t3600365921 * L_49 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_50 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); Transform_set_localPosition_m4128471975(L_49, L_50, /*hidden argument*/NULL); Transform_t3600365921 * L_51 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_52 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_51); Transform_set_localRotation_m19445462(L_51, L_52, /*hidden argument*/NULL); Transform_t3600365921 * L_53 = V_2; Vector3_t3722313464 L_54 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); Transform_set_localScale_m3053443106(L_53, L_54, /*hidden argument*/NULL); } IL_0135: { stItemState_t244584211 * L_55 = __this->get_m_currentState_20(); NullCheck(L_55); GameObject_t1113636619 * L_56 = L_55->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_57 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_01af; } } { stItemState_t244584211 * L_58 = __this->get_m_currentState_20(); NullCheck(L_58); GameObject_t1113636619 * L_59 = L_58->get_m_modelInstance_0(); NullCheck(L_59); Transform_t3600365921 * L_60 = GameObject_get_transform_m1369836730(L_59, /*hidden argument*/NULL); Transform_t3600365921 * L_61 = V_2; NullCheck(L_60); Transform_set_parent_m786917804(L_60, L_61, /*hidden argument*/NULL); stItemState_t244584211 * L_62 = __this->get_m_currentState_20(); NullCheck(L_62); GameObject_t1113636619 * L_63 = L_62->get_m_modelInstance_0(); NullCheck(L_63); Transform_t3600365921 * L_64 = GameObject_get_transform_m1369836730(L_63, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_65 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_64); Transform_set_localPosition_m4128471975(L_64, L_65, /*hidden argument*/NULL); stItemState_t244584211 * L_66 = __this->get_m_currentState_20(); NullCheck(L_66); GameObject_t1113636619 * L_67 = L_66->get_m_modelInstance_0(); NullCheck(L_67); Transform_t3600365921 * L_68 = GameObject_get_transform_m1369836730(L_67, /*hidden argument*/NULL); Vector3_t3722313464 L_69 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_68); Transform_set_localEulerAngles_m4202601546(L_68, L_69, /*hidden argument*/NULL); stItemState_t244584211 * L_70 = __this->get_m_currentState_20(); NullCheck(L_70); GameObject_t1113636619 * L_71 = L_70->get_m_modelInstance_0(); NullCheck(L_71); Transform_t3600365921 * L_72 = GameObject_get_transform_m1369836730(L_71, /*hidden argument*/NULL); Vector3_t3722313464 L_73 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_72); Transform_set_localScale_m3053443106(L_72, L_73, /*hidden argument*/NULL); } IL_01af: { return; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsMainResReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsMainResReady_m4220269052 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_IsMainResReady_m4220269052_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; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; CJuniorRoleModelItem_t636793867 * G_B22_0 = NULL; CJuniorRoleModelItem_t636793867 * G_B21_0 = NULL; int32_t G_B23_0 = 0; CJuniorRoleModelItem_t636793867 * G_B23_1 = NULL; String_t* G_B28_0 = NULL; String_t* G_B27_0 = NULL; String_t* G_B29_0 = NULL; String_t* G_B29_1 = NULL; { int32_t L_0 = __this->get_m_Category_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)14))))) { goto IL_0035; } } { Texture2D_t3840446185 * L_1 = __this->get_m_TextureSocks_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002e; } } { String_t* L_3 = __this->get_m_PrefabName_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } IL_002e: { return (bool)1; } IL_0030: { goto IL_009d; } IL_0035: { int32_t L_5 = __this->get_m_Category_1(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)42))))) { goto IL_006a; } } { Texture2D_t3840446185 * L_6 = __this->get_m_TextureBeautyEyes_9(); 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_0063; } } { String_t* L_8 = __this->get_m_PrefabName_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0065; } } IL_0063: { return (bool)1; } IL_0065: { goto IL_009d; } IL_006a: { stItemState_t244584211 * L_10 = __this->get_m_currentState_20(); NullCheck(L_10); GameObject_t1113636619 * L_11 = L_10->get_m_modelInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_009b; } } { String_t* L_13 = __this->get_m_PrefabName_4(); if (!L_13) { goto IL_009b; } } { String_t* L_14 = __this->get_m_PrefabName_4(); NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_009d; } } IL_009b: { return (bool)1; } IL_009d: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_16 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_17 = __this->get_m_PrefabName_4(); NullCheck(L_16); int32_t L_18 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_16, L_17); V_0 = L_18; int32_t L_19 = V_0; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_00b7; } } { return (bool)1; } IL_00b7: { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)3)))) { goto IL_023c; } } { bool L_21 = __this->get_m_bFirstFailed_12(); if (!L_21) { goto IL_023a; } } { __this->set_m_bFirstFailed_12((bool)0); V_1 = 0; int32_t L_22 = __this->get_m_SexVal_3(); if ((((int32_t)L_22) == ((int32_t)1))) { goto IL_00ea; } } { int32_t L_23 = __this->get_m_SexVal_3(); if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_010e; } } IL_00ea: { CJuniorRoleModelItem_t636793867 * L_24 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_25 = __this->get_m_SexVal_3(); G_B21_0 = L_24; if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { G_B22_0 = L_24; goto IL_0101; } } { G_B23_0 = 1; G_B23_1 = G_B21_0; goto IL_0102; } IL_0101: { G_B23_0 = 0; G_B23_1 = G_B22_0; } IL_0102: { int32_t L_26 = __this->get_m_Category_1(); NullCheck(G_B23_1); int32_t L_27 = CJuniorRoleModelItem_GetDefaultModelItem_m3195588872(G_B23_1, (bool)G_B23_0, L_26, /*hidden argument*/NULL); V_1 = L_27; } IL_010e: { int32_t L_28 = __this->get_m_SexVal_3(); int32_t L_29 = __this->get_m_Category_1(); int32_t L_30 = __this->get_m_SubModelIndex_2(); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); int32_t L_31 = CItemManager_GetSubModelID_m1275366725(NULL /*static, unused*/, L_28, L_29, L_30, /*hidden argument*/NULL); V_2 = L_31; int32_t L_32 = V_1; if (!L_32) { goto IL_0235; } } { int32_t L_33 = V_2; int32_t L_34 = V_1; if ((((int32_t)L_33) == ((int32_t)L_34))) { goto IL_0235; } } { V_3 = 0; V_4 = 0; V_5 = 0; int32_t L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_GetSubModelInfo_m903145472(NULL /*static, unused*/, L_35, (&V_3), (&V_4), (&V_5), /*hidden argument*/NULL); int32_t L_36 = __this->get_m_Category_1(); int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587857, L_38, /*hidden argument*/NULL); V_6 = L_39; String_t* L_40 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); String_t* L_41 = V_6; int32_t L_42 = V_5; int32_t L_43 = L_42; RuntimeObject * L_44 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_43); String_t* L_45 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587864, L_44, /*hidden argument*/NULL); String_t* L_46 = String_Concat_m3755062657(NULL /*static, unused*/, L_40, L_41, L_45, /*hidden argument*/NULL); V_7 = L_46; StringU5BU5D_t1281789340* L_47 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral1024091293); (L_47)->SetAt(static_cast(0), (String_t*)_stringLiteral1024091293); StringU5BU5D_t1281789340* L_48 = L_47; String_t* L_49 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_49); (L_48)->SetAt(static_cast(1), (String_t*)L_49); StringU5BU5D_t1281789340* L_50 = L_48; NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral3452614529); (L_50)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_51 = L_50; String_t* L_52 = V_6; NullCheck(L_51); ArrayElementTypeCheck (L_51, L_52); (L_51)->SetAt(static_cast(3), (String_t*)L_52); StringU5BU5D_t1281789340* L_53 = L_51; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral3452614529); (L_53)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614529); StringU5BU5D_t1281789340* L_54 = L_53; int32_t L_55 = V_5; int32_t L_56 = L_55; RuntimeObject * L_57 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_56); String_t* L_58 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587864, L_57, /*hidden argument*/NULL); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_58); (L_54)->SetAt(static_cast(5), (String_t*)L_58); StringU5BU5D_t1281789340* L_59 = L_54; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral3452614529); (L_59)->SetAt(static_cast(6), (String_t*)_stringLiteral3452614529); String_t* L_60 = String_Concat_m1809518182(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); V_8 = L_60; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_61 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_61); IResourceManager_BeginHighMode_m3631946985(L_61, /*hidden argument*/NULL); String_t* L_62 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_63 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); G_B27_0 = L_62; if (!L_63) { G_B28_0 = L_62; goto IL_01f8; } } { String_t* L_64 = V_7; G_B29_0 = L_64; G_B29_1 = G_B27_0; goto IL_0204; } IL_01f8: { String_t* L_65 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Concat_m3937257545(NULL /*static, unused*/, L_65, _stringLiteral2150326491, /*hidden argument*/NULL); G_B29_0 = L_66; G_B29_1 = G_B28_0; } IL_0204: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_67 = String_Concat_m3937257545(NULL /*static, unused*/, G_B29_1, G_B29_0, /*hidden argument*/NULL); V_8 = L_67; CRoleModelItem_ClearModelIns_m416853538(__this, /*hidden argument*/NULL); String_t* L_68 = V_8; __this->set_m_PrefabName_4(L_68); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_69 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_70 = __this->get_m_PrefabName_4(); NullCheck(L_69); IResourceManager_CreateResource_m1279813597(L_69, L_70, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_71 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); IResourceManager_EndHighMode_m797513702(L_71, /*hidden argument*/NULL); } IL_0235: { goto IL_023c; } IL_023a: { return (bool)1; } IL_023c: { return (bool)0; } } // System.Boolean DMCore.Framework.Scene.CRoleModelItem::IsAttachedResReady() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_IsAttachedResReady_m3237490214 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleModelItem_IsAttachedResReady_m3237490214_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleModelItem_VehicleCfg_t3488277076 * V_0 = NULL; SuitData_t121943445 * V_1 = NULL; bool V_2 = false; { ISceneRole_t2394225724 * L_0 = __this->get_m_Role_0(); if (!L_0) { goto IL_0050; } } { int32_t L_1 = __this->get_m_Category_1(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)30))))) { goto IL_0050; } } { int32_t L_2 = CRoleModelItem_GetSubModelItemIndex_m1516327529(__this, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0050; } } { CRoleModelItem_VehicleCfgManager_t2872767124 * L_3 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = CRoleModelItem_GetFullItemID_m3835475041(__this, /*hidden argument*/NULL); NullCheck(L_3); CRoleModelItem_VehicleCfg_t3488277076 * L_5 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; CRoleModelItem_VehicleCfg_t3488277076 * L_6 = V_0; ISceneRole_t2394225724 * L_7 = __this->get_m_Role_0(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_7); NullCheck(L_6); bool L_9 = CRoleModelItem_VehicleCfg_IsReady_m1392940308(L_6, (bool)((((int32_t)0) == ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL); if (L_9) { goto IL_0050; } } { return (bool)0; } IL_0050: { ISceneRole_t2394225724 * L_10 = __this->get_m_Role_0(); if (!L_10) { goto IL_00b0; } } { int32_t L_11 = __this->get_m_Category_1(); if ((!(((uint32_t)L_11) == ((uint32_t)7)))) { goto IL_00b0; } } { int32_t L_12 = CRoleModelItem_GetSubModelItemIndex_m1516327529(__this, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_12))) { goto IL_00b0; } } { IL2CPP_RUNTIME_CLASS_INIT(CSuitAnimCfg_t328222487_il2cpp_TypeInfo_var); CSuitAnimCfg_t328222487 * L_13 = CSuitAnimCfg_GetInstance_m1078416264(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = CRoleModelItem_GetFullItemID_m3835475041(__this, /*hidden argument*/NULL); NullCheck(L_13); SuitData_t121943445 * L_15 = CSuitAnimCfg_FindSuitAnim_m193842036(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; SuitData_t121943445 * L_16 = V_1; if (!L_16) { goto IL_00b0; } } { V_2 = (bool)1; SuitData_t121943445 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = SuitData_get_AnimName_m1255827315(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00ae; } } { SuitData_t121943445 * L_20 = V_1; NullCheck(L_20); String_t* L_21 = SuitData_get_AnimName_m1255827315(L_20, /*hidden argument*/NULL); bool L_22 = CAnimManager_CheckAnimReady_m3203671911(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00ae; } } { V_2 = (bool)0; } IL_00ae: { bool L_23 = V_2; return L_23; } IL_00b0: { return (bool)1; } } // System.String DMCore.Framework.Scene.CRoleModelItem::GetPrefabName() extern "C" IL2CPP_METHOD_ATTR String_t* CRoleModelItem_GetPrefabName_m2703902067 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_PrefabName_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif