#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; 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 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 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // DMCore.DanceMode.CDanceMode_Heart struct CDanceMode_Heart_t1287841595; // DMCore.DanceMode.CDanceMode struct CDanceMode_t1520520494; // System.String struct String_t; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // UnityEngine.Object struct Object_t631007953; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.DanceMode.CRoleBeatKeyData_Total struct CRoleBeatKeyData_Total_t538171442; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.CDataProperty struct CDataProperty_t2806246268; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMCore.ILogicBase struct ILogicBase_t2190831891; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940; // System.Predicate`1 struct Predicate_1_t2672744813; // System.Predicate`1 struct Predicate_1_t3905400288; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Transform struct Transform_t3600365921; // DMCore.DanceMode.CDanceMode/OnRoleAnimEnd struct OnRoleAnimEnd_t3559497459; // DMCore.ISoundManager struct ISoundManager_t434164892; // UnityEngine.AudioClip struct AudioClip_t3680889665; // DMCore.Framework.CSceneEffectManager struct CSceneEffectManager_t793970061; // System.Action`1 struct Action_1_t1569734369; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.Component struct Component_t1923634451; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // DMCore.DanceMode.CSectionRoleTask struct CSectionRoleTask_t2014828986; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // DMCore.DanceMode.stRoleMoveInfo struct stRoleMoveInfo_t1278810436; // System.Collections.Generic.List`1 struct List_1_t2750885178; // System.Collections.Generic.List`1 struct List_1_t257213610; // DMCore.DanceMode.CDanceMode_Normal struct CDanceMode_Normal_t3148057993; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.Collections.Generic.List`1 struct List_1_t913674750; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // MemberManager struct MemberManager_t2979457932; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfgManager struct CRoleModelItem_VehicleCfgManager_t2872767124; // DMCore.Framework.Scene.CRoleModelItem_VehicleCfg struct CRoleModelItem_VehicleCfg_t3488277076; // DMCore.Framework.Scene.CVehicleRoleAnimName struct CVehicleRoleAnimName_t758558953; // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909; // DMCore.DanceMode.ClassicalKeyLogic struct ClassicalKeyLogic_t2839086845; // DMCore.DanceMode.CDanceMode_Score struct CDanceMode_Score_t129366621; // CQualifyingManager struct CQualifyingManager_t954001806; // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t110361559; // DMCore.DanceMode.CRoleBeatKeyData_Active struct CRoleBeatKeyData_Active_t3989483231; // DMCore.DanceMode.CDanceModeManager struct CDanceModeManager_t745595461; // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.DanceMode.CDanceMode_Battle struct CDanceMode_Battle_t3921573432; // DMCore.DanceMode.CDanceScoreRatio struct CDanceScoreRatio_t899523984; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3782052096; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1854432203; // DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey0 struct U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541; // System.Collections.Generic.List`1 struct List_1_t712758761; // System.Predicate`1 struct Predicate_1_t65978143; // DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit struct ScoreRatioUnit_t3535651315; // DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey1 struct U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Comparison`1 struct Comparison_1_t3310582494; // System.Comparison`1 struct Comparison_1_t2855037343; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.Movie.CAnimSequence struct CAnimSequence_t1119714129; // DMCore.DanceMode.ClassicalKeyQueue struct ClassicalKeyQueue_t335011495; // DMCore.Framework.Movie.CAnimMusicSection struct CAnimMusicSection_t536843937; // DMCore.Framework.Movie.CAnimNode struct CAnimNode_t3327376431; // DMCore.Logic.CMusicManager struct CMusicManager_t3263666357; // DMCore.Logic.CMusicDescription struct CMusicDescription_t2126213410; // DMCore.DanceMode.ClassicalKeyUnit struct ClassicalKeyUnit_t2831186819; // System.Collections.Generic.List`1 struct List_1_t8294265; // System.Object[] struct ObjectU5BU5D_t2843939325; // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524; // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656; // BetterList`1 struct BetterList_1_t3113987842; // BetterList`1 struct BetterList_1_t2235126482; // DMCore.DanceMode.CRoleBeatKeyData_Section struct CRoleBeatKeyData_Section_t904755798; // DMCore.Framework.Misc.CEncrptHelp_Int struct CEncrptHelp_Int_t51280996; // DMCore.Framework.Misc.CEncrptHelp`1 struct CEncrptHelp_1_t2107105261; // DMCore.DanceMode.CRoleGiveLike struct CRoleGiveLike_t149518772; // DMCore.DanceMode.IBeatKeyFollow struct IBeatKeyFollow_t1042819926; // DMCore.DanceMode.IBeatKeys struct IBeatKeys_t2500473988; // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778; // DMCore.Logic.SkillInfo struct SkillInfo_t3175174670; // System.Collections.Generic.List`1 struct List_1_t3346683719; // System.Collections.Generic.List`1 struct List_1_t2675634408; // System.Collections.Generic.List`1 struct List_1_t3107464159; // DMCore.DanceMode.IBeatKeys/stParticleInfo struct stParticleInfo_t1635389417; // DMCore.DanceMode.IBeatKeys/stResultInfo struct stResultInfo_t1874608977; // DMCore.DanceMode.IBeatKeys/stPropUseInfo struct stPropUseInfo_t1203559666; // UnityEngine.Texture2D struct Texture2D_t3840446185; // DMCore.DanceMode.CBeatKeyCtrlNode struct CBeatKeyCtrlNode_t1019706062; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.DanceMode.IBeatKeys/stEffectInfo struct stEffectInfo_t258222805; // DMCore.DanceMode.IBeatKeySwingBase struct IBeatKeySwingBase_t1515627798; // DMCore.DanceMode.CBeatKeySwingCtrollor struct CBeatKeySwingCtrollor_t4230979690; // DMCore.DanceMode.CBeatKeySwingUI struct CBeatKeySwingUI_t1346072144; // UISprite struct UISprite_t194114938; // DMCore.DanceMode.RevenueDetailData struct RevenueDetailData_t1092030774; // System.Text.StringBuilder struct StringBuilder_t; // DMCore.Framework.CDependenceReadyManager struct CDependenceReadyManager_t857962078; // System.Collections.Generic.List`1 struct List_1_t1647121327; // System.Collections.Generic.List`1 struct List_1_t1700065621; // DMCore.Logic.logicActivityPic struct logicActivityPic_t3113258227; // DMCore.Framework.IReadySite struct IReadySite_t175046585; // DMCore.Framework.CDependenceReadyManager/CTextStateData struct CTextStateData_t227990879; // DMCore.Framework.Misc.CTextCombine struct CTextCombine_t822230699; // DMCore.Framework.Resource.OnResourceResult struct OnResourceResult_t3899022047; // DMCore.Framework.OnTextReady struct OnTextReady_t3445893431; // UnityEngine.TextAsset struct TextAsset_t3022178571; // DMCore.Framework.CModuleManager struct CModuleManager_t4250936907; // System.Type struct Type_t; // System.IO.DirectoryInfo struct DirectoryInfo_t35957480; // DMCore.Framework.CModuleNative struct CModuleNative_t1834005593; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.Binder struct Binder_t2999457153; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3270456118; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // DMCore.Framework.CRoleEffectManager/stRoleEffectData struct stRoleEffectData_t3485199819; // System.Collections.Generic.List`1> struct List_1_t3041809111; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.Net.Protocol.CMsgBeatHeart struct CMsgBeatHeart_t1177153467; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Net.Protocol.INetMsgBaseC2S struct INetMsgBaseC2S_t1364238951; // UIAtlas struct UIAtlas_t3195533529; // UIAtlas/Sprite struct Sprite_t2895597119; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Texture struct Texture_t3661962703; // UnityEngine.Gyroscope struct Gyroscope_t3288342876; // DMCore.Framework.Ini.CIniFile struct CIniFile_t2879301433; // System.Collections.Generic.List`1 struct List_1_t2690565106; // DMCore.Framework.Ini.CIniSection struct CIniSection_t1218490364; // System.Collections.Generic.List`1 struct List_1_t3908847014; // DMCore.Framework.Ini.CIniFile/stLineData struct stLineData_t2436772272; // DMCore.Framework.Ini.CIniItem struct CIniItem_t4093898296; // System.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Generic.List`1 struct List_1_t1271005742; // System.IO.FileStream struct FileStream_t4292183065; // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910; // System.String[] struct StringU5BU5D_t1281789340; // System.Text.Encoding struct Encoding_t1523322056; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t336297922; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNodeList struct XmlNodeList_t2551693786; // DMCore.Framework.IO.XmlHelper struct XmlHelper_t449021294; // System.Xml.XmlTextWriter struct XmlTextWriter_t2114213153; // System.IO.Stream struct Stream_t1273022909; // System.Xml.XmlWriter struct XmlWriter_t127905479; // System.Xml.XmlTextReader struct XmlTextReader_t4233384356; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1444694249; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345; // System.IO.StringReader struct StringReader_t3465604688; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.IO.TextReader struct TextReader_t283511965; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // UnityEngine.AsyncOperation struct AsyncOperation_t1445031843; // DMCore.Framework.Localization.CLabelStyleManager struct CLabelStyleManager_t54421615; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t871913418; // UILabel struct UILabel_t3248798549; // DMCore.Framework.Localization.LabelSytleUnit struct LabelSytleUnit_t1086657119; // UIWidget struct UIWidget_t3538521925; // UnityEngine.Shader struct Shader_t4151988712; // DMCore.CGameSetting struct CGameSetting_t2678036671; // DMCore.Framework.Localization.CUITextConfig struct CUITextConfig_t2592370463; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t538876318; // DMCore.Framework.Localization.UIPageText struct UIPageText_t753620019; // DMCore.Framework.Localization.UITextUnit struct UITextUnit_t262570062; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // System.Collections.Generic.List`1 struct List_1_t1734644804; // DMCore.Framework.Localization.UIPageText/c__AnonStorey0 struct U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169; // System.Predicate`1 struct Predicate_1_t1087864186; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // DMCore.Framework.Plugin.CLocationPlugin struct CLocationPlugin_t3425133258; // DMCore.Framework.Misc.CAlgorithmHelp struct CAlgorithmHelp_t2528104589; // DMCore.CAccManager struct CAccManager_t1454736772; // UIRoot struct UIRoot_t4022971450; // BetterList`1 struct BetterList_1_t289316694; // DMCore.Framework.Movie.CAnimTrack struct CAnimTrack_t1608933299; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Collections.Generic.List`1 struct List_1_t3326345499; // BetterList`1 struct BetterList_1_t1002471007; // System.Collections.Generic.List`1 struct List_1_t504483877; // DMCore.Framework.XML.DMXmlNode[] struct DMXmlNodeU5BU5D_t4275982093; // DMCore.Framework.Ini.CIniFile/stLineData[] struct stLineDataU5BU5D_t1636163985; // DMCore.Framework.XML.DMXmlSerial struct DMXmlSerial_t1029243897; // BetterList`1 struct BetterList_1_t2935806958; // DMCore.Framework.Ini.CIniItem[] struct CIniItemU5BU5D_t4274797033; // DMCore.DanceMode.ClassicalKeyUnit[] struct ClassicalKeyUnitU5BU5D_t482381586; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // DMCore.DanceMode.ENUM_KEY_MODE[] struct ENUM_KEY_MODEU5BU5D_t270859080; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t383217748; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2650786999; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2979579708; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1747829908; // DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit[] struct ScoreRatioUnitU5BU5D_t1482600674; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t3314986516; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // 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; // System.Collections.Generic.List`1 struct List_1_t318665914; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Comparison`1 struct Comparison_1_t2216417410; // DMCore.Framework.CRoleEffectManager/stRoleEffectData[] struct stRoleEffectDataU5BU5D_t243065514; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3388444526; // System.Collections.ArrayList struct ArrayList_t2718874744; // BetterList`1 struct BetterList_1_t545552484; // DMCore.Framework.IModuleBase struct IModuleBase_t3872726543; // DMCore.Framework.CDependenceReadyManager/CTextStateData[] struct CTextStateDataU5BU5D_t2867560006; // DMCore.Framework.IReadySite[] struct IReadySiteU5BU5D_t561108292; // System.Action`1[] struct Action_1U5BU5D_t1441410172; // DMCore.Framework.Ini.CIniSection[] struct CIniSectionU5BU5D_t1022100629; // DMCore.DanceMode.IBeatKeys/stParticleInfo[] struct stParticleInfoU5BU5D_t2802257492; // DMCore.DanceMode.IBeatKeys/stPropUseInfo[] struct stPropUseInfoU5BU5D_t515254023; // DMCore.DanceMode.IBeatKeys/stResultInfo[] struct stResultInfoU5BU5D_t1371592780; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3250266723; // System.Collections.Generic.List`1 struct List_1_t1538660838; // DMCore.DanceMode.stRoleMoveInfo[] struct stRoleMoveInfoU5BU5D_t1933419821; // DMCore.Framework.Localization.UITextUnit[] struct UITextUnitU5BU5D_t2496470715; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t757155719; // System.Collections.Generic.List`1 struct List_1_t2376830540; // System.Collections.Generic.List`1 struct List_1_t1621593514; // System.Comparison`1 struct Comparison_1_t679686977; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.Generic.List`1 struct List_1_t3662906633; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2591502567; // 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; // CQualifyingManager/CallBack struct CallBack_t4012644998; // System.Collections.Generic.List`1 struct List_1_t4281599118; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4066855417; // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // DMCore.Framework.Localization.LabelSytleUnit[] struct LabelSytleUnitU5BU5D_t1929172294; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t779584010; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // DMCore.Framework.Scene.CVehicleRoleAnimName[] struct CVehicleRoleAnimNameU5BU5D_t2303117652; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2376990407; // System.Int64[] struct Int64U5BU5D_t2559172825; // DMCore.Framework.Localization.UIPageText[] struct UIPageTextU5BU5D_t644304290; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3789683302; // System.Collections.Generic.List`1 struct List_1_t3149535657; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // DMCore.Net.CNetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2947363969; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.Net.INetLink struct INetLink_t2717826932; // System.Collections.Generic.List`1 struct List_1_t3594922530; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3261532576; // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481; // System.Collections.Generic.Stack`1 struct Stack_1_t2690840144; // UnityEngine.AudioSource struct AudioSource_t3935305588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // 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; // CDataModelBool struct CDataModelBool_t2269476966; // BetterList`1 struct BetterList_1_t3256166455; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // 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.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Collections.Generic.List`1 struct List_1_t2491780804; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3213771897; // BetterList`1 struct BetterList_1_t1515500177; // DMCore.DanceMode.CBeatKeySequenceInfo struct CBeatKeySequenceInfo_t1686169301; // System.Action`1 struct Action_1_t1192173657; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // CDataModelInt struct CDataModelInt_t3463393640; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077746168; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4033884959; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3693168236; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3770330557; // System.Comparison`1 struct Comparison_1_t907937207; // System.Collections.Generic.List`1 struct List_1_t4056803065; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1014926741; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3311957831; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Action`1 struct Action_1_t1617499438; // DMCore.DanceMode.CBeatKeyCtrlNode/RoleSectionCalc struct RoleSectionCalc_t3975632210; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t739721426; // System.Collections.Generic.List`1 struct List_1_t2807752047; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // BetterList`1 struct BetterList_1_t3192665299; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Collections.Generic.List`1 struct List_1_t817360128; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227; // System.IO.TextWriter struct TextWriter_t3478189236; // System.IO.StringWriter struct StringWriter_t802263757; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // System.Xml.XmlTextWriter/XmlNodeInfo[] struct XmlNodeInfoU5BU5D_t431163322; // System.Collections.Stack struct Stack_t2329662280; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // System.Collections.Generic.List`1 struct List_1_t72704565; // UIPanel struct UIPanel_t1716472341; // UIGeometry struct UIGeometry_t1059483952; // System.Collections.Generic.List`1 struct List_1_t1200078896; // UIFont struct UIFont_t2766063701; extern RuntimeClass* CDanceMode_t1520520494_il2cpp_TypeInfo_var; extern const uint32_t CDanceMode_Heart__ctor_m514549574_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1002668006; extern String_t* _stringLiteral1002685112; extern String_t* _stringLiteral2576646118; extern String_t* _stringLiteral2576663224; extern String_t* _stringLiteral1985169474; extern String_t* _stringLiteral1807570755; extern String_t* _stringLiteral422669844; extern String_t* _stringLiteral64549249; extern const uint32_t CDanceMode_Heart_PrepareResources_m1683809712_MetadataUsageId; extern String_t* _stringLiteral2721688862; extern String_t* _stringLiteral1105209748; extern String_t* _stringLiteral3834093103; extern const uint32_t CDanceMode_Heart_OnRoleReady_m3751279590_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4157990518; extern String_t* _stringLiteral2718347856; extern String_t* _stringLiteral1152263915; extern String_t* _stringLiteral4062364008; extern String_t* _stringLiteral3457923044; extern String_t* _stringLiteral3457923054; extern String_t* _stringLiteral2650209757; extern String_t* _stringLiteral1605126695; extern const uint32_t CDanceMode_Heart_OnMusicEndRoleAnim_m3149197544_MetadataUsageId; extern RuntimeClass* CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2672744813_il2cpp_TypeInfo_var; extern const RuntimeMethod* IResHelp__FunPathDanceAnim_m180543390_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2189065264_RuntimeMethod_var; extern const RuntimeMethod* IResHelp__FunPathDanceCamera_m2753716925_RuntimeMethod_var; extern const RuntimeMethod* IResHelp__FunPathAvatar_m3023652776_RuntimeMethod_var; extern const uint32_t CDanceMode_Heart_OnBeforeShowResultUI_m1358742803_MetadataUsageId; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1977741677; extern String_t* _stringLiteral1963786532; extern String_t* _stringLiteral2005233345; extern const uint32_t CDanceMode_Heart_OnShowResultUI_m1489183590_MetadataUsageId; extern RuntimeClass* CSceneEffectManager_t793970061_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t1569734369_il2cpp_TypeInfo_var; extern const RuntimeMethod* CDanceMode_Heart_OnDefaultEffect_m2196805950_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4059354831_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Heart_OnShowTime_m1545480792_RuntimeMethod_var; extern const uint32_t CDanceMode_Heart_OnStartRoleAnim_m3993041652_MetadataUsageId; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern const RuntimeMethod* CDanceMode_Heart_OnCameraMoving_m1427130603_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Heart_OnCallRoleAnim_m2604945564_RuntimeMethod_var; extern String_t* _stringLiteral3941088982; extern String_t* _stringLiteral755579739; extern String_t* _stringLiteral924108756; extern String_t* _stringLiteral755580429; extern String_t* _stringLiteral924109446; extern String_t* _stringLiteral723372678; extern String_t* _stringLiteral723371988; extern const uint32_t CDanceMode_Heart_OnCallRoleAnim_m2604945564_MetadataUsageId; extern String_t* _stringLiteral4237377630; extern String_t* _stringLiteral2671293689; extern const uint32_t CDanceMode_Heart_GetStartEffectName_m2458022748_MetadataUsageId; extern const uint32_t CDanceMode_Heart_OnCameraMoving_m1427130603_MetadataUsageId; extern String_t* _stringLiteral2718413392; extern String_t* _stringLiteral1152329451; extern const uint32_t CDanceMode_Heart_OnDefaultEffect_m2196805950_MetadataUsageId; extern const RuntimeMethod* CDanceMode_Heart_OnShowTimeAnimEnd_m1965520372_RuntimeMethod_var; extern const uint32_t CDanceMode_Heart_OnShowTime_m1545480792_MetadataUsageId; extern const uint32_t CDanceMode_Heart_OnShowTimeAnimEnd_m1965520372_MetadataUsageId; extern RuntimeClass* stRoleMoveInfo_t1278810436_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3512643911_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1246520958_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Heart_OnSectionRoleMoveing_Heart_m133723028_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Heart_On3DShowTimeEff_m2052370652_RuntimeMethod_var; extern String_t* _stringLiteral403571131; extern String_t* _stringLiteral1362697702; extern String_t* _stringLiteral703547752; extern const uint32_t CDanceMode_Heart_OnSectionChanged_m2227557927_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3539424980_RuntimeMethod_var; extern const uint32_t CDanceMode_Heart_OnSectionRoleMoveing_Heart_m133723028_MetadataUsageId; extern String_t* _stringLiteral4237443167; extern const uint32_t CDanceMode_Heart_On3DShowTimeEff_m2052370652_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t913674750_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3581340774_RuntimeMethod_var; extern const uint32_t CDanceMode_Normal__ctor_m329968243_MetadataUsageId; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3231470291; extern String_t* _stringLiteral1077017624; extern String_t* _stringLiteral3898450985; extern String_t* _stringLiteral3030520892; extern String_t* _stringLiteral1263558111; extern String_t* _stringLiteral262558461; extern String_t* _stringLiteral8128894; extern String_t* _stringLiteral1574212835; extern String_t* _stringLiteral3453141324; extern String_t* _stringLiteral4031154751; extern String_t* _stringLiteral649244181; extern const uint32_t CDanceMode_Normal_PrepareResources_m1861529728_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2269680114_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2696058023_RuntimeMethod_var; extern const uint32_t CDanceMode_Normal_Clear_m2247512481_MetadataUsageId; extern RuntimeClass* MemberManager_t2979457932_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2820005844; extern String_t* _stringLiteral1726884675; extern String_t* _stringLiteral208721149; extern String_t* _stringLiteral406945646; extern String_t* _stringLiteral4041997353; extern const uint32_t CDanceMode_Normal_OnRoleReady_m313937218_MetadataUsageId; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern RuntimeClass* CPetActionConfig_t1976691651_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3907413264; extern String_t* _stringLiteral4205146971; extern String_t* _stringLiteral2671359227; extern String_t* _stringLiteral3054539787; extern String_t* _stringLiteral3798006808; extern String_t* _stringLiteral3898450984; extern String_t* _stringLiteral3367079003; extern String_t* _stringLiteral1419756861; extern String_t* _stringLiteral3367079006; extern String_t* _stringLiteral1419691325; extern const uint32_t CDanceMode_Normal_OnMusicEndRoleAnim_m576388603_MetadataUsageId; extern RuntimeClass* CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var; extern const uint32_t CDanceMode_Normal_OnBeforeShowResultUI_m3128275425_MetadataUsageId; extern String_t* _stringLiteral1791571397; extern String_t* _stringLiteral771408658; extern const uint32_t CDanceMode_Normal_OnShowResultUI_m3764913998_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m2770200702_RuntimeMethod_var; extern const uint32_t CDanceMode_Normal_GetAnimRandomVal_m2510512001_MetadataUsageId; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m358737454_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m679968318_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Normal_OnDefaultEffect_m4033065528_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Normal_OnShowTime_m2384065896_RuntimeMethod_var; extern String_t* _stringLiteral3883940818; extern const uint32_t CDanceMode_Normal_OnStartRoleAnim_m1446870866_MetadataUsageId; extern String_t* _stringLiteral1984011109; extern const uint32_t CDanceMode_Normal_OnShowTime_m2384065896_MetadataUsageId; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m3814898732_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Normal_OnCallRoleAnim_m1363059934_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Normal_OnCameraMoving_m3943933196_RuntimeMethod_var; extern String_t* _stringLiteral2724846569; extern String_t* _stringLiteral1105275284; extern const uint32_t CDanceMode_Normal_OnCallRoleAnim_m1363059934_MetadataUsageId; extern const uint32_t CDanceMode_Normal_OnCameraMoving_m3943933196_MetadataUsageId; extern const RuntimeMethod* CDanceMode_OnSectionRoleMoveing_m3634149004_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Normal_On3DShowTimeEff_m3331590915_RuntimeMethod_var; extern const uint32_t CDanceMode_Normal_OnSectionChanged_m3189176534_MetadataUsageId; extern RuntimeClass* ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var; extern const uint32_t CDanceMode_Normal_OnSectionChangedClient_m3636611676_MetadataUsageId; extern const uint32_t CDanceMode_Normal_On3DShowTimeEff_m3331590915_MetadataUsageId; extern const uint32_t CDanceMode_Score__ctor_m2781971423_MetadataUsageId; extern const uint32_t CDanceMode_Score_PrepareResources_m1210993033_MetadataUsageId; extern const uint32_t CDanceMode_Score_Clear_m4103082822_MetadataUsageId; extern const uint32_t CDanceMode_Score_OnRoleReady_m1867722123_MetadataUsageId; extern String_t* _stringLiteral1285633783; extern String_t* _stringLiteral2664344691; extern const uint32_t CDanceMode_Score_OnMusicEndRoleAnim_m3730994871_MetadataUsageId; extern RuntimeClass* CDanceMode_Score_t129366621_il2cpp_TypeInfo_var; extern const uint32_t CDanceMode_Score_OnBeforeShowResultUI_m3579274446_MetadataUsageId; extern String_t* _stringLiteral2001333132; extern const uint32_t CDanceMode_Score_OnShowResultUI_m1712452367_MetadataUsageId; extern RuntimeClass* SortKeyInfo_1_t110361559_il2cpp_TypeInfo_var; extern const RuntimeMethod* SortKeyInfo_1__ctor_m4042510263_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor3_TisInt64_t3736567304_m3357754281_RuntimeMethod_var; extern const uint32_t CDanceMode_Score_DanceResultSortFunctor_m1378571271_MetadataUsageId; extern const RuntimeMethod* CDanceMode_Score_OnDefaultEffect_m3229325262_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Score_OnShowTime_m1231045205_RuntimeMethod_var; extern const uint32_t CDanceMode_Score_OnStartRoleAnim_m3256188225_MetadataUsageId; extern const uint32_t CDanceMode_Score_OnActiveDataChanged_m3645184479_MetadataUsageId; extern const uint32_t CDanceMode_Score_OnSectionChangedClient_m3580108717_MetadataUsageId; extern const uint32_t CDanceMode_Score_OnPlayResultChanged_m2637799011_MetadataUsageId; extern const uint32_t CDanceMode_Score_GetAnimRandomVal_m193975704_MetadataUsageId; extern String_t* _stringLiteral1545295657; extern String_t* _stringLiteral3501610793; extern const uint32_t CDanceMode_Score_OnDefaultEffect_m3229325262_MetadataUsageId; extern const uint32_t CDanceMode_Score_OnShowTime_m1231045205_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2237906497_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Score_OnCallRoleAnim_m3944254658_RuntimeMethod_var; extern const RuntimeMethod* CDanceMode_Score_OnCameraMoving_m1012166700_RuntimeMethod_var; extern const uint32_t CDanceMode_Score_OnCallRoleAnim_m3944254658_MetadataUsageId; extern const uint32_t CDanceMode_Score_OnCameraMoving_m1012166700_MetadataUsageId; extern const uint32_t CDanceMode_Score_OnChangeDancePos_m4154661755_MetadataUsageId; extern const uint32_t CDanceModeManager_GetDanceModeIns_m2487172692_MetadataUsageId; extern const uint32_t CDanceModeManager_ClearAll_m327441746_MetadataUsageId; extern const uint32_t CDanceModeManager_set_PlayMode_m3679479831_MetadataUsageId; extern const uint32_t CDanceModeManager_get_PlayMode_m4120183678_MetadataUsageId; extern const uint32_t CDanceModeManager_set_LocalPlayMode_m3510504217_MetadataUsageId; extern const uint32_t CDanceModeManager_get_LocalPlayMode_m4078433235_MetadataUsageId; extern const uint32_t CDanceModeManager_set_IsNeedChangeDanceMode_m3466083877_MetadataUsageId; extern const uint32_t CDanceModeManager_get_IsNeedChangeDanceMode_m939141014_MetadataUsageId; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern const uint32_t CDanceModeManager_OnGameStart_m340262503_MetadataUsageId; extern const uint32_t CDanceModeManager_OnGameEnd_m3889324977_MetadataUsageId; extern RuntimeClass* CDanceMode_Battle_t3921573432_il2cpp_TypeInfo_var; extern const uint32_t CDanceModeManager__cctor_m1387912408_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3782052096_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2525691087_RuntimeMethod_var; extern String_t* _stringLiteral1405873106; extern const uint32_t CDanceScoreRatio__ctor_m771628702_MetadataUsageId; extern RuntimeClass* CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var; extern const uint32_t CDanceScoreRatio_GetInstance_m507091185_MetadataUsageId; extern const uint32_t CDanceScoreRatio_GetSelfScoreRatio_m1215160972_MetadataUsageId; extern const uint32_t CDanceScoreRatio_GetCurScoreRatio_m1053968459_MetadataUsageId; extern RuntimeClass* U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t65978143_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetCurScoreRatioU3Ec__AnonStorey0_U3CU3Em__0_m1895207446_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3672286690_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2388755695_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2886493082_RuntimeMethod_var; extern const uint32_t CDanceScoreRatio_GetCurScoreRatio_m819537233_MetadataUsageId; extern RuntimeClass* U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetMaxScoreRatioU3Ec__AnonStorey1_U3CU3Em__0_m2084810102_RuntimeMethod_var; extern const uint32_t CDanceScoreRatio_GetMaxScoreRatio_m2735255659_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1213049812_RuntimeMethod_var; extern const uint32_t CDanceScoreRatio_Clear_m1350548997_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t712758761_il2cpp_TypeInfo_var; extern RuntimeClass* ScoreRatioUnit_t3535651315_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t3310582494_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1703782134_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m602249708_RuntimeMethod_var; extern const RuntimeMethod* CDanceScoreRatio__SortFunctor_m3239492722_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m1198187307_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m3955365477_RuntimeMethod_var; extern const RuntimeMethod* List_1_Reverse_m4236655419_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3482068944_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral594548718; extern String_t* _stringLiteral2372713795; extern String_t* _stringLiteral1594152199; extern const uint32_t CDanceScoreRatio_OnLoad_m898143311_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2576847544_RuntimeMethod_var; extern const uint32_t CDanceScoreRatio__GetDestScoreRatioLib_m2237322585_MetadataUsageId; extern const uint32_t CDanceScoreRatio__cctor_m1462268431_MetadataUsageId; extern const uint32_t ClassicalKeyLogic_GetInstance_m2319546815_MetadataUsageId; extern String_t* _stringLiteral1486599259; extern String_t* _stringLiteral3899697050; extern const uint32_t ClassicalKeyLogic_GetQueueCount_m4211381272_MetadataUsageId; extern const uint32_t ClassicalKeyLogic_GetCurSectionState_m2327968441_MetadataUsageId; extern const uint32_t ClassicalKeyLogic_GetCurSectionPrepareTime_m1184479287_MetadataUsageId; extern const uint32_t ClassicalKeyLogic_GetCurSectionBeatKeyEndTime_m1266372771_MetadataUsageId; extern const uint32_t ClassicalKeyLogic_get_BPMScale_m2654097174_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1963067268_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3229285592_RuntimeMethod_var; extern const uint32_t ClassicalKeyLogic_get_ActiveKeyData_m722573603_MetadataUsageId; extern const uint32_t ClassicalKeyLogic_get_NextKeyLevel_m2068075518_MetadataUsageId; extern const uint32_t ClassicalKeyLogic_set_ActiveQueueIndex_m2440297153_MetadataUsageId; extern String_t* _stringLiteral464003187; extern const uint32_t ClassicalKeyLogic_get_FakeSectionID_m4246703636_MetadataUsageId; extern RuntimeClass* ClassicalKeyQueue_t335011495_il2cpp_TypeInfo_var; extern const uint32_t ClassicalKeyLogic__GetDestKeyQueue_m2562265480_MetadataUsageId; extern RuntimeClass* List_1_t8294265_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m212324087_RuntimeMethod_var; extern const uint32_t ClassicalKeyQueue__ctor_m3079727264_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m4052028796_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3124844671_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m39634434_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m907974815_RuntimeMethod_var; extern String_t* _stringLiteral3687107794; extern String_t* _stringLiteral4067866857; extern String_t* _stringLiteral908583612; extern String_t* _stringLiteral3453007859; extern const uint32_t ClassicalKeyQueue_ToString_m2664755969_MetadataUsageId; extern String_t* _stringLiteral420090434; extern const uint32_t ClassicalKeyQueue_GetUniqueName_m272854927_MetadataUsageId; extern RuntimeClass* DMXmlNode_t3958967524_il2cpp_TypeInfo_var; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral3593739256; extern String_t* _stringLiteral1303359200; extern String_t* _stringLiteral4069634599; extern String_t* _stringLiteral3512149199; extern String_t* _stringLiteral2600271970; extern const uint32_t ClassicalKeyQueue_SerialToXml_m483748571_MetadataUsageId; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern RuntimeClass* ClassicalKeyUnit_t2831186819_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m4247163161_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m3745418477_RuntimeMethod_var; extern const uint32_t ClassicalKeyQueue_DeserialFromXml_m2049256514_MetadataUsageId; extern const uint32_t ClassicalKeyQueue_OnAnimBegin_m1457042562_MetadataUsageId; extern String_t* _stringLiteral4226922794; extern String_t* _stringLiteral3245533746; extern String_t* _stringLiteral3450517394; extern const uint32_t ClassicalKeyUnit_ToString_m2780520974_MetadataUsageId; extern const uint32_t ClassicalKeyUnit_DeserialFromXml_m376350250_MetadataUsageId; extern RuntimeClass* CEncrptHelp_Int_t51280996_il2cpp_TypeInfo_var; extern const uint32_t CRoleBeatKeyData_Section__ctor_m2853970441_MetadataUsageId; extern const uint32_t CRoleBeatKeyData_Section_ScoreCompare_m508288295_MetadataUsageId; extern const RuntimeMethod* CEncrptHelp_1_Get_m2053086496_RuntimeMethod_var; extern const uint32_t CRoleBeatKeyData_Section_get__score_m3838156656_MetadataUsageId; extern const RuntimeMethod* CEncrptHelp_1_Set_m402441972_RuntimeMethod_var; extern const uint32_t CRoleBeatKeyData_Section_set__score_m2180173751_MetadataUsageId; extern const uint32_t CRoleBeatKeyData_Total__ctor_m2671646461_MetadataUsageId; extern const uint32_t CRoleBeatKeyData_Total_get_score_m3615130383_MetadataUsageId; extern const uint32_t CRoleBeatKeyData_Total_set_score_m3889446481_MetadataUsageId; extern RuntimeClass* List_1_t2750885178_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1889811877_RuntimeMethod_var; extern const uint32_t CSectionRoleTask__ctor_m2130227704_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2156120365_RuntimeMethod_var; extern const uint32_t CSectionRoleTask_Clear_m3325556555_MetadataUsageId; extern const uint32_t CSectionRoleTask_OnStep_m3142781303_MetadataUsageId; extern String_t* _stringLiteral2292520441; extern String_t* _stringLiteral3173758761; extern String_t* _stringLiteral915961004; extern const uint32_t IBeatKeyFollow_SerialToXml_m272553896_MetadataUsageId; extern const uint32_t IBeatKeyFollow_DeserialFromXml_m250303597_MetadataUsageId; extern String_t* _stringLiteral1834792664; extern String_t* _stringLiteral2549542594; extern const uint32_t IBeatKeyFollow_GetBackBorderTextureName_m3970457686_MetadataUsageId; extern String_t* _stringLiteral30529775; extern String_t* _stringLiteral11953232; extern const uint32_t IBeatKeyFollow_GetBackRoundTextureName_m2417281182_MetadataUsageId; extern String_t* _stringLiteral1881216892; extern String_t* _stringLiteral3075198839; extern const uint32_t IBeatKeyFollow_GetBackRoundEndTextureName_m1718711955_MetadataUsageId; extern const uint32_t IBeatKeyFollow_SetJudgePointCount_m2842906423_MetadataUsageId; extern const uint32_t IBeatKeyFollow_GetJudgeEndMissTime_m516288692_MetadataUsageId; extern const uint32_t IBeatKeyFollow_SetPingPongCount_m3888037471_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern String_t* _stringLiteral95343124; extern const uint32_t IBeatKeyFollow_DrawPingpongWidget_m3609074279_MetadataUsageId; extern const uint32_t IBeatKeyFollow_GetBackGroundBPMScale_m1603372661_MetadataUsageId; extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var; extern RuntimeClass* IBeatKeyFollow_t1042819926_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3_FieldInfo_var; extern const uint32_t IBeatKeyFollow__cctor_m234651070_MetadataUsageId; extern RuntimeClass* CPropEquipManager_t729741778_il2cpp_TypeInfo_var; extern const uint32_t IBeatKeyHelp_TryUsePropItem_m1498148053_MetadataUsageId; extern String_t* _stringLiteral3572347473; extern const uint32_t IBeatKeyHelp_TryUsePetSkill_m1161489600_MetadataUsageId; extern RuntimeClass* List_1_t3346683719_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2675634408_il2cpp_TypeInfo_var; extern RuntimeClass* IBeatKeys_t2500473988_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3107464159_il2cpp_TypeInfo_var; extern RuntimeClass* stParticleInfo_t1635389417_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1994423179_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m4042748265_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m578829583_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4284276687_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1861246485_RuntimeMethod_var; extern String_t* _stringLiteral1451098902; extern String_t* _stringLiteral3025077014; extern const uint32_t IBeatKeys__ctor_m2842744334_MetadataUsageId; extern const uint32_t IBeatKeys_GetScale_m3445086615_MetadataUsageId; extern RuntimeClass* CBeatKeyManager_t1395295909_il2cpp_TypeInfo_var; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern RuntimeClass* CImageHelp_t3694350091_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m1177268374_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2148692969_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m242739978_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1610314166_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m331278036_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m2000186864_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1369067833_RuntimeMethod_var; extern String_t* _stringLiteral3457923016; extern String_t* _stringLiteral3451500529; extern String_t* _stringLiteral3126306179; extern const uint32_t IBeatKeys_OnPaint_m2136184718_MetadataUsageId; extern const uint32_t IBeatKeys_Seek_m3960004472_MetadataUsageId; extern String_t* _stringLiteral1850259867; extern String_t* _stringLiteral3452614542; extern const uint32_t IBeatKeys_GetBackRoundTextureName_m1479415580_MetadataUsageId; extern String_t* _stringLiteral2215084547; extern String_t* _stringLiteral1985252974; extern String_t* _stringLiteral798688684; extern String_t* _stringLiteral3551647773; extern const uint32_t IBeatKeys_GetJudgeResultTextureName_m281428349_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3775855811_RuntimeMethod_var; extern const uint32_t IBeatKeys_Reset_m755369209_MetadataUsageId; extern String_t* _stringLiteral3452614616; extern String_t* _stringLiteral3452614615; extern const uint32_t IBeatKeys_SerialToXml_m3511116958_MetadataUsageId; extern const uint32_t IBeatKeys_DeserialFromXml_m404394739_MetadataUsageId; extern const uint32_t IBeatKeys_CalculateTimeOffset_m3880370422_MetadataUsageId; extern const uint32_t IBeatKeys_SetCenter_m2721193466_MetadataUsageId; extern const uint32_t IBeatKeys_OnAnimBegin_m434146345_MetadataUsageId; extern const uint32_t IBeatKeys_GetFadeInShowTime_m3032340980_MetadataUsageId; extern const uint32_t IBeatKeys_GetJudgeEndMissTime_m2647101593_MetadataUsageId; extern const uint32_t IBeatKeys_GetPaintAlpha_m2346745213_MetadataUsageId; extern String_t* _stringLiteral3452614543; extern const uint32_t IBeatKeys_DrawNumberIndex_m601134822_MetadataUsageId; extern String_t* _stringLiteral3164635854; extern const uint32_t IBeatKeys_SetJudgeResult_m4242780543_MetadataUsageId; extern RuntimeClass* stResultInfo_t1874608977_il2cpp_TypeInfo_var; extern RuntimeClass* stPropUseInfo_t1203559666_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2996653723_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2410943457_RuntimeMethod_var; extern const uint32_t IBeatKeys_SetDrawResult_m390367502_MetadataUsageId; extern const uint32_t IBeatKeys_GetJudgeValByOffTime_m970048845_MetadataUsageId; extern const uint32_t IBeatKeys_GetBackGroundBPMScale_m3843967193_MetadataUsageId; extern const uint32_t stEffectInfo__ctor_m4231819989_MetadataUsageId; extern RuntimeClass* IBeatKeySwingBase_t1515627798_il2cpp_TypeInfo_var; extern const uint32_t IBeatKeySwingBase__ctor_m138993608_MetadataUsageId; extern const uint32_t IBeatKeySwingBase_CalculateTimeOffset_m1668810702_MetadataUsageId; extern RuntimeClass* CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var; extern const uint32_t IBeatKeySwingBase_GetFadeInTime_m3908060557_MetadataUsageId; extern String_t* _stringLiteral2759192386; extern const uint32_t IBeatKeySwingBase_SerialToXml_m2419886923_MetadataUsageId; extern const uint32_t IBeatKeySwingBase_DeserialFromXml_m1259715671_MetadataUsageId; extern String_t* _stringLiteral4009066135; extern const uint32_t IBeatKeySwingBase_SetJudgeResult_m4162838402_MetadataUsageId; extern const uint32_t IBeatKeySwingBase_OnAnimBegin_m1630878545_MetadataUsageId; extern const uint32_t IBeatKeySwingBase_PushToGroup_m3568888432_MetadataUsageId; extern const uint32_t IBeatKeySwingBase_PopFromGroup_m3423355988_MetadataUsageId; extern const uint32_t IBeatKeySwingBase_GetJudgeValByOffTime_m1623565445_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2831734914; extern String_t* _stringLiteral2067904715; extern String_t* _stringLiteral3503575097; extern String_t* _stringLiteral495964060; extern String_t* _stringLiteral872597839; extern String_t* _stringLiteral4127065644; extern String_t* _stringLiteral149325687; extern String_t* _stringLiteral893187099; extern String_t* _stringLiteral2207826268; extern String_t* _stringLiteral1637482994; extern String_t* _stringLiteral1540741900; extern String_t* _stringLiteral2577608252; extern String_t* _stringLiteral1030199313; extern String_t* _stringLiteral3331178356; extern String_t* _stringLiteral3488858452; extern String_t* _stringLiteral1564502771; extern const uint32_t RevenueDetailData_ToString_m4228806538_MetadataUsageId; extern RuntimeClass* List_1_t1647121327_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1700065621_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m561942590_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m787160376_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1901796840_RuntimeMethod_var; extern const uint32_t CDependenceReadyManager__ctor_m2211343713_MetadataUsageId; extern RuntimeClass* CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var; extern const uint32_t CDependenceReadyManager_GetInstance_m2910652453_MetadataUsageId; extern RuntimeClass* CLocalizationManager_t2604768345_il2cpp_TypeInfo_var; extern RuntimeClass* CTextCombine_t822230699_il2cpp_TypeInfo_var; extern RuntimeClass* OnResourceResult_t3899022047_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m677187475_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2047200856_RuntimeMethod_var; extern const RuntimeMethod* CDependenceReadyManager_U3CResetAllU3Em__0_m2465097346_RuntimeMethod_var; extern String_t* _stringLiteral979604372; extern const uint32_t CDependenceReadyManager_ResetAll_m3821230892_MetadataUsageId; extern RuntimeClass* CTextStateData_t227990879_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2070329238_RuntimeMethod_var; extern const uint32_t CDependenceReadyManager_GetTextVal_m1940516942_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2916190635_RuntimeMethod_var; extern const uint32_t CDependenceReadyManager_GetDepCount_m2400227248_MetadataUsageId; extern const uint32_t CDependenceReadyManager_IsTextReady_m1317022157_MetadataUsageId; extern RuntimeClass* IReadySite_t175046585_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m3402900578_RuntimeMethod_var; extern const uint32_t CDependenceReadyManager_IsDepReady_m3133342833_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern const uint32_t CDependenceReadyManager_U3CResetAllU3Em__0_m2465097346_MetadataUsageId; extern const uint32_t CTextStateData_GetText_m4000914216_MetadataUsageId; extern const uint32_t CTextStateData_OnResourceResult_m4262009123_MetadataUsageId; extern const RuntimeMethod* CTextStateData_OnResourceResult_m4262009123_RuntimeMethod_var; extern const uint32_t CTextStateData_get_IsReady_m3378525419_MetadataUsageId; extern RuntimeClass* CModuleManager_t4250936907_il2cpp_TypeInfo_var; extern const uint32_t CModuleManager_GetInstance_m930106955_MetadataUsageId; extern RuntimeClass* IModuleBase_t3872726543_il2cpp_TypeInfo_var; extern const uint32_t CModuleManager_CreateInstance_m2721937030_MetadataUsageId; extern const uint32_t CModuleManager_GetScriptType_m3989940510_MetadataUsageId; extern const uint32_t CModuleManager_CallStaticFun_m2473844421_MetadataUsageId; extern const uint32_t CModuleManager_CallStaticFun_m3584075228_MetadataUsageId; extern const uint32_t CModuleManager_CallStaticFun_m2291764892_MetadataUsageId; extern const uint32_t CModuleManager_CallStaticFunEx_m2513422978_MetadataUsageId; extern const uint32_t CModuleManager_CallInstFun_m826227134_MetadataUsageId; extern const uint32_t CModuleManager_CallInstFun_m1895203878_MetadataUsageId; extern const uint32_t CModuleManager_CallInstFun_m836394632_MetadataUsageId; extern const uint32_t CModuleManager_CallInstFunEx_m2254041599_MetadataUsageId; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2227265170; extern const uint32_t CModuleManager_GetFitfunResPath_m3300485628_MetadataUsageId; extern String_t* _stringLiteral2799476833; extern const uint32_t CModuleManager_GetFitfunDataPath_m96484407_MetadataUsageId; extern const uint32_t CModuleManager_IfUIPkgMode_m3455801289_MetadataUsageId; extern const uint32_t CModuleManager_DoEnableUIPkg_m495971829_MetadataUsageId; extern const uint32_t CModuleManager_DoEnableDynamicCode_m1819519064_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern RuntimeClass* CModuleNative_t1834005593_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2719987131; extern String_t* _stringLiteral3639507269; extern String_t* _stringLiteral2562895911; extern String_t* _stringLiteral1855626630; extern const uint32_t CModuleManager_OnInitDynamicDllSrc_m774998736_MetadataUsageId; extern const uint32_t CModuleManager__cctor_m3926834174_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t CModuleNative_GetScriptType_m1290357586_MetadataUsageId; extern const uint32_t CModuleNative_CallStaticFun_m54171321_MetadataUsageId; extern const uint32_t CModuleNative_CallStaticFun_m2386583729_MetadataUsageId; extern String_t* _stringLiteral61687357; extern String_t* _stringLiteral3452614530; extern const uint32_t CModuleNative_CallStaticFunEx_m1808529540_MetadataUsageId; extern const uint32_t CModuleNative_CallInstFun_m3937510218_MetadataUsageId; extern const uint32_t CModuleNative_CallInstFun_m1384637357_MetadataUsageId; extern String_t* _stringLiteral2974456155; extern const uint32_t CModuleNative_CallInstFunEx_m1105743385_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3270456118_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4028279259_RuntimeMethod_var; extern const uint32_t CRoleEffectManager__ctor_m1263625120_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Current_m3958609387_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2059367285_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m4108092650_RuntimeMethod_var; extern const uint32_t CRoleEffectManager_Clear_m885802197_MetadataUsageId; extern RuntimeClass* stRoleEffectData_t3485199819_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m224243531_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m595521719_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2584723021_RuntimeMethod_var; extern String_t* _stringLiteral1616650057; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral2768880969; extern const uint32_t CRoleEffectManager_PushEffectCache_m2363665211_MetadataUsageId; extern String_t* _stringLiteral2163307623; extern String_t* _stringLiteral2449292300; extern String_t* _stringLiteral3374079910; extern const uint32_t CRoleEffectManager_GetEffectRootName_m2832539039_MetadataUsageId; extern const uint32_t CRoleEffectManager_GetEffectRoot_m2975894142_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1955520268_RuntimeMethod_var; extern const uint32_t CRoleEffectManager_StopEffect_m3562134177_MetadataUsageId; extern const uint32_t CRoleEffectManager_PlayEffect_m1641389585_MetadataUsageId; extern const uint32_t CRoleEffectManager_PlayEffect_m3757415791_MetadataUsageId; extern String_t* _stringLiteral1918446860; extern const uint32_t CRoleEffectManager_OnAfterAnimUpdate_m29231580_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1592165222_RuntimeMethod_var; extern const uint32_t CRoleEffectManager_GetEffectIterator_m2176169009_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Key_m287971057_RuntimeMethod_var; extern const uint32_t CRoleEffectManager_StopSpecifiesTypeEffect_m1064944034_MetadataUsageId; extern const uint32_t stRoleEffectData__ctor_m2814150488_MetadataUsageId; extern RuntimeClass* List_1_t3041809111_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1344531405_RuntimeMethod_var; extern const uint32_t CSceneEffectManager__ctor_m2455476407_MetadataUsageId; extern const uint32_t CSceneEffectManager_GetInstance_m2293662075_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m1746048152_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1165515443_RuntimeMethod_var; extern const uint32_t CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011_MetadataUsageId; extern const uint32_t CSceneEffectManager_RegisterShowTimeCallback_m2073380952_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m435106750_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2051743047_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m2159083576_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3419668763_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3658045067_RuntimeMethod_var; extern const uint32_t CSceneEffectManager_CallDefaultEffect_m3772006282_MetadataUsageId; extern String_t* _stringLiteral791095265; extern const uint32_t CSceneEffectManager_CallShowTimeEffect_m337555587_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m818695798_RuntimeMethod_var; extern const uint32_t CSceneEffectManager_UnRegisterAll_m3992294706_MetadataUsageId; extern const uint32_t CSceneEffectManager__cctor_m3002060142_MetadataUsageId; extern RuntimeClass* CMsgBeatHeart_t1177153467_il2cpp_TypeInfo_var; extern const uint32_t CTimerCtrl_OnTick_m187817754_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t CTimerCtrl_GetDaysRemaining_m253557216_MetadataUsageId; extern const uint32_t CTimerCtrl_GetSecondsRemaining_m3381613277_MetadataUsageId; extern const uint32_t CTimerCtrl_GetNowUTCSeconds_m598426014_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var; extern const uint32_t CUIAtlasHelp_GetImageRect_m576990661_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3456546702; extern const uint32_t CUIAtlasHelp_GetImageTexuture_m214234679_MetadataUsageId; extern RuntimeClass* CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern const uint32_t CGyroscope2DHelp_Run_m35264846_MetadataUsageId; extern const uint32_t CGyroscope2DHelp_Stop_m287392616_MetadataUsageId; extern const uint32_t CGyroscope2DHelp_get_CurValue_m123481474_MetadataUsageId; extern const uint32_t CGyroscope2DHelp_OnUpdate_m931386311_MetadataUsageId; extern const uint32_t CGyroscope2DHelp__cctor_m88419273_MetadataUsageId; extern RuntimeClass* List_1_t2690565106_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3233010937_RuntimeMethod_var; extern const uint32_t CIniFile__ctor_m3137372490_MetadataUsageId; extern const uint32_t CIniFile_GetSection_m694741140_MetadataUsageId; extern const uint32_t CIniFile_GetItemValue_m1276639485_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2410098290_RuntimeMethod_var; extern const uint32_t CIniFile_GetSectionCount_m1690370596_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1765676974_RuntimeMethod_var; extern const uint32_t CIniFile_GetSection_m2927514527_MetadataUsageId; extern const uint32_t CIniFile_GetSection_m1477285210_MetadataUsageId; extern RuntimeClass* List_1_t3908847014_il2cpp_TypeInfo_var; extern RuntimeClass* stLineData_t2436772272_il2cpp_TypeInfo_var; extern RuntimeClass* CIniSection_t1218490364_il2cpp_TypeInfo_var; extern RuntimeClass* CIniItem_t4093898296_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m1798771624_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m487714372_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2556250840_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1271156081_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3496025531_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3407556289_RuntimeMethod_var; extern String_t* _stringLiteral3452614563; extern const uint32_t CIniFile_LoadText_m2088181559_MetadataUsageId; extern RuntimeClass* List_1_t1271005742_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m435403691_RuntimeMethod_var; extern const uint32_t CIniSection__ctor_m1640663827_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m754717665_RuntimeMethod_var; extern const uint32_t CIniSection_Push_m3601188481_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1609811307_RuntimeMethod_var; extern const uint32_t CIniSection_GetItemCount_m2955586327_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3814109764_RuntimeMethod_var; extern const uint32_t CIniSection_GetItem_m1669271756_MetadataUsageId; extern const uint32_t CIniSection_GetItemValue_m278987755_MetadataUsageId; extern const uint32_t CIniSection_GetItemInt_m1290176395_MetadataUsageId; extern const uint32_t CIOVar_IsFileExist_m4190802418_MetadataUsageId; extern const uint32_t CIOVar_DeleteFile_m2781263074_MetadataUsageId; extern const uint32_t CIOVar_CreateFile_m1179487238_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern const uint32_t CIOVar_CreateFile_m1144045305_MetadataUsageId; extern const uint32_t CIOVar_RemoveDirectory_m3632793983_MetadataUsageId; extern const uint32_t CIOVar_IsDirectoryExist_m474439684_MetadataUsageId; extern RuntimeClass* CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3325020536; extern String_t* _stringLiteral587349039; extern const uint32_t CIOVar_GetUserRootPath_m2302064020_MetadataUsageId; extern String_t* _stringLiteral182697711; extern String_t* _stringLiteral2120806716; extern String_t* _stringLiteral3972439919; extern String_t* _stringLiteral4054833267; extern String_t* _stringLiteral3720091898; extern const uint32_t CIOVar_GetStreamingAssetsPath_m3803213999_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t CReadVar_ReadFile_m2302192807_MetadataUsageId; extern const uint32_t CReadVar_ReadFileFullPath_m2356108572_MetadataUsageId; extern const uint32_t CWriteVar_CreateDirectory_m453933902_MetadataUsageId; extern const uint32_t CWriteVar_CreateDirectory_m944121244_MetadataUsageId; extern const uint32_t CWriteVar_CreateDirectoryFull_m90005579_MetadataUsageId; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1261505643; extern String_t* _stringLiteral795478351; extern const uint32_t CWriteVar_MoveFile_m106902205_MetadataUsageId; extern const uint32_t CWriteVar_WriteFile_m799854996_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t CWriteVar_WriteFile_m2119641365_MetadataUsageId; extern const uint32_t CXMLHelper_CreateXmlDocument_m1114156551_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var; extern const uint32_t CXMLHelper_CreateXmlNodeByXPath_m687293532_MetadataUsageId; extern const uint32_t CXMLHelper_GetXmlNodeByXpath_m2211338148_MetadataUsageId; extern const uint32_t CXMLHelper_DeleteXmlNodeByXPath_m3685696192_MetadataUsageId; extern RuntimeClass* XmlHelper_t449021294_il2cpp_TypeInfo_var; extern const uint32_t XmlHelper_GetInstance_m4021113191_MetadataUsageId; extern RuntimeClass* XmlTextWriter_t2114213153_il2cpp_TypeInfo_var; extern const uint32_t XmlHelper_Create_m1300516849_MetadataUsageId; extern RuntimeClass* XmlTextReader_t4233384356_il2cpp_TypeInfo_var; extern const uint32_t XmlHelper_Open_m156628475_MetadataUsageId; extern const uint32_t XmlHelper_Open_m3174849848_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m864250344_RuntimeMethod_var; extern const uint32_t XmlHelper_Read_m1109649717_MetadataUsageId; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m815285786_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const uint32_t XmlHelper_Read_m1683109498_MetadataUsageId; extern RuntimeClass* Dictionary_2_t4177511560_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m256458156_RuntimeMethod_var; extern const uint32_t ITextBase__ctor_m91730659_MetadataUsageId; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern const uint32_t ITextBase_IfOnlyLoadFromLocal_m226381668_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2905099452_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m136798511_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2727847612_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m693753400_RuntimeMethod_var; extern const uint32_t ITextBase_IsReady_m2770456985_MetadataUsageId; extern const uint32_t ITextBase_PushTask_m2878137237_MetadataUsageId; extern String_t* _stringLiteral2335315285; extern const uint32_t ITextBase_OnTextReady_m2637281245_MetadataUsageId; extern String_t* _stringLiteral3483782828; extern const uint32_t ITextBase_LoadFromLocal_m630482519_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern RuntimeClass* XmlReaderSettings_t2186285234_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2328036797; extern const uint32_t ITextBase_OnLoad_m3934643629_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200964102_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern String_t* _stringLiteral2707269980; extern const uint32_t CLevelManager__ctor_m3146832440_MetadataUsageId; extern RuntimeClass* CLevelManager_t3077608201_il2cpp_TypeInfo_var; extern const uint32_t CLevelManager_GetInstance_m3233027795_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const uint32_t CLevelManager_get_loadedLevel_m2450678457_MetadataUsageId; extern String_t* _stringLiteral1305446639; extern String_t* _stringLiteral1171406421; extern const uint32_t CLevelManager_ToRealLevelName_m856202090_MetadataUsageId; extern RuntimeClass* Dictionary_2_t871913418_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2289134481_RuntimeMethod_var; extern String_t* _stringLiteral645584469; extern const uint32_t CLabelStyleManager__ctor_m1681866358_MetadataUsageId; extern RuntimeClass* CLabelStyleManager_t54421615_il2cpp_TypeInfo_var; extern const uint32_t CLabelStyleManager_GetInstance_m2873911034_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3215277717_RuntimeMethod_var; extern const uint32_t CLabelStyleManager_ApplyStyle_m212105852_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3371162912_RuntimeMethod_var; extern const uint32_t CLabelStyleManager_Clear_m727114268_MetadataUsageId; extern RuntimeClass* LabelSytleUnit_t1086657119_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m665748505_RuntimeMethod_var; extern String_t* _stringLiteral3454449607; extern const uint32_t CLabelStyleManager_OnLoad_m939651947_MetadataUsageId; extern const uint32_t CLocalizationManager_GetInstance_m2075678818_MetadataUsageId; extern String_t* _stringLiteral46579651; extern const uint32_t CLocalizationManager_GetLocalizePath_m3024801825_MetadataUsageId; extern RuntimeClass* CUIPkgService_t1582475416_il2cpp_TypeInfo_var; extern RuntimeClass* Texture_t3661962703_il2cpp_TypeInfo_var; extern RuntimeClass* CShaderHelp_t3448475262_il2cpp_TypeInfo_var; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2612914184; extern const uint32_t CLocalizationManager_LocalizeUIAtlas_m1032562724_MetadataUsageId; extern const uint32_t CLocalizationManager_get_currentLanguage_m1181367869_MetadataUsageId; extern RuntimeClass* CGameSetting_t2678036671_il2cpp_TypeInfo_var; extern String_t* _stringLiteral715407972; extern const uint32_t CLocalizationManager_set_currentLanguage_m2292775960_MetadataUsageId; extern String_t* _stringLiteral2057260601; extern const uint32_t CLocalizationManager__cctor_m1882376560_MetadataUsageId; extern RuntimeClass* Dictionary_2_t538876318_il2cpp_TypeInfo_var; extern RuntimeClass* CUITextConfig_t2592370463_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m250374430_RuntimeMethod_var; extern const uint32_t CUITextConfig__ctor_m3892850504_MetadataUsageId; extern const uint32_t CUITextConfig_GetInstance_m3305378605_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var; extern const uint32_t CUITextConfig_InitPageTextByPath_m738306958_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1311146645_RuntimeMethod_var; extern const uint32_t CUITextConfig_GetPageText_m16036593_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3941055005_RuntimeMethod_var; extern const uint32_t CUITextConfig_Clear_m3585962041_MetadataUsageId; extern RuntimeClass* UIPageText_t753620019_il2cpp_TypeInfo_var; extern RuntimeClass* UITextUnit_t262570062_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2337666948_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1507162852_RuntimeMethod_var; extern String_t* _stringLiteral76564998; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral71443743; extern const uint32_t CUITextConfig_OnLoad_m772037488_MetadataUsageId; extern const uint32_t CUITextConfig_FormatResPath_m1479822902_MetadataUsageId; extern String_t* _stringLiteral2972000314; extern const uint32_t CUITextConfig__cctor_m3411217752_MetadataUsageId; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const uint32_t LabelSytleUnit__ctor_m1568991344_MetadataUsageId; extern String_t* _stringLiteral2078137368; extern String_t* _stringLiteral698485232; extern String_t* _stringLiteral2155242715; extern String_t* _stringLiteral731630286; extern String_t* _stringLiteral1693357810; extern String_t* _stringLiteral2747093741; extern String_t* _stringLiteral1203997130; extern String_t* _stringLiteral4230559456; extern String_t* _stringLiteral730997045; extern String_t* _stringLiteral2355819299; extern String_t* _stringLiteral3751854594; extern String_t* _stringLiteral2105799120; extern String_t* _stringLiteral832996480; extern String_t* _stringLiteral2405803854; extern String_t* _stringLiteral3362995042; extern const uint32_t LabelSytleUnit_DeserialFromXml_m1363753270_MetadataUsageId; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern String_t* _stringLiteral114149609; extern String_t* _stringLiteral228012198; extern String_t* _stringLiteral984605945; extern String_t* _stringLiteral4249957872; extern String_t* _stringLiteral2696825260; extern String_t* _stringLiteral742876383; extern String_t* _stringLiteral4074305248; extern String_t* _stringLiteral1182448499; extern String_t* _stringLiteral1928701239; extern const uint32_t LabelSytleUnit_ConvertPivotValueFromConfig_m2611924355_MetadataUsageId; extern RuntimeClass* List_1_t1734644804_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1519489304_RuntimeMethod_var; extern const uint32_t UIPageText__ctor_m2403696681_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m4183478577_RuntimeMethod_var; extern const uint32_t UIPageText_GetTextUnitCount_m3419630488_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m750009470_RuntimeMethod_var; extern const uint32_t UIPageText_GetTextUnitByIndex_m515290438_MetadataUsageId; extern RuntimeClass* U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1087864186_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetTextUnitByPathU3Ec__AnonStorey0_U3CU3Em__0_m273906150_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1414708670_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m718978105_RuntimeMethod_var; extern const uint32_t UIPageText_GetTextUnitByPath_m1191189932_MetadataUsageId; extern const uint32_t U3CGetTextUnitByPathU3Ec__AnonStorey0_U3CU3Em__0_m273906150_MetadataUsageId; extern const uint32_t UITextUnit__ctor_m2859361723_MetadataUsageId; extern const uint32_t CLocationManager_InitLocation_m4206024484_MetadataUsageId; extern const uint32_t CLocationManager_StopLocation_m1809611975_MetadataUsageId; extern const uint32_t CLocationManager_GetLatitude_m66924271_MetadataUsageId; extern const uint32_t CLocationManager_GetLongtitude_m27973672_MetadataUsageId; extern const uint32_t CLocationManager_GetState_m2315427556_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t CLocationManager_TrySendMyLocation_m1187357703_MetadataUsageId; extern String_t* _stringLiteral1476488211; extern const uint32_t CLocationManager_OnUpdate_m3064918560_MetadataUsageId; extern const uint32_t CLocationManager_OnMsgBoxClkCallBack_m81956430_MetadataUsageId; extern String_t* _stringLiteral4166355951; extern const uint32_t CLocationManager_IfCanSendLBS_m1622537161_MetadataUsageId; extern const uint32_t CAlgorithmHelp_IfStringOnlyAlpha_m4063851748_MetadataUsageId; extern const uint32_t CAppOSHelp_IsHighQuality_m3319450917_MetadataUsageId; extern const uint32_t CAppOSHelp_IfForceLowMode_m4241824793_MetadataUsageId; extern const uint32_t CAppOSHelp_SetForceLowMode_m1239206315_MetadataUsageId; extern const uint32_t CAppOSHelp_GetScale_m3255451164_MetadataUsageId; extern RuntimeClass* CUIHelp_t1606002733_il2cpp_TypeInfo_var; extern const uint32_t CAppOSHelp_GetNGUIScaleX_m498796709_MetadataUsageId; extern const uint32_t CAppOSHelp_GetNGUIScaleY_m498796708_MetadataUsageId; extern const uint32_t CAppOSHelp_SetDefaultQuality_m954789695_MetadataUsageId; extern const uint32_t CAppOSHelp_ExitGame_m969811997_MetadataUsageId; extern const uint32_t CAppOSHelp_FinalExit_m4023113436_MetadataUsageId; extern const uint32_t CAppOSHelp_IsReadyToExit_m815828027_MetadataUsageId; extern const uint32_t CAppOSHelp__cctor_m3594215546_MetadataUsageId; extern const RuntimeMethod* CEncrptHelp_1__ctor_m739074458_RuntimeMethod_var; extern const uint32_t CEncrptHelp_Int__ctor_m346885275_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_ToArray_m3387226773_RuntimeMethod_var; extern const uint32_t CEncrptHelp_Int_FormatToData_m2551596858_MetadataUsageId; extern RuntimeClass* BetterList_1_t289316694_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m916496649_RuntimeMethod_var; extern const uint32_t CEncrptHelp_Int_FormatFromData_m1248348230_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct SingleU5BU5D_t1444911251; struct ByteU5BU5D_t4116647657; struct AssemblyU5BU5D_t2792222854; struct CharU5BU5D_t3528271667; struct StringU5BU5D_t1281789340; struct KeyValuePair_2U5BU5D_t336297922; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef CREADVAR_T3960928815_H #define CREADVAR_T3960928815_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.IO.CReadVar struct CReadVar_t3960928815 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREADVAR_T3960928815_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 CWRITEVAR_T61851903_H #define CWRITEVAR_T61851903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.IO.CWriteVar struct CWriteVar_t61851903 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWRITEVAR_T61851903_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 CXMLHELPER_T83369159_H #define CXMLHELPER_T83369159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.IO.CXMLHelper struct CXMLHelper_t83369159 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CXMLHELPER_T83369159_H #ifndef CANIMSYSTEM_T3541144328_H #define CANIMSYSTEM_T3541144328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bPaused bool ___m_bPaused_0; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bEditMode bool ___m_bEditMode_1; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bIntroduceMode bool ___m_bIntroduceMode_2; // System.Collections.Generic.List`1 DMCore.Framework.Movie.CAnimSystem::m_SequenceAll List_1_t3326345499 * ___m_SequenceAll_3; // System.Single DMCore.Framework.Movie.CAnimSystem::m_curTime float ___m_curTime_4; // System.Int32 DMCore.Framework.Movie.CAnimSystem::m_musicLevel int32_t ___m_musicLevel_5; // System.String DMCore.Framework.Movie.CAnimSystem::m_musicCfgPath String_t* ___m_musicCfgPath_6; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bOverTimeAutoStop bool ___m_bOverTimeAutoStop_7; // BetterList`1 DMCore.Framework.Movie.CAnimSystem::m_vStopList BetterList_1_t1002471007 * ___m_vStopList_8; public: inline static int32_t get_offset_of_m_bPaused_0() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bPaused_0)); } inline bool get_m_bPaused_0() const { return ___m_bPaused_0; } inline bool* get_address_of_m_bPaused_0() { return &___m_bPaused_0; } inline void set_m_bPaused_0(bool value) { ___m_bPaused_0 = value; } inline static int32_t get_offset_of_m_bEditMode_1() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bEditMode_1)); } inline bool get_m_bEditMode_1() const { return ___m_bEditMode_1; } inline bool* get_address_of_m_bEditMode_1() { return &___m_bEditMode_1; } inline void set_m_bEditMode_1(bool value) { ___m_bEditMode_1 = value; } inline static int32_t get_offset_of_m_bIntroduceMode_2() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bIntroduceMode_2)); } inline bool get_m_bIntroduceMode_2() const { return ___m_bIntroduceMode_2; } inline bool* get_address_of_m_bIntroduceMode_2() { return &___m_bIntroduceMode_2; } inline void set_m_bIntroduceMode_2(bool value) { ___m_bIntroduceMode_2 = value; } inline static int32_t get_offset_of_m_SequenceAll_3() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_SequenceAll_3)); } inline List_1_t3326345499 * get_m_SequenceAll_3() const { return ___m_SequenceAll_3; } inline List_1_t3326345499 ** get_address_of_m_SequenceAll_3() { return &___m_SequenceAll_3; } inline void set_m_SequenceAll_3(List_1_t3326345499 * value) { ___m_SequenceAll_3 = value; Il2CppCodeGenWriteBarrier((&___m_SequenceAll_3), value); } inline static int32_t get_offset_of_m_curTime_4() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_curTime_4)); } inline float get_m_curTime_4() const { return ___m_curTime_4; } inline float* get_address_of_m_curTime_4() { return &___m_curTime_4; } inline void set_m_curTime_4(float value) { ___m_curTime_4 = value; } inline static int32_t get_offset_of_m_musicLevel_5() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicLevel_5)); } inline int32_t get_m_musicLevel_5() const { return ___m_musicLevel_5; } inline int32_t* get_address_of_m_musicLevel_5() { return &___m_musicLevel_5; } inline void set_m_musicLevel_5(int32_t value) { ___m_musicLevel_5 = value; } inline static int32_t get_offset_of_m_musicCfgPath_6() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicCfgPath_6)); } inline String_t* get_m_musicCfgPath_6() const { return ___m_musicCfgPath_6; } inline String_t** get_address_of_m_musicCfgPath_6() { return &___m_musicCfgPath_6; } inline void set_m_musicCfgPath_6(String_t* value) { ___m_musicCfgPath_6 = value; Il2CppCodeGenWriteBarrier((&___m_musicCfgPath_6), value); } inline static int32_t get_offset_of_m_bOverTimeAutoStop_7() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bOverTimeAutoStop_7)); } inline bool get_m_bOverTimeAutoStop_7() const { return ___m_bOverTimeAutoStop_7; } inline bool* get_address_of_m_bOverTimeAutoStop_7() { return &___m_bOverTimeAutoStop_7; } inline void set_m_bOverTimeAutoStop_7(bool value) { ___m_bOverTimeAutoStop_7 = value; } inline static int32_t get_offset_of_m_vStopList_8() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_vStopList_8)); } inline BetterList_1_t1002471007 * get_m_vStopList_8() const { return ___m_vStopList_8; } inline BetterList_1_t1002471007 ** get_address_of_m_vStopList_8() { return &___m_vStopList_8; } inline void set_m_vStopList_8(BetterList_1_t1002471007 * value) { ___m_vStopList_8 = value; Il2CppCodeGenWriteBarrier((&___m_vStopList_8), value); } }; struct CAnimSystem_t3541144328_StaticFields { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map4 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4_9; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_10; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_11; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4_9() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map4_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4_9() const { return ___U3CU3Ef__switchU24map4_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4_9() { return &___U3CU3Ef__switchU24map4_9; } inline void set_U3CU3Ef__switchU24map4_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4_9), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_10() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map5_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_10() const { return ___U3CU3Ef__switchU24map5_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_10() { return &___U3CU3Ef__switchU24map5_10; } inline void set_U3CU3Ef__switchU24map5_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_10), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_11() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map6_11)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_11() const { return ___U3CU3Ef__switchU24map6_11; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_11() { return &___U3CU3Ef__switchU24map6_11; } inline void set_U3CU3Ef__switchU24map6_11(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSYSTEM_T3541144328_H #ifndef CANIMSEQUENCE_T1119714129_H #define CANIMSEQUENCE_T1119714129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimSequence struct CAnimSequence_t1119714129 : public RuntimeObject { public: // System.String DMCore.Framework.Movie.CAnimSequence::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Int32 DMCore.Framework.Movie.CAnimSequence::k__BackingField int32_t ___U3CDeviceIDU3Ek__BackingField_1; // System.Collections.Generic.List`1 DMCore.Framework.Movie.CAnimSequence::m_listNodes List_1_t504483877 * ___m_listNodes_2; // System.Boolean DMCore.Framework.Movie.CAnimSequence::m_bEnable bool ___m_bEnable_3; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(CAnimSequence_t1119714129, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CDeviceIDU3Ek__BackingField_1() { return static_cast(offsetof(CAnimSequence_t1119714129, ___U3CDeviceIDU3Ek__BackingField_1)); } inline int32_t get_U3CDeviceIDU3Ek__BackingField_1() const { return ___U3CDeviceIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CDeviceIDU3Ek__BackingField_1() { return &___U3CDeviceIDU3Ek__BackingField_1; } inline void set_U3CDeviceIDU3Ek__BackingField_1(int32_t value) { ___U3CDeviceIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_listNodes_2() { return static_cast(offsetof(CAnimSequence_t1119714129, ___m_listNodes_2)); } inline List_1_t504483877 * get_m_listNodes_2() const { return ___m_listNodes_2; } inline List_1_t504483877 ** get_address_of_m_listNodes_2() { return &___m_listNodes_2; } inline void set_m_listNodes_2(List_1_t504483877 * value) { ___m_listNodes_2 = value; Il2CppCodeGenWriteBarrier((&___m_listNodes_2), value); } inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CAnimSequence_t1119714129, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSEQUENCE_T1119714129_H #ifndef 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 BETTERLIST_1_T3113987842_H #define BETTERLIST_1_T3113987842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t3113987842 : public RuntimeObject { public: // T[] BetterList`1::buffer DMXmlNodeU5BU5D_t4275982093* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t3113987842, ___buffer_0)); } inline DMXmlNodeU5BU5D_t4275982093* get_buffer_0() const { return ___buffer_0; } inline DMXmlNodeU5BU5D_t4275982093** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(DMXmlNodeU5BU5D_t4275982093* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3113987842, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T3113987842_H #ifndef STLINEDATA_T2436772272_H #define STLINEDATA_T2436772272_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniFile/stLineData struct stLineData_t2436772272 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Ini.CIniFile/stLineData::begin int32_t ___begin_0; // System.Int32 DMCore.Framework.Ini.CIniFile/stLineData::count int32_t ___count_1; public: inline static int32_t get_offset_of_begin_0() { return static_cast(offsetof(stLineData_t2436772272, ___begin_0)); } inline int32_t get_begin_0() const { return ___begin_0; } inline int32_t* get_address_of_begin_0() { return &___begin_0; } inline void set_begin_0(int32_t value) { ___begin_0 = value; } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(stLineData_t2436772272, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STLINEDATA_T2436772272_H #ifndef CINIITEM_T4093898296_H #define CINIITEM_T4093898296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniItem struct CIniItem_t4093898296 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Ini.CIniItem::nHash int32_t ___nHash_0; // System.String DMCore.Framework.Ini.CIniItem::strKey String_t* ___strKey_1; // System.String DMCore.Framework.Ini.CIniItem::strValue String_t* ___strValue_2; public: inline static int32_t get_offset_of_nHash_0() { return static_cast(offsetof(CIniItem_t4093898296, ___nHash_0)); } inline int32_t get_nHash_0() const { return ___nHash_0; } inline int32_t* get_address_of_nHash_0() { return &___nHash_0; } inline void set_nHash_0(int32_t value) { ___nHash_0 = value; } inline static int32_t get_offset_of_strKey_1() { return static_cast(offsetof(CIniItem_t4093898296, ___strKey_1)); } inline String_t* get_strKey_1() const { return ___strKey_1; } inline String_t** get_address_of_strKey_1() { return &___strKey_1; } inline void set_strKey_1(String_t* value) { ___strKey_1 = value; Il2CppCodeGenWriteBarrier((&___strKey_1), value); } inline static int32_t get_offset_of_strValue_2() { return static_cast(offsetof(CIniItem_t4093898296, ___strValue_2)); } inline String_t* get_strValue_2() const { return ___strValue_2; } inline String_t** get_address_of_strValue_2() { return &___strValue_2; } inline void set_strValue_2(String_t* value) { ___strValue_2 = value; Il2CppCodeGenWriteBarrier((&___strValue_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINIITEM_T4093898296_H #ifndef LIST_1_T3908847014_H #define LIST_1_T3908847014_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_t3908847014 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stLineDataU5BU5D_t1636163985* ____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_t3908847014, ____items_1)); } inline stLineDataU5BU5D_t1636163985* get__items_1() const { return ____items_1; } inline stLineDataU5BU5D_t1636163985** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stLineDataU5BU5D_t1636163985* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3908847014, ____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_t3908847014, ____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_t3908847014_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stLineDataU5BU5D_t1636163985* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3908847014_StaticFields, ___EmptyArray_4)); } inline stLineDataU5BU5D_t1636163985* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stLineDataU5BU5D_t1636163985** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stLineDataU5BU5D_t1636163985* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3908847014_H #ifndef DMXMLNODE_T3958967524_H #define DMXMLNODE_T3958967524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524 : public RuntimeObject { public: // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::k__BackingField DMXmlNode_t3958967524 * ___U3CParentU3Ek__BackingField_0; // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlNode::m_Name DMXmlSerial_t1029243897 * ___m_Name_14; // BetterList`1 DMCore.Framework.XML.DMXmlNode::m_listAttribute BetterList_1_t2935806958 * ___m_listAttribute_15; // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::m_children DMXmlNodeList_t795971656 * ___m_children_16; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(DMXmlNode_t3958967524, ___U3CParentU3Ek__BackingField_0)); } inline DMXmlNode_t3958967524 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline DMXmlNode_t3958967524 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(DMXmlNode_t3958967524 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_Name_14() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_Name_14)); } inline DMXmlSerial_t1029243897 * get_m_Name_14() const { return ___m_Name_14; } inline DMXmlSerial_t1029243897 ** get_address_of_m_Name_14() { return &___m_Name_14; } inline void set_m_Name_14(DMXmlSerial_t1029243897 * value) { ___m_Name_14 = value; Il2CppCodeGenWriteBarrier((&___m_Name_14), value); } inline static int32_t get_offset_of_m_listAttribute_15() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_listAttribute_15)); } inline BetterList_1_t2935806958 * get_m_listAttribute_15() const { return ___m_listAttribute_15; } inline BetterList_1_t2935806958 ** get_address_of_m_listAttribute_15() { return &___m_listAttribute_15; } inline void set_m_listAttribute_15(BetterList_1_t2935806958 * value) { ___m_listAttribute_15 = value; Il2CppCodeGenWriteBarrier((&___m_listAttribute_15), value); } inline static int32_t get_offset_of_m_children_16() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_children_16)); } inline DMXmlNodeList_t795971656 * get_m_children_16() const { return ___m_children_16; } inline DMXmlNodeList_t795971656 ** get_address_of_m_children_16() { return &___m_children_16; } inline void set_m_children_16(DMXmlNodeList_t795971656 * value) { ___m_children_16 = value; Il2CppCodeGenWriteBarrier((&___m_children_16), value); } }; struct DMXmlNode_t3958967524_StaticFields { public: // System.Char DMCore.Framework.XML.DMXmlNode::LT Il2CppChar ___LT_1; // System.Char DMCore.Framework.XML.DMXmlNode::GT Il2CppChar ___GT_2; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE Il2CppChar ___SPACE_3; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE Il2CppChar ___QUOTE_4; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE2 Il2CppChar ___QUOTE2_5; // System.Char DMCore.Framework.XML.DMXmlNode::SLASH Il2CppChar ___SLASH_6; // System.Char DMCore.Framework.XML.DMXmlNode::QMARK Il2CppChar ___QMARK_7; // System.Char DMCore.Framework.XML.DMXmlNode::EQUALS Il2CppChar ___EQUALS_8; // System.Char DMCore.Framework.XML.DMXmlNode::EXCLAMATION Il2CppChar ___EXCLAMATION_9; // System.Char DMCore.Framework.XML.DMXmlNode::DASH Il2CppChar ___DASH_10; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_N Il2CppChar ___SPACE_N_11; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_R Il2CppChar ___SPACE_R_12; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_T Il2CppChar ___SPACE_T_13; public: inline static int32_t get_offset_of_LT_1() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___LT_1)); } inline Il2CppChar get_LT_1() const { return ___LT_1; } inline Il2CppChar* get_address_of_LT_1() { return &___LT_1; } inline void set_LT_1(Il2CppChar value) { ___LT_1 = value; } inline static int32_t get_offset_of_GT_2() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___GT_2)); } inline Il2CppChar get_GT_2() const { return ___GT_2; } inline Il2CppChar* get_address_of_GT_2() { return &___GT_2; } inline void set_GT_2(Il2CppChar value) { ___GT_2 = value; } inline static int32_t get_offset_of_SPACE_3() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_3)); } inline Il2CppChar get_SPACE_3() const { return ___SPACE_3; } inline Il2CppChar* get_address_of_SPACE_3() { return &___SPACE_3; } inline void set_SPACE_3(Il2CppChar value) { ___SPACE_3 = value; } inline static int32_t get_offset_of_QUOTE_4() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE_4)); } inline Il2CppChar get_QUOTE_4() const { return ___QUOTE_4; } inline Il2CppChar* get_address_of_QUOTE_4() { return &___QUOTE_4; } inline void set_QUOTE_4(Il2CppChar value) { ___QUOTE_4 = value; } inline static int32_t get_offset_of_QUOTE2_5() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE2_5)); } inline Il2CppChar get_QUOTE2_5() const { return ___QUOTE2_5; } inline Il2CppChar* get_address_of_QUOTE2_5() { return &___QUOTE2_5; } inline void set_QUOTE2_5(Il2CppChar value) { ___QUOTE2_5 = value; } inline static int32_t get_offset_of_SLASH_6() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SLASH_6)); } inline Il2CppChar get_SLASH_6() const { return ___SLASH_6; } inline Il2CppChar* get_address_of_SLASH_6() { return &___SLASH_6; } inline void set_SLASH_6(Il2CppChar value) { ___SLASH_6 = value; } inline static int32_t get_offset_of_QMARK_7() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QMARK_7)); } inline Il2CppChar get_QMARK_7() const { return ___QMARK_7; } inline Il2CppChar* get_address_of_QMARK_7() { return &___QMARK_7; } inline void set_QMARK_7(Il2CppChar value) { ___QMARK_7 = value; } inline static int32_t get_offset_of_EQUALS_8() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EQUALS_8)); } inline Il2CppChar get_EQUALS_8() const { return ___EQUALS_8; } inline Il2CppChar* get_address_of_EQUALS_8() { return &___EQUALS_8; } inline void set_EQUALS_8(Il2CppChar value) { ___EQUALS_8 = value; } inline static int32_t get_offset_of_EXCLAMATION_9() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EXCLAMATION_9)); } inline Il2CppChar get_EXCLAMATION_9() const { return ___EXCLAMATION_9; } inline Il2CppChar* get_address_of_EXCLAMATION_9() { return &___EXCLAMATION_9; } inline void set_EXCLAMATION_9(Il2CppChar value) { ___EXCLAMATION_9 = value; } inline static int32_t get_offset_of_DASH_10() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___DASH_10)); } inline Il2CppChar get_DASH_10() const { return ___DASH_10; } inline Il2CppChar* get_address_of_DASH_10() { return &___DASH_10; } inline void set_DASH_10(Il2CppChar value) { ___DASH_10 = value; } inline static int32_t get_offset_of_SPACE_N_11() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_N_11)); } inline Il2CppChar get_SPACE_N_11() const { return ___SPACE_N_11; } inline Il2CppChar* get_address_of_SPACE_N_11() { return &___SPACE_N_11; } inline void set_SPACE_N_11(Il2CppChar value) { ___SPACE_N_11 = value; } inline static int32_t get_offset_of_SPACE_R_12() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_R_12)); } inline Il2CppChar get_SPACE_R_12() const { return ___SPACE_R_12; } inline Il2CppChar* get_address_of_SPACE_R_12() { return &___SPACE_R_12; } inline void set_SPACE_R_12(Il2CppChar value) { ___SPACE_R_12 = value; } inline static int32_t get_offset_of_SPACE_T_13() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_T_13)); } inline Il2CppChar get_SPACE_T_13() const { return ___SPACE_T_13; } inline Il2CppChar* get_address_of_SPACE_T_13() { return &___SPACE_T_13; } inline void set_SPACE_T_13(Il2CppChar value) { ___SPACE_T_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODE_T3958967524_H #ifndef LIST_1_T1271005742_H #define LIST_1_T1271005742_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_t1271005742 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CIniItemU5BU5D_t4274797033* ____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_t1271005742, ____items_1)); } inline CIniItemU5BU5D_t4274797033* get__items_1() const { return ____items_1; } inline CIniItemU5BU5D_t4274797033** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CIniItemU5BU5D_t4274797033* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1271005742, ____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_t1271005742, ____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_t1271005742_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CIniItemU5BU5D_t4274797033* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1271005742_StaticFields, ___EmptyArray_4)); } inline CIniItemU5BU5D_t4274797033* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CIniItemU5BU5D_t4274797033** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CIniItemU5BU5D_t4274797033* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1271005742_H #ifndef CIOVAR_T2470797383_H #define CIOVAR_T2470797383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.IO.CIOVar struct CIOVar_t2470797383 : public RuntimeObject { public: public: }; struct CIOVar_t2470797383_StaticFields { public: // System.String DMCore.Framework.IO.CIOVar::s_strEditorPath String_t* ___s_strEditorPath_0; // System.String DMCore.Framework.IO.CIOVar::s_strAssetsPath String_t* ___s_strAssetsPath_1; public: inline static int32_t get_offset_of_s_strEditorPath_0() { return static_cast(offsetof(CIOVar_t2470797383_StaticFields, ___s_strEditorPath_0)); } inline String_t* get_s_strEditorPath_0() const { return ___s_strEditorPath_0; } inline String_t** get_address_of_s_strEditorPath_0() { return &___s_strEditorPath_0; } inline void set_s_strEditorPath_0(String_t* value) { ___s_strEditorPath_0 = value; Il2CppCodeGenWriteBarrier((&___s_strEditorPath_0), value); } inline static int32_t get_offset_of_s_strAssetsPath_1() { return static_cast(offsetof(CIOVar_t2470797383_StaticFields, ___s_strAssetsPath_1)); } inline String_t* get_s_strAssetsPath_1() const { return ___s_strAssetsPath_1; } inline String_t** get_address_of_s_strAssetsPath_1() { return &___s_strAssetsPath_1; } inline void set_s_strAssetsPath_1(String_t* value) { ___s_strAssetsPath_1 = value; Il2CppCodeGenWriteBarrier((&___s_strAssetsPath_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIOVAR_T2470797383_H #ifndef LIST_1_T8294265_H #define LIST_1_T8294265_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_t8294265 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ClassicalKeyUnitU5BU5D_t482381586* ____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_t8294265, ____items_1)); } inline ClassicalKeyUnitU5BU5D_t482381586* get__items_1() const { return ____items_1; } inline ClassicalKeyUnitU5BU5D_t482381586** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ClassicalKeyUnitU5BU5D_t482381586* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t8294265, ____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_t8294265, ____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_t8294265_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ClassicalKeyUnitU5BU5D_t482381586* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t8294265_StaticFields, ___EmptyArray_4)); } inline ClassicalKeyUnitU5BU5D_t482381586* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ClassicalKeyUnitU5BU5D_t482381586** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ClassicalKeyUnitU5BU5D_t482381586* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T8294265_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 U3CGETCURSCORERATIOU3EC__ANONSTOREY0_T1929442541_H #define U3CGETCURSCORERATIOU3EC__ANONSTOREY0_T1929442541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey0 struct U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 : public RuntimeObject { public: // System.Int32 DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey0::comboCount int32_t ___comboCount_0; public: inline static int32_t get_offset_of_comboCount_0() { return static_cast(offsetof(U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541, ___comboCount_0)); } inline int32_t get_comboCount_0() const { return ___comboCount_0; } inline int32_t* get_address_of_comboCount_0() { return &___comboCount_0; } inline void set_comboCount_0(int32_t value) { ___comboCount_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCURSCORERATIOU3EC__ANONSTOREY0_T1929442541_H #ifndef DICTIONARY_2_T3782052096_H #define DICTIONARY_2_T3782052096_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_t3782052096 : 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 ENUM_KEY_MODEU5BU5D_t270859080* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t383217748* ___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_t3782052096, ___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_t3782052096, ___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_t3782052096, ___keySlots_6)); } inline ENUM_KEY_MODEU5BU5D_t270859080* get_keySlots_6() const { return ___keySlots_6; } inline ENUM_KEY_MODEU5BU5D_t270859080** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(ENUM_KEY_MODEU5BU5D_t270859080* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3782052096, ___valueSlots_7)); } inline List_1U5BU5D_t383217748* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t383217748** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t383217748* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3782052096, ___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_t3782052096, ___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_t3782052096, ___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_t3782052096, ___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_t3782052096, ___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_t3782052096, ___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_t3782052096, ___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_t3782052096_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2979579708 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3782052096_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2979579708 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2979579708 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2979579708 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3782052096_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 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 DICTIONARY_2_T4177511560_H #define DICTIONARY_2_T4177511560_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_t4177511560 : 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 BooleanU5BU5D_t2897418192* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t4177511560, ___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_t4177511560, ___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_t4177511560, ___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_t4177511560, ___valueSlots_7)); } inline BooleanU5BU5D_t2897418192* get_valueSlots_7() const { return ___valueSlots_7; } inline BooleanU5BU5D_t2897418192** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(BooleanU5BU5D_t2897418192* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4177511560, ___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_t4177511560, ___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_t4177511560, ___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_t4177511560, ___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_t4177511560, ___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_t4177511560, ___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_t4177511560, ___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_t4177511560_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1747829908 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4177511560_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1747829908 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1747829908 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1747829908 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4177511560_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 CLOCALIZATIONMANAGER_T2604768345_H #define CLOCALIZATIONMANAGER_T2604768345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345 : public RuntimeObject { public: public: }; struct CLocalizationManager_t2604768345_StaticFields { public: // System.String DMCore.Framework.Localization.CLocalizationManager::s_CurrentLanguage String_t* ___s_CurrentLanguage_0; // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::s_Instance CLocalizationManager_t2604768345 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_CurrentLanguage_0() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_CurrentLanguage_0)); } inline String_t* get_s_CurrentLanguage_0() const { return ___s_CurrentLanguage_0; } inline String_t** get_address_of_s_CurrentLanguage_0() { return &___s_CurrentLanguage_0; } inline void set_s_CurrentLanguage_0(String_t* value) { ___s_CurrentLanguage_0 = value; Il2CppCodeGenWriteBarrier((&___s_CurrentLanguage_0), value); } inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_Instance_1)); } inline CLocalizationManager_t2604768345 * get_s_Instance_1() const { return ___s_Instance_1; } inline CLocalizationManager_t2604768345 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CLocalizationManager_t2604768345 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALIZATIONMANAGER_T2604768345_H #ifndef LIST_1_T712758761_H #define LIST_1_T712758761_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_t712758761 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ScoreRatioUnitU5BU5D_t1482600674* ____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_t712758761, ____items_1)); } inline ScoreRatioUnitU5BU5D_t1482600674* get__items_1() const { return ____items_1; } inline ScoreRatioUnitU5BU5D_t1482600674** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ScoreRatioUnitU5BU5D_t1482600674* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t712758761, ____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_t712758761, ____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_t712758761_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ScoreRatioUnitU5BU5D_t1482600674* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t712758761_StaticFields, ___EmptyArray_4)); } inline ScoreRatioUnitU5BU5D_t1482600674* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ScoreRatioUnitU5BU5D_t1482600674** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ScoreRatioUnitU5BU5D_t1482600674* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T712758761_H #ifndef XMLHELPER_T449021294_H #define XMLHELPER_T449021294_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.IO.XmlHelper struct XmlHelper_t449021294 : public RuntimeObject { public: // System.IO.FileStream DMCore.Framework.IO.XmlHelper::readStream FileStream_t4292183065 * ___readStream_1; // System.IO.FileStream DMCore.Framework.IO.XmlHelper::writeStream FileStream_t4292183065 * ___writeStream_2; // System.Xml.XmlTextWriter DMCore.Framework.IO.XmlHelper::writer XmlTextWriter_t2114213153 * ___writer_3; // System.Xml.XmlReader DMCore.Framework.IO.XmlHelper::reader XmlReader_t3121518892 * ___reader_4; public: inline static int32_t get_offset_of_readStream_1() { return static_cast(offsetof(XmlHelper_t449021294, ___readStream_1)); } inline FileStream_t4292183065 * get_readStream_1() const { return ___readStream_1; } inline FileStream_t4292183065 ** get_address_of_readStream_1() { return &___readStream_1; } inline void set_readStream_1(FileStream_t4292183065 * value) { ___readStream_1 = value; Il2CppCodeGenWriteBarrier((&___readStream_1), value); } inline static int32_t get_offset_of_writeStream_2() { return static_cast(offsetof(XmlHelper_t449021294, ___writeStream_2)); } inline FileStream_t4292183065 * get_writeStream_2() const { return ___writeStream_2; } inline FileStream_t4292183065 ** get_address_of_writeStream_2() { return &___writeStream_2; } inline void set_writeStream_2(FileStream_t4292183065 * value) { ___writeStream_2 = value; Il2CppCodeGenWriteBarrier((&___writeStream_2), value); } inline static int32_t get_offset_of_writer_3() { return static_cast(offsetof(XmlHelper_t449021294, ___writer_3)); } inline XmlTextWriter_t2114213153 * get_writer_3() const { return ___writer_3; } inline XmlTextWriter_t2114213153 ** get_address_of_writer_3() { return &___writer_3; } inline void set_writer_3(XmlTextWriter_t2114213153 * value) { ___writer_3 = value; Il2CppCodeGenWriteBarrier((&___writer_3), value); } inline static int32_t get_offset_of_reader_4() { return static_cast(offsetof(XmlHelper_t449021294, ___reader_4)); } inline XmlReader_t3121518892 * get_reader_4() const { return ___reader_4; } inline XmlReader_t3121518892 ** get_address_of_reader_4() { return &___reader_4; } inline void set_reader_4(XmlReader_t3121518892 * value) { ___reader_4 = value; Il2CppCodeGenWriteBarrier((&___reader_4), value); } }; struct XmlHelper_t449021294_StaticFields { public: // DMCore.Framework.IO.XmlHelper DMCore.Framework.IO.XmlHelper::instance XmlHelper_t449021294 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(XmlHelper_t449021294_StaticFields, ___instance_0)); } inline XmlHelper_t449021294 * get_instance_0() const { return ___instance_0; } inline XmlHelper_t449021294 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(XmlHelper_t449021294 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLHELPER_T449021294_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 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 XMLWRITER_T127905479_H #define XMLWRITER_T127905479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlWriter struct XmlWriter_t127905479 : public RuntimeObject { public: // System.Xml.XmlWriterSettings System.Xml.XmlWriter::settings XmlWriterSettings_t3314986516 * ___settings_0; public: inline static int32_t get_offset_of_settings_0() { return static_cast(offsetof(XmlWriter_t127905479, ___settings_0)); } inline XmlWriterSettings_t3314986516 * get_settings_0() const { return ___settings_0; } inline XmlWriterSettings_t3314986516 ** get_address_of_settings_0() { return &___settings_0; } inline void set_settings_0(XmlWriterSettings_t3314986516 * value) { ___settings_0 = value; Il2CppCodeGenWriteBarrier((&___settings_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLWRITER_T127905479_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 U3CGETMAXSCORERATIOU3EC__ANONSTOREY1_T2249389600_H #define U3CGETMAXSCORERATIOU3EC__ANONSTOREY1_T2249389600_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey1 struct U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 : public RuntimeObject { public: // System.Int32 DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey1::fashionStarCount int32_t ___fashionStarCount_0; public: inline static int32_t get_offset_of_fashionStarCount_0() { return static_cast(offsetof(U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600, ___fashionStarCount_0)); } inline int32_t get_fashionStarCount_0() const { return ___fashionStarCount_0; } inline int32_t* get_address_of_fashionStarCount_0() { return &___fashionStarCount_0; } inline void set_fashionStarCount_0(int32_t value) { ___fashionStarCount_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETMAXSCORERATIOU3EC__ANONSTOREY1_T2249389600_H #ifndef XMLREADER_T3121518892_H #define XMLREADER_T3121518892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReader struct XmlReader_t3121518892 : public RuntimeObject { public: // System.Xml.XmlReaderBinarySupport System.Xml.XmlReader::binary XmlReaderBinarySupport_t1809665003 * ___binary_0; // System.Xml.XmlReaderSettings System.Xml.XmlReader::settings XmlReaderSettings_t2186285234 * ___settings_1; public: inline static int32_t get_offset_of_binary_0() { return static_cast(offsetof(XmlReader_t3121518892, ___binary_0)); } inline XmlReaderBinarySupport_t1809665003 * get_binary_0() const { return ___binary_0; } inline XmlReaderBinarySupport_t1809665003 ** get_address_of_binary_0() { return &___binary_0; } inline void set_binary_0(XmlReaderBinarySupport_t1809665003 * value) { ___binary_0 = value; Il2CppCodeGenWriteBarrier((&___binary_0), value); } inline static int32_t get_offset_of_settings_1() { return static_cast(offsetof(XmlReader_t3121518892, ___settings_1)); } inline XmlReaderSettings_t2186285234 * get_settings_1() const { return ___settings_1; } inline XmlReaderSettings_t2186285234 ** get_address_of_settings_1() { return &___settings_1; } inline void set_settings_1(XmlReaderSettings_t2186285234 * value) { ___settings_1 = value; Il2CppCodeGenWriteBarrier((&___settings_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADER_T3121518892_H #ifndef SCORERATIOUNIT_T3535651315_H #define SCORERATIOUNIT_T3535651315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit struct ScoreRatioUnit_t3535651315 : public RuntimeObject { public: // System.Int32 DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit::RatioValue int32_t ___RatioValue_0; // System.Int32 DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit::MinFashionStar int32_t ___MinFashionStar_1; // System.Int32 DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit::MaxFashionStar int32_t ___MaxFashionStar_2; // System.Int32 DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit::ComboCount int32_t ___ComboCount_3; public: inline static int32_t get_offset_of_RatioValue_0() { return static_cast(offsetof(ScoreRatioUnit_t3535651315, ___RatioValue_0)); } inline int32_t get_RatioValue_0() const { return ___RatioValue_0; } inline int32_t* get_address_of_RatioValue_0() { return &___RatioValue_0; } inline void set_RatioValue_0(int32_t value) { ___RatioValue_0 = value; } inline static int32_t get_offset_of_MinFashionStar_1() { return static_cast(offsetof(ScoreRatioUnit_t3535651315, ___MinFashionStar_1)); } inline int32_t get_MinFashionStar_1() const { return ___MinFashionStar_1; } inline int32_t* get_address_of_MinFashionStar_1() { return &___MinFashionStar_1; } inline void set_MinFashionStar_1(int32_t value) { ___MinFashionStar_1 = value; } inline static int32_t get_offset_of_MaxFashionStar_2() { return static_cast(offsetof(ScoreRatioUnit_t3535651315, ___MaxFashionStar_2)); } inline int32_t get_MaxFashionStar_2() const { return ___MaxFashionStar_2; } inline int32_t* get_address_of_MaxFashionStar_2() { return &___MaxFashionStar_2; } inline void set_MaxFashionStar_2(int32_t value) { ___MaxFashionStar_2 = value; } inline static int32_t get_offset_of_ComboCount_3() { return static_cast(offsetof(ScoreRatioUnit_t3535651315, ___ComboCount_3)); } inline int32_t get_ComboCount_3() const { return ___ComboCount_3; } inline int32_t* get_address_of_ComboCount_3() { return &___ComboCount_3; } inline void set_ComboCount_3(int32_t value) { ___ComboCount_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCORERATIOUNIT_T3535651315_H #ifndef CROLEBEATKEYDATA_SECTION_T904755798_H #define CROLEBEATKEYDATA_SECTION_T904755798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CRoleBeatKeyData_Section struct CRoleBeatKeyData_Section_t904755798 : public RuntimeObject { public: // System.Int64 DMCore.DanceMode.CRoleBeatKeyData_Section::_userId int64_t ____userId_0; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::_perfectCnt int32_t ____perfectCnt_1; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::_greatCnt int32_t ____greatCnt_2; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::_coolCnt int32_t ____coolCnt_3; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::_missCnt int32_t ____missCnt_4; // System.String DMCore.DanceMode.CRoleBeatKeyData_Section::userName String_t* ___userName_5; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::maxCombo int32_t ___maxCombo_6; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CRoleBeatKeyData_Section::_scoreEncrpt CEncrptHelp_Int_t51280996 * ____scoreEncrpt_7; public: inline static int32_t get_offset_of__userId_0() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ____userId_0)); } inline int64_t get__userId_0() const { return ____userId_0; } inline int64_t* get_address_of__userId_0() { return &____userId_0; } inline void set__userId_0(int64_t value) { ____userId_0 = value; } inline static int32_t get_offset_of__perfectCnt_1() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ____perfectCnt_1)); } inline int32_t get__perfectCnt_1() const { return ____perfectCnt_1; } inline int32_t* get_address_of__perfectCnt_1() { return &____perfectCnt_1; } inline void set__perfectCnt_1(int32_t value) { ____perfectCnt_1 = value; } inline static int32_t get_offset_of__greatCnt_2() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ____greatCnt_2)); } inline int32_t get__greatCnt_2() const { return ____greatCnt_2; } inline int32_t* get_address_of__greatCnt_2() { return &____greatCnt_2; } inline void set__greatCnt_2(int32_t value) { ____greatCnt_2 = value; } inline static int32_t get_offset_of__coolCnt_3() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ____coolCnt_3)); } inline int32_t get__coolCnt_3() const { return ____coolCnt_3; } inline int32_t* get_address_of__coolCnt_3() { return &____coolCnt_3; } inline void set__coolCnt_3(int32_t value) { ____coolCnt_3 = value; } inline static int32_t get_offset_of__missCnt_4() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ____missCnt_4)); } inline int32_t get__missCnt_4() const { return ____missCnt_4; } inline int32_t* get_address_of__missCnt_4() { return &____missCnt_4; } inline void set__missCnt_4(int32_t value) { ____missCnt_4 = value; } inline static int32_t get_offset_of_userName_5() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ___userName_5)); } inline String_t* get_userName_5() const { return ___userName_5; } inline String_t** get_address_of_userName_5() { return &___userName_5; } inline void set_userName_5(String_t* value) { ___userName_5 = value; Il2CppCodeGenWriteBarrier((&___userName_5), value); } inline static int32_t get_offset_of_maxCombo_6() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ___maxCombo_6)); } inline int32_t get_maxCombo_6() const { return ___maxCombo_6; } inline int32_t* get_address_of_maxCombo_6() { return &___maxCombo_6; } inline void set_maxCombo_6(int32_t value) { ___maxCombo_6 = value; } inline static int32_t get_offset_of__scoreEncrpt_7() { return static_cast(offsetof(CRoleBeatKeyData_Section_t904755798, ____scoreEncrpt_7)); } inline CEncrptHelp_Int_t51280996 * get__scoreEncrpt_7() const { return ____scoreEncrpt_7; } inline CEncrptHelp_Int_t51280996 ** get_address_of__scoreEncrpt_7() { return &____scoreEncrpt_7; } inline void set__scoreEncrpt_7(CEncrptHelp_Int_t51280996 * value) { ____scoreEncrpt_7 = value; Il2CppCodeGenWriteBarrier((&____scoreEncrpt_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEBEATKEYDATA_SECTION_T904755798_H #ifndef REVENUEDETAILDATA_T1092030774_H #define REVENUEDETAILDATA_T1092030774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.RevenueDetailData struct RevenueDetailData_t1092030774 : public RuntimeObject { public: // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpBase int32_t ___ExpBase_0; // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpAdd int32_t ___ExpAdd_1; // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpFirstWinFlag int32_t ___ExpFirstWinFlag_2; // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpDoubleFlag int32_t ___ExpDoubleFlag_3; // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpVipFlag int32_t ___ExpVipFlag_4; // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpLoverFlag int32_t ___ExpLoverFlag_5; // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpMemberFlag int32_t ___ExpMemberFlag_6; // System.Int32 DMCore.DanceMode.RevenueDetailData::ExpPetFlag int32_t ___ExpPetFlag_7; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldBase int32_t ___GoldBase_8; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldAdd int32_t ___GoldAdd_9; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldFirstWinFlag int32_t ___GoldFirstWinFlag_10; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldDoubleFlag int32_t ___GoldDoubleFlag_11; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldVipFlag int32_t ___GoldVipFlag_12; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldLoverFlag int32_t ___GoldLoverFlag_13; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldMemberFlag int32_t ___GoldMemberFlag_14; // System.Int32 DMCore.DanceMode.RevenueDetailData::GoldPetFlag int32_t ___GoldPetFlag_15; public: inline static int32_t get_offset_of_ExpBase_0() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpBase_0)); } inline int32_t get_ExpBase_0() const { return ___ExpBase_0; } inline int32_t* get_address_of_ExpBase_0() { return &___ExpBase_0; } inline void set_ExpBase_0(int32_t value) { ___ExpBase_0 = value; } inline static int32_t get_offset_of_ExpAdd_1() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpAdd_1)); } inline int32_t get_ExpAdd_1() const { return ___ExpAdd_1; } inline int32_t* get_address_of_ExpAdd_1() { return &___ExpAdd_1; } inline void set_ExpAdd_1(int32_t value) { ___ExpAdd_1 = value; } inline static int32_t get_offset_of_ExpFirstWinFlag_2() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpFirstWinFlag_2)); } inline int32_t get_ExpFirstWinFlag_2() const { return ___ExpFirstWinFlag_2; } inline int32_t* get_address_of_ExpFirstWinFlag_2() { return &___ExpFirstWinFlag_2; } inline void set_ExpFirstWinFlag_2(int32_t value) { ___ExpFirstWinFlag_2 = value; } inline static int32_t get_offset_of_ExpDoubleFlag_3() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpDoubleFlag_3)); } inline int32_t get_ExpDoubleFlag_3() const { return ___ExpDoubleFlag_3; } inline int32_t* get_address_of_ExpDoubleFlag_3() { return &___ExpDoubleFlag_3; } inline void set_ExpDoubleFlag_3(int32_t value) { ___ExpDoubleFlag_3 = value; } inline static int32_t get_offset_of_ExpVipFlag_4() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpVipFlag_4)); } inline int32_t get_ExpVipFlag_4() const { return ___ExpVipFlag_4; } inline int32_t* get_address_of_ExpVipFlag_4() { return &___ExpVipFlag_4; } inline void set_ExpVipFlag_4(int32_t value) { ___ExpVipFlag_4 = value; } inline static int32_t get_offset_of_ExpLoverFlag_5() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpLoverFlag_5)); } inline int32_t get_ExpLoverFlag_5() const { return ___ExpLoverFlag_5; } inline int32_t* get_address_of_ExpLoverFlag_5() { return &___ExpLoverFlag_5; } inline void set_ExpLoverFlag_5(int32_t value) { ___ExpLoverFlag_5 = value; } inline static int32_t get_offset_of_ExpMemberFlag_6() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpMemberFlag_6)); } inline int32_t get_ExpMemberFlag_6() const { return ___ExpMemberFlag_6; } inline int32_t* get_address_of_ExpMemberFlag_6() { return &___ExpMemberFlag_6; } inline void set_ExpMemberFlag_6(int32_t value) { ___ExpMemberFlag_6 = value; } inline static int32_t get_offset_of_ExpPetFlag_7() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___ExpPetFlag_7)); } inline int32_t get_ExpPetFlag_7() const { return ___ExpPetFlag_7; } inline int32_t* get_address_of_ExpPetFlag_7() { return &___ExpPetFlag_7; } inline void set_ExpPetFlag_7(int32_t value) { ___ExpPetFlag_7 = value; } inline static int32_t get_offset_of_GoldBase_8() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldBase_8)); } inline int32_t get_GoldBase_8() const { return ___GoldBase_8; } inline int32_t* get_address_of_GoldBase_8() { return &___GoldBase_8; } inline void set_GoldBase_8(int32_t value) { ___GoldBase_8 = value; } inline static int32_t get_offset_of_GoldAdd_9() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldAdd_9)); } inline int32_t get_GoldAdd_9() const { return ___GoldAdd_9; } inline int32_t* get_address_of_GoldAdd_9() { return &___GoldAdd_9; } inline void set_GoldAdd_9(int32_t value) { ___GoldAdd_9 = value; } inline static int32_t get_offset_of_GoldFirstWinFlag_10() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldFirstWinFlag_10)); } inline int32_t get_GoldFirstWinFlag_10() const { return ___GoldFirstWinFlag_10; } inline int32_t* get_address_of_GoldFirstWinFlag_10() { return &___GoldFirstWinFlag_10; } inline void set_GoldFirstWinFlag_10(int32_t value) { ___GoldFirstWinFlag_10 = value; } inline static int32_t get_offset_of_GoldDoubleFlag_11() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldDoubleFlag_11)); } inline int32_t get_GoldDoubleFlag_11() const { return ___GoldDoubleFlag_11; } inline int32_t* get_address_of_GoldDoubleFlag_11() { return &___GoldDoubleFlag_11; } inline void set_GoldDoubleFlag_11(int32_t value) { ___GoldDoubleFlag_11 = value; } inline static int32_t get_offset_of_GoldVipFlag_12() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldVipFlag_12)); } inline int32_t get_GoldVipFlag_12() const { return ___GoldVipFlag_12; } inline int32_t* get_address_of_GoldVipFlag_12() { return &___GoldVipFlag_12; } inline void set_GoldVipFlag_12(int32_t value) { ___GoldVipFlag_12 = value; } inline static int32_t get_offset_of_GoldLoverFlag_13() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldLoverFlag_13)); } inline int32_t get_GoldLoverFlag_13() const { return ___GoldLoverFlag_13; } inline int32_t* get_address_of_GoldLoverFlag_13() { return &___GoldLoverFlag_13; } inline void set_GoldLoverFlag_13(int32_t value) { ___GoldLoverFlag_13 = value; } inline static int32_t get_offset_of_GoldMemberFlag_14() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldMemberFlag_14)); } inline int32_t get_GoldMemberFlag_14() const { return ___GoldMemberFlag_14; } inline int32_t* get_address_of_GoldMemberFlag_14() { return &___GoldMemberFlag_14; } inline void set_GoldMemberFlag_14(int32_t value) { ___GoldMemberFlag_14 = value; } inline static int32_t get_offset_of_GoldPetFlag_15() { return static_cast(offsetof(RevenueDetailData_t1092030774, ___GoldPetFlag_15)); } inline int32_t get_GoldPetFlag_15() const { return ___GoldPetFlag_15; } inline int32_t* get_address_of_GoldPetFlag_15() { return &___GoldPetFlag_15; } inline void set_GoldPetFlag_15(int32_t value) { ___GoldPetFlag_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REVENUEDETAILDATA_T1092030774_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 CBEATKEYSWINGCTROLLOR_T4230979690_H #define CBEATKEYSWINGCTROLLOR_T4230979690_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingCtrollor struct CBeatKeySwingCtrollor_t4230979690 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeySwingCtrollor::m_listDeviceGroup List_1_t318665914 * ___m_listDeviceGroup_1; // System.Single[] DMCore.DanceMode.CBeatKeySwingCtrollor::m_keySpeed SingleU5BU5D_t1444911251* ___m_keySpeed_7; // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::m_selectedSpeedIndex int32_t ___m_selectedSpeedIndex_8; // System.Int32 DMCore.DanceMode.CBeatKeySwingCtrollor::m_comb int32_t ___m_comb_9; public: inline static int32_t get_offset_of_m_listDeviceGroup_1() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_listDeviceGroup_1)); } inline List_1_t318665914 * get_m_listDeviceGroup_1() const { return ___m_listDeviceGroup_1; } inline List_1_t318665914 ** get_address_of_m_listDeviceGroup_1() { return &___m_listDeviceGroup_1; } inline void set_m_listDeviceGroup_1(List_1_t318665914 * value) { ___m_listDeviceGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_listDeviceGroup_1), value); } inline static int32_t get_offset_of_m_keySpeed_7() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_keySpeed_7)); } inline SingleU5BU5D_t1444911251* get_m_keySpeed_7() const { return ___m_keySpeed_7; } inline SingleU5BU5D_t1444911251** get_address_of_m_keySpeed_7() { return &___m_keySpeed_7; } inline void set_m_keySpeed_7(SingleU5BU5D_t1444911251* value) { ___m_keySpeed_7 = value; Il2CppCodeGenWriteBarrier((&___m_keySpeed_7), value); } inline static int32_t get_offset_of_m_selectedSpeedIndex_8() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_selectedSpeedIndex_8)); } inline int32_t get_m_selectedSpeedIndex_8() const { return ___m_selectedSpeedIndex_8; } inline int32_t* get_address_of_m_selectedSpeedIndex_8() { return &___m_selectedSpeedIndex_8; } inline void set_m_selectedSpeedIndex_8(int32_t value) { ___m_selectedSpeedIndex_8 = value; } inline static int32_t get_offset_of_m_comb_9() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690, ___m_comb_9)); } inline int32_t get_m_comb_9() const { return ___m_comb_9; } inline int32_t* get_address_of_m_comb_9() { return &___m_comb_9; } inline void set_m_comb_9(int32_t value) { ___m_comb_9 = value; } }; struct CBeatKeySwingCtrollor_t4230979690_StaticFields { public: // DMCore.DanceMode.CBeatKeySwingCtrollor DMCore.DanceMode.CBeatKeySwingCtrollor::s_Instance CBeatKeySwingCtrollor_t4230979690 * ___s_Instance_10; // System.Comparison`1 DMCore.DanceMode.CBeatKeySwingCtrollor::<>f__mg$cache0 Comparison_1_t2216417410 * ___U3CU3Ef__mgU24cache0_11; public: inline static int32_t get_offset_of_s_Instance_10() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690_StaticFields, ___s_Instance_10)); } inline CBeatKeySwingCtrollor_t4230979690 * get_s_Instance_10() const { return ___s_Instance_10; } inline CBeatKeySwingCtrollor_t4230979690 ** get_address_of_s_Instance_10() { return &___s_Instance_10; } inline void set_s_Instance_10(CBeatKeySwingCtrollor_t4230979690 * value) { ___s_Instance_10 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_11() { return static_cast(offsetof(CBeatKeySwingCtrollor_t4230979690_StaticFields, ___U3CU3Ef__mgU24cache0_11)); } inline Comparison_1_t2216417410 * get_U3CU3Ef__mgU24cache0_11() const { return ___U3CU3Ef__mgU24cache0_11; } inline Comparison_1_t2216417410 ** get_address_of_U3CU3Ef__mgU24cache0_11() { return &___U3CU3Ef__mgU24cache0_11; } inline void set_U3CU3Ef__mgU24cache0_11(Comparison_1_t2216417410 * value) { ___U3CU3Ef__mgU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGCTROLLOR_T4230979690_H #ifndef CROLEEFFECTMANAGER_T3637256918_H #define CROLEEFFECTMANAGER_T3637256918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.CRoleEffectManager::m_Role ISceneBaseObj_t858622483 * ___m_Role_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.CRoleEffectManager::m_listParticals Dictionary_2_t3270456118 * ___m_listParticals_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.CRoleEffectManager::m_listCombineEff Dictionary_2_t3270456118 * ___m_listCombineEff_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.CRoleEffectManager::m_listOtherEffects Dictionary_2_t3270456118 * ___m_listOtherEffects_3; public: inline static int32_t get_offset_of_m_Role_0() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_Role_0)); } inline ISceneBaseObj_t858622483 * get_m_Role_0() const { return ___m_Role_0; } inline ISceneBaseObj_t858622483 ** get_address_of_m_Role_0() { return &___m_Role_0; } inline void set_m_Role_0(ISceneBaseObj_t858622483 * value) { ___m_Role_0 = value; Il2CppCodeGenWriteBarrier((&___m_Role_0), value); } inline static int32_t get_offset_of_m_listParticals_1() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_listParticals_1)); } inline Dictionary_2_t3270456118 * get_m_listParticals_1() const { return ___m_listParticals_1; } inline Dictionary_2_t3270456118 ** get_address_of_m_listParticals_1() { return &___m_listParticals_1; } inline void set_m_listParticals_1(Dictionary_2_t3270456118 * value) { ___m_listParticals_1 = value; Il2CppCodeGenWriteBarrier((&___m_listParticals_1), value); } inline static int32_t get_offset_of_m_listCombineEff_2() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_listCombineEff_2)); } inline Dictionary_2_t3270456118 * get_m_listCombineEff_2() const { return ___m_listCombineEff_2; } inline Dictionary_2_t3270456118 ** get_address_of_m_listCombineEff_2() { return &___m_listCombineEff_2; } inline void set_m_listCombineEff_2(Dictionary_2_t3270456118 * value) { ___m_listCombineEff_2 = value; Il2CppCodeGenWriteBarrier((&___m_listCombineEff_2), value); } inline static int32_t get_offset_of_m_listOtherEffects_3() { return static_cast(offsetof(CRoleEffectManager_t3637256918, ___m_listOtherEffects_3)); } inline Dictionary_2_t3270456118 * get_m_listOtherEffects_3() const { return ___m_listOtherEffects_3; } inline Dictionary_2_t3270456118 ** get_address_of_m_listOtherEffects_3() { return &___m_listOtherEffects_3; } inline void set_m_listOtherEffects_3(Dictionary_2_t3270456118 * value) { ___m_listOtherEffects_3 = value; Il2CppCodeGenWriteBarrier((&___m_listOtherEffects_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEEFFECTMANAGER_T3637256918_H #ifndef DICTIONARY_2_T3270456118_H #define DICTIONARY_2_T3270456118_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_t3270456118 : 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 stRoleEffectDataU5BU5D_t243065514* ___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_t3270456118, ___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_t3270456118, ___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_t3270456118, ___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_t3270456118, ___valueSlots_7)); } inline stRoleEffectDataU5BU5D_t243065514* get_valueSlots_7() const { return ___valueSlots_7; } inline stRoleEffectDataU5BU5D_t243065514** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(stRoleEffectDataU5BU5D_t243065514* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3270456118, ___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_t3270456118, ___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_t3270456118, ___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_t3270456118, ___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_t3270456118, ___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_t3270456118, ___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_t3270456118, ___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_t3270456118_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3388444526 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3270456118_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3388444526 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3388444526 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3388444526 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3270456118_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 STROLEEFFECTDATA_T3485199819_H #define STROLEEFFECTDATA_T3485199819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CRoleEffectManager/stRoleEffectData struct stRoleEffectData_t3485199819 : public RuntimeObject { public: // System.Boolean DMCore.Framework.CRoleEffectManager/stRoleEffectData::created bool ___created_0; // System.Boolean DMCore.Framework.CRoleEffectManager/stRoleEffectData::active bool ___active_1; // System.Single DMCore.Framework.CRoleEffectManager/stRoleEffectData::start float ___start_2; // System.Single DMCore.Framework.CRoleEffectManager/stRoleEffectData::timeLength float ___timeLength_3; // UnityEngine.GameObject DMCore.Framework.CRoleEffectManager/stRoleEffectData::gameObj GameObject_t1113636619 * ___gameObj_4; // System.String DMCore.Framework.CRoleEffectManager/stRoleEffectData::bindBoneName String_t* ___bindBoneName_5; public: inline static int32_t get_offset_of_created_0() { return static_cast(offsetof(stRoleEffectData_t3485199819, ___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_active_1() { return static_cast(offsetof(stRoleEffectData_t3485199819, ___active_1)); } inline bool get_active_1() const { return ___active_1; } inline bool* get_address_of_active_1() { return &___active_1; } inline void set_active_1(bool value) { ___active_1 = value; } inline static int32_t get_offset_of_start_2() { return static_cast(offsetof(stRoleEffectData_t3485199819, ___start_2)); } inline float get_start_2() const { return ___start_2; } inline float* get_address_of_start_2() { return &___start_2; } inline void set_start_2(float value) { ___start_2 = value; } inline static int32_t get_offset_of_timeLength_3() { return static_cast(offsetof(stRoleEffectData_t3485199819, ___timeLength_3)); } inline float get_timeLength_3() const { return ___timeLength_3; } inline float* get_address_of_timeLength_3() { return &___timeLength_3; } inline void set_timeLength_3(float value) { ___timeLength_3 = value; } inline static int32_t get_offset_of_gameObj_4() { return static_cast(offsetof(stRoleEffectData_t3485199819, ___gameObj_4)); } inline GameObject_t1113636619 * get_gameObj_4() const { return ___gameObj_4; } inline GameObject_t1113636619 ** get_address_of_gameObj_4() { return &___gameObj_4; } inline void set_gameObj_4(GameObject_t1113636619 * value) { ___gameObj_4 = value; Il2CppCodeGenWriteBarrier((&___gameObj_4), value); } inline static int32_t get_offset_of_bindBoneName_5() { return static_cast(offsetof(stRoleEffectData_t3485199819, ___bindBoneName_5)); } inline String_t* get_bindBoneName_5() const { return ___bindBoneName_5; } inline String_t** get_address_of_bindBoneName_5() { return &___bindBoneName_5; } inline void set_bindBoneName_5(String_t* value) { ___bindBoneName_5 = value; Il2CppCodeGenWriteBarrier((&___bindBoneName_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STROLEEFFECTDATA_T3485199819_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef CTEXTCOMBINE_T822230699_H #define CTEXTCOMBINE_T822230699_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CTextCombine struct CTextCombine_t822230699 : public RuntimeObject { public: // BetterList`1 DMCore.Framework.Misc.CTextCombine::m_listTextAll BetterList_1_t545552484 * ___m_listTextAll_0; public: inline static int32_t get_offset_of_m_listTextAll_0() { return static_cast(offsetof(CTextCombine_t822230699, ___m_listTextAll_0)); } inline BetterList_1_t545552484 * get_m_listTextAll_0() const { return ___m_listTextAll_0; } inline BetterList_1_t545552484 ** get_address_of_m_listTextAll_0() { return &___m_listTextAll_0; } inline void set_m_listTextAll_0(BetterList_1_t545552484 * value) { ___m_listTextAll_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTextAll_0), value); } }; struct CTextCombine_t822230699_StaticFields { public: // DMCore.Framework.Misc.CTextCombine DMCore.Framework.Misc.CTextCombine::s_Instance CTextCombine_t822230699 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CTextCombine_t822230699_StaticFields, ___s_Instance_1)); } inline CTextCombine_t822230699 * get_s_Instance_1() const { return ___s_Instance_1; } inline CTextCombine_t822230699 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CTextCombine_t822230699 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTEXTCOMBINE_T822230699_H #ifndef CTEXTSTATEDATA_T227990879_H #define CTEXTSTATEDATA_T227990879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CDependenceReadyManager/CTextStateData struct CTextStateData_t227990879 : public RuntimeObject { public: // System.String DMCore.Framework.CDependenceReadyManager/CTextStateData::m_textVal String_t* ___m_textVal_0; // System.String DMCore.Framework.CDependenceReadyManager/CTextStateData::k__BackingField String_t* ___U3CPathU3Ek__BackingField_1; // DMCore.Framework.OnTextReady DMCore.Framework.CDependenceReadyManager/CTextStateData::k__BackingField OnTextReady_t3445893431 * ___U3CCallBackU3Ek__BackingField_2; // System.Int32 DMCore.Framework.CDependenceReadyManager/CTextStateData::k__BackingField int32_t ___U3CUsrDataU3Ek__BackingField_3; // System.Boolean DMCore.Framework.CDependenceReadyManager/CTextStateData::m_isReady bool ___m_isReady_4; public: inline static int32_t get_offset_of_m_textVal_0() { return static_cast(offsetof(CTextStateData_t227990879, ___m_textVal_0)); } inline String_t* get_m_textVal_0() const { return ___m_textVal_0; } inline String_t** get_address_of_m_textVal_0() { return &___m_textVal_0; } inline void set_m_textVal_0(String_t* value) { ___m_textVal_0 = value; Il2CppCodeGenWriteBarrier((&___m_textVal_0), value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_1() { return static_cast(offsetof(CTextStateData_t227990879, ___U3CPathU3Ek__BackingField_1)); } inline String_t* get_U3CPathU3Ek__BackingField_1() const { return ___U3CPathU3Ek__BackingField_1; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_1() { return &___U3CPathU3Ek__BackingField_1; } inline void set_U3CPathU3Ek__BackingField_1(String_t* value) { ___U3CPathU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCallBackU3Ek__BackingField_2() { return static_cast(offsetof(CTextStateData_t227990879, ___U3CCallBackU3Ek__BackingField_2)); } inline OnTextReady_t3445893431 * get_U3CCallBackU3Ek__BackingField_2() const { return ___U3CCallBackU3Ek__BackingField_2; } inline OnTextReady_t3445893431 ** get_address_of_U3CCallBackU3Ek__BackingField_2() { return &___U3CCallBackU3Ek__BackingField_2; } inline void set_U3CCallBackU3Ek__BackingField_2(OnTextReady_t3445893431 * value) { ___U3CCallBackU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CCallBackU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CUsrDataU3Ek__BackingField_3() { return static_cast(offsetof(CTextStateData_t227990879, ___U3CUsrDataU3Ek__BackingField_3)); } inline int32_t get_U3CUsrDataU3Ek__BackingField_3() const { return ___U3CUsrDataU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CUsrDataU3Ek__BackingField_3() { return &___U3CUsrDataU3Ek__BackingField_3; } inline void set_U3CUsrDataU3Ek__BackingField_3(int32_t value) { ___U3CUsrDataU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_isReady_4() { return static_cast(offsetof(CTextStateData_t227990879, ___m_isReady_4)); } inline bool get_m_isReady_4() const { return ___m_isReady_4; } inline bool* get_address_of_m_isReady_4() { return &___m_isReady_4; } inline void set_m_isReady_4(bool value) { ___m_isReady_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTEXTSTATEDATA_T227990879_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 LIST_1_T1700065621_H #define LIST_1_T1700065621_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_t1700065621 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CTextStateDataU5BU5D_t2867560006* ____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_t1700065621, ____items_1)); } inline CTextStateDataU5BU5D_t2867560006* get__items_1() const { return ____items_1; } inline CTextStateDataU5BU5D_t2867560006** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CTextStateDataU5BU5D_t2867560006* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1700065621, ____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_t1700065621, ____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_t1700065621_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CTextStateDataU5BU5D_t2867560006* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1700065621_StaticFields, ___EmptyArray_4)); } inline CTextStateDataU5BU5D_t2867560006* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CTextStateDataU5BU5D_t2867560006** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CTextStateDataU5BU5D_t2867560006* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1700065621_H #ifndef LIST_1_T1647121327_H #define LIST_1_T1647121327_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_t1647121327 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IReadySiteU5BU5D_t561108292* ____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_t1647121327, ____items_1)); } inline IReadySiteU5BU5D_t561108292* get__items_1() const { return ____items_1; } inline IReadySiteU5BU5D_t561108292** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IReadySiteU5BU5D_t561108292* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1647121327, ____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_t1647121327, ____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_t1647121327_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray IReadySiteU5BU5D_t561108292* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1647121327_StaticFields, ___EmptyArray_4)); } inline IReadySiteU5BU5D_t561108292* get_EmptyArray_4() const { return ___EmptyArray_4; } inline IReadySiteU5BU5D_t561108292** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(IReadySiteU5BU5D_t561108292* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1647121327_H #ifndef CDEPENDENCEREADYMANAGER_T857962078_H #define CDEPENDENCEREADYMANAGER_T857962078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CDependenceReadyManager struct CDependenceReadyManager_t857962078 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.CDependenceReadyManager::m_listTaskAll List_1_t1647121327 * ___m_listTaskAll_0; // System.Collections.Generic.List`1 DMCore.Framework.CDependenceReadyManager::m_listTextState List_1_t1700065621 * ___m_listTextState_1; // System.Boolean DMCore.Framework.CDependenceReadyManager::m_bUseTextCombine bool ___m_bUseTextCombine_2; public: inline static int32_t get_offset_of_m_listTaskAll_0() { return static_cast(offsetof(CDependenceReadyManager_t857962078, ___m_listTaskAll_0)); } inline List_1_t1647121327 * get_m_listTaskAll_0() const { return ___m_listTaskAll_0; } inline List_1_t1647121327 ** get_address_of_m_listTaskAll_0() { return &___m_listTaskAll_0; } inline void set_m_listTaskAll_0(List_1_t1647121327 * value) { ___m_listTaskAll_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTaskAll_0), value); } inline static int32_t get_offset_of_m_listTextState_1() { return static_cast(offsetof(CDependenceReadyManager_t857962078, ___m_listTextState_1)); } inline List_1_t1700065621 * get_m_listTextState_1() const { return ___m_listTextState_1; } inline List_1_t1700065621 ** get_address_of_m_listTextState_1() { return &___m_listTextState_1; } inline void set_m_listTextState_1(List_1_t1700065621 * value) { ___m_listTextState_1 = value; Il2CppCodeGenWriteBarrier((&___m_listTextState_1), value); } inline static int32_t get_offset_of_m_bUseTextCombine_2() { return static_cast(offsetof(CDependenceReadyManager_t857962078, ___m_bUseTextCombine_2)); } inline bool get_m_bUseTextCombine_2() const { return ___m_bUseTextCombine_2; } inline bool* get_address_of_m_bUseTextCombine_2() { return &___m_bUseTextCombine_2; } inline void set_m_bUseTextCombine_2(bool value) { ___m_bUseTextCombine_2 = value; } }; struct CDependenceReadyManager_t857962078_StaticFields { public: // DMCore.Framework.CDependenceReadyManager DMCore.Framework.CDependenceReadyManager::s_Instance CDependenceReadyManager_t857962078 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CDependenceReadyManager_t857962078_StaticFields, ___s_Instance_3)); } inline CDependenceReadyManager_t857962078 * get_s_Instance_3() const { return ___s_Instance_3; } inline CDependenceReadyManager_t857962078 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CDependenceReadyManager_t857962078 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDEPENDENCEREADYMANAGER_T857962078_H #ifndef CMODULENATIVE_T1834005593_H #define CMODULENATIVE_T1834005593_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CModuleNative struct CModuleNative_t1834005593 : public RuntimeObject { public: // System.Reflection.Assembly[] DMCore.Framework.CModuleNative::m_assemblyList AssemblyU5BU5D_t2792222854* ___m_assemblyList_0; public: inline static int32_t get_offset_of_m_assemblyList_0() { return static_cast(offsetof(CModuleNative_t1834005593, ___m_assemblyList_0)); } inline AssemblyU5BU5D_t2792222854* get_m_assemblyList_0() const { return ___m_assemblyList_0; } inline AssemblyU5BU5D_t2792222854** get_address_of_m_assemblyList_0() { return &___m_assemblyList_0; } inline void set_m_assemblyList_0(AssemblyU5BU5D_t2792222854* value) { ___m_assemblyList_0 = value; Il2CppCodeGenWriteBarrier((&___m_assemblyList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMODULENATIVE_T1834005593_H #ifndef BINDER_T2999457153_H #define BINDER_T2999457153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder struct Binder_t2999457153 : public RuntimeObject { public: public: }; struct Binder_t2999457153_StaticFields { public: // System.Reflection.Binder System.Reflection.Binder::default_binder Binder_t2999457153 * ___default_binder_0; public: inline static int32_t get_offset_of_default_binder_0() { return static_cast(offsetof(Binder_t2999457153_StaticFields, ___default_binder_0)); } inline Binder_t2999457153 * get_default_binder_0() const { return ___default_binder_0; } inline Binder_t2999457153 ** get_address_of_default_binder_0() { return &___default_binder_0; } inline void set_default_binder_0(Binder_t2999457153 * value) { ___default_binder_0 = value; Il2CppCodeGenWriteBarrier((&___default_binder_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDER_T2999457153_H #ifndef LIST_1_T3041809111_H #define LIST_1_T3041809111_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_t3041809111 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Action_1U5BU5D_t1441410172* ____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_t3041809111, ____items_1)); } inline Action_1U5BU5D_t1441410172* get__items_1() const { return ____items_1; } inline Action_1U5BU5D_t1441410172** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Action_1U5BU5D_t1441410172* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3041809111, ____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_t3041809111, ____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_t3041809111_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Action_1U5BU5D_t1441410172* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3041809111_StaticFields, ___EmptyArray_4)); } inline Action_1U5BU5D_t1441410172* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Action_1U5BU5D_t1441410172** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Action_1U5BU5D_t1441410172* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3041809111_H #ifndef CUIATLASHELP_T4105358316_H #define CUIATLASHELP_T4105358316_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CUIAtlasHelp struct CUIAtlasHelp_t4105358316 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIATLASHELP_T4105358316_H #ifndef GYROSCOPE_T3288342876_H #define GYROSCOPE_T3288342876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Gyroscope struct Gyroscope_t3288342876 : public RuntimeObject { public: // System.Int32 UnityEngine.Gyroscope::m_GyroIndex int32_t ___m_GyroIndex_0; public: inline static int32_t get_offset_of_m_GyroIndex_0() { return static_cast(offsetof(Gyroscope_t3288342876, ___m_GyroIndex_0)); } inline int32_t get_m_GyroIndex_0() const { return ___m_GyroIndex_0; } inline int32_t* get_address_of_m_GyroIndex_0() { return &___m_GyroIndex_0; } inline void set_m_GyroIndex_0(int32_t value) { ___m_GyroIndex_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GYROSCOPE_T3288342876_H #ifndef CINIFILE_T2879301433_H #define CINIFILE_T2879301433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniFile struct CIniFile_t2879301433 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Ini.CIniFile::sections List_1_t2690565106 * ___sections_0; public: inline static int32_t get_offset_of_sections_0() { return static_cast(offsetof(CIniFile_t2879301433, ___sections_0)); } inline List_1_t2690565106 * get_sections_0() const { return ___sections_0; } inline List_1_t2690565106 ** get_address_of_sections_0() { return &___sections_0; } inline void set_sections_0(List_1_t2690565106 * value) { ___sections_0 = value; Il2CppCodeGenWriteBarrier((&___sections_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINIFILE_T2879301433_H #ifndef LIST_1_T2690565106_H #define LIST_1_T2690565106_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_t2690565106 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CIniSectionU5BU5D_t1022100629* ____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_t2690565106, ____items_1)); } inline CIniSectionU5BU5D_t1022100629* get__items_1() const { return ____items_1; } inline CIniSectionU5BU5D_t1022100629** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CIniSectionU5BU5D_t1022100629* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2690565106, ____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_t2690565106, ____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_t2690565106_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CIniSectionU5BU5D_t1022100629* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2690565106_StaticFields, ___EmptyArray_4)); } inline CIniSectionU5BU5D_t1022100629* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CIniSectionU5BU5D_t1022100629** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CIniSectionU5BU5D_t1022100629* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2690565106_H #ifndef CROLEGIVELIKE_T149518772_H #define CROLEGIVELIKE_T149518772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CRoleGiveLike struct CRoleGiveLike_t149518772 : public RuntimeObject { public: // System.Int64 DMCore.DanceMode.CRoleGiveLike::userId int64_t ___userId_0; // System.Int32 DMCore.DanceMode.CRoleGiveLike::flag int32_t ___flag_1; public: inline static int32_t get_offset_of_userId_0() { return static_cast(offsetof(CRoleGiveLike_t149518772, ___userId_0)); } inline int64_t get_userId_0() const { return ___userId_0; } inline int64_t* get_address_of_userId_0() { return &___userId_0; } inline void set_userId_0(int64_t value) { ___userId_0 = value; } inline static int32_t get_offset_of_flag_1() { return static_cast(offsetof(CRoleGiveLike_t149518772, ___flag_1)); } inline int32_t get_flag_1() const { return ___flag_1; } inline int32_t* get_address_of_flag_1() { return &___flag_1; } inline void set_flag_1(int32_t value) { ___flag_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEGIVELIKE_T149518772_H #ifndef CENCRPTHELP_1_T2107105261_H #define CENCRPTHELP_1_T2107105261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CEncrptHelp`1 struct CEncrptHelp_1_t2107105261 : public RuntimeObject { public: // BetterList`1 DMCore.Framework.Misc.CEncrptHelp`1::m_result BetterList_1_t289316694 * ___m_result_0; // System.Byte[] DMCore.Framework.Misc.CEncrptHelp`1::m_keyVal ByteU5BU5D_t4116647657* ___m_keyVal_1; public: inline static int32_t get_offset_of_m_result_0() { return static_cast(offsetof(CEncrptHelp_1_t2107105261, ___m_result_0)); } inline BetterList_1_t289316694 * get_m_result_0() const { return ___m_result_0; } inline BetterList_1_t289316694 ** get_address_of_m_result_0() { return &___m_result_0; } inline void set_m_result_0(BetterList_1_t289316694 * value) { ___m_result_0 = value; Il2CppCodeGenWriteBarrier((&___m_result_0), value); } inline static int32_t get_offset_of_m_keyVal_1() { return static_cast(offsetof(CEncrptHelp_1_t2107105261, ___m_keyVal_1)); } inline ByteU5BU5D_t4116647657* get_m_keyVal_1() const { return ___m_keyVal_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyVal_1() { return &___m_keyVal_1; } inline void set_m_keyVal_1(ByteU5BU5D_t4116647657* value) { ___m_keyVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_keyVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CENCRPTHELP_1_T2107105261_H #ifndef CINISECTION_T1218490364_H #define CINISECTION_T1218490364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Ini.CIniSection struct CIniSection_t1218490364 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Ini.CIniSection::nHash int32_t ___nHash_0; // System.String DMCore.Framework.Ini.CIniSection::strName String_t* ___strName_1; // System.Boolean DMCore.Framework.Ini.CIniSection::bIsNew bool ___bIsNew_2; // System.Collections.Generic.List`1 DMCore.Framework.Ini.CIniSection::items List_1_t1271005742 * ___items_3; public: inline static int32_t get_offset_of_nHash_0() { return static_cast(offsetof(CIniSection_t1218490364, ___nHash_0)); } inline int32_t get_nHash_0() const { return ___nHash_0; } inline int32_t* get_address_of_nHash_0() { return &___nHash_0; } inline void set_nHash_0(int32_t value) { ___nHash_0 = value; } inline static int32_t get_offset_of_strName_1() { return static_cast(offsetof(CIniSection_t1218490364, ___strName_1)); } inline String_t* get_strName_1() const { return ___strName_1; } inline String_t** get_address_of_strName_1() { return &___strName_1; } inline void set_strName_1(String_t* value) { ___strName_1 = value; Il2CppCodeGenWriteBarrier((&___strName_1), value); } inline static int32_t get_offset_of_bIsNew_2() { return static_cast(offsetof(CIniSection_t1218490364, ___bIsNew_2)); } inline bool get_bIsNew_2() const { return ___bIsNew_2; } inline bool* get_address_of_bIsNew_2() { return &___bIsNew_2; } inline void set_bIsNew_2(bool value) { ___bIsNew_2 = value; } inline static int32_t get_offset_of_items_3() { return static_cast(offsetof(CIniSection_t1218490364, ___items_3)); } inline List_1_t1271005742 * get_items_3() const { return ___items_3; } inline List_1_t1271005742 ** get_address_of_items_3() { return &___items_3; } inline void set_items_3(List_1_t1271005742 * value) { ___items_3 = value; Il2CppCodeGenWriteBarrier((&___items_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINISECTION_T1218490364_H #ifndef INETMSGBASEC2S_T1364238951_H #define INETMSGBASEC2S_T1364238951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.INetMsgBaseC2S struct INetMsgBaseC2S_t1364238951 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETMSGBASEC2S_T1364238951_H #ifndef LIST_1_T3107464159_H #define LIST_1_T3107464159_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_t3107464159 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stParticleInfoU5BU5D_t2802257492* ____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_t3107464159, ____items_1)); } inline stParticleInfoU5BU5D_t2802257492* get__items_1() const { return ____items_1; } inline stParticleInfoU5BU5D_t2802257492** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stParticleInfoU5BU5D_t2802257492* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3107464159, ____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_t3107464159, ____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_t3107464159_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stParticleInfoU5BU5D_t2802257492* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3107464159_StaticFields, ___EmptyArray_4)); } inline stParticleInfoU5BU5D_t2802257492* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stParticleInfoU5BU5D_t2802257492** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stParticleInfoU5BU5D_t2802257492* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3107464159_H #ifndef LIST_1_T2675634408_H #define LIST_1_T2675634408_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_t2675634408 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stPropUseInfoU5BU5D_t515254023* ____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_t2675634408, ____items_1)); } inline stPropUseInfoU5BU5D_t515254023* get__items_1() const { return ____items_1; } inline stPropUseInfoU5BU5D_t515254023** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stPropUseInfoU5BU5D_t515254023* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2675634408, ____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_t2675634408, ____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_t2675634408_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stPropUseInfoU5BU5D_t515254023* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2675634408_StaticFields, ___EmptyArray_4)); } inline stPropUseInfoU5BU5D_t515254023* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stPropUseInfoU5BU5D_t515254023** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stPropUseInfoU5BU5D_t515254023* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2675634408_H #ifndef LIST_1_T3346683719_H #define LIST_1_T3346683719_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_t3346683719 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stResultInfoU5BU5D_t1371592780* ____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_t3346683719, ____items_1)); } inline stResultInfoU5BU5D_t1371592780* get__items_1() const { return ____items_1; } inline stResultInfoU5BU5D_t1371592780** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stResultInfoU5BU5D_t1371592780* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3346683719, ____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_t3346683719, ____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_t3346683719_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stResultInfoU5BU5D_t1371592780* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3346683719_StaticFields, ___EmptyArray_4)); } inline stResultInfoU5BU5D_t1371592780* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stResultInfoU5BU5D_t1371592780** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stResultInfoU5BU5D_t1371592780* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3346683719_H #ifndef STPARTICLEINFO_T1635389417_H #define STPARTICLEINFO_T1635389417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeys/stParticleInfo struct stParticleInfo_t1635389417 : public RuntimeObject { public: // System.String DMCore.DanceMode.IBeatKeys/stParticleInfo::name String_t* ___name_0; // System.Single DMCore.DanceMode.IBeatKeys/stParticleInfo::angle float ___angle_1; // System.Single DMCore.DanceMode.IBeatKeys/stParticleInfo::size float ___size_2; // System.Single DMCore.DanceMode.IBeatKeys/stParticleInfo::scale0 float ___scale0_3; // System.Single DMCore.DanceMode.IBeatKeys/stParticleInfo::scale1 float ___scale1_4; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(stParticleInfo_t1635389417, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_angle_1() { return static_cast(offsetof(stParticleInfo_t1635389417, ___angle_1)); } inline float get_angle_1() const { return ___angle_1; } inline float* get_address_of_angle_1() { return &___angle_1; } inline void set_angle_1(float value) { ___angle_1 = value; } inline static int32_t get_offset_of_size_2() { return static_cast(offsetof(stParticleInfo_t1635389417, ___size_2)); } inline float get_size_2() const { return ___size_2; } inline float* get_address_of_size_2() { return &___size_2; } inline void set_size_2(float value) { ___size_2 = value; } inline static int32_t get_offset_of_scale0_3() { return static_cast(offsetof(stParticleInfo_t1635389417, ___scale0_3)); } inline float get_scale0_3() const { return ___scale0_3; } inline float* get_address_of_scale0_3() { return &___scale0_3; } inline void set_scale0_3(float value) { ___scale0_3 = value; } inline static int32_t get_offset_of_scale1_4() { return static_cast(offsetof(stParticleInfo_t1635389417, ___scale1_4)); } inline float get_scale1_4() const { return ___scale1_4; } inline float* get_address_of_scale1_4() { return &___scale1_4; } inline void set_scale1_4(float value) { ___scale1_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STPARTICLEINFO_T1635389417_H #ifndef SKILLINFO_T3175174670_H #define SKILLINFO_T3175174670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SkillInfo struct SkillInfo_t3175174670 : public RuntimeObject { public: // System.Int32 DMCore.Logic.SkillInfo::SkillId int32_t ___SkillId_0; // System.String DMCore.Logic.SkillInfo::SkillName String_t* ___SkillName_1; // System.Int32 DMCore.Logic.SkillInfo::level int32_t ___level_2; // System.Int32 DMCore.Logic.SkillInfo::ItemOrValueId int32_t ___ItemOrValueId_3; // System.Int32 DMCore.Logic.SkillInfo::CalcType int32_t ___CalcType_4; // System.Single DMCore.Logic.SkillInfo::value float ___value_5; // System.Int32 DMCore.Logic.SkillInfo::MaxUseCount int32_t ___MaxUseCount_6; // System.String DMCore.Logic.SkillInfo::icon String_t* ___icon_7; // System.String DMCore.Logic.SkillInfo::desc String_t* ___desc_8; public: inline static int32_t get_offset_of_SkillId_0() { return static_cast(offsetof(SkillInfo_t3175174670, ___SkillId_0)); } inline int32_t get_SkillId_0() const { return ___SkillId_0; } inline int32_t* get_address_of_SkillId_0() { return &___SkillId_0; } inline void set_SkillId_0(int32_t value) { ___SkillId_0 = value; } inline static int32_t get_offset_of_SkillName_1() { return static_cast(offsetof(SkillInfo_t3175174670, ___SkillName_1)); } inline String_t* get_SkillName_1() const { return ___SkillName_1; } inline String_t** get_address_of_SkillName_1() { return &___SkillName_1; } inline void set_SkillName_1(String_t* value) { ___SkillName_1 = value; Il2CppCodeGenWriteBarrier((&___SkillName_1), value); } inline static int32_t get_offset_of_level_2() { return static_cast(offsetof(SkillInfo_t3175174670, ___level_2)); } inline int32_t get_level_2() const { return ___level_2; } inline int32_t* get_address_of_level_2() { return &___level_2; } inline void set_level_2(int32_t value) { ___level_2 = value; } inline static int32_t get_offset_of_ItemOrValueId_3() { return static_cast(offsetof(SkillInfo_t3175174670, ___ItemOrValueId_3)); } inline int32_t get_ItemOrValueId_3() const { return ___ItemOrValueId_3; } inline int32_t* get_address_of_ItemOrValueId_3() { return &___ItemOrValueId_3; } inline void set_ItemOrValueId_3(int32_t value) { ___ItemOrValueId_3 = value; } inline static int32_t get_offset_of_CalcType_4() { return static_cast(offsetof(SkillInfo_t3175174670, ___CalcType_4)); } inline int32_t get_CalcType_4() const { return ___CalcType_4; } inline int32_t* get_address_of_CalcType_4() { return &___CalcType_4; } inline void set_CalcType_4(int32_t value) { ___CalcType_4 = value; } inline static int32_t get_offset_of_value_5() { return static_cast(offsetof(SkillInfo_t3175174670, ___value_5)); } inline float get_value_5() const { return ___value_5; } inline float* get_address_of_value_5() { return &___value_5; } inline void set_value_5(float value) { ___value_5 = value; } inline static int32_t get_offset_of_MaxUseCount_6() { return static_cast(offsetof(SkillInfo_t3175174670, ___MaxUseCount_6)); } inline int32_t get_MaxUseCount_6() const { return ___MaxUseCount_6; } inline int32_t* get_address_of_MaxUseCount_6() { return &___MaxUseCount_6; } inline void set_MaxUseCount_6(int32_t value) { ___MaxUseCount_6 = value; } inline static int32_t get_offset_of_icon_7() { return static_cast(offsetof(SkillInfo_t3175174670, ___icon_7)); } inline String_t* get_icon_7() const { return ___icon_7; } inline String_t** get_address_of_icon_7() { return &___icon_7; } inline void set_icon_7(String_t* value) { ___icon_7 = value; Il2CppCodeGenWriteBarrier((&___icon_7), value); } inline static int32_t get_offset_of_desc_8() { return static_cast(offsetof(SkillInfo_t3175174670, ___desc_8)); } inline String_t* get_desc_8() const { return ___desc_8; } inline String_t** get_address_of_desc_8() { return &___desc_8; } inline void set_desc_8(String_t* value) { ___desc_8 = value; Il2CppCodeGenWriteBarrier((&___desc_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKILLINFO_T3175174670_H #ifndef CPROPEQUIPMANAGER_T729741778_H #define CPROPEQUIPMANAGER_T729741778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPropEquipManager::m_canUseProp bool ___m_canUseProp_0; // System.Boolean DMCore.Logic.CPropEquipManager::m_isChanged bool ___m_isChanged_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropEquipManager::m_equipPropList Dictionary_2_t3250266723 * ___m_equipPropList_2; // System.Collections.Generic.List`1 DMCore.Logic.CPropEquipManager::m_personalEquipPropList List_1_t1538660838 * ___m_personalEquipPropList_4; public: inline static int32_t get_offset_of_m_canUseProp_0() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_canUseProp_0)); } inline bool get_m_canUseProp_0() const { return ___m_canUseProp_0; } inline bool* get_address_of_m_canUseProp_0() { return &___m_canUseProp_0; } inline void set_m_canUseProp_0(bool value) { ___m_canUseProp_0 = value; } inline static int32_t get_offset_of_m_isChanged_1() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_isChanged_1)); } inline bool get_m_isChanged_1() const { return ___m_isChanged_1; } inline bool* get_address_of_m_isChanged_1() { return &___m_isChanged_1; } inline void set_m_isChanged_1(bool value) { ___m_isChanged_1 = value; } inline static int32_t get_offset_of_m_equipPropList_2() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_equipPropList_2)); } inline Dictionary_2_t3250266723 * get_m_equipPropList_2() const { return ___m_equipPropList_2; } inline Dictionary_2_t3250266723 ** get_address_of_m_equipPropList_2() { return &___m_equipPropList_2; } inline void set_m_equipPropList_2(Dictionary_2_t3250266723 * value) { ___m_equipPropList_2 = value; Il2CppCodeGenWriteBarrier((&___m_equipPropList_2), value); } inline static int32_t get_offset_of_m_personalEquipPropList_4() { return static_cast(offsetof(CPropEquipManager_t729741778, ___m_personalEquipPropList_4)); } inline List_1_t1538660838 * get_m_personalEquipPropList_4() const { return ___m_personalEquipPropList_4; } inline List_1_t1538660838 ** get_address_of_m_personalEquipPropList_4() { return &___m_personalEquipPropList_4; } inline void set_m_personalEquipPropList_4(List_1_t1538660838 * value) { ___m_personalEquipPropList_4 = value; Il2CppCodeGenWriteBarrier((&___m_personalEquipPropList_4), value); } }; struct CPropEquipManager_t729741778_StaticFields { public: // DMCore.Logic.CPropEquipManager DMCore.Logic.CPropEquipManager::s_instance CPropEquipManager_t729741778 * ___s_instance_3; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CPropEquipManager_t729741778_StaticFields, ___s_instance_3)); } inline CPropEquipManager_t729741778 * get_s_instance_3() const { return ___s_instance_3; } inline CPropEquipManager_t729741778 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CPropEquipManager_t729741778 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPEQUIPMANAGER_T729741778_H #ifndef IBEATKEYHELP_T57976129_H #define IBEATKEYHELP_T57976129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeyHelp struct IBeatKeyHelp_t57976129 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IBEATKEYHELP_T57976129_H #ifndef CTIMERCTRL_T297173612_H #define CTIMERCTRL_T297173612_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612 : public RuntimeObject { public: // System.Single DMCore.Framework.CTimerCtrl::m_fTimeLabor float ___m_fTimeLabor_0; // System.Single DMCore.Framework.CTimerCtrl::m_fTimeLinkBeatHeart float ___m_fTimeLinkBeatHeart_1; // System.Int32 DMCore.Framework.CTimerCtrl::m_iTimeTick int32_t ___m_iTimeTick_2; // System.Single DMCore.Framework.CTimerCtrl::m_fLastFps float ___m_fLastFps_3; public: inline static int32_t get_offset_of_m_fTimeLabor_0() { return static_cast(offsetof(CTimerCtrl_t297173612, ___m_fTimeLabor_0)); } inline float get_m_fTimeLabor_0() const { return ___m_fTimeLabor_0; } inline float* get_address_of_m_fTimeLabor_0() { return &___m_fTimeLabor_0; } inline void set_m_fTimeLabor_0(float value) { ___m_fTimeLabor_0 = value; } inline static int32_t get_offset_of_m_fTimeLinkBeatHeart_1() { return static_cast(offsetof(CTimerCtrl_t297173612, ___m_fTimeLinkBeatHeart_1)); } inline float get_m_fTimeLinkBeatHeart_1() const { return ___m_fTimeLinkBeatHeart_1; } inline float* get_address_of_m_fTimeLinkBeatHeart_1() { return &___m_fTimeLinkBeatHeart_1; } inline void set_m_fTimeLinkBeatHeart_1(float value) { ___m_fTimeLinkBeatHeart_1 = value; } inline static int32_t get_offset_of_m_iTimeTick_2() { return static_cast(offsetof(CTimerCtrl_t297173612, ___m_iTimeTick_2)); } inline int32_t get_m_iTimeTick_2() const { return ___m_iTimeTick_2; } inline int32_t* get_address_of_m_iTimeTick_2() { return &___m_iTimeTick_2; } inline void set_m_iTimeTick_2(int32_t value) { ___m_iTimeTick_2 = value; } inline static int32_t get_offset_of_m_fLastFps_3() { return static_cast(offsetof(CTimerCtrl_t297173612, ___m_fLastFps_3)); } inline float get_m_fLastFps_3() const { return ___m_fLastFps_3; } inline float* get_address_of_m_fLastFps_3() { return &___m_fLastFps_3; } inline void set_m_fLastFps_3(float value) { ___m_fLastFps_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTIMERCTRL_T297173612_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 CAPPOSHELP_T338788720_H #define CAPPOSHELP_T338788720_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CAppOSHelp struct CAppOSHelp_t338788720 : public RuntimeObject { public: public: }; struct CAppOSHelp_t338788720_StaticFields { public: // System.Boolean DMCore.Framework.Misc.CAppOSHelp::s_bForceLow bool ___s_bForceLow_0; // System.Boolean DMCore.Framework.Misc.CAppOSHelp::s_bReadyToExit bool ___s_bReadyToExit_1; // System.Single DMCore.Framework.Misc.CAppOSHelp::m_fScaleCached float ___m_fScaleCached_2; public: inline static int32_t get_offset_of_s_bForceLow_0() { return static_cast(offsetof(CAppOSHelp_t338788720_StaticFields, ___s_bForceLow_0)); } inline bool get_s_bForceLow_0() const { return ___s_bForceLow_0; } inline bool* get_address_of_s_bForceLow_0() { return &___s_bForceLow_0; } inline void set_s_bForceLow_0(bool value) { ___s_bForceLow_0 = value; } inline static int32_t get_offset_of_s_bReadyToExit_1() { return static_cast(offsetof(CAppOSHelp_t338788720_StaticFields, ___s_bReadyToExit_1)); } inline bool get_s_bReadyToExit_1() const { return ___s_bReadyToExit_1; } inline bool* get_address_of_s_bReadyToExit_1() { return &___s_bReadyToExit_1; } inline void set_s_bReadyToExit_1(bool value) { ___s_bReadyToExit_1 = value; } inline static int32_t get_offset_of_m_fScaleCached_2() { return static_cast(offsetof(CAppOSHelp_t338788720_StaticFields, ___m_fScaleCached_2)); } inline float get_m_fScaleCached_2() const { return ___m_fScaleCached_2; } inline float* get_address_of_m_fScaleCached_2() { return &___m_fScaleCached_2; } inline void set_m_fScaleCached_2(float value) { ___m_fScaleCached_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPPOSHELP_T338788720_H #ifndef CSCENEEFFECTMANAGER_T793970061_H #define CSCENEEFFECTMANAGER_T793970061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.CSceneEffectManager struct CSceneEffectManager_t793970061 : public RuntimeObject { public: // System.Collections.Generic.List`1> DMCore.Framework.CSceneEffectManager::m_listPtrDefaultTime List_1_t3041809111 * ___m_listPtrDefaultTime_1; // System.Collections.Generic.List`1> DMCore.Framework.CSceneEffectManager::m_listPtrShowTime List_1_t3041809111 * ___m_listPtrShowTime_2; // System.Boolean DMCore.Framework.CSceneEffectManager::m_bInShowTime bool ___m_bInShowTime_3; public: inline static int32_t get_offset_of_m_listPtrDefaultTime_1() { return static_cast(offsetof(CSceneEffectManager_t793970061, ___m_listPtrDefaultTime_1)); } inline List_1_t3041809111 * get_m_listPtrDefaultTime_1() const { return ___m_listPtrDefaultTime_1; } inline List_1_t3041809111 ** get_address_of_m_listPtrDefaultTime_1() { return &___m_listPtrDefaultTime_1; } inline void set_m_listPtrDefaultTime_1(List_1_t3041809111 * value) { ___m_listPtrDefaultTime_1 = value; Il2CppCodeGenWriteBarrier((&___m_listPtrDefaultTime_1), value); } inline static int32_t get_offset_of_m_listPtrShowTime_2() { return static_cast(offsetof(CSceneEffectManager_t793970061, ___m_listPtrShowTime_2)); } inline List_1_t3041809111 * get_m_listPtrShowTime_2() const { return ___m_listPtrShowTime_2; } inline List_1_t3041809111 ** get_address_of_m_listPtrShowTime_2() { return &___m_listPtrShowTime_2; } inline void set_m_listPtrShowTime_2(List_1_t3041809111 * value) { ___m_listPtrShowTime_2 = value; Il2CppCodeGenWriteBarrier((&___m_listPtrShowTime_2), value); } inline static int32_t get_offset_of_m_bInShowTime_3() { return static_cast(offsetof(CSceneEffectManager_t793970061, ___m_bInShowTime_3)); } inline bool get_m_bInShowTime_3() const { return ___m_bInShowTime_3; } inline bool* get_address_of_m_bInShowTime_3() { return &___m_bInShowTime_3; } inline void set_m_bInShowTime_3(bool value) { ___m_bInShowTime_3 = value; } }; struct CSceneEffectManager_t793970061_StaticFields { public: // DMCore.Framework.CSceneEffectManager DMCore.Framework.CSceneEffectManager::s_instance CSceneEffectManager_t793970061 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CSceneEffectManager_t793970061_StaticFields, ___s_instance_0)); } inline CSceneEffectManager_t793970061 * get_s_instance_0() const { return ___s_instance_0; } inline CSceneEffectManager_t793970061 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CSceneEffectManager_t793970061 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEEFFECTMANAGER_T793970061_H #ifndef 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 BETTERLIST_1_T289316694_H #define BETTERLIST_1_T289316694_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_t289316694 : public RuntimeObject { public: // T[] BetterList`1::buffer ByteU5BU5D_t4116647657* ___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_t289316694, ___buffer_0)); } inline ByteU5BU5D_t4116647657* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_t4116647657* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t289316694, ___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_T289316694_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 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 CALGORITHMHELP_T2528104589_H #define CALGORITHMHELP_T2528104589_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CAlgorithmHelp struct CAlgorithmHelp_t2528104589 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALGORITHMHELP_T2528104589_H #ifndef LIST_1_T2750885178_H #define LIST_1_T2750885178_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_t2750885178 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items stRoleMoveInfoU5BU5D_t1933419821* ____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_t2750885178, ____items_1)); } inline stRoleMoveInfoU5BU5D_t1933419821* get__items_1() const { return ____items_1; } inline stRoleMoveInfoU5BU5D_t1933419821** get_address_of__items_1() { return &____items_1; } inline void set__items_1(stRoleMoveInfoU5BU5D_t1933419821* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2750885178, ____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_t2750885178, ____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_t2750885178_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray stRoleMoveInfoU5BU5D_t1933419821* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2750885178_StaticFields, ___EmptyArray_4)); } inline stRoleMoveInfoU5BU5D_t1933419821* get_EmptyArray_4() const { return ___EmptyArray_4; } inline stRoleMoveInfoU5BU5D_t1933419821** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(stRoleMoveInfoU5BU5D_t1933419821* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2750885178_H #ifndef UITEXTUNIT_T262570062_H #define UITEXTUNIT_T262570062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.UITextUnit struct UITextUnit_t262570062 : public RuntimeObject { public: // System.String DMCore.Framework.Localization.UITextUnit::HierarchyPath String_t* ___HierarchyPath_0; // System.String DMCore.Framework.Localization.UITextUnit::Text String_t* ___Text_1; // System.String DMCore.Framework.Localization.UITextUnit::FormatID String_t* ___FormatID_2; public: inline static int32_t get_offset_of_HierarchyPath_0() { return static_cast(offsetof(UITextUnit_t262570062, ___HierarchyPath_0)); } inline String_t* get_HierarchyPath_0() const { return ___HierarchyPath_0; } inline String_t** get_address_of_HierarchyPath_0() { return &___HierarchyPath_0; } inline void set_HierarchyPath_0(String_t* value) { ___HierarchyPath_0 = value; Il2CppCodeGenWriteBarrier((&___HierarchyPath_0), value); } inline static int32_t get_offset_of_Text_1() { return static_cast(offsetof(UITextUnit_t262570062, ___Text_1)); } inline String_t* get_Text_1() const { return ___Text_1; } inline String_t** get_address_of_Text_1() { return &___Text_1; } inline void set_Text_1(String_t* value) { ___Text_1 = value; Il2CppCodeGenWriteBarrier((&___Text_1), value); } inline static int32_t get_offset_of_FormatID_2() { return static_cast(offsetof(UITextUnit_t262570062, ___FormatID_2)); } inline String_t* get_FormatID_2() const { return ___FormatID_2; } inline String_t** get_address_of_FormatID_2() { return &___FormatID_2; } inline void set_FormatID_2(String_t* value) { ___FormatID_2 = value; Il2CppCodeGenWriteBarrier((&___FormatID_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UITEXTUNIT_T262570062_H #ifndef CSECTIONROLETASK_T2014828986_H #define CSECTIONROLETASK_T2014828986_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CSectionRoleTask struct CSectionRoleTask_t2014828986 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CSectionRoleTask::m_listRoles List_1_t2750885178 * ___m_listRoles_0; public: inline static int32_t get_offset_of_m_listRoles_0() { return static_cast(offsetof(CSectionRoleTask_t2014828986, ___m_listRoles_0)); } inline List_1_t2750885178 * get_m_listRoles_0() const { return ___m_listRoles_0; } inline List_1_t2750885178 ** get_address_of_m_listRoles_0() { return &___m_listRoles_0; } inline void set_m_listRoles_0(List_1_t2750885178 * value) { ___m_listRoles_0 = value; Il2CppCodeGenWriteBarrier((&___m_listRoles_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSECTIONROLETASK_T2014828986_H #ifndef LIST_1_T1734644804_H #define LIST_1_T1734644804_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_t1734644804 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UITextUnitU5BU5D_t2496470715* ____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_t1734644804, ____items_1)); } inline UITextUnitU5BU5D_t2496470715* get__items_1() const { return ____items_1; } inline UITextUnitU5BU5D_t2496470715** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UITextUnitU5BU5D_t2496470715* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1734644804, ____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_t1734644804, ____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_t1734644804_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UITextUnitU5BU5D_t2496470715* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1734644804_StaticFields, ___EmptyArray_4)); } inline UITextUnitU5BU5D_t2496470715* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UITextUnitU5BU5D_t2496470715** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UITextUnitU5BU5D_t2496470715* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1734644804_H #ifndef U3CGETTEXTUNITBYPATHU3EC__ANONSTOREY0_T1973234169_H #define U3CGETTEXTUNITBYPATHU3EC__ANONSTOREY0_T1973234169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.UIPageText/c__AnonStorey0 struct U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 : public RuntimeObject { public: // System.String DMCore.Framework.Localization.UIPageText/c__AnonStorey0::hierarchyPath String_t* ___hierarchyPath_0; public: inline static int32_t get_offset_of_hierarchyPath_0() { return static_cast(offsetof(U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169, ___hierarchyPath_0)); } inline String_t* get_hierarchyPath_0() const { return ___hierarchyPath_0; } inline String_t** get_address_of_hierarchyPath_0() { return &___hierarchyPath_0; } inline void set_hierarchyPath_0(String_t* value) { ___hierarchyPath_0 = value; Il2CppCodeGenWriteBarrier((&___hierarchyPath_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETTEXTUNITBYPATHU3EC__ANONSTOREY0_T1973234169_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 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 ILINKLISTENER_T2747206916_H #define ILINKLISTENER_T2747206916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.ILinkListener struct ILinkListener_t2747206916 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILINKLISTENER_T2747206916_H #ifndef 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 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 CDANCEMODE_T1520520494_H #define CDANCEMODE_T1520520494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode struct CDanceMode_t1520520494 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.DanceMode.CDanceMode::m_listActive Dictionary_2_t757155719 * ___m_listActive_0; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode::m_listSection List_1_t2376830540 * ___m_listSection_1; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode::m_listGiveLike List_1_t1621593514 * ___m_listGiveLike_2; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode::m_ListUserId List_1_t128053199 * ___m_ListUserId_3; // System.Int32 DMCore.DanceMode.CDanceMode::m_SectionIndex int32_t ___m_SectionIndex_4; // System.Int32 DMCore.DanceMode.CDanceMode::m_SectionCount int32_t ___m_SectionCount_5; // System.Int32 DMCore.DanceMode.CDanceMode::m_ServerResultSectionIndex int32_t ___m_ServerResultSectionIndex_6; // DMCore.DanceMode.CDanceMode/OnRoleAnimEnd DMCore.DanceMode.CDanceMode::m_ptrRoleAnimEnd OnRoleAnimEnd_t3559497459 * ___m_ptrRoleAnimEnd_8; public: inline static int32_t get_offset_of_m_listActive_0() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_listActive_0)); } inline Dictionary_2_t757155719 * get_m_listActive_0() const { return ___m_listActive_0; } inline Dictionary_2_t757155719 ** get_address_of_m_listActive_0() { return &___m_listActive_0; } inline void set_m_listActive_0(Dictionary_2_t757155719 * value) { ___m_listActive_0 = value; Il2CppCodeGenWriteBarrier((&___m_listActive_0), value); } inline static int32_t get_offset_of_m_listSection_1() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_listSection_1)); } inline List_1_t2376830540 * get_m_listSection_1() const { return ___m_listSection_1; } inline List_1_t2376830540 ** get_address_of_m_listSection_1() { return &___m_listSection_1; } inline void set_m_listSection_1(List_1_t2376830540 * value) { ___m_listSection_1 = value; Il2CppCodeGenWriteBarrier((&___m_listSection_1), value); } inline static int32_t get_offset_of_m_listGiveLike_2() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_listGiveLike_2)); } inline List_1_t1621593514 * get_m_listGiveLike_2() const { return ___m_listGiveLike_2; } inline List_1_t1621593514 ** get_address_of_m_listGiveLike_2() { return &___m_listGiveLike_2; } inline void set_m_listGiveLike_2(List_1_t1621593514 * value) { ___m_listGiveLike_2 = value; Il2CppCodeGenWriteBarrier((&___m_listGiveLike_2), value); } inline static int32_t get_offset_of_m_ListUserId_3() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_ListUserId_3)); } inline List_1_t128053199 * get_m_ListUserId_3() const { return ___m_ListUserId_3; } inline List_1_t128053199 ** get_address_of_m_ListUserId_3() { return &___m_ListUserId_3; } inline void set_m_ListUserId_3(List_1_t128053199 * value) { ___m_ListUserId_3 = value; Il2CppCodeGenWriteBarrier((&___m_ListUserId_3), value); } inline static int32_t get_offset_of_m_SectionIndex_4() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_SectionIndex_4)); } inline int32_t get_m_SectionIndex_4() const { return ___m_SectionIndex_4; } inline int32_t* get_address_of_m_SectionIndex_4() { return &___m_SectionIndex_4; } inline void set_m_SectionIndex_4(int32_t value) { ___m_SectionIndex_4 = value; } inline static int32_t get_offset_of_m_SectionCount_5() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_SectionCount_5)); } inline int32_t get_m_SectionCount_5() const { return ___m_SectionCount_5; } inline int32_t* get_address_of_m_SectionCount_5() { return &___m_SectionCount_5; } inline void set_m_SectionCount_5(int32_t value) { ___m_SectionCount_5 = value; } inline static int32_t get_offset_of_m_ServerResultSectionIndex_6() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_ServerResultSectionIndex_6)); } inline int32_t get_m_ServerResultSectionIndex_6() const { return ___m_ServerResultSectionIndex_6; } inline int32_t* get_address_of_m_ServerResultSectionIndex_6() { return &___m_ServerResultSectionIndex_6; } inline void set_m_ServerResultSectionIndex_6(int32_t value) { ___m_ServerResultSectionIndex_6 = value; } inline static int32_t get_offset_of_m_ptrRoleAnimEnd_8() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_ptrRoleAnimEnd_8)); } inline OnRoleAnimEnd_t3559497459 * get_m_ptrRoleAnimEnd_8() const { return ___m_ptrRoleAnimEnd_8; } inline OnRoleAnimEnd_t3559497459 ** get_address_of_m_ptrRoleAnimEnd_8() { return &___m_ptrRoleAnimEnd_8; } inline void set_m_ptrRoleAnimEnd_8(OnRoleAnimEnd_t3559497459 * value) { ___m_ptrRoleAnimEnd_8 = value; Il2CppCodeGenWriteBarrier((&___m_ptrRoleAnimEnd_8), value); } }; struct CDanceMode_t1520520494_StaticFields { public: // DMCore.DanceMode.CSectionRoleTask DMCore.DanceMode.CDanceMode::s_roleTask CSectionRoleTask_t2014828986 * ___s_roleTask_7; // System.Comparison`1 DMCore.DanceMode.CDanceMode::<>f__mg$cache0 Comparison_1_t679686977 * ___U3CU3Ef__mgU24cache0_9; // System.Comparison`1 DMCore.DanceMode.CDanceMode::<>f__mg$cache1 Comparison_1_t679686977 * ___U3CU3Ef__mgU24cache1_10; public: inline static int32_t get_offset_of_s_roleTask_7() { return static_cast(offsetof(CDanceMode_t1520520494_StaticFields, ___s_roleTask_7)); } inline CSectionRoleTask_t2014828986 * get_s_roleTask_7() const { return ___s_roleTask_7; } inline CSectionRoleTask_t2014828986 ** get_address_of_s_roleTask_7() { return &___s_roleTask_7; } inline void set_s_roleTask_7(CSectionRoleTask_t2014828986 * value) { ___s_roleTask_7 = value; Il2CppCodeGenWriteBarrier((&___s_roleTask_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_9() { return static_cast(offsetof(CDanceMode_t1520520494_StaticFields, ___U3CU3Ef__mgU24cache0_9)); } inline Comparison_1_t679686977 * get_U3CU3Ef__mgU24cache0_9() const { return ___U3CU3Ef__mgU24cache0_9; } inline Comparison_1_t679686977 ** get_address_of_U3CU3Ef__mgU24cache0_9() { return &___U3CU3Ef__mgU24cache0_9; } inline void set_U3CU3Ef__mgU24cache0_9(Comparison_1_t679686977 * value) { ___U3CU3Ef__mgU24cache0_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_10() { return static_cast(offsetof(CDanceMode_t1520520494_StaticFields, ___U3CU3Ef__mgU24cache1_10)); } inline Comparison_1_t679686977 * get_U3CU3Ef__mgU24cache1_10() const { return ___U3CU3Ef__mgU24cache1_10; } inline Comparison_1_t679686977 ** get_address_of_U3CU3Ef__mgU24cache1_10() { return &___U3CU3Ef__mgU24cache1_10; } inline void set_U3CU3Ef__mgU24cache1_10(Comparison_1_t679686977 * value) { ___U3CU3Ef__mgU24cache1_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODE_T1520520494_H #ifndef XMLNAMEDNODEMAP_T2821286253_H #define XMLNAMEDNODEMAP_T2821286253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t3767805227 * ___parent_1; // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::nodeList ArrayList_t2718874744 * ___nodeList_2; // System.Boolean System.Xml.XmlNamedNodeMap::readOnly bool ___readOnly_3; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___parent_1)); } inline XmlNode_t3767805227 * get_parent_1() const { return ___parent_1; } inline XmlNode_t3767805227 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlNode_t3767805227 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((&___parent_1), value); } inline static int32_t get_offset_of_nodeList_2() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___nodeList_2)); } inline ArrayList_t2718874744 * get_nodeList_2() const { return ___nodeList_2; } inline ArrayList_t2718874744 ** get_address_of_nodeList_2() { return &___nodeList_2; } inline void set_nodeList_2(ArrayList_t2718874744 * value) { ___nodeList_2 = value; Il2CppCodeGenWriteBarrier((&___nodeList_2), value); } inline static int32_t get_offset_of_readOnly_3() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___readOnly_3)); } inline bool get_readOnly_3() const { return ___readOnly_3; } inline bool* get_address_of_readOnly_3() { return &___readOnly_3; } inline void set_readOnly_3(bool value) { ___readOnly_3 = value; } }; struct XmlNamedNodeMap_t2821286253_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T2821286253_H #ifndef YIELDINSTRUCTION_T403091072_H #define YIELDINSTRUCTION_T403091072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t403091072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_com { }; #endif // YIELDINSTRUCTION_T403091072_H #ifndef INETLISTENER_T2122847788_H #define INETLISTENER_T2122847788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetListener struct INetListener_t2122847788 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLISTENER_T2122847788_H #ifndef 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 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 CROLEBEATKEYDATA_TOTAL_T538171442_H #define CROLEBEATKEYDATA_TOTAL_T538171442_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CRoleBeatKeyData_Total struct CRoleBeatKeyData_Total_t538171442 : public RuntimeObject { public: // System.Int64 DMCore.DanceMode.CRoleBeatKeyData_Total::userId int64_t ___userId_0; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Total::winCount int32_t ___winCount_1; // System.String DMCore.DanceMode.CRoleBeatKeyData_Total::userName String_t* ___userName_2; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Total::maxCombo int32_t ___maxCombo_3; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CRoleBeatKeyData_Total::_scoreEncrpt CEncrptHelp_Int_t51280996 * ____scoreEncrpt_4; public: inline static int32_t get_offset_of_userId_0() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___userId_0)); } inline int64_t get_userId_0() const { return ___userId_0; } inline int64_t* get_address_of_userId_0() { return &___userId_0; } inline void set_userId_0(int64_t value) { ___userId_0 = value; } inline static int32_t get_offset_of_winCount_1() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___winCount_1)); } inline int32_t get_winCount_1() const { return ___winCount_1; } inline int32_t* get_address_of_winCount_1() { return &___winCount_1; } inline void set_winCount_1(int32_t value) { ___winCount_1 = value; } inline static int32_t get_offset_of_userName_2() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___userName_2)); } inline String_t* get_userName_2() const { return ___userName_2; } inline String_t** get_address_of_userName_2() { return &___userName_2; } inline void set_userName_2(String_t* value) { ___userName_2 = value; Il2CppCodeGenWriteBarrier((&___userName_2), value); } inline static int32_t get_offset_of_maxCombo_3() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___maxCombo_3)); } inline int32_t get_maxCombo_3() const { return ___maxCombo_3; } inline int32_t* get_address_of_maxCombo_3() { return &___maxCombo_3; } inline void set_maxCombo_3(int32_t value) { ___maxCombo_3 = value; } inline static int32_t get_offset_of__scoreEncrpt_4() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ____scoreEncrpt_4)); } inline CEncrptHelp_Int_t51280996 * get__scoreEncrpt_4() const { return ____scoreEncrpt_4; } inline CEncrptHelp_Int_t51280996 ** get_address_of__scoreEncrpt_4() { return &____scoreEncrpt_4; } inline void set__scoreEncrpt_4(CEncrptHelp_Int_t51280996 * value) { ____scoreEncrpt_4 = value; Il2CppCodeGenWriteBarrier((&____scoreEncrpt_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEBEATKEYDATA_TOTAL_T538171442_H #ifndef CPROPERTY_T963755051_H #define CPROPERTY_T963755051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CProperty struct CProperty_t963755051 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CProperty::m_DicPropData Dictionary_2_t1380571261 * ___m_DicPropData_0; // System.Collections.Generic.Dictionary`2>> DMCore.Framework.Scene.CProperty::m_DicWatch Dictionary_2_t3277249325 * ___m_DicWatch_1; // CBetterSet`1> DMCore.Framework.Scene.CProperty::m_propChangeBefore CBetterSet_1_t433888323 * ___m_propChangeBefore_2; // CBetterSet`1> DMCore.Framework.Scene.CProperty::m_propChangeEnd CBetterSet_1_t2134195988 * ___m_propChangeEnd_3; public: inline static int32_t get_offset_of_m_DicPropData_0() { return static_cast(offsetof(CProperty_t963755051, ___m_DicPropData_0)); } inline Dictionary_2_t1380571261 * get_m_DicPropData_0() const { return ___m_DicPropData_0; } inline Dictionary_2_t1380571261 ** get_address_of_m_DicPropData_0() { return &___m_DicPropData_0; } inline void set_m_DicPropData_0(Dictionary_2_t1380571261 * value) { ___m_DicPropData_0 = value; Il2CppCodeGenWriteBarrier((&___m_DicPropData_0), value); } inline static int32_t get_offset_of_m_DicWatch_1() { return static_cast(offsetof(CProperty_t963755051, ___m_DicWatch_1)); } inline Dictionary_2_t3277249325 * get_m_DicWatch_1() const { return ___m_DicWatch_1; } inline Dictionary_2_t3277249325 ** get_address_of_m_DicWatch_1() { return &___m_DicWatch_1; } inline void set_m_DicWatch_1(Dictionary_2_t3277249325 * value) { ___m_DicWatch_1 = value; Il2CppCodeGenWriteBarrier((&___m_DicWatch_1), value); } inline static int32_t get_offset_of_m_propChangeBefore_2() { return static_cast(offsetof(CProperty_t963755051, ___m_propChangeBefore_2)); } inline CBetterSet_1_t433888323 * get_m_propChangeBefore_2() const { return ___m_propChangeBefore_2; } inline CBetterSet_1_t433888323 ** get_address_of_m_propChangeBefore_2() { return &___m_propChangeBefore_2; } inline void set_m_propChangeBefore_2(CBetterSet_1_t433888323 * value) { ___m_propChangeBefore_2 = value; Il2CppCodeGenWriteBarrier((&___m_propChangeBefore_2), value); } inline static int32_t get_offset_of_m_propChangeEnd_3() { return static_cast(offsetof(CProperty_t963755051, ___m_propChangeEnd_3)); } inline CBetterSet_1_t2134195988 * get_m_propChangeEnd_3() const { return ___m_propChangeEnd_3; } inline CBetterSet_1_t2134195988 ** get_address_of_m_propChangeEnd_3() { return &___m_propChangeEnd_3; } inline void set_m_propChangeEnd_3(CBetterSet_1_t2134195988 * value) { ___m_propChangeEnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_propChangeEnd_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPERTY_T963755051_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef 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 UIPAGETEXT_T753620019_H #define UIPAGETEXT_T753620019_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.UIPageText struct UIPageText_t753620019 : public RuntimeObject { public: // System.String DMCore.Framework.Localization.UIPageText::GUID String_t* ___GUID_0; // System.String DMCore.Framework.Localization.UIPageText::Path String_t* ___Path_1; // System.Collections.Generic.List`1 DMCore.Framework.Localization.UIPageText::ItemList List_1_t1734644804 * ___ItemList_2; public: inline static int32_t get_offset_of_GUID_0() { return static_cast(offsetof(UIPageText_t753620019, ___GUID_0)); } inline String_t* get_GUID_0() const { return ___GUID_0; } inline String_t** get_address_of_GUID_0() { return &___GUID_0; } inline void set_GUID_0(String_t* value) { ___GUID_0 = value; Il2CppCodeGenWriteBarrier((&___GUID_0), value); } inline static int32_t get_offset_of_Path_1() { return static_cast(offsetof(UIPageText_t753620019, ___Path_1)); } inline String_t* get_Path_1() const { return ___Path_1; } inline String_t** get_address_of_Path_1() { return &___Path_1; } inline void set_Path_1(String_t* value) { ___Path_1 = value; Il2CppCodeGenWriteBarrier((&___Path_1), value); } inline static int32_t get_offset_of_ItemList_2() { return static_cast(offsetof(UIPageText_t753620019, ___ItemList_2)); } inline List_1_t1734644804 * get_ItemList_2() const { return ___ItemList_2; } inline List_1_t1734644804 ** get_address_of_ItemList_2() { return &___ItemList_2; } inline void set_ItemList_2(List_1_t1734644804 * value) { ___ItemList_2 = value; Il2CppCodeGenWriteBarrier((&___ItemList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPAGETEXT_T753620019_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 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 CQUALIFYINGMANAGER_T954001806_H #define CQUALIFYINGMANAGER_T954001806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CQualifyingManager struct CQualifyingManager_t954001806 : public RuntimeObject { public: // CQualifyingManager/CallBack CQualifyingManager::RefrQfModeList CallBack_t4012644998 * ___RefrQfModeList_0; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankListBaseInfo CallBack_t4012644998 * ___RefrQfRankListBaseInfo_1; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankList CallBack_t4012644998 * ___RefrQfRankList_2; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchFailed CallBack_t4012644998 * ___RefrQfMatchFailed_3; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSuccess CallBack_t4012644998 * ___RefrQfMatchSuccess_4; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchRoleInfo CallBack_t4012644998 * ___RefrQfMatchRoleInfo_5; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSelfInfo CallBack_t4012644998 * ___RefrQfMatchSelfInfo_6; // CQualifyingManager/CallBack CQualifyingManager::RefrQfInMatchQueue CallBack_t4012644998 * ___RefrQfInMatchQueue_7; // CQualifyingManager/CallBack CQualifyingManager::ReturnToLobby CallBack_t4012644998 * ___ReturnToLobby_8; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchCd CallBack_t4012644998 * ___RefrQfMatchCd_9; // System.String[] CQualifyingManager::Opentime StringU5BU5D_t1281789340* ___Opentime_10; // System.Int32 CQualifyingManager::OpenLevel int32_t ___OpenLevel_11; // System.Boolean CQualifyingManager::IsFullDownLoad bool ___IsFullDownLoad_12; // System.Boolean CQualifyingManager::RemindOnce bool ___RemindOnce_13; // System.Boolean CQualifyingManager::RemindMatchTimeOnce bool ___RemindMatchTimeOnce_14; // System.Boolean CQualifyingManager::IsQualifyingGame bool ___IsQualifyingGame_15; // System.Boolean CQualifyingManager::IsInMatchQueue bool ___IsInMatchQueue_16; // System.Int32 CQualifyingManager::Mode int32_t ___Mode_17; // System.Int32[] CQualifyingManager::MatchCDTime Int32U5BU5D_t385246372* ___MatchCDTime_18; // System.Int32 CQualifyingManager::qfModeNum int32_t ___qfModeNum_20; // System.Int32 CQualifyingManager::isOpen int32_t ___isOpen_21; // System.Collections.Generic.List`1 CQualifyingManager::selfQualifyInfoList List_1_t4281599118 * ___selfQualifyInfoList_22; // System.Collections.Generic.List`1 CQualifyingManager::qualifyInfoList List_1_t4281599118 * ___qualifyInfoList_23; // System.Collections.Generic.Dictionary`2> CQualifyingManager::matchedQueue Dictionary_2_t4066855417 * ___matchedQueue_24; // CurQualifyRankInfo CQualifyingManager::curQualifyRankInfo CurQualifyRankInfo_t2391125760 * ___curQualifyRankInfo_25; // SelfQualifyPkResultInfo CQualifyingManager::pkResult SelfQualifyPkResultInfo_t1561294256 * ___pkResult_26; // System.Collections.Generic.List`1 CQualifyingManager::allPlayerQualifyInfo List_1_t4281599118 * ___allPlayerQualifyInfo_27; public: inline static int32_t get_offset_of_RefrQfModeList_0() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfModeList_0)); } inline CallBack_t4012644998 * get_RefrQfModeList_0() const { return ___RefrQfModeList_0; } inline CallBack_t4012644998 ** get_address_of_RefrQfModeList_0() { return &___RefrQfModeList_0; } inline void set_RefrQfModeList_0(CallBack_t4012644998 * value) { ___RefrQfModeList_0 = value; Il2CppCodeGenWriteBarrier((&___RefrQfModeList_0), value); } inline static int32_t get_offset_of_RefrQfRankListBaseInfo_1() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankListBaseInfo_1)); } inline CallBack_t4012644998 * get_RefrQfRankListBaseInfo_1() const { return ___RefrQfRankListBaseInfo_1; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankListBaseInfo_1() { return &___RefrQfRankListBaseInfo_1; } inline void set_RefrQfRankListBaseInfo_1(CallBack_t4012644998 * value) { ___RefrQfRankListBaseInfo_1 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankListBaseInfo_1), value); } inline static int32_t get_offset_of_RefrQfRankList_2() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankList_2)); } inline CallBack_t4012644998 * get_RefrQfRankList_2() const { return ___RefrQfRankList_2; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankList_2() { return &___RefrQfRankList_2; } inline void set_RefrQfRankList_2(CallBack_t4012644998 * value) { ___RefrQfRankList_2 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankList_2), value); } inline static int32_t get_offset_of_RefrQfMatchFailed_3() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchFailed_3)); } inline CallBack_t4012644998 * get_RefrQfMatchFailed_3() const { return ___RefrQfMatchFailed_3; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchFailed_3() { return &___RefrQfMatchFailed_3; } inline void set_RefrQfMatchFailed_3(CallBack_t4012644998 * value) { ___RefrQfMatchFailed_3 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchFailed_3), value); } inline static int32_t get_offset_of_RefrQfMatchSuccess_4() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSuccess_4)); } inline CallBack_t4012644998 * get_RefrQfMatchSuccess_4() const { return ___RefrQfMatchSuccess_4; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSuccess_4() { return &___RefrQfMatchSuccess_4; } inline void set_RefrQfMatchSuccess_4(CallBack_t4012644998 * value) { ___RefrQfMatchSuccess_4 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSuccess_4), value); } inline static int32_t get_offset_of_RefrQfMatchRoleInfo_5() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchRoleInfo_5)); } inline CallBack_t4012644998 * get_RefrQfMatchRoleInfo_5() const { return ___RefrQfMatchRoleInfo_5; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchRoleInfo_5() { return &___RefrQfMatchRoleInfo_5; } inline void set_RefrQfMatchRoleInfo_5(CallBack_t4012644998 * value) { ___RefrQfMatchRoleInfo_5 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchRoleInfo_5), value); } inline static int32_t get_offset_of_RefrQfMatchSelfInfo_6() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSelfInfo_6)); } inline CallBack_t4012644998 * get_RefrQfMatchSelfInfo_6() const { return ___RefrQfMatchSelfInfo_6; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSelfInfo_6() { return &___RefrQfMatchSelfInfo_6; } inline void set_RefrQfMatchSelfInfo_6(CallBack_t4012644998 * value) { ___RefrQfMatchSelfInfo_6 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSelfInfo_6), value); } inline static int32_t get_offset_of_RefrQfInMatchQueue_7() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfInMatchQueue_7)); } inline CallBack_t4012644998 * get_RefrQfInMatchQueue_7() const { return ___RefrQfInMatchQueue_7; } inline CallBack_t4012644998 ** get_address_of_RefrQfInMatchQueue_7() { return &___RefrQfInMatchQueue_7; } inline void set_RefrQfInMatchQueue_7(CallBack_t4012644998 * value) { ___RefrQfInMatchQueue_7 = value; Il2CppCodeGenWriteBarrier((&___RefrQfInMatchQueue_7), value); } inline static int32_t get_offset_of_ReturnToLobby_8() { return static_cast(offsetof(CQualifyingManager_t954001806, ___ReturnToLobby_8)); } inline CallBack_t4012644998 * get_ReturnToLobby_8() const { return ___ReturnToLobby_8; } inline CallBack_t4012644998 ** get_address_of_ReturnToLobby_8() { return &___ReturnToLobby_8; } inline void set_ReturnToLobby_8(CallBack_t4012644998 * value) { ___ReturnToLobby_8 = value; Il2CppCodeGenWriteBarrier((&___ReturnToLobby_8), value); } inline static int32_t get_offset_of_RefrQfMatchCd_9() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchCd_9)); } inline CallBack_t4012644998 * get_RefrQfMatchCd_9() const { return ___RefrQfMatchCd_9; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchCd_9() { return &___RefrQfMatchCd_9; } inline void set_RefrQfMatchCd_9(CallBack_t4012644998 * value) { ___RefrQfMatchCd_9 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchCd_9), value); } inline static int32_t get_offset_of_Opentime_10() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Opentime_10)); } inline StringU5BU5D_t1281789340* get_Opentime_10() const { return ___Opentime_10; } inline StringU5BU5D_t1281789340** get_address_of_Opentime_10() { return &___Opentime_10; } inline void set_Opentime_10(StringU5BU5D_t1281789340* value) { ___Opentime_10 = value; Il2CppCodeGenWriteBarrier((&___Opentime_10), value); } inline static int32_t get_offset_of_OpenLevel_11() { return static_cast(offsetof(CQualifyingManager_t954001806, ___OpenLevel_11)); } inline int32_t get_OpenLevel_11() const { return ___OpenLevel_11; } inline int32_t* get_address_of_OpenLevel_11() { return &___OpenLevel_11; } inline void set_OpenLevel_11(int32_t value) { ___OpenLevel_11 = value; } inline static int32_t get_offset_of_IsFullDownLoad_12() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsFullDownLoad_12)); } inline bool get_IsFullDownLoad_12() const { return ___IsFullDownLoad_12; } inline bool* get_address_of_IsFullDownLoad_12() { return &___IsFullDownLoad_12; } inline void set_IsFullDownLoad_12(bool value) { ___IsFullDownLoad_12 = value; } inline static int32_t get_offset_of_RemindOnce_13() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindOnce_13)); } inline bool get_RemindOnce_13() const { return ___RemindOnce_13; } inline bool* get_address_of_RemindOnce_13() { return &___RemindOnce_13; } inline void set_RemindOnce_13(bool value) { ___RemindOnce_13 = value; } inline static int32_t get_offset_of_RemindMatchTimeOnce_14() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindMatchTimeOnce_14)); } inline bool get_RemindMatchTimeOnce_14() const { return ___RemindMatchTimeOnce_14; } inline bool* get_address_of_RemindMatchTimeOnce_14() { return &___RemindMatchTimeOnce_14; } inline void set_RemindMatchTimeOnce_14(bool value) { ___RemindMatchTimeOnce_14 = value; } inline static int32_t get_offset_of_IsQualifyingGame_15() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsQualifyingGame_15)); } inline bool get_IsQualifyingGame_15() const { return ___IsQualifyingGame_15; } inline bool* get_address_of_IsQualifyingGame_15() { return &___IsQualifyingGame_15; } inline void set_IsQualifyingGame_15(bool value) { ___IsQualifyingGame_15 = value; } inline static int32_t get_offset_of_IsInMatchQueue_16() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsInMatchQueue_16)); } inline bool get_IsInMatchQueue_16() const { return ___IsInMatchQueue_16; } inline bool* get_address_of_IsInMatchQueue_16() { return &___IsInMatchQueue_16; } inline void set_IsInMatchQueue_16(bool value) { ___IsInMatchQueue_16 = value; } inline static int32_t get_offset_of_Mode_17() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Mode_17)); } inline int32_t get_Mode_17() const { return ___Mode_17; } inline int32_t* get_address_of_Mode_17() { return &___Mode_17; } inline void set_Mode_17(int32_t value) { ___Mode_17 = value; } inline static int32_t get_offset_of_MatchCDTime_18() { return static_cast(offsetof(CQualifyingManager_t954001806, ___MatchCDTime_18)); } inline Int32U5BU5D_t385246372* get_MatchCDTime_18() const { return ___MatchCDTime_18; } inline Int32U5BU5D_t385246372** get_address_of_MatchCDTime_18() { return &___MatchCDTime_18; } inline void set_MatchCDTime_18(Int32U5BU5D_t385246372* value) { ___MatchCDTime_18 = value; Il2CppCodeGenWriteBarrier((&___MatchCDTime_18), value); } inline static int32_t get_offset_of_qfModeNum_20() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qfModeNum_20)); } inline int32_t get_qfModeNum_20() const { return ___qfModeNum_20; } inline int32_t* get_address_of_qfModeNum_20() { return &___qfModeNum_20; } inline void set_qfModeNum_20(int32_t value) { ___qfModeNum_20 = value; } inline static int32_t get_offset_of_isOpen_21() { return static_cast(offsetof(CQualifyingManager_t954001806, ___isOpen_21)); } inline int32_t get_isOpen_21() const { return ___isOpen_21; } inline int32_t* get_address_of_isOpen_21() { return &___isOpen_21; } inline void set_isOpen_21(int32_t value) { ___isOpen_21 = value; } inline static int32_t get_offset_of_selfQualifyInfoList_22() { return static_cast(offsetof(CQualifyingManager_t954001806, ___selfQualifyInfoList_22)); } inline List_1_t4281599118 * get_selfQualifyInfoList_22() const { return ___selfQualifyInfoList_22; } inline List_1_t4281599118 ** get_address_of_selfQualifyInfoList_22() { return &___selfQualifyInfoList_22; } inline void set_selfQualifyInfoList_22(List_1_t4281599118 * value) { ___selfQualifyInfoList_22 = value; Il2CppCodeGenWriteBarrier((&___selfQualifyInfoList_22), value); } inline static int32_t get_offset_of_qualifyInfoList_23() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qualifyInfoList_23)); } inline List_1_t4281599118 * get_qualifyInfoList_23() const { return ___qualifyInfoList_23; } inline List_1_t4281599118 ** get_address_of_qualifyInfoList_23() { return &___qualifyInfoList_23; } inline void set_qualifyInfoList_23(List_1_t4281599118 * value) { ___qualifyInfoList_23 = value; Il2CppCodeGenWriteBarrier((&___qualifyInfoList_23), value); } inline static int32_t get_offset_of_matchedQueue_24() { return static_cast(offsetof(CQualifyingManager_t954001806, ___matchedQueue_24)); } inline Dictionary_2_t4066855417 * get_matchedQueue_24() const { return ___matchedQueue_24; } inline Dictionary_2_t4066855417 ** get_address_of_matchedQueue_24() { return &___matchedQueue_24; } inline void set_matchedQueue_24(Dictionary_2_t4066855417 * value) { ___matchedQueue_24 = value; Il2CppCodeGenWriteBarrier((&___matchedQueue_24), value); } inline static int32_t get_offset_of_curQualifyRankInfo_25() { return static_cast(offsetof(CQualifyingManager_t954001806, ___curQualifyRankInfo_25)); } inline CurQualifyRankInfo_t2391125760 * get_curQualifyRankInfo_25() const { return ___curQualifyRankInfo_25; } inline CurQualifyRankInfo_t2391125760 ** get_address_of_curQualifyRankInfo_25() { return &___curQualifyRankInfo_25; } inline void set_curQualifyRankInfo_25(CurQualifyRankInfo_t2391125760 * value) { ___curQualifyRankInfo_25 = value; Il2CppCodeGenWriteBarrier((&___curQualifyRankInfo_25), value); } inline static int32_t get_offset_of_pkResult_26() { return static_cast(offsetof(CQualifyingManager_t954001806, ___pkResult_26)); } inline SelfQualifyPkResultInfo_t1561294256 * get_pkResult_26() const { return ___pkResult_26; } inline SelfQualifyPkResultInfo_t1561294256 ** get_address_of_pkResult_26() { return &___pkResult_26; } inline void set_pkResult_26(SelfQualifyPkResultInfo_t1561294256 * value) { ___pkResult_26 = value; Il2CppCodeGenWriteBarrier((&___pkResult_26), value); } inline static int32_t get_offset_of_allPlayerQualifyInfo_27() { return static_cast(offsetof(CQualifyingManager_t954001806, ___allPlayerQualifyInfo_27)); } inline List_1_t4281599118 * get_allPlayerQualifyInfo_27() const { return ___allPlayerQualifyInfo_27; } inline List_1_t4281599118 ** get_address_of_allPlayerQualifyInfo_27() { return &___allPlayerQualifyInfo_27; } inline void set_allPlayerQualifyInfo_27(List_1_t4281599118 * value) { ___allPlayerQualifyInfo_27 = value; Il2CppCodeGenWriteBarrier((&___allPlayerQualifyInfo_27), value); } }; struct CQualifyingManager_t954001806_StaticFields { public: // CQualifyingManager CQualifyingManager::s_instance CQualifyingManager_t954001806 * ___s_instance_19; // DMCore.OnEventCall CQualifyingManager::<>f__mg$cache0 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache0_28; public: inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___s_instance_19)); } inline CQualifyingManager_t954001806 * get_s_instance_19() const { return ___s_instance_19; } inline CQualifyingManager_t954001806 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CQualifyingManager_t954001806 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_28() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___U3CU3Ef__mgU24cache0_28)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache0_28() const { return ___U3CU3Ef__mgU24cache0_28; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache0_28() { return &___U3CU3Ef__mgU24cache0_28; } inline void set_U3CU3Ef__mgU24cache0_28(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache0_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CQUALIFYINGMANAGER_T954001806_H #ifndef 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 CLASSICALKEYLOGIC_T2839086845_H #define CLASSICALKEYLOGIC_T2839086845_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ClassicalKeyLogic struct ClassicalKeyLogic_t2839086845 : public RuntimeObject { public: // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsNeedSendSectionDataU3Ek__BackingField_1; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsPartStartU3Ek__BackingField_2; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsFinishMoveKeyU3Ek__BackingField_3; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::k__BackingField bool ___U3CIsNeedRefreshScoreU3Ek__BackingField_5; // System.Int64 DMCore.DanceMode.ClassicalKeyLogic::k__BackingField int64_t ___U3CRefreshedUserIDU3Ek__BackingField_6; // DMCore.DanceMode.ClassicalKeyQueue DMCore.DanceMode.ClassicalKeyLogic::m_ActiveQueueData ClassicalKeyQueue_t335011495 * ___m_ActiveQueueData_7; // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::m_ActiveQueueIndex int32_t ___m_ActiveQueueIndex_8; // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::m_ActiveKeyIndex int32_t ___m_ActiveKeyIndex_9; // System.Single DMCore.DanceMode.ClassicalKeyLogic::m_LastFrameTime float ___m_LastFrameTime_10; // System.Single DMCore.DanceMode.ClassicalKeyLogic::m_FinalQueueEndTime float ___m_FinalQueueEndTime_11; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsMusicSectionChanged bool ___m_IsMusicSectionChanged_12; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsFirstQueueOfThisSection bool ___m_IsFirstQueueOfThisSection_13; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsJudgeAlready bool ___m_IsJudgeAlready_14; // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::m_IsInShowTime bool ___m_IsInShowTime_15; public: inline static int32_t get_offset_of_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0)); } inline bool get_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0() const { return ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0() { return &___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0; } inline void set_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0(bool value) { ___U3CIsActiveQueueIndexChangedU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsNeedSendSectionDataU3Ek__BackingField_1() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsNeedSendSectionDataU3Ek__BackingField_1)); } inline bool get_U3CIsNeedSendSectionDataU3Ek__BackingField_1() const { return ___U3CIsNeedSendSectionDataU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsNeedSendSectionDataU3Ek__BackingField_1() { return &___U3CIsNeedSendSectionDataU3Ek__BackingField_1; } inline void set_U3CIsNeedSendSectionDataU3Ek__BackingField_1(bool value) { ___U3CIsNeedSendSectionDataU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsPartStartU3Ek__BackingField_2() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsPartStartU3Ek__BackingField_2)); } inline bool get_U3CIsPartStartU3Ek__BackingField_2() const { return ___U3CIsPartStartU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsPartStartU3Ek__BackingField_2() { return &___U3CIsPartStartU3Ek__BackingField_2; } inline void set_U3CIsPartStartU3Ek__BackingField_2(bool value) { ___U3CIsPartStartU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsFinishMoveKeyU3Ek__BackingField_3() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsFinishMoveKeyU3Ek__BackingField_3)); } inline bool get_U3CIsFinishMoveKeyU3Ek__BackingField_3() const { return ___U3CIsFinishMoveKeyU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsFinishMoveKeyU3Ek__BackingField_3() { return &___U3CIsFinishMoveKeyU3Ek__BackingField_3; } inline void set_U3CIsFinishMoveKeyU3Ek__BackingField_3(bool value) { ___U3CIsFinishMoveKeyU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4)); } inline bool get_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4() const { return ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4() { return &___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4; } inline void set_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4(bool value) { ___U3CIsNeedRefreshPlayResultU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIsNeedRefreshScoreU3Ek__BackingField_5() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CIsNeedRefreshScoreU3Ek__BackingField_5)); } inline bool get_U3CIsNeedRefreshScoreU3Ek__BackingField_5() const { return ___U3CIsNeedRefreshScoreU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsNeedRefreshScoreU3Ek__BackingField_5() { return &___U3CIsNeedRefreshScoreU3Ek__BackingField_5; } inline void set_U3CIsNeedRefreshScoreU3Ek__BackingField_5(bool value) { ___U3CIsNeedRefreshScoreU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRefreshedUserIDU3Ek__BackingField_6() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___U3CRefreshedUserIDU3Ek__BackingField_6)); } inline int64_t get_U3CRefreshedUserIDU3Ek__BackingField_6() const { return ___U3CRefreshedUserIDU3Ek__BackingField_6; } inline int64_t* get_address_of_U3CRefreshedUserIDU3Ek__BackingField_6() { return &___U3CRefreshedUserIDU3Ek__BackingField_6; } inline void set_U3CRefreshedUserIDU3Ek__BackingField_6(int64_t value) { ___U3CRefreshedUserIDU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_m_ActiveQueueData_7() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_ActiveQueueData_7)); } inline ClassicalKeyQueue_t335011495 * get_m_ActiveQueueData_7() const { return ___m_ActiveQueueData_7; } inline ClassicalKeyQueue_t335011495 ** get_address_of_m_ActiveQueueData_7() { return &___m_ActiveQueueData_7; } inline void set_m_ActiveQueueData_7(ClassicalKeyQueue_t335011495 * value) { ___m_ActiveQueueData_7 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveQueueData_7), value); } inline static int32_t get_offset_of_m_ActiveQueueIndex_8() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_ActiveQueueIndex_8)); } inline int32_t get_m_ActiveQueueIndex_8() const { return ___m_ActiveQueueIndex_8; } inline int32_t* get_address_of_m_ActiveQueueIndex_8() { return &___m_ActiveQueueIndex_8; } inline void set_m_ActiveQueueIndex_8(int32_t value) { ___m_ActiveQueueIndex_8 = value; } inline static int32_t get_offset_of_m_ActiveKeyIndex_9() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_ActiveKeyIndex_9)); } inline int32_t get_m_ActiveKeyIndex_9() const { return ___m_ActiveKeyIndex_9; } inline int32_t* get_address_of_m_ActiveKeyIndex_9() { return &___m_ActiveKeyIndex_9; } inline void set_m_ActiveKeyIndex_9(int32_t value) { ___m_ActiveKeyIndex_9 = value; } inline static int32_t get_offset_of_m_LastFrameTime_10() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_LastFrameTime_10)); } inline float get_m_LastFrameTime_10() const { return ___m_LastFrameTime_10; } inline float* get_address_of_m_LastFrameTime_10() { return &___m_LastFrameTime_10; } inline void set_m_LastFrameTime_10(float value) { ___m_LastFrameTime_10 = value; } inline static int32_t get_offset_of_m_FinalQueueEndTime_11() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_FinalQueueEndTime_11)); } inline float get_m_FinalQueueEndTime_11() const { return ___m_FinalQueueEndTime_11; } inline float* get_address_of_m_FinalQueueEndTime_11() { return &___m_FinalQueueEndTime_11; } inline void set_m_FinalQueueEndTime_11(float value) { ___m_FinalQueueEndTime_11 = value; } inline static int32_t get_offset_of_m_IsMusicSectionChanged_12() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsMusicSectionChanged_12)); } inline bool get_m_IsMusicSectionChanged_12() const { return ___m_IsMusicSectionChanged_12; } inline bool* get_address_of_m_IsMusicSectionChanged_12() { return &___m_IsMusicSectionChanged_12; } inline void set_m_IsMusicSectionChanged_12(bool value) { ___m_IsMusicSectionChanged_12 = value; } inline static int32_t get_offset_of_m_IsFirstQueueOfThisSection_13() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsFirstQueueOfThisSection_13)); } inline bool get_m_IsFirstQueueOfThisSection_13() const { return ___m_IsFirstQueueOfThisSection_13; } inline bool* get_address_of_m_IsFirstQueueOfThisSection_13() { return &___m_IsFirstQueueOfThisSection_13; } inline void set_m_IsFirstQueueOfThisSection_13(bool value) { ___m_IsFirstQueueOfThisSection_13 = value; } inline static int32_t get_offset_of_m_IsJudgeAlready_14() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsJudgeAlready_14)); } inline bool get_m_IsJudgeAlready_14() const { return ___m_IsJudgeAlready_14; } inline bool* get_address_of_m_IsJudgeAlready_14() { return &___m_IsJudgeAlready_14; } inline void set_m_IsJudgeAlready_14(bool value) { ___m_IsJudgeAlready_14 = value; } inline static int32_t get_offset_of_m_IsInShowTime_15() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845, ___m_IsInShowTime_15)); } inline bool get_m_IsInShowTime_15() const { return ___m_IsInShowTime_15; } inline bool* get_address_of_m_IsInShowTime_15() { return &___m_IsInShowTime_15; } inline void set_m_IsInShowTime_15(bool value) { ___m_IsInShowTime_15 = value; } }; struct ClassicalKeyLogic_t2839086845_StaticFields { public: // DMCore.DanceMode.ClassicalKeyLogic DMCore.DanceMode.ClassicalKeyLogic::s_Instance ClassicalKeyLogic_t2839086845 * ___s_Instance_16; public: inline static int32_t get_offset_of_s_Instance_16() { return static_cast(offsetof(ClassicalKeyLogic_t2839086845_StaticFields, ___s_Instance_16)); } inline ClassicalKeyLogic_t2839086845 * get_s_Instance_16() const { return ___s_Instance_16; } inline ClassicalKeyLogic_t2839086845 ** get_address_of_s_Instance_16() { return &___s_Instance_16; } inline void set_s_Instance_16(ClassicalKeyLogic_t2839086845 * value) { ___s_Instance_16 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLASSICALKEYLOGIC_T2839086845_H #ifndef DICTIONARY_2_T871913418_H #define DICTIONARY_2_T871913418_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_t871913418 : 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 LabelSytleUnitU5BU5D_t1929172294* ___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_t871913418, ___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_t871913418, ___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_t871913418, ___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_t871913418, ___valueSlots_7)); } inline LabelSytleUnitU5BU5D_t1929172294* get_valueSlots_7() const { return ___valueSlots_7; } inline LabelSytleUnitU5BU5D_t1929172294** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(LabelSytleUnitU5BU5D_t1929172294* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t871913418, ___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_t871913418, ___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_t871913418, ___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_t871913418, ___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_t871913418, ___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_t871913418, ___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_t871913418, ___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_t871913418_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t779584010 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t871913418_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t779584010 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t779584010 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t779584010 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T871913418_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 CVEHICLEROLEANIMNAME_T758558953_H #define CVEHICLEROLEANIMNAME_T758558953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CVehicleRoleAnimName struct CVehicleRoleAnimName_t758558953 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CVehicleRoleAnimName::m_lastFrameTick int32_t ___m_lastFrameTick_0; // System.Int32 DMCore.Framework.Scene.CVehicleRoleAnimName::m_playingIndex int32_t ___m_playingIndex_1; // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::k__BackingField String_t* ___U3CAnimNameIdleU3Ek__BackingField_2; // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::k__BackingField String_t* ___U3CAnimNameWalkU3Ek__BackingField_3; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CVehicleRoleAnimName::m_listPlayName List_1_t3319525431 * ___m_listPlayName_4; public: inline static int32_t get_offset_of_m_lastFrameTick_0() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___m_lastFrameTick_0)); } inline int32_t get_m_lastFrameTick_0() const { return ___m_lastFrameTick_0; } inline int32_t* get_address_of_m_lastFrameTick_0() { return &___m_lastFrameTick_0; } inline void set_m_lastFrameTick_0(int32_t value) { ___m_lastFrameTick_0 = value; } inline static int32_t get_offset_of_m_playingIndex_1() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___m_playingIndex_1)); } inline int32_t get_m_playingIndex_1() const { return ___m_playingIndex_1; } inline int32_t* get_address_of_m_playingIndex_1() { return &___m_playingIndex_1; } inline void set_m_playingIndex_1(int32_t value) { ___m_playingIndex_1 = value; } inline static int32_t get_offset_of_U3CAnimNameIdleU3Ek__BackingField_2() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___U3CAnimNameIdleU3Ek__BackingField_2)); } inline String_t* get_U3CAnimNameIdleU3Ek__BackingField_2() const { return ___U3CAnimNameIdleU3Ek__BackingField_2; } inline String_t** get_address_of_U3CAnimNameIdleU3Ek__BackingField_2() { return &___U3CAnimNameIdleU3Ek__BackingField_2; } inline void set_U3CAnimNameIdleU3Ek__BackingField_2(String_t* value) { ___U3CAnimNameIdleU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimNameIdleU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CAnimNameWalkU3Ek__BackingField_3() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___U3CAnimNameWalkU3Ek__BackingField_3)); } inline String_t* get_U3CAnimNameWalkU3Ek__BackingField_3() const { return ___U3CAnimNameWalkU3Ek__BackingField_3; } inline String_t** get_address_of_U3CAnimNameWalkU3Ek__BackingField_3() { return &___U3CAnimNameWalkU3Ek__BackingField_3; } inline void set_U3CAnimNameWalkU3Ek__BackingField_3(String_t* value) { ___U3CAnimNameWalkU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CAnimNameWalkU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_listPlayName_4() { return static_cast(offsetof(CVehicleRoleAnimName_t758558953, ___m_listPlayName_4)); } inline List_1_t3319525431 * get_m_listPlayName_4() const { return ___m_listPlayName_4; } inline List_1_t3319525431 ** get_address_of_m_listPlayName_4() { return &___m_listPlayName_4; } inline void set_m_listPlayName_4(List_1_t3319525431 * value) { ___m_listPlayName_4 = value; Il2CppCodeGenWriteBarrier((&___m_listPlayName_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVEHICLEROLEANIMNAME_T758558953_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 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 SELFQUALIFYPKRESULTINFO_T1561294256_H #define SELFQUALIFYPKRESULTINFO_T1561294256_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256 : public RuntimeObject { public: // System.Int32 SelfQualifyPkResultInfo::Result int32_t ___Result_0; // System.Int32 SelfQualifyPkResultInfo::GameType int32_t ___GameType_1; // System.String SelfQualifyPkResultInfo::GradeName String_t* ___GradeName_2; // System.Int32 SelfQualifyPkResultInfo::QualifyLevel int32_t ___QualifyLevel_3; // System.Int32 SelfQualifyPkResultInfo::StarNum int32_t ___StarNum_4; // System.Int32 SelfQualifyPkResultInfo::StarAll int32_t ___StarAll_5; // System.Int32 SelfQualifyPkResultInfo::OriLevel int32_t ___OriLevel_6; // System.Int32 SelfQualifyPkResultInfo::Grade int32_t ___Grade_7; // System.Int32 SelfQualifyPkResultInfo::oriGrade int32_t ___oriGrade_8; // System.Int32 SelfQualifyPkResultInfo::RankNum int32_t ___RankNum_9; // System.Int32 SelfQualifyPkResultInfo::Score int32_t ___Score_10; // System.Int32 SelfQualifyPkResultInfo::OriSocre int32_t ___OriSocre_11; // System.Int32 SelfQualifyPkResultInfo::WinningStreak int32_t ___WinningStreak_12; public: inline static int32_t get_offset_of_Result_0() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Result_0)); } inline int32_t get_Result_0() const { return ___Result_0; } inline int32_t* get_address_of_Result_0() { return &___Result_0; } inline void set_Result_0(int32_t value) { ___Result_0 = value; } inline static int32_t get_offset_of_GameType_1() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___GameType_1)); } inline int32_t get_GameType_1() const { return ___GameType_1; } inline int32_t* get_address_of_GameType_1() { return &___GameType_1; } inline void set_GameType_1(int32_t value) { ___GameType_1 = value; } inline static int32_t get_offset_of_GradeName_2() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___GradeName_2)); } inline String_t* get_GradeName_2() const { return ___GradeName_2; } inline String_t** get_address_of_GradeName_2() { return &___GradeName_2; } inline void set_GradeName_2(String_t* value) { ___GradeName_2 = value; Il2CppCodeGenWriteBarrier((&___GradeName_2), value); } inline static int32_t get_offset_of_QualifyLevel_3() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___QualifyLevel_3)); } inline int32_t get_QualifyLevel_3() const { return ___QualifyLevel_3; } inline int32_t* get_address_of_QualifyLevel_3() { return &___QualifyLevel_3; } inline void set_QualifyLevel_3(int32_t value) { ___QualifyLevel_3 = value; } inline static int32_t get_offset_of_StarNum_4() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___StarNum_4)); } inline int32_t get_StarNum_4() const { return ___StarNum_4; } inline int32_t* get_address_of_StarNum_4() { return &___StarNum_4; } inline void set_StarNum_4(int32_t value) { ___StarNum_4 = value; } inline static int32_t get_offset_of_StarAll_5() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___StarAll_5)); } inline int32_t get_StarAll_5() const { return ___StarAll_5; } inline int32_t* get_address_of_StarAll_5() { return &___StarAll_5; } inline void set_StarAll_5(int32_t value) { ___StarAll_5 = value; } inline static int32_t get_offset_of_OriLevel_6() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___OriLevel_6)); } inline int32_t get_OriLevel_6() const { return ___OriLevel_6; } inline int32_t* get_address_of_OriLevel_6() { return &___OriLevel_6; } inline void set_OriLevel_6(int32_t value) { ___OriLevel_6 = value; } inline static int32_t get_offset_of_Grade_7() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Grade_7)); } inline int32_t get_Grade_7() const { return ___Grade_7; } inline int32_t* get_address_of_Grade_7() { return &___Grade_7; } inline void set_Grade_7(int32_t value) { ___Grade_7 = value; } inline static int32_t get_offset_of_oriGrade_8() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___oriGrade_8)); } inline int32_t get_oriGrade_8() const { return ___oriGrade_8; } inline int32_t* get_address_of_oriGrade_8() { return &___oriGrade_8; } inline void set_oriGrade_8(int32_t value) { ___oriGrade_8 = value; } inline static int32_t get_offset_of_RankNum_9() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___RankNum_9)); } inline int32_t get_RankNum_9() const { return ___RankNum_9; } inline int32_t* get_address_of_RankNum_9() { return &___RankNum_9; } inline void set_RankNum_9(int32_t value) { ___RankNum_9 = value; } inline static int32_t get_offset_of_Score_10() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Score_10)); } inline int32_t get_Score_10() const { return ___Score_10; } inline int32_t* get_address_of_Score_10() { return &___Score_10; } inline void set_Score_10(int32_t value) { ___Score_10 = value; } inline static int32_t get_offset_of_OriSocre_11() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___OriSocre_11)); } inline int32_t get_OriSocre_11() const { return ___OriSocre_11; } inline int32_t* get_address_of_OriSocre_11() { return &___OriSocre_11; } inline void set_OriSocre_11(int32_t value) { ___OriSocre_11 = value; } inline static int32_t get_offset_of_WinningStreak_12() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___WinningStreak_12)); } inline int32_t get_WinningStreak_12() const { return ___WinningStreak_12; } inline int32_t* get_address_of_WinningStreak_12() { return &___WinningStreak_12; } inline void set_WinningStreak_12(int32_t value) { ___WinningStreak_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELFQUALIFYPKRESULTINFO_T1561294256_H #ifndef SORTKEYINFO_1_T110361559_H #define SORTKEYINFO_1_T110361559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t110361559 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV int64_t ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV int64_t ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___LKV_0)); } inline int64_t get_LKV_0() const { return ___LKV_0; } inline int64_t* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(int64_t value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___RKV_1)); } inline int64_t get_RKV_1() const { return ___RKV_1; } inline int64_t* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(int64_t value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T110361559_H #ifndef LIST_1_T913674750_H #define LIST_1_T913674750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t913674750 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int64U5BU5D_t2559172825* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t913674750, ____items_1)); } inline Int64U5BU5D_t2559172825* get__items_1() const { return ____items_1; } inline Int64U5BU5D_t2559172825** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int64U5BU5D_t2559172825* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t913674750, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t913674750, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t913674750_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int64U5BU5D_t2559172825* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t913674750_StaticFields, ___EmptyArray_4)); } inline Int64U5BU5D_t2559172825* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int64U5BU5D_t2559172825** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int64U5BU5D_t2559172825* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T913674750_H #ifndef DICTIONARY_2_T538876318_H #define DICTIONARY_2_T538876318_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_t538876318 : 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 UIPageTextU5BU5D_t644304290* ___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_t538876318, ___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_t538876318, ___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_t538876318, ___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_t538876318, ___valueSlots_7)); } inline UIPageTextU5BU5D_t644304290* get_valueSlots_7() const { return ___valueSlots_7; } inline UIPageTextU5BU5D_t644304290** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(UIPageTextU5BU5D_t644304290* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t538876318, ___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_t538876318, ___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_t538876318, ___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_t538876318, ___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_t538876318, ___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_t538876318, ___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_t538876318, ___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_t538876318_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3789683302 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t538876318_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3789683302 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3789683302 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3789683302 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T538876318_H #ifndef MEMBERMANAGER_T2979457932_H #define MEMBERMANAGER_T2979457932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MemberManager struct MemberManager_t2979457932 : public RuntimeObject { public: // System.Boolean MemberManager::mDataChanged bool ___mDataChanged_0; // System.Boolean MemberManager::k__BackingField bool ___U3CActivityMemberChangedU3Ek__BackingField_1; // System.Int32 MemberManager::mBuyId int32_t ___mBuyId_2; // System.String MemberManager::mBuyPrice String_t* ___mBuyPrice_3; // System.String MemberManager::mBuyTitle String_t* ___mBuyTitle_4; // System.Boolean MemberManager::isNeedUpdateMemberReturn bool ___isNeedUpdateMemberReturn_5; // System.Collections.Generic.List`1 MemberManager::k__BackingField List_1_t3149535657 * ___U3CmemberReturnU3Ek__BackingField_6; // System.Int32 MemberManager::mLeftTime int32_t ___mLeftTime_7; // System.String MemberManager::mPrice String_t* ___mPrice_8; // System.Int32 MemberManager::updateTime_OneStep int32_t ___updateTime_OneStep_9; // System.Int32 MemberManager::updateTime_TwoStep int32_t ___updateTime_TwoStep_10; // System.Int32 MemberManager::mGetState int32_t ___mGetState_11; public: inline static int32_t get_offset_of_mDataChanged_0() { return static_cast(offsetof(MemberManager_t2979457932, ___mDataChanged_0)); } inline bool get_mDataChanged_0() const { return ___mDataChanged_0; } inline bool* get_address_of_mDataChanged_0() { return &___mDataChanged_0; } inline void set_mDataChanged_0(bool value) { ___mDataChanged_0 = value; } inline static int32_t get_offset_of_U3CActivityMemberChangedU3Ek__BackingField_1() { return static_cast(offsetof(MemberManager_t2979457932, ___U3CActivityMemberChangedU3Ek__BackingField_1)); } inline bool get_U3CActivityMemberChangedU3Ek__BackingField_1() const { return ___U3CActivityMemberChangedU3Ek__BackingField_1; } inline bool* get_address_of_U3CActivityMemberChangedU3Ek__BackingField_1() { return &___U3CActivityMemberChangedU3Ek__BackingField_1; } inline void set_U3CActivityMemberChangedU3Ek__BackingField_1(bool value) { ___U3CActivityMemberChangedU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_mBuyId_2() { return static_cast(offsetof(MemberManager_t2979457932, ___mBuyId_2)); } inline int32_t get_mBuyId_2() const { return ___mBuyId_2; } inline int32_t* get_address_of_mBuyId_2() { return &___mBuyId_2; } inline void set_mBuyId_2(int32_t value) { ___mBuyId_2 = value; } inline static int32_t get_offset_of_mBuyPrice_3() { return static_cast(offsetof(MemberManager_t2979457932, ___mBuyPrice_3)); } inline String_t* get_mBuyPrice_3() const { return ___mBuyPrice_3; } inline String_t** get_address_of_mBuyPrice_3() { return &___mBuyPrice_3; } inline void set_mBuyPrice_3(String_t* value) { ___mBuyPrice_3 = value; Il2CppCodeGenWriteBarrier((&___mBuyPrice_3), value); } inline static int32_t get_offset_of_mBuyTitle_4() { return static_cast(offsetof(MemberManager_t2979457932, ___mBuyTitle_4)); } inline String_t* get_mBuyTitle_4() const { return ___mBuyTitle_4; } inline String_t** get_address_of_mBuyTitle_4() { return &___mBuyTitle_4; } inline void set_mBuyTitle_4(String_t* value) { ___mBuyTitle_4 = value; Il2CppCodeGenWriteBarrier((&___mBuyTitle_4), value); } inline static int32_t get_offset_of_isNeedUpdateMemberReturn_5() { return static_cast(offsetof(MemberManager_t2979457932, ___isNeedUpdateMemberReturn_5)); } inline bool get_isNeedUpdateMemberReturn_5() const { return ___isNeedUpdateMemberReturn_5; } inline bool* get_address_of_isNeedUpdateMemberReturn_5() { return &___isNeedUpdateMemberReturn_5; } inline void set_isNeedUpdateMemberReturn_5(bool value) { ___isNeedUpdateMemberReturn_5 = value; } inline static int32_t get_offset_of_U3CmemberReturnU3Ek__BackingField_6() { return static_cast(offsetof(MemberManager_t2979457932, ___U3CmemberReturnU3Ek__BackingField_6)); } inline List_1_t3149535657 * get_U3CmemberReturnU3Ek__BackingField_6() const { return ___U3CmemberReturnU3Ek__BackingField_6; } inline List_1_t3149535657 ** get_address_of_U3CmemberReturnU3Ek__BackingField_6() { return &___U3CmemberReturnU3Ek__BackingField_6; } inline void set_U3CmemberReturnU3Ek__BackingField_6(List_1_t3149535657 * value) { ___U3CmemberReturnU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CmemberReturnU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_mLeftTime_7() { return static_cast(offsetof(MemberManager_t2979457932, ___mLeftTime_7)); } inline int32_t get_mLeftTime_7() const { return ___mLeftTime_7; } inline int32_t* get_address_of_mLeftTime_7() { return &___mLeftTime_7; } inline void set_mLeftTime_7(int32_t value) { ___mLeftTime_7 = value; } inline static int32_t get_offset_of_mPrice_8() { return static_cast(offsetof(MemberManager_t2979457932, ___mPrice_8)); } inline String_t* get_mPrice_8() const { return ___mPrice_8; } inline String_t** get_address_of_mPrice_8() { return &___mPrice_8; } inline void set_mPrice_8(String_t* value) { ___mPrice_8 = value; Il2CppCodeGenWriteBarrier((&___mPrice_8), value); } inline static int32_t get_offset_of_updateTime_OneStep_9() { return static_cast(offsetof(MemberManager_t2979457932, ___updateTime_OneStep_9)); } inline int32_t get_updateTime_OneStep_9() const { return ___updateTime_OneStep_9; } inline int32_t* get_address_of_updateTime_OneStep_9() { return &___updateTime_OneStep_9; } inline void set_updateTime_OneStep_9(int32_t value) { ___updateTime_OneStep_9 = value; } inline static int32_t get_offset_of_updateTime_TwoStep_10() { return static_cast(offsetof(MemberManager_t2979457932, ___updateTime_TwoStep_10)); } inline int32_t get_updateTime_TwoStep_10() const { return ___updateTime_TwoStep_10; } inline int32_t* get_address_of_updateTime_TwoStep_10() { return &___updateTime_TwoStep_10; } inline void set_updateTime_TwoStep_10(int32_t value) { ___updateTime_TwoStep_10 = value; } inline static int32_t get_offset_of_mGetState_11() { return static_cast(offsetof(MemberManager_t2979457932, ___mGetState_11)); } inline int32_t get_mGetState_11() const { return ___mGetState_11; } inline int32_t* get_address_of_mGetState_11() { return &___mGetState_11; } inline void set_mGetState_11(int32_t value) { ___mGetState_11 = value; } }; struct MemberManager_t2979457932_StaticFields { public: // MemberManager MemberManager::s_Instance MemberManager_t2979457932 * ___s_Instance_12; // System.Int32 MemberManager::ONE_HOUR_SECOND int32_t ___ONE_HOUR_SECOND_13; // System.Int32 MemberManager::ONE_DAY_SECOND int32_t ___ONE_DAY_SECOND_14; public: inline static int32_t get_offset_of_s_Instance_12() { return static_cast(offsetof(MemberManager_t2979457932_StaticFields, ___s_Instance_12)); } inline MemberManager_t2979457932 * get_s_Instance_12() const { return ___s_Instance_12; } inline MemberManager_t2979457932 ** get_address_of_s_Instance_12() { return &___s_Instance_12; } inline void set_s_Instance_12(MemberManager_t2979457932 * value) { ___s_Instance_12 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_12), value); } inline static int32_t get_offset_of_ONE_HOUR_SECOND_13() { return static_cast(offsetof(MemberManager_t2979457932_StaticFields, ___ONE_HOUR_SECOND_13)); } inline int32_t get_ONE_HOUR_SECOND_13() const { return ___ONE_HOUR_SECOND_13; } inline int32_t* get_address_of_ONE_HOUR_SECOND_13() { return &___ONE_HOUR_SECOND_13; } inline void set_ONE_HOUR_SECOND_13(int32_t value) { ___ONE_HOUR_SECOND_13 = value; } inline static int32_t get_offset_of_ONE_DAY_SECOND_14() { return static_cast(offsetof(MemberManager_t2979457932_StaticFields, ___ONE_DAY_SECOND_14)); } inline int32_t get_ONE_DAY_SECOND_14() const { return ___ONE_DAY_SECOND_14; } inline int32_t* get_address_of_ONE_DAY_SECOND_14() { return &___ONE_DAY_SECOND_14; } inline void set_ONE_DAY_SECOND_14(int32_t value) { ___ONE_DAY_SECOND_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERMANAGER_T2979457932_H #ifndef LIST_1_T128053199_H #define LIST_1_T128053199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t128053199 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t385246372* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t128053199, ____items_1)); } inline Int32U5BU5D_t385246372* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t385246372** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t385246372* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t128053199, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t128053199, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t128053199_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t128053199_StaticFields, ___EmptyArray_4)); } inline Int32U5BU5D_t385246372* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int32U5BU5D_t385246372* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T128053199_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef KEYVALUEPAIR_2_T1373160989_H #define KEYVALUEPAIR_2_T1373160989_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_t1373160989 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value stRoleEffectData_t3485199819 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1373160989, ___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_t1373160989, ___value_1)); } inline stRoleEffectData_t3485199819 * get_value_1() const { return ___value_1; } inline stRoleEffectData_t3485199819 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(stRoleEffectData_t3485199819 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1373160989_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 KEYVALUEPAIR_2_T3842366416_H #define KEYVALUEPAIR_2_T3842366416_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_t3842366416 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3842366416, ___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_t3842366416, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3842366416_H #ifndef ENUMERATOR_T636085692_H #define ENUMERATOR_T636085692_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator> struct Enumerator_t636085692 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3041809111 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current Action_1_t1569734369 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t636085692, ___l_0)); } inline List_1_t3041809111 * get_l_0() const { return ___l_0; } inline List_1_t3041809111 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3041809111 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t636085692, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t636085692, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t636085692, ___current_3)); } inline Action_1_t1569734369 * get_current_3() const { return ___current_3; } inline Action_1_t1569734369 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Action_1_t1569734369 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T636085692_H #ifndef U24ARRAYTYPEU3D40_T2865632059_H #define U24ARRAYTYPEU3D40_T2865632059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=40 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D40_t2865632059 { public: union { struct { }; uint8_t U24ArrayTypeU3D40_t2865632059__padding[40]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D40_T2865632059_H #ifndef U24ARRAYTYPEU3D112_T1514025265_H #define U24ARRAYTYPEU3D112_T1514025265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=112 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D112_t1514025265 { public: union { struct { }; uint8_t U24ArrayTypeU3D112_t1514025265__padding[112]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D112_T1514025265_H #ifndef 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 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_T2280216431_H #define KEYVALUEPAIR_2_T2280216431_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_t2280216431 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2280216431, ___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_t2280216431, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2280216431_H #ifndef CLABELSTYLEMANAGER_T54421615_H #define CLABELSTYLEMANAGER_T54421615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.CLabelStyleManager struct CLabelStyleManager_t54421615 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Localization.CLabelStyleManager::m_LabelStyleLib Dictionary_2_t871913418 * ___m_LabelStyleLib_1; public: inline static int32_t get_offset_of_m_LabelStyleLib_1() { return static_cast(offsetof(CLabelStyleManager_t54421615, ___m_LabelStyleLib_1)); } inline Dictionary_2_t871913418 * get_m_LabelStyleLib_1() const { return ___m_LabelStyleLib_1; } inline Dictionary_2_t871913418 ** get_address_of_m_LabelStyleLib_1() { return &___m_LabelStyleLib_1; } inline void set_m_LabelStyleLib_1(Dictionary_2_t871913418 * value) { ___m_LabelStyleLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_LabelStyleLib_1), value); } }; struct CLabelStyleManager_t54421615_StaticFields { public: // DMCore.Framework.Localization.CLabelStyleManager DMCore.Framework.Localization.CLabelStyleManager::s_Instance CLabelStyleManager_t54421615 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CLabelStyleManager_t54421615_StaticFields, ___s_Instance_2)); } inline CLabelStyleManager_t54421615 * get_s_Instance_2() const { return ___s_Instance_2; } inline CLabelStyleManager_t54421615 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CLabelStyleManager_t54421615 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLABELSTYLEMANAGER_T54421615_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef BEATKEYNUMINFO_T1648835574_H #define BEATKEYNUMINFO_T1648835574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo struct BeatKeyNumInfo_t1648835574 { public: // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo::m_LastIndex int32_t ___m_LastIndex_0; // System.Single DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo::m_Time float ___m_Time_1; public: inline static int32_t get_offset_of_m_LastIndex_0() { return static_cast(offsetof(BeatKeyNumInfo_t1648835574, ___m_LastIndex_0)); } inline int32_t get_m_LastIndex_0() const { return ___m_LastIndex_0; } inline int32_t* get_address_of_m_LastIndex_0() { return &___m_LastIndex_0; } inline void set_m_LastIndex_0(int32_t value) { ___m_LastIndex_0 = value; } inline static int32_t get_offset_of_m_Time_1() { return static_cast(offsetof(BeatKeyNumInfo_t1648835574, ___m_Time_1)); } inline float get_m_Time_1() const { return ___m_Time_1; } inline float* get_address_of_m_Time_1() { return &___m_Time_1; } inline void set_m_Time_1(float value) { ___m_Time_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEATKEYNUMINFO_T1648835574_H #ifndef U24ARRAYTYPEU3D64_T498138225_H #define U24ARRAYTYPEU3D64_T498138225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=64 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D64_t498138225 { public: union { struct { }; uint8_t U24ArrayTypeU3D64_t498138225__padding[64]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D64_T498138225_H #ifndef U24ARRAYTYPEU3D12_T2488454196_H #define U24ARRAYTYPEU3D12_T2488454196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=12 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D12_t2488454196 { public: union { struct { }; uint8_t U24ArrayTypeU3D12_t2488454196__padding[12]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D12_T2488454196_H #ifndef 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 COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t2555686324, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t2555686324, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t2555686324, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t2555686324, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_t3319028937, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_t3319028937, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef CUITEXTCONFIG_T2592370463_H #define CUITEXTCONFIG_T2592370463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.CUITextConfig struct CUITextConfig_t2592370463 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Localization.CUITextConfig::m_PageTextLib Dictionary_2_t538876318 * ___m_PageTextLib_1; public: inline static int32_t get_offset_of_m_PageTextLib_1() { return static_cast(offsetof(CUITextConfig_t2592370463, ___m_PageTextLib_1)); } inline Dictionary_2_t538876318 * get_m_PageTextLib_1() const { return ___m_PageTextLib_1; } inline Dictionary_2_t538876318 ** get_address_of_m_PageTextLib_1() { return &___m_PageTextLib_1; } inline void set_m_PageTextLib_1(Dictionary_2_t538876318 * value) { ___m_PageTextLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_PageTextLib_1), value); } }; struct CUITextConfig_t2592370463_StaticFields { public: // System.String DMCore.Framework.Localization.CUITextConfig::s_ConfigFile String_t* ___s_ConfigFile_2; // DMCore.Framework.Localization.CUITextConfig DMCore.Framework.Localization.CUITextConfig::s_Instance CUITextConfig_t2592370463 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_ConfigFile_2() { return static_cast(offsetof(CUITextConfig_t2592370463_StaticFields, ___s_ConfigFile_2)); } inline String_t* get_s_ConfigFile_2() const { return ___s_ConfigFile_2; } inline String_t** get_address_of_s_ConfigFile_2() { return &___s_ConfigFile_2; } inline void set_s_ConfigFile_2(String_t* value) { ___s_ConfigFile_2 = value; Il2CppCodeGenWriteBarrier((&___s_ConfigFile_2), value); } inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CUITextConfig_t2592370463_StaticFields, ___s_Instance_3)); } inline CUITextConfig_t2592370463 * get_s_Instance_3() const { return ___s_Instance_3; } inline CUITextConfig_t2592370463 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CUITextConfig_t2592370463 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUITEXTCONFIG_T2592370463_H #ifndef XMLATTRIBUTECOLLECTION_T2316283784_H #define XMLATTRIBUTECOLLECTION_T2316283784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784 : public XmlNamedNodeMap_t2821286253 { public: // System.Xml.XmlElement System.Xml.XmlAttributeCollection::ownerElement XmlElement_t561603118 * ___ownerElement_4; // System.Xml.XmlDocument System.Xml.XmlAttributeCollection::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_5; public: inline static int32_t get_offset_of_ownerElement_4() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerElement_4)); } inline XmlElement_t561603118 * get_ownerElement_4() const { return ___ownerElement_4; } inline XmlElement_t561603118 ** get_address_of_ownerElement_4() { return &___ownerElement_4; } inline void set_ownerElement_4(XmlElement_t561603118 * value) { ___ownerElement_4 = value; Il2CppCodeGenWriteBarrier((&___ownerElement_4), value); } inline static int32_t get_offset_of_ownerDocument_5() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerDocument_5)); } inline XmlDocument_t2837193595 * get_ownerDocument_5() const { return ___ownerDocument_5; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_5() { return &___ownerDocument_5; } inline void set_ownerDocument_5(XmlDocument_t2837193595 * value) { ___ownerDocument_5 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_T2316283784_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 CLOCATIONMANAGER_T1346018200_H #define CLOCATIONMANAGER_T1346018200_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200 : public ILogicBase_t2190831891 { public: // System.Boolean DMCore.Framework.Location.CLocationManager::m_bSendMyLocation bool ___m_bSendMyLocation_4; // System.Boolean DMCore.Framework.Location.CLocationManager::m_bHasOpenSetting bool ___m_bHasOpenSetting_5; // System.Boolean DMCore.Framework.Location.CLocationManager::m_bStarted bool ___m_bStarted_6; // System.Boolean DMCore.Framework.Location.CLocationManager::m_bSuccess bool ___m_bSuccess_7; // System.Boolean DMCore.Framework.Location.CLocationManager::m_ReadySend bool ___m_ReadySend_8; public: inline static int32_t get_offset_of_m_bSendMyLocation_4() { return static_cast(offsetof(CLocationManager_t1346018200, ___m_bSendMyLocation_4)); } inline bool get_m_bSendMyLocation_4() const { return ___m_bSendMyLocation_4; } inline bool* get_address_of_m_bSendMyLocation_4() { return &___m_bSendMyLocation_4; } inline void set_m_bSendMyLocation_4(bool value) { ___m_bSendMyLocation_4 = value; } inline static int32_t get_offset_of_m_bHasOpenSetting_5() { return static_cast(offsetof(CLocationManager_t1346018200, ___m_bHasOpenSetting_5)); } inline bool get_m_bHasOpenSetting_5() const { return ___m_bHasOpenSetting_5; } inline bool* get_address_of_m_bHasOpenSetting_5() { return &___m_bHasOpenSetting_5; } inline void set_m_bHasOpenSetting_5(bool value) { ___m_bHasOpenSetting_5 = value; } inline static int32_t get_offset_of_m_bStarted_6() { return static_cast(offsetof(CLocationManager_t1346018200, ___m_bStarted_6)); } inline bool get_m_bStarted_6() const { return ___m_bStarted_6; } inline bool* get_address_of_m_bStarted_6() { return &___m_bStarted_6; } inline void set_m_bStarted_6(bool value) { ___m_bStarted_6 = value; } inline static int32_t get_offset_of_m_bSuccess_7() { return static_cast(offsetof(CLocationManager_t1346018200, ___m_bSuccess_7)); } inline bool get_m_bSuccess_7() const { return ___m_bSuccess_7; } inline bool* get_address_of_m_bSuccess_7() { return &___m_bSuccess_7; } inline void set_m_bSuccess_7(bool value) { ___m_bSuccess_7 = value; } inline static int32_t get_offset_of_m_ReadySend_8() { return static_cast(offsetof(CLocationManager_t1346018200, ___m_ReadySend_8)); } inline bool get_m_ReadySend_8() const { return ___m_ReadySend_8; } inline bool* get_address_of_m_ReadySend_8() { return &___m_ReadySend_8; } inline void set_m_ReadySend_8(bool value) { ___m_ReadySend_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCATIONMANAGER_T1346018200_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 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 XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_5; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_6; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_7; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_8; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_5)); } inline XmlNameEntry_t1073099671 * get_name_5() const { return ___name_5; } inline XmlNameEntry_t1073099671 ** get_address_of_name_5() { return &___name_5; } inline void set_name_5(XmlNameEntry_t1073099671 * value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_isDefault_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_6)); } inline bool get_isDefault_6() const { return ___isDefault_6; } inline bool* get_address_of_isDefault_6() { return &___isDefault_6; } inline void set_isDefault_6(bool value) { ___isDefault_6 = value; } inline static int32_t get_offset_of_lastLinkedChild_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_7)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_7() const { return ___lastLinkedChild_7; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_7() { return &___lastLinkedChild_7; } inline void set_lastLinkedChild_7(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_7 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_7), value); } inline static int32_t get_offset_of_schemaInfo_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_8)); } inline RuntimeObject* get_schemaInfo_8() const { return ___schemaInfo_8; } inline RuntimeObject** get_address_of_schemaInfo_8() { return &___schemaInfo_8; } inline void set_schemaInfo_8(RuntimeObject* value) { ___schemaInfo_8 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef KEYVALUEPAIR_2_T4030379155_H #define KEYVALUEPAIR_2_T4030379155_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_t4030379155 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_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_t4030379155, ___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_t4030379155, ___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_T4030379155_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 U24ARRAYTYPEU3D24_T2467506693_H #define U24ARRAYTYPEU3D24_T2467506693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=24 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D24_t2467506693 { public: union { struct { }; uint8_t U24ArrayTypeU3D24_t2467506693__padding[24]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D24_T2467506693_H #ifndef U24ARRAYTYPEU3D44_T3630306107_H #define U24ARRAYTYPEU3D44_T3630306107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=44 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D44_t3630306107 { public: union { struct { }; uint8_t U24ArrayTypeU3D44_t3630306107__padding[44]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D44_T3630306107_H #ifndef U24ARRAYTYPEU3D48_T1336283963_H #define U24ARRAYTYPEU3D48_T1336283963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=48 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D48_t1336283963 { public: union { struct { }; uint8_t U24ArrayTypeU3D48_t1336283963__padding[48]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D48_T1336283963_H #ifndef U24ARRAYTYPEU3D36_T120960362_H #define U24ARRAYTYPEU3D36_T120960362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=36 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D36_t120960362 { public: union { struct { }; uint8_t U24ArrayTypeU3D36_t120960362__padding[36]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D36_T120960362_H #ifndef U24ARRAYTYPEU3D16_T3253128244_H #define U24ARRAYTYPEU3D16_T3253128244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=16 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D16_t3253128244 { public: union { struct { }; uint8_t U24ArrayTypeU3D16_t3253128244__padding[16]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D16_T3253128244_H #ifndef CMSGBEATHEART_T1177153467_H #define CMSGBEATHEART_T1177153467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.Protocol.CMsgBeatHeart struct CMsgBeatHeart_t1177153467 : public INetMsgBaseC2S_t1364238951 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBEATHEART_T1177153467_H #ifndef CNETMAINLOGIC_T857650587_H #define CNETMAINLOGIC_T857650587_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587 : public INetListener_t2122847788 { public: // DMCore.Net.CNetMainLogic/_ProcDelegate[] DMCore.Net.CNetMainLogic::m_AllProcPtrs _ProcDelegateU5BU5D_t2947363969* ___m_AllProcPtrs_1; // System.Int32 DMCore.Net.CNetMainLogic::m_NetState int32_t ___m_NetState_2; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetMainLogic::m_NetStateLock CThreadLock_t3315856551 * ___m_NetStateLock_3; // DMCore.Net.CCustomNetMsgHooker DMCore.Net.CNetMainLogic::m_msgHooker CCustomNetMsgHooker_t1749009394 * ___m_msgHooker_4; // System.String DMCore.Net.CNetMainLogic::m_ip String_t* ___m_ip_5; // System.Int32 DMCore.Net.CNetMainLogic::m_port int32_t ___m_port_6; // System.Boolean DMCore.Net.CNetMainLogic::m_bUserClose bool ___m_bUserClose_7; public: inline static int32_t get_offset_of_m_AllProcPtrs_1() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_AllProcPtrs_1)); } inline _ProcDelegateU5BU5D_t2947363969* get_m_AllProcPtrs_1() const { return ___m_AllProcPtrs_1; } inline _ProcDelegateU5BU5D_t2947363969** get_address_of_m_AllProcPtrs_1() { return &___m_AllProcPtrs_1; } inline void set_m_AllProcPtrs_1(_ProcDelegateU5BU5D_t2947363969* value) { ___m_AllProcPtrs_1 = value; Il2CppCodeGenWriteBarrier((&___m_AllProcPtrs_1), value); } inline static int32_t get_offset_of_m_NetState_2() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_NetState_2)); } inline int32_t get_m_NetState_2() const { return ___m_NetState_2; } inline int32_t* get_address_of_m_NetState_2() { return &___m_NetState_2; } inline void set_m_NetState_2(int32_t value) { ___m_NetState_2 = value; } inline static int32_t get_offset_of_m_NetStateLock_3() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_NetStateLock_3)); } inline CThreadLock_t3315856551 * get_m_NetStateLock_3() const { return ___m_NetStateLock_3; } inline CThreadLock_t3315856551 ** get_address_of_m_NetStateLock_3() { return &___m_NetStateLock_3; } inline void set_m_NetStateLock_3(CThreadLock_t3315856551 * value) { ___m_NetStateLock_3 = value; Il2CppCodeGenWriteBarrier((&___m_NetStateLock_3), value); } inline static int32_t get_offset_of_m_msgHooker_4() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_msgHooker_4)); } inline CCustomNetMsgHooker_t1749009394 * get_m_msgHooker_4() const { return ___m_msgHooker_4; } inline CCustomNetMsgHooker_t1749009394 ** get_address_of_m_msgHooker_4() { return &___m_msgHooker_4; } inline void set_m_msgHooker_4(CCustomNetMsgHooker_t1749009394 * value) { ___m_msgHooker_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgHooker_4), value); } inline static int32_t get_offset_of_m_ip_5() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_ip_5)); } inline String_t* get_m_ip_5() const { return ___m_ip_5; } inline String_t** get_address_of_m_ip_5() { return &___m_ip_5; } inline void set_m_ip_5(String_t* value) { ___m_ip_5 = value; Il2CppCodeGenWriteBarrier((&___m_ip_5), value); } inline static int32_t get_offset_of_m_port_6() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_port_6)); } inline int32_t get_m_port_6() const { return ___m_port_6; } inline int32_t* get_address_of_m_port_6() { return &___m_port_6; } inline void set_m_port_6(int32_t value) { ___m_port_6 = value; } inline static int32_t get_offset_of_m_bUserClose_7() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_bUserClose_7)); } inline bool get_m_bUserClose_7() const { return ___m_bUserClose_7; } inline bool* get_address_of_m_bUserClose_7() { return &___m_bUserClose_7; } inline void set_m_bUserClose_7(bool value) { ___m_bUserClose_7 = value; } }; struct CNetMainLogic_t857650587_StaticFields { public: // System.Boolean DMCore.Net.CNetMainLogic::k__BackingField bool ___U3CIsServerStateRoleReadyU3Ek__BackingField_0; // System.String DMCore.Net.CNetMainLogic::GOLD_NOT_ENOUGH String_t* ___GOLD_NOT_ENOUGH_8; // System.String DMCore.Net.CNetMainLogic::DIAMOND_NOT_ENOUGH String_t* ___DIAMOND_NOT_ENOUGH_9; // System.String DMCore.Net.CNetMainLogic::ENERGY_NOT_ENOUGH String_t* ___ENERGY_NOT_ENOUGH_10; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_11; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache1 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache1_12; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache2 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache2_13; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache3 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache3_14; public: inline static int32_t get_offset_of_U3CIsServerStateRoleReadyU3Ek__BackingField_0() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CIsServerStateRoleReadyU3Ek__BackingField_0)); } inline bool get_U3CIsServerStateRoleReadyU3Ek__BackingField_0() const { return ___U3CIsServerStateRoleReadyU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsServerStateRoleReadyU3Ek__BackingField_0() { return &___U3CIsServerStateRoleReadyU3Ek__BackingField_0; } inline void set_U3CIsServerStateRoleReadyU3Ek__BackingField_0(bool value) { ___U3CIsServerStateRoleReadyU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_GOLD_NOT_ENOUGH_8() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___GOLD_NOT_ENOUGH_8)); } inline String_t* get_GOLD_NOT_ENOUGH_8() const { return ___GOLD_NOT_ENOUGH_8; } inline String_t** get_address_of_GOLD_NOT_ENOUGH_8() { return &___GOLD_NOT_ENOUGH_8; } inline void set_GOLD_NOT_ENOUGH_8(String_t* value) { ___GOLD_NOT_ENOUGH_8 = value; Il2CppCodeGenWriteBarrier((&___GOLD_NOT_ENOUGH_8), value); } inline static int32_t get_offset_of_DIAMOND_NOT_ENOUGH_9() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___DIAMOND_NOT_ENOUGH_9)); } inline String_t* get_DIAMOND_NOT_ENOUGH_9() const { return ___DIAMOND_NOT_ENOUGH_9; } inline String_t** get_address_of_DIAMOND_NOT_ENOUGH_9() { return &___DIAMOND_NOT_ENOUGH_9; } inline void set_DIAMOND_NOT_ENOUGH_9(String_t* value) { ___DIAMOND_NOT_ENOUGH_9 = value; Il2CppCodeGenWriteBarrier((&___DIAMOND_NOT_ENOUGH_9), value); } inline static int32_t get_offset_of_ENERGY_NOT_ENOUGH_10() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___ENERGY_NOT_ENOUGH_10)); } inline String_t* get_ENERGY_NOT_ENOUGH_10() const { return ___ENERGY_NOT_ENOUGH_10; } inline String_t** get_address_of_ENERGY_NOT_ENOUGH_10() { return &___ENERGY_NOT_ENOUGH_10; } inline void set_ENERGY_NOT_ENOUGH_10(String_t* value) { ___ENERGY_NOT_ENOUGH_10 = value; Il2CppCodeGenWriteBarrier((&___ENERGY_NOT_ENOUGH_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_11() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache0_11)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_11() const { return ___U3CU3Ef__mgU24cache0_11; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_11() { return &___U3CU3Ef__mgU24cache0_11; } inline void set_U3CU3Ef__mgU24cache0_11(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_12() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache1_12)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache1_12() const { return ___U3CU3Ef__mgU24cache1_12; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache1_12() { return &___U3CU3Ef__mgU24cache1_12; } inline void set_U3CU3Ef__mgU24cache1_12(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache1_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_13() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache2_13)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache2_13() const { return ___U3CU3Ef__mgU24cache2_13; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache2_13() { return &___U3CU3Ef__mgU24cache2_13; } inline void set_U3CU3Ef__mgU24cache2_13(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache2_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_14() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache3_14)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache3_14() const { return ___U3CU3Ef__mgU24cache3_14; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache3_14() { return &___U3CU3Ef__mgU24cache3_14; } inline void set_U3CU3Ef__mgU24cache3_14(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache3_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETMAINLOGIC_T857650587_H #ifndef CNETSERVICE_T1201271315_H #define CNETSERVICE_T1201271315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetService struct CNetService_t1201271315 : public ILinkListener_t2747206916 { public: // DMCore.Net.INetLink DMCore.Net.CNetService::m_pNetLink INetLink_t2717826932 * ___m_pNetLink_0; // System.Collections.Generic.List`1 DMCore.Net.CNetService::m_listeners List_1_t3594922530 * ___m_listeners_1; // BetterList`1 DMCore.Net.CNetService::m_varOutBuffer BetterList_1_t289316694 * ___m_varOutBuffer_2; // BetterList`1 DMCore.Net.CNetService::m_varStructBuffer BetterList_1_t289316694 * ___m_varStructBuffer_3; // System.Collections.Generic.LinkedList`1 DMCore.Net.CNetService::m_msgFromServer LinkedList_1_t3261532576 * ___m_msgFromServer_4; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_MsgListLock CThreadLock_t3315856551 * ___m_MsgListLock_5; // System.Int32 DMCore.Net.CNetService::m_LinkStateOld int32_t ___m_LinkStateOld_6; // System.Int32 DMCore.Net.CNetService::m_LinkStateNow int32_t ___m_LinkStateNow_7; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetService::m_Lock CThreadLock_t3315856551 * ___m_Lock_8; public: inline static int32_t get_offset_of_m_pNetLink_0() { return static_cast(offsetof(CNetService_t1201271315, ___m_pNetLink_0)); } inline INetLink_t2717826932 * get_m_pNetLink_0() const { return ___m_pNetLink_0; } inline INetLink_t2717826932 ** get_address_of_m_pNetLink_0() { return &___m_pNetLink_0; } inline void set_m_pNetLink_0(INetLink_t2717826932 * value) { ___m_pNetLink_0 = value; Il2CppCodeGenWriteBarrier((&___m_pNetLink_0), value); } inline static int32_t get_offset_of_m_listeners_1() { return static_cast(offsetof(CNetService_t1201271315, ___m_listeners_1)); } inline List_1_t3594922530 * get_m_listeners_1() const { return ___m_listeners_1; } inline List_1_t3594922530 ** get_address_of_m_listeners_1() { return &___m_listeners_1; } inline void set_m_listeners_1(List_1_t3594922530 * value) { ___m_listeners_1 = value; Il2CppCodeGenWriteBarrier((&___m_listeners_1), value); } inline static int32_t get_offset_of_m_varOutBuffer_2() { return static_cast(offsetof(CNetService_t1201271315, ___m_varOutBuffer_2)); } inline BetterList_1_t289316694 * get_m_varOutBuffer_2() const { return ___m_varOutBuffer_2; } inline BetterList_1_t289316694 ** get_address_of_m_varOutBuffer_2() { return &___m_varOutBuffer_2; } inline void set_m_varOutBuffer_2(BetterList_1_t289316694 * value) { ___m_varOutBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_varOutBuffer_2), value); } inline static int32_t get_offset_of_m_varStructBuffer_3() { return static_cast(offsetof(CNetService_t1201271315, ___m_varStructBuffer_3)); } inline BetterList_1_t289316694 * get_m_varStructBuffer_3() const { return ___m_varStructBuffer_3; } inline BetterList_1_t289316694 ** get_address_of_m_varStructBuffer_3() { return &___m_varStructBuffer_3; } inline void set_m_varStructBuffer_3(BetterList_1_t289316694 * value) { ___m_varStructBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___m_varStructBuffer_3), value); } inline static int32_t get_offset_of_m_msgFromServer_4() { return static_cast(offsetof(CNetService_t1201271315, ___m_msgFromServer_4)); } inline LinkedList_1_t3261532576 * get_m_msgFromServer_4() const { return ___m_msgFromServer_4; } inline LinkedList_1_t3261532576 ** get_address_of_m_msgFromServer_4() { return &___m_msgFromServer_4; } inline void set_m_msgFromServer_4(LinkedList_1_t3261532576 * value) { ___m_msgFromServer_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgFromServer_4), value); } inline static int32_t get_offset_of_m_MsgListLock_5() { return static_cast(offsetof(CNetService_t1201271315, ___m_MsgListLock_5)); } inline CThreadLock_t3315856551 * get_m_MsgListLock_5() const { return ___m_MsgListLock_5; } inline CThreadLock_t3315856551 ** get_address_of_m_MsgListLock_5() { return &___m_MsgListLock_5; } inline void set_m_MsgListLock_5(CThreadLock_t3315856551 * value) { ___m_MsgListLock_5 = value; Il2CppCodeGenWriteBarrier((&___m_MsgListLock_5), value); } inline static int32_t get_offset_of_m_LinkStateOld_6() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateOld_6)); } inline int32_t get_m_LinkStateOld_6() const { return ___m_LinkStateOld_6; } inline int32_t* get_address_of_m_LinkStateOld_6() { return &___m_LinkStateOld_6; } inline void set_m_LinkStateOld_6(int32_t value) { ___m_LinkStateOld_6 = value; } inline static int32_t get_offset_of_m_LinkStateNow_7() { return static_cast(offsetof(CNetService_t1201271315, ___m_LinkStateNow_7)); } inline int32_t get_m_LinkStateNow_7() const { return ___m_LinkStateNow_7; } inline int32_t* get_address_of_m_LinkStateNow_7() { return &___m_LinkStateNow_7; } inline void set_m_LinkStateNow_7(int32_t value) { ___m_LinkStateNow_7 = value; } inline static int32_t get_offset_of_m_Lock_8() { return static_cast(offsetof(CNetService_t1201271315, ___m_Lock_8)); } inline CThreadLock_t3315856551 * get_m_Lock_8() const { return ___m_Lock_8; } inline CThreadLock_t3315856551 ** get_address_of_m_Lock_8() { return &___m_Lock_8; } inline void set_m_Lock_8(CThreadLock_t3315856551 * value) { ___m_Lock_8 = value; Il2CppCodeGenWriteBarrier((&___m_Lock_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVICE_T1201271315_H #ifndef XMLTEXTREADER_T4233384356_H #define XMLTEXTREADER_T4233384356_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReader struct XmlTextReader_t4233384356 : public XmlReader_t3121518892 { public: // System.Xml.XmlTextReader System.Xml.XmlTextReader::entity XmlTextReader_t4233384356 * ___entity_2; // Mono.Xml2.XmlTextReader System.Xml.XmlTextReader::source XmlTextReader_t3455035481 * ___source_3; // System.Boolean System.Xml.XmlTextReader::entityInsideAttribute bool ___entityInsideAttribute_4; // System.Boolean System.Xml.XmlTextReader::insideAttribute bool ___insideAttribute_5; // System.Collections.Generic.Stack`1 System.Xml.XmlTextReader::entityNameStack Stack_1_t2690840144 * ___entityNameStack_6; public: inline static int32_t get_offset_of_entity_2() { return static_cast(offsetof(XmlTextReader_t4233384356, ___entity_2)); } inline XmlTextReader_t4233384356 * get_entity_2() const { return ___entity_2; } inline XmlTextReader_t4233384356 ** get_address_of_entity_2() { return &___entity_2; } inline void set_entity_2(XmlTextReader_t4233384356 * value) { ___entity_2 = value; Il2CppCodeGenWriteBarrier((&___entity_2), value); } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(XmlTextReader_t4233384356, ___source_3)); } inline XmlTextReader_t3455035481 * get_source_3() const { return ___source_3; } inline XmlTextReader_t3455035481 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(XmlTextReader_t3455035481 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((&___source_3), value); } inline static int32_t get_offset_of_entityInsideAttribute_4() { return static_cast(offsetof(XmlTextReader_t4233384356, ___entityInsideAttribute_4)); } inline bool get_entityInsideAttribute_4() const { return ___entityInsideAttribute_4; } inline bool* get_address_of_entityInsideAttribute_4() { return &___entityInsideAttribute_4; } inline void set_entityInsideAttribute_4(bool value) { ___entityInsideAttribute_4 = value; } inline static int32_t get_offset_of_insideAttribute_5() { return static_cast(offsetof(XmlTextReader_t4233384356, ___insideAttribute_5)); } inline bool get_insideAttribute_5() const { return ___insideAttribute_5; } inline bool* get_address_of_insideAttribute_5() { return &___insideAttribute_5; } inline void set_insideAttribute_5(bool value) { ___insideAttribute_5 = value; } inline static int32_t get_offset_of_entityNameStack_6() { return static_cast(offsetof(XmlTextReader_t4233384356, ___entityNameStack_6)); } inline Stack_1_t2690840144 * get_entityNameStack_6() const { return ___entityNameStack_6; } inline Stack_1_t2690840144 ** get_address_of_entityNameStack_6() { return &___entityNameStack_6; } inline void set_entityNameStack_6(Stack_1_t2690840144 * value) { ___entityNameStack_6 = value; Il2CppCodeGenWriteBarrier((&___entityNameStack_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTREADER_T4233384356_H #ifndef U24ARRAYTYPEU3D20_T1702832645_H #define U24ARRAYTYPEU3D20_T1702832645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=20 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D20_t1702832645 { public: union { struct { }; uint8_t U24ArrayTypeU3D20_t1702832645__padding[20]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D20_T1702832645_H #ifndef U24ARRAYTYPEU3D124_T4235014447_H #define U24ARRAYTYPEU3D124_T4235014447_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=124 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D124_t4235014447 { public: union { struct { }; uint8_t U24ArrayTypeU3D124_t4235014447__padding[124]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D124_T4235014447_H #ifndef 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 ENUMERATOR_T1897538142_H #define ENUMERATOR_T1897538142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t1897538142 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t8294265 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current ClassicalKeyUnit_t2831186819 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1897538142, ___l_0)); } inline List_1_t8294265 * get_l_0() const { return ___l_0; } inline List_1_t8294265 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t8294265 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1897538142, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t1897538142, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1897538142, ___current_3)); } inline ClassicalKeyUnit_t2831186819 * get_current_3() const { return ___current_3; } inline ClassicalKeyUnit_t2831186819 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ClassicalKeyUnit_t2831186819 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1897538142_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_H #ifndef DMXMLNODELIST_T795971656_H #define DMXMLNODELIST_T795971656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656 : public BetterList_1_t3113987842 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODELIST_T795971656_H #ifndef 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 CENCRPTHELP_INT_T51280996_H #define CENCRPTHELP_INT_T51280996_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CEncrptHelp_Int struct CEncrptHelp_Int_t51280996 : public CEncrptHelp_1_t2107105261 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CENCRPTHELP_INT_T51280996_H #ifndef CDANCEMANAGER_T448141780_H #define CDANCEMANAGER_T448141780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicID int32_t ___m_curMusicID_4; // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicLevel int32_t ___m_curMusicLevel_5; // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicLength int32_t ___m_curMusicLength_6; // System.Boolean DMCore.DanceMode.CDanceManager::m_bDancing bool ___m_bDancing_7; // DMCore.DanceMode.CBeatKeyManager DMCore.DanceMode.CDanceManager::m_BeatKeyManager CBeatKeyManager_t1395295909 * ___m_BeatKeyManager_8; public: inline static int32_t get_offset_of_m_curMusicID_4() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicID_4)); } inline int32_t get_m_curMusicID_4() const { return ___m_curMusicID_4; } inline int32_t* get_address_of_m_curMusicID_4() { return &___m_curMusicID_4; } inline void set_m_curMusicID_4(int32_t value) { ___m_curMusicID_4 = value; } inline static int32_t get_offset_of_m_curMusicLevel_5() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicLevel_5)); } inline int32_t get_m_curMusicLevel_5() const { return ___m_curMusicLevel_5; } inline int32_t* get_address_of_m_curMusicLevel_5() { return &___m_curMusicLevel_5; } inline void set_m_curMusicLevel_5(int32_t value) { ___m_curMusicLevel_5 = value; } inline static int32_t get_offset_of_m_curMusicLength_6() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicLength_6)); } inline int32_t get_m_curMusicLength_6() const { return ___m_curMusicLength_6; } inline int32_t* get_address_of_m_curMusicLength_6() { return &___m_curMusicLength_6; } inline void set_m_curMusicLength_6(int32_t value) { ___m_curMusicLength_6 = value; } inline static int32_t get_offset_of_m_bDancing_7() { return static_cast(offsetof(CDanceManager_t448141780, ___m_bDancing_7)); } inline bool get_m_bDancing_7() const { return ___m_bDancing_7; } inline bool* get_address_of_m_bDancing_7() { return &___m_bDancing_7; } inline void set_m_bDancing_7(bool value) { ___m_bDancing_7 = value; } inline static int32_t get_offset_of_m_BeatKeyManager_8() { return static_cast(offsetof(CDanceManager_t448141780, ___m_BeatKeyManager_8)); } inline CBeatKeyManager_t1395295909 * get_m_BeatKeyManager_8() const { return ___m_BeatKeyManager_8; } inline CBeatKeyManager_t1395295909 ** get_address_of_m_BeatKeyManager_8() { return &___m_BeatKeyManager_8; } inline void set_m_BeatKeyManager_8(CBeatKeyManager_t1395295909 * value) { ___m_BeatKeyManager_8 = value; Il2CppCodeGenWriteBarrier((&___m_BeatKeyManager_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMANAGER_T448141780_H #ifndef 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 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 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 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 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 MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_H #ifndef CLOCALBATTLE_T1519924991_H #define CLOCALBATTLE_T1519924991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableLocalGameU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableDoubleModeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomSceneIDU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomMusicIDU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CLocalBattle::m_musicID int32_t ___m_musicID_5; // System.Int32 DMCore.Logic.CLocalBattle::m_musicLevel int32_t ___m_musicLevel_6; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSMusic CDataModelBool_t2269476966 * ___m_WSMusic_7; // System.Int32 DMCore.Logic.CLocalBattle::m_sceneID int32_t ___m_sceneID_8; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSScene CDataModelBool_t2269476966 * ___m_WSScene_9; // BetterList`1 DMCore.Logic.CLocalBattle::m_listSimulateRoles BetterList_1_t3256166455 * ___m_listSimulateRoles_10; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothBoy Dictionary_2_t3311733826 * ___m_listClothBoy_11; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothGirl Dictionary_2_t3311733826 * ___m_listClothGirl_12; public: inline static int32_t get_offset_of_U3CEnableLocalGameU3Ek__BackingField_1() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableLocalGameU3Ek__BackingField_1)); } inline bool get_U3CEnableLocalGameU3Ek__BackingField_1() const { return ___U3CEnableLocalGameU3Ek__BackingField_1; } inline bool* get_address_of_U3CEnableLocalGameU3Ek__BackingField_1() { return &___U3CEnableLocalGameU3Ek__BackingField_1; } inline void set_U3CEnableLocalGameU3Ek__BackingField_1(bool value) { ___U3CEnableLocalGameU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableDoubleModeU3Ek__BackingField_2)); } inline bool get_U3CEnableDoubleModeU3Ek__BackingField_2() const { return ___U3CEnableDoubleModeU3Ek__BackingField_2; } inline bool* get_address_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return &___U3CEnableDoubleModeU3Ek__BackingField_2; } inline void set_U3CEnableDoubleModeU3Ek__BackingField_2(bool value) { ___U3CEnableDoubleModeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomSceneIDU3Ek__BackingField_3)); } inline bool get_U3CUseRandomSceneIDU3Ek__BackingField_3() const { return ___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline bool* get_address_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return &___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline void set_U3CUseRandomSceneIDU3Ek__BackingField_3(bool value) { ___U3CUseRandomSceneIDU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomMusicIDU3Ek__BackingField_4)); } inline bool get_U3CUseRandomMusicIDU3Ek__BackingField_4() const { return ___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline bool* get_address_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return &___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline void set_U3CUseRandomMusicIDU3Ek__BackingField_4(bool value) { ___U3CUseRandomMusicIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_musicID_5() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicID_5)); } inline int32_t get_m_musicID_5() const { return ___m_musicID_5; } inline int32_t* get_address_of_m_musicID_5() { return &___m_musicID_5; } inline void set_m_musicID_5(int32_t value) { ___m_musicID_5 = value; } inline static int32_t get_offset_of_m_musicLevel_6() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicLevel_6)); } inline int32_t get_m_musicLevel_6() const { return ___m_musicLevel_6; } inline int32_t* get_address_of_m_musicLevel_6() { return &___m_musicLevel_6; } inline void set_m_musicLevel_6(int32_t value) { ___m_musicLevel_6 = value; } inline static int32_t get_offset_of_m_WSMusic_7() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSMusic_7)); } inline CDataModelBool_t2269476966 * get_m_WSMusic_7() const { return ___m_WSMusic_7; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSMusic_7() { return &___m_WSMusic_7; } inline void set_m_WSMusic_7(CDataModelBool_t2269476966 * value) { ___m_WSMusic_7 = value; Il2CppCodeGenWriteBarrier((&___m_WSMusic_7), value); } inline static int32_t get_offset_of_m_sceneID_8() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_sceneID_8)); } inline int32_t get_m_sceneID_8() const { return ___m_sceneID_8; } inline int32_t* get_address_of_m_sceneID_8() { return &___m_sceneID_8; } inline void set_m_sceneID_8(int32_t value) { ___m_sceneID_8 = value; } inline static int32_t get_offset_of_m_WSScene_9() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSScene_9)); } inline CDataModelBool_t2269476966 * get_m_WSScene_9() const { return ___m_WSScene_9; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSScene_9() { return &___m_WSScene_9; } inline void set_m_WSScene_9(CDataModelBool_t2269476966 * value) { ___m_WSScene_9 = value; Il2CppCodeGenWriteBarrier((&___m_WSScene_9), value); } inline static int32_t get_offset_of_m_listSimulateRoles_10() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listSimulateRoles_10)); } inline BetterList_1_t3256166455 * get_m_listSimulateRoles_10() const { return ___m_listSimulateRoles_10; } inline BetterList_1_t3256166455 ** get_address_of_m_listSimulateRoles_10() { return &___m_listSimulateRoles_10; } inline void set_m_listSimulateRoles_10(BetterList_1_t3256166455 * value) { ___m_listSimulateRoles_10 = value; Il2CppCodeGenWriteBarrier((&___m_listSimulateRoles_10), value); } inline static int32_t get_offset_of_m_listClothBoy_11() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothBoy_11)); } inline Dictionary_2_t3311733826 * get_m_listClothBoy_11() const { return ___m_listClothBoy_11; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothBoy_11() { return &___m_listClothBoy_11; } inline void set_m_listClothBoy_11(Dictionary_2_t3311733826 * value) { ___m_listClothBoy_11 = value; Il2CppCodeGenWriteBarrier((&___m_listClothBoy_11), value); } inline static int32_t get_offset_of_m_listClothGirl_12() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothGirl_12)); } inline Dictionary_2_t3311733826 * get_m_listClothGirl_12() const { return ___m_listClothGirl_12; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothGirl_12() { return &___m_listClothGirl_12; } inline void set_m_listClothGirl_12(Dictionary_2_t3311733826 * value) { ___m_listClothGirl_12 = value; Il2CppCodeGenWriteBarrier((&___m_listClothGirl_12), value); } }; struct CLocalBattle_t1519924991_StaticFields { public: // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::s_instance CLocalBattle_t1519924991 * ___s_instance_13; public: inline static int32_t get_offset_of_s_instance_13() { return static_cast(offsetof(CLocalBattle_t1519924991_StaticFields, ___s_instance_13)); } inline CLocalBattle_t1519924991 * get_s_instance_13() const { return ___s_instance_13; } inline CLocalBattle_t1519924991 ** get_address_of_s_instance_13() { return &___s_instance_13; } inline void set_s_instance_13(CLocalBattle_t1519924991 * value) { ___s_instance_13 = value; Il2CppCodeGenWriteBarrier((&___s_instance_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALBATTLE_T1519924991_H #ifndef CDANCESCORERATIO_T899523984_H #define CDANCESCORERATIO_T899523984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceScoreRatio struct CDanceScoreRatio_t899523984 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2> DMCore.DanceMode.CDanceScoreRatio::m_ScoreRatioLib Dictionary_2_t3782052096 * ___m_ScoreRatioLib_1; public: inline static int32_t get_offset_of_m_ScoreRatioLib_1() { return static_cast(offsetof(CDanceScoreRatio_t899523984, ___m_ScoreRatioLib_1)); } inline Dictionary_2_t3782052096 * get_m_ScoreRatioLib_1() const { return ___m_ScoreRatioLib_1; } inline Dictionary_2_t3782052096 ** get_address_of_m_ScoreRatioLib_1() { return &___m_ScoreRatioLib_1; } inline void set_m_ScoreRatioLib_1(Dictionary_2_t3782052096 * value) { ___m_ScoreRatioLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_ScoreRatioLib_1), value); } }; struct CDanceScoreRatio_t899523984_StaticFields { public: // System.Int32 DMCore.DanceMode.CDanceScoreRatio::s_DefaultRatio int32_t ___s_DefaultRatio_2; // DMCore.DanceMode.CDanceScoreRatio DMCore.DanceMode.CDanceScoreRatio::s_Instance CDanceScoreRatio_t899523984 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_DefaultRatio_2() { return static_cast(offsetof(CDanceScoreRatio_t899523984_StaticFields, ___s_DefaultRatio_2)); } inline int32_t get_s_DefaultRatio_2() const { return ___s_DefaultRatio_2; } inline int32_t* get_address_of_s_DefaultRatio_2() { return &___s_DefaultRatio_2; } inline void set_s_DefaultRatio_2(int32_t value) { ___s_DefaultRatio_2 = value; } inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CDanceScoreRatio_t899523984_StaticFields, ___s_Instance_3)); } inline CDanceScoreRatio_t899523984 * get_s_Instance_3() const { return ___s_Instance_3; } inline CDanceScoreRatio_t899523984 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CDanceScoreRatio_t899523984 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCESCORERATIO_T899523984_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 CBEATKEYMANAGER_T1395295909_H #define CBEATKEYMANAGER_T1395295909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909 : public ILogicBase_t2190831891 { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeyManager::m_listCtrlNode List_1_t2491780804 * ___m_listCtrlNode_4; // System.Int32 DMCore.DanceMode.CBeatKeyManager::m_nCurBpm int32_t ___m_nCurBpm_5; // UnityEngine.Texture2D DMCore.DanceMode.CBeatKeyManager::m_beatkeyTexture Texture2D_t3840446185 * ___m_beatkeyTexture_6; // UnityEngine.GameObject DMCore.DanceMode.CBeatKeyManager::m_beatkeyAtlas GameObject_t1113636619 * ___m_beatkeyAtlas_7; // System.Collections.Generic.Dictionary`2> DMCore.DanceMode.CBeatKeyManager::m_DrawCall Dictionary_2_t3213771897 * ___m_DrawCall_8; // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeyManager::m_SectionMaxScore List_1_t128053199 * ___m_SectionMaxScore_9; // BetterList`1 DMCore.DanceMode.CBeatKeyManager::m_RtClkArea BetterList_1_t1515500177 * ___m_RtClkArea_10; // System.Single DMCore.DanceMode.CBeatKeyManager::m_fTimeJudgeAnimTime float ___m_fTimeJudgeAnimTime_11; // System.Int32 DMCore.DanceMode.CBeatKeyManager::m_BeatKeyColorState int32_t ___m_BeatKeyColorState_13; // DMCore.Framework.Movie.CAnimSequence DMCore.DanceMode.CBeatKeyManager::m_ptrClassicalKeyInfo CAnimSequence_t1119714129 * ___m_ptrClassicalKeyInfo_14; // DMCore.DanceMode.CBeatKeySequenceInfo DMCore.DanceMode.CBeatKeyManager::m_ptrCurBeatKeyInfo CBeatKeySequenceInfo_t1686169301 * ___m_ptrCurBeatKeyInfo_15; // DMCore.DanceMode.CBeatKeySequenceInfo DMCore.DanceMode.CBeatKeyManager::m_ptrCurBeatKeySwingInfo CBeatKeySequenceInfo_t1686169301 * ___m_ptrCurBeatKeySwingInfo_16; // System.Int32 DMCore.DanceMode.CBeatKeyManager::m_nBeatKeyJudged int32_t ___m_nBeatKeyJudged_17; // DMCore.DanceMode.RevenueDetailData DMCore.DanceMode.CBeatKeyManager::m_RevenueDetail RevenueDetailData_t1092030774 * ___m_RevenueDetail_18; public: inline static int32_t get_offset_of_m_listCtrlNode_4() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_listCtrlNode_4)); } inline List_1_t2491780804 * get_m_listCtrlNode_4() const { return ___m_listCtrlNode_4; } inline List_1_t2491780804 ** get_address_of_m_listCtrlNode_4() { return &___m_listCtrlNode_4; } inline void set_m_listCtrlNode_4(List_1_t2491780804 * value) { ___m_listCtrlNode_4 = value; Il2CppCodeGenWriteBarrier((&___m_listCtrlNode_4), value); } inline static int32_t get_offset_of_m_nCurBpm_5() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_nCurBpm_5)); } inline int32_t get_m_nCurBpm_5() const { return ___m_nCurBpm_5; } inline int32_t* get_address_of_m_nCurBpm_5() { return &___m_nCurBpm_5; } inline void set_m_nCurBpm_5(int32_t value) { ___m_nCurBpm_5 = value; } inline static int32_t get_offset_of_m_beatkeyTexture_6() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_beatkeyTexture_6)); } inline Texture2D_t3840446185 * get_m_beatkeyTexture_6() const { return ___m_beatkeyTexture_6; } inline Texture2D_t3840446185 ** get_address_of_m_beatkeyTexture_6() { return &___m_beatkeyTexture_6; } inline void set_m_beatkeyTexture_6(Texture2D_t3840446185 * value) { ___m_beatkeyTexture_6 = value; Il2CppCodeGenWriteBarrier((&___m_beatkeyTexture_6), value); } inline static int32_t get_offset_of_m_beatkeyAtlas_7() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_beatkeyAtlas_7)); } inline GameObject_t1113636619 * get_m_beatkeyAtlas_7() const { return ___m_beatkeyAtlas_7; } inline GameObject_t1113636619 ** get_address_of_m_beatkeyAtlas_7() { return &___m_beatkeyAtlas_7; } inline void set_m_beatkeyAtlas_7(GameObject_t1113636619 * value) { ___m_beatkeyAtlas_7 = value; Il2CppCodeGenWriteBarrier((&___m_beatkeyAtlas_7), value); } inline static int32_t get_offset_of_m_DrawCall_8() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_DrawCall_8)); } inline Dictionary_2_t3213771897 * get_m_DrawCall_8() const { return ___m_DrawCall_8; } inline Dictionary_2_t3213771897 ** get_address_of_m_DrawCall_8() { return &___m_DrawCall_8; } inline void set_m_DrawCall_8(Dictionary_2_t3213771897 * value) { ___m_DrawCall_8 = value; Il2CppCodeGenWriteBarrier((&___m_DrawCall_8), value); } inline static int32_t get_offset_of_m_SectionMaxScore_9() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_SectionMaxScore_9)); } inline List_1_t128053199 * get_m_SectionMaxScore_9() const { return ___m_SectionMaxScore_9; } inline List_1_t128053199 ** get_address_of_m_SectionMaxScore_9() { return &___m_SectionMaxScore_9; } inline void set_m_SectionMaxScore_9(List_1_t128053199 * value) { ___m_SectionMaxScore_9 = value; Il2CppCodeGenWriteBarrier((&___m_SectionMaxScore_9), value); } inline static int32_t get_offset_of_m_RtClkArea_10() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_RtClkArea_10)); } inline BetterList_1_t1515500177 * get_m_RtClkArea_10() const { return ___m_RtClkArea_10; } inline BetterList_1_t1515500177 ** get_address_of_m_RtClkArea_10() { return &___m_RtClkArea_10; } inline void set_m_RtClkArea_10(BetterList_1_t1515500177 * value) { ___m_RtClkArea_10 = value; Il2CppCodeGenWriteBarrier((&___m_RtClkArea_10), value); } inline static int32_t get_offset_of_m_fTimeJudgeAnimTime_11() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_fTimeJudgeAnimTime_11)); } inline float get_m_fTimeJudgeAnimTime_11() const { return ___m_fTimeJudgeAnimTime_11; } inline float* get_address_of_m_fTimeJudgeAnimTime_11() { return &___m_fTimeJudgeAnimTime_11; } inline void set_m_fTimeJudgeAnimTime_11(float value) { ___m_fTimeJudgeAnimTime_11 = value; } inline static int32_t get_offset_of_m_BeatKeyColorState_13() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_BeatKeyColorState_13)); } inline int32_t get_m_BeatKeyColorState_13() const { return ___m_BeatKeyColorState_13; } inline int32_t* get_address_of_m_BeatKeyColorState_13() { return &___m_BeatKeyColorState_13; } inline void set_m_BeatKeyColorState_13(int32_t value) { ___m_BeatKeyColorState_13 = value; } inline static int32_t get_offset_of_m_ptrClassicalKeyInfo_14() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_ptrClassicalKeyInfo_14)); } inline CAnimSequence_t1119714129 * get_m_ptrClassicalKeyInfo_14() const { return ___m_ptrClassicalKeyInfo_14; } inline CAnimSequence_t1119714129 ** get_address_of_m_ptrClassicalKeyInfo_14() { return &___m_ptrClassicalKeyInfo_14; } inline void set_m_ptrClassicalKeyInfo_14(CAnimSequence_t1119714129 * value) { ___m_ptrClassicalKeyInfo_14 = value; Il2CppCodeGenWriteBarrier((&___m_ptrClassicalKeyInfo_14), value); } inline static int32_t get_offset_of_m_ptrCurBeatKeyInfo_15() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_ptrCurBeatKeyInfo_15)); } inline CBeatKeySequenceInfo_t1686169301 * get_m_ptrCurBeatKeyInfo_15() const { return ___m_ptrCurBeatKeyInfo_15; } inline CBeatKeySequenceInfo_t1686169301 ** get_address_of_m_ptrCurBeatKeyInfo_15() { return &___m_ptrCurBeatKeyInfo_15; } inline void set_m_ptrCurBeatKeyInfo_15(CBeatKeySequenceInfo_t1686169301 * value) { ___m_ptrCurBeatKeyInfo_15 = value; Il2CppCodeGenWriteBarrier((&___m_ptrCurBeatKeyInfo_15), value); } inline static int32_t get_offset_of_m_ptrCurBeatKeySwingInfo_16() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_ptrCurBeatKeySwingInfo_16)); } inline CBeatKeySequenceInfo_t1686169301 * get_m_ptrCurBeatKeySwingInfo_16() const { return ___m_ptrCurBeatKeySwingInfo_16; } inline CBeatKeySequenceInfo_t1686169301 ** get_address_of_m_ptrCurBeatKeySwingInfo_16() { return &___m_ptrCurBeatKeySwingInfo_16; } inline void set_m_ptrCurBeatKeySwingInfo_16(CBeatKeySequenceInfo_t1686169301 * value) { ___m_ptrCurBeatKeySwingInfo_16 = value; Il2CppCodeGenWriteBarrier((&___m_ptrCurBeatKeySwingInfo_16), value); } inline static int32_t get_offset_of_m_nBeatKeyJudged_17() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_nBeatKeyJudged_17)); } inline int32_t get_m_nBeatKeyJudged_17() const { return ___m_nBeatKeyJudged_17; } inline int32_t* get_address_of_m_nBeatKeyJudged_17() { return &___m_nBeatKeyJudged_17; } inline void set_m_nBeatKeyJudged_17(int32_t value) { ___m_nBeatKeyJudged_17 = value; } inline static int32_t get_offset_of_m_RevenueDetail_18() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_RevenueDetail_18)); } inline RevenueDetailData_t1092030774 * get_m_RevenueDetail_18() const { return ___m_RevenueDetail_18; } inline RevenueDetailData_t1092030774 ** get_address_of_m_RevenueDetail_18() { return &___m_RevenueDetail_18; } inline void set_m_RevenueDetail_18(RevenueDetailData_t1092030774 * value) { ___m_RevenueDetail_18 = value; Il2CppCodeGenWriteBarrier((&___m_RevenueDetail_18), value); } }; struct CBeatKeyManager_t1395295909_StaticFields { public: // System.Single[] DMCore.DanceMode.CBeatKeyManager::s_HelpImageWidth SingleU5BU5D_t1444911251* ___s_HelpImageWidth_19; // System.Action`1 DMCore.DanceMode.CBeatKeyManager::<>f__am$cache0 Action_1_t1192173657 * ___U3CU3Ef__amU24cache0_20; public: inline static int32_t get_offset_of_s_HelpImageWidth_19() { return static_cast(offsetof(CBeatKeyManager_t1395295909_StaticFields, ___s_HelpImageWidth_19)); } inline SingleU5BU5D_t1444911251* get_s_HelpImageWidth_19() const { return ___s_HelpImageWidth_19; } inline SingleU5BU5D_t1444911251** get_address_of_s_HelpImageWidth_19() { return &___s_HelpImageWidth_19; } inline void set_s_HelpImageWidth_19(SingleU5BU5D_t1444911251* value) { ___s_HelpImageWidth_19 = value; Il2CppCodeGenWriteBarrier((&___s_HelpImageWidth_19), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_20() { return static_cast(offsetof(CBeatKeyManager_t1395295909_StaticFields, ___U3CU3Ef__amU24cache0_20)); } inline Action_1_t1192173657 * get_U3CU3Ef__amU24cache0_20() const { return ___U3CU3Ef__amU24cache0_20; } inline Action_1_t1192173657 ** get_address_of_U3CU3Ef__amU24cache0_20() { return &___U3CU3Ef__amU24cache0_20; } inline void set_U3CU3Ef__amU24cache0_20(Action_1_t1192173657 * value) { ___U3CU3Ef__amU24cache0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYMANAGER_T1395295909_H #ifndef 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 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 CEVENTMANAGER_T474365641_H #define CEVENTMANAGER_T474365641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CEventManager struct CEventManager_t474365641 : public ILogicBase_t2190831891 { public: // System.Collections.Generic.List`1 DMCore.CEventManager::m_listEvents List_1_t4056803065 * ___m_listEvents_4; public: inline static int32_t get_offset_of_m_listEvents_4() { return static_cast(offsetof(CEventManager_t474365641, ___m_listEvents_4)); } inline List_1_t4056803065 * get_m_listEvents_4() const { return ___m_listEvents_4; } inline List_1_t4056803065 ** get_address_of_m_listEvents_4() { return &___m_listEvents_4; } inline void set_m_listEvents_4(List_1_t4056803065 * value) { ___m_listEvents_4 = value; Il2CppCodeGenWriteBarrier((&___m_listEvents_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEVENTMANAGER_T474365641_H #ifndef CMUSICMANAGER_T3263666357_H #define CMUSICMANAGER_T3263666357_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMusicManager struct CMusicManager_t3263666357 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMusicManager::m_DicDescription Dictionary_2_t1014926741 * ___m_DicDescription_1; // System.Collections.Generic.List`1 DMCore.Logic.CMusicManager::m_listRandomPlay List_1_t128053199 * ___m_listRandomPlay_2; // System.Int32 DMCore.Logic.CMusicManager::m_activeMusicIndex int32_t ___m_activeMusicIndex_4; // DMCore.Logic.CMusicDescription DMCore.Logic.CMusicManager::m_defaultDescrib CMusicDescription_t2126213410 * ___m_defaultDescrib_5; // System.Int32 DMCore.Logic.CMusicManager::m_lastPlayMusicIndex int32_t ___m_lastPlayMusicIndex_6; // System.Boolean DMCore.Logic.CMusicManager::m_pauseMusic bool ___m_pauseMusic_7; public: inline static int32_t get_offset_of_m_DicDescription_1() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_DicDescription_1)); } inline Dictionary_2_t1014926741 * get_m_DicDescription_1() const { return ___m_DicDescription_1; } inline Dictionary_2_t1014926741 ** get_address_of_m_DicDescription_1() { return &___m_DicDescription_1; } inline void set_m_DicDescription_1(Dictionary_2_t1014926741 * value) { ___m_DicDescription_1 = value; Il2CppCodeGenWriteBarrier((&___m_DicDescription_1), value); } inline static int32_t get_offset_of_m_listRandomPlay_2() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_listRandomPlay_2)); } inline List_1_t128053199 * get_m_listRandomPlay_2() const { return ___m_listRandomPlay_2; } inline List_1_t128053199 ** get_address_of_m_listRandomPlay_2() { return &___m_listRandomPlay_2; } inline void set_m_listRandomPlay_2(List_1_t128053199 * value) { ___m_listRandomPlay_2 = value; Il2CppCodeGenWriteBarrier((&___m_listRandomPlay_2), value); } inline static int32_t get_offset_of_m_activeMusicIndex_4() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_activeMusicIndex_4)); } inline int32_t get_m_activeMusicIndex_4() const { return ___m_activeMusicIndex_4; } inline int32_t* get_address_of_m_activeMusicIndex_4() { return &___m_activeMusicIndex_4; } inline void set_m_activeMusicIndex_4(int32_t value) { ___m_activeMusicIndex_4 = value; } inline static int32_t get_offset_of_m_defaultDescrib_5() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_defaultDescrib_5)); } inline CMusicDescription_t2126213410 * get_m_defaultDescrib_5() const { return ___m_defaultDescrib_5; } inline CMusicDescription_t2126213410 ** get_address_of_m_defaultDescrib_5() { return &___m_defaultDescrib_5; } inline void set_m_defaultDescrib_5(CMusicDescription_t2126213410 * value) { ___m_defaultDescrib_5 = value; Il2CppCodeGenWriteBarrier((&___m_defaultDescrib_5), value); } inline static int32_t get_offset_of_m_lastPlayMusicIndex_6() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_lastPlayMusicIndex_6)); } inline int32_t get_m_lastPlayMusicIndex_6() const { return ___m_lastPlayMusicIndex_6; } inline int32_t* get_address_of_m_lastPlayMusicIndex_6() { return &___m_lastPlayMusicIndex_6; } inline void set_m_lastPlayMusicIndex_6(int32_t value) { ___m_lastPlayMusicIndex_6 = value; } inline static int32_t get_offset_of_m_pauseMusic_7() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_pauseMusic_7)); } inline bool get_m_pauseMusic_7() const { return ___m_pauseMusic_7; } inline bool* get_address_of_m_pauseMusic_7() { return &___m_pauseMusic_7; } inline void set_m_pauseMusic_7(bool value) { ___m_pauseMusic_7 = value; } }; struct CMusicManager_t3263666357_StaticFields { public: // DMCore.Logic.CMusicManager DMCore.Logic.CMusicManager::s_Instance CMusicManager_t3263666357 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CMusicManager_t3263666357_StaticFields, ___s_Instance_3)); } inline CMusicManager_t3263666357 * get_s_Instance_3() const { return ___s_Instance_3; } inline CMusicManager_t3263666357 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CMusicManager_t3263666357 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMUSICMANAGER_T3263666357_H #ifndef PERSONALISECONFIG_T2812043406_H #define PERSONALISECONFIG_T2812043406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.PersonaliseConfig::headBoxType int32_t ___headBoxType_1; // UnityEngine.BoxCollider DMCore.Logic.PersonaliseConfig::k__BackingField BoxCollider_t1640800422 * ___U3CColliderUnderControlU3Ek__BackingField_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.PersonaliseConfig::m_personaliseData Dictionary_2_t3314469724 * ___m_personaliseData_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.PersonaliseConfig::m_curPlayEffect Dictionary_2_t2736202052 * ___m_curPlayEffect_4; public: inline static int32_t get_offset_of_headBoxType_1() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___headBoxType_1)); } inline int32_t get_headBoxType_1() const { return ___headBoxType_1; } inline int32_t* get_address_of_headBoxType_1() { return &___headBoxType_1; } inline void set_headBoxType_1(int32_t value) { ___headBoxType_1 = value; } inline static int32_t get_offset_of_U3CColliderUnderControlU3Ek__BackingField_2() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___U3CColliderUnderControlU3Ek__BackingField_2)); } inline BoxCollider_t1640800422 * get_U3CColliderUnderControlU3Ek__BackingField_2() const { return ___U3CColliderUnderControlU3Ek__BackingField_2; } inline BoxCollider_t1640800422 ** get_address_of_U3CColliderUnderControlU3Ek__BackingField_2() { return &___U3CColliderUnderControlU3Ek__BackingField_2; } inline void set_U3CColliderUnderControlU3Ek__BackingField_2(BoxCollider_t1640800422 * value) { ___U3CColliderUnderControlU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CColliderUnderControlU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_m_personaliseData_3() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_personaliseData_3)); } inline Dictionary_2_t3314469724 * get_m_personaliseData_3() const { return ___m_personaliseData_3; } inline Dictionary_2_t3314469724 ** get_address_of_m_personaliseData_3() { return &___m_personaliseData_3; } inline void set_m_personaliseData_3(Dictionary_2_t3314469724 * value) { ___m_personaliseData_3 = value; Il2CppCodeGenWriteBarrier((&___m_personaliseData_3), value); } inline static int32_t get_offset_of_m_curPlayEffect_4() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_curPlayEffect_4)); } inline Dictionary_2_t2736202052 * get_m_curPlayEffect_4() const { return ___m_curPlayEffect_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_curPlayEffect_4() { return &___m_curPlayEffect_4; } inline void set_m_curPlayEffect_4(Dictionary_2_t2736202052 * value) { ___m_curPlayEffect_4 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayEffect_4), value); } }; struct PersonaliseConfig_t2812043406_StaticFields { public: // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::m_Instance PersonaliseConfig_t2812043406 * ___m_Instance_5; public: inline static int32_t get_offset_of_m_Instance_5() { return static_cast(offsetof(PersonaliseConfig_t2812043406_StaticFields, ___m_Instance_5)); } inline PersonaliseConfig_t2812043406 * get_m_Instance_5() const { return ___m_Instance_5; } inline PersonaliseConfig_t2812043406 ** get_address_of_m_Instance_5() { return &___m_Instance_5; } inline void set_m_Instance_5(PersonaliseConfig_t2812043406 * value) { ___m_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERSONALISECONFIG_T2812043406_H #ifndef 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 CLASSICALKEYQUEUE_T335011495_H #define CLASSICALKEYQUEUE_T335011495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ClassicalKeyQueue struct ClassicalKeyQueue_t335011495 : public CAnimNode_t3327376431 { public: // System.Int32 DMCore.DanceMode.ClassicalKeyQueue::QueueIndex int32_t ___QueueIndex_7; // System.Single DMCore.DanceMode.ClassicalKeyQueue::JudgeTime float ___JudgeTime_8; // System.Int32 DMCore.DanceMode.ClassicalKeyQueue::KeyLevel int32_t ___KeyLevel_9; // System.Collections.Generic.List`1 DMCore.DanceMode.ClassicalKeyQueue::KeyData List_1_t8294265 * ___KeyData_10; public: inline static int32_t get_offset_of_QueueIndex_7() { return static_cast(offsetof(ClassicalKeyQueue_t335011495, ___QueueIndex_7)); } inline int32_t get_QueueIndex_7() const { return ___QueueIndex_7; } inline int32_t* get_address_of_QueueIndex_7() { return &___QueueIndex_7; } inline void set_QueueIndex_7(int32_t value) { ___QueueIndex_7 = value; } inline static int32_t get_offset_of_JudgeTime_8() { return static_cast(offsetof(ClassicalKeyQueue_t335011495, ___JudgeTime_8)); } inline float get_JudgeTime_8() const { return ___JudgeTime_8; } inline float* get_address_of_JudgeTime_8() { return &___JudgeTime_8; } inline void set_JudgeTime_8(float value) { ___JudgeTime_8 = value; } inline static int32_t get_offset_of_KeyLevel_9() { return static_cast(offsetof(ClassicalKeyQueue_t335011495, ___KeyLevel_9)); } inline int32_t get_KeyLevel_9() const { return ___KeyLevel_9; } inline int32_t* get_address_of_KeyLevel_9() { return &___KeyLevel_9; } inline void set_KeyLevel_9(int32_t value) { ___KeyLevel_9 = value; } inline static int32_t get_offset_of_KeyData_10() { return static_cast(offsetof(ClassicalKeyQueue_t335011495, ___KeyData_10)); } inline List_1_t8294265 * get_KeyData_10() const { return ___KeyData_10; } inline List_1_t8294265 ** get_address_of_KeyData_10() { return &___KeyData_10; } inline void set_KeyData_10(List_1_t8294265 * value) { ___KeyData_10 = value; Il2CppCodeGenWriteBarrier((&___KeyData_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLASSICALKEYQUEUE_T335011495_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 U24ARRAYTYPEU3D28_T173484549_H #define U24ARRAYTYPEU3D28_T173484549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=28 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D28_t173484549 { public: union { struct { }; uint8_t U24ArrayTypeU3D28_t173484549__padding[28]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D28_T173484549_H #ifndef 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 BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef 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 FILLDIRECTION_T3695735197_H #define FILLDIRECTION_T3695735197_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite/FillDirection struct FillDirection_t3695735197 { public: // System.Int32 UISprite/FillDirection::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FillDirection_t3695735197, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILLDIRECTION_T3695735197_H #ifndef XMLSCHEMAVALIDATIONFLAGS_T877176585_H #define XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_t877176585 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaValidationFlags_t877176585, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifndef EFFECT_T2533209744_H #define EFFECT_T2533209744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/Effect struct Effect_t2533209744 { public: // System.Int32 UILabel/Effect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Effect_t2533209744, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EFFECT_T2533209744_H #ifndef CONFORMANCELEVEL_T3899847875_H #define CONFORMANCELEVEL_T3899847875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ConformanceLevel struct ConformanceLevel_t3899847875 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConformanceLevel_t3899847875, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFORMANCELEVEL_T3899847875_H #ifndef INSIDEEFFECT_T3952523169_H #define INSIDEEFFECT_T3952523169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/InsideEffect struct InsideEffect_t3952523169 { public: // System.Int32 UILabel/InsideEffect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InsideEffect_t3952523169, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INSIDEEFFECT_T3952523169_H #ifndef NAMESPACEHANDLING_T4087553436_H #define NAMESPACEHANDLING_T4087553436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NamespaceHandling struct NamespaceHandling_t4087553436 { public: // System.Int32 System.Xml.NamespaceHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NamespaceHandling_t4087553436, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMESPACEHANDLING_T4087553436_H #ifndef PIVOT_T1798046373_H #define PIVOT_T1798046373_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIWidget/Pivot struct Pivot_t1798046373 { public: // System.Int32 UIWidget/Pivot::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Pivot_t1798046373, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PIVOT_T1798046373_H #ifndef PETACTIONTYPE_T3652296498_H #define PETACTIONTYPE_T3652296498_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetActionType struct PetActionType_t3652296498 { public: // System.Int32 DMCore.Logic.PetActionType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PetActionType_t3652296498, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETACTIONTYPE_T3652296498_H #ifndef WRITESTATE_T3983380671_H #define WRITESTATE_T3983380671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.WriteState struct WriteState_t3983380671 { public: // System.Int32 System.Xml.WriteState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WriteState_t3983380671, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITESTATE_T3983380671_H #ifndef NEWLINEHANDLING_T850339274_H #define NEWLINEHANDLING_T850339274_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NewLineHandling struct NewLineHandling_t850339274 { public: // System.Int32 System.Xml.NewLineHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NewLineHandling_t850339274, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NEWLINEHANDLING_T850339274_H #ifndef VALIDATIONTYPE_T4049928607_H #define VALIDATIONTYPE_T4049928607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ValidationType struct ValidationType_t4049928607 { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ValidationType_t4049928607, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONTYPE_T4049928607_H #ifndef CDANCEMODE_BATTLE_T3921573432_H #define CDANCEMODE_BATTLE_T3921573432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode_Battle struct CDanceMode_Battle_t3921573432 : public CDanceMode_t1520520494 { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode_Battle::m_randomAnimList List_1_t128053199 * ___m_randomAnimList_11; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode_Battle::m_PVPRoleArray List_1_t913674750 * ___m_PVPRoleArray_12; // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Battle::m_cameraPos Vector3_t3722313464 ___m_cameraPos_13; // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Battle::m_forward Vector3_t3722313464 ___m_forward_14; public: inline static int32_t get_offset_of_m_randomAnimList_11() { return static_cast(offsetof(CDanceMode_Battle_t3921573432, ___m_randomAnimList_11)); } inline List_1_t128053199 * get_m_randomAnimList_11() const { return ___m_randomAnimList_11; } inline List_1_t128053199 ** get_address_of_m_randomAnimList_11() { return &___m_randomAnimList_11; } inline void set_m_randomAnimList_11(List_1_t128053199 * value) { ___m_randomAnimList_11 = value; Il2CppCodeGenWriteBarrier((&___m_randomAnimList_11), value); } inline static int32_t get_offset_of_m_PVPRoleArray_12() { return static_cast(offsetof(CDanceMode_Battle_t3921573432, ___m_PVPRoleArray_12)); } inline List_1_t913674750 * get_m_PVPRoleArray_12() const { return ___m_PVPRoleArray_12; } inline List_1_t913674750 ** get_address_of_m_PVPRoleArray_12() { return &___m_PVPRoleArray_12; } inline void set_m_PVPRoleArray_12(List_1_t913674750 * value) { ___m_PVPRoleArray_12 = value; Il2CppCodeGenWriteBarrier((&___m_PVPRoleArray_12), value); } inline static int32_t get_offset_of_m_cameraPos_13() { return static_cast(offsetof(CDanceMode_Battle_t3921573432, ___m_cameraPos_13)); } inline Vector3_t3722313464 get_m_cameraPos_13() const { return ___m_cameraPos_13; } inline Vector3_t3722313464 * get_address_of_m_cameraPos_13() { return &___m_cameraPos_13; } inline void set_m_cameraPos_13(Vector3_t3722313464 value) { ___m_cameraPos_13 = value; } inline static int32_t get_offset_of_m_forward_14() { return static_cast(offsetof(CDanceMode_Battle_t3921573432, ___m_forward_14)); } inline Vector3_t3722313464 get_m_forward_14() const { return ___m_forward_14; } inline Vector3_t3722313464 * get_address_of_m_forward_14() { return &___m_forward_14; } inline void set_m_forward_14(Vector3_t3722313464 value) { ___m_forward_14 = value; } }; struct CDanceMode_Battle_t3921573432_StaticFields { public: // System.Predicate`1 DMCore.DanceMode.CDanceMode_Battle::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_15; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Battle::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_16; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Battle::<>f__mg$cache2 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache2_17; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_15() { return static_cast(offsetof(CDanceMode_Battle_t3921573432_StaticFields, ___U3CU3Ef__mgU24cache0_15)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_15() const { return ___U3CU3Ef__mgU24cache0_15; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_15() { return &___U3CU3Ef__mgU24cache0_15; } inline void set_U3CU3Ef__mgU24cache0_15(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_16() { return static_cast(offsetof(CDanceMode_Battle_t3921573432_StaticFields, ___U3CU3Ef__mgU24cache1_16)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_16() const { return ___U3CU3Ef__mgU24cache1_16; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_16() { return &___U3CU3Ef__mgU24cache1_16; } inline void set_U3CU3Ef__mgU24cache1_16(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_17() { return static_cast(offsetof(CDanceMode_Battle_t3921573432_StaticFields, ___U3CU3Ef__mgU24cache2_17)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache2_17() const { return ___U3CU3Ef__mgU24cache2_17; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache2_17() { return &___U3CU3Ef__mgU24cache2_17; } inline void set_U3CU3Ef__mgU24cache2_17(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache2_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODE_BATTLE_T3921573432_H #ifndef ENUM_PLAY_MODE_T2546141670_H #define ENUM_PLAY_MODE_T2546141670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_PLAY_MODE struct ENUM_PLAY_MODE_t2546141670 { public: // System.Int32 DMCore.DanceMode.ENUM_PLAY_MODE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_PLAY_MODE_t2546141670, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUM_PLAY_MODE_T2546141670_H #ifndef 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 STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_2; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_3; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_4; public: inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(StringReader_t3465604688, ___source_2)); } inline String_t* get_source_2() const { return ___source_2; } inline String_t** get_address_of_source_2() { return &___source_2; } inline void set_source_2(String_t* value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((&___source_2), value); } inline static int32_t get_offset_of_nextChar_3() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_3)); } inline int32_t get_nextChar_3() const { return ___nextChar_3; } inline int32_t* get_address_of_nextChar_3() { return &___nextChar_3; } inline void set_nextChar_3(int32_t value) { ___nextChar_3 = value; } inline static int32_t get_offset_of_sourceLength_4() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_4)); } inline int32_t get_sourceLength_4() const { return ___sourceLength_4; } inline int32_t* get_address_of_sourceLength_4() { return &___sourceLength_4; } inline void set_sourceLength_4(int32_t value) { ___sourceLength_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef CDANCEMODE_SCORE_T129366621_H #define CDANCEMODE_SCORE_T129366621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode_Score struct CDanceMode_Score_t129366621 : public CDanceMode_t1520520494 { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode_Score::m_randomAnimList List_1_t128053199 * ___m_randomAnimList_11; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode_Score::m_PVPRoleArray List_1_t913674750 * ___m_PVPRoleArray_12; // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Score::m_cameraPos Vector3_t3722313464 ___m_cameraPos_13; // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Score::m_forward Vector3_t3722313464 ___m_forward_14; public: inline static int32_t get_offset_of_m_randomAnimList_11() { return static_cast(offsetof(CDanceMode_Score_t129366621, ___m_randomAnimList_11)); } inline List_1_t128053199 * get_m_randomAnimList_11() const { return ___m_randomAnimList_11; } inline List_1_t128053199 ** get_address_of_m_randomAnimList_11() { return &___m_randomAnimList_11; } inline void set_m_randomAnimList_11(List_1_t128053199 * value) { ___m_randomAnimList_11 = value; Il2CppCodeGenWriteBarrier((&___m_randomAnimList_11), value); } inline static int32_t get_offset_of_m_PVPRoleArray_12() { return static_cast(offsetof(CDanceMode_Score_t129366621, ___m_PVPRoleArray_12)); } inline List_1_t913674750 * get_m_PVPRoleArray_12() const { return ___m_PVPRoleArray_12; } inline List_1_t913674750 ** get_address_of_m_PVPRoleArray_12() { return &___m_PVPRoleArray_12; } inline void set_m_PVPRoleArray_12(List_1_t913674750 * value) { ___m_PVPRoleArray_12 = value; Il2CppCodeGenWriteBarrier((&___m_PVPRoleArray_12), value); } inline static int32_t get_offset_of_m_cameraPos_13() { return static_cast(offsetof(CDanceMode_Score_t129366621, ___m_cameraPos_13)); } inline Vector3_t3722313464 get_m_cameraPos_13() const { return ___m_cameraPos_13; } inline Vector3_t3722313464 * get_address_of_m_cameraPos_13() { return &___m_cameraPos_13; } inline void set_m_cameraPos_13(Vector3_t3722313464 value) { ___m_cameraPos_13 = value; } inline static int32_t get_offset_of_m_forward_14() { return static_cast(offsetof(CDanceMode_Score_t129366621, ___m_forward_14)); } inline Vector3_t3722313464 get_m_forward_14() const { return ___m_forward_14; } inline Vector3_t3722313464 * get_address_of_m_forward_14() { return &___m_forward_14; } inline void set_m_forward_14(Vector3_t3722313464 value) { ___m_forward_14 = value; } }; struct CDanceMode_Score_t129366621_StaticFields { public: // System.Predicate`1 DMCore.DanceMode.CDanceMode_Score::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_15; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Score::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_16; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Score::<>f__mg$cache2 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache2_17; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_15() { return static_cast(offsetof(CDanceMode_Score_t129366621_StaticFields, ___U3CU3Ef__mgU24cache0_15)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_15() const { return ___U3CU3Ef__mgU24cache0_15; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_15() { return &___U3CU3Ef__mgU24cache0_15; } inline void set_U3CU3Ef__mgU24cache0_15(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_16() { return static_cast(offsetof(CDanceMode_Score_t129366621_StaticFields, ___U3CU3Ef__mgU24cache1_16)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_16() const { return ___U3CU3Ef__mgU24cache1_16; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_16() { return &___U3CU3Ef__mgU24cache1_16; } inline void set_U3CU3Ef__mgU24cache1_16(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_17() { return static_cast(offsetof(CDanceMode_Score_t129366621_StaticFields, ___U3CU3Ef__mgU24cache2_17)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache2_17() const { return ___U3CU3Ef__mgU24cache2_17; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache2_17() { return &___U3CU3Ef__mgU24cache2_17; } inline void set_U3CU3Ef__mgU24cache2_17(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache2_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODE_SCORE_T129366621_H #ifndef SCALING_T3068739704_H #define SCALING_T3068739704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIRoot/Scaling struct Scaling_t3068739704 { public: // System.Int32 UIRoot/Scaling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Scaling_t3068739704, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCALING_T3068739704_H #ifndef FILEATTRIBUTES_T3417205536_H #define FILEATTRIBUTES_T3417205536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAttributes struct FileAttributes_t3417205536 { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAttributes_t3417205536, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEATTRIBUTES_T3417205536_H #ifndef ENUM_KEY_MODE_T543454981_H #define ENUM_KEY_MODE_T543454981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_KEY_MODE struct ENUM_KEY_MODE_t543454981 { public: // System.Int32 DMCore.DanceMode.ENUM_KEY_MODE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_KEY_MODE_t543454981, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUM_KEY_MODE_T543454981_H #ifndef SYMBOLSTYLE_T652100663_H #define SYMBOLSTYLE_T652100663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIFont/SymbolStyle struct SymbolStyle_t652100663 { public: // System.Int32 UIFont/SymbolStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SymbolStyle_t652100663, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMBOLSTYLE_T652100663_H #ifndef CDANCEMODE_HEART_T1287841595_H #define CDANCEMODE_HEART_T1287841595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode_Heart struct CDanceMode_Heart_t1287841595 : public CDanceMode_t1520520494 { public: // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Heart::m_cameraPos Vector3_t3722313464 ___m_cameraPos_11; // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Heart::m_forward Vector3_t3722313464 ___m_forward_12; // System.Boolean DMCore.DanceMode.CDanceMode_Heart::m_bTeamAssemble bool ___m_bTeamAssemble_13; public: inline static int32_t get_offset_of_m_cameraPos_11() { return static_cast(offsetof(CDanceMode_Heart_t1287841595, ___m_cameraPos_11)); } inline Vector3_t3722313464 get_m_cameraPos_11() const { return ___m_cameraPos_11; } inline Vector3_t3722313464 * get_address_of_m_cameraPos_11() { return &___m_cameraPos_11; } inline void set_m_cameraPos_11(Vector3_t3722313464 value) { ___m_cameraPos_11 = value; } inline static int32_t get_offset_of_m_forward_12() { return static_cast(offsetof(CDanceMode_Heart_t1287841595, ___m_forward_12)); } inline Vector3_t3722313464 get_m_forward_12() const { return ___m_forward_12; } inline Vector3_t3722313464 * get_address_of_m_forward_12() { return &___m_forward_12; } inline void set_m_forward_12(Vector3_t3722313464 value) { ___m_forward_12 = value; } inline static int32_t get_offset_of_m_bTeamAssemble_13() { return static_cast(offsetof(CDanceMode_Heart_t1287841595, ___m_bTeamAssemble_13)); } inline bool get_m_bTeamAssemble_13() const { return ___m_bTeamAssemble_13; } inline bool* get_address_of_m_bTeamAssemble_13() { return &___m_bTeamAssemble_13; } inline void set_m_bTeamAssemble_13(bool value) { ___m_bTeamAssemble_13 = value; } }; struct CDanceMode_Heart_t1287841595_StaticFields { public: // System.Predicate`1 DMCore.DanceMode.CDanceMode_Heart::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_14; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Heart::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_15; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Heart::<>f__mg$cache2 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache2_16; // DMCore.OnEventCall DMCore.DanceMode.CDanceMode_Heart::<>f__mg$cache3 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache3_17; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_14() { return static_cast(offsetof(CDanceMode_Heart_t1287841595_StaticFields, ___U3CU3Ef__mgU24cache0_14)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_14() const { return ___U3CU3Ef__mgU24cache0_14; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_14() { return &___U3CU3Ef__mgU24cache0_14; } inline void set_U3CU3Ef__mgU24cache0_14(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_15() { return static_cast(offsetof(CDanceMode_Heart_t1287841595_StaticFields, ___U3CU3Ef__mgU24cache1_15)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_15() const { return ___U3CU3Ef__mgU24cache1_15; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_15() { return &___U3CU3Ef__mgU24cache1_15; } inline void set_U3CU3Ef__mgU24cache1_15(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_16() { return static_cast(offsetof(CDanceMode_Heart_t1287841595_StaticFields, ___U3CU3Ef__mgU24cache2_16)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache2_16() const { return ___U3CU3Ef__mgU24cache2_16; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache2_16() { return &___U3CU3Ef__mgU24cache2_16; } inline void set_U3CU3Ef__mgU24cache2_16(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache2_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_17() { return static_cast(offsetof(CDanceMode_Heart_t1287841595_StaticFields, ___U3CU3Ef__mgU24cache3_17)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache3_17() const { return ___U3CU3Ef__mgU24cache3_17; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache3_17() { return &___U3CU3Ef__mgU24cache3_17; } inline void set_U3CU3Ef__mgU24cache3_17(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache3_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODE_HEART_T1287841595_H #ifndef LABELSYTLEUNIT_T1086657119_H #define LABELSYTLEUNIT_T1086657119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.LabelSytleUnit struct LabelSytleUnit_t1086657119 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Framework.Localization.LabelSytleUnit::positionOffset Vector3_t3722313464 ___positionOffset_0; // UnityEngine.Vector3 DMCore.Framework.Localization.LabelSytleUnit::newRotation Vector3_t3722313464 ___newRotation_1; // UnityEngine.Vector3 DMCore.Framework.Localization.LabelSytleUnit::newScale Vector3_t3722313464 ___newScale_2; // System.Int32 DMCore.Framework.Localization.LabelSytleUnit::lineWidth int32_t ___lineWidth_3; // System.Int32 DMCore.Framework.Localization.LabelSytleUnit::lineCount int32_t ___lineCount_4; // UnityEngine.Vector2 DMCore.Framework.Localization.LabelSytleUnit::spacing Vector2_t2156229523 ___spacing_5; // System.Boolean DMCore.Framework.Localization.LabelSytleUnit::supportEncoding bool ___supportEncoding_6; // System.Int32 DMCore.Framework.Localization.LabelSytleUnit::effectStyle int32_t ___effectStyle_7; // UnityEngine.Vector4 DMCore.Framework.Localization.LabelSytleUnit::effectColor Vector4_t3319028937 ___effectColor_8; // UnityEngine.Vector2 DMCore.Framework.Localization.LabelSytleUnit::effectDistance Vector2_t2156229523 ___effectDistance_9; // System.Int32 DMCore.Framework.Localization.LabelSytleUnit::insideEffectStyle int32_t ___insideEffectStyle_10; // UnityEngine.Vector4 DMCore.Framework.Localization.LabelSytleUnit::insideEffectColor Vector4_t3319028937 ___insideEffectColor_11; // System.Int32 DMCore.Framework.Localization.LabelSytleUnit::pivot int32_t ___pivot_12; // UnityEngine.Vector4 DMCore.Framework.Localization.LabelSytleUnit::textColor Vector4_t3319028937 ___textColor_13; public: inline static int32_t get_offset_of_positionOffset_0() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___positionOffset_0)); } inline Vector3_t3722313464 get_positionOffset_0() const { return ___positionOffset_0; } inline Vector3_t3722313464 * get_address_of_positionOffset_0() { return &___positionOffset_0; } inline void set_positionOffset_0(Vector3_t3722313464 value) { ___positionOffset_0 = value; } inline static int32_t get_offset_of_newRotation_1() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___newRotation_1)); } inline Vector3_t3722313464 get_newRotation_1() const { return ___newRotation_1; } inline Vector3_t3722313464 * get_address_of_newRotation_1() { return &___newRotation_1; } inline void set_newRotation_1(Vector3_t3722313464 value) { ___newRotation_1 = value; } inline static int32_t get_offset_of_newScale_2() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___newScale_2)); } inline Vector3_t3722313464 get_newScale_2() const { return ___newScale_2; } inline Vector3_t3722313464 * get_address_of_newScale_2() { return &___newScale_2; } inline void set_newScale_2(Vector3_t3722313464 value) { ___newScale_2 = value; } inline static int32_t get_offset_of_lineWidth_3() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___lineWidth_3)); } inline int32_t get_lineWidth_3() const { return ___lineWidth_3; } inline int32_t* get_address_of_lineWidth_3() { return &___lineWidth_3; } inline void set_lineWidth_3(int32_t value) { ___lineWidth_3 = value; } inline static int32_t get_offset_of_lineCount_4() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___lineCount_4)); } inline int32_t get_lineCount_4() const { return ___lineCount_4; } inline int32_t* get_address_of_lineCount_4() { return &___lineCount_4; } inline void set_lineCount_4(int32_t value) { ___lineCount_4 = value; } inline static int32_t get_offset_of_spacing_5() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___spacing_5)); } inline Vector2_t2156229523 get_spacing_5() const { return ___spacing_5; } inline Vector2_t2156229523 * get_address_of_spacing_5() { return &___spacing_5; } inline void set_spacing_5(Vector2_t2156229523 value) { ___spacing_5 = value; } inline static int32_t get_offset_of_supportEncoding_6() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___supportEncoding_6)); } inline bool get_supportEncoding_6() const { return ___supportEncoding_6; } inline bool* get_address_of_supportEncoding_6() { return &___supportEncoding_6; } inline void set_supportEncoding_6(bool value) { ___supportEncoding_6 = value; } inline static int32_t get_offset_of_effectStyle_7() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___effectStyle_7)); } inline int32_t get_effectStyle_7() const { return ___effectStyle_7; } inline int32_t* get_address_of_effectStyle_7() { return &___effectStyle_7; } inline void set_effectStyle_7(int32_t value) { ___effectStyle_7 = value; } inline static int32_t get_offset_of_effectColor_8() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___effectColor_8)); } inline Vector4_t3319028937 get_effectColor_8() const { return ___effectColor_8; } inline Vector4_t3319028937 * get_address_of_effectColor_8() { return &___effectColor_8; } inline void set_effectColor_8(Vector4_t3319028937 value) { ___effectColor_8 = value; } inline static int32_t get_offset_of_effectDistance_9() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___effectDistance_9)); } inline Vector2_t2156229523 get_effectDistance_9() const { return ___effectDistance_9; } inline Vector2_t2156229523 * get_address_of_effectDistance_9() { return &___effectDistance_9; } inline void set_effectDistance_9(Vector2_t2156229523 value) { ___effectDistance_9 = value; } inline static int32_t get_offset_of_insideEffectStyle_10() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___insideEffectStyle_10)); } inline int32_t get_insideEffectStyle_10() const { return ___insideEffectStyle_10; } inline int32_t* get_address_of_insideEffectStyle_10() { return &___insideEffectStyle_10; } inline void set_insideEffectStyle_10(int32_t value) { ___insideEffectStyle_10 = value; } inline static int32_t get_offset_of_insideEffectColor_11() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___insideEffectColor_11)); } inline Vector4_t3319028937 get_insideEffectColor_11() const { return ___insideEffectColor_11; } inline Vector4_t3319028937 * get_address_of_insideEffectColor_11() { return &___insideEffectColor_11; } inline void set_insideEffectColor_11(Vector4_t3319028937 value) { ___insideEffectColor_11 = value; } inline static int32_t get_offset_of_pivot_12() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___pivot_12)); } inline int32_t get_pivot_12() const { return ___pivot_12; } inline int32_t* get_address_of_pivot_12() { return &___pivot_12; } inline void set_pivot_12(int32_t value) { ___pivot_12 = value; } inline static int32_t get_offset_of_textColor_13() { return static_cast(offsetof(LabelSytleUnit_t1086657119, ___textColor_13)); } inline Vector4_t3319028937 get_textColor_13() const { return ___textColor_13; } inline Vector4_t3319028937 * get_address_of_textColor_13() { return &___textColor_13; } inline void set_textColor_13(Vector4_t3319028937 value) { ___textColor_13 = value; } }; struct LabelSytleUnit_t1086657119_StaticFields { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Localization.LabelSytleUnit::<>f__switch$map1 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1_14; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map1_14() { return static_cast(offsetof(LabelSytleUnit_t1086657119_StaticFields, ___U3CU3Ef__switchU24map1_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1_14() const { return ___U3CU3Ef__switchU24map1_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1_14() { return &___U3CU3Ef__switchU24map1_14; } inline void set_U3CU3Ef__switchU24map1_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELSYTLEUNIT_T1086657119_H #ifndef XMLDECLSTATE_T1683299469_H #define XMLDECLSTATE_T1683299469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextWriter/XmlDeclState struct XmlDeclState_t1683299469 { public: // System.Int32 System.Xml.XmlTextWriter/XmlDeclState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlDeclState_t1683299469, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLSTATE_T1683299469_H #ifndef RENDERINGPATH_T883966888_H #define RENDERINGPATH_T883966888_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderingPath struct RenderingPath_t883966888 { public: // System.Int32 UnityEngine.RenderingPath::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RenderingPath_t883966888, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERINGPATH_T883966888_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 RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef 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 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 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 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 ENUMMUSICAREA_T189065227_H #define ENUMMUSICAREA_T189065227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumMusicArea struct enumMusicArea_t189065227 { public: // System.Int32 DMCore.Logic.enumMusicArea::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMusicArea_t189065227, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMUSICAREA_T189065227_H #ifndef ENUMEFFECTTYPE_T895630196_H #define ENUMEFFECTTYPE_T895630196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.enumEffectType struct enumEffectType_t895630196 { public: // System.Int32 DMCore.Framework.enumEffectType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumEffectType_t895630196, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMEFFECTTYPE_T895630196_H #ifndef ENUMCHECKSTATE_T3223680495_H #define ENUMCHECKSTATE_T3223680495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic/enumCheckState struct enumCheckState_t3223680495 { public: // System.Int32 DMCore.Logic.logicActivityPic/enumCheckState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCheckState_t3223680495, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHECKSTATE_T3223680495_H #ifndef ANISOTROPICFILTERING_T3610428504_H #define ANISOTROPICFILTERING_T3610428504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnisotropicFiltering struct AnisotropicFiltering_t3610428504 { public: // System.Int32 UnityEngine.AnisotropicFiltering::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AnisotropicFiltering_t3610428504, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANISOTROPICFILTERING_T3610428504_H #ifndef CDANCEMODE_NORMAL_T3148057993_H #define CDANCEMODE_NORMAL_T3148057993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode_Normal struct CDanceMode_Normal_t3148057993 : public CDanceMode_t1520520494 { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode_Normal::m_randomAnimList List_1_t128053199 * ___m_randomAnimList_11; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode_Normal::m_PVPRoleArray List_1_t913674750 * ___m_PVPRoleArray_12; // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Normal::m_cameraPos Vector3_t3722313464 ___m_cameraPos_13; // UnityEngine.Vector3 DMCore.DanceMode.CDanceMode_Normal::m_forward Vector3_t3722313464 ___m_forward_14; public: inline static int32_t get_offset_of_m_randomAnimList_11() { return static_cast(offsetof(CDanceMode_Normal_t3148057993, ___m_randomAnimList_11)); } inline List_1_t128053199 * get_m_randomAnimList_11() const { return ___m_randomAnimList_11; } inline List_1_t128053199 ** get_address_of_m_randomAnimList_11() { return &___m_randomAnimList_11; } inline void set_m_randomAnimList_11(List_1_t128053199 * value) { ___m_randomAnimList_11 = value; Il2CppCodeGenWriteBarrier((&___m_randomAnimList_11), value); } inline static int32_t get_offset_of_m_PVPRoleArray_12() { return static_cast(offsetof(CDanceMode_Normal_t3148057993, ___m_PVPRoleArray_12)); } inline List_1_t913674750 * get_m_PVPRoleArray_12() const { return ___m_PVPRoleArray_12; } inline List_1_t913674750 ** get_address_of_m_PVPRoleArray_12() { return &___m_PVPRoleArray_12; } inline void set_m_PVPRoleArray_12(List_1_t913674750 * value) { ___m_PVPRoleArray_12 = value; Il2CppCodeGenWriteBarrier((&___m_PVPRoleArray_12), value); } inline static int32_t get_offset_of_m_cameraPos_13() { return static_cast(offsetof(CDanceMode_Normal_t3148057993, ___m_cameraPos_13)); } inline Vector3_t3722313464 get_m_cameraPos_13() const { return ___m_cameraPos_13; } inline Vector3_t3722313464 * get_address_of_m_cameraPos_13() { return &___m_cameraPos_13; } inline void set_m_cameraPos_13(Vector3_t3722313464 value) { ___m_cameraPos_13 = value; } inline static int32_t get_offset_of_m_forward_14() { return static_cast(offsetof(CDanceMode_Normal_t3148057993, ___m_forward_14)); } inline Vector3_t3722313464 get_m_forward_14() const { return ___m_forward_14; } inline Vector3_t3722313464 * get_address_of_m_forward_14() { return &___m_forward_14; } inline void set_m_forward_14(Vector3_t3722313464 value) { ___m_forward_14 = value; } }; struct CDanceMode_Normal_t3148057993_StaticFields { public: // System.Predicate`1 DMCore.DanceMode.CDanceMode_Normal::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_15; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Normal::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_16; // System.Predicate`1 DMCore.DanceMode.CDanceMode_Normal::<>f__mg$cache2 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache2_17; // DMCore.OnEventCall DMCore.DanceMode.CDanceMode_Normal::<>f__mg$cache3 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache3_18; // DMCore.OnEventCall DMCore.DanceMode.CDanceMode_Normal::<>f__mg$cache4 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache4_19; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_15() { return static_cast(offsetof(CDanceMode_Normal_t3148057993_StaticFields, ___U3CU3Ef__mgU24cache0_15)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_15() const { return ___U3CU3Ef__mgU24cache0_15; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_15() { return &___U3CU3Ef__mgU24cache0_15; } inline void set_U3CU3Ef__mgU24cache0_15(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_16() { return static_cast(offsetof(CDanceMode_Normal_t3148057993_StaticFields, ___U3CU3Ef__mgU24cache1_16)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_16() const { return ___U3CU3Ef__mgU24cache1_16; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_16() { return &___U3CU3Ef__mgU24cache1_16; } inline void set_U3CU3Ef__mgU24cache1_16(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_17() { return static_cast(offsetof(CDanceMode_Normal_t3148057993_StaticFields, ___U3CU3Ef__mgU24cache2_17)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache2_17() const { return ___U3CU3Ef__mgU24cache2_17; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache2_17() { return &___U3CU3Ef__mgU24cache2_17; } inline void set_U3CU3Ef__mgU24cache2_17(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache2_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_18() { return static_cast(offsetof(CDanceMode_Normal_t3148057993_StaticFields, ___U3CU3Ef__mgU24cache3_18)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache3_18() const { return ___U3CU3Ef__mgU24cache3_18; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache3_18() { return &___U3CU3Ef__mgU24cache3_18; } inline void set_U3CU3Ef__mgU24cache3_18(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache3_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_19() { return static_cast(offsetof(CDanceMode_Normal_t3148057993_StaticFields, ___U3CU3Ef__mgU24cache4_19)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache4_19() const { return ___U3CU3Ef__mgU24cache4_19; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache4_19() { return &___U3CU3Ef__mgU24cache4_19; } inline void set_U3CU3Ef__mgU24cache4_19(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache4_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODE_NORMAL_T3148057993_H #ifndef STROLEMOVEINFO_T1278810436_H #define STROLEMOVEINFO_T1278810436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.stRoleMoveInfo struct stRoleMoveInfo_t1278810436 : public RuntimeObject { public: // System.Int64 DMCore.DanceMode.stRoleMoveInfo::_userID int64_t ____userID_0; // UnityEngine.Vector3 DMCore.DanceMode.stRoleMoveInfo::_postionStart Vector3_t3722313464 ____postionStart_1; // UnityEngine.Vector3 DMCore.DanceMode.stRoleMoveInfo::_postionEnd Vector3_t3722313464 ____postionEnd_2; // UnityEngine.Quaternion DMCore.DanceMode.stRoleMoveInfo::_RotationStart Quaternion_t2301928331 ____RotationStart_3; // UnityEngine.Quaternion DMCore.DanceMode.stRoleMoveInfo::_RotationEnd Quaternion_t2301928331 ____RotationEnd_4; public: inline static int32_t get_offset_of__userID_0() { return static_cast(offsetof(stRoleMoveInfo_t1278810436, ____userID_0)); } inline int64_t get__userID_0() const { return ____userID_0; } inline int64_t* get_address_of__userID_0() { return &____userID_0; } inline void set__userID_0(int64_t value) { ____userID_0 = value; } inline static int32_t get_offset_of__postionStart_1() { return static_cast(offsetof(stRoleMoveInfo_t1278810436, ____postionStart_1)); } inline Vector3_t3722313464 get__postionStart_1() const { return ____postionStart_1; } inline Vector3_t3722313464 * get_address_of__postionStart_1() { return &____postionStart_1; } inline void set__postionStart_1(Vector3_t3722313464 value) { ____postionStart_1 = value; } inline static int32_t get_offset_of__postionEnd_2() { return static_cast(offsetof(stRoleMoveInfo_t1278810436, ____postionEnd_2)); } inline Vector3_t3722313464 get__postionEnd_2() const { return ____postionEnd_2; } inline Vector3_t3722313464 * get_address_of__postionEnd_2() { return &____postionEnd_2; } inline void set__postionEnd_2(Vector3_t3722313464 value) { ____postionEnd_2 = value; } inline static int32_t get_offset_of__RotationStart_3() { return static_cast(offsetof(stRoleMoveInfo_t1278810436, ____RotationStart_3)); } inline Quaternion_t2301928331 get__RotationStart_3() const { return ____RotationStart_3; } inline Quaternion_t2301928331 * get_address_of__RotationStart_3() { return &____RotationStart_3; } inline void set__RotationStart_3(Quaternion_t2301928331 value) { ____RotationStart_3 = value; } inline static int32_t get_offset_of__RotationEnd_4() { return static_cast(offsetof(stRoleMoveInfo_t1278810436, ____RotationEnd_4)); } inline Quaternion_t2301928331 get__RotationEnd_4() const { return ____RotationEnd_4; } inline Quaternion_t2301928331 * get_address_of__RotationEnd_4() { return &____RotationEnd_4; } inline void set__RotationEnd_4(Quaternion_t2301928331 value) { ____RotationEnd_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STROLEMOVEINFO_T1278810436_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 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 ENUMTEAM_ID_T1942564976_H #define ENUMTEAM_ID_T1942564976_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumTEAM_ID struct enumTEAM_ID_t1942564976 { public: // System.Int32 DMCore.DanceMode.enumTEAM_ID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumTEAM_ID_t1942564976, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTEAM_ID_T1942564976_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 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 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 TYPE_T547875860_H #define TYPE_T547875860_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite/Type struct Type_t547875860 { public: // System.Int32 UISprite/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t547875860, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T547875860_H #ifndef 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 PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRINCIPALPOLICY_T1761212333_H #ifndef ASYNCOPERATION_T1445031843_H #define ASYNCOPERATION_T1445031843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AsyncOperation struct AsyncOperation_t1445031843 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_t1617499438 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_t1445031843, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_t1445031843, ___m_completeCallback_1)); } inline Action_1_t1617499438 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_t1617499438 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_t1617499438 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((&___m_completeCallback_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t1445031843_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_t1445031843_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; #endif // ASYNCOPERATION_T1445031843_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 CBEATKEYCTRLNODE_T1019706062_H #define CBEATKEYCTRLNODE_T1019706062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyCtrlNode struct CBeatKeyCtrlNode_t1019706062 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::k__BackingField int32_t ___U3CDeviceIDU3Ek__BackingField_4; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_ComboCount CEncrptHelp_Int_t51280996 * ____ComboCount_5; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_MaxCombo CEncrptHelp_Int_t51280996 * ____MaxCombo_6; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_CurScore CEncrptHelp_Int_t51280996 * ____CurScore_7; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_CurResult CEncrptHelp_Int_t51280996 * ____CurResult_8; // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::m_CurIndex int32_t ___m_CurIndex_9; // DMCore.DanceMode.CBeatKeyCtrlNode/RoleSectionCalc DMCore.DanceMode.CBeatKeyCtrlNode::m_roleSectionCalc RoleSectionCalc_t3975632210 * ___m_roleSectionCalc_10; // DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo DMCore.DanceMode.CBeatKeyCtrlNode::m_keyNumInfo BeatKeyNumInfo_t1648835574 ___m_keyNumInfo_11; // System.Collections.Generic.LinkedList`1 DMCore.DanceMode.CBeatKeyCtrlNode::m_keyInfo LinkedList_1_t739721426 * ___m_keyInfo_12; // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeyCtrlNode::m_ArrayBeatKeyResult List_1_t2807752047 * ___m_ArrayBeatKeyResult_13; // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::m_lastScore int32_t ___m_lastScore_14; public: inline static int32_t get_offset_of_U3CDeviceIDU3Ek__BackingField_4() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___U3CDeviceIDU3Ek__BackingField_4)); } inline int32_t get_U3CDeviceIDU3Ek__BackingField_4() const { return ___U3CDeviceIDU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CDeviceIDU3Ek__BackingField_4() { return &___U3CDeviceIDU3Ek__BackingField_4; } inline void set_U3CDeviceIDU3Ek__BackingField_4(int32_t value) { ___U3CDeviceIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of__ComboCount_5() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____ComboCount_5)); } inline CEncrptHelp_Int_t51280996 * get__ComboCount_5() const { return ____ComboCount_5; } inline CEncrptHelp_Int_t51280996 ** get_address_of__ComboCount_5() { return &____ComboCount_5; } inline void set__ComboCount_5(CEncrptHelp_Int_t51280996 * value) { ____ComboCount_5 = value; Il2CppCodeGenWriteBarrier((&____ComboCount_5), value); } inline static int32_t get_offset_of__MaxCombo_6() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____MaxCombo_6)); } inline CEncrptHelp_Int_t51280996 * get__MaxCombo_6() const { return ____MaxCombo_6; } inline CEncrptHelp_Int_t51280996 ** get_address_of__MaxCombo_6() { return &____MaxCombo_6; } inline void set__MaxCombo_6(CEncrptHelp_Int_t51280996 * value) { ____MaxCombo_6 = value; Il2CppCodeGenWriteBarrier((&____MaxCombo_6), value); } inline static int32_t get_offset_of__CurScore_7() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____CurScore_7)); } inline CEncrptHelp_Int_t51280996 * get__CurScore_7() const { return ____CurScore_7; } inline CEncrptHelp_Int_t51280996 ** get_address_of__CurScore_7() { return &____CurScore_7; } inline void set__CurScore_7(CEncrptHelp_Int_t51280996 * value) { ____CurScore_7 = value; Il2CppCodeGenWriteBarrier((&____CurScore_7), value); } inline static int32_t get_offset_of__CurResult_8() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____CurResult_8)); } inline CEncrptHelp_Int_t51280996 * get__CurResult_8() const { return ____CurResult_8; } inline CEncrptHelp_Int_t51280996 ** get_address_of__CurResult_8() { return &____CurResult_8; } inline void set__CurResult_8(CEncrptHelp_Int_t51280996 * value) { ____CurResult_8 = value; Il2CppCodeGenWriteBarrier((&____CurResult_8), value); } inline static int32_t get_offset_of_m_CurIndex_9() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_CurIndex_9)); } inline int32_t get_m_CurIndex_9() const { return ___m_CurIndex_9; } inline int32_t* get_address_of_m_CurIndex_9() { return &___m_CurIndex_9; } inline void set_m_CurIndex_9(int32_t value) { ___m_CurIndex_9 = value; } inline static int32_t get_offset_of_m_roleSectionCalc_10() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_roleSectionCalc_10)); } inline RoleSectionCalc_t3975632210 * get_m_roleSectionCalc_10() const { return ___m_roleSectionCalc_10; } inline RoleSectionCalc_t3975632210 ** get_address_of_m_roleSectionCalc_10() { return &___m_roleSectionCalc_10; } inline void set_m_roleSectionCalc_10(RoleSectionCalc_t3975632210 * value) { ___m_roleSectionCalc_10 = value; Il2CppCodeGenWriteBarrier((&___m_roleSectionCalc_10), value); } inline static int32_t get_offset_of_m_keyNumInfo_11() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_keyNumInfo_11)); } inline BeatKeyNumInfo_t1648835574 get_m_keyNumInfo_11() const { return ___m_keyNumInfo_11; } inline BeatKeyNumInfo_t1648835574 * get_address_of_m_keyNumInfo_11() { return &___m_keyNumInfo_11; } inline void set_m_keyNumInfo_11(BeatKeyNumInfo_t1648835574 value) { ___m_keyNumInfo_11 = value; } inline static int32_t get_offset_of_m_keyInfo_12() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_keyInfo_12)); } inline LinkedList_1_t739721426 * get_m_keyInfo_12() const { return ___m_keyInfo_12; } inline LinkedList_1_t739721426 ** get_address_of_m_keyInfo_12() { return &___m_keyInfo_12; } inline void set_m_keyInfo_12(LinkedList_1_t739721426 * value) { ___m_keyInfo_12 = value; Il2CppCodeGenWriteBarrier((&___m_keyInfo_12), value); } inline static int32_t get_offset_of_m_ArrayBeatKeyResult_13() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_ArrayBeatKeyResult_13)); } inline List_1_t2807752047 * get_m_ArrayBeatKeyResult_13() const { return ___m_ArrayBeatKeyResult_13; } inline List_1_t2807752047 ** get_address_of_m_ArrayBeatKeyResult_13() { return &___m_ArrayBeatKeyResult_13; } inline void set_m_ArrayBeatKeyResult_13(List_1_t2807752047 * value) { ___m_ArrayBeatKeyResult_13 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayBeatKeyResult_13), value); } inline static int32_t get_offset_of_m_lastScore_14() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_lastScore_14)); } inline int32_t get_m_lastScore_14() const { return ___m_lastScore_14; } inline int32_t* get_address_of_m_lastScore_14() { return &___m_lastScore_14; } inline void set_m_lastScore_14(int32_t value) { ___m_lastScore_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYCTRLNODE_T1019706062_H #ifndef ENUMERATOR_T929671597_H #define ENUMERATOR_T929671597_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_t929671597 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3270456118 * ___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_t1373160989 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t929671597, ___dictionary_0)); } inline Dictionary_2_t3270456118 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3270456118 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3270456118 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t929671597, ___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_t929671597, ___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_t929671597, ___current_3)); } inline KeyValuePair_2_t1373160989 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1373160989 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1373160989 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T929671597_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_H #ifndef STEFFECTINFO_T258222805_H #define STEFFECTINFO_T258222805_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeys/stEffectInfo struct stEffectInfo_t258222805 : public RuntimeObject { public: // System.Boolean DMCore.DanceMode.IBeatKeys/stEffectInfo::m_PlayEffect bool ___m_PlayEffect_0; // System.Single DMCore.DanceMode.IBeatKeys/stEffectInfo::m_EffectStartTime float ___m_EffectStartTime_1; // System.Boolean DMCore.DanceMode.IBeatKeys/stEffectInfo::m_HighEffect bool ___m_HighEffect_2; // System.Single DMCore.DanceMode.IBeatKeys/stEffectInfo::m_EffectAngleStart float ___m_EffectAngleStart_3; // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys/stEffectInfo::m_EffectCenter Vector2_t2156229523 ___m_EffectCenter_4; // System.Single DMCore.DanceMode.IBeatKeys/stEffectInfo::m_EffectHalfLength float ___m_EffectHalfLength_5; public: inline static int32_t get_offset_of_m_PlayEffect_0() { return static_cast(offsetof(stEffectInfo_t258222805, ___m_PlayEffect_0)); } inline bool get_m_PlayEffect_0() const { return ___m_PlayEffect_0; } inline bool* get_address_of_m_PlayEffect_0() { return &___m_PlayEffect_0; } inline void set_m_PlayEffect_0(bool value) { ___m_PlayEffect_0 = value; } inline static int32_t get_offset_of_m_EffectStartTime_1() { return static_cast(offsetof(stEffectInfo_t258222805, ___m_EffectStartTime_1)); } inline float get_m_EffectStartTime_1() const { return ___m_EffectStartTime_1; } inline float* get_address_of_m_EffectStartTime_1() { return &___m_EffectStartTime_1; } inline void set_m_EffectStartTime_1(float value) { ___m_EffectStartTime_1 = value; } inline static int32_t get_offset_of_m_HighEffect_2() { return static_cast(offsetof(stEffectInfo_t258222805, ___m_HighEffect_2)); } inline bool get_m_HighEffect_2() const { return ___m_HighEffect_2; } inline bool* get_address_of_m_HighEffect_2() { return &___m_HighEffect_2; } inline void set_m_HighEffect_2(bool value) { ___m_HighEffect_2 = value; } inline static int32_t get_offset_of_m_EffectAngleStart_3() { return static_cast(offsetof(stEffectInfo_t258222805, ___m_EffectAngleStart_3)); } inline float get_m_EffectAngleStart_3() const { return ___m_EffectAngleStart_3; } inline float* get_address_of_m_EffectAngleStart_3() { return &___m_EffectAngleStart_3; } inline void set_m_EffectAngleStart_3(float value) { ___m_EffectAngleStart_3 = value; } inline static int32_t get_offset_of_m_EffectCenter_4() { return static_cast(offsetof(stEffectInfo_t258222805, ___m_EffectCenter_4)); } inline Vector2_t2156229523 get_m_EffectCenter_4() const { return ___m_EffectCenter_4; } inline Vector2_t2156229523 * get_address_of_m_EffectCenter_4() { return &___m_EffectCenter_4; } inline void set_m_EffectCenter_4(Vector2_t2156229523 value) { ___m_EffectCenter_4 = value; } inline static int32_t get_offset_of_m_EffectHalfLength_5() { return static_cast(offsetof(stEffectInfo_t258222805, ___m_EffectHalfLength_5)); } inline float get_m_EffectHalfLength_5() const { return ___m_EffectHalfLength_5; } inline float* get_address_of_m_EffectHalfLength_5() { return &___m_EffectHalfLength_5; } inline void set_m_EffectHalfLength_5(float value) { ___m_EffectHalfLength_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STEFFECTINFO_T258222805_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 FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef 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 METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef STPROPUSEINFO_T1203559666_H #define STPROPUSEINFO_T1203559666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeys/stPropUseInfo struct stPropUseInfo_t1203559666 : public RuntimeObject { public: // System.Single DMCore.DanceMode.IBeatKeys/stPropUseInfo::m_fTimeLabor float ___m_fTimeLabor_0; // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys/stPropUseInfo::m_v2Center Vector2_t2156229523 ___m_v2Center_1; // System.Boolean DMCore.DanceMode.IBeatKeys/stPropUseInfo::m_toPerfect bool ___m_toPerfect_2; // System.Boolean DMCore.DanceMode.IBeatKeys/stPropUseInfo::m_toLeft bool ___m_toLeft_3; public: inline static int32_t get_offset_of_m_fTimeLabor_0() { return static_cast(offsetof(stPropUseInfo_t1203559666, ___m_fTimeLabor_0)); } inline float get_m_fTimeLabor_0() const { return ___m_fTimeLabor_0; } inline float* get_address_of_m_fTimeLabor_0() { return &___m_fTimeLabor_0; } inline void set_m_fTimeLabor_0(float value) { ___m_fTimeLabor_0 = value; } inline static int32_t get_offset_of_m_v2Center_1() { return static_cast(offsetof(stPropUseInfo_t1203559666, ___m_v2Center_1)); } inline Vector2_t2156229523 get_m_v2Center_1() const { return ___m_v2Center_1; } inline Vector2_t2156229523 * get_address_of_m_v2Center_1() { return &___m_v2Center_1; } inline void set_m_v2Center_1(Vector2_t2156229523 value) { ___m_v2Center_1 = value; } inline static int32_t get_offset_of_m_toPerfect_2() { return static_cast(offsetof(stPropUseInfo_t1203559666, ___m_toPerfect_2)); } inline bool get_m_toPerfect_2() const { return ___m_toPerfect_2; } inline bool* get_address_of_m_toPerfect_2() { return &___m_toPerfect_2; } inline void set_m_toPerfect_2(bool value) { ___m_toPerfect_2 = value; } inline static int32_t get_offset_of_m_toLeft_3() { return static_cast(offsetof(stPropUseInfo_t1203559666, ___m_toLeft_3)); } inline bool get_m_toLeft_3() const { return ___m_toLeft_3; } inline bool* get_address_of_m_toLeft_3() { return &___m_toLeft_3; } inline void set_m_toLeft_3(bool value) { ___m_toLeft_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STPROPUSEINFO_T1203559666_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef SPRITE_T2895597119_H #define SPRITE_T2895597119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas/Sprite struct Sprite_t2895597119 : public RuntimeObject { public: // System.String UIAtlas/Sprite::name String_t* ___name_0; // UnityEngine.Rect UIAtlas/Sprite::outer Rect_t2360479859 ___outer_1; // UnityEngine.Rect UIAtlas/Sprite::inner Rect_t2360479859 ___inner_2; // System.Boolean UIAtlas/Sprite::rotated bool ___rotated_3; // System.Single UIAtlas/Sprite::paddingLeft float ___paddingLeft_4; // System.Single UIAtlas/Sprite::paddingRight float ___paddingRight_5; // System.Single UIAtlas/Sprite::paddingTop float ___paddingTop_6; // System.Single UIAtlas/Sprite::paddingBottom float ___paddingBottom_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Sprite_t2895597119, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_outer_1() { return static_cast(offsetof(Sprite_t2895597119, ___outer_1)); } inline Rect_t2360479859 get_outer_1() const { return ___outer_1; } inline Rect_t2360479859 * get_address_of_outer_1() { return &___outer_1; } inline void set_outer_1(Rect_t2360479859 value) { ___outer_1 = value; } inline static int32_t get_offset_of_inner_2() { return static_cast(offsetof(Sprite_t2895597119, ___inner_2)); } inline Rect_t2360479859 get_inner_2() const { return ___inner_2; } inline Rect_t2360479859 * get_address_of_inner_2() { return &___inner_2; } inline void set_inner_2(Rect_t2360479859 value) { ___inner_2 = value; } inline static int32_t get_offset_of_rotated_3() { return static_cast(offsetof(Sprite_t2895597119, ___rotated_3)); } inline bool get_rotated_3() const { return ___rotated_3; } inline bool* get_address_of_rotated_3() { return &___rotated_3; } inline void set_rotated_3(bool value) { ___rotated_3 = value; } inline static int32_t get_offset_of_paddingLeft_4() { return static_cast(offsetof(Sprite_t2895597119, ___paddingLeft_4)); } inline float get_paddingLeft_4() const { return ___paddingLeft_4; } inline float* get_address_of_paddingLeft_4() { return &___paddingLeft_4; } inline void set_paddingLeft_4(float value) { ___paddingLeft_4 = value; } inline static int32_t get_offset_of_paddingRight_5() { return static_cast(offsetof(Sprite_t2895597119, ___paddingRight_5)); } inline float get_paddingRight_5() const { return ___paddingRight_5; } inline float* get_address_of_paddingRight_5() { return &___paddingRight_5; } inline void set_paddingRight_5(float value) { ___paddingRight_5 = value; } inline static int32_t get_offset_of_paddingTop_6() { return static_cast(offsetof(Sprite_t2895597119, ___paddingTop_6)); } inline float get_paddingTop_6() const { return ___paddingTop_6; } inline float* get_address_of_paddingTop_6() { return &___paddingTop_6; } inline void set_paddingTop_6(float value) { ___paddingTop_6 = value; } inline static int32_t get_offset_of_paddingBottom_7() { return static_cast(offsetof(Sprite_t2895597119, ___paddingBottom_7)); } inline float get_paddingBottom_7() const { return ___paddingBottom_7; } inline float* get_address_of_paddingBottom_7() { return &___paddingBottom_7; } inline void set_paddingBottom_7(float value) { ___paddingBottom_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRITE_T2895597119_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255366 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields { public: // /$ArrayType=28 ::$field-4E9CA25A5155AA319074108510CD9CFED297FA81 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0; // /$ArrayType=28 ::$field-9D68C35C5471CEC1B675816185F9F25D1F9D1335 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1; // /$ArrayType=28 ::$field-F3A0F595CA5F8AE023625DABA745AF21C468CB01 U24ArrayTypeU3D28_t173484549 ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2; // /$ArrayType=28 ::$field-A0026CF97DA7F1D038E679EAE261D1067E7B6514 U24ArrayTypeU3D28_t173484549 ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3; // /$ArrayType=124 ::$field-5AB7D59C6B235DDF1049955538B64DC36FC29B8D U24ArrayTypeU3D124_t4235014447 ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4; // /$ArrayType=20 ::$field-CDA46F1C24B92FA8375164475268E0375C6A403D U24ArrayTypeU3D20_t1702832645 ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5; // /$ArrayType=16 ::$field-C464EFB043118A5B4728DF747EFFA15EEB975B39 U24ArrayTypeU3D16_t3253128244 ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6; // /$ArrayType=16 ::$field-CA7DE7AE09F92D4AADE4BB6056E85447073ADEAE U24ArrayTypeU3D16_t3253128244 ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7; // /$ArrayType=36 ::$field-D1BA06833B17074AE2E24F49A9AFC0DDED59A0D9 U24ArrayTypeU3D36_t120960362 ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8; // /$ArrayType=16 ::$field-47B2799ED1500B1D99BF6F975592A5B62EEB657E U24ArrayTypeU3D16_t3253128244 ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9; // /$ArrayType=48 ::$field-CFB142D69DA3E831AED3DE2109DEBFC47DA588FA U24ArrayTypeU3D48_t1336283963 ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10; // /$ArrayType=44 ::$field-B7D5F41E655160B30FAE1541F799606D7BAD073D U24ArrayTypeU3D44_t3630306107 ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11; // /$ArrayType=28 ::$field-50567A6578C37E24118E2B7EE8F5C7930666F62F U24ArrayTypeU3D28_t173484549 ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12; // /$ArrayType=24 ::$field-DB17E883A647963A26D973378923EF4649801319 U24ArrayTypeU3D24_t2467506693 ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13; // /$ArrayType=28 ::$field-3E127912C0F6215D91F56087635A1693D4CB2313 U24ArrayTypeU3D28_t173484549 ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14; // /$ArrayType=24 ::$field-64B9EAB25B296920D84557BAC10A585B7686D584 U24ArrayTypeU3D24_t2467506693 ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15; // /$ArrayType=12 ::$field-579346C3540DA709BDBCB3148411DE4D7866C589 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16; // /$ArrayType=40 ::$field-22F670DCBB0D099099AD3A1BC67708257C4E0804 U24ArrayTypeU3D40_t2865632059 ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17; // /$ArrayType=16 ::$field-00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71 U24ArrayTypeU3D16_t3253128244 ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18; // /$ArrayType=20 ::$field-A9479697CCC5E9866425610C1E5631A32C104FD9 U24ArrayTypeU3D20_t1702832645 ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19; // /$ArrayType=16 ::$field-D1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3 U24ArrayTypeU3D16_t3253128244 ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20; // /$ArrayType=40 ::$field-567D89681F4438B5FDBE7C9D7BFE54223C414B95 U24ArrayTypeU3D40_t2865632059 ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21; // /$ArrayType=20 ::$field-BE934513F25BF1F8AD09D3F06DDE3B240DF36FD7 U24ArrayTypeU3D20_t1702832645 ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22; // /$ArrayType=12 ::$field-148E9E3E864CD628C70D3DC1D8309483BD8C0E89 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23; // /$ArrayType=12 ::$field-AAF72C1002FDBCAE040DAE16A10D82184CE83679 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24; // /$ArrayType=12 ::$field-5CF7299F6558A8AC3F821B4F2F65F23798D319D3 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25; // /$ArrayType=12 ::$field-B67A7FB4648C62F6A1337CA473436D0E787E8633 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26; // /$ArrayType=12 ::$field-C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27; // /$ArrayType=12 ::$field-FAD52931F5B79811D31566BB18B6E0B5D2E2A164 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28; // /$ArrayType=112 ::$field-50B1635D1FB2907A171B71751E1A3FA79423CA17 U24ArrayTypeU3D112_t1514025265 ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29; // /$ArrayType=64 ::$field-DB1AF13F41A110B000ECFFF980C9691DEE5900BD U24ArrayTypeU3D64_t498138225 ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30; public: inline static int32_t get_offset_of_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0() const { return ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0() { return &___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0; } inline void set_U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0 = value; } inline static int32_t get_offset_of_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1() const { return ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1() { return &___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1; } inline void set_U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1 = value; } inline static int32_t get_offset_of_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2() const { return ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2() { return &___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2; } inline void set_U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2 = value; } inline static int32_t get_offset_of_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3() const { return ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3() { return &___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3; } inline void set_U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3 = value; } inline static int32_t get_offset_of_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4)); } inline U24ArrayTypeU3D124_t4235014447 get_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4() const { return ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4; } inline U24ArrayTypeU3D124_t4235014447 * get_address_of_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4() { return &___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4; } inline void set_U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4(U24ArrayTypeU3D124_t4235014447 value) { ___U24fieldU2D5AB7D59C6B235DDF1049955538B64DC36FC29B8D_4 = value; } inline static int32_t get_offset_of_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5)); } inline U24ArrayTypeU3D20_t1702832645 get_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5() const { return ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5; } inline U24ArrayTypeU3D20_t1702832645 * get_address_of_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5() { return &___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5; } inline void set_U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5(U24ArrayTypeU3D20_t1702832645 value) { ___U24fieldU2DCDA46F1C24B92FA8375164475268E0375C6A403D_5 = value; } inline static int32_t get_offset_of_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6() const { return ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6() { return &___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6; } inline void set_U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2DC464EFB043118A5B4728DF747EFFA15EEB975B39_6 = value; } inline static int32_t get_offset_of_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7() const { return ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7() { return &___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7; } inline void set_U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2DCA7DE7AE09F92D4AADE4BB6056E85447073ADEAE_7 = value; } inline static int32_t get_offset_of_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8)); } inline U24ArrayTypeU3D36_t120960362 get_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8() const { return ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8; } inline U24ArrayTypeU3D36_t120960362 * get_address_of_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8() { return &___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8; } inline void set_U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8(U24ArrayTypeU3D36_t120960362 value) { ___U24fieldU2DD1BA06833B17074AE2E24F49A9AFC0DDED59A0D9_8 = value; } inline static int32_t get_offset_of_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9() const { return ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9() { return &___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9; } inline void set_U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2D47B2799ED1500B1D99BF6F975592A5B62EEB657E_9 = value; } inline static int32_t get_offset_of_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10)); } inline U24ArrayTypeU3D48_t1336283963 get_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10() const { return ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10; } inline U24ArrayTypeU3D48_t1336283963 * get_address_of_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10() { return &___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10; } inline void set_U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10(U24ArrayTypeU3D48_t1336283963 value) { ___U24fieldU2DCFB142D69DA3E831AED3DE2109DEBFC47DA588FA_10 = value; } inline static int32_t get_offset_of_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11)); } inline U24ArrayTypeU3D44_t3630306107 get_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11() const { return ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11; } inline U24ArrayTypeU3D44_t3630306107 * get_address_of_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11() { return &___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11; } inline void set_U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11(U24ArrayTypeU3D44_t3630306107 value) { ___U24fieldU2DB7D5F41E655160B30FAE1541F799606D7BAD073D_11 = value; } inline static int32_t get_offset_of_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12() const { return ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12() { return &___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12; } inline void set_U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D50567A6578C37E24118E2B7EE8F5C7930666F62F_12 = value; } inline static int32_t get_offset_of_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13)); } inline U24ArrayTypeU3D24_t2467506693 get_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13() const { return ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13; } inline U24ArrayTypeU3D24_t2467506693 * get_address_of_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13() { return &___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13; } inline void set_U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13(U24ArrayTypeU3D24_t2467506693 value) { ___U24fieldU2DDB17E883A647963A26D973378923EF4649801319_13 = value; } inline static int32_t get_offset_of_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14)); } inline U24ArrayTypeU3D28_t173484549 get_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14() const { return ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14; } inline U24ArrayTypeU3D28_t173484549 * get_address_of_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14() { return &___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14; } inline void set_U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14(U24ArrayTypeU3D28_t173484549 value) { ___U24fieldU2D3E127912C0F6215D91F56087635A1693D4CB2313_14 = value; } inline static int32_t get_offset_of_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15)); } inline U24ArrayTypeU3D24_t2467506693 get_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15() const { return ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15; } inline U24ArrayTypeU3D24_t2467506693 * get_address_of_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15() { return &___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15; } inline void set_U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15(U24ArrayTypeU3D24_t2467506693 value) { ___U24fieldU2D64B9EAB25B296920D84557BAC10A585B7686D584_15 = value; } inline static int32_t get_offset_of_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16() const { return ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16() { return &___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16; } inline void set_U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2D579346C3540DA709BDBCB3148411DE4D7866C589_16 = value; } inline static int32_t get_offset_of_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17)); } inline U24ArrayTypeU3D40_t2865632059 get_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17() const { return ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17; } inline U24ArrayTypeU3D40_t2865632059 * get_address_of_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17() { return &___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17; } inline void set_U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17(U24ArrayTypeU3D40_t2865632059 value) { ___U24fieldU2D22F670DCBB0D099099AD3A1BC67708257C4E0804_17 = value; } inline static int32_t get_offset_of_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18() const { return ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18() { return &___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18; } inline void set_U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2D00B2BF40F48D5EF27D15B8A7E68D2EA7AC6B0D71_18 = value; } inline static int32_t get_offset_of_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19)); } inline U24ArrayTypeU3D20_t1702832645 get_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19() const { return ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19; } inline U24ArrayTypeU3D20_t1702832645 * get_address_of_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19() { return &___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19; } inline void set_U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19(U24ArrayTypeU3D20_t1702832645 value) { ___U24fieldU2DA9479697CCC5E9866425610C1E5631A32C104FD9_19 = value; } inline static int32_t get_offset_of_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20)); } inline U24ArrayTypeU3D16_t3253128244 get_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20() const { return ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20; } inline U24ArrayTypeU3D16_t3253128244 * get_address_of_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20() { return &___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20; } inline void set_U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20(U24ArrayTypeU3D16_t3253128244 value) { ___U24fieldU2DD1AFB463ECDC418BE29B554F7DCC9A7A778A0CB3_20 = value; } inline static int32_t get_offset_of_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21)); } inline U24ArrayTypeU3D40_t2865632059 get_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21() const { return ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21; } inline U24ArrayTypeU3D40_t2865632059 * get_address_of_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21() { return &___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21; } inline void set_U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21(U24ArrayTypeU3D40_t2865632059 value) { ___U24fieldU2D567D89681F4438B5FDBE7C9D7BFE54223C414B95_21 = value; } inline static int32_t get_offset_of_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22)); } inline U24ArrayTypeU3D20_t1702832645 get_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22() const { return ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22; } inline U24ArrayTypeU3D20_t1702832645 * get_address_of_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22() { return &___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22; } inline void set_U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22(U24ArrayTypeU3D20_t1702832645 value) { ___U24fieldU2DBE934513F25BF1F8AD09D3F06DDE3B240DF36FD7_22 = value; } inline static int32_t get_offset_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23() const { return ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23() { return &___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23; } inline void set_U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2D148E9E3E864CD628C70D3DC1D8309483BD8C0E89_23 = value; } inline static int32_t get_offset_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24() const { return ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24() { return &___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24; } inline void set_U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DAAF72C1002FDBCAE040DAE16A10D82184CE83679_24 = value; } inline static int32_t get_offset_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25() const { return ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25() { return &___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25; } inline void set_U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2D5CF7299F6558A8AC3F821B4F2F65F23798D319D3_25 = value; } inline static int32_t get_offset_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26() const { return ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26() { return &___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26; } inline void set_U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DB67A7FB4648C62F6A1337CA473436D0E787E8633_26 = value; } inline static int32_t get_offset_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27() const { return ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27() { return &___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27; } inline void set_U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DC69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_27 = value; } inline static int32_t get_offset_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28() const { return ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28() { return &___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28; } inline void set_U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2DFAD52931F5B79811D31566BB18B6E0B5D2E2A164_28 = value; } inline static int32_t get_offset_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29)); } inline U24ArrayTypeU3D112_t1514025265 get_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29() const { return ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29; } inline U24ArrayTypeU3D112_t1514025265 * get_address_of_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29() { return &___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29; } inline void set_U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29(U24ArrayTypeU3D112_t1514025265 value) { ___U24fieldU2D50B1635D1FB2907A171B71751E1A3FA79423CA17_29 = value; } inline static int32_t get_offset_of_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30)); } inline U24ArrayTypeU3D64_t498138225 get_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30() const { return ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30; } inline U24ArrayTypeU3D64_t498138225 * get_address_of_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30() { return &___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30; } inline void set_U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30(U24ArrayTypeU3D64_t498138225 value) { ___U24fieldU2DDB1AF13F41A110B000ECFFF980C9691DEE5900BD_30 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #ifndef ENUMNETSTATE_T3055192963_H #define ENUMNETSTATE_T3055192963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.enumNetState struct enumNetState_t3055192963 { public: // System.Int32 DMCore.Net.enumNetState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumNetState_t3055192963, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMNETSTATE_T3055192963_H #ifndef CGYROSCOPE2DHELP_T2896079506_H #define CGYROSCOPE2DHELP_T2896079506_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Gyroscope.CGyroscope2DHelp struct CGyroscope2DHelp_t2896079506 : public RuntimeObject { public: public: }; struct CGyroscope2DHelp_t2896079506_StaticFields { public: // System.Boolean DMCore.Framework.Gyroscope.CGyroscope2DHelp::s_bEnableGyroscope bool ___s_bEnableGyroscope_0; // System.Int32 DMCore.Framework.Gyroscope.CGyroscope2DHelp::s_lastFrameCnt int32_t ___s_lastFrameCnt_1; // UnityEngine.Vector2 DMCore.Framework.Gyroscope.CGyroscope2DHelp::s_curVal Vector2_t2156229523 ___s_curVal_2; public: inline static int32_t get_offset_of_s_bEnableGyroscope_0() { return static_cast(offsetof(CGyroscope2DHelp_t2896079506_StaticFields, ___s_bEnableGyroscope_0)); } inline bool get_s_bEnableGyroscope_0() const { return ___s_bEnableGyroscope_0; } inline bool* get_address_of_s_bEnableGyroscope_0() { return &___s_bEnableGyroscope_0; } inline void set_s_bEnableGyroscope_0(bool value) { ___s_bEnableGyroscope_0 = value; } inline static int32_t get_offset_of_s_lastFrameCnt_1() { return static_cast(offsetof(CGyroscope2DHelp_t2896079506_StaticFields, ___s_lastFrameCnt_1)); } inline int32_t get_s_lastFrameCnt_1() const { return ___s_lastFrameCnt_1; } inline int32_t* get_address_of_s_lastFrameCnt_1() { return &___s_lastFrameCnt_1; } inline void set_s_lastFrameCnt_1(int32_t value) { ___s_lastFrameCnt_1 = value; } inline static int32_t get_offset_of_s_curVal_2() { return static_cast(offsetof(CGyroscope2DHelp_t2896079506_StaticFields, ___s_curVal_2)); } inline Vector2_t2156229523 get_s_curVal_2() const { return ___s_curVal_2; } inline Vector2_t2156229523 * get_address_of_s_curVal_2() { return &___s_curVal_2; } inline void set_s_curVal_2(Vector2_t2156229523 value) { ___s_curVal_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGYROSCOPE2DHELP_T2896079506_H #ifndef ENUMBEATKEYTYPE_T3407901967_H #define ENUMBEATKEYTYPE_T3407901967_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumBeatKeyType struct enumBeatKeyType_t3407901967 { public: // System.Int32 DMCore.DanceMode.enumBeatKeyType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumBeatKeyType_t3407901967, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMBEATKEYTYPE_T3407901967_H #ifndef ENUMBEATKEYLEVEL_T3128796128_H #define ENUMBEATKEYLEVEL_T3128796128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumBeatKeyLevel struct enumBeatKeyLevel_t3128796128 { public: // System.Int32 DMCore.DanceMode.enumBeatKeyLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumBeatKeyLevel_t3128796128, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMBEATKEYLEVEL_T3128796128_H #ifndef ENUMBEATKEYINDEX_T1234072131_H #define ENUMBEATKEYINDEX_T1234072131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumBeatKeyIndex struct enumBeatKeyIndex_t1234072131 { public: // System.Int32 DMCore.DanceMode.enumBeatKeyIndex::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumBeatKeyIndex_t1234072131, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMBEATKEYINDEX_T1234072131_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 ENUMCLASSICALKEYVALUE_T3227221840_H #define ENUMCLASSICALKEYVALUE_T3227221840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumClassicalKeyValue struct enumClassicalKeyValue_t3227221840 { public: // System.Int32 DMCore.DanceMode.enumClassicalKeyValue::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumClassicalKeyValue_t3227221840, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCLASSICALKEYVALUE_T3227221840_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef ENUMMSGBOXCUSTOMKEY_T633128937_H #define ENUMMSGBOXCUSTOMKEY_T633128937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.enumMsgBoxCustomKey struct enumMsgBoxCustomKey_t633128937 { public: // System.Int32 DMCore.enumMsgBoxCustomKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMsgBoxCustomKey_t633128937, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMSGBOXCUSTOMKEY_T633128937_H #ifndef FORMATTING_T1232942836_H #define FORMATTING_T1232942836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Formatting struct Formatting_t1232942836 { public: // System.Int32 System.Xml.Formatting::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Formatting_t1232942836, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTING_T1232942836_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 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 XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_T1672767151_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 ENUM_MAIN_TYPE_T26045903_H #define ENUM_MAIN_TYPE_T26045903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_MAIN_TYPE struct ENUM_MAIN_TYPE_t26045903 { public: // System.Int32 DMCore.DanceMode.ENUM_MAIN_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_MAIN_TYPE_t26045903, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUM_MAIN_TYPE_T26045903_H #ifndef ENUMERATOR_T1836727039_H #define ENUMERATOR_T1836727039_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_t1836727039 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4177511560 * ___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_t2280216431 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1836727039, ___dictionary_0)); } inline Dictionary_2_t4177511560 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4177511560 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4177511560 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1836727039, ___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_t1836727039, ___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_t1836727039, ___current_3)); } inline KeyValuePair_2_t2280216431 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2280216431 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2280216431 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1836727039_H #ifndef ENUMERATOR_T3398877024_H #define ENUMERATOR_T3398877024_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_t3398877024 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1444694249 * ___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_t3842366416 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3398877024, ___dictionary_0)); } inline Dictionary_2_t1444694249 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1444694249 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1444694249 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3398877024, ___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_t3398877024, ___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_t3398877024, ___current_3)); } inline KeyValuePair_2_t3842366416 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3842366416 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3842366416 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3398877024_H #ifndef ENUMJUDGERESULT_T4081836998_H #define ENUMJUDGERESULT_T4081836998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumJudgeResult struct enumJudgeResult_t4081836998 { public: // System.Int32 DMCore.DanceMode.enumJudgeResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumJudgeResult_t4081836998, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMJUDGERESULT_T4081836998_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 BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef ENUMSWINGTYPE_T3135913232_H #define ENUMSWINGTYPE_T3135913232_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumSwingType struct enumSwingType_t3135913232 { public: // System.Int32 DMCore.DanceMode.enumSwingType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSwingType_t3135913232, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSWINGTYPE_T3135913232_H #ifndef ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_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 XMLDECLARATION_T679870411_H #define XMLDECLARATION_T679870411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_6; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_7; // System.String System.Xml.XmlDeclaration::version String_t* ___version_8; public: inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(XmlDeclaration_t679870411, ___encoding_6)); } inline String_t* get_encoding_6() const { return ___encoding_6; } inline String_t** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(String_t* value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((&___encoding_6), value); } inline static int32_t get_offset_of_standalone_7() { return static_cast(offsetof(XmlDeclaration_t679870411, ___standalone_7)); } inline String_t* get_standalone_7() const { return ___standalone_7; } inline String_t** get_address_of_standalone_7() { return &___standalone_7; } inline void set_standalone_7(String_t* value) { ___standalone_7 = value; Il2CppCodeGenWriteBarrier((&___standalone_7), value); } inline static int32_t get_offset_of_version_8() { return static_cast(offsetof(XmlDeclaration_t679870411, ___version_8)); } inline String_t* get_version_8() const { return ___version_8; } inline String_t** get_address_of_version_8() { return &___version_8; } inline void set_version_8(String_t* value) { ___version_8 = value; Il2CppCodeGenWriteBarrier((&___version_8), value); } }; struct XmlDeclaration_t679870411_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlDeclaration::<>f__switch$map30 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map30_9; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map30_9() { return static_cast(offsetof(XmlDeclaration_t679870411_StaticFields, ___U3CU3Ef__switchU24map30_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map30_9() const { return ___U3CU3Ef__switchU24map30_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map30_9() { return &___U3CU3Ef__switchU24map30_9; } inline void set_U3CU3Ef__switchU24map30_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map30_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map30_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLARATION_T679870411_H #ifndef IBEATKEYSWINGBASE_T1515627798_H #define IBEATKEYSWINGBASE_T1515627798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeySwingBase struct IBeatKeySwingBase_t1515627798 : public CAnimNode_t3327376431 { public: // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::m_debugIndex int32_t ___m_debugIndex_7; // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::m_comboLevel int32_t ___m_comboLevel_9; // DMCore.DanceMode.CBeatKeySwingUI DMCore.DanceMode.IBeatKeySwingBase::m_ptrUI CBeatKeySwingUI_t1346072144 * ___m_ptrUI_10; // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::m_firstGroup int32_t ___m_firstGroup_11; // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeySwingBase::m_JudgeResult int32_t ___m_JudgeResult_12; // System.Single DMCore.DanceMode.IBeatKeySwingBase::m_fJudgeTime float ___m_fJudgeTime_13; // System.Single DMCore.DanceMode.IBeatKeySwingBase::m_fTimeStartShow float ___m_fTimeStartShow_14; public: inline static int32_t get_offset_of_m_debugIndex_7() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798, ___m_debugIndex_7)); } inline int32_t get_m_debugIndex_7() const { return ___m_debugIndex_7; } inline int32_t* get_address_of_m_debugIndex_7() { return &___m_debugIndex_7; } inline void set_m_debugIndex_7(int32_t value) { ___m_debugIndex_7 = value; } inline static int32_t get_offset_of_m_comboLevel_9() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798, ___m_comboLevel_9)); } inline int32_t get_m_comboLevel_9() const { return ___m_comboLevel_9; } inline int32_t* get_address_of_m_comboLevel_9() { return &___m_comboLevel_9; } inline void set_m_comboLevel_9(int32_t value) { ___m_comboLevel_9 = value; } inline static int32_t get_offset_of_m_ptrUI_10() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798, ___m_ptrUI_10)); } inline CBeatKeySwingUI_t1346072144 * get_m_ptrUI_10() const { return ___m_ptrUI_10; } inline CBeatKeySwingUI_t1346072144 ** get_address_of_m_ptrUI_10() { return &___m_ptrUI_10; } inline void set_m_ptrUI_10(CBeatKeySwingUI_t1346072144 * value) { ___m_ptrUI_10 = value; Il2CppCodeGenWriteBarrier((&___m_ptrUI_10), value); } inline static int32_t get_offset_of_m_firstGroup_11() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798, ___m_firstGroup_11)); } inline int32_t get_m_firstGroup_11() const { return ___m_firstGroup_11; } inline int32_t* get_address_of_m_firstGroup_11() { return &___m_firstGroup_11; } inline void set_m_firstGroup_11(int32_t value) { ___m_firstGroup_11 = value; } inline static int32_t get_offset_of_m_JudgeResult_12() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798, ___m_JudgeResult_12)); } inline int32_t get_m_JudgeResult_12() const { return ___m_JudgeResult_12; } inline int32_t* get_address_of_m_JudgeResult_12() { return &___m_JudgeResult_12; } inline void set_m_JudgeResult_12(int32_t value) { ___m_JudgeResult_12 = value; } inline static int32_t get_offset_of_m_fJudgeTime_13() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798, ___m_fJudgeTime_13)); } inline float get_m_fJudgeTime_13() const { return ___m_fJudgeTime_13; } inline float* get_address_of_m_fJudgeTime_13() { return &___m_fJudgeTime_13; } inline void set_m_fJudgeTime_13(float value) { ___m_fJudgeTime_13 = value; } inline static int32_t get_offset_of_m_fTimeStartShow_14() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798, ___m_fTimeStartShow_14)); } inline float get_m_fTimeStartShow_14() const { return ___m_fTimeStartShow_14; } inline float* get_address_of_m_fTimeStartShow_14() { return &___m_fTimeStartShow_14; } inline void set_m_fTimeStartShow_14(float value) { ___m_fTimeStartShow_14 = value; } }; struct IBeatKeySwingBase_t1515627798_StaticFields { public: // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::s_debugIndex int32_t ___s_debugIndex_8; public: inline static int32_t get_offset_of_s_debugIndex_8() { return static_cast(offsetof(IBeatKeySwingBase_t1515627798_StaticFields, ___s_debugIndex_8)); } inline int32_t get_s_debugIndex_8() const { return ___s_debugIndex_8; } inline int32_t* get_address_of_s_debugIndex_8() { return &___s_debugIndex_8; } inline void set_s_debugIndex_8(int32_t value) { ___s_debugIndex_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IBEATKEYSWINGBASE_T1515627798_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 IBEATKEYS_T2500473988_H #define IBEATKEYS_T2500473988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeys struct IBeatKeys_t2500473988 : public CAnimNode_t3327376431 { public: // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::m_BeatCenter Vector2_t2156229523 ___m_BeatCenter_7; // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::m_JudgeBox Vector2_t2156229523 ___m_JudgeBox_8; // System.Int32 DMCore.DanceMode.IBeatKeys::m_NumIndex int32_t ___m_NumIndex_9; // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys::m_JudgeResult int32_t ___m_JudgeResult_10; // System.Single DMCore.DanceMode.IBeatKeys::m_fJudgeTime float ___m_fJudgeTime_11; // System.Single DMCore.DanceMode.IBeatKeys::m_fJudgeTriggerTime float ___m_fJudgeTriggerTime_12; // System.Collections.Generic.List`1 DMCore.DanceMode.IBeatKeys::m_listResults List_1_t3346683719 * ___m_listResults_13; // System.Collections.Generic.List`1 DMCore.DanceMode.IBeatKeys::m_listUseProp List_1_t2675634408 * ___m_listUseProp_14; // System.Boolean DMCore.DanceMode.IBeatKeys::m_bUseMissProp bool ___m_bUseMissProp_16; // System.Boolean DMCore.DanceMode.IBeatKeys::m_bUsePerfectProp bool ___m_bUsePerfectProp_17; public: inline static int32_t get_offset_of_m_BeatCenter_7() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_BeatCenter_7)); } inline Vector2_t2156229523 get_m_BeatCenter_7() const { return ___m_BeatCenter_7; } inline Vector2_t2156229523 * get_address_of_m_BeatCenter_7() { return &___m_BeatCenter_7; } inline void set_m_BeatCenter_7(Vector2_t2156229523 value) { ___m_BeatCenter_7 = value; } inline static int32_t get_offset_of_m_JudgeBox_8() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_JudgeBox_8)); } inline Vector2_t2156229523 get_m_JudgeBox_8() const { return ___m_JudgeBox_8; } inline Vector2_t2156229523 * get_address_of_m_JudgeBox_8() { return &___m_JudgeBox_8; } inline void set_m_JudgeBox_8(Vector2_t2156229523 value) { ___m_JudgeBox_8 = value; } inline static int32_t get_offset_of_m_NumIndex_9() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_NumIndex_9)); } inline int32_t get_m_NumIndex_9() const { return ___m_NumIndex_9; } inline int32_t* get_address_of_m_NumIndex_9() { return &___m_NumIndex_9; } inline void set_m_NumIndex_9(int32_t value) { ___m_NumIndex_9 = value; } inline static int32_t get_offset_of_m_JudgeResult_10() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_JudgeResult_10)); } inline int32_t get_m_JudgeResult_10() const { return ___m_JudgeResult_10; } inline int32_t* get_address_of_m_JudgeResult_10() { return &___m_JudgeResult_10; } inline void set_m_JudgeResult_10(int32_t value) { ___m_JudgeResult_10 = value; } inline static int32_t get_offset_of_m_fJudgeTime_11() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_fJudgeTime_11)); } inline float get_m_fJudgeTime_11() const { return ___m_fJudgeTime_11; } inline float* get_address_of_m_fJudgeTime_11() { return &___m_fJudgeTime_11; } inline void set_m_fJudgeTime_11(float value) { ___m_fJudgeTime_11 = value; } inline static int32_t get_offset_of_m_fJudgeTriggerTime_12() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_fJudgeTriggerTime_12)); } inline float get_m_fJudgeTriggerTime_12() const { return ___m_fJudgeTriggerTime_12; } inline float* get_address_of_m_fJudgeTriggerTime_12() { return &___m_fJudgeTriggerTime_12; } inline void set_m_fJudgeTriggerTime_12(float value) { ___m_fJudgeTriggerTime_12 = value; } inline static int32_t get_offset_of_m_listResults_13() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_listResults_13)); } inline List_1_t3346683719 * get_m_listResults_13() const { return ___m_listResults_13; } inline List_1_t3346683719 ** get_address_of_m_listResults_13() { return &___m_listResults_13; } inline void set_m_listResults_13(List_1_t3346683719 * value) { ___m_listResults_13 = value; Il2CppCodeGenWriteBarrier((&___m_listResults_13), value); } inline static int32_t get_offset_of_m_listUseProp_14() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_listUseProp_14)); } inline List_1_t2675634408 * get_m_listUseProp_14() const { return ___m_listUseProp_14; } inline List_1_t2675634408 ** get_address_of_m_listUseProp_14() { return &___m_listUseProp_14; } inline void set_m_listUseProp_14(List_1_t2675634408 * value) { ___m_listUseProp_14 = value; Il2CppCodeGenWriteBarrier((&___m_listUseProp_14), value); } inline static int32_t get_offset_of_m_bUseMissProp_16() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_bUseMissProp_16)); } inline bool get_m_bUseMissProp_16() const { return ___m_bUseMissProp_16; } inline bool* get_address_of_m_bUseMissProp_16() { return &___m_bUseMissProp_16; } inline void set_m_bUseMissProp_16(bool value) { ___m_bUseMissProp_16 = value; } inline static int32_t get_offset_of_m_bUsePerfectProp_17() { return static_cast(offsetof(IBeatKeys_t2500473988, ___m_bUsePerfectProp_17)); } inline bool get_m_bUsePerfectProp_17() const { return ___m_bUsePerfectProp_17; } inline bool* get_address_of_m_bUsePerfectProp_17() { return &___m_bUsePerfectProp_17; } inline void set_m_bUsePerfectProp_17(bool value) { ___m_bUsePerfectProp_17 = value; } }; struct IBeatKeys_t2500473988_StaticFields { public: // System.Collections.Generic.List`1 DMCore.DanceMode.IBeatKeys::s_ListParticles List_1_t3107464159 * ___s_ListParticles_15; public: inline static int32_t get_offset_of_s_ListParticles_15() { return static_cast(offsetof(IBeatKeys_t2500473988_StaticFields, ___s_ListParticles_15)); } inline List_1_t3107464159 * get_s_ListParticles_15() const { return ___s_ListParticles_15; } inline List_1_t3107464159 ** get_address_of_s_ListParticles_15() { return &___s_ListParticles_15; } inline void set_s_ListParticles_15(List_1_t3107464159 * value) { ___s_ListParticles_15 = value; Il2CppCodeGenWriteBarrier((&___s_ListParticles_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IBEATKEYS_T2500473988_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 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 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 MONOIOSTAT_T592533987_H #define MONOIOSTAT_T592533987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoIOStat struct MonoIOStat_t592533987 { public: // System.String System.IO.MonoIOStat::Name String_t* ___Name_0; // System.IO.FileAttributes System.IO.MonoIOStat::Attributes int32_t ___Attributes_1; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_2; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_3; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_4; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(MonoIOStat_t592533987, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_Attributes_1() { return static_cast(offsetof(MonoIOStat_t592533987, ___Attributes_1)); } inline int32_t get_Attributes_1() const { return ___Attributes_1; } inline int32_t* get_address_of_Attributes_1() { return &___Attributes_1; } inline void set_Attributes_1(int32_t value) { ___Attributes_1 = value; } inline static int32_t get_offset_of_Length_2() { return static_cast(offsetof(MonoIOStat_t592533987, ___Length_2)); } inline int64_t get_Length_2() const { return ___Length_2; } inline int64_t* get_address_of_Length_2() { return &___Length_2; } inline void set_Length_2(int64_t value) { ___Length_2 = value; } inline static int32_t get_offset_of_CreationTime_3() { return static_cast(offsetof(MonoIOStat_t592533987, ___CreationTime_3)); } inline int64_t get_CreationTime_3() const { return ___CreationTime_3; } inline int64_t* get_address_of_CreationTime_3() { return &___CreationTime_3; } inline void set_CreationTime_3(int64_t value) { ___CreationTime_3 = value; } inline static int32_t get_offset_of_LastAccessTime_4() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastAccessTime_4)); } inline int64_t get_LastAccessTime_4() const { return ___LastAccessTime_4; } inline int64_t* get_address_of_LastAccessTime_4() { return &___LastAccessTime_4; } inline void set_LastAccessTime_4(int64_t value) { ___LastAccessTime_4 = value; } inline static int32_t get_offset_of_LastWriteTime_5() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastWriteTime_5)); } inline int64_t get_LastWriteTime_5() const { return ___LastWriteTime_5; } inline int64_t* get_address_of_LastWriteTime_5() { return &___LastWriteTime_5; } inline void set_LastWriteTime_5(int64_t value) { ___LastWriteTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_pinvoke { char* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; // Native definition for COM marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_com { Il2CppChar* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; #endif // MONOIOSTAT_T592533987_H #ifndef STRESULTINFO_T1874608977_H #define STRESULTINFO_T1874608977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeys/stResultInfo struct stResultInfo_t1874608977 : public RuntimeObject { public: // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys/stResultInfo::m_result int32_t ___m_result_0; // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys/stResultInfo::m_beforeResult int32_t ___m_beforeResult_1; // System.Single DMCore.DanceMode.IBeatKeys/stResultInfo::m_fTimeStart float ___m_fTimeStart_2; // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys/stResultInfo::m_v2Center Vector2_t2156229523 ___m_v2Center_3; // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys/stResultInfo::m_v2ResultCenter Vector2_t2156229523 ___m_v2ResultCenter_4; // System.Boolean DMCore.DanceMode.IBeatKeys/stResultInfo::m_bHigh bool ___m_bHigh_5; // System.Single DMCore.DanceMode.IBeatKeys/stResultInfo::m_ValidTime float ___m_ValidTime_6; public: inline static int32_t get_offset_of_m_result_0() { return static_cast(offsetof(stResultInfo_t1874608977, ___m_result_0)); } inline int32_t get_m_result_0() const { return ___m_result_0; } inline int32_t* get_address_of_m_result_0() { return &___m_result_0; } inline void set_m_result_0(int32_t value) { ___m_result_0 = value; } inline static int32_t get_offset_of_m_beforeResult_1() { return static_cast(offsetof(stResultInfo_t1874608977, ___m_beforeResult_1)); } inline int32_t get_m_beforeResult_1() const { return ___m_beforeResult_1; } inline int32_t* get_address_of_m_beforeResult_1() { return &___m_beforeResult_1; } inline void set_m_beforeResult_1(int32_t value) { ___m_beforeResult_1 = value; } inline static int32_t get_offset_of_m_fTimeStart_2() { return static_cast(offsetof(stResultInfo_t1874608977, ___m_fTimeStart_2)); } inline float get_m_fTimeStart_2() const { return ___m_fTimeStart_2; } inline float* get_address_of_m_fTimeStart_2() { return &___m_fTimeStart_2; } inline void set_m_fTimeStart_2(float value) { ___m_fTimeStart_2 = value; } inline static int32_t get_offset_of_m_v2Center_3() { return static_cast(offsetof(stResultInfo_t1874608977, ___m_v2Center_3)); } inline Vector2_t2156229523 get_m_v2Center_3() const { return ___m_v2Center_3; } inline Vector2_t2156229523 * get_address_of_m_v2Center_3() { return &___m_v2Center_3; } inline void set_m_v2Center_3(Vector2_t2156229523 value) { ___m_v2Center_3 = value; } inline static int32_t get_offset_of_m_v2ResultCenter_4() { return static_cast(offsetof(stResultInfo_t1874608977, ___m_v2ResultCenter_4)); } inline Vector2_t2156229523 get_m_v2ResultCenter_4() const { return ___m_v2ResultCenter_4; } inline Vector2_t2156229523 * get_address_of_m_v2ResultCenter_4() { return &___m_v2ResultCenter_4; } inline void set_m_v2ResultCenter_4(Vector2_t2156229523 value) { ___m_v2ResultCenter_4 = value; } inline static int32_t get_offset_of_m_bHigh_5() { return static_cast(offsetof(stResultInfo_t1874608977, ___m_bHigh_5)); } inline bool get_m_bHigh_5() const { return ___m_bHigh_5; } inline bool* get_address_of_m_bHigh_5() { return &___m_bHigh_5; } inline void set_m_bHigh_5(bool value) { ___m_bHigh_5 = value; } inline static int32_t get_offset_of_m_ValidTime_6() { return static_cast(offsetof(stResultInfo_t1874608977, ___m_ValidTime_6)); } inline float get_m_ValidTime_6() const { return ___m_ValidTime_6; } inline float* get_address_of_m_ValidTime_6() { return &___m_ValidTime_6; } inline void set_m_ValidTime_6(float value) { ___m_ValidTime_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRESULTINFO_T1874608977_H #ifndef LOGICACTIVITYPIC_T3113258227_H #define LOGICACTIVITYPIC_T3113258227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic struct logicActivityPic_t3113258227 : public RuntimeObject { public: // DMCore.Logic.logicActivityPic/enumCheckState DMCore.Logic.logicActivityPic::m_checkState int32_t ___m_checkState_1; // BetterList`1 DMCore.Logic.logicActivityPic::m_listTextures BetterList_1_t3192665299 * ___m_listTextures_2; // System.Int32 DMCore.Logic.logicActivityPic::m_currentIndex int32_t ___m_currentIndex_3; // System.Int32 DMCore.Logic.logicActivityPic::m_serverCount int32_t ___m_serverCount_4; // System.Int32 DMCore.Logic.logicActivityPic::m_localCount int32_t ___m_localCount_5; // System.Boolean DMCore.Logic.logicActivityPic::m_bInited bool ___m_bInited_6; // System.Boolean DMCore.Logic.logicActivityPic::m_bJson bool ___m_bJson_7; public: inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_checkState_1)); } inline int32_t get_m_checkState_1() const { return ___m_checkState_1; } inline int32_t* get_address_of_m_checkState_1() { return &___m_checkState_1; } inline void set_m_checkState_1(int32_t value) { ___m_checkState_1 = value; } inline static int32_t get_offset_of_m_listTextures_2() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_listTextures_2)); } inline BetterList_1_t3192665299 * get_m_listTextures_2() const { return ___m_listTextures_2; } inline BetterList_1_t3192665299 ** get_address_of_m_listTextures_2() { return &___m_listTextures_2; } inline void set_m_listTextures_2(BetterList_1_t3192665299 * value) { ___m_listTextures_2 = value; Il2CppCodeGenWriteBarrier((&___m_listTextures_2), value); } inline static int32_t get_offset_of_m_currentIndex_3() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_currentIndex_3)); } inline int32_t get_m_currentIndex_3() const { return ___m_currentIndex_3; } inline int32_t* get_address_of_m_currentIndex_3() { return &___m_currentIndex_3; } inline void set_m_currentIndex_3(int32_t value) { ___m_currentIndex_3 = value; } inline static int32_t get_offset_of_m_serverCount_4() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_serverCount_4)); } inline int32_t get_m_serverCount_4() const { return ___m_serverCount_4; } inline int32_t* get_address_of_m_serverCount_4() { return &___m_serverCount_4; } inline void set_m_serverCount_4(int32_t value) { ___m_serverCount_4 = value; } inline static int32_t get_offset_of_m_localCount_5() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_localCount_5)); } inline int32_t get_m_localCount_5() const { return ___m_localCount_5; } inline int32_t* get_address_of_m_localCount_5() { return &___m_localCount_5; } inline void set_m_localCount_5(int32_t value) { ___m_localCount_5 = value; } inline static int32_t get_offset_of_m_bInited_6() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_bInited_6)); } inline bool get_m_bInited_6() const { return ___m_bInited_6; } inline bool* get_address_of_m_bInited_6() { return &___m_bInited_6; } inline void set_m_bInited_6(bool value) { ___m_bInited_6 = value; } inline static int32_t get_offset_of_m_bJson_7() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_bJson_7)); } inline bool get_m_bJson_7() const { return ___m_bJson_7; } inline bool* get_address_of_m_bJson_7() { return &___m_bJson_7; } inline void set_m_bJson_7(bool value) { ___m_bJson_7 = value; } }; struct logicActivityPic_t3113258227_StaticFields { public: // DMCore.Logic.logicActivityPic DMCore.Logic.logicActivityPic::s_Instance logicActivityPic_t3113258227 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(logicActivityPic_t3113258227_StaticFields, ___s_Instance_0)); } inline logicActivityPic_t3113258227 * get_s_Instance_0() const { return ___s_Instance_0; } inline logicActivityPic_t3113258227 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(logicActivityPic_t3113258227 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICACTIVITYPIC_T3113258227_H #ifndef APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef CBEATKEYSWINGUI_T1346072144_H #define CBEATKEYSWINGUI_T1346072144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeySwingUI struct CBeatKeySwingUI_t1346072144 : public RuntimeObject { public: // DMCore.DanceMode.enumSwingType DMCore.DanceMode.CBeatKeySwingUI::k__BackingField int32_t ___U3CSwingTypeU3Ek__BackingField_0; // UISprite DMCore.DanceMode.CBeatKeySwingUI::k__BackingField UISprite_t194114938 * ___U3CSpriteItemU3Ek__BackingField_1; // UISprite DMCore.DanceMode.CBeatKeySwingUI::k__BackingField UISprite_t194114938 * ___U3CSpriteArrowU3Ek__BackingField_2; // System.Int32 DMCore.DanceMode.CBeatKeySwingUI::GroupVal int32_t ___GroupVal_3; // System.Boolean DMCore.DanceMode.CBeatKeySwingUI::m_bNormalColor bool ___m_bNormalColor_4; // UnityEngine.Transform DMCore.DanceMode.CBeatKeySwingUI::m_transRoot Transform_t3600365921 * ___m_transRoot_5; public: inline static int32_t get_offset_of_U3CSwingTypeU3Ek__BackingField_0() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___U3CSwingTypeU3Ek__BackingField_0)); } inline int32_t get_U3CSwingTypeU3Ek__BackingField_0() const { return ___U3CSwingTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CSwingTypeU3Ek__BackingField_0() { return &___U3CSwingTypeU3Ek__BackingField_0; } inline void set_U3CSwingTypeU3Ek__BackingField_0(int32_t value) { ___U3CSwingTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CSpriteItemU3Ek__BackingField_1() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___U3CSpriteItemU3Ek__BackingField_1)); } inline UISprite_t194114938 * get_U3CSpriteItemU3Ek__BackingField_1() const { return ___U3CSpriteItemU3Ek__BackingField_1; } inline UISprite_t194114938 ** get_address_of_U3CSpriteItemU3Ek__BackingField_1() { return &___U3CSpriteItemU3Ek__BackingField_1; } inline void set_U3CSpriteItemU3Ek__BackingField_1(UISprite_t194114938 * value) { ___U3CSpriteItemU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CSpriteItemU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CSpriteArrowU3Ek__BackingField_2() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___U3CSpriteArrowU3Ek__BackingField_2)); } inline UISprite_t194114938 * get_U3CSpriteArrowU3Ek__BackingField_2() const { return ___U3CSpriteArrowU3Ek__BackingField_2; } inline UISprite_t194114938 ** get_address_of_U3CSpriteArrowU3Ek__BackingField_2() { return &___U3CSpriteArrowU3Ek__BackingField_2; } inline void set_U3CSpriteArrowU3Ek__BackingField_2(UISprite_t194114938 * value) { ___U3CSpriteArrowU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CSpriteArrowU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_GroupVal_3() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___GroupVal_3)); } inline int32_t get_GroupVal_3() const { return ___GroupVal_3; } inline int32_t* get_address_of_GroupVal_3() { return &___GroupVal_3; } inline void set_GroupVal_3(int32_t value) { ___GroupVal_3 = value; } inline static int32_t get_offset_of_m_bNormalColor_4() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___m_bNormalColor_4)); } inline bool get_m_bNormalColor_4() const { return ___m_bNormalColor_4; } inline bool* get_address_of_m_bNormalColor_4() { return &___m_bNormalColor_4; } inline void set_m_bNormalColor_4(bool value) { ___m_bNormalColor_4 = value; } inline static int32_t get_offset_of_m_transRoot_5() { return static_cast(offsetof(CBeatKeySwingUI_t1346072144, ___m_transRoot_5)); } inline Transform_t3600365921 * get_m_transRoot_5() const { return ___m_transRoot_5; } inline Transform_t3600365921 ** get_address_of_m_transRoot_5() { return &___m_transRoot_5; } inline void set_m_transRoot_5(Transform_t3600365921 * value) { ___m_transRoot_5 = value; Il2CppCodeGenWriteBarrier((&___m_transRoot_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYSWINGUI_T1346072144_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 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 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 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 CANIMMUSICSECTION_T536843937_H #define CANIMMUSICSECTION_T536843937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimMusicSection struct CAnimMusicSection_t536843937 : public CAnimNode_t3327376431 { public: // System.Single DMCore.Framework.Movie.CAnimMusicSection::m_fPrepareTime float ___m_fPrepareTime_7; // System.Single DMCore.Framework.Movie.CAnimMusicSection::m_fFinalTime float ___m_fFinalTime_8; // DMCore.Framework.Movie.enumTriggerState DMCore.Framework.Movie.CAnimMusicSection::m_TriggerIndex int32_t ___m_TriggerIndex_9; // System.Int32 DMCore.Framework.Movie.CAnimMusicSection::m_CurIndex int32_t ___m_CurIndex_10; public: inline static int32_t get_offset_of_m_fPrepareTime_7() { return static_cast(offsetof(CAnimMusicSection_t536843937, ___m_fPrepareTime_7)); } inline float get_m_fPrepareTime_7() const { return ___m_fPrepareTime_7; } inline float* get_address_of_m_fPrepareTime_7() { return &___m_fPrepareTime_7; } inline void set_m_fPrepareTime_7(float value) { ___m_fPrepareTime_7 = value; } inline static int32_t get_offset_of_m_fFinalTime_8() { return static_cast(offsetof(CAnimMusicSection_t536843937, ___m_fFinalTime_8)); } inline float get_m_fFinalTime_8() const { return ___m_fFinalTime_8; } inline float* get_address_of_m_fFinalTime_8() { return &___m_fFinalTime_8; } inline void set_m_fFinalTime_8(float value) { ___m_fFinalTime_8 = value; } inline static int32_t get_offset_of_m_TriggerIndex_9() { return static_cast(offsetof(CAnimMusicSection_t536843937, ___m_TriggerIndex_9)); } inline int32_t get_m_TriggerIndex_9() const { return ___m_TriggerIndex_9; } inline int32_t* get_address_of_m_TriggerIndex_9() { return &___m_TriggerIndex_9; } inline void set_m_TriggerIndex_9(int32_t value) { ___m_TriggerIndex_9 = value; } inline static int32_t get_offset_of_m_CurIndex_10() { return static_cast(offsetof(CAnimMusicSection_t536843937, ___m_CurIndex_10)); } inline int32_t get_m_CurIndex_10() const { return ___m_CurIndex_10; } inline int32_t* get_address_of_m_CurIndex_10() { return &___m_CurIndex_10; } inline void set_m_CurIndex_10(int32_t value) { ___m_CurIndex_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMMUSICSECTION_T536843937_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 CLASSICALKEYUNIT_T2831186819_H #define CLASSICALKEYUNIT_T2831186819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ClassicalKeyUnit struct ClassicalKeyUnit_t2831186819 : public RuntimeObject { public: // System.Int32 DMCore.DanceMode.ClassicalKeyUnit::KeyID int32_t ___KeyID_0; // DMCore.DanceMode.enumClassicalKeyValue DMCore.DanceMode.ClassicalKeyUnit::KeyValue int32_t ___KeyValue_1; public: inline static int32_t get_offset_of_KeyID_0() { return static_cast(offsetof(ClassicalKeyUnit_t2831186819, ___KeyID_0)); } inline int32_t get_KeyID_0() const { return ___KeyID_0; } inline int32_t* get_address_of_KeyID_0() { return &___KeyID_0; } inline void set_KeyID_0(int32_t value) { ___KeyID_0 = value; } inline static int32_t get_offset_of_KeyValue_1() { return static_cast(offsetof(ClassicalKeyUnit_t2831186819, ___KeyValue_1)); } inline int32_t get_KeyValue_1() const { return ___KeyValue_1; } inline int32_t* get_address_of_KeyValue_1() { return &___KeyValue_1; } inline void set_KeyValue_1(int32_t value) { ___KeyValue_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLASSICALKEYUNIT_T2831186819_H #ifndef CMUSICDESCRIPTION_T2126213410_H #define CMUSICDESCRIPTION_T2126213410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMusicDescription struct CMusicDescription_t2126213410 : public RuntimeObject { public: // System.String DMCore.Logic.CMusicDescription::_MusicName String_t* ____MusicName_0; // System.String DMCore.Logic.CMusicDescription::_Singer String_t* ____Singer_1; // System.Int32 DMCore.Logic.CMusicDescription::_Bpm int32_t ____Bpm_2; // System.Int32 DMCore.Logic.CMusicDescription::_StarEasy int32_t ____StarEasy_3; // System.Int32 DMCore.Logic.CMusicDescription::_StarNormal int32_t ____StarNormal_4; // System.Int32 DMCore.Logic.CMusicDescription::_StarHard int32_t ____StarHard_5; // System.Boolean DMCore.Logic.CMusicDescription::_CanRandomPlay bool ____CanRandomPlay_6; // System.Boolean DMCore.Logic.CMusicDescription::_IsNewPlayer bool ____IsNewPlayer_7; // DMCore.Logic.enumMusicArea DMCore.Logic.CMusicDescription::_MusicArea int32_t ____MusicArea_8; // System.Boolean DMCore.Logic.CMusicDescription::_IfNew bool ____IfNew_9; // System.Boolean DMCore.Logic.CMusicDescription::_IsExcepted bool ____IsExcepted_10; public: inline static int32_t get_offset_of__MusicName_0() { return static_cast(offsetof(CMusicDescription_t2126213410, ____MusicName_0)); } inline String_t* get__MusicName_0() const { return ____MusicName_0; } inline String_t** get_address_of__MusicName_0() { return &____MusicName_0; } inline void set__MusicName_0(String_t* value) { ____MusicName_0 = value; Il2CppCodeGenWriteBarrier((&____MusicName_0), value); } inline static int32_t get_offset_of__Singer_1() { return static_cast(offsetof(CMusicDescription_t2126213410, ____Singer_1)); } inline String_t* get__Singer_1() const { return ____Singer_1; } inline String_t** get_address_of__Singer_1() { return &____Singer_1; } inline void set__Singer_1(String_t* value) { ____Singer_1 = value; Il2CppCodeGenWriteBarrier((&____Singer_1), value); } inline static int32_t get_offset_of__Bpm_2() { return static_cast(offsetof(CMusicDescription_t2126213410, ____Bpm_2)); } inline int32_t get__Bpm_2() const { return ____Bpm_2; } inline int32_t* get_address_of__Bpm_2() { return &____Bpm_2; } inline void set__Bpm_2(int32_t value) { ____Bpm_2 = value; } inline static int32_t get_offset_of__StarEasy_3() { return static_cast(offsetof(CMusicDescription_t2126213410, ____StarEasy_3)); } inline int32_t get__StarEasy_3() const { return ____StarEasy_3; } inline int32_t* get_address_of__StarEasy_3() { return &____StarEasy_3; } inline void set__StarEasy_3(int32_t value) { ____StarEasy_3 = value; } inline static int32_t get_offset_of__StarNormal_4() { return static_cast(offsetof(CMusicDescription_t2126213410, ____StarNormal_4)); } inline int32_t get__StarNormal_4() const { return ____StarNormal_4; } inline int32_t* get_address_of__StarNormal_4() { return &____StarNormal_4; } inline void set__StarNormal_4(int32_t value) { ____StarNormal_4 = value; } inline static int32_t get_offset_of__StarHard_5() { return static_cast(offsetof(CMusicDescription_t2126213410, ____StarHard_5)); } inline int32_t get__StarHard_5() const { return ____StarHard_5; } inline int32_t* get_address_of__StarHard_5() { return &____StarHard_5; } inline void set__StarHard_5(int32_t value) { ____StarHard_5 = value; } inline static int32_t get_offset_of__CanRandomPlay_6() { return static_cast(offsetof(CMusicDescription_t2126213410, ____CanRandomPlay_6)); } inline bool get__CanRandomPlay_6() const { return ____CanRandomPlay_6; } inline bool* get_address_of__CanRandomPlay_6() { return &____CanRandomPlay_6; } inline void set__CanRandomPlay_6(bool value) { ____CanRandomPlay_6 = value; } inline static int32_t get_offset_of__IsNewPlayer_7() { return static_cast(offsetof(CMusicDescription_t2126213410, ____IsNewPlayer_7)); } inline bool get__IsNewPlayer_7() const { return ____IsNewPlayer_7; } inline bool* get_address_of__IsNewPlayer_7() { return &____IsNewPlayer_7; } inline void set__IsNewPlayer_7(bool value) { ____IsNewPlayer_7 = value; } inline static int32_t get_offset_of__MusicArea_8() { return static_cast(offsetof(CMusicDescription_t2126213410, ____MusicArea_8)); } inline int32_t get__MusicArea_8() const { return ____MusicArea_8; } inline int32_t* get_address_of__MusicArea_8() { return &____MusicArea_8; } inline void set__MusicArea_8(int32_t value) { ____MusicArea_8 = value; } inline static int32_t get_offset_of__IfNew_9() { return static_cast(offsetof(CMusicDescription_t2126213410, ____IfNew_9)); } inline bool get__IfNew_9() const { return ____IfNew_9; } inline bool* get_address_of__IfNew_9() { return &____IfNew_9; } inline void set__IfNew_9(bool value) { ____IfNew_9 = value; } inline static int32_t get_offset_of__IsExcepted_10() { return static_cast(offsetof(CMusicDescription_t2126213410, ____IsExcepted_10)); } inline bool get__IsExcepted_10() const { return ____IsExcepted_10; } inline bool* get_address_of__IsExcepted_10() { return &____IsExcepted_10; } inline void set__IsExcepted_10(bool value) { ____IsExcepted_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMUSICDESCRIPTION_T2126213410_H #ifndef 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 CDANCEMODEMANAGER_T745595461_H #define CDANCEMODEMANAGER_T745595461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceModeManager struct CDanceModeManager_t745595461 : public RuntimeObject { public: public: }; struct CDanceModeManager_t745595461_StaticFields { public: // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::s_playMode int32_t ___s_playMode_0; // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::s_localPlayMode int32_t ___s_localPlayMode_1; // System.Boolean DMCore.DanceMode.CDanceModeManager::s_isNeedChangeDanceMode bool ___s_isNeedChangeDanceMode_2; // DMCore.DanceMode.CDanceMode_Normal DMCore.DanceMode.CDanceModeManager::s_insModeNormal CDanceMode_Normal_t3148057993 * ___s_insModeNormal_3; // DMCore.DanceMode.CDanceMode_Heart DMCore.DanceMode.CDanceModeManager::s_insModeHeart CDanceMode_Heart_t1287841595 * ___s_insModeHeart_4; // DMCore.DanceMode.CDanceMode_Score DMCore.DanceMode.CDanceModeManager::s_insModeScore CDanceMode_Score_t129366621 * ___s_insModeScore_5; // DMCore.DanceMode.CDanceMode_Battle DMCore.DanceMode.CDanceModeManager::s_insModeBattle CDanceMode_Battle_t3921573432 * ___s_insModeBattle_6; // DMCore.DanceMode.ENUM_MAIN_TYPE DMCore.DanceMode.CDanceModeManager::s_main_Type int32_t ___s_main_Type_7; public: inline static int32_t get_offset_of_s_playMode_0() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_playMode_0)); } inline int32_t get_s_playMode_0() const { return ___s_playMode_0; } inline int32_t* get_address_of_s_playMode_0() { return &___s_playMode_0; } inline void set_s_playMode_0(int32_t value) { ___s_playMode_0 = value; } inline static int32_t get_offset_of_s_localPlayMode_1() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_localPlayMode_1)); } inline int32_t get_s_localPlayMode_1() const { return ___s_localPlayMode_1; } inline int32_t* get_address_of_s_localPlayMode_1() { return &___s_localPlayMode_1; } inline void set_s_localPlayMode_1(int32_t value) { ___s_localPlayMode_1 = value; } inline static int32_t get_offset_of_s_isNeedChangeDanceMode_2() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_isNeedChangeDanceMode_2)); } inline bool get_s_isNeedChangeDanceMode_2() const { return ___s_isNeedChangeDanceMode_2; } inline bool* get_address_of_s_isNeedChangeDanceMode_2() { return &___s_isNeedChangeDanceMode_2; } inline void set_s_isNeedChangeDanceMode_2(bool value) { ___s_isNeedChangeDanceMode_2 = value; } inline static int32_t get_offset_of_s_insModeNormal_3() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeNormal_3)); } inline CDanceMode_Normal_t3148057993 * get_s_insModeNormal_3() const { return ___s_insModeNormal_3; } inline CDanceMode_Normal_t3148057993 ** get_address_of_s_insModeNormal_3() { return &___s_insModeNormal_3; } inline void set_s_insModeNormal_3(CDanceMode_Normal_t3148057993 * value) { ___s_insModeNormal_3 = value; Il2CppCodeGenWriteBarrier((&___s_insModeNormal_3), value); } inline static int32_t get_offset_of_s_insModeHeart_4() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeHeart_4)); } inline CDanceMode_Heart_t1287841595 * get_s_insModeHeart_4() const { return ___s_insModeHeart_4; } inline CDanceMode_Heart_t1287841595 ** get_address_of_s_insModeHeart_4() { return &___s_insModeHeart_4; } inline void set_s_insModeHeart_4(CDanceMode_Heart_t1287841595 * value) { ___s_insModeHeart_4 = value; Il2CppCodeGenWriteBarrier((&___s_insModeHeart_4), value); } inline static int32_t get_offset_of_s_insModeScore_5() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeScore_5)); } inline CDanceMode_Score_t129366621 * get_s_insModeScore_5() const { return ___s_insModeScore_5; } inline CDanceMode_Score_t129366621 ** get_address_of_s_insModeScore_5() { return &___s_insModeScore_5; } inline void set_s_insModeScore_5(CDanceMode_Score_t129366621 * value) { ___s_insModeScore_5 = value; Il2CppCodeGenWriteBarrier((&___s_insModeScore_5), value); } inline static int32_t get_offset_of_s_insModeBattle_6() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_insModeBattle_6)); } inline CDanceMode_Battle_t3921573432 * get_s_insModeBattle_6() const { return ___s_insModeBattle_6; } inline CDanceMode_Battle_t3921573432 ** get_address_of_s_insModeBattle_6() { return &___s_insModeBattle_6; } inline void set_s_insModeBattle_6(CDanceMode_Battle_t3921573432 * value) { ___s_insModeBattle_6 = value; Il2CppCodeGenWriteBarrier((&___s_insModeBattle_6), value); } inline static int32_t get_offset_of_s_main_Type_7() { return static_cast(offsetof(CDanceModeManager_t745595461_StaticFields, ___s_main_Type_7)); } inline int32_t get_s_main_Type_7() const { return ___s_main_Type_7; } inline int32_t* get_address_of_s_main_Type_7() { return &___s_main_Type_7; } inline void set_s_main_Type_7(int32_t value) { ___s_main_Type_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODEMANAGER_T745595461_H #ifndef XMLREADERSETTINGS_T2186285234_H #define XMLREADERSETTINGS_T2186285234_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234 : public RuntimeObject { public: // System.Boolean System.Xml.XmlReaderSettings::checkCharacters bool ___checkCharacters_0; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_1; // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformance int32_t ___conformance_2; // System.Boolean System.Xml.XmlReaderSettings::ignoreComments bool ___ignoreComments_3; // System.Boolean System.Xml.XmlReaderSettings::ignoreProcessingInstructions bool ___ignoreProcessingInstructions_4; // System.Boolean System.Xml.XmlReaderSettings::ignoreWhitespace bool ___ignoreWhitespace_5; // System.Int32 System.Xml.XmlReaderSettings::lineNumberOffset int32_t ___lineNumberOffset_6; // System.Int32 System.Xml.XmlReaderSettings::linePositionOffset int32_t ___linePositionOffset_7; // System.Boolean System.Xml.XmlReaderSettings::prohibitDtd bool ___prohibitDtd_8; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_t71772148 * ___nameTable_9; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_t266093086 * ___schemas_10; // System.Boolean System.Xml.XmlReaderSettings::schemasNeedsInitialization bool ___schemasNeedsInitialization_11; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::validationFlags int32_t ___validationFlags_12; // System.Xml.ValidationType System.Xml.XmlReaderSettings::validationType int32_t ___validationType_13; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_t626023767 * ___xmlResolver_14; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlReaderSettings::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_15; public: inline static int32_t get_offset_of_checkCharacters_0() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___checkCharacters_0)); } inline bool get_checkCharacters_0() const { return ___checkCharacters_0; } inline bool* get_address_of_checkCharacters_0() { return &___checkCharacters_0; } inline void set_checkCharacters_0(bool value) { ___checkCharacters_0 = value; } inline static int32_t get_offset_of_closeInput_1() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___closeInput_1)); } inline bool get_closeInput_1() const { return ___closeInput_1; } inline bool* get_address_of_closeInput_1() { return &___closeInput_1; } inline void set_closeInput_1(bool value) { ___closeInput_1 = value; } inline static int32_t get_offset_of_conformance_2() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___conformance_2)); } inline int32_t get_conformance_2() const { return ___conformance_2; } inline int32_t* get_address_of_conformance_2() { return &___conformance_2; } inline void set_conformance_2(int32_t value) { ___conformance_2 = value; } inline static int32_t get_offset_of_ignoreComments_3() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreComments_3)); } inline bool get_ignoreComments_3() const { return ___ignoreComments_3; } inline bool* get_address_of_ignoreComments_3() { return &___ignoreComments_3; } inline void set_ignoreComments_3(bool value) { ___ignoreComments_3 = value; } inline static int32_t get_offset_of_ignoreProcessingInstructions_4() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreProcessingInstructions_4)); } inline bool get_ignoreProcessingInstructions_4() const { return ___ignoreProcessingInstructions_4; } inline bool* get_address_of_ignoreProcessingInstructions_4() { return &___ignoreProcessingInstructions_4; } inline void set_ignoreProcessingInstructions_4(bool value) { ___ignoreProcessingInstructions_4 = value; } inline static int32_t get_offset_of_ignoreWhitespace_5() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreWhitespace_5)); } inline bool get_ignoreWhitespace_5() const { return ___ignoreWhitespace_5; } inline bool* get_address_of_ignoreWhitespace_5() { return &___ignoreWhitespace_5; } inline void set_ignoreWhitespace_5(bool value) { ___ignoreWhitespace_5 = value; } inline static int32_t get_offset_of_lineNumberOffset_6() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___lineNumberOffset_6)); } inline int32_t get_lineNumberOffset_6() const { return ___lineNumberOffset_6; } inline int32_t* get_address_of_lineNumberOffset_6() { return &___lineNumberOffset_6; } inline void set_lineNumberOffset_6(int32_t value) { ___lineNumberOffset_6 = value; } inline static int32_t get_offset_of_linePositionOffset_7() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___linePositionOffset_7)); } inline int32_t get_linePositionOffset_7() const { return ___linePositionOffset_7; } inline int32_t* get_address_of_linePositionOffset_7() { return &___linePositionOffset_7; } inline void set_linePositionOffset_7(int32_t value) { ___linePositionOffset_7 = value; } inline static int32_t get_offset_of_prohibitDtd_8() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___prohibitDtd_8)); } inline bool get_prohibitDtd_8() const { return ___prohibitDtd_8; } inline bool* get_address_of_prohibitDtd_8() { return &___prohibitDtd_8; } inline void set_prohibitDtd_8(bool value) { ___prohibitDtd_8 = value; } inline static int32_t get_offset_of_nameTable_9() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___nameTable_9)); } inline XmlNameTable_t71772148 * get_nameTable_9() const { return ___nameTable_9; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_9() { return &___nameTable_9; } inline void set_nameTable_9(XmlNameTable_t71772148 * value) { ___nameTable_9 = value; Il2CppCodeGenWriteBarrier((&___nameTable_9), value); } inline static int32_t get_offset_of_schemas_10() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemas_10)); } inline XmlSchemaSet_t266093086 * get_schemas_10() const { return ___schemas_10; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_10() { return &___schemas_10; } inline void set_schemas_10(XmlSchemaSet_t266093086 * value) { ___schemas_10 = value; Il2CppCodeGenWriteBarrier((&___schemas_10), value); } inline static int32_t get_offset_of_schemasNeedsInitialization_11() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemasNeedsInitialization_11)); } inline bool get_schemasNeedsInitialization_11() const { return ___schemasNeedsInitialization_11; } inline bool* get_address_of_schemasNeedsInitialization_11() { return &___schemasNeedsInitialization_11; } inline void set_schemasNeedsInitialization_11(bool value) { ___schemasNeedsInitialization_11 = value; } inline static int32_t get_offset_of_validationFlags_12() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___validationFlags_12)); } inline int32_t get_validationFlags_12() const { return ___validationFlags_12; } inline int32_t* get_address_of_validationFlags_12() { return &___validationFlags_12; } inline void set_validationFlags_12(int32_t value) { ___validationFlags_12 = value; } inline static int32_t get_offset_of_validationType_13() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___validationType_13)); } inline int32_t get_validationType_13() const { return ___validationType_13; } inline int32_t* get_address_of_validationType_13() { return &___validationType_13; } inline void set_validationType_13(int32_t value) { ___validationType_13 = value; } inline static int32_t get_offset_of_xmlResolver_14() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___xmlResolver_14)); } inline XmlResolver_t626023767 * get_xmlResolver_14() const { return ___xmlResolver_14; } inline XmlResolver_t626023767 ** get_address_of_xmlResolver_14() { return &___xmlResolver_14; } inline void set_xmlResolver_14(XmlResolver_t626023767 * value) { ___xmlResolver_14 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_14), value); } inline static int32_t get_offset_of_ValidationEventHandler_15() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ValidationEventHandler_15)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_15() const { return ___ValidationEventHandler_15; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_15() { return &___ValidationEventHandler_15; } inline void set_ValidationEventHandler_15(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_15 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADERSETTINGS_T2186285234_H #ifndef CROLEBEATKEYDATA_ACTIVE_T3989483231_H #define CROLEBEATKEYDATA_ACTIVE_T3989483231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CRoleBeatKeyData_Active struct CRoleBeatKeyData_Active_t3989483231 : public RuntimeObject { public: // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Active::_combo int32_t ____combo_0; // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.CRoleBeatKeyData_Active::_playResult int32_t ____playResult_1; public: inline static int32_t get_offset_of__combo_0() { return static_cast(offsetof(CRoleBeatKeyData_Active_t3989483231, ____combo_0)); } inline int32_t get__combo_0() const { return ____combo_0; } inline int32_t* get_address_of__combo_0() { return &____combo_0; } inline void set__combo_0(int32_t value) { ____combo_0 = value; } inline static int32_t get_offset_of__playResult_1() { return static_cast(offsetof(CRoleBeatKeyData_Active_t3989483231, ____playResult_1)); } inline int32_t get__playResult_1() const { return ____playResult_1; } inline int32_t* get_address_of__playResult_1() { return &____playResult_1; } inline void set__playResult_1(int32_t value) { ____playResult_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEBEATKEYDATA_ACTIVE_T3989483231_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef XMLTEXTWRITER_T2114213153_H #define XMLTEXTWRITER_T2114213153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextWriter struct XmlTextWriter_t2114213153 : public XmlWriter_t127905479 { public: // System.IO.Stream System.Xml.XmlTextWriter::base_stream Stream_t1273022909 * ___base_stream_4; // System.IO.TextWriter System.Xml.XmlTextWriter::source TextWriter_t3478189236 * ___source_5; // System.IO.TextWriter System.Xml.XmlTextWriter::writer TextWriter_t3478189236 * ___writer_6; // System.IO.StringWriter System.Xml.XmlTextWriter::preserver StringWriter_t802263757 * ___preserver_7; // System.String System.Xml.XmlTextWriter::preserved_name String_t* ___preserved_name_8; // System.Boolean System.Xml.XmlTextWriter::is_preserved_xmlns bool ___is_preserved_xmlns_9; // System.Boolean System.Xml.XmlTextWriter::allow_doc_fragment bool ___allow_doc_fragment_10; // System.Boolean System.Xml.XmlTextWriter::close_output_stream bool ___close_output_stream_11; // System.Boolean System.Xml.XmlTextWriter::ignore_encoding bool ___ignore_encoding_12; // System.Boolean System.Xml.XmlTextWriter::namespaces bool ___namespaces_13; // System.Xml.XmlTextWriter/XmlDeclState System.Xml.XmlTextWriter::xmldecl_state int32_t ___xmldecl_state_14; // System.Boolean System.Xml.XmlTextWriter::check_character_validity bool ___check_character_validity_15; // System.Xml.NewLineHandling System.Xml.XmlTextWriter::newline_handling int32_t ___newline_handling_16; // System.Boolean System.Xml.XmlTextWriter::is_document_entity bool ___is_document_entity_17; // System.Xml.WriteState System.Xml.XmlTextWriter::state int32_t ___state_18; // System.Xml.XmlNodeType System.Xml.XmlTextWriter::node_state int32_t ___node_state_19; // System.Xml.XmlNamespaceManager System.Xml.XmlTextWriter::nsmanager XmlNamespaceManager_t418790500 * ___nsmanager_20; // System.Int32 System.Xml.XmlTextWriter::open_count int32_t ___open_count_21; // System.Xml.XmlTextWriter/XmlNodeInfo[] System.Xml.XmlTextWriter::elements XmlNodeInfoU5BU5D_t431163322* ___elements_22; // System.Collections.Stack System.Xml.XmlTextWriter::new_local_namespaces Stack_t2329662280 * ___new_local_namespaces_23; // System.Collections.ArrayList System.Xml.XmlTextWriter::explicit_nsdecls ArrayList_t2718874744 * ___explicit_nsdecls_24; // System.Xml.NamespaceHandling System.Xml.XmlTextWriter::namespace_handling int32_t ___namespace_handling_25; // System.Boolean System.Xml.XmlTextWriter::indent bool ___indent_26; // System.Int32 System.Xml.XmlTextWriter::indent_count int32_t ___indent_count_27; // System.Char System.Xml.XmlTextWriter::indent_char Il2CppChar ___indent_char_28; // System.String System.Xml.XmlTextWriter::indent_string String_t* ___indent_string_29; // System.String System.Xml.XmlTextWriter::newline String_t* ___newline_30; // System.Boolean System.Xml.XmlTextWriter::indent_attributes bool ___indent_attributes_31; // System.Char System.Xml.XmlTextWriter::quote_char Il2CppChar ___quote_char_32; // System.Boolean System.Xml.XmlTextWriter::v2 bool ___v2_33; public: inline static int32_t get_offset_of_base_stream_4() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___base_stream_4)); } inline Stream_t1273022909 * get_base_stream_4() const { return ___base_stream_4; } inline Stream_t1273022909 ** get_address_of_base_stream_4() { return &___base_stream_4; } inline void set_base_stream_4(Stream_t1273022909 * value) { ___base_stream_4 = value; Il2CppCodeGenWriteBarrier((&___base_stream_4), value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___source_5)); } inline TextWriter_t3478189236 * get_source_5() const { return ___source_5; } inline TextWriter_t3478189236 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(TextWriter_t3478189236 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((&___source_5), value); } inline static int32_t get_offset_of_writer_6() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___writer_6)); } inline TextWriter_t3478189236 * get_writer_6() const { return ___writer_6; } inline TextWriter_t3478189236 ** get_address_of_writer_6() { return &___writer_6; } inline void set_writer_6(TextWriter_t3478189236 * value) { ___writer_6 = value; Il2CppCodeGenWriteBarrier((&___writer_6), value); } inline static int32_t get_offset_of_preserver_7() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___preserver_7)); } inline StringWriter_t802263757 * get_preserver_7() const { return ___preserver_7; } inline StringWriter_t802263757 ** get_address_of_preserver_7() { return &___preserver_7; } inline void set_preserver_7(StringWriter_t802263757 * value) { ___preserver_7 = value; Il2CppCodeGenWriteBarrier((&___preserver_7), value); } inline static int32_t get_offset_of_preserved_name_8() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___preserved_name_8)); } inline String_t* get_preserved_name_8() const { return ___preserved_name_8; } inline String_t** get_address_of_preserved_name_8() { return &___preserved_name_8; } inline void set_preserved_name_8(String_t* value) { ___preserved_name_8 = value; Il2CppCodeGenWriteBarrier((&___preserved_name_8), value); } inline static int32_t get_offset_of_is_preserved_xmlns_9() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___is_preserved_xmlns_9)); } inline bool get_is_preserved_xmlns_9() const { return ___is_preserved_xmlns_9; } inline bool* get_address_of_is_preserved_xmlns_9() { return &___is_preserved_xmlns_9; } inline void set_is_preserved_xmlns_9(bool value) { ___is_preserved_xmlns_9 = value; } inline static int32_t get_offset_of_allow_doc_fragment_10() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___allow_doc_fragment_10)); } inline bool get_allow_doc_fragment_10() const { return ___allow_doc_fragment_10; } inline bool* get_address_of_allow_doc_fragment_10() { return &___allow_doc_fragment_10; } inline void set_allow_doc_fragment_10(bool value) { ___allow_doc_fragment_10 = value; } inline static int32_t get_offset_of_close_output_stream_11() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___close_output_stream_11)); } inline bool get_close_output_stream_11() const { return ___close_output_stream_11; } inline bool* get_address_of_close_output_stream_11() { return &___close_output_stream_11; } inline void set_close_output_stream_11(bool value) { ___close_output_stream_11 = value; } inline static int32_t get_offset_of_ignore_encoding_12() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___ignore_encoding_12)); } inline bool get_ignore_encoding_12() const { return ___ignore_encoding_12; } inline bool* get_address_of_ignore_encoding_12() { return &___ignore_encoding_12; } inline void set_ignore_encoding_12(bool value) { ___ignore_encoding_12 = value; } inline static int32_t get_offset_of_namespaces_13() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___namespaces_13)); } inline bool get_namespaces_13() const { return ___namespaces_13; } inline bool* get_address_of_namespaces_13() { return &___namespaces_13; } inline void set_namespaces_13(bool value) { ___namespaces_13 = value; } inline static int32_t get_offset_of_xmldecl_state_14() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___xmldecl_state_14)); } inline int32_t get_xmldecl_state_14() const { return ___xmldecl_state_14; } inline int32_t* get_address_of_xmldecl_state_14() { return &___xmldecl_state_14; } inline void set_xmldecl_state_14(int32_t value) { ___xmldecl_state_14 = value; } inline static int32_t get_offset_of_check_character_validity_15() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___check_character_validity_15)); } inline bool get_check_character_validity_15() const { return ___check_character_validity_15; } inline bool* get_address_of_check_character_validity_15() { return &___check_character_validity_15; } inline void set_check_character_validity_15(bool value) { ___check_character_validity_15 = value; } inline static int32_t get_offset_of_newline_handling_16() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___newline_handling_16)); } inline int32_t get_newline_handling_16() const { return ___newline_handling_16; } inline int32_t* get_address_of_newline_handling_16() { return &___newline_handling_16; } inline void set_newline_handling_16(int32_t value) { ___newline_handling_16 = value; } inline static int32_t get_offset_of_is_document_entity_17() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___is_document_entity_17)); } inline bool get_is_document_entity_17() const { return ___is_document_entity_17; } inline bool* get_address_of_is_document_entity_17() { return &___is_document_entity_17; } inline void set_is_document_entity_17(bool value) { ___is_document_entity_17 = value; } inline static int32_t get_offset_of_state_18() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___state_18)); } inline int32_t get_state_18() const { return ___state_18; } inline int32_t* get_address_of_state_18() { return &___state_18; } inline void set_state_18(int32_t value) { ___state_18 = value; } inline static int32_t get_offset_of_node_state_19() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___node_state_19)); } inline int32_t get_node_state_19() const { return ___node_state_19; } inline int32_t* get_address_of_node_state_19() { return &___node_state_19; } inline void set_node_state_19(int32_t value) { ___node_state_19 = value; } inline static int32_t get_offset_of_nsmanager_20() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___nsmanager_20)); } inline XmlNamespaceManager_t418790500 * get_nsmanager_20() const { return ___nsmanager_20; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmanager_20() { return &___nsmanager_20; } inline void set_nsmanager_20(XmlNamespaceManager_t418790500 * value) { ___nsmanager_20 = value; Il2CppCodeGenWriteBarrier((&___nsmanager_20), value); } inline static int32_t get_offset_of_open_count_21() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___open_count_21)); } inline int32_t get_open_count_21() const { return ___open_count_21; } inline int32_t* get_address_of_open_count_21() { return &___open_count_21; } inline void set_open_count_21(int32_t value) { ___open_count_21 = value; } inline static int32_t get_offset_of_elements_22() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___elements_22)); } inline XmlNodeInfoU5BU5D_t431163322* get_elements_22() const { return ___elements_22; } inline XmlNodeInfoU5BU5D_t431163322** get_address_of_elements_22() { return &___elements_22; } inline void set_elements_22(XmlNodeInfoU5BU5D_t431163322* value) { ___elements_22 = value; Il2CppCodeGenWriteBarrier((&___elements_22), value); } inline static int32_t get_offset_of_new_local_namespaces_23() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___new_local_namespaces_23)); } inline Stack_t2329662280 * get_new_local_namespaces_23() const { return ___new_local_namespaces_23; } inline Stack_t2329662280 ** get_address_of_new_local_namespaces_23() { return &___new_local_namespaces_23; } inline void set_new_local_namespaces_23(Stack_t2329662280 * value) { ___new_local_namespaces_23 = value; Il2CppCodeGenWriteBarrier((&___new_local_namespaces_23), value); } inline static int32_t get_offset_of_explicit_nsdecls_24() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___explicit_nsdecls_24)); } inline ArrayList_t2718874744 * get_explicit_nsdecls_24() const { return ___explicit_nsdecls_24; } inline ArrayList_t2718874744 ** get_address_of_explicit_nsdecls_24() { return &___explicit_nsdecls_24; } inline void set_explicit_nsdecls_24(ArrayList_t2718874744 * value) { ___explicit_nsdecls_24 = value; Il2CppCodeGenWriteBarrier((&___explicit_nsdecls_24), value); } inline static int32_t get_offset_of_namespace_handling_25() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___namespace_handling_25)); } inline int32_t get_namespace_handling_25() const { return ___namespace_handling_25; } inline int32_t* get_address_of_namespace_handling_25() { return &___namespace_handling_25; } inline void set_namespace_handling_25(int32_t value) { ___namespace_handling_25 = value; } inline static int32_t get_offset_of_indent_26() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_26)); } inline bool get_indent_26() const { return ___indent_26; } inline bool* get_address_of_indent_26() { return &___indent_26; } inline void set_indent_26(bool value) { ___indent_26 = value; } inline static int32_t get_offset_of_indent_count_27() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_count_27)); } inline int32_t get_indent_count_27() const { return ___indent_count_27; } inline int32_t* get_address_of_indent_count_27() { return &___indent_count_27; } inline void set_indent_count_27(int32_t value) { ___indent_count_27 = value; } inline static int32_t get_offset_of_indent_char_28() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_char_28)); } inline Il2CppChar get_indent_char_28() const { return ___indent_char_28; } inline Il2CppChar* get_address_of_indent_char_28() { return &___indent_char_28; } inline void set_indent_char_28(Il2CppChar value) { ___indent_char_28 = value; } inline static int32_t get_offset_of_indent_string_29() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_string_29)); } inline String_t* get_indent_string_29() const { return ___indent_string_29; } inline String_t** get_address_of_indent_string_29() { return &___indent_string_29; } inline void set_indent_string_29(String_t* value) { ___indent_string_29 = value; Il2CppCodeGenWriteBarrier((&___indent_string_29), value); } inline static int32_t get_offset_of_newline_30() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___newline_30)); } inline String_t* get_newline_30() const { return ___newline_30; } inline String_t** get_address_of_newline_30() { return &___newline_30; } inline void set_newline_30(String_t* value) { ___newline_30 = value; Il2CppCodeGenWriteBarrier((&___newline_30), value); } inline static int32_t get_offset_of_indent_attributes_31() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_attributes_31)); } inline bool get_indent_attributes_31() const { return ___indent_attributes_31; } inline bool* get_address_of_indent_attributes_31() { return &___indent_attributes_31; } inline void set_indent_attributes_31(bool value) { ___indent_attributes_31 = value; } inline static int32_t get_offset_of_quote_char_32() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___quote_char_32)); } inline Il2CppChar get_quote_char_32() const { return ___quote_char_32; } inline Il2CppChar* get_address_of_quote_char_32() { return &___quote_char_32; } inline void set_quote_char_32(Il2CppChar value) { ___quote_char_32 = value; } inline static int32_t get_offset_of_v2_33() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___v2_33)); } inline bool get_v2_33() const { return ___v2_33; } inline bool* get_address_of_v2_33() { return &___v2_33; } inline void set_v2_33(bool value) { ___v2_33 = value; } }; struct XmlTextWriter_t2114213153_StaticFields { public: // System.Text.Encoding System.Xml.XmlTextWriter::unmarked_utf8encoding Encoding_t1523322056 * ___unmarked_utf8encoding_1; // System.Char[] System.Xml.XmlTextWriter::escaped_text_chars CharU5BU5D_t3528271667* ___escaped_text_chars_2; // System.Char[] System.Xml.XmlTextWriter::escaped_attr_chars CharU5BU5D_t3528271667* ___escaped_attr_chars_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::<>f__switch$map3A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3A_34; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::<>f__switch$map3B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3B_35; public: inline static int32_t get_offset_of_unmarked_utf8encoding_1() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___unmarked_utf8encoding_1)); } inline Encoding_t1523322056 * get_unmarked_utf8encoding_1() const { return ___unmarked_utf8encoding_1; } inline Encoding_t1523322056 ** get_address_of_unmarked_utf8encoding_1() { return &___unmarked_utf8encoding_1; } inline void set_unmarked_utf8encoding_1(Encoding_t1523322056 * value) { ___unmarked_utf8encoding_1 = value; Il2CppCodeGenWriteBarrier((&___unmarked_utf8encoding_1), value); } inline static int32_t get_offset_of_escaped_text_chars_2() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___escaped_text_chars_2)); } inline CharU5BU5D_t3528271667* get_escaped_text_chars_2() const { return ___escaped_text_chars_2; } inline CharU5BU5D_t3528271667** get_address_of_escaped_text_chars_2() { return &___escaped_text_chars_2; } inline void set_escaped_text_chars_2(CharU5BU5D_t3528271667* value) { ___escaped_text_chars_2 = value; Il2CppCodeGenWriteBarrier((&___escaped_text_chars_2), value); } inline static int32_t get_offset_of_escaped_attr_chars_3() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___escaped_attr_chars_3)); } inline CharU5BU5D_t3528271667* get_escaped_attr_chars_3() const { return ___escaped_attr_chars_3; } inline CharU5BU5D_t3528271667** get_address_of_escaped_attr_chars_3() { return &___escaped_attr_chars_3; } inline void set_escaped_attr_chars_3(CharU5BU5D_t3528271667* value) { ___escaped_attr_chars_3 = value; Il2CppCodeGenWriteBarrier((&___escaped_attr_chars_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3A_34() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map3A_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3A_34() const { return ___U3CU3Ef__switchU24map3A_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3A_34() { return &___U3CU3Ef__switchU24map3A_34; } inline void set_U3CU3Ef__switchU24map3A_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3A_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3A_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3B_35() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map3B_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3B_35() const { return ___U3CU3Ef__switchU24map3B_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3B_35() { return &___U3CU3Ef__switchU24map3B_35; } inline void set_U3CU3Ef__switchU24map3B_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3B_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3B_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTWRITER_T2114213153_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 CSCENEMODELOBJ_T2681526009_H #define CSCENEMODELOBJ_T2681526009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009 : public ISceneBaseObj_t858622483 { public: // System.Boolean DMCore.Framework.Scene.CSceneModelObj::m_bSendLoadingTask bool ___m_bSendLoadingTask_19; public: inline static int32_t get_offset_of_m_bSendLoadingTask_19() { return static_cast(offsetof(CSceneModelObj_t2681526009, ___m_bSendLoadingTask_19)); } inline bool get_m_bSendLoadingTask_19() const { return ___m_bSendLoadingTask_19; } inline bool* get_address_of_m_bSendLoadingTask_19() { return &___m_bSendLoadingTask_19; } inline void set_m_bSendLoadingTask_19(bool value) { ___m_bSendLoadingTask_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENEMODELOBJ_T2681526009_H #ifndef PREDICATE_1_T1087864186_H #define PREDICATE_1_T1087864186_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_t1087864186 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1087864186_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 COMPARISON_1_T3310582494_H #define COMPARISON_1_T3310582494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t3310582494 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T3310582494_H #ifndef PREDICATE_1_T65978143_H #define PREDICATE_1_T65978143_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_t65978143 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T65978143_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 ONROLEANIMEND_T3559497459_H #define ONROLEANIMEND_T3559497459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode/OnRoleAnimEnd struct OnRoleAnimEnd_t3559497459 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONROLEANIMEND_T3559497459_H #ifndef 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 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 IBEATKEYFOLLOW_T1042819926_H #define IBEATKEYFOLLOW_T1042819926_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.IBeatKeyFollow struct IBeatKeyFollow_t1042819926 : public IBeatKeys_t2500473988 { public: // System.Int32 DMCore.DanceMode.IBeatKeyFollow::m_iPingPongCount int32_t ___m_iPingPongCount_23; // System.Single DMCore.DanceMode.IBeatKeyFollow::m_fTimePerCircle float ___m_fTimePerCircle_24; // System.Int32 DMCore.DanceMode.IBeatKeyFollow::m_iJudgePointCount int32_t ___m_iJudgePointCount_25; public: inline static int32_t get_offset_of_m_iPingPongCount_23() { return static_cast(offsetof(IBeatKeyFollow_t1042819926, ___m_iPingPongCount_23)); } inline int32_t get_m_iPingPongCount_23() const { return ___m_iPingPongCount_23; } inline int32_t* get_address_of_m_iPingPongCount_23() { return &___m_iPingPongCount_23; } inline void set_m_iPingPongCount_23(int32_t value) { ___m_iPingPongCount_23 = value; } inline static int32_t get_offset_of_m_fTimePerCircle_24() { return static_cast(offsetof(IBeatKeyFollow_t1042819926, ___m_fTimePerCircle_24)); } inline float get_m_fTimePerCircle_24() const { return ___m_fTimePerCircle_24; } inline float* get_address_of_m_fTimePerCircle_24() { return &___m_fTimePerCircle_24; } inline void set_m_fTimePerCircle_24(float value) { ___m_fTimePerCircle_24 = value; } inline static int32_t get_offset_of_m_iJudgePointCount_25() { return static_cast(offsetof(IBeatKeyFollow_t1042819926, ___m_iJudgePointCount_25)); } inline int32_t get_m_iJudgePointCount_25() const { return ___m_iJudgePointCount_25; } inline int32_t* get_address_of_m_iJudgePointCount_25() { return &___m_iJudgePointCount_25; } inline void set_m_iJudgePointCount_25(int32_t value) { ___m_iJudgePointCount_25 = value; } }; struct IBeatKeyFollow_t1042819926_StaticFields { public: // System.Single[] DMCore.DanceMode.IBeatKeyFollow::fAngleArraySin SingleU5BU5D_t1444911251* ___fAngleArraySin_18; // System.Single[] DMCore.DanceMode.IBeatKeyFollow::fAngleArrayCos SingleU5BU5D_t1444911251* ___fAngleArrayCos_19; // System.Single[] DMCore.DanceMode.IBeatKeyFollow::fLengthScaleArray SingleU5BU5D_t1444911251* ___fLengthScaleArray_20; // System.Single[] DMCore.DanceMode.IBeatKeyFollow::fLengthArray SingleU5BU5D_t1444911251* ___fLengthArray_21; // System.Single[] DMCore.DanceMode.IBeatKeyFollow::fScaleArray SingleU5BU5D_t1444911251* ___fScaleArray_22; public: inline static int32_t get_offset_of_fAngleArraySin_18() { return static_cast(offsetof(IBeatKeyFollow_t1042819926_StaticFields, ___fAngleArraySin_18)); } inline SingleU5BU5D_t1444911251* get_fAngleArraySin_18() const { return ___fAngleArraySin_18; } inline SingleU5BU5D_t1444911251** get_address_of_fAngleArraySin_18() { return &___fAngleArraySin_18; } inline void set_fAngleArraySin_18(SingleU5BU5D_t1444911251* value) { ___fAngleArraySin_18 = value; Il2CppCodeGenWriteBarrier((&___fAngleArraySin_18), value); } inline static int32_t get_offset_of_fAngleArrayCos_19() { return static_cast(offsetof(IBeatKeyFollow_t1042819926_StaticFields, ___fAngleArrayCos_19)); } inline SingleU5BU5D_t1444911251* get_fAngleArrayCos_19() const { return ___fAngleArrayCos_19; } inline SingleU5BU5D_t1444911251** get_address_of_fAngleArrayCos_19() { return &___fAngleArrayCos_19; } inline void set_fAngleArrayCos_19(SingleU5BU5D_t1444911251* value) { ___fAngleArrayCos_19 = value; Il2CppCodeGenWriteBarrier((&___fAngleArrayCos_19), value); } inline static int32_t get_offset_of_fLengthScaleArray_20() { return static_cast(offsetof(IBeatKeyFollow_t1042819926_StaticFields, ___fLengthScaleArray_20)); } inline SingleU5BU5D_t1444911251* get_fLengthScaleArray_20() const { return ___fLengthScaleArray_20; } inline SingleU5BU5D_t1444911251** get_address_of_fLengthScaleArray_20() { return &___fLengthScaleArray_20; } inline void set_fLengthScaleArray_20(SingleU5BU5D_t1444911251* value) { ___fLengthScaleArray_20 = value; Il2CppCodeGenWriteBarrier((&___fLengthScaleArray_20), value); } inline static int32_t get_offset_of_fLengthArray_21() { return static_cast(offsetof(IBeatKeyFollow_t1042819926_StaticFields, ___fLengthArray_21)); } inline SingleU5BU5D_t1444911251* get_fLengthArray_21() const { return ___fLengthArray_21; } inline SingleU5BU5D_t1444911251** get_address_of_fLengthArray_21() { return &___fLengthArray_21; } inline void set_fLengthArray_21(SingleU5BU5D_t1444911251* value) { ___fLengthArray_21 = value; Il2CppCodeGenWriteBarrier((&___fLengthArray_21), value); } inline static int32_t get_offset_of_fScaleArray_22() { return static_cast(offsetof(IBeatKeyFollow_t1042819926_StaticFields, ___fScaleArray_22)); } inline SingleU5BU5D_t1444911251* get_fScaleArray_22() const { return ___fScaleArray_22; } inline SingleU5BU5D_t1444911251** get_address_of_fScaleArray_22() { return &___fScaleArray_22; } inline void set_fScaleArray_22(SingleU5BU5D_t1444911251* value) { ___fScaleArray_22 = value; Il2CppCodeGenWriteBarrier((&___fScaleArray_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IBEATKEYFOLLOW_T1042819926_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 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 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 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_T1569734369_H #define ACTION_1_T1569734369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1569734369 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1569734369_H #ifndef FILESYSTEMINFO_T3745885336_H #define FILESYSTEMINFO_T3745885336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileSystemInfo struct FileSystemInfo_t3745885336 : public MarshalByRefObject_t2760389100 { public: // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_1; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_2; // System.IO.MonoIOStat System.IO.FileSystemInfo::stat MonoIOStat_t592533987 ___stat_3; // System.Boolean System.IO.FileSystemInfo::valid bool ___valid_4; public: inline static int32_t get_offset_of_FullPath_1() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___FullPath_1)); } inline String_t* get_FullPath_1() const { return ___FullPath_1; } inline String_t** get_address_of_FullPath_1() { return &___FullPath_1; } inline void set_FullPath_1(String_t* value) { ___FullPath_1 = value; Il2CppCodeGenWriteBarrier((&___FullPath_1), value); } inline static int32_t get_offset_of_OriginalPath_2() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___OriginalPath_2)); } inline String_t* get_OriginalPath_2() const { return ___OriginalPath_2; } inline String_t** get_address_of_OriginalPath_2() { return &___OriginalPath_2; } inline void set_OriginalPath_2(String_t* value) { ___OriginalPath_2 = value; Il2CppCodeGenWriteBarrier((&___OriginalPath_2), value); } inline static int32_t get_offset_of_stat_3() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___stat_3)); } inline MonoIOStat_t592533987 get_stat_3() const { return ___stat_3; } inline MonoIOStat_t592533987 * get_address_of_stat_3() { return &___stat_3; } inline void set_stat_3(MonoIOStat_t592533987 value) { ___stat_3 = value; } inline static int32_t get_offset_of_valid_4() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___valid_4)); } inline bool get_valid_4() const { return ___valid_4; } inline bool* get_address_of_valid_4() { return &___valid_4; } inline void set_valid_4(bool value) { ___valid_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESYSTEMINFO_T3745885336_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 ONEVENTCALL_T3758354630_H #define ONEVENTCALL_T3758354630_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.OnEventCall struct OnEventCall_t3758354630 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONEVENTCALL_T3758354630_H #ifndef CMAINROLE_T4200562839_H #define CMAINROLE_T4200562839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839 : public ISceneRole_t2394225724 { public: // System.Boolean DMCore.Framework.Scene.CMainRole::IslevelChange bool ___IslevelChange_59; public: inline static int32_t get_offset_of_IslevelChange_59() { return static_cast(offsetof(CMainRole_t4200562839, ___IslevelChange_59)); } inline bool get_IslevelChange_59() const { return ___IslevelChange_59; } inline bool* get_address_of_IslevelChange_59() { return &___IslevelChange_59; } inline void set_IslevelChange_59(bool value) { ___IslevelChange_59 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMAINROLE_T4200562839_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef DIRECTORYINFO_T35957480_H #define DIRECTORYINFO_T35957480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DirectoryInfo struct DirectoryInfo_t35957480 : public FileSystemInfo_t3745885336 { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_5; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_6; public: inline static int32_t get_offset_of_current_5() { return static_cast(offsetof(DirectoryInfo_t35957480, ___current_5)); } inline String_t* get_current_5() const { return ___current_5; } inline String_t** get_address_of_current_5() { return &___current_5; } inline void set_current_5(String_t* value) { ___current_5 = value; Il2CppCodeGenWriteBarrier((&___current_5), value); } inline static int32_t get_offset_of_parent_6() { return static_cast(offsetof(DirectoryInfo_t35957480, ___parent_6)); } inline String_t* get_parent_6() const { return ___parent_6; } inline String_t** get_address_of_parent_6() { return &___parent_6; } inline void set_parent_6(String_t* value) { ___parent_6 = value; Il2CppCodeGenWriteBarrier((&___parent_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYINFO_T35957480_H #ifndef CAMERA_T4157153871_H #define CAMERA_T4157153871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Camera struct Camera_t4157153871 : public Behaviour_t1437897464 { public: public: }; struct Camera_t4157153871_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_t190067161 * ___onPreCull_2; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_t190067161 * ___onPreRender_3; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_t190067161 * ___onPostRender_4; public: inline static int32_t get_offset_of_onPreCull_2() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPreCull_2)); } inline CameraCallback_t190067161 * get_onPreCull_2() const { return ___onPreCull_2; } inline CameraCallback_t190067161 ** get_address_of_onPreCull_2() { return &___onPreCull_2; } inline void set_onPreCull_2(CameraCallback_t190067161 * value) { ___onPreCull_2 = value; Il2CppCodeGenWriteBarrier((&___onPreCull_2), value); } inline static int32_t get_offset_of_onPreRender_3() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPreRender_3)); } inline CameraCallback_t190067161 * get_onPreRender_3() const { return ___onPreRender_3; } inline CameraCallback_t190067161 ** get_address_of_onPreRender_3() { return &___onPreRender_3; } inline void set_onPreRender_3(CameraCallback_t190067161 * value) { ___onPreRender_3 = value; Il2CppCodeGenWriteBarrier((&___onPreRender_3), value); } inline static int32_t get_offset_of_onPostRender_4() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPostRender_4)); } inline CameraCallback_t190067161 * get_onPostRender_4() const { return ___onPostRender_4; } inline CameraCallback_t190067161 ** get_address_of_onPostRender_4() { return &___onPostRender_4; } inline void set_onPostRender_4(CameraCallback_t190067161 * value) { ___onPostRender_4 = value; Il2CppCodeGenWriteBarrier((&___onPostRender_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAMERA_T4157153871_H #ifndef 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 UIWIDGET_T3538521925_H #define UIWIDGET_T3538521925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIWidget struct UIWidget_t3538521925 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Material UIWidget::mMat Material_t340375123 * ___mMat_2; // UnityEngine.Texture UIWidget::mTex Texture_t3661962703 * ___mTex_3; // UnityEngine.Color UIWidget::mColor Color_t2555686324 ___mColor_4; // UIWidget/Pivot UIWidget::mPivot int32_t ___mPivot_5; // System.Int32 UIWidget::mDepth int32_t ___mDepth_6; // UnityEngine.Transform UIWidget::mTrans Transform_t3600365921 * ___mTrans_7; // UIPanel UIWidget::mPanel UIPanel_t1716472341 * ___mPanel_8; // System.Boolean UIWidget::mChanged bool ___mChanged_9; // System.Boolean UIWidget::mPlayMode bool ___mPlayMode_10; // UnityEngine.Color UIWidget::m_OldColor Color_t2555686324 ___m_OldColor_11; // System.Int32 UIWidget::mVisibleFlag int32_t ___mVisibleFlag_12; // UIGeometry UIWidget::mGeom UIGeometry_t1059483952 * ___mGeom_13; public: inline static int32_t get_offset_of_mMat_2() { return static_cast(offsetof(UIWidget_t3538521925, ___mMat_2)); } inline Material_t340375123 * get_mMat_2() const { return ___mMat_2; } inline Material_t340375123 ** get_address_of_mMat_2() { return &___mMat_2; } inline void set_mMat_2(Material_t340375123 * value) { ___mMat_2 = value; Il2CppCodeGenWriteBarrier((&___mMat_2), value); } inline static int32_t get_offset_of_mTex_3() { return static_cast(offsetof(UIWidget_t3538521925, ___mTex_3)); } inline Texture_t3661962703 * get_mTex_3() const { return ___mTex_3; } inline Texture_t3661962703 ** get_address_of_mTex_3() { return &___mTex_3; } inline void set_mTex_3(Texture_t3661962703 * value) { ___mTex_3 = value; Il2CppCodeGenWriteBarrier((&___mTex_3), value); } inline static int32_t get_offset_of_mColor_4() { return static_cast(offsetof(UIWidget_t3538521925, ___mColor_4)); } inline Color_t2555686324 get_mColor_4() const { return ___mColor_4; } inline Color_t2555686324 * get_address_of_mColor_4() { return &___mColor_4; } inline void set_mColor_4(Color_t2555686324 value) { ___mColor_4 = value; } inline static int32_t get_offset_of_mPivot_5() { return static_cast(offsetof(UIWidget_t3538521925, ___mPivot_5)); } inline int32_t get_mPivot_5() const { return ___mPivot_5; } inline int32_t* get_address_of_mPivot_5() { return &___mPivot_5; } inline void set_mPivot_5(int32_t value) { ___mPivot_5 = value; } inline static int32_t get_offset_of_mDepth_6() { return static_cast(offsetof(UIWidget_t3538521925, ___mDepth_6)); } inline int32_t get_mDepth_6() const { return ___mDepth_6; } inline int32_t* get_address_of_mDepth_6() { return &___mDepth_6; } inline void set_mDepth_6(int32_t value) { ___mDepth_6 = value; } inline static int32_t get_offset_of_mTrans_7() { return static_cast(offsetof(UIWidget_t3538521925, ___mTrans_7)); } inline Transform_t3600365921 * get_mTrans_7() const { return ___mTrans_7; } inline Transform_t3600365921 ** get_address_of_mTrans_7() { return &___mTrans_7; } inline void set_mTrans_7(Transform_t3600365921 * value) { ___mTrans_7 = value; Il2CppCodeGenWriteBarrier((&___mTrans_7), value); } inline static int32_t get_offset_of_mPanel_8() { return static_cast(offsetof(UIWidget_t3538521925, ___mPanel_8)); } inline UIPanel_t1716472341 * get_mPanel_8() const { return ___mPanel_8; } inline UIPanel_t1716472341 ** get_address_of_mPanel_8() { return &___mPanel_8; } inline void set_mPanel_8(UIPanel_t1716472341 * value) { ___mPanel_8 = value; Il2CppCodeGenWriteBarrier((&___mPanel_8), value); } inline static int32_t get_offset_of_mChanged_9() { return static_cast(offsetof(UIWidget_t3538521925, ___mChanged_9)); } inline bool get_mChanged_9() const { return ___mChanged_9; } inline bool* get_address_of_mChanged_9() { return &___mChanged_9; } inline void set_mChanged_9(bool value) { ___mChanged_9 = value; } inline static int32_t get_offset_of_mPlayMode_10() { return static_cast(offsetof(UIWidget_t3538521925, ___mPlayMode_10)); } inline bool get_mPlayMode_10() const { return ___mPlayMode_10; } inline bool* get_address_of_mPlayMode_10() { return &___mPlayMode_10; } inline void set_mPlayMode_10(bool value) { ___mPlayMode_10 = value; } inline static int32_t get_offset_of_m_OldColor_11() { return static_cast(offsetof(UIWidget_t3538521925, ___m_OldColor_11)); } inline Color_t2555686324 get_m_OldColor_11() const { return ___m_OldColor_11; } inline Color_t2555686324 * get_address_of_m_OldColor_11() { return &___m_OldColor_11; } inline void set_m_OldColor_11(Color_t2555686324 value) { ___m_OldColor_11 = value; } inline static int32_t get_offset_of_mVisibleFlag_12() { return static_cast(offsetof(UIWidget_t3538521925, ___mVisibleFlag_12)); } inline int32_t get_mVisibleFlag_12() const { return ___mVisibleFlag_12; } inline int32_t* get_address_of_mVisibleFlag_12() { return &___mVisibleFlag_12; } inline void set_mVisibleFlag_12(int32_t value) { ___mVisibleFlag_12 = value; } inline static int32_t get_offset_of_mGeom_13() { return static_cast(offsetof(UIWidget_t3538521925, ___mGeom_13)); } inline UIGeometry_t1059483952 * get_mGeom_13() const { return ___mGeom_13; } inline UIGeometry_t1059483952 ** get_address_of_mGeom_13() { return &___mGeom_13; } inline void set_mGeom_13(UIGeometry_t1059483952 * value) { ___mGeom_13 = value; Il2CppCodeGenWriteBarrier((&___mGeom_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIWIDGET_T3538521925_H #ifndef UIROOT_T4022971450_H #define UIROOT_T4022971450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIRoot struct UIRoot_t4022971450 : public MonoBehaviour_t3962482529 { public: // UIRoot/Scaling UIRoot::scalingStyle int32_t ___scalingStyle_3; // System.Boolean UIRoot::automatic bool ___automatic_4; // System.Int32 UIRoot::manualHeight int32_t ___manualHeight_5; // System.Int32 UIRoot::minimumHeight int32_t ___minimumHeight_6; // System.Int32 UIRoot::maximumHeight int32_t ___maximumHeight_7; // UnityEngine.Transform UIRoot::mTrans Transform_t3600365921 * ___mTrans_8; public: inline static int32_t get_offset_of_scalingStyle_3() { return static_cast(offsetof(UIRoot_t4022971450, ___scalingStyle_3)); } inline int32_t get_scalingStyle_3() const { return ___scalingStyle_3; } inline int32_t* get_address_of_scalingStyle_3() { return &___scalingStyle_3; } inline void set_scalingStyle_3(int32_t value) { ___scalingStyle_3 = value; } inline static int32_t get_offset_of_automatic_4() { return static_cast(offsetof(UIRoot_t4022971450, ___automatic_4)); } inline bool get_automatic_4() const { return ___automatic_4; } inline bool* get_address_of_automatic_4() { return &___automatic_4; } inline void set_automatic_4(bool value) { ___automatic_4 = value; } inline static int32_t get_offset_of_manualHeight_5() { return static_cast(offsetof(UIRoot_t4022971450, ___manualHeight_5)); } inline int32_t get_manualHeight_5() const { return ___manualHeight_5; } inline int32_t* get_address_of_manualHeight_5() { return &___manualHeight_5; } inline void set_manualHeight_5(int32_t value) { ___manualHeight_5 = value; } inline static int32_t get_offset_of_minimumHeight_6() { return static_cast(offsetof(UIRoot_t4022971450, ___minimumHeight_6)); } inline int32_t get_minimumHeight_6() const { return ___minimumHeight_6; } inline int32_t* get_address_of_minimumHeight_6() { return &___minimumHeight_6; } inline void set_minimumHeight_6(int32_t value) { ___minimumHeight_6 = value; } inline static int32_t get_offset_of_maximumHeight_7() { return static_cast(offsetof(UIRoot_t4022971450, ___maximumHeight_7)); } inline int32_t get_maximumHeight_7() const { return ___maximumHeight_7; } inline int32_t* get_address_of_maximumHeight_7() { return &___maximumHeight_7; } inline void set_maximumHeight_7(int32_t value) { ___maximumHeight_7 = value; } inline static int32_t get_offset_of_mTrans_8() { return static_cast(offsetof(UIRoot_t4022971450, ___mTrans_8)); } inline Transform_t3600365921 * get_mTrans_8() const { return ___mTrans_8; } inline Transform_t3600365921 ** get_address_of_mTrans_8() { return &___mTrans_8; } inline void set_mTrans_8(Transform_t3600365921 * value) { ___mTrans_8 = value; Il2CppCodeGenWriteBarrier((&___mTrans_8), value); } }; struct UIRoot_t4022971450_StaticFields { public: // System.Collections.Generic.List`1 UIRoot::mRoots List_1_t1200078896 * ___mRoots_2; public: inline static int32_t get_offset_of_mRoots_2() { return static_cast(offsetof(UIRoot_t4022971450_StaticFields, ___mRoots_2)); } inline List_1_t1200078896 * get_mRoots_2() const { return ___mRoots_2; } inline List_1_t1200078896 ** get_address_of_mRoots_2() { return &___mRoots_2; } inline void set_mRoots_2(List_1_t1200078896 * value) { ___mRoots_2 = value; Il2CppCodeGenWriteBarrier((&___mRoots_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIROOT_T4022971450_H #ifndef UILABEL_T3248798549_H #define UILABEL_T3248798549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel struct UILabel_t3248798549 : public UIWidget_t3538521925 { public: // UIFont UILabel::mFont UIFont_t2766063701 * ___mFont_14; // System.String UILabel::mText String_t* ___mText_15; // System.Int32 UILabel::mMaxLineWidth int32_t ___mMaxLineWidth_16; // System.Boolean UILabel::mEncoding bool ___mEncoding_17; // System.Int32 UILabel::mMaxLineCount int32_t ___mMaxLineCount_18; // System.Boolean UILabel::mPassword bool ___mPassword_19; // System.Boolean UILabel::mShowLastChar bool ___mShowLastChar_20; // UILabel/Effect UILabel::mEffectStyle int32_t ___mEffectStyle_21; // UnityEngine.Color UILabel::mEffectColor Color_t2555686324 ___mEffectColor_22; // UIFont/SymbolStyle UILabel::mSymbols int32_t ___mSymbols_23; // UnityEngine.Vector2 UILabel::mEffectDistance Vector2_t2156229523 ___mEffectDistance_24; // System.Int32 UILabel::mSpacingX int32_t ___mSpacingX_25; // System.Int32 UILabel::mSpacingY int32_t ___mSpacingY_26; // UILabel/InsideEffect UILabel::mInsideEffectStyle int32_t ___mInsideEffectStyle_27; // UnityEngine.Color UILabel::mInsideEffectColor Color_t2555686324 ___mInsideEffectColor_28; // System.Single UILabel::mLineWidth float ___mLineWidth_29; // System.Boolean UILabel::mMultiline bool ___mMultiline_30; // System.Boolean UILabel::mShouldBeProcessed bool ___mShouldBeProcessed_31; // System.String UILabel::mProcessedText String_t* ___mProcessedText_32; // UnityEngine.Vector3 UILabel::mLastScale Vector3_t3722313464 ___mLastScale_33; // System.String UILabel::mLastText String_t* ___mLastText_34; // System.Int32 UILabel::mLastWidth int32_t ___mLastWidth_35; // System.Boolean UILabel::mLastEncoding bool ___mLastEncoding_36; // System.Int32 UILabel::mLastCount int32_t ___mLastCount_37; // System.Boolean UILabel::mLastPass bool ___mLastPass_38; // System.Boolean UILabel::mLastShow bool ___mLastShow_39; // UILabel/Effect UILabel::mLastEffect int32_t ___mLastEffect_40; // UnityEngine.Vector3 UILabel::mSize Vector3_t3722313464 ___mSize_41; // System.Boolean UILabel::mPremultiply bool ___mPremultiply_42; // UnityEngine.Vector2 UILabel::m_DrawSize Vector2_t2156229523 ___m_DrawSize_43; // System.Boolean UILabel::mApplyAlignmentForced bool ___mApplyAlignmentForced_44; public: inline static int32_t get_offset_of_mFont_14() { return static_cast(offsetof(UILabel_t3248798549, ___mFont_14)); } inline UIFont_t2766063701 * get_mFont_14() const { return ___mFont_14; } inline UIFont_t2766063701 ** get_address_of_mFont_14() { return &___mFont_14; } inline void set_mFont_14(UIFont_t2766063701 * value) { ___mFont_14 = value; Il2CppCodeGenWriteBarrier((&___mFont_14), value); } inline static int32_t get_offset_of_mText_15() { return static_cast(offsetof(UILabel_t3248798549, ___mText_15)); } inline String_t* get_mText_15() const { return ___mText_15; } inline String_t** get_address_of_mText_15() { return &___mText_15; } inline void set_mText_15(String_t* value) { ___mText_15 = value; Il2CppCodeGenWriteBarrier((&___mText_15), value); } inline static int32_t get_offset_of_mMaxLineWidth_16() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineWidth_16)); } inline int32_t get_mMaxLineWidth_16() const { return ___mMaxLineWidth_16; } inline int32_t* get_address_of_mMaxLineWidth_16() { return &___mMaxLineWidth_16; } inline void set_mMaxLineWidth_16(int32_t value) { ___mMaxLineWidth_16 = value; } inline static int32_t get_offset_of_mEncoding_17() { return static_cast(offsetof(UILabel_t3248798549, ___mEncoding_17)); } inline bool get_mEncoding_17() const { return ___mEncoding_17; } inline bool* get_address_of_mEncoding_17() { return &___mEncoding_17; } inline void set_mEncoding_17(bool value) { ___mEncoding_17 = value; } inline static int32_t get_offset_of_mMaxLineCount_18() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineCount_18)); } inline int32_t get_mMaxLineCount_18() const { return ___mMaxLineCount_18; } inline int32_t* get_address_of_mMaxLineCount_18() { return &___mMaxLineCount_18; } inline void set_mMaxLineCount_18(int32_t value) { ___mMaxLineCount_18 = value; } inline static int32_t get_offset_of_mPassword_19() { return static_cast(offsetof(UILabel_t3248798549, ___mPassword_19)); } inline bool get_mPassword_19() const { return ___mPassword_19; } inline bool* get_address_of_mPassword_19() { return &___mPassword_19; } inline void set_mPassword_19(bool value) { ___mPassword_19 = value; } inline static int32_t get_offset_of_mShowLastChar_20() { return static_cast(offsetof(UILabel_t3248798549, ___mShowLastChar_20)); } inline bool get_mShowLastChar_20() const { return ___mShowLastChar_20; } inline bool* get_address_of_mShowLastChar_20() { return &___mShowLastChar_20; } inline void set_mShowLastChar_20(bool value) { ___mShowLastChar_20 = value; } inline static int32_t get_offset_of_mEffectStyle_21() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectStyle_21)); } inline int32_t get_mEffectStyle_21() const { return ___mEffectStyle_21; } inline int32_t* get_address_of_mEffectStyle_21() { return &___mEffectStyle_21; } inline void set_mEffectStyle_21(int32_t value) { ___mEffectStyle_21 = value; } inline static int32_t get_offset_of_mEffectColor_22() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectColor_22)); } inline Color_t2555686324 get_mEffectColor_22() const { return ___mEffectColor_22; } inline Color_t2555686324 * get_address_of_mEffectColor_22() { return &___mEffectColor_22; } inline void set_mEffectColor_22(Color_t2555686324 value) { ___mEffectColor_22 = value; } inline static int32_t get_offset_of_mSymbols_23() { return static_cast(offsetof(UILabel_t3248798549, ___mSymbols_23)); } inline int32_t get_mSymbols_23() const { return ___mSymbols_23; } inline int32_t* get_address_of_mSymbols_23() { return &___mSymbols_23; } inline void set_mSymbols_23(int32_t value) { ___mSymbols_23 = value; } inline static int32_t get_offset_of_mEffectDistance_24() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectDistance_24)); } inline Vector2_t2156229523 get_mEffectDistance_24() const { return ___mEffectDistance_24; } inline Vector2_t2156229523 * get_address_of_mEffectDistance_24() { return &___mEffectDistance_24; } inline void set_mEffectDistance_24(Vector2_t2156229523 value) { ___mEffectDistance_24 = value; } inline static int32_t get_offset_of_mSpacingX_25() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingX_25)); } inline int32_t get_mSpacingX_25() const { return ___mSpacingX_25; } inline int32_t* get_address_of_mSpacingX_25() { return &___mSpacingX_25; } inline void set_mSpacingX_25(int32_t value) { ___mSpacingX_25 = value; } inline static int32_t get_offset_of_mSpacingY_26() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingY_26)); } inline int32_t get_mSpacingY_26() const { return ___mSpacingY_26; } inline int32_t* get_address_of_mSpacingY_26() { return &___mSpacingY_26; } inline void set_mSpacingY_26(int32_t value) { ___mSpacingY_26 = value; } inline static int32_t get_offset_of_mInsideEffectStyle_27() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectStyle_27)); } inline int32_t get_mInsideEffectStyle_27() const { return ___mInsideEffectStyle_27; } inline int32_t* get_address_of_mInsideEffectStyle_27() { return &___mInsideEffectStyle_27; } inline void set_mInsideEffectStyle_27(int32_t value) { ___mInsideEffectStyle_27 = value; } inline static int32_t get_offset_of_mInsideEffectColor_28() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectColor_28)); } inline Color_t2555686324 get_mInsideEffectColor_28() const { return ___mInsideEffectColor_28; } inline Color_t2555686324 * get_address_of_mInsideEffectColor_28() { return &___mInsideEffectColor_28; } inline void set_mInsideEffectColor_28(Color_t2555686324 value) { ___mInsideEffectColor_28 = value; } inline static int32_t get_offset_of_mLineWidth_29() { return static_cast(offsetof(UILabel_t3248798549, ___mLineWidth_29)); } inline float get_mLineWidth_29() const { return ___mLineWidth_29; } inline float* get_address_of_mLineWidth_29() { return &___mLineWidth_29; } inline void set_mLineWidth_29(float value) { ___mLineWidth_29 = value; } inline static int32_t get_offset_of_mMultiline_30() { return static_cast(offsetof(UILabel_t3248798549, ___mMultiline_30)); } inline bool get_mMultiline_30() const { return ___mMultiline_30; } inline bool* get_address_of_mMultiline_30() { return &___mMultiline_30; } inline void set_mMultiline_30(bool value) { ___mMultiline_30 = value; } inline static int32_t get_offset_of_mShouldBeProcessed_31() { return static_cast(offsetof(UILabel_t3248798549, ___mShouldBeProcessed_31)); } inline bool get_mShouldBeProcessed_31() const { return ___mShouldBeProcessed_31; } inline bool* get_address_of_mShouldBeProcessed_31() { return &___mShouldBeProcessed_31; } inline void set_mShouldBeProcessed_31(bool value) { ___mShouldBeProcessed_31 = value; } inline static int32_t get_offset_of_mProcessedText_32() { return static_cast(offsetof(UILabel_t3248798549, ___mProcessedText_32)); } inline String_t* get_mProcessedText_32() const { return ___mProcessedText_32; } inline String_t** get_address_of_mProcessedText_32() { return &___mProcessedText_32; } inline void set_mProcessedText_32(String_t* value) { ___mProcessedText_32 = value; Il2CppCodeGenWriteBarrier((&___mProcessedText_32), value); } inline static int32_t get_offset_of_mLastScale_33() { return static_cast(offsetof(UILabel_t3248798549, ___mLastScale_33)); } inline Vector3_t3722313464 get_mLastScale_33() const { return ___mLastScale_33; } inline Vector3_t3722313464 * get_address_of_mLastScale_33() { return &___mLastScale_33; } inline void set_mLastScale_33(Vector3_t3722313464 value) { ___mLastScale_33 = value; } inline static int32_t get_offset_of_mLastText_34() { return static_cast(offsetof(UILabel_t3248798549, ___mLastText_34)); } inline String_t* get_mLastText_34() const { return ___mLastText_34; } inline String_t** get_address_of_mLastText_34() { return &___mLastText_34; } inline void set_mLastText_34(String_t* value) { ___mLastText_34 = value; Il2CppCodeGenWriteBarrier((&___mLastText_34), value); } inline static int32_t get_offset_of_mLastWidth_35() { return static_cast(offsetof(UILabel_t3248798549, ___mLastWidth_35)); } inline int32_t get_mLastWidth_35() const { return ___mLastWidth_35; } inline int32_t* get_address_of_mLastWidth_35() { return &___mLastWidth_35; } inline void set_mLastWidth_35(int32_t value) { ___mLastWidth_35 = value; } inline static int32_t get_offset_of_mLastEncoding_36() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEncoding_36)); } inline bool get_mLastEncoding_36() const { return ___mLastEncoding_36; } inline bool* get_address_of_mLastEncoding_36() { return &___mLastEncoding_36; } inline void set_mLastEncoding_36(bool value) { ___mLastEncoding_36 = value; } inline static int32_t get_offset_of_mLastCount_37() { return static_cast(offsetof(UILabel_t3248798549, ___mLastCount_37)); } inline int32_t get_mLastCount_37() const { return ___mLastCount_37; } inline int32_t* get_address_of_mLastCount_37() { return &___mLastCount_37; } inline void set_mLastCount_37(int32_t value) { ___mLastCount_37 = value; } inline static int32_t get_offset_of_mLastPass_38() { return static_cast(offsetof(UILabel_t3248798549, ___mLastPass_38)); } inline bool get_mLastPass_38() const { return ___mLastPass_38; } inline bool* get_address_of_mLastPass_38() { return &___mLastPass_38; } inline void set_mLastPass_38(bool value) { ___mLastPass_38 = value; } inline static int32_t get_offset_of_mLastShow_39() { return static_cast(offsetof(UILabel_t3248798549, ___mLastShow_39)); } inline bool get_mLastShow_39() const { return ___mLastShow_39; } inline bool* get_address_of_mLastShow_39() { return &___mLastShow_39; } inline void set_mLastShow_39(bool value) { ___mLastShow_39 = value; } inline static int32_t get_offset_of_mLastEffect_40() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEffect_40)); } inline int32_t get_mLastEffect_40() const { return ___mLastEffect_40; } inline int32_t* get_address_of_mLastEffect_40() { return &___mLastEffect_40; } inline void set_mLastEffect_40(int32_t value) { ___mLastEffect_40 = value; } inline static int32_t get_offset_of_mSize_41() { return static_cast(offsetof(UILabel_t3248798549, ___mSize_41)); } inline Vector3_t3722313464 get_mSize_41() const { return ___mSize_41; } inline Vector3_t3722313464 * get_address_of_mSize_41() { return &___mSize_41; } inline void set_mSize_41(Vector3_t3722313464 value) { ___mSize_41 = value; } inline static int32_t get_offset_of_mPremultiply_42() { return static_cast(offsetof(UILabel_t3248798549, ___mPremultiply_42)); } inline bool get_mPremultiply_42() const { return ___mPremultiply_42; } inline bool* get_address_of_mPremultiply_42() { return &___mPremultiply_42; } inline void set_mPremultiply_42(bool value) { ___mPremultiply_42 = value; } inline static int32_t get_offset_of_m_DrawSize_43() { return static_cast(offsetof(UILabel_t3248798549, ___m_DrawSize_43)); } inline Vector2_t2156229523 get_m_DrawSize_43() const { return ___m_DrawSize_43; } inline Vector2_t2156229523 * get_address_of_m_DrawSize_43() { return &___m_DrawSize_43; } inline void set_m_DrawSize_43(Vector2_t2156229523 value) { ___m_DrawSize_43 = value; } inline static int32_t get_offset_of_mApplyAlignmentForced_44() { return static_cast(offsetof(UILabel_t3248798549, ___mApplyAlignmentForced_44)); } inline bool get_mApplyAlignmentForced_44() const { return ___mApplyAlignmentForced_44; } inline bool* get_address_of_mApplyAlignmentForced_44() { return &___mApplyAlignmentForced_44; } inline void set_mApplyAlignmentForced_44(bool value) { ___mApplyAlignmentForced_44 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILABEL_T3248798549_H #ifndef UISPRITE_T194114938_H #define UISPRITE_T194114938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite struct UISprite_t194114938 : public UIWidget_t3538521925 { public: // UIAtlas UISprite::mAtlas UIAtlas_t3195533529 * ___mAtlas_14; // System.String UISprite::mSpriteName String_t* ___mSpriteName_15; // System.Boolean UISprite::mHoldScale bool ___mHoldScale_16; // System.Boolean UISprite::mFillCenter bool ___mFillCenter_17; // UISprite/Type UISprite::mType int32_t ___mType_18; // UISprite/FillDirection UISprite::mFillDirection int32_t ___mFillDirection_19; // System.Single UISprite::mFillAmount float ___mFillAmount_20; // System.Boolean UISprite::mInvert bool ___mInvert_21; // UIAtlas/Sprite UISprite::mSprite Sprite_t2895597119 * ___mSprite_22; // UnityEngine.Rect UISprite::mInner Rect_t2360479859 ___mInner_23; // UnityEngine.Rect UISprite::mInnerUV Rect_t2360479859 ___mInnerUV_24; // UnityEngine.Rect UISprite::mOuter Rect_t2360479859 ___mOuter_25; // UnityEngine.Rect UISprite::mOuterUV Rect_t2360479859 ___mOuterUV_26; // UnityEngine.Vector3 UISprite::mScale Vector3_t3722313464 ___mScale_27; // System.Single UISprite::m_OldFillAmount float ___m_OldFillAmount_28; // System.Boolean UISprite::mSpriteSet bool ___mSpriteSet_29; public: inline static int32_t get_offset_of_mAtlas_14() { return static_cast(offsetof(UISprite_t194114938, ___mAtlas_14)); } inline UIAtlas_t3195533529 * get_mAtlas_14() const { return ___mAtlas_14; } inline UIAtlas_t3195533529 ** get_address_of_mAtlas_14() { return &___mAtlas_14; } inline void set_mAtlas_14(UIAtlas_t3195533529 * value) { ___mAtlas_14 = value; Il2CppCodeGenWriteBarrier((&___mAtlas_14), value); } inline static int32_t get_offset_of_mSpriteName_15() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteName_15)); } inline String_t* get_mSpriteName_15() const { return ___mSpriteName_15; } inline String_t** get_address_of_mSpriteName_15() { return &___mSpriteName_15; } inline void set_mSpriteName_15(String_t* value) { ___mSpriteName_15 = value; Il2CppCodeGenWriteBarrier((&___mSpriteName_15), value); } inline static int32_t get_offset_of_mHoldScale_16() { return static_cast(offsetof(UISprite_t194114938, ___mHoldScale_16)); } inline bool get_mHoldScale_16() const { return ___mHoldScale_16; } inline bool* get_address_of_mHoldScale_16() { return &___mHoldScale_16; } inline void set_mHoldScale_16(bool value) { ___mHoldScale_16 = value; } inline static int32_t get_offset_of_mFillCenter_17() { return static_cast(offsetof(UISprite_t194114938, ___mFillCenter_17)); } inline bool get_mFillCenter_17() const { return ___mFillCenter_17; } inline bool* get_address_of_mFillCenter_17() { return &___mFillCenter_17; } inline void set_mFillCenter_17(bool value) { ___mFillCenter_17 = value; } inline static int32_t get_offset_of_mType_18() { return static_cast(offsetof(UISprite_t194114938, ___mType_18)); } inline int32_t get_mType_18() const { return ___mType_18; } inline int32_t* get_address_of_mType_18() { return &___mType_18; } inline void set_mType_18(int32_t value) { ___mType_18 = value; } inline static int32_t get_offset_of_mFillDirection_19() { return static_cast(offsetof(UISprite_t194114938, ___mFillDirection_19)); } inline int32_t get_mFillDirection_19() const { return ___mFillDirection_19; } inline int32_t* get_address_of_mFillDirection_19() { return &___mFillDirection_19; } inline void set_mFillDirection_19(int32_t value) { ___mFillDirection_19 = value; } inline static int32_t get_offset_of_mFillAmount_20() { return static_cast(offsetof(UISprite_t194114938, ___mFillAmount_20)); } inline float get_mFillAmount_20() const { return ___mFillAmount_20; } inline float* get_address_of_mFillAmount_20() { return &___mFillAmount_20; } inline void set_mFillAmount_20(float value) { ___mFillAmount_20 = value; } inline static int32_t get_offset_of_mInvert_21() { return static_cast(offsetof(UISprite_t194114938, ___mInvert_21)); } inline bool get_mInvert_21() const { return ___mInvert_21; } inline bool* get_address_of_mInvert_21() { return &___mInvert_21; } inline void set_mInvert_21(bool value) { ___mInvert_21 = value; } inline static int32_t get_offset_of_mSprite_22() { return static_cast(offsetof(UISprite_t194114938, ___mSprite_22)); } inline Sprite_t2895597119 * get_mSprite_22() const { return ___mSprite_22; } inline Sprite_t2895597119 ** get_address_of_mSprite_22() { return &___mSprite_22; } inline void set_mSprite_22(Sprite_t2895597119 * value) { ___mSprite_22 = value; Il2CppCodeGenWriteBarrier((&___mSprite_22), value); } inline static int32_t get_offset_of_mInner_23() { return static_cast(offsetof(UISprite_t194114938, ___mInner_23)); } inline Rect_t2360479859 get_mInner_23() const { return ___mInner_23; } inline Rect_t2360479859 * get_address_of_mInner_23() { return &___mInner_23; } inline void set_mInner_23(Rect_t2360479859 value) { ___mInner_23 = value; } inline static int32_t get_offset_of_mInnerUV_24() { return static_cast(offsetof(UISprite_t194114938, ___mInnerUV_24)); } inline Rect_t2360479859 get_mInnerUV_24() const { return ___mInnerUV_24; } inline Rect_t2360479859 * get_address_of_mInnerUV_24() { return &___mInnerUV_24; } inline void set_mInnerUV_24(Rect_t2360479859 value) { ___mInnerUV_24 = value; } inline static int32_t get_offset_of_mOuter_25() { return static_cast(offsetof(UISprite_t194114938, ___mOuter_25)); } inline Rect_t2360479859 get_mOuter_25() const { return ___mOuter_25; } inline Rect_t2360479859 * get_address_of_mOuter_25() { return &___mOuter_25; } inline void set_mOuter_25(Rect_t2360479859 value) { ___mOuter_25 = value; } inline static int32_t get_offset_of_mOuterUV_26() { return static_cast(offsetof(UISprite_t194114938, ___mOuterUV_26)); } inline Rect_t2360479859 get_mOuterUV_26() const { return ___mOuterUV_26; } inline Rect_t2360479859 * get_address_of_mOuterUV_26() { return &___mOuterUV_26; } inline void set_mOuterUV_26(Rect_t2360479859 value) { ___mOuterUV_26 = value; } inline static int32_t get_offset_of_mScale_27() { return static_cast(offsetof(UISprite_t194114938, ___mScale_27)); } inline Vector3_t3722313464 get_mScale_27() const { return ___mScale_27; } inline Vector3_t3722313464 * get_address_of_mScale_27() { return &___mScale_27; } inline void set_mScale_27(Vector3_t3722313464 value) { ___mScale_27 = value; } inline static int32_t get_offset_of_m_OldFillAmount_28() { return static_cast(offsetof(UISprite_t194114938, ___m_OldFillAmount_28)); } inline float get_m_OldFillAmount_28() const { return ___m_OldFillAmount_28; } inline float* get_address_of_m_OldFillAmount_28() { return &___m_OldFillAmount_28; } inline void set_m_OldFillAmount_28(float value) { ___m_OldFillAmount_28 = value; } inline static int32_t get_offset_of_mSpriteSet_29() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteSet_29)); } inline bool get_mSpriteSet_29() const { return ___mSpriteSet_29; } inline bool* get_address_of_mSpriteSet_29() { return &___mSpriteSet_29; } inline void set_mSpriteSet_29(bool value) { ___mSpriteSet_29 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISPRITE_T194114938_H // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_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, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_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.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.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t336297922 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t4030379155 m_Items[1]; public: inline KeyValuePair_2_t4030379155 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t4030379155 * 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, KeyValuePair_2_t4030379155 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline KeyValuePair_2_t4030379155 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t4030379155 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t4030379155 value) { m_Items[index] = value; } }; // 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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4059354831_gshared (Action_1_t1569734369 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3581340774_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2269680114_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m697420525_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2696058023_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m186164705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m888956288_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2770200702_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m358737454_gshared (List_1_t913674750 * __this, int64_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m679968318_gshared (List_1_t913674750 * __this, int64_t p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t List_1_get_Item_m3814898732_gshared (List_1_t913674750 * __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m4042510263_gshared (SortKeyInfo_1_t110361559 * __this, int64_t p0, int64_t p1, bool p2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t110361559 * ___keyInfo0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor3(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor3_TisInt64_t3736567304_m3357754281_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t110361559 * ___keyFirst0, SortKeyInfo_1_t110361559 * ___keySecond1, SortKeyInfo_1_t110361559 * ___keyThird2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2237906497_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m166171898_gshared (Dictionary_2_t1854432203 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_m2048854920_gshared (List_1_t257213610 * __this, Predicate_1_t3905400288 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m2487359030_gshared (Dictionary_2_t1854432203 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Comparison_1__ctor_m2086841574_gshared (Comparison_1_t2855037343 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m116019857_gshared (List_1_t257213610 * __this, Comparison_1_t2855037343 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void List_1_Reverse_m3108420294_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m4281964412_gshared (Dictionary_2_t1854432203 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m1232137564_gshared (Dictionary_2_t1854432203 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m470245444_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2142368520_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3007748546_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // 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); // T DMCore.Framework.Misc.CEncrptHelp`1::Get() extern "C" IL2CPP_METHOD_ATTR int32_t CEncrptHelp_1_Get_m2053086496_gshared (CEncrptHelp_1_t2107105261 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CEncrptHelp`1::Set(T) extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_1_Set_m402441972_gshared (CEncrptHelp_1_t2107105261 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // 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::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_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); // !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.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.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); // !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.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.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); // !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); // 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.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2159083576_gshared (Action_1_t1569734369 * __this, float p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1328752868_gshared (List_1_t257213610 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m236774955_gshared (Dictionary_2_t1444694249 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3398877024 Dictionary_2_GetEnumerator_m2978988825_gshared (Dictionary_2_t1444694249 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t3842366416 Enumerator_get_Current_m2190540846_gshared (Enumerator_t3398877024 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m3347890282_gshared (KeyValuePair_2_t3842366416 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m481679286_gshared (Enumerator_t3398877024 * __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.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::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); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CEncrptHelp`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_1__ctor_m739074458_gshared (CEncrptHelp_1_t2107105261 * __this, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BetterList_1_ToArray_m3387226773_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m916496649_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode__ctor_m3470105076 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::Clear() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Clear_m3295038275 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::PrepareResources() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_PrepareResources_m4062725341 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Void DMCore.CAnimManager::GetAnimClipCache(System.String) extern "C" IL2CPP_METHOD_ATTR void CAnimManager_GetAnimClipCache_m3928077600 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m1279813597 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, bool ___bAsync1, const RuntimeMethod* method); // System.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); // DMCore.DanceMode.CDanceMode DMCore.DanceMode.CDanceModeManager::GetDanceModeIns() extern "C" IL2CPP_METHOD_ATTR CDanceMode_t1520520494 * CDanceModeManager_GetDanceModeIns_m2487172692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceMode::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_GetSectionCount_m2327911418 (CDanceMode_t1520520494 * __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 DMCore.Framework.Scene.ISceneBaseObj::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_PlayEffect_m4006788978 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::OnMusicEndRoleAnim() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_OnMusicEndRoleAnim_m176759538 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopEffect_m879461206 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, 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); // DMCore.DanceMode.CRoleBeatKeyData_Total DMCore.DanceMode.CDanceMode::GetData_TotalByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleBeatKeyData_Total_t538171442 * CDanceMode_GetData_TotalByIndex_m2969521879 (CDanceMode_t1520520494 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Max_m3673002171 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService::FindRoleByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CSceneService_FindRoleByUserID_m4171044813 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Total::get_score() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleBeatKeyData_Total_get_score_m3615130383 (CRoleBeatKeyData_Total_t538171442 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceMode::GetData_TotalCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_GetData_TotalCount_m3617191463 (CDanceMode_t1520520494 * __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.Framework.Scene.CSceneService DMCore.CRoot::GetSceneService() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * CRoot_GetSceneService_m2061443921 (CRoot_t1043641654 * __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.ISceneBaseObj::ClearAnimCached() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ClearAnimCached_m960245356 (ISceneBaseObj_t858622483 * __this, 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.Framework.Scene.ISceneRole::SetScenePoint(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetScenePoint_m3088388914 (ISceneRole_t2394225724 * __this, int32_t ___scenePt0, 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); // UnityEngine.AnimationClip DMCore.CAnimManager::GetAnimClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CAnimManager_GetAnimClip_m1783282542 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.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.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_PlayAnimClip_m3190763634 (ISceneBaseObj_t858622483 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Update_m3853008051 (ILogicBase_t2190831891 * __this, float ___fTimeDelta0, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Clear() extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Clear_m1542459772 (CDataProperty_t2806246268 * __this, const RuntimeMethod* method); // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResourceAdapter_t3687212940 * CResourceAdapter_GetInstance_m3328036836 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfUsePkgSystem() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfUsePkgSystem_m1147199107 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method); // System.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.Void DMCore.Framework.Resource.IResourceManager::ClearAllProtectedRes() extern "C" IL2CPP_METHOD_ATTR void IResourceManager_ClearAllProtectedRes_m142422286 (IResourceManager_t3165642952 * __this, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m170606278 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.Void 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.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // 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.Void DMCore.Logic.CWndController::DoWithWndEnable(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CWndController_DoWithWndEnable_m2191996108 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::FilterRoleBeatKeyData() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_FilterRoleBeatKeyData_m1106883004 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::SortRoleResult() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_SortRoleResult_m2190656169 (CDanceMode_t1520520494 * __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 DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::OnStartRoleAnim(DMCore.DanceMode.CDanceMode/OnRoleAnimEnd) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_OnStartRoleAnim_m27611709 (CDanceMode_t1520520494 * __this, OnRoleAnimEnd_t3559497459 * ___ptrRoleAnimEnd0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::EnableModelItem(DMCore.Framework.Scene.enumModelCategory,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_EnableModelItem_m1552532128 (ISceneRole_t2394225724 * __this, int32_t ___category0, bool ___bEnable1, const RuntimeMethod* method); // DMCore.ISoundManager DMCore.CRoot::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * CRoot_GetSoundManager_m30020774 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.ISoundManager::PlayOnce(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_PlayOnce_m3370941300 (ISoundManager_t434164892 * __this, AudioClip_t3680889665 * ___clip0, const RuntimeMethod* method); // DMCore.Framework.CSceneEffectManager DMCore.Framework.CSceneEffectManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSceneEffectManager_t793970061 * CSceneEffectManager_GetInstance_m2293662075 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m4059354831(__this, p0, p1, method) (( void (*) (Action_1_t1569734369 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m4059354831_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.CSceneEffectManager::RegisterDefaultTimeCallback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011 (CSceneEffectManager_t793970061 * __this, Action_1_t1569734369 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.Framework.CSceneEffectManager::RegisterShowTimeCallback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_RegisterShowTimeCallback_m2073380952 (CSceneEffectManager_t793970061 * __this, Action_1_t1569734369 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode_Heart::OnCallRoleAnim(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnCallRoleAnim_m2604945564 (CDanceMode_Heart_t1287841595 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method); // System.String DMCore.DanceMode.CDanceMode_Heart::GetStartEffectName(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR String_t* CDanceMode_Heart_GetStartEffectName_m2458022748 (CDanceMode_Heart_t1287841595 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode/OnRoleAnimEnd::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnRoleAnimEnd_Invoke_m4030305385 (OnRoleAnimEnd_t3559497459 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetIdleAnim_m1936918694 (ISceneBaseObj_t858622483 * __this, String_t* ___animName0, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetActiveCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetActiveCamera_m490033116 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_forward_m747522392 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m2104357790 (RuntimeObject * __this /* static, unused */, float p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Addition_m779775034 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_position_m3387557959 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_up_m3584168373 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m3376773913 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_right() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_right_m1913784872 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_AngleAxis_m1767165696 (RuntimeObject * __this /* static, unused */, float p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_TRS_m3801934620 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Quaternion_t2301928331 p1, Vector3_t3722313464 p2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_UnaryNegation_m1951478815 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint3x4(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyPoint3x4_m4145063176 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_forward(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_forward_m1840797198 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // DMCore.CEventManager DMCore.IHelp::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * IHelp_GetEventManager_m2071002582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.OnEventCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnEventCall__ctor_m3140516762 (OnEventCall_t3758354630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::Push(System.Single,System.Single,DMCore.OnEventCall,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventManager_Push_m969834737 (CEventManager_t474365641 * __this, float ___fTimeDelay0, float ___fTimeLength1, OnEventCall_t3758354630 * ___ptr2, int32_t ___userData3, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m2143949090 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, int32_t ___userData2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Max_m3146388979 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m1854500591 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceMode::GetServerSectionIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_GetServerSectionIndex_m1307218057 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CSectionRoleTask::Clear() extern "C" IL2CPP_METHOD_ATTR void CSectionRoleTask_Clear_m3325556555 (CSectionRoleTask_t2014828986 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneModelObj DMCore.Framework.Scene.CSceneService::GetSceneObj() extern "C" IL2CPP_METHOD_ATTR CSceneModelObj_t2681526009 * CSceneService_GetSceneObj_m85658510 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // 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.DanceMode.stRoleMoveInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stRoleMoveInfo__ctor_m4189251270 (stRoleMoveInfo_t1278810436 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Quaternion__ctor_m435141806 (Quaternion_t2301928331 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.CSceneService::GetScenePointTrans(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CSceneService_GetScenePointTrans_m1104265267 (CSceneService_t551449725 * __this, int32_t ___posIndex0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3512643911(__this, p0, method) (( void (*) (List_1_t2750885178 *, stRoleMoveInfo_t1278810436 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m3707688467 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Lerp_m407887542 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, float p2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Lerp_m1238806789 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, float p2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_rotation_m3524318132 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::SetWatchTarget(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetWatchTarget_m1900455678 (ICameraBase_t3615533728 * __this, Transform_t3600365921 * ___target0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1246520958(__this, method) (( int32_t (*) (List_1_t2750885178 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // DMCore.CEventManager DMCore.CRoot::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * CRoot_GetEventManager_m2015848526 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.CEventManager::Push(System.Single,System.Single,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_Push_m581519217 (CEventManager_t474365641 * __this, float ___fTimeDelay0, float ___fTimeLength1, OnEventCall_t3758354630 * ___ptr2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp_m3350697880 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3539424980(__this, p0, method) (( stRoleMoveInfo_t1278810436 * (*) (List_1_t2750885178 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.DanceMode.CDanceMode::OnSectionRoleMoveing(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_OnSectionRoleMoveing_m3634149004 (RuntimeObject * __this /* static, unused */, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3581340774(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1__ctor_m3581340774_gshared)(__this, method) // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PersonaliseConfig_t2812043406 * PersonaliseConfig_GetInstance_m2421924694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseConfig::PrepareShowTimeResources() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PrepareShowTimeResources_m3947219313 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2269680114(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_Clear_m2269680114_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m697420525(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Add_m697420525_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2696058023(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1_Clear_m2696058023_gshared)(__this, method) // System.Int32 DMCore.DanceMode.CDanceMode_Normal::GetAnimRandomVal() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_Normal_GetAnimRandomVal_m2510512001 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.String System.String::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); // MemberManager MemberManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MemberManager_t2979457932 * MemberManager_GetInstance_m1562229700 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String MemberManager::GetMemberEffectName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* MemberManager_GetMemberEffectName_m885960294 (MemberManager_t2979457932 * __this, int32_t ___memberLevel0, 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.String DMCore.Logic.PersonaliseConfig::GetAnimNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetAnimNameByID_m3019749223 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentFollowedPet() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentFollowedPet_m3456142787 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsEnable_m3745268461 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionConfig_t1976691651 * CPetActionConfig_GetInstance_m684232195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CPetActionConfig::GetActionResByModelID(System.Int32,DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByModelID_m823719944 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, int32_t ___actionType1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m186164705(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m186164705_gshared)(__this, method) // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Range_m4054026115 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m888956288(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m888956288_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m2770200702(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2770200702_gshared)(__this, p0, method) // System.Int32 DMCore.Framework.Scene.CSceneService::GetRoleNum() extern "C" IL2CPP_METHOD_ATTR int32_t CSceneService_GetRoleNum_m2909813266 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveManager_t3058433014 * CPveManager_GetInstance_m1165268867 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveManager::IsPveMode() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsPveMode_m3137815888 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m358737454(__this, p0, method) (( void (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))List_1_Add_m358737454_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m679968318(__this, p0, method) (( bool (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))List_1_Contains_m679968318_gshared)(__this, p0, method) // System.Void DMCore.DanceMode.CDanceMode_Normal::OnCallRoleAnim(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnCallRoleAnim_m1363059934 (CDanceMode_Normal_t3148057993 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3814898732(__this, p0, method) (( int64_t (*) (List_1_t913674750 *, int32_t, const RuntimeMethod*))List_1_get_Item_m3814898732_gshared)(__this, p0, method) // System.Boolean DMCore.Framework.Scene.ISceneRole::IfModelItemEnable(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IfModelItemEnable_m2179668944 (ISceneRole_t2394225724 * __this, int32_t ___category0, 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); // 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); // DMCore.Framework.Scene.CVehicleRoleAnimName DMCore.Framework.Scene.CRoleModelItem_VehicleCfg::GetOwner(System.Boolean) extern "C" IL2CPP_METHOD_ATTR CVehicleRoleAnimName_t758558953 * CRoleModelItem_VehicleCfg_GetOwner_m2048399818 (CRoleModelItem_VehicleCfg_t3488277076 * __this, bool ___male0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.CVehicleRoleAnimName::GetRandomPlayName() extern "C" IL2CPP_METHOD_ATTR String_t* CVehicleRoleAnimName_GetRandomPlayName_m4232037906 (CVehicleRoleAnimName_t758558953 * __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); // System.Single DMCore.DanceMode.CDanceMode::PickLeftTime(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR float CDanceMode_PickLeftTime_m182819962 (RuntimeObject * __this /* static, unused */, int32_t ___nDestSectionIndex0, bool ___containFinalTime1, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeyManager DMCore.IHelp::GetBeatKeyManager() extern "C" IL2CPP_METHOD_ATTR CBeatKeyManager_t1395295909 * IHelp_GetBeatKeyManager_m1731636776 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeyManager::GetBpm() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyManager_GetBpm_m1897872510 (CBeatKeyManager_t1395295909 * __this, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_KEY_MODE DMCore.DanceMode.CDanceModeManager::get_KeyMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_KeyMode_m2381482102 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.DanceMode.ClassicalKeyLogic DMCore.DanceMode.ClassicalKeyLogic::GetInstance() extern "C" IL2CPP_METHOD_ATTR ClassicalKeyLogic_t2839086845 * ClassicalKeyLogic_GetInstance_m2319546815 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsMusicSectionChangedClient(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsMusicSectionChangedClient_m225590990 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceMode_Score::GetAnimRandomVal() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_Score_GetAnimRandomVal_m193975704 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneRole::GetRoleFashionEffectName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_GetRoleFashionEffectName_m391684629 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // CQualifyingManager CQualifyingManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQualifyingManager_t954001806 * CQualifyingManager_GetInstance_m1430111945 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // SelfQualifyPkResultInfo CQualifyingManager::get_PkResult() extern "C" IL2CPP_METHOD_ATTR SelfQualifyPkResultInfo_t1561294256 * CQualifyingManager_get_PkResult_m868160114 (CQualifyingManager_t954001806 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) #define SortKeyInfo_1__ctor_m4042510263(__this, p0, p1, p2, method) (( void (*) (SortKeyInfo_1_t110361559 *, int64_t, int64_t, bool, const RuntimeMethod*))SortKeyInfo_1__ctor_m4042510263_gshared)(__this, p0, p1, p2, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450(__this /* static, unused */, ___keyInfo0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t110361559 *, const RuntimeMethod*))CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_gshared)(__this /* static, unused */, ___keyInfo0, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor3(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor3_TisInt64_t3736567304_m3357754281(__this /* static, unused */, ___keyFirst0, ___keySecond1, ___keyThird2, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t110361559 *, SortKeyInfo_1_t110361559 *, SortKeyInfo_1_t110361559 *, const RuntimeMethod*))CSortTemplete_SortFunctor3_TisInt64_t3736567304_m3357754281_gshared)(__this /* static, unused */, ___keyFirst0, ___keySecond1, ___keyThird2, method) // System.Void DMCore.DanceMode.CDanceMode_Score::OnCallRoleAnim(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnCallRoleAnim_m3944254658 (CDanceMode_Score_t129366621 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode::OnActiveDataChanged(System.Int64,DMCore.DanceMode.CRoleBeatKeyData_Active,DMCore.DanceMode.CRoleBeatKeyData_Active) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_OnActiveDataChanged_m1463851639 (CDanceMode_t1520520494 * __this, int64_t ___userID0, CRoleBeatKeyData_Active_t3989483231 * ___old1, CRoleBeatKeyData_Active_t3989483231 * ___cur2, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsNeedRefreshScore(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsNeedRefreshScore_m2533887198 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode_Score::OnChangeDancePos() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnChangeDancePos_m4154661755 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsNeedRefreshPlayResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsNeedRefreshPlayResult_m883988152 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_RefreshedUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_RefreshedUserID_m306621457 (ClassicalKeyLogic_t2839086845 * __this, int64_t ___value0, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * CSceneService_GetMainRole_m3386793463 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::IsPlayingMemberShipEffect() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_IsPlayingMemberShipEffect_m4029322539 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2237906497(__this, method) (( int32_t (*) (List_1_t913674750 *, const RuntimeMethod*))List_1_get_Count_m2237906497_gshared)(__this, method) // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::get_ActiveQueueIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::GetQueueCount() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_GetQueueCount_m4211381272 (ClassicalKeyLogic_t2839086845 * __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.DanceMode.CDanceModeManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_ClearAll_m327441746 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CKDDeviceService::GameStart() extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_GameStart_m2909485344 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::ClearAllEffect() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ClearAllEffect_m3221289534 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalBattle_t1519924991 * CLocalBattle_GetInstance_m150705100 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableLocalGame() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableLocalGame_m1315119155 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableDoubleMode() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableDoubleMode_m4172060757 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CKDDeviceService::GameEnd(System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CKDDeviceService_GameEnd_m866746633 (RuntimeObject * __this /* static, unused */, int32_t ___level0, int32_t ___score1, bool ___isWinner2, int32_t ___mode3, int32_t ___opponentId4, const RuntimeMethod* method); // DMCore.DanceMode.CDanceManager DMCore.CRoot::GetDanceManager() extern "C" IL2CPP_METHOD_ATTR CDanceManager_t448141780 * CRoot_GetDanceManager_m876173276 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceManager::GetCurMusicLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceManager_GetCurMusicLevel_m2261253390 (CDanceManager_t448141780 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode_Normal::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal__ctor_m329968243 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode_Heart::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart__ctor_m514549574 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode_Score::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score__ctor_m2781971423 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceMode_Battle::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Battle__ctor_m1551519832 (CDanceMode_Battle_t3921573432 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.ITextBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITextBase__ctor_m91730659 (ITextBase_t660344599 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2525691087(__this, method) (( void (*) (Dictionary_2_t3782052096 *, const RuntimeMethod*))Dictionary_2__ctor_m166171898_gshared)(__this, method) // System.Void DMCore.Framework.ITextBase::PushTask(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_PushTask_m2878137237 (ITextBase_t660344599 * __this, String_t* ___rowConfigPath0, int32_t ___userData1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceScoreRatio::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceScoreRatio__ctor_m771628702 (CDanceScoreRatio_t899523984 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetCurScoreRatio(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetCurScoreRatio_m1053968459 (CDanceScoreRatio_t899523984 * __this, int32_t ___comboCount0, int32_t ___fashionStarCount1, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetCurScoreRatio(DMCore.DanceMode.ENUM_KEY_MODE,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetCurScoreRatio_m819537233 (CDanceScoreRatio_t899523984 * __this, int32_t ___keyMode0, int32_t ___comboCount1, int32_t ___fashionStarCount2, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetCurScoreRatioU3Ec__AnonStorey0__ctor_m1145365879 (U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceScoreRatio::_GetDestScoreRatioLib(DMCore.DanceMode.ENUM_KEY_MODE) extern "C" IL2CPP_METHOD_ATTR List_1_t712758761 * CDanceScoreRatio__GetDestScoreRatioLib_m2237322585 (CDanceScoreRatio_t899523984 * __this, int32_t ___keyMode0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3672286690(__this, p0, p1, method) (( void (*) (Predicate_1_t65978143 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2388755695(__this, p0, method) (( ScoreRatioUnit_t3535651315 * (*) (List_1_t712758761 *, Predicate_1_t65978143 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2886493082(__this, p0, method) (( ScoreRatioUnit_t3535651315 * (*) (List_1_t712758761 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetMaxScoreRatio(DMCore.DanceMode.ENUM_KEY_MODE,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetMaxScoreRatio_m2735255659 (CDanceScoreRatio_t899523984 * __this, int32_t ___keyMode0, int32_t ___fashionStarCount1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetMaxScoreRatioU3Ec__AnonStorey1__ctor_m1440214675 (U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m1213049812(__this, method) (( void (*) (Dictionary_2_t3782052096 *, const RuntimeMethod*))Dictionary_2_Clear_m2487359030_gshared)(__this, method) // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1703782134(__this, method) (( void (*) (List_1_t712758761 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m3447431122 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScoreRatioUnit__ctor_m1612714378 (ScoreRatioUnit_t3535651315 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::IsNumberic(System.String) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_IsNumberic_m3367265569 (RuntimeObject * __this /* static, unused */, String_t* ___strVal0, 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 System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m602249708(__this, p0, method) (( void (*) (List_1_t712758761 *, ScoreRatioUnit_t3535651315 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m1198187307(__this, p0, p1, method) (( void (*) (Comparison_1_t3310582494 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m3955365477(__this, p0, method) (( void (*) (List_1_t712758761 *, Comparison_1_t3310582494 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Reverse() #define List_1_Reverse_m4236655419(__this, method) (( void (*) (List_1_t712758761 *, const RuntimeMethod*))List_1_Reverse_m3108420294_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m3482068944(__this, p0, p1, method) (( void (*) (Dictionary_2_t3782052096 *, int32_t, List_1_t712758761 *, const RuntimeMethod*))Dictionary_2_Add_m4281964412_gshared)(__this, p0, p1, method) // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogFile(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogFile_m4227814860 (CLogHelp_t779629444 * __this, String_t* ___strVal0, const RuntimeMethod* method); // System.Int32 System.Int32::CompareTo(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4284770383 (int32_t* __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2576847544(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3782052096 *, int32_t, List_1_t712758761 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m1232137564_gshared)(__this, p0, p1, method) // System.Void DMCore.DanceMode.ClassicalKeyLogic::_InternalInit() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic__InternalInit_m916283493 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::.ctor() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic__ctor_m2490789083 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::get_PlayMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_PlayMode_m4120183678 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimSystem DMCore.IHelp::GetMovieSystem() extern "C" IL2CPP_METHOD_ATTR CAnimSystem_t3541144328 * IHelp_GetMovieSystem_m2219992042 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimSequence DMCore.Framework.Movie.CAnimSystem::GetSequence(System.String) extern "C" IL2CPP_METHOD_ATTR CAnimSequence_t1119714129 * CAnimSystem_GetSequence_m4015007355 (CAnimSystem_t3541144328 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Movie.CAnimSequence::GetNodeCount() extern "C" IL2CPP_METHOD_ATTR int32_t CAnimSequence_GetNodeCount_m514257036 (CAnimSequence_t1119714129 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.ClassicalKeyLogic::get_BPMScale() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_get_BPMScale_m2654097174 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsNeedSendSectionData() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsNeedSendSectionData_m4057351238 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsNeedSendSectionData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsNeedSendSectionData_m3820406294 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Single DMCore.Framework.Movie.CAnimSystem::Tell() extern "C" IL2CPP_METHOD_ATTR float CAnimSystem_Tell_m1941641543 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // DMCore.DanceMode.ClassicalKeyQueue DMCore.DanceMode.ClassicalKeyLogic::_GetDestKeyQueue(System.Int32) extern "C" IL2CPP_METHOD_ATTR ClassicalKeyQueue_t335011495 * ClassicalKeyLogic__GetDestKeyQueue_m2562265480 (ClassicalKeyLogic_t2839086845 * __this, int32_t ___queueIndex0, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimMusicSection DMCore.DanceMode.CDanceManager::GetCurMusicSection() extern "C" IL2CPP_METHOD_ATTR CAnimMusicSection_t536843937 * CDanceManager_GetCurMusicSection_m2983006170 (CDanceManager_t448141780 * __this, const RuntimeMethod* method); // DMCore.Framework.Movie.enumTriggerState DMCore.Framework.Movie.CAnimMusicSection::GetTriggerState() extern "C" IL2CPP_METHOD_ATTR int32_t CAnimMusicSection_GetTriggerState_m403024803 (CAnimMusicSection_t536843937 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Movie.CAnimMusicSection::get_PrepareTime() extern "C" IL2CPP_METHOD_ATTR float CAnimMusicSection_get_PrepareTime_m2419457771 (CAnimMusicSection_t536843937 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Movie.CAnimMusicSection::get_BeatKeyTime() extern "C" IL2CPP_METHOD_ATTR float CAnimMusicSection_get_BeatKeyTime_m3293130414 (CAnimMusicSection_t536843937 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 DMCore.Framework.Movie.CAnimNode::GetTimeRange() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CAnimNode_GetTimeRange_m3224112428 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // DMCore.Logic.CMusicManager DMCore.Logic.CMusicManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMusicManager_t3263666357 * CMusicManager_GetInstance_m2807125879 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CMusicDescription DMCore.Logic.CMusicManager::GetCurMusicDescription() extern "C" IL2CPP_METHOD_ATTR CMusicDescription_t2126213410 * CMusicManager_GetCurMusicDescription_m4239074707 (CMusicManager_t3263666357 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Movie.CAnimNode::Elapsed() extern "C" IL2CPP_METHOD_ATTR float CAnimNode_Elapsed_m3981817925 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.DanceMode.ClassicalKeyLogic::get_ActiveKeySet() extern "C" IL2CPP_METHOD_ATTR List_1_t8294265 * ClassicalKeyLogic_get_ActiveKeySet_m2076503804 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1963067268(__this, method) (( int32_t (*) (List_1_t8294265 *, 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_m3229285592(__this, p0, method) (( ClassicalKeyUnit_t2831186819 * (*) (List_1_t8294265 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsPartStart() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsPartStart_m3487016619 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsPartStart(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsPartStart_m4099933930 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsFinishMoveKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsFinishMoveKey_m1366281544 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_ActiveKeyIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_ActiveKeyIndex_m533876403 (ClassicalKeyLogic_t2839086845 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsJudgeAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsJudgeAlready_m2890572181 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::get_ActiveKeyLevel() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_get_ActiveKeyLevel_m2768011980 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsActiveQueueIndexChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsActiveQueueIndexChanged_m1368025950 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.CSceneEffectManager::CallShowTimeEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_CallShowTimeEffect_m337555587 (CSceneEffectManager_t793970061 * __this, float ___fTimeDuration0, const RuntimeMethod* method); // System.Void DMCore.Framework.CSceneEffectManager::CallDefaultEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_CallDefaultEffect_m3772006282 (CSceneEffectManager_t793970061 * __this, float ___fTimeDuration0, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimNode DMCore.Framework.Movie.CAnimSequence::GetNode(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAnimNode_t3327376431 * CAnimSequence_GetNode_m3843207171 (CAnimSequence_t1119714129 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAnimNode__ctor_m1129265667 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m212324087(__this, method) (( void (*) (List_1_t8294265 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m4052028796(__this, method) (( Enumerator_t1897538142 (*) (List_1_t8294265 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m3124844671(__this, method) (( ClassicalKeyUnit_t2831186819 * (*) (Enumerator_t1897538142 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m39634434(__this, method) (( bool (*) (Enumerator_t1897538142 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m907974815(__this, method) (( void (*) (Enumerator_t1897538142 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlNode::SetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_SetAttribute_m3965231450 (DMXmlNode_t3958967524 * __this, String_t* ___key0, String_t* ___val1, const RuntimeMethod* method); // System.String System.Single::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_CreateElement_m495605703 (RuntimeObject * __this /* static, unused */, String_t* ___nodeName0, const RuntimeMethod* method); // System.Void DMCore.Framework.XML.DMXmlNode::AppendChild(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void DMXmlNode_AppendChild_m1303778160 (DMXmlNode_t3958967524 * __this, DMXmlNode_t3958967524 * ___node0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(DMCore.Framework.XML.DMXmlNode,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m1889603049 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::GetXmlElemFloat(DMCore.Framework.XML.DMXmlNode,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_GetXmlElemFloat_m1388798143 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, float ___fDefault2, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyUnit__ctor_m4052763507 (ClassicalKeyUnit_t2831186819 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMathHelp::RandomRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMathHelp_RandomRange_m3121534333 (RuntimeObject * __this /* static, unused */, int32_t ___minVal0, int32_t ___maxVal1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4247163161(__this, p0, method) (( void (*) (List_1_t8294265 *, ClassicalKeyUnit_t2831186819 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNode_get_ChildNodes_m14158511 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.XML.DMXmlNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNodeList_get_Count_m1776804761 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3745418477(__this, p0, method) (( DMXmlNode_t3958967524 * (*) (BetterList_1_t3113987842 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void DMCore.DanceMode.ClassicalKeyUnit::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyUnit_DeserialFromXml_m376350250 (ClassicalKeyUnit_t2831186819 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_ActiveQueueIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_ActiveQueueIndex_m2440297153 (ClassicalKeyLogic_t2839086845 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CEncrptHelp_Int::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_Int__ctor_m346885275 (CEncrptHelp_Int_t51280996 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CRoleBeatKeyData_Section::set__score(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Section_set__score_m2180173751 (CRoleBeatKeyData_Section_t904755798 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::get__score() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleBeatKeyData_Section_get__score_m3838156656 (CRoleBeatKeyData_Section_t904755798 * __this, const RuntimeMethod* method); // T DMCore.Framework.Misc.CEncrptHelp`1::Get() #define CEncrptHelp_1_Get_m2053086496(__this, method) (( int32_t (*) (CEncrptHelp_1_t2107105261 *, const RuntimeMethod*))CEncrptHelp_1_Get_m2053086496_gshared)(__this, method) // System.Void DMCore.Framework.Misc.CEncrptHelp`1::Set(T) #define CEncrptHelp_1_Set_m402441972(__this, p0, method) (( void (*) (CEncrptHelp_1_t2107105261 *, int32_t, const RuntimeMethod*))CEncrptHelp_1_Set_m402441972_gshared)(__this, p0, method) // System.Void DMCore.DanceMode.CRoleBeatKeyData_Total::set_score(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Total_set_score_m3889446481 (CRoleBeatKeyData_Total_t538171442 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1889811877(__this, method) (( void (*) (List_1_t2750885178 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2156120365(__this, method) (( void (*) (List_1_t2750885178 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.DanceMode.IBeatKeys::.ctor() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys__ctor_m2842744334 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeys::SerialToXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SerialToXml_m3511116958 (IBeatKeys_t2500473988 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeys::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_DeserialFromXml_m404394739 (IBeatKeys_t2500473988 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeyFollow::OnFillTimeParams() extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_OnFillTimeParams_m2709933157 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method); // System.Boolean DMCore.DanceMode.IBeatKeys::IsHighCombo() extern "C" IL2CPP_METHOD_ATTR bool IBeatKeys_IsHighCombo_m2263008295 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeys::OnAnim() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_OnAnim_m2978015060 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeys::SetJudgeTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetJudgeTime_m1418426729 (IBeatKeys_t2500473988 * __this, float ___fTime0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.IBeatKeyFollow::GetJudgePointCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyFollow_GetJudgePointCount_m1683802171 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeys::GetJudgeTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetJudgeTime_m4243070023 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.IBeatKeyFollow::GetPingPongCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyFollow_GetPingPongCount_m136055852 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeyFollow::GetTimePerCircle() extern "C" IL2CPP_METHOD_ATTR float IBeatKeyFollow_GetTimePerCircle_m1245985478 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeyFollow::GetStepByTime(System.Single) extern "C" IL2CPP_METHOD_ATTR float IBeatKeyFollow_GetStepByTime_m2610078988 (IBeatKeyFollow_t1042819926 * __this, float ___fTime0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyFollow_GetJudgeCount_m1037614411 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeys::GetFadeInTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetFadeInTime_m2112968104 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeys::GetFadeOutTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetFadeOutTime_m2967601141 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::SetTimeRange(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimNode_SetTimeRange_m3219375386 (CAnimNode_t3327376431 * __this, float ___fStart0, float ___fEnd1, const RuntimeMethod* method); // System.Single DMCore.Framework.Movie.CAnimNode::Tell() extern "C" IL2CPP_METHOD_ATTR float CAnimNode_Tell_m2418290175 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Lerp_m1004423579 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeys::GetScale() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetScale_m3445086615 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_one() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_one_m738793577 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(System.Single,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Multiply_m3294489634 (RuntimeObject * __this /* static, unused */, float p0, Vector2_t2156229523 p1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyManager::PushDrawCommand(System.String,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyManager_PushDrawCommand_m2157714116 (CBeatKeyManager_t1395295909 * __this, String_t* ___itemName0, Vector2_t2156229523 ___center1, Vector2_t2156229523 ___v2Scale2, float ___rotateAngle3, float ___alpha4, int32_t ___nLayer5, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Movie.CAnimSystem::IsIntroduceMode() extern "C" IL2CPP_METHOD_ATTR bool CAnimSystem_IsIntroduceMode_m3657797512 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // DMCore.Logic.CPropEquipManager DMCore.Logic.CPropEquipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropEquipManager_t729741778 * CPropEquipManager_GetInstance_m2283608790 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropEquipManager::UseEquipedProp(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPropEquipManager_UseEquipedProp_m1130546270 (CPropEquipManager_t729741778 * __this, int32_t ___configId0, const RuntimeMethod* method); // DMCore.Logic.SkillInfo DMCore.Logic.CPetManager::GetFollowPetSkillInfo() extern "C" IL2CPP_METHOD_ATTR SkillInfo_t3175174670 * CPetManager_GetFollowPetSkillInfo_m2997210207 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Random::get_value() extern "C" IL2CPP_METHOD_ATTR float Random_get_value_m3115885645 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetManager::get_petSkillUseCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_petSkillUseCount_m1540535980 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_petSkillUseCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_petSkillUseCount_m1801960473 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1994423179(__this, method) (( void (*) (List_1_t3346683719 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4042748265(__this, method) (( void (*) (List_1_t2675634408 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m578829583(__this, method) (( void (*) (List_1_t3107464159 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4284276687(__this, method) (( int32_t (*) (List_1_t3107464159 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.DanceMode.IBeatKeys/stParticleInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stParticleInfo__ctor_m3766049461 (stParticleInfo_t1635389417 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1861246485(__this, p0, method) (( void (*) (List_1_t3107464159 *, stParticleInfo_t1635389417 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Single DMCore.Framework.Misc.CAppOSHelp::GetScale() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetScale_m3255451164 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeyManager::GetCombo() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyManager_GetCombo_m3149873708 (CBeatKeyManager_t1395295909 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1177268374(__this, method) (( int32_t (*) (List_1_t3346683719 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // UnityEngine.Rect DMCore.DanceMode.CBeatKeyManager::GetImageRect(System.String) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 CBeatKeyManager_GetImageRect_m1919476268 (RuntimeObject * __this /* static, unused */, String_t* ___itemName0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2148692969(__this, p0, method) (( stResultInfo_t1874608977 * (*) (List_1_t3346683719 *, 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_m242739978(__this, p0, method) (( void (*) (List_1_t3346683719 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Single UnityEngine.Mathf::Clamp01(System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp01_m56433566 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.String DMCore.DanceMode.IBeatKeys::GetJudgeResultTextureName(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR String_t* IBeatKeys_GetJudgeResultTextureName_m281428349 (RuntimeObject * __this /* static, unused */, int32_t ___result0, 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::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); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMathHelp::GetPingPong(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMathHelp_GetPingPong_m3554504360 (RuntimeObject * __this /* static, unused */, float ___fBegin0, float ___fEnd1, float ___step2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1610314166(__this, p0, method) (( stParticleInfo_t1635389417 * (*) (List_1_t3107464159 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Single UnityEngine.Rect::get_width() extern "C" IL2CPP_METHOD_ATTR float Rect_get_width_m3421484486 (Rect_t2360479859 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m331278036(__this, p0, method) (( stPropUseInfo_t1203559666 * (*) (List_1_t2675634408 *, 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_m2000186864(__this, p0, method) (( void (*) (List_1_t2675634408 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.String DMCore.Logic.CPropManager::GetIconPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetIconPath_m739451308 (RuntimeObject * __this /* static, unused */, int32_t ___nGoodsId0, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_m3970636864 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleX_m3045278560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CImageHelp::DrawImageSA(UnityEngine.Vector2,UnityEngine.Texture2D,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CImageHelp_DrawImageSA_m1468278060 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 ___center0, Texture2D_t3840446185 * ___texture1, float ___fScale2, float ___fAlpha3, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1369067833(__this, method) (( int32_t (*) (List_1_t2675634408 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Framework.Movie.CAnimNode::Seek(System.Single) extern "C" IL2CPP_METHOD_ATTR void CAnimNode_Seek_m2983572612 (CAnimNode_t3327376431 * __this, float ___fTime0, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool Rect_Contains_m3188543637 (Rect_t2360479859 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::Reset() extern "C" IL2CPP_METHOD_ATTR void CAnimNode_Reset_m770095466 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3775855811(__this, method) (( void (*) (List_1_t3346683719 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Framework.Movie.CAnimNode::SerialToXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CAnimNode_SerialToXml_m3115071762 (CAnimNode_t3327376431 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CAnimNode_DeserialFromXml_m3959575467 (CAnimNode_t3327376431 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_width_m345039817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetCenter() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeys_GetCenter_m1546839642 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetJudgeBox() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeys_GetJudgeBox_m4256218238 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect__ctor_m2614021312 (Rect_t2360479859 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimNode::OnAnim() extern "C" IL2CPP_METHOD_ATTR void CAnimNode_OnAnim_m3644553557 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyManager::TellExistBeatKeyColor() extern "C" IL2CPP_METHOD_ATTR void CBeatKeyManager_TellExistBeatKeyColor_m3557280543 (CBeatKeyManager_t1395295909 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeyManager DMCore.DanceMode.CDanceManager::GetBeatkeyManager() extern "C" IL2CPP_METHOD_ATTR CBeatKeyManager_t1395295909 * CDanceManager_GetBeatkeyManager_m174032038 (CDanceManager_t448141780 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyManager::PushNextBeatKey(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,DMCore.DanceMode.IBeatKeys) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyManager_PushNextBeatKey_m3327794647 (CBeatKeyManager_t1395295909 * __this, Vector2_t2156229523 ___beginCenter0, Vector2_t2156229523 ___endCenter1, float ___fTimeMax2, float ___fJudgeTime3, IBeatKeys_t2500473988 * ___beatKey4, const RuntimeMethod* method); // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys::GetJudgeResult() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_GetJudgeResult_m3261993446 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeys::GetFadeInShowTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetFadeInShowTime_m3032340980 (IBeatKeys_t2500473988 * __this, int32_t ___bpm0, 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); // DMCore.Framework.Movie.CAnimSystem DMCore.CRoot::GetMovieSystem() extern "C" IL2CPP_METHOD_ATTR CAnimSystem_t3541144328 * CRoot_GetMovieSystem_m206666588 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Movie.CAnimSystem::IsEditMode() extern "C" IL2CPP_METHOD_ATTR bool CAnimSystem_IsEditMode_m1044252428 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.IBeatKeys::GetNumberIndex() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_GetNumberIndex_m919049387 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeys::GetPaintAlpha() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetPaintAlpha_m2346745213 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method); // UnityEngine.Rect DMCore.DanceMode.CBeatKeyManager::GetBeatKeySpriteRect(System.String) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 CBeatKeyManager_GetBeatKeySpriteRect_m4186432858 (CBeatKeyManager_t1395295909 * __this, String_t* ___spriteName0, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::Set(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2_Set_m3780194483 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // System.Boolean DMCore.DanceMode.CBeatKeyManager::IfCheatMode() extern "C" IL2CPP_METHOD_ATTR bool CBeatKeyManager_IfCheatMode_m342302831 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeyHelp::TryUsePetSkill(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyHelp_TryUsePetSkill_m1161489600 (RuntimeObject * __this /* static, unused */, int32_t ___result0, const RuntimeMethod* method); // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeyHelp::TryUsePropItem(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyHelp_TryUsePropItem_m1498148053 (RuntimeObject * __this /* static, unused */, int32_t ___result0, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeyCtrlNode DMCore.DanceMode.CBeatKeyManager::GetCtrlNode(System.Int32) extern "C" IL2CPP_METHOD_ATTR CBeatKeyCtrlNode_t1019706062 * CBeatKeyManager_GetCtrlNode_m1565279547 (CBeatKeyManager_t1395295909 * __this, int32_t ___deviceID0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::GetCombo() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyCtrlNode_GetCombo_m1821287212 (CBeatKeyCtrlNode_t1019706062 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CDanceScoreRatio DMCore.DanceMode.CDanceScoreRatio::GetInstance() extern "C" IL2CPP_METHOD_ATTR CDanceScoreRatio_t899523984 * CDanceScoreRatio_GetInstance_m507091185 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetSelfScoreRatio(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetSelfScoreRatio_m1215160972 (CDanceScoreRatio_t899523984 * __this, int32_t ___comboCount0, const RuntimeMethod* method); // DMCore.CDataArray DMCore.Framework.Misc.CMiscHelp::CreateBroadCastMsg() extern "C" IL2CPP_METHOD_ATTR CDataArray_t4068198041 * CMiscHelp_CreateBroadCastMsg_m3638153986 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3820844360 (CDataArray_t4068198041 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3799896857 (CDataArray_t4068198041 * __this, int64_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // DMCore.ISoundManager DMCore.IHelp::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * IHelp_GetSoundManager_m1651454919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.ISoundManager::IsBeatKeyMidiEnable() extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_IsBeatKeyMidiEnable_m1133154011 (ISoundManager_t434164892 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeyManager::PushJudgeResult(DMCore.DanceMode.enumJudgeResult,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CBeatKeyManager_PushJudgeResult_m1974812541 (CBeatKeyManager_t1395295909 * __this, int32_t ___result0, bool ___synchImediately1, int32_t ___deviceID2, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::TriggerBeatKey() extern "C" IL2CPP_METHOD_ATTR void CPveManager_TriggerBeatKey_m2255588316 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeys/stResultInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stResultInfo__ctor_m3043315985 (stResultInfo_t1874608977 * __this, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleY_m3045278561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeys/stPropUseInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stPropUseInfo__ctor_m853340025 (stPropUseInfo_t1203559666 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2996653723(__this, p0, method) (( void (*) (List_1_t2675634408 *, stPropUseInfo_t1203559666 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2410943457(__this, p0, method) (( void (*) (List_1_t3346683719 *, stResultInfo_t1874608977 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.DanceMode.IBeatKeys::SetDrawResult(DMCore.DanceMode.enumJudgeResult,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetDrawResult_m390367502 (IBeatKeys_t2500473988 * __this, int32_t ___result0, Vector2_t2156229523 ___center1, float ___fShowStep2, const RuntimeMethod* method); // System.Single DMCore.DanceMode.IBeatKeySwingBase::GetJudgeTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeySwingBase_GetJudgeTime_m286412118 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeySwingCtrollor DMCore.DanceMode.CBeatKeySwingCtrollor::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBeatKeySwingCtrollor_t4230979690 * CBeatKeySwingCtrollor_GetInstance_m3863652753 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.DanceMode.CBeatKeySwingCtrollor::get_keySpeed() extern "C" IL2CPP_METHOD_ATTR float CBeatKeySwingCtrollor_get_keySpeed_m2633041557 (CBeatKeySwingCtrollor_t4230979690 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::GetDeviceID() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_GetDeviceID_m2580903286 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CKDDeviceService::Vibrate(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CKDDeviceService_Vibrate_m1755361635 (RuntimeObject * __this /* static, unused */, bool ___mainDevice0, int32_t ___duration1, const RuntimeMethod* method); // System.Void DMCore.DanceMode.IBeatKeySwingBase::PushToGroup(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_PushToGroup_m3568888432 (IBeatKeySwingBase_t1515627798 * __this, int32_t ___groupVal0, float ___activeTime1, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::GetFirstGroup() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_GetFirstGroup_m824060994 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeySwingUI DMCore.DanceMode.CBeatKeySwingCtrollor::CreateBeatKeyUI(DMCore.DanceMode.enumSwingType,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CBeatKeySwingUI_t1346072144 * CBeatKeySwingCtrollor_CreateBeatKeyUI_m752399584 (RuntimeObject * __this /* static, unused */, int32_t ___swingType0, int32_t ___groupVal1, int32_t ___deviceID2, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingCtrollor::PushCurGroupActiveKey(System.Int32,System.Int32,System.Single,DMCore.DanceMode.IBeatKeySwingBase) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCtrollor_PushCurGroupActiveKey_m2691060325 (CBeatKeySwingCtrollor_t4230979690 * __this, int32_t ___group0, int32_t ___deviceID1, float ___fTime2, IBeatKeySwingBase_t1515627798 * ___activeKey3, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingCtrollor::PopKey(System.Int32,System.Int32,DMCore.DanceMode.IBeatKeySwingBase) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCtrollor_PopKey_m1566635516 (CBeatKeySwingCtrollor_t4230979690 * __this, int32_t ___group0, int32_t ___deviceID1, IBeatKeySwingBase_t1515627798 * ___activeKey2, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CBeatKeySwingCtrollor::DestroyBeatKeUI(DMCore.DanceMode.CBeatKeySwingUI) extern "C" IL2CPP_METHOD_ATTR void CBeatKeySwingCtrollor_DestroyBeatKeUI_m387385837 (RuntimeObject * __this /* static, unused */, CBeatKeySwingUI_t1346072144 * ___ptrUI0, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimSequence DMCore.Framework.Movie.CAnimNode::get_Owner() extern "C" IL2CPP_METHOD_ATTR CAnimSequence_t1119714129 * CAnimNode_get_Owner_m1299737595 (CAnimNode_t3327376431 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Movie.CAnimSequence::get_DeviceID() extern "C" IL2CPP_METHOD_ATTR int32_t CAnimSequence_get_DeviceID_m885665099 (CAnimSequence_t1119714129 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendLine(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_m1438862993 (StringBuilder_t * __this, String_t* p0, 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 System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m561942590(__this, method) (( void (*) (List_1_t1647121327 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m787160376(__this, method) (( void (*) (List_1_t1700065621 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // DMCore.Logic.logicActivityPic DMCore.Logic.logicActivityPic::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicActivityPic_t3113258227 * logicActivityPic_GetInstance_m2809592046 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1901796840(__this, p0, method) (( void (*) (List_1_t1647121327 *, RuntimeObject*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Framework.CDependenceReadyManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager__ctor_m2211343713 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m677187475(__this, p0, method) (( CTextStateData_t227990879 * (*) (List_1_t1700065621 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_IsReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_IsReady_m3199311667 (CTextStateData_t227990879 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2047200856(__this, method) (( int32_t (*) (List_1_t1700065621 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.String DMCore.Framework.Localization.CLocalizationManager::get_currentLanguage() extern "C" IL2CPP_METHOD_ATTR String_t* CLocalizationManager_get_currentLanguage_m1181367869 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.ITextBase::IfOnlyLoadFromLocal() extern "C" IL2CPP_METHOD_ATTR bool ITextBase_IfOnlyLoadFromLocal_m226381668 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Misc.CTextCombine DMCore.Framework.Misc.CTextCombine::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextCombine_t822230699 * CTextCombine_GetInstance_m923495593 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CTextCombine::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CTextCombine_ClearAll_m4065081555 (CTextCombine_t822230699 * __this, const RuntimeMethod* method); // 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); // System.Void DMCore.Framework.CDependenceReadyManager::ResetTextState() extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager_ResetTextState_m4021207322 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.CDependenceReadyManager/CTextStateData::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* CTextStateData_get_Path_m481887026 (CTextStateData_t227990879 * __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.String DMCore.Framework.CDependenceReadyManager/CTextStateData::GetText() extern "C" IL2CPP_METHOD_ATTR String_t* CTextStateData_GetText_m4000914216 (CTextStateData_t227990879 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_CallBack(DMCore.Framework.OnTextReady) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_CallBack_m79777181 (CTextStateData_t227990879 * __this, OnTextReady_t3445893431 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_UsrData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_UsrData_m2575805854 (CTextStateData_t227990879 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CTextStateData__ctor_m1116552852 (CTextStateData_t227990879 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2070329238(__this, p0, method) (( void (*) (List_1_t1700065621 *, CTextStateData_t227990879 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2916190635(__this, method) (( int32_t (*) (List_1_t1647121327 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, 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.Boolean DMCore.Framework.CDependenceReadyManager/CTextStateData::get_IsReady() extern "C" IL2CPP_METHOD_ATTR bool CTextStateData_get_IsReady_m3378525419 (CTextStateData_t227990879 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3402900578(__this, p0, method) (( RuntimeObject* (*) (List_1_t1647121327 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, 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 DMCore.Framework.Misc.CTextCombine::ParseTextCombined(System.String) extern "C" IL2CPP_METHOD_ATTR void CTextCombine_ParseTextCombined_m2800666205 (CTextCombine_t822230699 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_Path_m1276064177 (CTextStateData_t227990879 * __this, String_t* ___value0, const RuntimeMethod* method); // DMCore.Framework.CDependenceReadyManager DMCore.Framework.CDependenceReadyManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CDependenceReadyManager_t857962078 * CDependenceReadyManager_GetInstance_m2910652453 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.CDependenceReadyManager::UseTextCombine() extern "C" IL2CPP_METHOD_ATTR bool CDependenceReadyManager_UseTextCombine_m2903556391 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextCombine::FindItemText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextCombine_FindItemText_m161039368 (CTextCombine_t822230699 * __this, String_t* ___path0, const RuntimeMethod* method); // DMCore.Framework.OnTextReady DMCore.Framework.CDependenceReadyManager/CTextStateData::get_CallBack() extern "C" IL2CPP_METHOD_ATTR OnTextReady_t3445893431 * CTextStateData_get_CallBack_m1982320076 (CTextStateData_t227990879 * __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); // 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.Int32 DMCore.Framework.CDependenceReadyManager/CTextStateData::get_UsrData() extern "C" IL2CPP_METHOD_ATTR int32_t CTextStateData_get_UsrData_m3576514258 (CTextStateData_t227990879 * __this, const RuntimeMethod* 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.Int32 DMCore.Framework.Misc.CTextCombine::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CTextCombine_GetItemCount_m2383357076 (CTextCombine_t822230699 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::OnResourceResult(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_OnResourceResult_m4262009123 (CTextStateData_t227990879 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method); // System.Void DMCore.Framework.CModuleManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CModuleManager__ctor_m1467206100 (CModuleManager_t4250936907 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.CModuleManager::GetMixClassName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CModuleManager_GetMixClassName_m2604431916 (RuntimeObject * __this /* static, unused */, String_t* ___orgName0, 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.Boolean System.IO.Directory::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * Directory_CreateDirectory_m751642867 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void DMCore.Framework.CModuleNative::.ctor() extern "C" IL2CPP_METHOD_ATTR void CModuleNative__ctor_m2412731361 (CModuleNative_t1834005593 * __this, const RuntimeMethod* 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.Byte[] DMCore.Framework.IO.CReadVar::ReadFileFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFileFullPath_m2356108572 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m803088943 (AppDomain_t1571427825 * __this, const RuntimeMethod* method); // System.Type DMCore.Framework.CModuleNative::GetScriptType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * CModuleNative_GetScriptType_m1290357586 (CModuleNative_t1834005593 * __this, String_t* ___scriptName0, const RuntimeMethod* method); // System.Object System.Reflection.Assembly::CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Assembly_CreateInstance_m1716661555 (Assembly_t * __this, String_t* p0, bool p1, int32_t p2, Binder_t2999457153 * p3, ObjectU5BU5D_t2843939325* p4, CultureInfo_t4157843068 * p5, ObjectU5BU5D_t2843939325* p6, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Object DMCore.Framework.CModuleNative::CallStaticFunEx(System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallStaticFunEx_m1808529540 (CModuleNative_t1834005593 * __this, String_t* ___className0, String_t* ___method1, ObjectU5BU5D_t2843939325* ___paramArray2, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2019726356 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.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 UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Object DMCore.Framework.CModuleNative::CallInstFunEx(System.Object,System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallInstFunEx_m1105743385 (CModuleNative_t1834005593 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, ObjectU5BU5D_t2843939325* ___paramArray3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4028279259(__this, method) (( void (*) (Dictionary_2_t3270456118 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator DMCore.Framework.CRoleEffectManager::GetEffectIterator(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR Enumerator_t929671597 CRoleEffectManager_GetEffectIterator_m2176169009 (CRoleEffectManager_t3637256918 * __this, int32_t ____type0, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m3958609387(__this, method) (( KeyValuePair_2_t1373160989 (*) (Enumerator_t929671597 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1060792847(__this, method) (( stRoleEffectData_t3485199819 * (*) (KeyValuePair_2_t1373160989 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, 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.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m2059367285(__this, method) (( bool (*) (Enumerator_t929671597 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4108092650(__this, method) (( void (*) (Dictionary_2_t3270456118 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m224243531(__this, p0, method) (( bool (*) (Dictionary_2_t3270456118 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // System.Void DMCore.Framework.CRoleEffectManager/stRoleEffectData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stRoleEffectData__ctor_m2814150488 (stRoleEffectData_t3485199819 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m595521719(__this, p0, p1, method) (( void (*) (Dictionary_2_t3270456118 *, String_t*, stRoleEffectData_t3485199819 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2584723021(__this, p0, method) (( stRoleEffectData_t3485199819 * (*) (Dictionary_2_t3270456118 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m1170170947_gshared)(__this, p0, method) // System.Single DMCore.Framework.CRoleEffectManager::Tell() extern "C" IL2CPP_METHOD_ATTR float CRoleEffectManager_Tell_m4040349829 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.CRoleEffectManager::GetEffectRootName(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR String_t* CRoleEffectManager_GetEffectRootName_m2832539039 (CRoleEffectManager_t3637256918 * __this, int32_t ___effectType0, 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); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1955520268(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3270456118 *, String_t*, stRoleEffectData_t3485199819 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.CRoleEffectManager::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_PlayEffect_m3757415791 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, String_t* ___bindBoneName3, const RuntimeMethod* method); // System.Void DMCore.Framework.CRoleEffectManager::PushEffectCache(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_PushEffectCache_m2363665211 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, 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); // 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); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1592165222(__this, method) (( Enumerator_t929671597 (*) (Dictionary_2_t3270456118 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m287971057(__this, method) (( String_t* (*) (KeyValuePair_2_t1373160989 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Void DMCore.Framework.CRoleEffectManager::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_StopEffect_m3562134177 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeSinceLevelLoad() extern "C" IL2CPP_METHOD_ATTR float Time_get_timeSinceLevelLoad_m2224611026 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m1344531405(__this, method) (( void (*) (List_1_t3041809111 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1>::Contains(!0) #define List_1_Contains_m1746048152(__this, p0, method) (( bool (*) (List_1_t3041809111 *, Action_1_t1569734369 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1>::Add(!0) #define List_1_Add_m1165515443(__this, p0, method) (( void (*) (List_1_t3041809111 *, Action_1_t1569734369 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() #define List_1_GetEnumerator_m435106750(__this, method) (( Enumerator_t636085692 (*) (List_1_t3041809111 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() #define Enumerator_get_Current_m2051743047(__this, method) (( Action_1_t1569734369 * (*) (Enumerator_t636085692 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m2159083576(__this, p0, method) (( void (*) (Action_1_t1569734369 *, float, const RuntimeMethod*))Action_1_Invoke_m2159083576_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() #define Enumerator_MoveNext_m3419668763(__this, method) (( bool (*) (Enumerator_t636085692 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator>::Dispose() #define Enumerator_Dispose_m3658045067(__this, method) (( void (*) (Enumerator_t636085692 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void DMGameInterface::PlayAudio(System.String) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_PlayAudio_m2074133160 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Clear() #define List_1_Clear_m818695798(__this, method) (( void (*) (List_1_t3041809111 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Framework.CSceneEffectManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager__ctor_m2455476407 (CSceneEffectManager_t793970061 * __this, const RuntimeMethod* method); // DMCore.Net.CNetMainLogic DMCore.CRoot::GetNetControl() extern "C" IL2CPP_METHOD_ATTR CNetMainLogic_t857650587 * CRoot_GetNetControl_m305351655 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // DMCore.Net.enumNetState DMCore.Net.CNetMainLogic::GetNetState() extern "C" IL2CPP_METHOD_ATTR int32_t CNetMainLogic_GetNetState_m3393450786 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.Protocol.CMsgBeatHeart::.ctor() extern "C" IL2CPP_METHOD_ATTR void CMsgBeatHeart__ctor_m668524362 (CMsgBeatHeart_t1177153467 * __this, const RuntimeMethod* method); // DMCore.Net.CNetService DMCore.CRoot::GetNetService() extern "C" IL2CPP_METHOD_ATTR CNetService_t1201271315 * CRoot_GetNetService_m2764581604 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetService::SendMsgStruct(DMCore.Net.Protocol.INetMsgBaseC2S) extern "C" IL2CPP_METHOD_ATTR bool CNetService_SendMsgStruct_m258771320 (CNetService_t1201271315 * __this, INetMsgBaseC2S_t1364238951 * ___msg0, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2030998145 (DateTime_t3738529785 * __this, int32_t p0, int32_t p1, int32_t p2, int32_t p3, int32_t p4, int32_t p5, int32_t p6, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m2550724587 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int64 DMCore.Framework.CTimerCtrl::GetTimestamp(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int64_t CTimerCtrl_GetTimestamp_m716343838 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dateTime0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_UtcNow_m1393945741 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Framework.CTimerCtrl::GetNowUTCSeconds() extern "C" IL2CPP_METHOD_ATTR int64_t CTimerCtrl_GetNowUTCSeconds_m598426014 (RuntimeObject * __this /* static, unused */, 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) // UIAtlas/Sprite UIAtlas::GetSprite(System.String) extern "C" IL2CPP_METHOD_ATTR Sprite_t2895597119 * UIAtlas_GetSprite_m1406671849 (UIAtlas_t3195533529 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_x() extern "C" IL2CPP_METHOD_ATTR float Rect_get_x_m3839990490 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_x(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_x_m2352063068 (Rect_t2360479859 * __this, float p0, 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.Void UnityEngine.Rect::set_y(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_y_m3702432190 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_width(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_width_m2963421158 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() extern "C" IL2CPP_METHOD_ATTR float Rect_get_height_m1358425599 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_height(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_height_m1625569324 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // UnityEngine.Material UIAtlas::get_spriteMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * UIAtlas_get_spriteMaterial_m3532664059 (UIAtlas_t3195533529 * __this, 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.SystemInfo::get_supportsGyroscope() extern "C" IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsGyroscope_m274893028 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Gyroscope UnityEngine.Input::get_gyro() extern "C" IL2CPP_METHOD_ATTR Gyroscope_t3288342876 * Input_get_gyro_m1976156202 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Gyroscope::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Gyroscope_set_enabled_m3781734411 (Gyroscope_t3288342876 * __this, bool p0, const RuntimeMethod* method); // System.Int32 UnityEngine.Time::get_frameCount() extern "C" IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m1220035214 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Gyroscope::get_attitude() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Gyroscope_get_attitude_m1331166065 (Gyroscope_t3288342876 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Quaternion_get_eulerAngles_m3425202016 (Quaternion_t2301928331 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m3049309462 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Inverse(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Inverse_m1311579081 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_op_Multiply_m1294064023 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3233010937(__this, method) (( void (*) (List_1_t2690565106 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetHash(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetHash_m2118670691 (RuntimeObject * __this /* static, unused */, String_t* ___strVal0, const RuntimeMethod* method); // DMCore.Framework.Ini.CIniSection DMCore.Framework.Ini.CIniFile::GetSection(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniSection_t1218490364 * CIniFile_GetSection_m1477285210 (CIniFile_t2879301433 * __this, String_t* ___sectionName0, int32_t ___hashVal1, const RuntimeMethod* method); // DMCore.Framework.Ini.CIniSection DMCore.Framework.Ini.CIniFile::GetSection(System.String) extern "C" IL2CPP_METHOD_ATTR CIniSection_t1218490364 * CIniFile_GetSection_m694741140 (CIniFile_t2879301433 * __this, String_t* ___sectionName0, const RuntimeMethod* method); // System.String DMCore.Framework.Ini.CIniSection::GetItemValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CIniSection_GetItemValue_m278987755 (CIniSection_t1218490364 * __this, String_t* ___itemKey0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2410098290(__this, method) (( int32_t (*) (List_1_t2690565106 *, 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_m1765676974(__this, p0, method) (( CIniSection_t1218490364 * (*) (List_1_t2690565106 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1798771624(__this, method) (( void (*) (List_1_t2690565106 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m487714372(__this, method) (( void (*) (List_1_t3908847014 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Ini.CIniFile/stLineData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stLineData__ctor_m4130497868 (stLineData_t2436772272 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2556250840(__this, p0, method) (( void (*) (List_1_t3908847014 *, stLineData_t2436772272 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1271156081(__this, method) (( int32_t (*) (List_1_t3908847014 *, 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_m3496025531(__this, p0, method) (( stLineData_t2436772272 * (*) (List_1_t3908847014 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Ini.CIniSection::.ctor(System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIniSection__ctor_m1640663827 (CIniSection_t1218490364 * __this, int32_t ___hash0, String_t* ___name1, bool ___bNew2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3407556289(__this, p0, method) (( void (*) (List_1_t2690565106 *, CIniSection_t1218490364 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Framework.Ini.CIniItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIniItem__ctor_m278940161 (CIniItem_t4093898296 * __this, const RuntimeMethod* method); // System.String System.String::TrimEnd(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m3824727301 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.String System.String::TrimStart(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimStart_m1431283012 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Ini.CIniSection::Push(DMCore.Framework.Ini.CIniItem) extern "C" IL2CPP_METHOD_ATTR void CIniSection_Push_m3601188481 (CIniSection_t1218490364 * __this, CIniItem_t4093898296 * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m435403691(__this, method) (( void (*) (List_1_t1271005742 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m754717665(__this, p0, method) (( void (*) (List_1_t1271005742 *, CIniItem_t4093898296 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1609811307(__this, method) (( int32_t (*) (List_1_t1271005742 *, 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_m3814109764(__this, p0, method) (( CIniItem_t4093898296 * (*) (List_1_t1271005742 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 DMCore.Framework.Misc.CMiscHelp::ToInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_ToInt_m1396402449 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, int32_t ___nDefaultVal1, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m1524948975 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Create(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m2207667142 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.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.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.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); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.IO.Directory::Delete(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Directory_Delete_m3266154992 (RuntimeObject * __this /* static, unused */, String_t* p0, bool p1, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() extern "C" IL2CPP_METHOD_ATTR int32_t Application_get_platform_m2150679437 (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 UnityEngine.Application::get_persistentDataPath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m1428108154 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.Application::get_temporaryCachePath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_temporaryCachePath_m1214546342 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* 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.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.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CWriteVar::CreateDirectory(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_CreateDirectory_m453933902 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___baseRootPath1, const RuntimeMethod* method); // System.Void System.IO.File::Move(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void File_Move_m1898656234 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMGameInterface::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_Log_m316805229 (RuntimeObject * __this /* static, unused */, String_t* ___logText0, const RuntimeMethod* method); // System.IO.FileStream DMCore.Framework.IO.CIOVar::CreateFile(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * CIOVar_CreateFile_m1144045305 (RuntimeObject * __this /* static, unused */, String_t* ___path0, bool ___CreateNew1, 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.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.Byte[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m799854996 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, int32_t ___offset2, int32_t ___length3, bool ___bCreateNew4, 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.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m3185547125 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, bool ___bCreateNew2, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m2961417808 (XmlDocument_t2837193595 * __this, String_t* p0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_SelectSingleNode_m2944339946 (XmlNode_t3767805227 * __this, String_t* p0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m3938572407(__this, method) (( String_t* (*) (KeyValuePair_2_t4030379155 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2642806556(__this, method) (( String_t* (*) (KeyValuePair_2_t4030379155 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m125953371 (XmlDocument_t2837193595 * __this, String_t* p0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Append(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_Append_m779101478 (XmlAttributeCollection_t2316283784 * __this, XmlAttribute_t1173852259 * p0, const RuntimeMethod* method); // System.Xml.XmlNodeList System.Xml.XmlNode::SelectNodes(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t2551693786 * XmlNode_SelectNodes_m3596713167 (XmlNode_t3767805227 * __this, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.IO.XmlHelper::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlHelper__ctor_m352314152 (XmlHelper_t449021294 * __this, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::OpenWrite(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_OpenWrite_m24069155 (RuntimeObject * __this /* static, unused */, String_t* p0, 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.Void System.Xml.XmlTextWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m614698628 (XmlTextWriter_t2114213153 * __this, Stream_t1273022909 * p0, Encoding_t1523322056 * p1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::set_Formatting(System.Xml.Formatting) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_set_Formatting_m3746754038 (XmlTextWriter_t2114213153 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteStartElement_m1499083124 (XmlWriter_t127905479 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m400667381 (XmlWriter_t127905479 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m1484036832 (XmlTextReader_t4233384356 * __this, Stream_t1273022909 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) #define List_1__ctor_m864250344(__this, p0, method) (( void (*) (List_1_t3319525431 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m1328752868_gshared)(__this, p0, method) // System.Collections.Generic.List`1 DMCore.Framework.IO.XmlHelper::Read(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * XmlHelper_Read_m1683109498 (XmlHelper_t449021294 * __this, List_1_t3319525431 * ____keyList0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // !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.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.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.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::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m256458156(__this, method) (( void (*) (Dictionary_2_t4177511560 *, const RuntimeMethod*))Dictionary_2__ctor_m236774955_gshared)(__this, method) // System.Boolean DMCore.Net.CNetServerConfig::IfAsQaVersion999() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IfAsQaVersion999_m4231909141 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetServerConfig::IsValidProxy() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IsValidProxy_m4030729817 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2905099452(__this, method) (( Enumerator_t1836727039 (*) (Dictionary_2_t4177511560 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m2978988825_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m136798511(__this, method) (( KeyValuePair_2_t2280216431 (*) (Enumerator_t1836727039 *, const RuntimeMethod*))Enumerator_get_Current_m2190540846_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2727847612(__this, method) (( String_t* (*) (KeyValuePair_2_t2280216431 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m3347890282_gshared)(__this, method) // System.Boolean DMCore.Framework.CDependenceReadyManager::IsTextReady(System.String) extern "C" IL2CPP_METHOD_ATTR bool CDependenceReadyManager_IsTextReady_m1317022157 (CDependenceReadyManager_t857962078 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m693753400(__this, method) (( bool (*) (Enumerator_t1836727039 *, const RuntimeMethod*))Enumerator_MoveNext_m481679286_gshared)(__this, method) // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalizationManager_t2604768345 * CLocalizationManager_GetInstance_m2075678818 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Localization.CLocalizationManager::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CLocalizationManager_GetLocalizePath_m3024801825 (CLocalizationManager_t2604768345 * __this, String_t* ___nonLocalizedPath0, const RuntimeMethod* method); // System.Void DMCore.Framework.ITextBase::LoadFromLocal(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_LoadFromLocal_m630482519 (ITextBase_t660344599 * __this, String_t* ___configPath0, int32_t ___userData1, 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.Void System.IO.StringReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_m126993932 (StringReader_t3465604688 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m3137625896 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreComments(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_m177113588 (XmlReaderSettings_t2186285234 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreProcessingInstructions(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m1384010313 (XmlReaderSettings_t2186285234 * __this, bool p0, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlReader::Create(System.IO.TextReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_Create_m2377285192 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * p0, XmlReaderSettings_t2186285234 * p1, const RuntimeMethod* method); // System.Xml.XmlElement DMCore.Framework.IO.CXMLHelper::GetXmlNodeByXpath(System.Xml.XmlDocument,System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * CXMLHelper_GetXmlNodeByXpath_m2211338148 (RuntimeObject * __this /* static, unused */, XmlDocument_t2837193595 * ___xmlDoc0, String_t* ___xpath1, const RuntimeMethod* 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 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.Void DMCore.Framework.Level.CLevelManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLevelManager__ctor_m3146832440 (CLevelManager_t3077608201 * __this, const RuntimeMethod* method); // System.Void DMGameInterface::OnLevelChange(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMGameInterface_OnLevelChange_m3757155238 (RuntimeObject * __this /* static, unused */, String_t* ___nextLevelName0, bool ___bAsync1, const RuntimeMethod* method); // System.String DMCore.Framework.Level.CLevelManager::ToRealLevelName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CLevelManager_ToRealLevelName_m856202090 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String) extern "C" IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m1758133949 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // UnityEngine.AsyncOperation UnityEngine.SceneManagement.SceneManager::LoadSceneAsync(System.String) extern "C" IL2CPP_METHOD_ATTR AsyncOperation_t1445031843 * SceneManager_LoadSceneAsync_m18587237 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String DMCore.Framework.Level.CLevelManager::get_loadedLevelName() extern "C" IL2CPP_METHOD_ATTR String_t* CLevelManager_get_loadedLevelName_m3475556526 (CLevelManager_t3077608201 * __this, 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.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 DMCore.Framework.Level.CLevelManager::set_EnableAutoLoad(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLevelManager_set_EnableAutoLoad_m1985546534 (CLevelManager_t3077608201 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2289134481(__this, method) (( void (*) (Dictionary_2_t871913418 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Framework.Localization.CLabelStyleManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLabelStyleManager__ctor_m1681866358 (CLabelStyleManager_t54421615 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3215277717(__this, p0, p1, method) (( bool (*) (Dictionary_2_t871913418 *, String_t*, LabelSytleUnit_t1086657119 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // UnityEngine.Color UnityEngine.Color::get_white() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_white_m332174077 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::AdjustObjectPositionX(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_AdjustObjectPositionX_m3897727450 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___offsetX1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::AdjustObjectPositionY(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_AdjustObjectPositionY_m685230148 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___offsetY1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::AdjustObjectPositionZ(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_AdjustObjectPositionZ_m2083645021 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___offsetZ1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m1803555822 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectScaleX(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectScaleX_m2969638982 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___newScaleX1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectScaleY(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectScaleY_m4232133456 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___newScaleY1, const RuntimeMethod* method); // System.Void UILabel::set_lineWidth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_lineWidth_m2640781412 (UILabel_t3248798549 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UILabel::set_maxLineCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_maxLineCount_m651598083 (UILabel_t3248798549 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UILabel::set_spacingX(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_spacingX_m430958632 (UILabel_t3248798549 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UILabel::set_spacingY(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_spacingY_m430724171 (UILabel_t3248798549 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UILabel::set_supportEncoding(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_supportEncoding_m3054489616 (UILabel_t3248798549 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UILabel::set_effectStyle(UILabel/Effect) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_effectStyle_m2433098332 (UILabel_t3248798549 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Localization.CLabelStyleManager::ParseColor(UnityEngine.Vector4,UnityEngine.Color&) extern "C" IL2CPP_METHOD_ATTR bool CLabelStyleManager_ParseColor_m2645467611 (CLabelStyleManager_t54421615 * __this, Vector4_t3319028937 ___v4Color0, Color_t2555686324 * ___finalVal1, const RuntimeMethod* method); // System.Void UILabel::set_effectColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_effectColor_m1422787121 (UILabel_t3248798549 * __this, Color_t2555686324 ___value0, const RuntimeMethod* method); // System.Void UILabel::set_effectDistance(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_effectDistance_m3693984075 (UILabel_t3248798549 * __this, Vector2_t2156229523 ___value0, const RuntimeMethod* method); // System.Void UILabel::set_insideEffectStyle(UILabel/InsideEffect) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_insideEffectStyle_m24353582 (UILabel_t3248798549 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UILabel::set_insideEffectColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_insideEffectColor_m2584476992 (UILabel_t3248798549 * __this, Color_t2555686324 ___value0, const RuntimeMethod* method); // System.Void UIWidget::set_pivot(UIWidget/Pivot) extern "C" IL2CPP_METHOD_ATTR void UIWidget_set_pivot_m951060879 (UIWidget_t3538521925 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UIWidget::set_color(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void UIWidget_set_color_m2288988844 (UIWidget_t3538521925 * __this, Color_t2555686324 ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3371162912(__this, method) (( void (*) (Dictionary_2_t871913418 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void DMCore.Framework.Localization.LabelSytleUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void LabelSytleUnit__ctor_m1568991344 (LabelSytleUnit_t1086657119 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Localization.LabelSytleUnit::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool LabelSytleUnit_DeserialFromXml_m1363753270 (LabelSytleUnit_t1086657119 * __this, XmlElement_t561603118 * ___element0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m665748505(__this, p0, p1, method) (( void (*) (Dictionary_2_t871913418 *, String_t*, LabelSytleUnit_t1086657119 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Localization.CLocalizationManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLocalizationManager__ctor_m3554790541 (CLocalizationManager_t2604768345 * __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.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.Boolean DMCore.Framework.Resource.CUIPkgService::IfEnableUIPkg() extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfEnableUIPkg_m2923996538 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Texture UIAtlas::get_texture() extern "C" IL2CPP_METHOD_ATTR Texture_t3661962703 * UIAtlas_get_texture_m1115131669 (UIAtlas_t3195533529 * __this, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.IHelp::GetResManager() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IHelp_GetResManager_m1508557610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Material::get_shader() extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * Material_get_shader_m1331119247 (Material_t340375123 * __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); // 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::.ctor(UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m1662457592 (Material_t340375123 * __this, Shader_t4151988712 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void Material_set_mainTexture_m544811714 (Material_t340375123 * __this, Texture_t3661962703 * p0, const RuntimeMethod* method); // System.Void UIAtlas::SetRuntimeMat(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void UIAtlas_SetRuntimeMat_m324385350 (UIAtlas_t3195533529 * __this, Material_t340375123 * ___mat0, const RuntimeMethod* method); // DMCore.CGameSetting DMCore.CGameSetting::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGameSetting_t2678036671 * CGameSetting_GetInstance_m804447900 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CGameSetting::ResetValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CGameSetting_ResetValue_m3589507437 (CGameSetting_t2678036671 * __this, String_t* ___configKey0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m250374430(__this, method) (( void (*) (Dictionary_2_t538876318 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // DMCore.Framework.Localization.CLabelStyleManager DMCore.Framework.Localization.CLabelStyleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLabelStyleManager_t54421615 * CLabelStyleManager_GetInstance_m2873911034 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Localization.CUITextConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUITextConfig__ctor_m3892850504 (CUITextConfig_t2592370463 * __this, const RuntimeMethod* method); // DMCore.Framework.Localization.UIPageText DMCore.Framework.Localization.CUITextConfig::GetPageText(System.String) extern "C" IL2CPP_METHOD_ATTR UIPageText_t753620019 * CUITextConfig_GetPageText_m16036593 (CUITextConfig_t2592370463 * __this, String_t* ___page_path0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Localization.UIPageText::GetTextUnitCount() extern "C" IL2CPP_METHOD_ATTR int32_t UIPageText_GetTextUnitCount_m3419630488 (UIPageText_t753620019 * __this, const RuntimeMethod* method); // DMCore.Framework.Localization.UITextUnit DMCore.Framework.Localization.UIPageText::GetTextUnitByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR UITextUnit_t262570062 * UIPageText_GetTextUnitByIndex_m515290438 (UIPageText_t753620019 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUILabel_t3248798549_m3261951542(__this, method) (( UILabel_t3248798549 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Boolean DMCore.Framework.Localization.CLabelStyleManager::ApplyStyle(UILabel,System.String) extern "C" IL2CPP_METHOD_ATTR bool CLabelStyleManager_ApplyStyle_m212105852 (CLabelStyleManager_t54421615 * __this, UILabel_t3248798549 * ___label0, String_t* ___styleID1, 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::GetTextFromLocal(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetTextFromLocal_m785307230 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Void UILabel::set_text(System.String) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_text_m1071532778 (UILabel_t3248798549 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String DMCore.Framework.Localization.CUITextConfig::FormatResPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CUITextConfig_FormatResPath_m1479822902 (CUITextConfig_t2592370463 * __this, String_t* ___rowPath0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1311146645(__this, p0, p1, method) (( bool (*) (Dictionary_2_t538876318 *, String_t*, UIPageText_t753620019 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3941055005(__this, method) (( void (*) (Dictionary_2_t538876318 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void DMCore.Framework.Localization.UIPageText::.ctor() extern "C" IL2CPP_METHOD_ATTR void UIPageText__ctor_m2403696681 (UIPageText_t753620019 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Localization.UITextUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void UITextUnit__ctor_m2859361723 (UITextUnit_t262570062 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2337666948(__this, p0, method) (( void (*) (List_1_t1734644804 *, UITextUnit_t262570062 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1507162852(__this, p0, p1, method) (( void (*) (Dictionary_2_t538876318 *, String_t*, UIPageText_t753620019 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // UnityEngine.Vector4 UnityEngine.Vector4::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 Vector4_get_zero_m1422399515 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Framework.Misc.CMiscHelp::ParseVector3(System.String) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CMiscHelp_ParseVector3_m2020003938 (RuntimeObject * __this /* static, unused */, String_t* ___strVector30, const RuntimeMethod* method); // UnityEngine.Vector2 DMCore.Framework.Misc.CMiscHelp::ParseVector2(System.String) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CMiscHelp_ParseVector2_m2892525532 (RuntimeObject * __this /* static, unused */, String_t* ___strVector20, const RuntimeMethod* method); // UnityEngine.Vector4 DMCore.Framework.Misc.CMiscHelp::ParseVector4(System.String) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 CMiscHelp_ParseVector4_m2461766876 (RuntimeObject * __this /* static, unused */, String_t* ___strVector40, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Localization.LabelSytleUnit::ConvertPivotValueFromConfig(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t LabelSytleUnit_ConvertPivotValueFromConfig_m2611924355 (LabelSytleUnit_t1086657119 * __this, String_t* ___strPivot0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1519489304(__this, method) (( void (*) (List_1_t1734644804 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4183478577(__this, method) (( int32_t (*) (List_1_t1734644804 *, 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_m750009470(__this, p0, method) (( UITextUnit_t262570062 * (*) (List_1_t1734644804 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Framework.Localization.UIPageText/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetTextUnitByPathU3Ec__AnonStorey0__ctor_m264514828 (U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1414708670(__this, p0, p1, method) (( void (*) (Predicate_1_t1087864186 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m718978105(__this, p0, method) (( UITextUnit_t262570062 * (*) (List_1_t1734644804 *, Predicate_1_t1087864186 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, 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.Location.CLocationManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_Clear_m568982833 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Location.CLocationManager::StopLocation() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_StopLocation_m1809611975 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // 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); // System.Boolean DMCore.Framework.Plugin.CLocationPlugin::InitLocation() extern "C" IL2CPP_METHOD_ATTR bool CLocationPlugin_InitLocation_m3615017710 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::AddChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_AddChild_m4104591912 (ILogicBase_t2190831891 * __this, ILogicBase_t2190831891 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CLocationPlugin::StopLocation() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_StopLocation_m655950583 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method); // System.Double DMCore.Framework.Plugin.CLocationPlugin::GetLatitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_GetLatitude_m2450752614 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method); // System.Double DMCore.Framework.Plugin.CLocationPlugin::GetLongtitude() extern "C" IL2CPP_METHOD_ATTR double CLocationPlugin_GetLongtitude_m2997455815 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method); // 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); // System.Boolean DMCore.Framework.Location.CLocationManager::IfCanSendLBS() extern "C" IL2CPP_METHOD_ATTR bool CLocationManager_IfCanSendLBS_m1622537161 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataArray__ctor_m2623161048 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Double DMCore.Framework.Location.CLocationManager::GetLatitude() extern "C" IL2CPP_METHOD_ATTR double CLocationManager_GetLatitude_m66924271 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Double) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1346559378 (CDataArray_t4068198041 * __this, double ___val0, const RuntimeMethod* method); // System.Double DMCore.Framework.Location.CLocationManager::GetLongtitude() extern "C" IL2CPP_METHOD_ATTR double CLocationManager_GetLongtitude_m27973672 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CLocationPlugin::OpenSetting() extern "C" IL2CPP_METHOD_ATTR void CLocationPlugin_OpenSetting_m2908768261 (CLocationPlugin_t3425133258 * __this, const RuntimeMethod* method); // DMCore.Framework.Plugin.enumLocationState DMCore.Framework.Location.CLocationManager::GetState() extern "C" IL2CPP_METHOD_ATTR int32_t CLocationManager_GetState_m2315427556 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Location.CLocationManager::TrySendMyLocation() extern "C" IL2CPP_METHOD_ATTR bool CLocationManager_TrySendMyLocation_m1187357703 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::RemoveChild(DMCore.ILogicBase) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_RemoveChild_m3951112555 (ILogicBase_t2190831891 * __this, ILogicBase_t2190831891 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.Framework.Location.CLocationManager::OpenSetting() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_OpenSetting_m3744879347 (CLocationManager_t1346018200 * __this, 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); // System.Void UnityEngine.Screen::set_sleepTimeout(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Screen_set_sleepTimeout_m2277210665 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Application::set_backgroundLoadingPriority(UnityEngine.ThreadPriority) extern "C" IL2CPP_METHOD_ATTR void Application_set_backgroundLoadingPriority_m1116453950 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IfForceLowMode() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IfForceLowMode_m4241824793 (RuntimeObject * __this /* static, unused */, 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.Single UnityEngine.Mathf::Min(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Min_m1073399594 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // UIRoot CUIHelp::GetUIRoot() extern "C" IL2CPP_METHOD_ATTR UIRoot_t4022971450 * CUIHelp_GetUIRoot_m1788309885 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UIRoot::get_activeHeight() extern "C" IL2CPP_METHOD_ATTR int32_t UIRoot_get_activeHeight_m4207044870 (UIRoot_t4022971450 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfVibrator() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfVibrator_m664125960 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Handheld::Vibrate() extern "C" IL2CPP_METHOD_ATTR void Handheld_Vibrate_m3594839834 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.QualitySettings::set_antiAliasing(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QualitySettings_set_antiAliasing_m2791323429 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.QualitySettings::set_pixelLightCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QualitySettings_set_pixelLightCount_m3523654033 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.QualitySettings::set_anisotropicFiltering(UnityEngine.AnisotropicFiltering) extern "C" IL2CPP_METHOD_ATTR void QualitySettings_set_anisotropicFiltering_m496017473 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_renderingPath(UnityEngine.RenderingPath) extern "C" IL2CPP_METHOD_ATTR void Camera_set_renderingPath_m3563375443 (Camera_t4157153871 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_systemMemorySize() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_systemMemorySize_m2504687692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_graphicsMemorySize() extern "C" IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsMemorySize_m3781753670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Time::set_timeScale(System.Single) extern "C" IL2CPP_METHOD_ATTR void Time_set_timeScale_m1127545364 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::FinalExit() extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_FinalExit_m2981253612 (CFitfunApiPlugin_t3372796910 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CEncrptHelp`1::.ctor() #define CEncrptHelp_1__ctor_m739074458(__this, method) (( void (*) (CEncrptHelp_1_t2107105261 *, const RuntimeMethod*))CEncrptHelp_1__ctor_m739074458_gshared)(__this, method) // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m3387226773(__this, method) (( ByteU5BU5D_t4116647657* (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1_ToArray_m3387226773_gshared)(__this, 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.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.Void BetterList`1::.ctor() #define BetterList_1__ctor_m916496649(__this, method) (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))BetterList_1__ctor_m916496649_gshared)(__this, method) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.CDanceMode_Heart::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart__ctor_m514549574 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart__ctor_m514549574_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CDanceMode__ctor_m3470105076(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::Clear() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_Clear_m3809223613 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method) { { CDanceMode_Clear_m3295038275(__this, /*hidden argument*/NULL); __this->set_m_bTeamAssemble_13((bool)0); return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::PrepareResources() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_PrepareResources_m1683809712 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_PrepareResources_m1683809712_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CDanceMode_PrepareResources_m4062725341(__this, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral1002668006, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral1002685112, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral2576646118, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral2576663224, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResourceManager_CreateResource_m1279813597(L_0, _stringLiteral1985169474, (bool)0, /*hidden argument*/NULL); V_0 = 1; goto IL_0066; } IL_0046: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_1 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = V_0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1807570755, L_4, /*hidden argument*/NULL); NullCheck(L_1); IResourceManager_CreateResource_m1279813597(L_1, L_5, (bool)0, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0066: { int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_8 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CDanceMode_GetSectionCount_m2327911418(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)L_9))) { goto IL_0046; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_10 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_10, _stringLiteral422669844); IResourceManager_t3165642952 * L_11 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_11, _stringLiteral64549249); return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnRoleReady(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnRoleReady_m3751279590 (CDanceMode_Heart_t1287841595 * __this, ISceneRole_t2394225724 * ___roleItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnRoleReady_m3751279590_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ISceneRole_t2394225724 * L_0 = ___roleItem0; if (!L_0) { goto IL_004d; } } { ISceneRole_t2394225724 * L_1 = ___roleItem0; 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, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0035; } } { ISceneRole_t2394225724 * L_5 = ___roleItem0; NullCheck(L_5); ISceneBaseObj_PlayEffect_m4006788978(L_5, _stringLiteral1105209748, 1, (8000.0f), /*hidden argument*/NULL); goto IL_004d; } IL_0035: { int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_004d; } } { ISceneRole_t2394225724 * L_7 = ___roleItem0; NullCheck(L_7); ISceneBaseObj_PlayEffect_m4006788978(L_7, _stringLiteral3834093103, 1, (8000.0f), /*hidden argument*/NULL); } IL_004d: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnMusicEndRoleAnim() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnMusicEndRoleAnim_m3149197544 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnMusicEndRoleAnim_m3149197544_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CRoleBeatKeyData_Total_t538171442 * V_8 = NULL; ISceneRole_t2394225724 * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; bool V_12 = false; bool V_13 = false; CRoleBeatKeyData_Total_t538171442 * V_14 = NULL; ISceneRole_t2394225724 * V_15 = NULL; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; bool V_19 = false; bool V_20 = false; bool V_21 = false; String_t* V_22 = NULL; AnimationClip_t2318505987 * V_23 = NULL; int32_t G_B19_0 = 0; int32_t G_B24_0 = 0; int32_t G_B46_0 = 0; int32_t G_B50_0 = 0; String_t* G_B52_0 = NULL; String_t* G_B51_0 = NULL; String_t* G_B53_0 = NULL; String_t* G_B53_1 = NULL; String_t* G_B55_0 = NULL; String_t* G_B55_1 = NULL; String_t* G_B54_0 = NULL; String_t* G_B54_1 = NULL; String_t* G_B56_0 = NULL; String_t* G_B56_1 = NULL; String_t* G_B56_2 = NULL; { CDanceMode_OnMusicEndRoleAnim_m176759538(__this, /*hidden argument*/NULL); V_0 = (ISceneRole_t2394225724 *)NULL; V_1 = 0; goto IL_0027; } IL_000f: { ISceneRole_t2394225724 * L_0 = V_0; NullCheck(L_0); ISceneBaseObj_StopEffect_m879461206(L_0, _stringLiteral1105209748, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_1 = V_0; NullCheck(L_1); ISceneBaseObj_StopEffect_m879461206(L_1, _stringLiteral3834093103, 1, /*hidden argument*/NULL); } IL_0027: { CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = V_1; int32_t L_4 = L_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); ISceneBaseObj_t858622483 * L_5 = CSceneService_GetRoleObj_m3880305570(L_2, L_4, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_6 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_5, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_6; if (L_6) { goto IL_000f; } } { V_2 = 0; V_3 = 0; V_4 = 0; V_5 = 0; V_6 = 0; V_7 = 0; goto IL_0103; } IL_0057: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_7 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = V_7; NullCheck(L_7); CRoleBeatKeyData_Total_t538171442 * L_9 = CDanceMode_GetData_TotalByIndex_m2969521879(L_7, L_8, /*hidden argument*/NULL); V_8 = L_9; CRoleBeatKeyData_Total_t538171442 * L_10 = V_8; if (L_10) { goto IL_0071; } } { goto IL_00fd; } IL_0071: { int32_t L_11 = V_2; CRoleBeatKeyData_Total_t538171442 * L_12 = V_8; NullCheck(L_12); int32_t L_13 = L_12->get_winCount_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_14 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); V_2 = L_14; CSceneService_t551449725 * L_15 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_16 = V_8; NullCheck(L_16); int64_t L_17 = L_16->get_userId_0(); NullCheck(L_15); ISceneRole_t2394225724 * L_18 = CSceneService_FindRoleByUserID_m4171044813(L_15, L_17, /*hidden argument*/NULL); V_9 = L_18; ISceneRole_t2394225724 * L_19 = V_9; if (L_19) { goto IL_009e; } } { goto IL_00fd; } IL_009e: { ISceneRole_t2394225724 * L_20 = V_9; NullCheck(L_20); CProperty_t963755051 * L_21 = ISceneBaseObj_GetNetProperty_m1709069404(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CProperty_GetInt_m2680341236(L_21, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_10 = L_22; int32_t L_23 = V_10; if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_00d9; } } { int32_t L_24 = V_3; CRoleBeatKeyData_Total_t538171442 * L_25 = V_8; NullCheck(L_25); int32_t L_26 = L_25->get_winCount_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_27 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_24, L_26, /*hidden argument*/NULL); V_3 = L_27; int32_t L_28 = V_5; CRoleBeatKeyData_Total_t538171442 * L_29 = V_8; NullCheck(L_29); int32_t L_30 = CRoleBeatKeyData_Total_get_score_m3615130383(L_29, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_30)); goto IL_00fd; } IL_00d9: { int32_t L_31 = V_10; if ((!(((uint32_t)L_31) == ((uint32_t)2)))) { goto IL_00fd; } } { int32_t L_32 = V_4; CRoleBeatKeyData_Total_t538171442 * L_33 = V_8; NullCheck(L_33); int32_t L_34 = L_33->get_winCount_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_35 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_32, L_34, /*hidden argument*/NULL); V_4 = L_35; int32_t L_36 = V_6; CRoleBeatKeyData_Total_t538171442 * L_37 = V_8; NullCheck(L_37); int32_t L_38 = CRoleBeatKeyData_Total_get_score_m3615130383(L_37, /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_38)); } IL_00fd: { int32_t L_39 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_0103: { int32_t L_40 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_41 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42 = CDanceMode_GetData_TotalCount_m3617191463(L_41, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_42))) { goto IL_0057; } } { V_11 = 0; int32_t L_43 = V_3; int32_t L_44 = V_4; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_013f; } } { int32_t L_45 = V_5; int32_t L_46 = V_6; if ((((int32_t)L_45) == ((int32_t)L_46))) { goto IL_013a; } } { int32_t L_47 = V_6; int32_t L_48 = V_5; if ((((int32_t)L_47) >= ((int32_t)L_48))) { goto IL_0137; } } { G_B19_0 = 1; goto IL_0138; } IL_0137: { G_B19_0 = 2; } IL_0138: { V_11 = G_B19_0; } IL_013a: { goto IL_0150; } IL_013f: { int32_t L_49 = V_4; int32_t L_50 = V_3; if ((((int32_t)L_49) >= ((int32_t)L_50))) { goto IL_014d; } } { G_B24_0 = 1; goto IL_014e; } IL_014d: { G_B24_0 = 2; } IL_014e: { V_11 = G_B24_0; } IL_0150: { V_12 = (bool)0; V_13 = (bool)0; V_7 = 0; goto IL_0339; } IL_015e: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_51 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_52 = V_7; NullCheck(L_51); CRoleBeatKeyData_Total_t538171442 * L_53 = CDanceMode_GetData_TotalByIndex_m2969521879(L_51, L_52, /*hidden argument*/NULL); V_14 = L_53; CRoleBeatKeyData_Total_t538171442 * L_54 = V_14; if (L_54) { goto IL_0178; } } { goto IL_0333; } IL_0178: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_55 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_55); CSceneService_t551449725 * L_56 = CRoot_GetSceneService_m2061443921(L_55, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_57 = V_14; NullCheck(L_57); int64_t L_58 = L_57->get_userId_0(); NullCheck(L_56); ISceneRole_t2394225724 * L_59 = CSceneService_FindRoleByUserID_m4171044813(L_56, L_58, /*hidden argument*/NULL); V_15 = L_59; ISceneRole_t2394225724 * L_60 = V_15; if (!L_60) { goto IL_01a3; } } { ISceneRole_t2394225724 * L_61 = V_15; NullCheck(L_61); bool L_62 = ISceneBaseObj_IsValid_m1197404667(L_61, /*hidden argument*/NULL); if (L_62) { goto IL_01a8; } } IL_01a3: { goto IL_0333; } IL_01a8: { ISceneRole_t2394225724 * L_63 = V_15; NullCheck(L_63); ISceneBaseObj_ClearAnimCached_m960245356(L_63, /*hidden argument*/NULL); V_16 = 0; ISceneRole_t2394225724 * L_64 = V_15; NullCheck(L_64); CDataProperty_t2806246268 * L_65 = ISceneBaseObj_GetUserProperty_m776816018(L_64, /*hidden argument*/NULL); NullCheck(L_65); int32_t L_66 = CDataProperty_GetInt_m1935343217(L_65, _stringLiteral4157990518, 0, /*hidden argument*/NULL); V_17 = L_66; ISceneRole_t2394225724 * L_67 = V_15; NullCheck(L_67); CProperty_t963755051 * L_68 = ISceneBaseObj_GetNetProperty_m1709069404(L_67, /*hidden argument*/NULL); NullCheck(L_68); int32_t L_69 = CProperty_GetInt_m2680341236(L_68, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_18 = L_69; V_19 = (bool)0; int32_t L_70 = V_11; if (L_70) { goto IL_01f2; } } { V_19 = (bool)1; int32_t L_71 = V_17; V_16 = ((int32_t)((int32_t)L_71%(int32_t)2)); goto IL_0220; } IL_01f2: { int32_t L_72 = V_11; ISceneRole_t2394225724 * L_73 = V_15; NullCheck(L_73); CProperty_t963755051 * L_74 = ISceneBaseObj_GetNetProperty_m1709069404(L_73, /*hidden argument*/NULL); NullCheck(L_74); int32_t L_75 = CProperty_GetInt_m2680341236(L_74, _stringLiteral2721688862, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_72) == ((uint32_t)L_75)))) { goto IL_021a; } } { V_19 = (bool)1; V_16 = ((int32_t)1000); goto IL_0220; } IL_021a: { int32_t L_76 = V_17; V_16 = ((int32_t)((int32_t)L_76%(int32_t)2)); } IL_0220: { ISceneRole_t2394225724 * L_77 = V_15; int32_t L_78 = V_16; NullCheck(L_77); ISceneRole_SetScenePoint_m3088388914(L_77, L_78, /*hidden argument*/NULL); bool L_79 = V_19; if (!L_79) { goto IL_027d; } } { int32_t L_80 = V_18; if ((!(((uint32_t)L_80) == ((uint32_t)1)))) { goto IL_0259; } } { bool L_81 = V_12; if (L_81) { goto IL_0259; } } { V_12 = (bool)1; ISceneRole_t2394225724 * L_82 = V_15; NullCheck(L_82); ISceneBaseObj_PlayEffect_m4006788978(L_82, _stringLiteral2718347856, 1, (-1.0f), /*hidden argument*/NULL); goto IL_027d; } IL_0259: { int32_t L_83 = V_18; if ((!(((uint32_t)L_83) == ((uint32_t)2)))) { goto IL_027d; } } { bool L_84 = V_13; if (L_84) { goto IL_027d; } } { V_13 = (bool)1; ISceneRole_t2394225724 * L_85 = V_15; NullCheck(L_85); ISceneBaseObj_PlayEffect_m4006788978(L_85, _stringLiteral1152263915, 1, (-1.0f), /*hidden argument*/NULL); } IL_027d: { int32_t L_86 = V_17; if (((int32_t)((int32_t)L_86%(int32_t)2))) { goto IL_0290; } } { int32_t L_87 = V_17; G_B46_0 = ((((int32_t)2) == ((int32_t)L_87))? 1 : 0); goto IL_0295; } IL_0290: { int32_t L_88 = V_17; G_B46_0 = ((((int32_t)1) == ((int32_t)L_88))? 1 : 0); } IL_0295: { V_20 = (bool)G_B46_0; int32_t L_89 = V_11; if (!L_89) { goto IL_02a7; } } { int32_t L_90 = V_11; int32_t L_91 = V_18; if ((!(((uint32_t)L_90) == ((uint32_t)L_91)))) { goto IL_02ad; } } IL_02a7: { G_B50_0 = 1; goto IL_02ae; } IL_02ad: { G_B50_0 = 0; } IL_02ae: { V_21 = (bool)G_B50_0; bool L_92 = V_20; G_B51_0 = _stringLiteral4062364008; if (!L_92) { G_B52_0 = _stringLiteral4062364008; goto IL_02c6; } } { G_B53_0 = _stringLiteral3457923044; G_B53_1 = G_B51_0; goto IL_02cb; } IL_02c6: { G_B53_0 = _stringLiteral3457923054; G_B53_1 = G_B52_0; } IL_02cb: { bool L_93 = V_21; G_B54_0 = G_B53_0; G_B54_1 = G_B53_1; if (!L_93) { G_B55_0 = G_B53_0; G_B55_1 = G_B53_1; goto IL_02dc; } } { G_B56_0 = _stringLiteral2650209757; G_B56_1 = G_B54_0; G_B56_2 = G_B54_1; goto IL_02e1; } IL_02dc: { G_B56_0 = _stringLiteral1605126695; G_B56_1 = G_B55_0; G_B56_2 = G_B55_1; } IL_02e1: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_94 = String_Format_m2556382932(NULL /*static, unused*/, G_B56_2, G_B56_1, G_B56_0, /*hidden argument*/NULL); V_22 = L_94; String_t* L_95 = V_22; AnimationClip_t2318505987 * L_96 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); V_23 = L_96; AnimationClip_t2318505987 * L_97 = V_23; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_98 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_0333; } } { ISceneRole_t2394225724 * L_99 = V_15; AnimationClip_t2318505987 * L_100 = V_23; String_t* L_101 = V_22; AnimationClip_t2318505987 * L_102 = V_23; NullCheck(L_102); float L_103 = AnimationClip_get_length_m3296085482(L_102, /*hidden argument*/NULL); NullCheck(L_99); ISceneBaseObj_PlayAnimClip_m3190763634(L_99, L_100, L_101, (1.0f), ((float)il2cpp_codegen_subtract((float)L_103, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_104 = V_15; NullCheck(L_104); ILogicBase_Update_m3853008051(L_104, (0.0001f), /*hidden argument*/NULL); } IL_0333: { int32_t L_105 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); } IL_0339: { int32_t L_106 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_107 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_107); int32_t L_108 = CDanceMode_GetData_TotalCount_m3617191463(L_107, /*hidden argument*/NULL); if ((((int32_t)L_106) < ((int32_t)L_108))) { goto IL_015e; } } { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnBeforeShowResultUI() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnBeforeShowResultUI_m1358742803 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnBeforeShowResultUI_m1358742803_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; IResourceManager_t3165642952 * G_B7_0 = NULL; IResourceManager_t3165642952 * G_B6_0 = NULL; IResourceManager_t3165642952 * G_B9_0 = NULL; IResourceManager_t3165642952 * G_B8_0 = NULL; IResourceManager_t3165642952 * G_B15_0 = NULL; IResourceManager_t3165642952 * G_B14_0 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_0 = L_2; V_1 = (ISceneRole_t2394225724 *)NULL; V_2 = 0; goto IL_005f; } IL_001f: { ISceneRole_t2394225724 * L_3 = V_1; NullCheck(L_3); ISceneBaseObj_StopEffect_m879461206(L_3, _stringLiteral2718347856, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); ISceneBaseObj_StopEffect_m879461206(L_4, _stringLiteral1152263915, 1, /*hidden argument*/NULL); int32_t L_5 = V_0; ISceneRole_t2394225724 * L_6 = V_1; NullCheck(L_6); CProperty_t963755051 * L_7 = ISceneBaseObj_GetNetProperty_m1709069404(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CProperty_GetInt_m2680341236(L_7, _stringLiteral2721688862, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)L_8))) { goto IL_005f; } } { ISceneRole_t2394225724 * L_9 = V_1; NullCheck(L_9); CDataProperty_t2806246268 * L_10 = ISceneBaseObj_GetUserProperty_m776816018(L_9, /*hidden argument*/NULL); NullCheck(L_10); CDataProperty_Clear_m1542459772(L_10, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_11 = V_1; NullCheck(L_11); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_11); } IL_005f: { CSceneService_t551449725 * L_12 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_13 = V_2; int32_t L_14 = L_13; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); ISceneBaseObj_t858622483 * L_15 = CSceneService_GetRoleObj_m3880305570(L_12, L_14, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_16 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_15, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_1 = L_16; if (L_16) { goto IL_001f; } } { CResourceAdapter_t3687212940 * L_17 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0149; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_19 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_20 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_14(); G_B6_0 = L_19; if (L_20) { G_B7_0 = L_19; goto IL_00a6; } } { intptr_t L_21 = (intptr_t)IResHelp__FunPathDanceAnim_m180543390_RuntimeMethod_var; Predicate_1_t2672744813 * L_22 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_22, NULL, L_21, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_14(L_22); G_B7_0 = G_B6_0; } IL_00a6: { Predicate_1_t2672744813 * L_23 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_14(); NullCheck(G_B7_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B7_0, L_23); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_24 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_25 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_15(); G_B8_0 = L_24; if (L_25) { G_B9_0 = L_24; goto IL_00cd; } } { intptr_t L_26 = (intptr_t)IResHelp__FunPathDanceCamera_m2753716925_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, NULL, L_26, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_15(L_27); G_B9_0 = G_B8_0; } IL_00cd: { Predicate_1_t2672744813 * L_28 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_15(); NullCheck(G_B9_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B9_0, L_28); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_29 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); IResourceManager_ClearAllProtectedRes_m142422286(L_29, /*hidden argument*/NULL); V_2 = 0; V_1 = (ISceneRole_t2394225724 *)NULL; goto IL_0107; } IL_00ea: { int32_t L_30 = V_0; ISceneRole_t2394225724 * L_31 = V_1; NullCheck(L_31); CProperty_t963755051 * L_32 = ISceneBaseObj_GetNetProperty_m1709069404(L_31, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_33 = CProperty_GetInt_m2680341236(L_32, _stringLiteral2721688862, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)L_33)))) { goto IL_0107; } } { ISceneRole_t2394225724 * L_34 = V_1; NullCheck(L_34); VirtActionInvoker0::Invoke(10 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::HoldResources() */, L_34); } IL_0107: { CSceneService_t551449725 * L_35 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_36 = V_2; int32_t L_37 = L_36; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); NullCheck(L_35); ISceneBaseObj_t858622483 * L_38 = CSceneService_GetRoleObj_m3880305570(L_35, L_37, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_39 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_38, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_1 = L_39; if (L_39) { goto IL_00ea; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_40 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_41 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_16(); G_B14_0 = L_40; if (L_41) { G_B15_0 = L_40; goto IL_013f; } } { intptr_t L_42 = (intptr_t)IResHelp__FunPathAvatar_m3023652776_RuntimeMethod_var; Predicate_1_t2672744813 * L_43 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_43, NULL, L_42, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_16(L_43); G_B15_0 = G_B14_0; } IL_013f: { Predicate_1_t2672744813 * L_44 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_16(); NullCheck(G_B15_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B15_0, L_44); } IL_0149: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnShowResultUI() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnShowResultUI_m1489183590 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnShowResultUI_m1489183590_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; ISceneBaseObj_t858622483 * V_3 = NULL; int32_t V_4 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_0 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, _stringLiteral1977741677, /*hidden argument*/NULL); V_0 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_0, GameObject_t1113636619_il2cpp_TypeInfo_var)); 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_0100; } } { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); Object_set_name_m291480324(L_3, _stringLiteral1963786532, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_7 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localScale_m3053443106(L_6, L_7, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_DoWithWndEnable_m2191996108(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_9 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CDanceMode_FilterRoleBeatKeyData_m1106883004(L_9, /*hidden argument*/NULL); CDanceMode_t1520520494 * L_10 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CDanceMode_SortRoleResult_m2190656169(L_10, /*hidden argument*/NULL); CMainRole_t4200562839 * L_11 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CProperty_t963755051 * L_12 = ISceneBaseObj_GetNetProperty_m1709069404(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CProperty_GetInt_m2680341236(L_12, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_1 = L_13; GameObject_t1113636619 * L_14 = V_0; NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral2005233345, /*hidden argument*/NULL); V_2 = L_16; Transform_t3600365921 * L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0100; } } { V_3 = (ISceneBaseObj_t858622483 *)NULL; V_4 = 0; goto IL_00e8; } IL_0095: { int32_t L_19 = V_1; ISceneBaseObj_t858622483 * L_20 = V_3; NullCheck(L_20); CProperty_t963755051 * L_21 = ISceneBaseObj_GetNetProperty_m1709069404(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CProperty_GetInt_m2680341236(L_21, _stringLiteral2721688862, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)L_22)))) { goto IL_00e8; } } { ISceneBaseObj_t858622483 * L_23 = V_3; NullCheck(L_23); Transform_t3600365921 * L_24 = ISceneBaseObj_GetTransform_m3818769012(L_23, /*hidden argument*/NULL); Transform_t3600365921 * L_25 = V_2; NullCheck(L_24); Transform_set_parent_m786917804(L_24, L_25, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_26 = V_3; NullCheck(L_26); Transform_t3600365921 * L_27 = ISceneBaseObj_GetTransform_m3818769012(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); ISceneBaseObj_t858622483 * L_29 = V_3; NullCheck(L_29); Transform_t3600365921 * L_30 = ISceneBaseObj_GetTransform_m3818769012(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); ISceneBaseObj_t858622483 * L_32 = V_3; NullCheck(L_32); Transform_t3600365921 * L_33 = ISceneBaseObj_GetTransform_m3818769012(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); } IL_00e8: { CSceneService_t551449725 * L_35 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_36 = V_4; int32_t L_37 = L_36; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); NullCheck(L_35); ISceneBaseObj_t858622483 * L_38 = CSceneService_GetRoleObj_m3880305570(L_35, L_37, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_39 = L_38; V_3 = L_39; if (L_39) { goto IL_0095; } } IL_0100: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnStartRoleAnim(DMCore.DanceMode.CDanceMode/OnRoleAnimEnd) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnStartRoleAnim_m3993041652 (CDanceMode_Heart_t1287841595 * __this, OnRoleAnimEnd_t3559497459 * ___ptrRoleAnimEnd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnStartRoleAnim_m3993041652_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; int32_t V_1 = 0; ISceneRole_t2394225724 * V_2 = NULL; { OnRoleAnimEnd_t3559497459 * L_0 = ___ptrRoleAnimEnd0; CDanceMode_OnStartRoleAnim_m27611709(__this, L_0, /*hidden argument*/NULL); V_0 = (ISceneBaseObj_t858622483 *)NULL; V_1 = 0; goto IL_0027; } IL_0010: { ISceneBaseObj_t858622483 * L_1 = V_0; V_2 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_1, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_2 = V_2; NullCheck(L_2); ISceneRole_EnableModelItem_m1552532128(L_2, ((int32_t)30), (bool)0, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_3 = V_0; NullCheck(L_3); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_3, (bool)0); } IL_0027: { CSceneService_t551449725 * L_4 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_1; int32_t L_6 = L_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_4); ISceneBaseObj_t858622483 * L_7 = CSceneService_GetRoleObj_m3880305570(L_4, L_6, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_8 = L_7; V_0 = L_8; if (L_8) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_9 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); ISoundManager_t434164892 * L_10 = CRoot_GetSoundManager_m30020774(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_11 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); AudioClip_t3680889665 * L_12 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_11, _stringLiteral422669844); NullCheck(L_10); ISoundManager_PlayOnce_m3370941300(L_10, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_13 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_14 = (intptr_t)CDanceMode_Heart_OnDefaultEffect_m2196805950_RuntimeMethod_var; Action_1_t1569734369 * L_15 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_15, __this, L_14, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_13); CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011(L_13, L_15, /*hidden argument*/NULL); CSceneEffectManager_t793970061 * L_16 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_17 = (intptr_t)CDanceMode_Heart_OnShowTime_m1545480792_RuntimeMethod_var; Action_1_t1569734369 * L_18 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_18, __this, L_17, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_16); CSceneEffectManager_RegisterShowTimeCallback_m2073380952(L_16, L_18, /*hidden argument*/NULL); CDanceMode_Heart_OnCallRoleAnim_m2604945564(__this, (bool)1, (0.0f), 1, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnCallRoleAnim(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnCallRoleAnim_m2604945564 (CDanceMode_Heart_t1287841595 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnCallRoleAnim_m2604945564_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; ISceneRole_t2394225724 * V_2 = NULL; ISceneRole_t2394225724 * V_3 = NULL; ISceneRole_t2394225724 * 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; AnimationClip_t2318505987 * V_10 = NULL; String_t* V_11 = NULL; AnimationClip_t2318505987 * V_12 = NULL; String_t* V_13 = NULL; AnimationClip_t2318505987 * V_14 = NULL; String_t* V_15 = NULL; AnimationClip_t2318505987 * V_16 = NULL; Camera_t4157153871 * V_17 = NULL; Quaternion_t2301928331 V_18; memset(&V_18, 0, sizeof(V_18)); Matrix4x4_t1817901843 V_19; memset(&V_19, 0, sizeof(V_19)); int32_t G_B17_0 = 0; int32_t G_B20_0 = 0; String_t* G_B31_0 = NULL; String_t* G_B37_0 = NULL; String_t* G_B44_0 = NULL; String_t* G_B50_0 = NULL; { int32_t L_0 = ___userData2; if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_0075; } } { V_0 = (ISceneRole_t2394225724 *)NULL; V_1 = 0; goto IL_003c; } IL_0010: { ISceneRole_t2394225724 * L_1 = V_0; NullCheck(L_1); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_1, (bool)1); ISceneRole_t2394225724 * L_2 = V_0; ISceneRole_t2394225724 * L_3 = V_0; String_t* L_4 = CDanceMode_Heart_GetStartEffectName_m2458022748(__this, L_3, /*hidden argument*/NULL); NullCheck(L_2); ISceneBaseObj_StopEffect_m879461206(L_2, L_4, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_5 = V_0; ISceneRole_t2394225724 * L_6 = V_0; NullCheck(L_6); CProperty_t963755051 * L_7 = ISceneBaseObj_GetNetProperty_m1709069404(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CProperty_GetInt_m2680341236(L_7, _stringLiteral3941088982, 0, /*hidden argument*/NULL); NullCheck(L_5); ISceneRole_SetScenePoint_m3088388914(L_5, L_8, /*hidden argument*/NULL); } IL_003c: { CSceneService_t551449725 * L_9 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_1; int32_t L_11 = L_10; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); NullCheck(L_9); ISceneBaseObj_t858622483 * L_12 = CSceneService_GetRoleObj_m3880305570(L_9, L_11, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_12, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_13; if (L_13) { goto IL_0010; } } { OnRoleAnimEnd_t3559497459 * L_14 = ((CDanceMode_t1520520494 *)__this)->get_m_ptrRoleAnimEnd_8(); if (!L_14) { goto IL_0074; } } { OnRoleAnimEnd_t3559497459 * L_15 = ((CDanceMode_t1520520494 *)__this)->get_m_ptrRoleAnimEnd_8(); NullCheck(L_15); OnRoleAnimEnd_Invoke_m4030305385(L_15, /*hidden argument*/NULL); ((CDanceMode_t1520520494 *)__this)->set_m_ptrRoleAnimEnd_8((OnRoleAnimEnd_t3559497459 *)NULL); } IL_0074: { return; } IL_0075: { V_2 = (ISceneRole_t2394225724 *)NULL; V_3 = (ISceneRole_t2394225724 *)NULL; V_4 = (ISceneRole_t2394225724 *)NULL; V_5 = 0; goto IL_00e2; } IL_0084: { ISceneRole_t2394225724 * L_16 = V_4; NullCheck(L_16); CProperty_t963755051 * L_17 = ISceneBaseObj_GetNetProperty_m1709069404(L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = CProperty_GetInt_m2680341236(L_17, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_6 = L_18; int32_t L_19 = ___userData2; int32_t L_20 = V_6; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_00b0; } } { ISceneRole_t2394225724 * L_21 = V_4; V_2 = L_21; ISceneRole_t2394225724 * L_22 = V_4; NullCheck(L_22); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_22, (bool)1); goto IL_00e2; } IL_00b0: { int32_t L_23 = ___userData2; int32_t L_24 = V_6; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2))) == ((uint32_t)L_24)))) { goto IL_00ca; } } { ISceneRole_t2394225724 * L_25 = V_4; V_3 = L_25; ISceneRole_t2394225724 * L_26 = V_4; NullCheck(L_26); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_26, (bool)1); goto IL_00e2; } IL_00ca: { ISceneRole_t2394225724 * L_27 = V_4; NullCheck(L_27); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_27, (bool)0); ISceneRole_t2394225724 * L_28 = V_4; ISceneRole_t2394225724 * L_29 = V_4; String_t* L_30 = CDanceMode_Heart_GetStartEffectName_m2458022748(__this, L_29, /*hidden argument*/NULL); NullCheck(L_28); ISceneBaseObj_StopEffect_m879461206(L_28, L_30, 1, /*hidden argument*/NULL); } IL_00e2: { CSceneService_t551449725 * L_31 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_32 = V_5; int32_t L_33 = L_32; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); NullCheck(L_31); ISceneBaseObj_t858622483 * L_34 = CSceneService_GetRoleObj_m3880305570(L_31, L_33, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_35 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_34, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_4 = L_35; if (L_35) { goto IL_0084; } } { ISceneRole_t2394225724 * L_36 = V_2; if (!L_36) { goto IL_0111; } } { ISceneRole_t2394225724 * L_37 = V_2; NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_37); G_B17_0 = L_38; goto IL_0112; } IL_0111: { G_B17_0 = 0; } IL_0112: { V_7 = G_B17_0; ISceneRole_t2394225724 * L_39 = V_3; if (!L_39) { goto IL_0125; } } { ISceneRole_t2394225724 * L_40 = V_3; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_40); G_B20_0 = L_41; goto IL_0126; } IL_0125: { G_B20_0 = 0; } IL_0126: { V_8 = G_B20_0; ISceneRole_t2394225724 * L_42 = V_2; if (!L_42) { goto IL_0146; } } { ISceneRole_t2394225724 * L_43 = V_2; ISceneRole_t2394225724 * L_44 = V_2; String_t* L_45 = CDanceMode_Heart_GetStartEffectName_m2458022748(__this, L_44, /*hidden argument*/NULL); NullCheck(L_43); ISceneBaseObj_PlayEffect_m4006788978(L_43, L_45, 1, (5.0f), /*hidden argument*/NULL); goto IL_015f; } IL_0146: { ISceneRole_t2394225724 * L_46 = V_3; if (!L_46) { goto IL_015f; } } { ISceneRole_t2394225724 * L_47 = V_3; ISceneRole_t2394225724 * L_48 = V_3; String_t* L_49 = CDanceMode_Heart_GetStartEffectName_m2458022748(__this, L_48, /*hidden argument*/NULL); NullCheck(L_47); ISceneBaseObj_PlayEffect_m4006788978(L_47, L_49, 1, (5.0f), /*hidden argument*/NULL); } IL_015f: { ISceneRole_t2394225724 * L_50 = V_3; if (!L_50) { goto IL_016c; } } { ISceneRole_t2394225724 * L_51 = V_3; int32_t L_52 = ___userData2; NullCheck(L_51); ISceneRole_SetScenePoint_m3088388914(L_51, L_52, /*hidden argument*/NULL); } IL_016c: { int32_t L_53 = V_7; int32_t L_54 = V_8; if ((!(((uint32_t)L_53) == ((uint32_t)L_54)))) { goto IL_0236; } } { ISceneRole_t2394225724 * L_55 = V_2; if (!L_55) { goto IL_01d3; } } { int32_t L_56 = V_7; if (L_56) { goto IL_018c; } } { G_B31_0 = _stringLiteral755579739; goto IL_0191; } IL_018c: { G_B31_0 = _stringLiteral924108756; } IL_0191: { V_9 = G_B31_0; String_t* L_57 = V_9; AnimationClip_t2318505987 * L_58 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); V_10 = L_58; String_t* L_59 = V_9; if (!L_59) { goto IL_01d3; } } { ISceneRole_t2394225724 * L_60 = V_2; NullCheck(L_60); ISceneBaseObj_SetIdleAnim_m1936918694(L_60, (String_t*)NULL, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_61 = V_2; AnimationClip_t2318505987 * L_62 = V_10; String_t* L_63 = V_9; AnimationClip_t2318505987 * L_64 = V_10; NullCheck(L_64); float L_65 = AnimationClip_get_length_m3296085482(L_64, /*hidden argument*/NULL); NullCheck(L_61); ISceneBaseObj_PlayAnimClip_m3190763634(L_61, L_62, L_63, (1.0f), ((float)il2cpp_codegen_subtract((float)L_65, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_01d3: { ISceneRole_t2394225724 * L_66 = V_3; if (!L_66) { goto IL_0231; } } { int32_t L_67 = V_8; if (L_67) { goto IL_01ea; } } { G_B37_0 = _stringLiteral755580429; goto IL_01ef; } IL_01ea: { G_B37_0 = _stringLiteral924109446; } IL_01ef: { V_11 = G_B37_0; String_t* L_68 = V_11; AnimationClip_t2318505987 * L_69 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); V_12 = L_69; String_t* L_70 = V_11; if (!L_70) { goto IL_0231; } } { ISceneRole_t2394225724 * L_71 = V_3; NullCheck(L_71); ISceneBaseObj_SetIdleAnim_m1936918694(L_71, (String_t*)NULL, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_72 = V_3; AnimationClip_t2318505987 * L_73 = V_12; String_t* L_74 = V_11; AnimationClip_t2318505987 * L_75 = V_12; NullCheck(L_75); float L_76 = AnimationClip_get_length_m3296085482(L_75, /*hidden argument*/NULL); NullCheck(L_72); ISceneBaseObj_PlayAnimClip_m3190763634(L_72, L_73, L_74, (1.0f), ((float)il2cpp_codegen_subtract((float)L_76, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_0231: { goto IL_02f2; } IL_0236: { ISceneRole_t2394225724 * L_77 = V_2; if (!L_77) { goto IL_0294; } } { int32_t L_78 = V_7; if (L_78) { goto IL_024d; } } { G_B44_0 = _stringLiteral723372678; goto IL_0252; } IL_024d: { G_B44_0 = _stringLiteral723371988; } IL_0252: { V_13 = G_B44_0; String_t* L_79 = V_13; AnimationClip_t2318505987 * L_80 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_79, /*hidden argument*/NULL); V_14 = L_80; String_t* L_81 = V_13; if (!L_81) { goto IL_0294; } } { ISceneRole_t2394225724 * L_82 = V_2; NullCheck(L_82); ISceneBaseObj_SetIdleAnim_m1936918694(L_82, (String_t*)NULL, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_83 = V_2; AnimationClip_t2318505987 * L_84 = V_14; String_t* L_85 = V_13; AnimationClip_t2318505987 * L_86 = V_14; NullCheck(L_86); float L_87 = AnimationClip_get_length_m3296085482(L_86, /*hidden argument*/NULL); NullCheck(L_83); ISceneBaseObj_PlayAnimClip_m3190763634(L_83, L_84, L_85, (1.0f), ((float)il2cpp_codegen_subtract((float)L_87, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_0294: { ISceneRole_t2394225724 * L_88 = V_3; if (!L_88) { goto IL_02f2; } } { int32_t L_89 = V_8; if (L_89) { goto IL_02ab; } } { G_B50_0 = _stringLiteral723372678; goto IL_02b0; } IL_02ab: { G_B50_0 = _stringLiteral723371988; } IL_02b0: { V_15 = G_B50_0; String_t* L_90 = V_15; AnimationClip_t2318505987 * L_91 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); V_16 = L_91; String_t* L_92 = V_15; if (!L_92) { goto IL_02f2; } } { ISceneRole_t2394225724 * L_93 = V_3; NullCheck(L_93); ISceneBaseObj_SetIdleAnim_m1936918694(L_93, (String_t*)NULL, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_94 = V_3; AnimationClip_t2318505987 * L_95 = V_16; String_t* L_96 = V_15; AnimationClip_t2318505987 * L_97 = V_16; NullCheck(L_97); float L_98 = AnimationClip_get_length_m3296085482(L_97, /*hidden argument*/NULL); NullCheck(L_94); ISceneBaseObj_PlayAnimClip_m3190763634(L_94, L_95, L_96, (1.0f), ((float)il2cpp_codegen_subtract((float)L_98, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_02f2: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_99 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_99); ICameraBase_t3615533728 * L_100 = CRoot_GetCamera_m3179746689(L_99, /*hidden argument*/NULL); NullCheck(L_100); Camera_t4157153871 * L_101 = ICameraBase_GetActiveCamera_m490033116(L_100, /*hidden argument*/NULL); V_17 = L_101; Camera_t4157153871 * L_102 = V_17; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_103 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_03f9; } } { ISceneRole_t2394225724 * L_104 = V_2; if (!L_104) { goto IL_03f9; } } { Camera_t4157153871 * L_105 = V_17; NullCheck(L_105); Transform_t3600365921 * L_106 = Component_get_transform_m3162698980(L_105, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_107 = V_2; NullCheck(L_107); Transform_t3600365921 * L_108 = ISceneBaseObj_GetTransform_m3818769012(L_107, /*hidden argument*/NULL); NullCheck(L_108); Vector3_t3722313464 L_109 = Transform_get_position_m36019626(L_108, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_110 = V_2; NullCheck(L_110); Transform_t3600365921 * L_111 = ISceneBaseObj_GetTransform_m3818769012(L_110, /*hidden argument*/NULL); NullCheck(L_111); Vector3_t3722313464 L_112 = Transform_get_forward_m747522392(L_111, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_113 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (4.0f), L_112, /*hidden argument*/NULL); Vector3_t3722313464 L_114 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_109, L_113, /*hidden argument*/NULL); NullCheck(L_106); Transform_set_position_m3387557959(L_106, L_114, /*hidden argument*/NULL); Camera_t4157153871 * L_115 = V_17; NullCheck(L_115); Transform_t3600365921 * L_116 = Component_get_transform_m3162698980(L_115, /*hidden argument*/NULL); Transform_t3600365921 * L_117 = L_116; NullCheck(L_117); Vector3_t3722313464 L_118 = Transform_get_position_m36019626(L_117, /*hidden argument*/NULL); Vector3_t3722313464 L_119 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_120 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_119, (1.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_121 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_118, L_120, /*hidden argument*/NULL); NullCheck(L_117); Transform_set_position_m3387557959(L_117, L_121, /*hidden argument*/NULL); Vector3_t3722313464 L_122 = Vector3_get_right_m1913784872(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_123 = Quaternion_AngleAxis_m1767165696(NULL /*static, unused*/, (-8.3f), L_122, /*hidden argument*/NULL); V_18 = L_123; Vector3_t3722313464 L_124 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Quaternion_t2301928331 L_125 = V_18; Vector3_t3722313464 L_126 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_127 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_124, L_125, L_126, /*hidden argument*/NULL); V_19 = L_127; Camera_t4157153871 * L_128 = V_17; NullCheck(L_128); Transform_t3600365921 * L_129 = Component_get_transform_m3162698980(L_128, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_130 = V_2; NullCheck(L_130); Transform_t3600365921 * L_131 = ISceneBaseObj_GetTransform_m3818769012(L_130, /*hidden argument*/NULL); NullCheck(L_131); Vector3_t3722313464 L_132 = Transform_get_forward_m747522392(L_131, /*hidden argument*/NULL); Vector3_t3722313464 L_133 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_132, /*hidden argument*/NULL); Vector3_t3722313464 L_134 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_19), L_133, /*hidden argument*/NULL); NullCheck(L_129); Transform_set_forward_m1840797198(L_129, L_134, /*hidden argument*/NULL); Camera_t4157153871 * L_135 = V_17; NullCheck(L_135); Transform_t3600365921 * L_136 = Component_get_transform_m3162698980(L_135, /*hidden argument*/NULL); NullCheck(L_136); Vector3_t3722313464 L_137 = Transform_get_position_m36019626(L_136, /*hidden argument*/NULL); __this->set_m_cameraPos_11(L_137); Camera_t4157153871 * L_138 = V_17; NullCheck(L_138); Transform_t3600365921 * L_139 = Component_get_transform_m3162698980(L_138, /*hidden argument*/NULL); NullCheck(L_139); Vector3_t3722313464 L_140 = Transform_get_forward_m747522392(L_139, /*hidden argument*/NULL); __this->set_m_forward_12(L_140); CEventManager_t474365641 * L_141 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_142 = (intptr_t)CDanceMode_Heart_OnCameraMoving_m1427130603_RuntimeMethod_var; OnEventCall_t3758354630 * L_143 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_143, __this, L_142, /*hidden argument*/NULL); NullCheck(L_141); CEventManager_Push_m969834737(L_141, (0.5f), (0.25f), L_143, 0, /*hidden argument*/NULL); } IL_03f9: { CEventManager_t474365641 * L_144 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_145 = (intptr_t)CDanceMode_Heart_OnCallRoleAnim_m2604945564_RuntimeMethod_var; OnEventCall_t3758354630 * L_146 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_146, __this, L_145, /*hidden argument*/NULL); int32_t L_147 = ___userData2; NullCheck(L_144); CEventManager_PushOnce_m2143949090(L_144, (2.0f), L_146, ((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.String DMCore.DanceMode.CDanceMode_Heart::GetStartEffectName(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR String_t* CDanceMode_Heart_GetStartEffectName_m2458022748 (CDanceMode_Heart_t1287841595 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_GetStartEffectName_m2458022748_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t G_B3_0 = 0; { ISceneRole_t2394225724 * L_0 = ___role0; if (!L_0) { goto IL_001c; } } { ISceneRole_t2394225724 * L_1 = ___role0; 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, _stringLiteral2721688862, 0, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_0 = G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0036; } } { V_1 = _stringLiteral4237377630; goto IL_0043; } IL_0036: { int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0043; } } { V_1 = _stringLiteral2671293689; } IL_0043: { String_t* L_7 = V_1; return L_7; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnCameraMoving(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnCameraMoving_m1427130603 (CDanceMode_Heart_t1287841595 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnCameraMoving_m1427130603_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetActiveCamera_m490033116(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0062; } } { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); Vector3_t3722313464 L_7 = __this->get_m_cameraPos_11(); Vector3_t3722313464 L_8 = __this->get_m_forward_12(); float L_9 = ___fTimeDelta1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); Vector3_t3722313464 L_11 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_10, (5.2f), /*hidden argument*/NULL); Vector3_t3722313464 L_12 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_7, L_11, /*hidden argument*/NULL); Vector3_t3722313464 L_13 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); float L_14 = ___fTimeDelta1; Vector3_t3722313464 L_15 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); Vector3_t3722313464 L_16 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_15, (1.1f), /*hidden argument*/NULL); Vector3_t3722313464 L_17 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_position_m3387557959(L_6, L_17, /*hidden argument*/NULL); } IL_0062: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnDefaultEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnDefaultEffect_m2196805950 (CDanceMode_Heart_t1287841595 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnDefaultEffect_m2196805950_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (ISceneRole_t2394225724 *)NULL; V_1 = 0; goto IL_0068; } IL_0009: { ISceneRole_t2394225724 * L_0 = V_0; 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, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_2 = L_2; int32_t L_3 = V_2; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0044; } } { ISceneRole_t2394225724 * L_4 = V_0; NullCheck(L_4); ISceneBaseObj_StopEffect_m879461206(L_4, _stringLiteral2718413392, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_5 = V_0; NullCheck(L_5); ISceneBaseObj_PlayEffect_m4006788978(L_5, _stringLiteral1105209748, 1, (8000.0f), /*hidden argument*/NULL); goto IL_0068; } IL_0044: { int32_t L_6 = V_2; if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0068; } } { ISceneRole_t2394225724 * L_7 = V_0; NullCheck(L_7); ISceneBaseObj_StopEffect_m879461206(L_7, _stringLiteral1152329451, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_8 = V_0; NullCheck(L_8); ISceneBaseObj_PlayEffect_m4006788978(L_8, _stringLiteral3834093103, 1, (8000.0f), /*hidden argument*/NULL); } IL_0068: { CSceneService_t551449725 * L_9 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_1; int32_t L_11 = L_10; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); NullCheck(L_9); ISceneBaseObj_t858622483 * L_12 = CSceneService_GetRoleObj_m3880305570(L_9, L_11, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_12, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_13; if (L_13) { goto IL_0009; } } { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnShowTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnShowTime_m1545480792 (CDanceMode_Heart_t1287841595 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnShowTime_m1545480792_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; AnimationClip_t2318505987 * V_6 = NULL; int32_t V_7 = 0; { V_0 = (-1.0f); V_1 = (ISceneRole_t2394225724 *)NULL; V_2 = 0; goto IL_0183; } IL_000f: { ISceneRole_t2394225724 * L_0 = V_1; NullCheck(L_0); CDataProperty_t2806246268 * L_1 = ISceneBaseObj_GetUserProperty_m776816018(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CDataProperty_GetInt_m1935343217(L_1, _stringLiteral4157990518, 0, /*hidden argument*/NULL); V_3 = L_2; ISceneRole_t2394225724 * L_3 = V_1; NullCheck(L_3); CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral2721688862, 0, /*hidden argument*/NULL); V_4 = L_5; int32_t L_6 = V_4; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_005e; } } { ISceneRole_t2394225724 * L_7 = V_1; NullCheck(L_7); ISceneBaseObj_StopEffect_m879461206(L_7, _stringLiteral1105209748, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_8 = V_1; NullCheck(L_8); ISceneBaseObj_PlayEffect_m4006788978(L_8, _stringLiteral2718413392, 1, (8000.0f), /*hidden argument*/NULL); goto IL_0083; } IL_005e: { int32_t L_9 = V_4; if ((!(((uint32_t)L_9) == ((uint32_t)2)))) { goto IL_0083; } } { ISceneRole_t2394225724 * L_10 = V_1; NullCheck(L_10); ISceneBaseObj_StopEffect_m879461206(L_10, _stringLiteral3834093103, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_11 = V_1; NullCheck(L_11); ISceneBaseObj_PlayEffect_m4006788978(L_11, _stringLiteral1152329451, 1, (8000.0f), /*hidden argument*/NULL); } IL_0083: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_5 = L_12; int32_t L_13 = V_3; switch (L_13) { case 0: { goto IL_00a5; } case 1: { goto IL_00b1; } case 2: { goto IL_00bd; } case 3: { goto IL_00c9; } } } { goto IL_00d5; } IL_00a5: { V_5 = _stringLiteral1002685112; goto IL_00da; } IL_00b1: { V_5 = _stringLiteral2576646118; goto IL_00da; } IL_00bd: { V_5 = _stringLiteral1002668006; goto IL_00da; } IL_00c9: { V_5 = _stringLiteral2576663224; goto IL_00da; } IL_00d5: { goto IL_00da; } IL_00da: { String_t* L_14 = V_5; AnimationClip_t2318505987 * L_15 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_6 = L_15; AnimationClip_t2318505987 * L_16 = V_6; 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_0183; } } { ISceneRole_t2394225724 * L_18 = V_1; NullCheck(L_18); CProperty_t963755051 * L_19 = ISceneBaseObj_GetNetProperty_m1709069404(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = CProperty_GetInt_m2680341236(L_19, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_7 = L_20; int32_t L_21 = V_7; if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_0117; } } { ISceneRole_t2394225724 * L_22 = V_1; NullCheck(L_22); ISceneRole_SetScenePoint_m3088388914(L_22, 0, /*hidden argument*/NULL); goto IL_0142; } IL_0117: { int32_t L_23 = V_7; if ((!(((uint32_t)L_23) == ((uint32_t)3)))) { goto IL_012b; } } { ISceneRole_t2394225724 * L_24 = V_1; NullCheck(L_24); ISceneRole_SetScenePoint_m3088388914(L_24, 1, /*hidden argument*/NULL); goto IL_0142; } IL_012b: { int32_t L_25 = V_7; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)1001))))) { goto IL_0142; } } { ISceneRole_t2394225724 * L_26 = V_1; NullCheck(L_26); ISceneRole_SetScenePoint_m3088388914(L_26, ((int32_t)1000), /*hidden argument*/NULL); } IL_0142: { AnimationClip_t2318505987 * L_27 = V_6; NullCheck(L_27); float L_28 = AnimationClip_get_length_m3296085482(L_27, /*hidden argument*/NULL); float L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_30 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); V_0 = L_30; ISceneRole_t2394225724 * L_31 = V_1; AnimationClip_t2318505987 * L_32 = V_6; String_t* L_33 = V_5; AnimationClip_t2318505987 * L_34 = V_6; NullCheck(L_34); float L_35 = AnimationClip_get_length_m3296085482(L_34, /*hidden argument*/NULL); NullCheck(L_31); ISceneBaseObj_PlayAnimClip_m3190763634(L_31, L_32, L_33, (1.0f), ((float)il2cpp_codegen_subtract((float)L_35, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_36 = V_1; NullCheck(L_36); ILogicBase_Update_m3853008051(L_36, (0.001f), /*hidden argument*/NULL); } IL_0183: { CSceneService_t551449725 * L_37 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_38 = V_2; int32_t L_39 = L_38; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); NullCheck(L_37); ISceneBaseObj_t858622483 * L_40 = CSceneService_GetRoleObj_m3880305570(L_37, L_39, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_41 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_40, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_1 = L_41; if (L_41) { goto IL_000f; } } { float L_42 = V_0; if ((!(((float)(0.0f)) < ((float)L_42)))) { goto IL_01c7; } } { __this->set_m_bTeamAssemble_13((bool)1); CEventManager_t474365641 * L_43 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_44 = V_0; intptr_t L_45 = (intptr_t)CDanceMode_Heart_OnShowTimeAnimEnd_m1965520372_RuntimeMethod_var; OnEventCall_t3758354630 * L_46 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_46, __this, L_45, /*hidden argument*/NULL); NullCheck(L_43); CEventManager_PushOnce_m1854500591(L_43, L_44, L_46, /*hidden argument*/NULL); } IL_01c7: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnShowTimeAnimEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnShowTimeAnimEnd_m1965520372 (CDanceMode_Heart_t1287841595 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnShowTimeAnimEnd_m1965520372_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (ISceneRole_t2394225724 *)NULL; V_1 = 0; goto IL_0022; } IL_0009: { ISceneRole_t2394225724 * L_0 = V_0; 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, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_2 = L_2; ISceneRole_t2394225724 * L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); ISceneRole_SetScenePoint_m3088388914(L_3, L_4, /*hidden argument*/NULL); } IL_0022: { CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = V_1; int32_t L_7 = L_6; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); NullCheck(L_5); ISceneBaseObj_t858622483 * L_8 = CSceneService_GetRoleObj_m3880305570(L_5, L_7, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_9 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_8, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_9; if (L_9) { goto IL_0009; } } { __this->set_m_bTeamAssemble_13((bool)0); return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnSectionChanged() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnSectionChanged_m2227557927 (CDanceMode_Heart_t1287841595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnSectionChanged_m2227557927_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; ISceneRole_t2394225724 * V_3 = NULL; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; bool V_8 = false; bool V_9 = false; stRoleMoveInfo_t1278810436 * V_10 = NULL; Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); Quaternion_t2301928331 V_14; memset(&V_14, 0, sizeof(V_14)); Quaternion_t2301928331 V_15; memset(&V_15, 0, sizeof(V_15)); Quaternion_t2301928331 V_16; memset(&V_16, 0, sizeof(V_16)); Quaternion_t2301928331 V_17; memset(&V_17, 0, sizeof(V_17)); Transform_t3600365921 * V_18 = NULL; Transform_t3600365921 * V_19 = NULL; Transform_t3600365921 * V_20 = NULL; Transform_t3600365921 * V_21 = NULL; GameObject_t1113636619 * V_22 = NULL; int32_t G_B3_0 = 0; int32_t G_B7_0 = 0; int32_t G_B10_0 = 0; Transform_t3600365921 * G_B20_0 = NULL; float G_B32_0 = 0.0f; CEventManager_t474365641 * G_B32_1 = NULL; float G_B31_0 = 0.0f; CEventManager_t474365641 * G_B31_1 = NULL; { int32_t L_0 = CDanceMode_GetServerSectionIndex_m1307218057(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_3 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CDanceMode_GetSectionCount_m2327911418(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0021; } } { G_B3_0 = 1; goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { V_2 = (bool)G_B3_0; V_3 = (ISceneRole_t2394225724 *)NULL; V_4 = 0; IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_5 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_5); CSectionRoleTask_Clear_m3325556555(L_5, /*hidden argument*/NULL); CSceneService_t551449725 * L_6 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CSceneModelObj_t2681526009 * L_7 = CSceneService_GetSceneObj_m85658510(L_6, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(L_7, /*hidden argument*/NULL); V_5 = L_8; goto IL_01d6; } IL_0048: { ISceneRole_t2394225724 * L_9 = V_3; NullCheck(L_9); CProperty_t963755051 * L_10 = ISceneBaseObj_GetNetProperty_m1709069404(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = CProperty_GetInt_m2680341236(L_10, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_6 = L_11; ISceneRole_t2394225724 * L_12 = V_3; NullCheck(L_12); CDataProperty_t2806246268 * L_13 = ISceneBaseObj_GetUserProperty_m776816018(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CDataProperty_GetInt_m1935343217(L_13, _stringLiteral403571131, (-1), /*hidden argument*/NULL); V_7 = L_14; ISceneRole_t2394225724 * L_15 = V_3; NullCheck(L_15); CDataProperty_t2806246268 * L_16 = ISceneBaseObj_GetUserProperty_m776816018(L_15, /*hidden argument*/NULL); int32_t L_17 = V_7; NullCheck(L_16); CDataProperty_Add_m837145387(L_16, _stringLiteral1362697702, L_17, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_18 = V_3; NullCheck(L_18); CDataProperty_t2806246268 * L_19 = ISceneBaseObj_GetUserProperty_m776816018(L_18, /*hidden argument*/NULL); int32_t L_20 = V_6; NullCheck(L_19); CDataProperty_Add_m837145387(L_19, _stringLiteral403571131, L_20, /*hidden argument*/NULL); int32_t L_21 = V_7; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_21))) { goto IL_00a4; } } { G_B7_0 = 1; goto IL_00a5; } IL_00a4: { G_B7_0 = 0; } IL_00a5: { V_8 = (bool)G_B7_0; int32_t L_22 = V_6; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_22))) { goto IL_00b9; } } { G_B10_0 = 1; goto IL_00ba; } IL_00b9: { G_B10_0 = 0; } IL_00ba: { V_9 = (bool)G_B10_0; bool L_23 = V_2; if (L_23) { goto IL_01d6; } } { ISceneRole_t2394225724 * L_24 = V_3; NullCheck(L_24); bool L_25 = ISceneBaseObj_IsValid_m1197404667(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_01d6; } } { bool L_26 = V_8; bool L_27 = V_9; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_01d6; } } { stRoleMoveInfo_t1278810436 * L_28 = (stRoleMoveInfo_t1278810436 *)il2cpp_codegen_object_new(stRoleMoveInfo_t1278810436_il2cpp_TypeInfo_var); stRoleMoveInfo__ctor_m4189251270(L_28, /*hidden argument*/NULL); V_10 = L_28; stRoleMoveInfo_t1278810436 * L_29 = V_10; ISceneRole_t2394225724 * L_30 = V_3; NullCheck(L_30); int64_t L_31 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_30); NullCheck(L_29); L_29->set__userID_0(L_31); stRoleMoveInfo_t1278810436 * L_32 = V_10; ISceneRole_t2394225724 * L_33 = V_3; NullCheck(L_33); Transform_t3600365921 * L_34 = ISceneBaseObj_GetTransform_m3818769012(L_33, /*hidden argument*/NULL); NullCheck(L_34); Vector3_t3722313464 L_35 = Transform_get_position_m36019626(L_34, /*hidden argument*/NULL); V_11 = L_35; float L_36 = (&V_11)->get_x_1(); ISceneRole_t2394225724 * L_37 = V_3; NullCheck(L_37); Transform_t3600365921 * L_38 = ISceneBaseObj_GetTransform_m3818769012(L_37, /*hidden argument*/NULL); NullCheck(L_38); Vector3_t3722313464 L_39 = Transform_get_position_m36019626(L_38, /*hidden argument*/NULL); V_12 = L_39; float L_40 = (&V_12)->get_y_2(); ISceneRole_t2394225724 * L_41 = V_3; NullCheck(L_41); Transform_t3600365921 * L_42 = ISceneBaseObj_GetTransform_m3818769012(L_41, /*hidden argument*/NULL); NullCheck(L_42); Vector3_t3722313464 L_43 = Transform_get_position_m36019626(L_42, /*hidden argument*/NULL); V_13 = L_43; float L_44 = (&V_13)->get_z_3(); Vector3_t3722313464 L_45; memset(&L_45, 0, sizeof(L_45)); Vector3__ctor_m3353183577((&L_45), L_36, L_40, L_44, /*hidden argument*/NULL); NullCheck(L_32); L_32->set__postionStart_1(L_45); stRoleMoveInfo_t1278810436 * L_46 = V_10; ISceneRole_t2394225724 * L_47 = V_3; NullCheck(L_47); Transform_t3600365921 * L_48 = ISceneBaseObj_GetTransform_m3818769012(L_47, /*hidden argument*/NULL); NullCheck(L_48); Quaternion_t2301928331 L_49 = Transform_get_rotation_m3502953881(L_48, /*hidden argument*/NULL); V_14 = L_49; float L_50 = (&V_14)->get_x_0(); ISceneRole_t2394225724 * L_51 = V_3; NullCheck(L_51); Transform_t3600365921 * L_52 = ISceneBaseObj_GetTransform_m3818769012(L_51, /*hidden argument*/NULL); NullCheck(L_52); Quaternion_t2301928331 L_53 = Transform_get_rotation_m3502953881(L_52, /*hidden argument*/NULL); V_15 = L_53; float L_54 = (&V_15)->get_y_1(); ISceneRole_t2394225724 * L_55 = V_3; NullCheck(L_55); Transform_t3600365921 * L_56 = ISceneBaseObj_GetTransform_m3818769012(L_55, /*hidden argument*/NULL); NullCheck(L_56); Quaternion_t2301928331 L_57 = Transform_get_rotation_m3502953881(L_56, /*hidden argument*/NULL); V_16 = L_57; float L_58 = (&V_16)->get_z_2(); ISceneRole_t2394225724 * L_59 = V_3; NullCheck(L_59); Transform_t3600365921 * L_60 = ISceneBaseObj_GetTransform_m3818769012(L_59, /*hidden argument*/NULL); NullCheck(L_60); Quaternion_t2301928331 L_61 = Transform_get_rotation_m3502953881(L_60, /*hidden argument*/NULL); V_17 = L_61; float L_62 = (&V_17)->get_w_3(); Quaternion_t2301928331 L_63; memset(&L_63, 0, sizeof(L_63)); Quaternion__ctor_m435141806((&L_63), L_50, L_54, L_58, L_62, /*hidden argument*/NULL); NullCheck(L_46); L_46->set__RotationStart_3(L_63); CSceneService_t551449725 * L_64 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_65 = V_6; NullCheck(L_64); Transform_t3600365921 * L_66 = CSceneService_GetScenePointTrans_m1104265267(L_64, L_65, /*hidden argument*/NULL); V_18 = L_66; Transform_t3600365921 * L_67 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_68 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01c5; } } { stRoleMoveInfo_t1278810436 * L_69 = V_10; Transform_t3600365921 * L_70 = V_18; NullCheck(L_70); Vector3_t3722313464 L_71 = Transform_get_position_m36019626(L_70, /*hidden argument*/NULL); NullCheck(L_69); L_69->set__postionEnd_2(L_71); stRoleMoveInfo_t1278810436 * L_72 = V_10; Transform_t3600365921 * L_73 = V_18; NullCheck(L_73); Quaternion_t2301928331 L_74 = Transform_get_rotation_m3502953881(L_73, /*hidden argument*/NULL); NullCheck(L_72); L_72->set__RotationEnd_4(L_74); } IL_01c5: { IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_75 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_75); List_1_t2750885178 * L_76 = L_75->get_m_listRoles_0(); stRoleMoveInfo_t1278810436 * L_77 = V_10; NullCheck(L_76); List_1_Add_m3512643911(L_76, L_77, /*hidden argument*/List_1_Add_m3512643911_RuntimeMethod_var); } IL_01d6: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_78 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); CSceneService_t551449725 * L_79 = CRoot_GetSceneService_m2061443921(L_78, /*hidden argument*/NULL); int32_t L_80 = V_4; int32_t L_81 = L_80; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); NullCheck(L_79); ISceneBaseObj_t858622483 * L_82 = CSceneService_GetRoleObj_m3880305570(L_79, L_81, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_83 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_82, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_3 = L_83; if (L_83) { goto IL_0048; } } { Transform_t3600365921 * L_84 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_85 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_0216; } } { Transform_t3600365921 * L_86 = V_5; NullCheck(L_86); Transform_t3600365921 * L_87 = Transform_Find_m1729760951(L_86, _stringLiteral703547752, /*hidden argument*/NULL); G_B20_0 = L_87; goto IL_0217; } IL_0216: { G_B20_0 = ((Transform_t3600365921 *)(NULL)); } IL_0217: { V_19 = G_B20_0; Transform_t3600365921 * L_88 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_89 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_02f2; } } { Transform_t3600365921 * L_90 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_91 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_02f2; } } { CSceneService_t551449725 * L_92 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_92); Transform_t3600365921 * L_93 = CSceneService_GetScenePointTrans_m1104265267(L_92, ((int32_t)1000), /*hidden argument*/NULL); V_20 = L_93; CSceneService_t551449725 * L_94 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_94); Transform_t3600365921 * L_95 = CSceneService_GetScenePointTrans_m1104265267(L_94, ((int32_t)1001), /*hidden argument*/NULL); V_21 = L_95; Transform_t3600365921 * L_96 = V_20; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_97 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_02f2; } } { Transform_t3600365921 * L_98 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_99 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_02f2; } } { GameObject_t1113636619 * L_100 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_100, /*hidden argument*/NULL); V_22 = L_100; GameObject_t1113636619 * L_101 = V_22; NullCheck(L_101); Transform_t3600365921 * L_102 = GameObject_get_transform_m1369836730(L_101, /*hidden argument*/NULL); Transform_t3600365921 * L_103 = V_5; NullCheck(L_102); Transform_set_parent_m786917804(L_102, L_103, /*hidden argument*/NULL); GameObject_t1113636619 * L_104 = V_22; NullCheck(L_104); Object_set_name_m291480324(L_104, _stringLiteral703547752, /*hidden argument*/NULL); GameObject_t1113636619 * L_105 = V_22; NullCheck(L_105); Transform_t3600365921 * L_106 = GameObject_get_transform_m1369836730(L_105, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_107 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_106); Transform_set_localScale_m3053443106(L_106, L_107, /*hidden argument*/NULL); GameObject_t1113636619 * L_108 = V_22; NullCheck(L_108); Transform_t3600365921 * L_109 = GameObject_get_transform_m1369836730(L_108, /*hidden argument*/NULL); Transform_t3600365921 * L_110 = V_20; NullCheck(L_110); Vector3_t3722313464 L_111 = Transform_get_position_m36019626(L_110, /*hidden argument*/NULL); Transform_t3600365921 * L_112 = V_21; NullCheck(L_112); Vector3_t3722313464 L_113 = Transform_get_position_m36019626(L_112, /*hidden argument*/NULL); Vector3_t3722313464 L_114 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_111, L_113, (0.5f), /*hidden argument*/NULL); NullCheck(L_109); Transform_set_position_m3387557959(L_109, L_114, /*hidden argument*/NULL); GameObject_t1113636619 * L_115 = V_22; NullCheck(L_115); Transform_t3600365921 * L_116 = GameObject_get_transform_m1369836730(L_115, /*hidden argument*/NULL); Transform_t3600365921 * L_117 = V_20; NullCheck(L_117); Quaternion_t2301928331 L_118 = Transform_get_rotation_m3502953881(L_117, /*hidden argument*/NULL); Transform_t3600365921 * L_119 = V_21; NullCheck(L_119); Quaternion_t2301928331 L_120 = Transform_get_rotation_m3502953881(L_119, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_121 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_118, L_120, (0.5f), /*hidden argument*/NULL); NullCheck(L_116); Transform_set_rotation_m3524318132(L_116, L_121, /*hidden argument*/NULL); GameObject_t1113636619 * L_122 = V_22; NullCheck(L_122); Transform_t3600365921 * L_123 = GameObject_get_transform_m1369836730(L_122, /*hidden argument*/NULL); V_19 = L_123; } IL_02f2: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_124 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_124); ICameraBase_t3615533728 * L_125 = CRoot_GetCamera_m3179746689(L_124, /*hidden argument*/NULL); Transform_t3600365921 * L_126 = V_19; NullCheck(L_125); ICameraBase_SetWatchTarget_m1900455678(L_125, L_126, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_127 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_127); List_1_t2750885178 * L_128 = L_127->get_m_listRoles_0(); NullCheck(L_128); int32_t L_129 = List_1_get_Count_m1246520958(L_128, /*hidden argument*/List_1_get_Count_m1246520958_RuntimeMethod_var); if (!L_129) { goto IL_033c; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_130 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_130); CEventManager_t474365641 * L_131 = CRoot_GetEventManager_m2015848526(L_130, /*hidden argument*/NULL); intptr_t L_132 = (intptr_t)CDanceMode_Heart_OnSectionRoleMoveing_Heart_m133723028_RuntimeMethod_var; OnEventCall_t3758354630 * L_133 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_133, __this, L_132, /*hidden argument*/NULL); NullCheck(L_131); CEventManager_Push_m581519217(L_131, (0.0f), (0.5f), L_133, /*hidden argument*/NULL); } IL_033c: { int32_t L_134 = V_1; if ((((int32_t)2) > ((int32_t)L_134))) { goto IL_037d; } } { int32_t L_135 = V_1; if (!((int32_t)((int32_t)L_135%(int32_t)2))) { goto IL_037d; } } { bool L_136 = V_2; if (L_136) { goto IL_037d; } } { CEventManager_t474365641 * L_137 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); OnEventCall_t3758354630 * L_138 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_17(); G_B31_0 = (0.5f); G_B31_1 = L_137; if (L_138) { G_B32_0 = (0.5f); G_B32_1 = L_137; goto IL_0373; } } { intptr_t L_139 = (intptr_t)CDanceMode_Heart_On3DShowTimeEff_m2052370652_RuntimeMethod_var; OnEventCall_t3758354630 * L_140 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_140, NULL, L_139, /*hidden argument*/NULL); ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_17(L_140); G_B32_0 = G_B31_0; G_B32_1 = G_B31_1; } IL_0373: { OnEventCall_t3758354630 * L_141 = ((CDanceMode_Heart_t1287841595_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_17(); NullCheck(G_B32_1); CEventManager_PushOnce_m1854500591(G_B32_1, G_B32_0, L_141, /*hidden argument*/NULL); } IL_037d: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::OnSectionRoleMoveing_Heart(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_OnSectionRoleMoveing_Heart_m133723028 (CDanceMode_Heart_t1287841595 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_OnSectionRoleMoveing_Heart_m133723028_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; stRoleMoveInfo_t1278810436 * V_2 = NULL; ISceneRole_t2394225724 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Transform_t3600365921 * V_6 = NULL; { bool L_0 = __this->get_m_bTeamAssemble_13(); if (!L_0) { goto IL_0163; } } { float L_1 = ___fTimeDelta1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_1)), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_0149; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_3 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_3); List_1_t2750885178 * L_4 = L_3->get_m_listRoles_0(); int32_t L_5 = V_1; NullCheck(L_4); stRoleMoveInfo_t1278810436 * L_6 = List_1_get_Item_m3539424980(L_4, L_5, /*hidden argument*/List_1_get_Item_m3539424980_RuntimeMethod_var); V_2 = L_6; CSceneService_t551449725 * L_7 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); stRoleMoveInfo_t1278810436 * L_8 = V_2; NullCheck(L_8); int64_t L_9 = L_8->get__userID_0(); NullCheck(L_7); ISceneRole_t2394225724 * L_10 = CSceneService_FindRoleByUserID_m4171044813(L_7, L_9, /*hidden argument*/NULL); V_3 = L_10; ISceneRole_t2394225724 * L_11 = V_3; if (!L_11) { goto IL_0145; } } { ISceneRole_t2394225724 * L_12 = V_3; NullCheck(L_12); bool L_13 = ISceneBaseObj_IsValid_m1197404667(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0145; } } { ISceneRole_t2394225724 * L_14 = V_3; NullCheck(L_14); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CProperty_GetInt_m2680341236(L_15, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_4 = L_16; int32_t L_17 = V_4; V_5 = L_17; int32_t L_18 = V_4; if ((!(((uint32_t)L_18) == ((uint32_t)2)))) { goto IL_0083; } } { V_5 = 0; goto IL_00a6; } IL_0083: { int32_t L_19 = V_4; if ((!(((uint32_t)L_19) == ((uint32_t)3)))) { goto IL_0093; } } { V_5 = 1; goto IL_00a6; } IL_0093: { int32_t L_20 = V_4; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)1001))))) { goto IL_00a6; } } { V_5 = ((int32_t)1000); } IL_00a6: { CSceneService_t551449725 * L_21 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = V_5; NullCheck(L_21); Transform_t3600365921 * L_23 = CSceneService_GetScenePointTrans_m1104265267(L_21, L_22, /*hidden argument*/NULL); V_6 = L_23; int32_t L_24 = V_5; int32_t L_25 = V_4; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_010b; } } { Transform_t3600365921 * L_26 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_010b; } } { ISceneRole_t2394225724 * L_28 = V_3; NullCheck(L_28); Transform_t3600365921 * L_29 = ISceneBaseObj_GetTransform_m3818769012(L_28, /*hidden argument*/NULL); stRoleMoveInfo_t1278810436 * L_30 = V_2; NullCheck(L_30); Vector3_t3722313464 L_31 = L_30->get__postionStart_1(); Transform_t3600365921 * L_32 = V_6; NullCheck(L_32); Vector3_t3722313464 L_33 = Transform_get_position_m36019626(L_32, /*hidden argument*/NULL); float L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_35 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_31, L_33, L_34, /*hidden argument*/NULL); NullCheck(L_29); Transform_set_position_m3387557959(L_29, L_35, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_36 = V_3; NullCheck(L_36); Transform_t3600365921 * L_37 = ISceneBaseObj_GetTransform_m3818769012(L_36, /*hidden argument*/NULL); stRoleMoveInfo_t1278810436 * L_38 = V_2; NullCheck(L_38); Quaternion_t2301928331 L_39 = L_38->get__RotationStart_3(); Transform_t3600365921 * L_40 = V_6; NullCheck(L_40); Quaternion_t2301928331 L_41 = Transform_get_rotation_m3502953881(L_40, /*hidden argument*/NULL); float L_42 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_43 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_39, L_41, L_42, /*hidden argument*/NULL); NullCheck(L_37); Transform_set_rotation_m3524318132(L_37, L_43, /*hidden argument*/NULL); goto IL_0145; } IL_010b: { ISceneRole_t2394225724 * L_44 = V_3; NullCheck(L_44); Transform_t3600365921 * L_45 = ISceneBaseObj_GetTransform_m3818769012(L_44, /*hidden argument*/NULL); stRoleMoveInfo_t1278810436 * L_46 = V_2; NullCheck(L_46); Vector3_t3722313464 L_47 = L_46->get__postionStart_1(); stRoleMoveInfo_t1278810436 * L_48 = V_2; NullCheck(L_48); Vector3_t3722313464 L_49 = L_48->get__postionEnd_2(); float L_50 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_51 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_47, L_49, L_50, /*hidden argument*/NULL); NullCheck(L_45); Transform_set_position_m3387557959(L_45, L_51, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_52 = V_3; NullCheck(L_52); Transform_t3600365921 * L_53 = ISceneBaseObj_GetTransform_m3818769012(L_52, /*hidden argument*/NULL); stRoleMoveInfo_t1278810436 * L_54 = V_2; NullCheck(L_54); Quaternion_t2301928331 L_55 = L_54->get__RotationStart_3(); stRoleMoveInfo_t1278810436 * L_56 = V_2; NullCheck(L_56); Quaternion_t2301928331 L_57 = L_56->get__RotationEnd_4(); float L_58 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_59 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_55, L_57, L_58, /*hidden argument*/NULL); NullCheck(L_53); Transform_set_rotation_m3524318132(L_53, L_59, /*hidden argument*/NULL); } IL_0145: { int32_t L_60 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0149: { int32_t L_61 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_62 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_62); List_1_t2750885178 * L_63 = L_62->get_m_listRoles_0(); NullCheck(L_63); int32_t L_64 = List_1_get_Count_m1246520958(L_63, /*hidden argument*/List_1_get_Count_m1246520958_RuntimeMethod_var); if ((((int32_t)L_61) < ((int32_t)L_64))) { goto IL_0029; } } { goto IL_016b; } IL_0163: { bool L_65 = ___firstCall0; float L_66 = ___fTimeDelta1; int32_t L_67 = ___userData2; IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CDanceMode_OnSectionRoleMoveing_m3634149004(NULL /*static, unused*/, L_65, L_66, L_67, /*hidden argument*/NULL); } IL_016b: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Heart::On3DShowTimeEff(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Heart_On3DShowTimeEff_m2052370652 (RuntimeObject * __this /* static, unused */, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Heart_On3DShowTimeEff_m2052370652_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; { V_0 = 0; V_1 = (ISceneRole_t2394225724 *)NULL; goto IL_0037; } IL_0009: { ISceneRole_t2394225724 * L_0 = V_1; 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, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_2 = L_2; int32_t L_3 = V_2; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_3))) { goto IL_0037; } } { ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); ISceneBaseObj_PlayEffect_m4006788978(L_4, _stringLiteral4237443167, 1, (8.0f), /*hidden argument*/NULL); } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_5 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CSceneService_t551449725 * L_6 = CRoot_GetSceneService_m2061443921(L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); NullCheck(L_6); ISceneBaseObj_t858622483 * L_9 = CSceneService_GetRoleObj_m3880305570(L_6, L_8, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_10 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_9, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_1 = L_10; if (L_10) { goto IL_0009; } } { 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.DanceMode.CDanceMode_Normal::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal__ctor_m329968243 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal__ctor_m329968243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CDanceMode__ctor_m3470105076(__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_randomAnimList_11(L_0); List_1_t913674750 * L_1 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m3581340774(L_1, /*hidden argument*/List_1__ctor_m3581340774_RuntimeMethod_var); __this->set_m_PVPRoleArray_12(L_1); return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::PrepareResources() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_PrepareResources_m1861529728 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_PrepareResources_m1861529728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDanceMode_PrepareResources_m4062725341(__this, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral3231470291, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral1077017624, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral3898450985, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral3030520892, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral1263558111, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResourceManager_CreateResource_m1279813597(L_0, _stringLiteral262558461, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_1 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); IResourceManager_CreateResource_m1279813597(L_1, _stringLiteral8128894, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); IResourceManager_CreateResource_m1279813597(L_2, _stringLiteral1574212835, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); IResourceManager_CreateResource_m1279813597(L_3, _stringLiteral3453141324, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); IResourceManager_CreateResource_m1279813597(L_4, _stringLiteral4031154751, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_5 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_5, _stringLiteral649244181); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_6 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); PersonaliseConfig_PrepareShowTimeResources_m3947219313(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::Clear() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_Clear_m2247512481 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_Clear_m2247512481_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CDanceMode_Clear_m3295038275(__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = __this->get_m_randomAnimList_11(); NullCheck(L_0); List_1_Clear_m2269680114(L_0, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); V_0 = 0; goto IL_002a; } IL_0018: { List_1_t128053199 * L_1 = __this->get_m_randomAnimList_11(); int32_t L_2 = V_0; NullCheck(L_1); List_1_Add_m697420525(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_002a: { int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)6))) { goto IL_0018; } } { List_1_t913674750 * L_5 = __this->get_m_PVPRoleArray_12(); NullCheck(L_5); List_1_Clear_m2696058023(L_5, /*hidden argument*/List_1_Clear_m2696058023_RuntimeMethod_var); return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnRoleReady(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnRoleReady_m313937218 (CDanceMode_Normal_t3148057993 * __this, ISceneRole_t2394225724 * ___roleItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnRoleReady_m313937218_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* G_B4_0 = NULL; int32_t G_B7_0 = 0; { ISceneRole_t2394225724 * L_0 = ___roleItem0; if (!L_0) { goto IL_00ab; } } { ISceneRole_t2394225724 * L_1 = ___roleItem0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_1); if (L_2) { goto IL_001b; } } { G_B4_0 = _stringLiteral2820005844; goto IL_0020; } IL_001b: { G_B4_0 = _stringLiteral1726884675; } IL_0020: { V_0 = G_B4_0; ISceneRole_t2394225724 * L_3 = ___roleItem0; NullCheck(L_3); CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral208721149, 0, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0040; } } { int32_t L_7 = V_1; G_B7_0 = L_7; goto IL_0046; } IL_0040: { int32_t L_8 = CDanceMode_Normal_GetAnimRandomVal_m2510512001(__this, /*hidden argument*/NULL); G_B7_0 = L_8; } IL_0046: { V_2 = G_B7_0; String_t* L_9 = V_0; String_t* L_10 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = ___roleItem0; NullCheck(L_13); CDataProperty_t2806246268 * L_14 = ISceneBaseObj_GetUserProperty_m776816018(L_13, /*hidden argument*/NULL); int32_t L_15 = V_2; NullCheck(L_14); CDataProperty_Add_m837145387(L_14, _stringLiteral406945646, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MemberManager_t2979457932_il2cpp_TypeInfo_var); MemberManager_t2979457932 * L_16 = MemberManager_GetInstance_m1562229700(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_17 = ___roleItem0; NullCheck(L_17); CProperty_t963755051 * L_18 = ISceneBaseObj_GetNetProperty_m1709069404(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = CProperty_GetInt_m2680341236(L_18, _stringLiteral4041997353, 0, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_20 = MemberManager_GetMemberEffectName_m885960294(L_16, L_19, /*hidden argument*/NULL); V_3 = L_20; String_t* L_21 = V_3; String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_23 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00ab; } } { ISceneRole_t2394225724 * L_24 = ___roleItem0; String_t* L_25 = V_3; NullCheck(L_24); ISceneBaseObj_PlayEffect_m4006788978(L_24, L_25, 0, (8000.0f), /*hidden argument*/NULL); } IL_00ab: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnMusicEndRoleAnim() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnMusicEndRoleAnim_m576388603 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnMusicEndRoleAnim_m576388603_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CRoleBeatKeyData_Total_t538171442 * V_1 = NULL; ISceneRole_t2394225724 * V_2 = NULL; String_t* V_3 = NULL; AnimationClip_t2318505987 * V_4 = NULL; String_t* V_5 = NULL; ISceneNpcBase_t3974693970 * V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; Transform_t3600365921 * V_9 = NULL; String_t* V_10 = NULL; AnimationClip_t2318505987 * V_11 = NULL; String_t* V_12 = NULL; int32_t V_13 = 0; Transform_t3600365921 * V_14 = NULL; String_t* G_B13_0 = NULL; String_t* G_B19_0 = NULL; String_t* G_B33_0 = NULL; String_t* G_B39_0 = NULL; { CDanceMode_OnMusicEndRoleAnim_m176759538(__this, /*hidden argument*/NULL); V_0 = 0; goto IL_0337; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_0 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = V_0; NullCheck(L_0); CRoleBeatKeyData_Total_t538171442 * L_2 = CDanceMode_GetData_TotalByIndex_m2969521879(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; CRoleBeatKeyData_Total_t538171442 * L_3 = V_1; if (L_3) { goto IL_0024; } } { goto IL_0333; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_4 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CSceneService_t551449725 * L_5 = CRoot_GetSceneService_m2061443921(L_4, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_6 = V_1; NullCheck(L_6); int64_t L_7 = L_6->get_userId_0(); NullCheck(L_5); ISceneRole_t2394225724 * L_8 = CSceneService_FindRoleByUserID_m4171044813(L_5, L_7, /*hidden argument*/NULL); V_2 = L_8; ISceneRole_t2394225724 * L_9 = V_2; if (!L_9) { goto IL_004b; } } { ISceneRole_t2394225724 * L_10 = V_2; NullCheck(L_10); bool L_11 = ISceneBaseObj_IsValid_m1197404667(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0050; } } IL_004b: { goto IL_0333; } IL_0050: { ISceneRole_t2394225724 * L_12 = V_2; NullCheck(L_12); CDataProperty_t2806246268 * L_13 = ISceneBaseObj_GetUserProperty_m776816018(L_12, /*hidden argument*/NULL); NullCheck(L_13); CDataProperty_Add_m837145387(L_13, _stringLiteral3907413264, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_14 = V_2; NullCheck(L_14); CDataProperty_t2806246268 * L_15 = ISceneBaseObj_GetUserProperty_m776816018(L_14, /*hidden argument*/NULL); NullCheck(L_15); CDataProperty_Add_m837145387(L_15, _stringLiteral4205146971, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_16 = V_2; NullCheck(L_16); ISceneBaseObj_ClearAnimCached_m960245356(L_16, /*hidden argument*/NULL); int32_t L_17 = V_0; if (L_17) { goto IL_0216; } } { ISceneRole_t2394225724 * L_18 = V_2; NullCheck(L_18); ISceneBaseObj_PlayEffect_m4006788978(L_18, _stringLiteral2671359227, 0, (5.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_19; ISceneRole_t2394225724 * L_20 = V_2; NullCheck(L_20); CProperty_t963755051 * L_21 = ISceneBaseObj_GetNetProperty_m1709069404(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CProperty_GetInt_m2680341236(L_21, _stringLiteral3054539787, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_22))) { goto IL_00c8; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_23 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_24 = V_2; NullCheck(L_24); CProperty_t963755051 * L_25 = ISceneBaseObj_GetNetProperty_m1709069404(L_24, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = CProperty_GetInt_m2680341236(L_25, _stringLiteral3054539787, 0, /*hidden argument*/NULL); NullCheck(L_23); String_t* L_27 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_23, L_26, /*hidden argument*/NULL); V_3 = L_27; } IL_00c8: { String_t* L_28 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_29 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00ee; } } { ISceneRole_t2394225724 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_30); if (L_31) { goto IL_00e8; } } { G_B13_0 = _stringLiteral3798006808; goto IL_00ed; } IL_00e8: { G_B13_0 = _stringLiteral3898450984; } IL_00ed: { V_3 = G_B13_0; } IL_00ee: { String_t* L_32 = V_3; AnimationClip_t2318505987 * L_33 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_4 = L_33; AnimationClip_t2318505987 * L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_35 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0135; } } { ISceneRole_t2394225724 * L_36 = V_2; AnimationClip_t2318505987 * L_37 = V_4; String_t* L_38 = V_3; AnimationClip_t2318505987 * L_39 = V_4; NullCheck(L_39); float L_40 = AnimationClip_get_length_m3296085482(L_39, /*hidden argument*/NULL); NullCheck(L_36); ISceneBaseObj_PlayAnimClip_m3190763634(L_36, L_37, L_38, (1.0f), ((float)il2cpp_codegen_subtract((float)L_40, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_41 = V_2; NullCheck(L_41); ILogicBase_Update_m3853008051(L_41, (0.0001f), /*hidden argument*/NULL); } IL_0135: { ISceneRole_t2394225724 * L_42 = V_2; NullCheck(L_42); int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_42); if (L_43) { goto IL_014a; } } { G_B19_0 = _stringLiteral1077017624; goto IL_014f; } IL_014a: { G_B19_0 = _stringLiteral3898450985; } IL_014f: { V_5 = G_B19_0; ISceneRole_t2394225724 * L_44 = V_2; String_t* L_45 = V_5; NullCheck(L_44); ISceneBaseObj_SetIdleAnim_m1936918694(L_44, L_45, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_46 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); ISceneNpcBase_t3974693970 * L_47 = CPetManager_get_CurrentFollowedPet_m3456142787(L_46, /*hidden argument*/NULL); V_6 = L_47; ISceneNpcBase_t3974693970 * L_48 = V_6; if (!L_48) { goto IL_01cf; } } { ISceneNpcBase_t3974693970 * L_49 = V_6; NullCheck(L_49); bool L_50 = ISceneBaseObj_IsEnable_m3745268461(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_01cf; } } { ISceneRole_t2394225724 * L_51 = V_2; NullCheck(L_51); int64_t L_52 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_51); CMainRole_t4200562839 * L_53 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); int64_t L_54 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_53); if ((!(((uint64_t)L_52) == ((uint64_t)L_54)))) { goto IL_01b1; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_55 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_56 = V_6; NullCheck(L_56); int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_56); NullCheck(L_55); String_t* L_58 = CPetActionConfig_GetActionResByModelID_m823719944(L_55, L_57, 7, /*hidden argument*/NULL); V_7 = L_58; ISceneNpcBase_t3974693970 * L_59 = V_6; String_t* L_60 = V_7; NullCheck(L_59); ISceneBaseObj_SetIdleAnim_m1936918694(L_59, L_60, /*hidden argument*/NULL); goto IL_01cf; } IL_01b1: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_61 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_62 = V_6; NullCheck(L_62); int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_62); NullCheck(L_61); String_t* L_64 = CPetActionConfig_GetActionResByModelID_m823719944(L_61, L_63, 8, /*hidden argument*/NULL); V_8 = L_64; ISceneNpcBase_t3974693970 * L_65 = V_6; String_t* L_66 = V_8; NullCheck(L_65); ISceneBaseObj_SetIdleAnim_m1936918694(L_65, L_66, /*hidden argument*/NULL); } IL_01cf: { CSceneService_t551449725 * L_67 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_67); Transform_t3600365921 * L_68 = CSceneService_GetScenePointTrans_m1104265267(L_67, ((int32_t)1001), /*hidden argument*/NULL); V_9 = L_68; Transform_t3600365921 * L_69 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_70 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_0211; } } { ISceneRole_t2394225724 * L_71 = V_2; NullCheck(L_71); Transform_t3600365921 * L_72 = ISceneBaseObj_GetTransform_m3818769012(L_71, /*hidden argument*/NULL); Transform_t3600365921 * L_73 = V_9; NullCheck(L_73); Vector3_t3722313464 L_74 = Transform_get_position_m36019626(L_73, /*hidden argument*/NULL); NullCheck(L_72); Transform_set_position_m3387557959(L_72, L_74, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_75 = V_2; NullCheck(L_75); Transform_t3600365921 * L_76 = ISceneBaseObj_GetTransform_m3818769012(L_75, /*hidden argument*/NULL); Transform_t3600365921 * L_77 = V_9; 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); } IL_0211: { goto IL_0333; } IL_0216: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_79 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_10 = L_79; ISceneRole_t2394225724 * L_80 = V_2; NullCheck(L_80); CProperty_t963755051 * L_81 = ISceneBaseObj_GetNetProperty_m1709069404(L_80, /*hidden argument*/NULL); NullCheck(L_81); int32_t L_82 = CProperty_GetInt_m2680341236(L_81, _stringLiteral3054539787, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_82))) { goto IL_0251; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_83 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_84 = V_2; NullCheck(L_84); CProperty_t963755051 * L_85 = ISceneBaseObj_GetNetProperty_m1709069404(L_84, /*hidden argument*/NULL); NullCheck(L_85); int32_t L_86 = CProperty_GetInt_m2680341236(L_85, _stringLiteral3054539787, 0, /*hidden argument*/NULL); NullCheck(L_83); String_t* L_87 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_83, L_86, /*hidden argument*/NULL); V_10 = L_87; } IL_0251: { String_t* L_88 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_89 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_0279; } } { ISceneRole_t2394225724 * L_90 = V_2; NullCheck(L_90); int32_t L_91 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_90); if (L_91) { goto IL_0272; } } { G_B33_0 = _stringLiteral3367079003; goto IL_0277; } IL_0272: { G_B33_0 = _stringLiteral1419756861; } IL_0277: { V_10 = G_B33_0; } IL_0279: { String_t* L_92 = V_10; AnimationClip_t2318505987 * L_93 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); V_11 = L_93; AnimationClip_t2318505987 * L_94 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_95 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_02c2; } } { ISceneRole_t2394225724 * L_96 = V_2; AnimationClip_t2318505987 * L_97 = V_11; String_t* L_98 = V_10; AnimationClip_t2318505987 * L_99 = V_11; NullCheck(L_99); float L_100 = AnimationClip_get_length_m3296085482(L_99, /*hidden argument*/NULL); NullCheck(L_96); ISceneBaseObj_PlayAnimClip_m3190763634(L_96, L_97, L_98, (1.0f), ((float)il2cpp_codegen_subtract((float)L_100, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_101 = V_2; NullCheck(L_101); ILogicBase_Update_m3853008051(L_101, (0.0001f), /*hidden argument*/NULL); } IL_02c2: { ISceneRole_t2394225724 * L_102 = V_2; NullCheck(L_102); int32_t L_103 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_102); if (L_103) { goto IL_02d7; } } { G_B39_0 = _stringLiteral3367079006; goto IL_02dc; } IL_02d7: { G_B39_0 = _stringLiteral1419691325; } IL_02dc: { V_12 = G_B39_0; ISceneRole_t2394225724 * L_104 = V_2; String_t* L_105 = V_12; NullCheck(L_104); ISceneBaseObj_SetIdleAnim_m1936918694(L_104, L_105, /*hidden argument*/NULL); V_13 = 0; int32_t L_106 = V_0; if ((((int32_t)2) > ((int32_t)L_106))) { goto IL_02f4; } } { int32_t L_107 = V_0; V_13 = L_107; } IL_02f4: { CSceneService_t551449725 * L_108 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_109 = V_13; NullCheck(L_108); Transform_t3600365921 * L_110 = CSceneService_GetScenePointTrans_m1104265267(L_108, L_109, /*hidden argument*/NULL); V_14 = L_110; Transform_t3600365921 * L_111 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_112 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_111, /*hidden argument*/NULL); if (!L_112) { goto IL_0333; } } { ISceneRole_t2394225724 * L_113 = V_2; NullCheck(L_113); Transform_t3600365921 * L_114 = ISceneBaseObj_GetTransform_m3818769012(L_113, /*hidden argument*/NULL); Transform_t3600365921 * L_115 = V_14; NullCheck(L_115); Vector3_t3722313464 L_116 = Transform_get_position_m36019626(L_115, /*hidden argument*/NULL); NullCheck(L_114); Transform_set_position_m3387557959(L_114, L_116, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_117 = V_2; NullCheck(L_117); Transform_t3600365921 * L_118 = ISceneBaseObj_GetTransform_m3818769012(L_117, /*hidden argument*/NULL); Transform_t3600365921 * L_119 = V_14; NullCheck(L_119); Quaternion_t2301928331 L_120 = Transform_get_rotation_m3502953881(L_119, /*hidden argument*/NULL); NullCheck(L_118); Transform_set_rotation_m3524318132(L_118, L_120, /*hidden argument*/NULL); } IL_0333: { int32_t L_121 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); } IL_0337: { int32_t L_122 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_123 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_123); int32_t L_124 = CDanceMode_GetData_TotalCount_m3617191463(L_123, /*hidden argument*/NULL); if ((((int32_t)L_122) < ((int32_t)L_124))) { goto IL_000d; } } { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnBeforeShowResultUI() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnBeforeShowResultUI_m3128275425 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnBeforeShowResultUI_m3128275425_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; int32_t V_1 = 0; IResourceManager_t3165642952 * G_B7_0 = NULL; IResourceManager_t3165642952 * G_B6_0 = NULL; IResourceManager_t3165642952 * G_B9_0 = NULL; IResourceManager_t3165642952 * G_B8_0 = NULL; IResourceManager_t3165642952 * G_B11_0 = NULL; IResourceManager_t3165642952 * G_B10_0 = NULL; { V_0 = (ISceneBaseObj_t858622483 *)NULL; V_1 = 0; goto IL_0034; } IL_0009: { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); ISceneBaseObj_t858622483 * L_2 = V_0; NullCheck(((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_2, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_2, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); if ((((int64_t)L_1) == ((int64_t)L_3))) { goto IL_0034; } } { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); CDataProperty_t2806246268 * L_5 = ISceneBaseObj_GetUserProperty_m776816018(L_4, /*hidden argument*/NULL); NullCheck(L_5); CDataProperty_Clear_m1542459772(L_5, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_6 = V_0; NullCheck(L_6); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_6); } IL_0034: { CSceneService_t551449725 * L_7 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = V_1; int32_t L_9 = L_8; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); ISceneBaseObj_t858622483 * L_10 = CSceneService_GetRoleObj_m3880305570(L_7, L_9, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_11 = L_10; V_0 = L_11; if (L_11) { goto IL_0009; } } { CResourceAdapter_t3687212940 * L_12 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); bool L_13 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00e2; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_14 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_15 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_15(); G_B6_0 = L_14; if (L_15) { G_B7_0 = L_14; goto IL_0076; } } { intptr_t L_16 = (intptr_t)IResHelp__FunPathDanceAnim_m180543390_RuntimeMethod_var; Predicate_1_t2672744813 * L_17 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_17, NULL, L_16, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_15(L_17); G_B7_0 = G_B6_0; } IL_0076: { Predicate_1_t2672744813 * L_18 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_15(); NullCheck(G_B7_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B7_0, L_18); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_19 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_20 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_16(); G_B8_0 = L_19; if (L_20) { G_B9_0 = L_19; goto IL_009d; } } { intptr_t L_21 = (intptr_t)IResHelp__FunPathDanceCamera_m2753716925_RuntimeMethod_var; Predicate_1_t2672744813 * L_22 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_22, NULL, L_21, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_16(L_22); G_B9_0 = G_B8_0; } IL_009d: { Predicate_1_t2672744813 * L_23 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_16(); NullCheck(G_B9_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B9_0, L_23); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_24 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); IResourceManager_ClearAllProtectedRes_m142422286(L_24, /*hidden argument*/NULL); CMainRole_t4200562839 * L_25 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); VirtActionInvoker0::Invoke(10 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::HoldResources() */, L_25); IResourceManager_t3165642952 * L_26 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_27 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_17(); G_B10_0 = L_26; if (L_27) { G_B11_0 = L_26; goto IL_00d8; } } { intptr_t L_28 = (intptr_t)IResHelp__FunPathAvatar_m3023652776_RuntimeMethod_var; Predicate_1_t2672744813 * L_29 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_29, NULL, L_28, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_17(L_29); G_B11_0 = G_B10_0; } IL_00d8: { Predicate_1_t2672744813 * L_30 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_17(); NullCheck(G_B11_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B11_0, L_30); } IL_00e2: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnShowResultUI() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnShowResultUI_m3764913998 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnShowResultUI_m3764913998_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_0 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, _stringLiteral1791571397, /*hidden argument*/NULL); V_0 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_0, GameObject_t1113636619_il2cpp_TypeInfo_var)); 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_00ce; } } { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); Object_set_name_m291480324(L_3, _stringLiteral771408658, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_7 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localScale_m3053443106(L_6, L_7, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_DoWithWndEnable_m2191996108(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_9 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CDanceMode_FilterRoleBeatKeyData_m1106883004(L_9, /*hidden argument*/NULL); CDanceMode_t1520520494 * L_10 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CDanceMode_SortRoleResult_m2190656169(L_10, /*hidden argument*/NULL); CMainRole_t4200562839 * L_11 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_11) { goto IL_00ce; } } { CMainRole_t4200562839 * L_12 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); bool L_13 = ISceneBaseObj_IsValid_m1197404667(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00ce; } } { GameObject_t1113636619 * L_14 = V_0; NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral2005233345, /*hidden argument*/NULL); V_1 = L_16; CMainRole_t4200562839 * L_17 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = ISceneBaseObj_GetTransform_m3818769012(L_17, /*hidden argument*/NULL); Transform_t3600365921 * L_19 = V_1; NullCheck(L_18); Transform_set_parent_m786917804(L_18, L_19, /*hidden argument*/NULL); CMainRole_t4200562839 * L_20 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = ISceneBaseObj_GetTransform_m3818769012(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_22 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); Transform_set_localPosition_m4128471975(L_21, L_22, /*hidden argument*/NULL); CMainRole_t4200562839 * L_23 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); Transform_t3600365921 * L_24 = ISceneBaseObj_GetTransform_m3818769012(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_25 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); Transform_set_localRotation_m19445462(L_24, L_25, /*hidden argument*/NULL); CMainRole_t4200562839 * L_26 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); Transform_t3600365921 * L_27 = ISceneBaseObj_GetTransform_m3818769012(L_26, /*hidden argument*/NULL); Vector3_t3722313464 L_28 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localScale_m3053443106(L_27, L_28, /*hidden argument*/NULL); } IL_00ce: { return; } } // System.Int32 DMCore.DanceMode.CDanceMode_Normal::GetAnimRandomVal() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_Normal_GetAnimRandomVal_m2510512001 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_GetAnimRandomVal_m2510512001_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { List_1_t128053199 * L_0 = __this->get_m_randomAnimList_11(); if (!L_0) { goto IL_001b; } } { List_1_t128053199 * L_1 = __this->get_m_randomAnimList_11(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if (L_2) { goto IL_001d; } } IL_001b: { return 1; } IL_001d: { List_1_t128053199 * L_3 = __this->get_m_randomAnimList_11(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m186164705(L_3, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); int32_t L_5 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; List_1_t128053199 * L_7 = __this->get_m_randomAnimList_11(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m186164705(L_7, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_9 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_6, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_9; List_1_t128053199 * L_10 = __this->get_m_randomAnimList_11(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = List_1_get_Item_m888956288(L_10, L_11, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_1 = L_12; List_1_t128053199 * L_13 = __this->get_m_randomAnimList_11(); int32_t L_14 = V_0; NullCheck(L_13); List_1_RemoveAt_m2770200702(L_13, L_14, /*hidden argument*/List_1_RemoveAt_m2770200702_RuntimeMethod_var); int32_t L_15 = V_1; return L_15; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnStartRoleAnim(DMCore.DanceMode.CDanceMode/OnRoleAnimEnd) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnStartRoleAnim_m1446870866 (CDanceMode_Normal_t3148057993 * __this, OnRoleAnimEnd_t3559497459 * ___ptrRoleAnimEnd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnStartRoleAnim_m1446870866_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ISceneBaseObj_t858622483 * V_3 = NULL; int32_t V_4 = 0; ISceneRole_t2394225724 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int64_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; ISceneBaseObj_t858622483 * V_11 = NULL; int32_t V_12 = 0; ISceneRole_t2394225724 * V_13 = NULL; int32_t V_14 = 0; int64_t V_15 = 0; ISceneBaseObj_t858622483 * V_16 = NULL; int32_t V_17 = 0; { OnRoleAnimEnd_t3559497459 * L_0 = ___ptrRoleAnimEnd0; CDanceMode_OnStartRoleAnim_m27611709(__this, L_0, /*hidden argument*/NULL); CSceneService_t551449725 * L_1 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CSceneService_GetRoleNum_m2909813266(L_1, /*hidden argument*/NULL); V_0 = L_2; List_1_t913674750 * L_3 = __this->get_m_PVPRoleArray_12(); NullCheck(L_3); List_1_Clear_m2696058023(L_3, /*hidden argument*/List_1_Clear_m2696058023_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_4 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CPveManager_IsPveMode_m3137815888(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00d4; } } { V_1 = 0; goto IL_00c8; } IL_0033: { V_2 = 0; int32_t L_6 = V_1; switch (L_6) { case 0: { goto IL_0065; } case 1: { goto IL_005e; } case 2: { goto IL_0057; } case 3: { goto IL_0050; } } } { goto IL_006c; } IL_0050: { V_2 = 2; goto IL_006c; } IL_0057: { V_2 = 3; goto IL_006c; } IL_005e: { V_2 = 0; goto IL_006c; } IL_0065: { V_2 = 1; goto IL_006c; } IL_006c: { V_3 = (ISceneBaseObj_t858622483 *)NULL; V_4 = 0; goto IL_00ac; } IL_0076: { int32_t L_7 = V_2; ISceneBaseObj_t858622483 * L_8 = V_3; NullCheck(L_8); CProperty_t963755051 * L_9 = ISceneBaseObj_GetNetProperty_m1709069404(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CProperty_GetInt_m2680341236(L_9, _stringLiteral3941088982, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_10)))) { goto IL_00ac; } } { ISceneBaseObj_t858622483 * L_11 = V_3; V_5 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_11, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); List_1_t913674750 * L_12 = __this->get_m_PVPRoleArray_12(); ISceneRole_t2394225724 * L_13 = V_5; NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); NullCheck(L_12); List_1_Add_m358737454(L_12, L_14, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); goto IL_00c4; } IL_00ac: { CSceneService_t551449725 * L_15 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_4; int32_t L_17 = L_16; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); NullCheck(L_15); ISceneBaseObj_t858622483 * L_18 = CSceneService_GetRoleObj_m3880305570(L_15, L_17, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_19 = L_18; V_3 = L_19; if (L_19) { goto IL_0076; } } IL_00c4: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_00c8: { int32_t L_21 = V_1; if ((((int32_t)L_21) < ((int32_t)4))) { goto IL_0033; } } { goto IL_01de; } IL_00d4: { V_6 = 0; goto IL_01d6; } IL_00dc: { V_7 = (-1); V_8 = (((int64_t)((int64_t)0))); V_9 = 0; goto IL_01bb; } IL_00eb: { V_10 = 0; int32_t L_22 = V_9; switch (L_22) { case 0: { goto IL_0122; } case 1: { goto IL_011a; } case 2: { goto IL_0112; } case 3: { goto IL_010a; } } } { goto IL_012a; } IL_010a: { V_10 = 2; goto IL_012a; } IL_0112: { V_10 = 0; goto IL_012a; } IL_011a: { V_10 = 1; goto IL_012a; } IL_0122: { V_10 = 3; goto IL_012a; } IL_012a: { V_11 = (ISceneBaseObj_t858622483 *)NULL; V_12 = 0; goto IL_019c; } IL_0135: { int32_t L_23 = V_10; ISceneBaseObj_t858622483 * L_24 = V_11; NullCheck(L_24); CProperty_t963755051 * L_25 = ISceneBaseObj_GetNetProperty_m1709069404(L_24, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = CProperty_GetInt_m2680341236(L_25, _stringLiteral3941088982, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)L_26)))) { goto IL_019c; } } { ISceneBaseObj_t858622483 * L_27 = V_11; V_13 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_27, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_28 = V_13; NullCheck(L_28); CProperty_t963755051 * L_29 = ISceneBaseObj_GetNetProperty_m1709069404(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = CProperty_GetInt_m2680341236(L_29, _stringLiteral3883940818, 0, /*hidden argument*/NULL); V_14 = L_30; ISceneRole_t2394225724 * L_31 = V_13; NullCheck(L_31); int64_t L_32 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_31); V_15 = L_32; int32_t L_33 = V_7; int32_t L_34 = V_14; if ((((int32_t)L_33) >= ((int32_t)L_34))) { goto IL_0197; } } { List_1_t913674750 * L_35 = __this->get_m_PVPRoleArray_12(); int64_t L_36 = V_15; NullCheck(L_35); bool L_37 = List_1_Contains_m679968318(L_35, L_36, /*hidden argument*/List_1_Contains_m679968318_RuntimeMethod_var); if (L_37) { goto IL_0197; } } { int32_t L_38 = V_14; V_7 = L_38; int64_t L_39 = V_15; V_8 = L_39; } IL_0197: { goto IL_01b5; } IL_019c: { CSceneService_t551449725 * L_40 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_41 = V_12; int32_t L_42 = L_41; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); NullCheck(L_40); ISceneBaseObj_t858622483 * L_43 = CSceneService_GetRoleObj_m3880305570(L_40, L_42, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_44 = L_43; V_11 = L_44; if (L_44) { goto IL_0135; } } IL_01b5: { int32_t L_45 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_01bb: { int32_t L_46 = V_9; if ((((int32_t)L_46) < ((int32_t)4))) { goto IL_00eb; } } { List_1_t913674750 * L_47 = __this->get_m_PVPRoleArray_12(); int64_t L_48 = V_8; NullCheck(L_47); List_1_Add_m358737454(L_47, L_48, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); int32_t L_49 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_01d6: { int32_t L_50 = V_6; if ((((int32_t)L_50) < ((int32_t)4))) { goto IL_00dc; } } IL_01de: { V_16 = (ISceneBaseObj_t858622483 *)NULL; V_17 = 0; goto IL_01f1; } IL_01e9: { ISceneBaseObj_t858622483 * L_51 = V_16; NullCheck(L_51); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_51, (bool)0); } IL_01f1: { CSceneService_t551449725 * L_52 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_53 = V_17; int32_t L_54 = L_53; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); NullCheck(L_52); ISceneBaseObj_t858622483 * L_55 = CSceneService_GetRoleObj_m3880305570(L_52, L_54, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_56 = L_55; V_16 = L_56; if (L_56) { goto IL_01e9; } } { int32_t L_57 = V_0; CDanceMode_Normal_OnCallRoleAnim_m1363059934(__this, (bool)1, (0.0f), ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_58 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_59 = (intptr_t)CDanceMode_Normal_OnDefaultEffect_m4033065528_RuntimeMethod_var; Action_1_t1569734369 * L_60 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_60, __this, L_59, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_58); CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011(L_58, L_60, /*hidden argument*/NULL); CSceneEffectManager_t793970061 * L_61 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_62 = (intptr_t)CDanceMode_Normal_OnShowTime_m2384065896_RuntimeMethod_var; Action_1_t1569734369 * L_63 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_63, __this, L_62, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_61); CSceneEffectManager_RegisterShowTimeCallback_m2073380952(L_61, L_63, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnDefaultEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnDefaultEffect_m4033065528 (CDanceMode_Normal_t3148057993 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnShowTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnShowTime_m2384065896 (CDanceMode_Normal_t3148057993 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnShowTime_m2384065896_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; AnimationClip_t2318505987 * V_3 = NULL; { V_0 = (ISceneRole_t2394225724 *)NULL; V_1 = 0; goto IL_008a; } IL_0009: { ISceneRole_t2394225724 * L_0 = V_0; 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, _stringLiteral1984011109, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_008a; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_3 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_4 = V_0; NullCheck(L_4); CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CProperty_GetInt_m2680341236(L_5, _stringLiteral1984011109, 0, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_7 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_3, L_6, /*hidden argument*/NULL); V_2 = L_7; String_t* L_8 = V_2; 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_008a; } } { String_t* L_10 = V_2; AnimationClip_t2318505987 * L_11 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_3 = L_11; AnimationClip_t2318505987 * L_12 = V_3; 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_008a; } } { ISceneRole_t2394225724 * L_14 = V_0; AnimationClip_t2318505987 * L_15 = V_3; String_t* L_16 = V_2; AnimationClip_t2318505987 * L_17 = V_3; NullCheck(L_17); float L_18 = AnimationClip_get_length_m3296085482(L_17, /*hidden argument*/NULL); NullCheck(L_14); ISceneBaseObj_PlayAnimClip_m3190763634(L_14, L_15, L_16, (1.0f), ((float)il2cpp_codegen_subtract((float)L_18, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = V_0; NullCheck(L_19); ILogicBase_Update_m3853008051(L_19, (0.001f), /*hidden argument*/NULL); } IL_008a: { CSceneService_t551449725 * L_20 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_21 = V_1; int32_t L_22 = L_21; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); NullCheck(L_20); ISceneBaseObj_t858622483 * L_23 = CSceneService_GetRoleObj_m3880305570(L_20, L_22, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_24 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_23, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_0 = L_24; if (L_24) { goto IL_0009; } } { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnCallRoleAnim(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnCallRoleAnim_m1363059934 (CDanceMode_Normal_t3148057993 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnCallRoleAnim_m1363059934_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; ISceneRole_t2394225724 * V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; CRoleModelItem_t1608531946 * V_5 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * V_6 = NULL; int32_t V_7 = 0; AnimationClip_t2318505987 * V_8 = NULL; Camera_t4157153871 * V_9 = NULL; Quaternion_t2301928331 V_10; memset(&V_10, 0, sizeof(V_10)); Matrix4x4_t1817901843 V_11; memset(&V_11, 0, sizeof(V_11)); String_t* G_B19_0 = NULL; { int32_t L_0 = ___userData2; if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_0025; } } { OnRoleAnimEnd_t3559497459 * L_1 = ((CDanceMode_t1520520494 *)__this)->get_m_ptrRoleAnimEnd_8(); if (!L_1) { goto IL_0024; } } { OnRoleAnimEnd_t3559497459 * L_2 = ((CDanceMode_t1520520494 *)__this)->get_m_ptrRoleAnimEnd_8(); NullCheck(L_2); OnRoleAnimEnd_Invoke_m4030305385(L_2, /*hidden argument*/NULL); ((CDanceMode_t1520520494 *)__this)->set_m_ptrRoleAnimEnd_8((OnRoleAnimEnd_t3559497459 *)NULL); } IL_0024: { return; } IL_0025: { CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t913674750 * L_4 = __this->get_m_PVPRoleArray_12(); int32_t L_5 = ___userData2; NullCheck(L_4); int64_t L_6 = List_1_get_Item_m3814898732(L_4, L_5, /*hidden argument*/List_1_get_Item_m3814898732_RuntimeMethod_var); NullCheck(L_3); ISceneRole_t2394225724 * L_7 = CSceneService_FindRoleByUserID_m4171044813(L_3, L_6, /*hidden argument*/NULL); V_0 = L_7; ISceneRole_t2394225724 * L_8 = V_0; if (!L_8) { goto IL_0053; } } { ISceneRole_t2394225724 * L_9 = V_0; NullCheck(L_9); Transform_t3600365921 * L_10 = ISceneBaseObj_GetTransform_m3818769012(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0072; } } IL_0053: { CEventManager_t474365641 * L_12 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_13 = (intptr_t)CDanceMode_Normal_OnCallRoleAnim_m1363059934_RuntimeMethod_var; OnEventCall_t3758354630 * L_14 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_14, __this, L_13, /*hidden argument*/NULL); int32_t L_15 = ___userData2; NullCheck(L_12); CEventManager_PushOnce_m2143949090(L_12, (2.0f), L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); return; } IL_0072: { V_1 = 0; V_2 = (ISceneRole_t2394225724 *)NULL; goto IL_0095; } IL_007b: { ISceneRole_t2394225724 * L_16 = V_2; List_1_t913674750 * L_17 = __this->get_m_PVPRoleArray_12(); int32_t L_18 = ___userData2; NullCheck(L_17); int64_t L_19 = List_1_get_Item_m3814898732(L_17, L_18, /*hidden argument*/List_1_get_Item_m3814898732_RuntimeMethod_var); ISceneRole_t2394225724 * L_20 = V_2; NullCheck(L_20); int64_t L_21 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_20); NullCheck(L_16); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_16, (bool)((((int64_t)L_19) == ((int64_t)L_21))? 1 : 0)); } IL_0095: { CSceneService_t551449725 * L_22 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_23 = V_1; int32_t L_24 = L_23; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); NullCheck(L_22); ISceneBaseObj_t858622483 * L_25 = CSceneService_GetRoleObj_m3880305570(L_22, L_24, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_26 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_25, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_2 = L_26; if (L_26) { goto IL_007b; } } { ISceneRole_t2394225724 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_27); V_3 = L_28; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_4 = L_29; ISceneRole_t2394225724 * L_30 = V_0; NullCheck(L_30); bool L_31 = ISceneRole_IfModelItemEnable_m2179668944(L_30, ((int32_t)30), /*hidden argument*/NULL); if (!L_31) { goto IL_00fa; } } { ISceneRole_t2394225724 * L_32 = V_0; NullCheck(L_32); CRoleModelItem_t1608531946 * L_33 = ISceneRole_GetModelItem_m2229619929(L_32, ((int32_t)30), /*hidden argument*/NULL); V_5 = L_33; CRoleModelItem_VehicleCfgManager_t2872767124 * L_34 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_35 = V_5; NullCheck(L_35); int32_t L_36 = CRoleModelItem_GetFullItemID_m3835475041(L_35, /*hidden argument*/NULL); NullCheck(L_34); CRoleModelItem_VehicleCfg_t3488277076 * L_37 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_34, L_36, /*hidden argument*/NULL); V_6 = L_37; CRoleModelItem_VehicleCfg_t3488277076 * L_38 = V_6; int32_t L_39 = V_3; NullCheck(L_38); CVehicleRoleAnimName_t758558953 * L_40 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_38, (bool)((((int32_t)0) == ((int32_t)L_39))? 1 : 0), /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = CVehicleRoleAnimName_GetRandomPlayName_m4232037906(L_40, /*hidden argument*/NULL); V_4 = L_41; } IL_00fa: { String_t* L_42 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_013a; } } { ISceneRole_t2394225724 * L_44 = V_0; NullCheck(L_44); CProperty_t963755051 * L_45 = ISceneBaseObj_GetNetProperty_m1709069404(L_44, /*hidden argument*/NULL); NullCheck(L_45); int32_t L_46 = CProperty_GetInt_m2680341236(L_45, _stringLiteral2724846569, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_46))) { goto IL_013a; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_47 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_48 = V_0; NullCheck(L_48); CProperty_t963755051 * L_49 = ISceneBaseObj_GetNetProperty_m1709069404(L_48, /*hidden argument*/NULL); NullCheck(L_49); int32_t L_50 = CProperty_GetInt_m2680341236(L_49, _stringLiteral2724846569, 0, /*hidden argument*/NULL); NullCheck(L_47); String_t* L_51 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_47, L_50, /*hidden argument*/NULL); V_4 = L_51; } IL_013a: { String_t* L_52 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_53 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_0186; } } { int32_t L_54 = V_3; if (L_54) { goto IL_0156; } } { G_B19_0 = _stringLiteral2820005844; goto IL_015b; } IL_0156: { G_B19_0 = _stringLiteral1726884675; } IL_015b: { V_4 = G_B19_0; ISceneRole_t2394225724 * L_55 = V_0; NullCheck(L_55); CDataProperty_t2806246268 * L_56 = ISceneBaseObj_GetUserProperty_m776816018(L_55, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57 = CDataProperty_GetInt_m1935343217(L_56, _stringLiteral406945646, 1, /*hidden argument*/NULL); V_7 = L_57; String_t* L_58 = V_4; String_t* L_59 = Int32_ToString_m141394615((&V_7), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); V_4 = L_60; } IL_0186: { String_t* L_61 = V_4; AnimationClip_t2318505987 * L_62 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); V_8 = L_62; AnimationClip_t2318505987 * L_63 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_64 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_01cc; } } { ISceneRole_t2394225724 * L_65 = V_0; NullCheck(L_65); ISceneBaseObj_SetIdleAnim_m1936918694(L_65, (String_t*)NULL, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_66 = V_0; AnimationClip_t2318505987 * L_67 = V_8; String_t* L_68 = V_4; AnimationClip_t2318505987 * L_69 = V_8; NullCheck(L_69); float L_70 = AnimationClip_get_length_m3296085482(L_69, /*hidden argument*/NULL); NullCheck(L_66); ISceneBaseObj_PlayAnimClip_m3190763634(L_66, L_67, L_68, (1.0f), ((float)il2cpp_codegen_subtract((float)L_70, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_01cc: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_71 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); ISoundManager_t434164892 * L_72 = CRoot_GetSoundManager_m30020774(L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_73 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_73); AudioClip_t3680889665 * L_74 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_73, _stringLiteral649244181); NullCheck(L_72); ISoundManager_PlayOnce_m3370941300(L_72, L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_75 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_75) { goto IL_0206; } } { ISceneRole_t2394225724 * L_76 = V_0; NullCheck(L_76); ISceneBaseObj_PlayEffect_m4006788978(L_76, _stringLiteral1105275284, 1, (2.0f), /*hidden argument*/NULL); } IL_0206: { ISceneRole_t2394225724 * L_77 = V_0; NullCheck(L_77); ILogicBase_Update_m3853008051(L_77, (0.0005f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_78 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); ICameraBase_t3615533728 * L_79 = CRoot_GetCamera_m3179746689(L_78, /*hidden argument*/NULL); NullCheck(L_79); Camera_t4157153871 * L_80 = ICameraBase_GetActiveCamera_m490033116(L_79, /*hidden argument*/NULL); V_9 = L_80; Camera_t4157153871 * L_81 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_82 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_02f1; } } { Camera_t4157153871 * L_83 = V_9; NullCheck(L_83); Transform_t3600365921 * L_84 = Component_get_transform_m3162698980(L_83, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_85 = V_0; NullCheck(L_85); Transform_t3600365921 * L_86 = ISceneBaseObj_GetTransform_m3818769012(L_85, /*hidden argument*/NULL); NullCheck(L_86); Vector3_t3722313464 L_87 = Transform_get_position_m36019626(L_86, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_88 = V_0; NullCheck(L_88); Transform_t3600365921 * L_89 = ISceneBaseObj_GetTransform_m3818769012(L_88, /*hidden argument*/NULL); NullCheck(L_89); Vector3_t3722313464 L_90 = Transform_get_forward_m747522392(L_89, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_91 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (4.0f), L_90, /*hidden argument*/NULL); Vector3_t3722313464 L_92 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_87, L_91, /*hidden argument*/NULL); NullCheck(L_84); Transform_set_position_m3387557959(L_84, L_92, /*hidden argument*/NULL); Camera_t4157153871 * L_93 = V_9; NullCheck(L_93); Transform_t3600365921 * L_94 = Component_get_transform_m3162698980(L_93, /*hidden argument*/NULL); Transform_t3600365921 * L_95 = L_94; NullCheck(L_95); Vector3_t3722313464 L_96 = Transform_get_position_m36019626(L_95, /*hidden argument*/NULL); Vector3_t3722313464 L_97 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_98 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_97, (1.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_99 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_96, L_98, /*hidden argument*/NULL); NullCheck(L_95); Transform_set_position_m3387557959(L_95, L_99, /*hidden argument*/NULL); Vector3_t3722313464 L_100 = Vector3_get_right_m1913784872(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_101 = Quaternion_AngleAxis_m1767165696(NULL /*static, unused*/, (-8.3f), L_100, /*hidden argument*/NULL); V_10 = L_101; Vector3_t3722313464 L_102 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Quaternion_t2301928331 L_103 = V_10; Vector3_t3722313464 L_104 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_105 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_102, L_103, L_104, /*hidden argument*/NULL); V_11 = L_105; Camera_t4157153871 * L_106 = V_9; NullCheck(L_106); Transform_t3600365921 * L_107 = Component_get_transform_m3162698980(L_106, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_108 = V_0; NullCheck(L_108); Transform_t3600365921 * L_109 = ISceneBaseObj_GetTransform_m3818769012(L_108, /*hidden argument*/NULL); NullCheck(L_109); Vector3_t3722313464 L_110 = Transform_get_forward_m747522392(L_109, /*hidden argument*/NULL); Vector3_t3722313464 L_111 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_110, /*hidden argument*/NULL); Vector3_t3722313464 L_112 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_11), L_111, /*hidden argument*/NULL); NullCheck(L_107); Transform_set_forward_m1840797198(L_107, L_112, /*hidden argument*/NULL); Camera_t4157153871 * L_113 = V_9; NullCheck(L_113); Transform_t3600365921 * L_114 = Component_get_transform_m3162698980(L_113, /*hidden argument*/NULL); NullCheck(L_114); Vector3_t3722313464 L_115 = Transform_get_position_m36019626(L_114, /*hidden argument*/NULL); __this->set_m_cameraPos_13(L_115); Camera_t4157153871 * L_116 = V_9; NullCheck(L_116); Transform_t3600365921 * L_117 = Component_get_transform_m3162698980(L_116, /*hidden argument*/NULL); NullCheck(L_117); Vector3_t3722313464 L_118 = Transform_get_forward_m747522392(L_117, /*hidden argument*/NULL); __this->set_m_forward_14(L_118); } IL_02f1: { CEventManager_t474365641 * L_119 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_120 = (intptr_t)CDanceMode_Normal_OnCameraMoving_m3943933196_RuntimeMethod_var; OnEventCall_t3758354630 * L_121 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_121, __this, L_120, /*hidden argument*/NULL); NullCheck(L_119); CEventManager_Push_m969834737(L_119, (0.5f), (0.25f), L_121, 0, /*hidden argument*/NULL); CEventManager_t474365641 * L_122 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_123 = (intptr_t)CDanceMode_Normal_OnCallRoleAnim_m1363059934_RuntimeMethod_var; OnEventCall_t3758354630 * L_124 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_124, __this, L_123, /*hidden argument*/NULL); int32_t L_125 = ___userData2; NullCheck(L_122); CEventManager_PushOnce_m2143949090(L_122, (2.0f), L_124, ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnCameraMoving(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnCameraMoving_m3943933196 (CDanceMode_Normal_t3148057993 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnCameraMoving_m3943933196_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetActiveCamera_m490033116(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0062; } } { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); Vector3_t3722313464 L_7 = __this->get_m_cameraPos_13(); Vector3_t3722313464 L_8 = __this->get_m_forward_14(); float L_9 = ___fTimeDelta1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); Vector3_t3722313464 L_11 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_10, (5.2f), /*hidden argument*/NULL); Vector3_t3722313464 L_12 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_7, L_11, /*hidden argument*/NULL); Vector3_t3722313464 L_13 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); float L_14 = ___fTimeDelta1; Vector3_t3722313464 L_15 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); Vector3_t3722313464 L_16 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_15, (1.1f), /*hidden argument*/NULL); Vector3_t3722313464 L_17 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_position_m3387557959(L_6, L_17, /*hidden argument*/NULL); } IL_0062: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnSectionChanged() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnSectionChanged_m3189176534 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnSectionChanged_m3189176534_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; AnimationClip_t2318505987 * V_3 = NULL; ISceneRole_t2394225724 * V_4 = NULL; int32_t V_5 = 0; Transform_t3600365921 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; bool V_10 = false; float V_11 = 0.0f; int32_t V_12 = 0; stRoleMoveInfo_t1278810436 * V_13 = NULL; Vector3_t3722313464 V_14; memset(&V_14, 0, sizeof(V_14)); Vector3_t3722313464 V_15; memset(&V_15, 0, sizeof(V_15)); Vector3_t3722313464 V_16; memset(&V_16, 0, sizeof(V_16)); Quaternion_t2301928331 V_17; memset(&V_17, 0, sizeof(V_17)); Quaternion_t2301928331 V_18; memset(&V_18, 0, sizeof(V_18)); Quaternion_t2301928331 V_19; memset(&V_19, 0, sizeof(V_19)); Quaternion_t2301928331 V_20; memset(&V_20, 0, sizeof(V_20)); Transform_t3600365921 * V_21 = NULL; float V_22 = 0.0f; int32_t V_23 = 0; float V_24 = 0.0f; Transform_t3600365921 * V_25 = NULL; Transform_t3600365921 * V_26 = NULL; Transform_t3600365921 * V_27 = NULL; GameObject_t1113636619 * V_28 = NULL; int32_t G_B3_0 = 0; int32_t G_B11_0 = 0; int32_t G_B23_0 = 0; Transform_t3600365921 * G_B52_0 = NULL; float G_B61_0 = 0.0f; float G_B61_1 = 0.0f; CEventManager_t474365641 * G_B61_2 = NULL; float G_B60_0 = 0.0f; float G_B60_1 = 0.0f; CEventManager_t474365641 * G_B60_2 = NULL; float G_B67_0 = 0.0f; CEventManager_t474365641 * G_B67_1 = NULL; float G_B66_0 = 0.0f; CEventManager_t474365641 * G_B66_1 = NULL; { int32_t L_0 = CDanceMode_GetServerSectionIndex_m1307218057(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_3 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CDanceMode_GetSectionCount_m2327911418(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0021; } } { G_B3_0 = 1; goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { V_2 = (bool)G_B3_0; AnimationClip_t2318505987 * L_5 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, _stringLiteral3231470291, /*hidden argument*/NULL); V_3 = L_5; V_4 = (ISceneRole_t2394225724 *)NULL; V_5 = 0; IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_6 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_6); CSectionRoleTask_Clear_m3325556555(L_6, /*hidden argument*/NULL); CSceneService_t551449725 * L_7 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CSceneModelObj_t2681526009 * L_8 = CSceneService_GetSceneObj_m85658510(L_7, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = ISceneBaseObj_GetTransform_m3818769012(L_8, /*hidden argument*/NULL); V_6 = L_9; V_7 = 0; goto IL_03b8; } IL_0057: { ISceneRole_t2394225724 * L_10 = V_4; NullCheck(L_10); CProperty_t963755051 * L_11 = ISceneBaseObj_GetNetProperty_m1709069404(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CProperty_GetInt_m2680341236(L_11, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_8 = L_12; ISceneRole_t2394225724 * L_13 = V_4; NullCheck(L_13); CDataProperty_t2806246268 * L_14 = ISceneBaseObj_GetUserProperty_m776816018(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = CDataProperty_GetInt_m1935343217(L_14, _stringLiteral403571131, (-1), /*hidden argument*/NULL); V_9 = L_15; ISceneRole_t2394225724 * L_16 = V_4; NullCheck(L_16); CDataProperty_t2806246268 * L_17 = ISceneBaseObj_GetUserProperty_m776816018(L_16, /*hidden argument*/NULL); int32_t L_18 = V_9; NullCheck(L_17); CDataProperty_Add_m837145387(L_17, _stringLiteral1362697702, L_18, /*hidden argument*/NULL); int32_t L_19 = V_8; if ((((int32_t)((int32_t)1000)) <= ((int32_t)L_19))) { goto IL_00cd; } } { bool L_20 = V_2; if (L_20) { goto IL_00c8; } } { ISceneRole_t2394225724 * L_21 = V_4; NullCheck(L_21); CDataProperty_t2806246268 * L_22 = ISceneBaseObj_GetUserProperty_m776816018(L_21, /*hidden argument*/NULL); NullCheck(L_22); CDataProperty_Add_m837145387(L_22, _stringLiteral3907413264, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_23 = V_4; NullCheck(L_23); CDataProperty_t2806246268 * L_24 = ISceneBaseObj_GetUserProperty_m776816018(L_23, /*hidden argument*/NULL); NullCheck(L_24); CDataProperty_Add_m837145387(L_24, _stringLiteral4205146971, 0, /*hidden argument*/NULL); } IL_00c8: { goto IL_015b; } IL_00cd: { ISceneRole_t2394225724 * L_25 = V_4; NullCheck(L_25); CDataProperty_t2806246268 * L_26 = ISceneBaseObj_GetUserProperty_m776816018(L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = CDataProperty_GetInt_m1935343217(L_26, _stringLiteral3907413264, 0, /*hidden argument*/NULL); if (L_27) { goto IL_00fe; } } { ISceneRole_t2394225724 * L_28 = V_4; NullCheck(L_28); CDataProperty_t2806246268 * L_29 = ISceneBaseObj_GetUserProperty_m776816018(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = CDataProperty_GetInt_m1935343217(L_29, _stringLiteral4205146971, 0, /*hidden argument*/NULL); G_B11_0 = ((((int32_t)((((int32_t)0) == ((int32_t)L_30))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00ff; } IL_00fe: { G_B11_0 = 1; } IL_00ff: { V_10 = (bool)G_B11_0; int32_t L_31 = V_0; if (!L_31) { goto IL_010e; } } { bool L_32 = V_10; if (!L_32) { goto IL_0137; } } IL_010e: { ISceneRole_t2394225724 * L_33 = V_4; NullCheck(L_33); CDataProperty_t2806246268 * L_34 = ISceneBaseObj_GetUserProperty_m776816018(L_33, /*hidden argument*/NULL); NullCheck(L_34); CDataProperty_Add_m837145387(L_34, _stringLiteral3907413264, 1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_35 = V_4; NullCheck(L_35); CDataProperty_t2806246268 * L_36 = ISceneBaseObj_GetUserProperty_m776816018(L_35, /*hidden argument*/NULL); NullCheck(L_36); CDataProperty_Add_m837145387(L_36, _stringLiteral4205146971, 0, /*hidden argument*/NULL); goto IL_015b; } IL_0137: { ISceneRole_t2394225724 * L_37 = V_4; NullCheck(L_37); CDataProperty_t2806246268 * L_38 = ISceneBaseObj_GetUserProperty_m776816018(L_37, /*hidden argument*/NULL); NullCheck(L_38); CDataProperty_Add_m837145387(L_38, _stringLiteral3907413264, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_39 = V_4; NullCheck(L_39); CDataProperty_t2806246268 * L_40 = ISceneBaseObj_GetUserProperty_m776816018(L_39, /*hidden argument*/NULL); NullCheck(L_40); CDataProperty_Add_m837145387(L_40, _stringLiteral4205146971, 1, /*hidden argument*/NULL); } IL_015b: { V_11 = (0.0f); bool L_41 = V_2; if (L_41) { goto IL_0338; } } { ISceneRole_t2394225724 * L_42 = V_4; NullCheck(L_42); bool L_43 = ISceneBaseObj_IsValid_m1197404667(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0338; } } { V_12 = 0; stRoleMoveInfo_t1278810436 * L_44 = (stRoleMoveInfo_t1278810436 *)il2cpp_codegen_object_new(stRoleMoveInfo_t1278810436_il2cpp_TypeInfo_var); stRoleMoveInfo__ctor_m4189251270(L_44, /*hidden argument*/NULL); V_13 = L_44; stRoleMoveInfo_t1278810436 * L_45 = V_13; ISceneRole_t2394225724 * L_46 = V_4; NullCheck(L_46); int64_t L_47 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_46); NullCheck(L_45); L_45->set__userID_0(L_47); stRoleMoveInfo_t1278810436 * L_48 = V_13; ISceneRole_t2394225724 * L_49 = V_4; NullCheck(L_49); Transform_t3600365921 * L_50 = ISceneBaseObj_GetTransform_m3818769012(L_49, /*hidden argument*/NULL); NullCheck(L_50); Vector3_t3722313464 L_51 = Transform_get_position_m36019626(L_50, /*hidden argument*/NULL); V_14 = L_51; float L_52 = (&V_14)->get_x_1(); ISceneRole_t2394225724 * L_53 = V_4; NullCheck(L_53); Transform_t3600365921 * L_54 = ISceneBaseObj_GetTransform_m3818769012(L_53, /*hidden argument*/NULL); NullCheck(L_54); Vector3_t3722313464 L_55 = Transform_get_position_m36019626(L_54, /*hidden argument*/NULL); V_15 = L_55; float L_56 = (&V_15)->get_y_2(); ISceneRole_t2394225724 * L_57 = V_4; NullCheck(L_57); Transform_t3600365921 * L_58 = ISceneBaseObj_GetTransform_m3818769012(L_57, /*hidden argument*/NULL); NullCheck(L_58); Vector3_t3722313464 L_59 = Transform_get_position_m36019626(L_58, /*hidden argument*/NULL); V_16 = L_59; float L_60 = (&V_16)->get_z_3(); Vector3_t3722313464 L_61; memset(&L_61, 0, sizeof(L_61)); Vector3__ctor_m3353183577((&L_61), L_52, L_56, L_60, /*hidden argument*/NULL); NullCheck(L_48); L_48->set__postionStart_1(L_61); stRoleMoveInfo_t1278810436 * L_62 = V_13; ISceneRole_t2394225724 * L_63 = V_4; NullCheck(L_63); Transform_t3600365921 * L_64 = ISceneBaseObj_GetTransform_m3818769012(L_63, /*hidden argument*/NULL); NullCheck(L_64); Quaternion_t2301928331 L_65 = Transform_get_rotation_m3502953881(L_64, /*hidden argument*/NULL); V_17 = L_65; float L_66 = (&V_17)->get_x_0(); ISceneRole_t2394225724 * L_67 = V_4; NullCheck(L_67); Transform_t3600365921 * L_68 = ISceneBaseObj_GetTransform_m3818769012(L_67, /*hidden argument*/NULL); NullCheck(L_68); Quaternion_t2301928331 L_69 = Transform_get_rotation_m3502953881(L_68, /*hidden argument*/NULL); V_18 = L_69; float L_70 = (&V_18)->get_y_1(); ISceneRole_t2394225724 * L_71 = V_4; NullCheck(L_71); Transform_t3600365921 * L_72 = ISceneBaseObj_GetTransform_m3818769012(L_71, /*hidden argument*/NULL); NullCheck(L_72); Quaternion_t2301928331 L_73 = Transform_get_rotation_m3502953881(L_72, /*hidden argument*/NULL); V_19 = L_73; float L_74 = (&V_19)->get_z_2(); ISceneRole_t2394225724 * L_75 = V_4; NullCheck(L_75); Transform_t3600365921 * L_76 = ISceneBaseObj_GetTransform_m3818769012(L_75, /*hidden argument*/NULL); NullCheck(L_76); Quaternion_t2301928331 L_77 = Transform_get_rotation_m3502953881(L_76, /*hidden argument*/NULL); V_20 = L_77; float L_78 = (&V_20)->get_w_3(); Quaternion_t2301928331 L_79; memset(&L_79, 0, sizeof(L_79)); Quaternion__ctor_m435141806((&L_79), L_66, L_70, L_74, L_78, /*hidden argument*/NULL); NullCheck(L_62); L_62->set__RotationStart_3(L_79); int32_t L_80 = V_8; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_80))) { goto IL_0284; } } { int32_t L_81 = V_1; if (!((int32_t)((int32_t)L_81%(int32_t)2))) { goto IL_0257; } } { V_12 = ((int32_t)1001); goto IL_027f; } IL_0257: { ISceneRole_t2394225724 * L_82 = V_4; NullCheck(L_82); CDataProperty_t2806246268 * L_83 = ISceneBaseObj_GetUserProperty_m776816018(L_82, /*hidden argument*/NULL); NullCheck(L_83); int32_t L_84 = CDataProperty_GetInt_m1935343217(L_83, _stringLiteral3907413264, 0, /*hidden argument*/NULL); if (!L_84) { goto IL_0278; } } { G_B23_0 = ((int32_t)1001); goto IL_027d; } IL_0278: { G_B23_0 = ((int32_t)1000); } IL_027d: { V_12 = G_B23_0; } IL_027f: { goto IL_02dd; } IL_0284: { int32_t L_85 = V_1; if (!((int32_t)((int32_t)L_85%(int32_t)2))) { goto IL_02d3; } } { int32_t L_86 = V_1; if ((((int32_t)2) > ((int32_t)L_86))) { goto IL_02b2; } } { int32_t L_87 = V_9; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_87))) { goto IL_02a7; } } { V_12 = 0; goto IL_02ad; } IL_02a7: { int32_t L_88 = V_9; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)2)); } IL_02ad: { goto IL_02ce; } IL_02b2: { int32_t L_89 = V_7; if (L_89) { goto IL_02c4; } } { V_12 = 0; V_7 = 2; goto IL_02ce; } IL_02c4: { int32_t L_90 = V_7; V_12 = L_90; int32_t L_91 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_02ce: { goto IL_02dd; } IL_02d3: { int32_t L_92 = V_7; V_12 = L_92; int32_t L_93 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_02dd: { CSceneService_t551449725 * L_94 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_95 = V_12; NullCheck(L_94); Transform_t3600365921 * L_96 = CSceneService_GetScenePointTrans_m1104265267(L_94, L_95, /*hidden argument*/NULL); V_21 = L_96; Transform_t3600365921 * L_97 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_98 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_0314; } } { stRoleMoveInfo_t1278810436 * L_99 = V_13; Transform_t3600365921 * L_100 = V_21; NullCheck(L_100); Vector3_t3722313464 L_101 = Transform_get_position_m36019626(L_100, /*hidden argument*/NULL); NullCheck(L_99); L_99->set__postionEnd_2(L_101); stRoleMoveInfo_t1278810436 * L_102 = V_13; Transform_t3600365921 * L_103 = V_21; NullCheck(L_103); Quaternion_t2301928331 L_104 = Transform_get_rotation_m3502953881(L_103, /*hidden argument*/NULL); NullCheck(L_102); L_102->set__RotationEnd_4(L_104); } IL_0314: { ISceneRole_t2394225724 * L_105 = V_4; NullCheck(L_105); CDataProperty_t2806246268 * L_106 = ISceneBaseObj_GetUserProperty_m776816018(L_105, /*hidden argument*/NULL); int32_t L_107 = V_12; NullCheck(L_106); CDataProperty_Add_m837145387(L_106, _stringLiteral403571131, L_107, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_108 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_108); List_1_t2750885178 * L_109 = L_108->get_m_listRoles_0(); stRoleMoveInfo_t1278810436 * L_110 = V_13; NullCheck(L_109); List_1_Add_m3512643911(L_109, L_110, /*hidden argument*/List_1_Add_m3512643911_RuntimeMethod_var); } IL_0338: { int32_t L_111 = V_8; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_111))) { goto IL_0351; } } { int32_t L_112 = V_0; if (!((int32_t)((int32_t)L_112%(int32_t)2))) { goto IL_0351; } } { goto IL_03b8; } IL_0351: { int32_t L_113 = V_1; if (!L_113) { goto IL_03b8; } } { int32_t L_114 = V_1; if (((int32_t)((int32_t)L_114%(int32_t)2))) { goto IL_03b8; } } { int32_t L_115 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); float L_116 = CDanceMode_PickLeftTime_m182819962(NULL /*static, unused*/, L_115, (bool)0, /*hidden argument*/NULL); V_22 = L_116; float L_117 = V_22; float L_118 = V_11; V_22 = ((float)il2cpp_codegen_subtract((float)L_117, (float)L_118)); float L_119 = V_22; if ((!(((float)(0.0f)) < ((float)L_119)))) { goto IL_03b8; } } { CBeatKeyManager_t1395295909 * L_120 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_120); int32_t L_121 = CBeatKeyManager_GetBpm_m1897872510(L_120, /*hidden argument*/NULL); V_23 = L_121; int32_t L_122 = V_23; V_24 = ((float)((float)(((float)((float)L_122)))/(float)(120.0f))); ISceneRole_t2394225724 * L_123 = V_4; AnimationClip_t2318505987 * L_124 = V_3; float L_125 = V_24; float L_126 = V_22; float L_127 = V_11; NullCheck(L_123); ISceneBaseObj_PlayAnimClip_m3190763634(L_123, L_124, _stringLiteral3231470291, L_125, L_126, L_127, (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_128 = V_4; NullCheck(L_128); ILogicBase_Update_m3853008051(L_128, (0.0001f), /*hidden argument*/NULL); } IL_03b8: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_129 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_129); CSceneService_t551449725 * L_130 = CRoot_GetSceneService_m2061443921(L_129, /*hidden argument*/NULL); int32_t L_131 = V_5; int32_t L_132 = L_131; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); NullCheck(L_130); ISceneBaseObj_t858622483 * L_133 = CSceneService_GetRoleObj_m3880305570(L_130, L_132, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_134 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_133, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_4 = L_134; if (L_134) { goto IL_0057; } } { int32_t L_135 = V_1; if (!((int32_t)((int32_t)L_135%(int32_t)2))) { goto IL_0406; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_136 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_136); ICameraBase_t3615533728 * L_137 = CRoot_GetCamera_m3179746689(L_136, /*hidden argument*/NULL); CSceneService_t551449725 * L_138 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_138); Transform_t3600365921 * L_139 = CSceneService_GetScenePointTrans_m1104265267(L_138, ((int32_t)1001), /*hidden argument*/NULL); NullCheck(L_137); ICameraBase_SetWatchTarget_m1900455678(L_137, L_139, /*hidden argument*/NULL); goto IL_0511; } IL_0406: { Transform_t3600365921 * L_140 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_141 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_140, /*hidden argument*/NULL); if (!L_141) { goto IL_0424; } } { Transform_t3600365921 * L_142 = V_6; NullCheck(L_142); Transform_t3600365921 * L_143 = Transform_Find_m1729760951(L_142, _stringLiteral703547752, /*hidden argument*/NULL); G_B52_0 = L_143; goto IL_0425; } IL_0424: { G_B52_0 = ((Transform_t3600365921 *)(NULL)); } IL_0425: { V_25 = G_B52_0; Transform_t3600365921 * L_144 = V_25; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_145 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_0500; } } { Transform_t3600365921 * L_146 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_147 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_146, /*hidden argument*/NULL); if (!L_147) { goto IL_0500; } } { CSceneService_t551449725 * L_148 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_148); Transform_t3600365921 * L_149 = CSceneService_GetScenePointTrans_m1104265267(L_148, ((int32_t)1000), /*hidden argument*/NULL); V_26 = L_149; CSceneService_t551449725 * L_150 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_150); Transform_t3600365921 * L_151 = CSceneService_GetScenePointTrans_m1104265267(L_150, ((int32_t)1001), /*hidden argument*/NULL); V_27 = L_151; Transform_t3600365921 * L_152 = V_26; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_153 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_152, /*hidden argument*/NULL); if (!L_153) { goto IL_0500; } } { Transform_t3600365921 * L_154 = V_27; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_155 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_154, /*hidden argument*/NULL); if (!L_155) { goto IL_0500; } } { GameObject_t1113636619 * L_156 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_156, /*hidden argument*/NULL); V_28 = L_156; GameObject_t1113636619 * L_157 = V_28; NullCheck(L_157); Transform_t3600365921 * L_158 = GameObject_get_transform_m1369836730(L_157, /*hidden argument*/NULL); Transform_t3600365921 * L_159 = V_6; NullCheck(L_158); Transform_set_parent_m786917804(L_158, L_159, /*hidden argument*/NULL); GameObject_t1113636619 * L_160 = V_28; NullCheck(L_160); Object_set_name_m291480324(L_160, _stringLiteral703547752, /*hidden argument*/NULL); GameObject_t1113636619 * L_161 = V_28; NullCheck(L_161); Transform_t3600365921 * L_162 = GameObject_get_transform_m1369836730(L_161, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_163 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_162); Transform_set_localScale_m3053443106(L_162, L_163, /*hidden argument*/NULL); GameObject_t1113636619 * L_164 = V_28; NullCheck(L_164); Transform_t3600365921 * L_165 = GameObject_get_transform_m1369836730(L_164, /*hidden argument*/NULL); Transform_t3600365921 * L_166 = V_26; NullCheck(L_166); Vector3_t3722313464 L_167 = Transform_get_position_m36019626(L_166, /*hidden argument*/NULL); Transform_t3600365921 * L_168 = V_27; NullCheck(L_168); Vector3_t3722313464 L_169 = Transform_get_position_m36019626(L_168, /*hidden argument*/NULL); Vector3_t3722313464 L_170 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_167, L_169, (0.5f), /*hidden argument*/NULL); NullCheck(L_165); Transform_set_position_m3387557959(L_165, L_170, /*hidden argument*/NULL); GameObject_t1113636619 * L_171 = V_28; NullCheck(L_171); Transform_t3600365921 * L_172 = GameObject_get_transform_m1369836730(L_171, /*hidden argument*/NULL); Transform_t3600365921 * L_173 = V_26; NullCheck(L_173); Quaternion_t2301928331 L_174 = Transform_get_rotation_m3502953881(L_173, /*hidden argument*/NULL); Transform_t3600365921 * L_175 = V_27; NullCheck(L_175); Quaternion_t2301928331 L_176 = Transform_get_rotation_m3502953881(L_175, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_177 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_174, L_176, (0.5f), /*hidden argument*/NULL); NullCheck(L_172); Transform_set_rotation_m3524318132(L_172, L_177, /*hidden argument*/NULL); GameObject_t1113636619 * L_178 = V_28; NullCheck(L_178); Transform_t3600365921 * L_179 = GameObject_get_transform_m1369836730(L_178, /*hidden argument*/NULL); V_25 = L_179; } IL_0500: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_180 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_180); ICameraBase_t3615533728 * L_181 = CRoot_GetCamera_m3179746689(L_180, /*hidden argument*/NULL); Transform_t3600365921 * L_182 = V_25; NullCheck(L_181); ICameraBase_SetWatchTarget_m1900455678(L_181, L_182, /*hidden argument*/NULL); } IL_0511: { IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CSectionRoleTask_t2014828986 * L_183 = ((CDanceMode_t1520520494_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_t1520520494_il2cpp_TypeInfo_var))->get_s_roleTask_7(); NullCheck(L_183); List_1_t2750885178 * L_184 = L_183->get_m_listRoles_0(); NullCheck(L_184); int32_t L_185 = List_1_get_Count_m1246520958(L_184, /*hidden argument*/List_1_get_Count_m1246520958_RuntimeMethod_var); if (!L_185) { goto IL_055b; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_186 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_186); CEventManager_t474365641 * L_187 = CRoot_GetEventManager_m2015848526(L_186, /*hidden argument*/NULL); OnEventCall_t3758354630 * L_188 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_18(); G_B60_0 = (0.5f); G_B60_1 = (0.0f); G_B60_2 = L_187; if (L_188) { G_B61_0 = (0.5f); G_B61_1 = (0.0f); G_B61_2 = L_187; goto IL_0551; } } { intptr_t L_189 = (intptr_t)CDanceMode_OnSectionRoleMoveing_m3634149004_RuntimeMethod_var; OnEventCall_t3758354630 * L_190 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_190, NULL, L_189, /*hidden argument*/NULL); ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_18(L_190); G_B61_0 = G_B60_0; G_B61_1 = G_B60_1; G_B61_2 = G_B60_2; } IL_0551: { OnEventCall_t3758354630 * L_191 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_18(); NullCheck(G_B61_2); CEventManager_Push_m581519217(G_B61_2, G_B61_1, G_B61_0, L_191, /*hidden argument*/NULL); } IL_055b: { int32_t L_192 = V_1; if ((((int32_t)2) > ((int32_t)L_192))) { goto IL_059c; } } { int32_t L_193 = V_1; if (!((int32_t)((int32_t)L_193%(int32_t)2))) { goto IL_059c; } } { bool L_194 = V_2; if (L_194) { goto IL_059c; } } { CEventManager_t474365641 * L_195 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); OnEventCall_t3758354630 * L_196 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_19(); G_B66_0 = (0.5f); G_B66_1 = L_195; if (L_196) { G_B67_0 = (0.5f); G_B67_1 = L_195; goto IL_0592; } } { intptr_t L_197 = (intptr_t)CDanceMode_Normal_On3DShowTimeEff_m3331590915_RuntimeMethod_var; OnEventCall_t3758354630 * L_198 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_198, NULL, L_197, /*hidden argument*/NULL); ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_19(L_198); G_B67_0 = G_B66_0; G_B67_1 = G_B66_1; } IL_0592: { OnEventCall_t3758354630 * L_199 = ((CDanceMode_Normal_t3148057993_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_19(); NullCheck(G_B67_1); CEventManager_PushOnce_m1854500591(G_B67_1, G_B67_0, L_199, /*hidden argument*/NULL); } IL_059c: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::OnSectionChangedClient() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_OnSectionChangedClient_m3636611676 (CDanceMode_Normal_t3148057993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_OnSectionChangedClient_m3636611676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_1 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ClassicalKeyLogic_set_IsMusicSectionChangedClient_m225590990(L_1, (bool)1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Normal::On3DShowTimeEff(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Normal_On3DShowTimeEff_m3331590915 (RuntimeObject * __this /* static, unused */, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Normal_On3DShowTimeEff_m3331590915_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; { V_0 = 0; V_1 = (ISceneRole_t2394225724 *)NULL; goto IL_003c; } IL_0009: { ISceneRole_t2394225724 * L_0 = V_1; 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, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_2 = L_2; int32_t L_3 = V_2; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_3))) { goto IL_003c; } } { ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); ISceneBaseObj_PlayEffect_m4006788978(L_4, _stringLiteral4237443167, 1, (8.0f), /*hidden argument*/NULL); goto IL_005c; } IL_003c: { 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); CSceneService_t551449725 * L_6 = CRoot_GetSceneService_m2061443921(L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); NullCheck(L_6); ISceneBaseObj_t858622483 * L_9 = CSceneService_GetRoleObj_m3880305570(L_6, L_8, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_10 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_9, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_1 = L_10; if (L_10) { goto IL_0009; } } IL_005c: { 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.DanceMode.CDanceMode_Score::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score__ctor_m2781971423 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score__ctor_m2781971423_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceMode_t1520520494_il2cpp_TypeInfo_var); CDanceMode__ctor_m3470105076(__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_randomAnimList_11(L_0); List_1_t913674750 * L_1 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m3581340774(L_1, /*hidden argument*/List_1__ctor_m3581340774_RuntimeMethod_var); __this->set_m_PVPRoleArray_12(L_1); return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::PrepareResources() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_PrepareResources_m1210993033 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_PrepareResources_m1210993033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDanceMode_PrepareResources_m4062725341(__this, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral3231470291, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral1077017624, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral3898450985, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral3030520892, /*hidden argument*/NULL); CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, _stringLiteral1263558111, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); IResourceManager_CreateResource_m1279813597(L_0, _stringLiteral262558461, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_1 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); IResourceManager_CreateResource_m1279813597(L_1, _stringLiteral8128894, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); IResourceManager_CreateResource_m1279813597(L_2, _stringLiteral1574212835, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); IResourceManager_CreateResource_m1279813597(L_3, _stringLiteral3453141324, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); IResourceManager_CreateResource_m1279813597(L_4, _stringLiteral4031154751, (bool)0, /*hidden argument*/NULL); IResourceManager_t3165642952 * L_5 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_5, _stringLiteral649244181); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_6 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); PersonaliseConfig_PrepareShowTimeResources_m3947219313(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::Clear() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_Clear_m4103082822 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_Clear_m4103082822_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CDanceMode_Clear_m3295038275(__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = __this->get_m_randomAnimList_11(); NullCheck(L_0); List_1_Clear_m2269680114(L_0, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); V_0 = 0; goto IL_002a; } IL_0018: { List_1_t128053199 * L_1 = __this->get_m_randomAnimList_11(); int32_t L_2 = V_0; NullCheck(L_1); List_1_Add_m697420525(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_002a: { int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)6))) { goto IL_0018; } } { List_1_t913674750 * L_5 = __this->get_m_PVPRoleArray_12(); NullCheck(L_5); List_1_Clear_m2696058023(L_5, /*hidden argument*/List_1_Clear_m2696058023_RuntimeMethod_var); return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnRoleReady(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnRoleReady_m1867722123 (CDanceMode_Score_t129366621 * __this, ISceneRole_t2394225724 * ___roleItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnRoleReady_m1867722123_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* G_B4_0 = NULL; int32_t G_B7_0 = 0; { ISceneRole_t2394225724 * L_0 = ___roleItem0; if (!L_0) { goto IL_0070; } } { ISceneRole_t2394225724 * L_1 = ___roleItem0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_1); if (L_2) { goto IL_001b; } } { G_B4_0 = _stringLiteral2820005844; goto IL_0020; } IL_001b: { G_B4_0 = _stringLiteral1726884675; } IL_0020: { V_0 = G_B4_0; ISceneRole_t2394225724 * L_3 = ___roleItem0; NullCheck(L_3); CProperty_t963755051 * L_4 = ISceneBaseObj_GetNetProperty_m1709069404(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CProperty_GetInt_m2680341236(L_4, _stringLiteral208721149, 0, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0040; } } { int32_t L_7 = V_1; G_B7_0 = L_7; goto IL_0046; } IL_0040: { int32_t L_8 = CDanceMode_Score_GetAnimRandomVal_m193975704(__this, /*hidden argument*/NULL); G_B7_0 = L_8; } IL_0046: { V_2 = G_B7_0; String_t* L_9 = V_0; CAnimManager_GetAnimClipCache_m3928077600(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_10 = ___roleItem0; NullCheck(L_10); CDataProperty_t2806246268 * L_11 = ISceneBaseObj_GetUserProperty_m776816018(L_10, /*hidden argument*/NULL); int32_t L_12 = V_2; NullCheck(L_11); CDataProperty_Add_m837145387(L_11, _stringLiteral406945646, L_12, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = ___roleItem0; ISceneRole_t2394225724 * L_14 = ___roleItem0; NullCheck(L_14); String_t* L_15 = ISceneRole_GetRoleFashionEffectName_m391684629(L_14, /*hidden argument*/NULL); NullCheck(L_13); ISceneBaseObj_PlayEffect_m4006788978(L_13, L_15, 0, (8000.0f), /*hidden argument*/NULL); } IL_0070: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnMusicEndRoleAnim() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnMusicEndRoleAnim_m3730994871 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnMusicEndRoleAnim_m3730994871_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CRoleBeatKeyData_Total_t538171442 * V_1 = NULL; ISceneRole_t2394225724 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; AnimationClip_t2318505987 * V_6 = NULL; String_t* V_7 = NULL; ISceneNpcBase_t3974693970 * V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; Transform_t3600365921 * V_11 = NULL; String_t* V_12 = NULL; AnimationClip_t2318505987 * V_13 = NULL; String_t* V_14 = NULL; int32_t V_15 = 0; Transform_t3600365921 * V_16 = NULL; String_t* G_B34_0 = NULL; String_t* G_B39_0 = NULL; String_t* G_B45_0 = NULL; String_t* G_B49_0 = NULL; String_t* G_B66_0 = NULL; String_t* G_B71_0 = NULL; String_t* G_B77_0 = NULL; String_t* G_B81_0 = NULL; { CDanceMode_OnMusicEndRoleAnim_m176759538(__this, /*hidden argument*/NULL); V_0 = 0; goto IL_04cb; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_0 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = V_0; NullCheck(L_0); CRoleBeatKeyData_Total_t538171442 * L_2 = CDanceMode_GetData_TotalByIndex_m2969521879(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; CRoleBeatKeyData_Total_t538171442 * L_3 = V_1; if (L_3) { goto IL_0024; } } { goto IL_04c7; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_4 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CSceneService_t551449725 * L_5 = CRoot_GetSceneService_m2061443921(L_4, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_6 = V_1; NullCheck(L_6); int64_t L_7 = L_6->get_userId_0(); NullCheck(L_5); ISceneRole_t2394225724 * L_8 = CSceneService_FindRoleByUserID_m4171044813(L_5, L_7, /*hidden argument*/NULL); V_2 = L_8; ISceneRole_t2394225724 * L_9 = V_2; if (!L_9) { goto IL_004b; } } { ISceneRole_t2394225724 * L_10 = V_2; NullCheck(L_10); bool L_11 = ISceneBaseObj_IsValid_m1197404667(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0050; } } IL_004b: { goto IL_04c7; } IL_0050: { ISceneRole_t2394225724 * L_12 = V_2; NullCheck(L_12); CDataProperty_t2806246268 * L_13 = ISceneBaseObj_GetUserProperty_m776816018(L_12, /*hidden argument*/NULL); NullCheck(L_13); CDataProperty_Add_m837145387(L_13, _stringLiteral3907413264, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_14 = V_2; NullCheck(L_14); CDataProperty_t2806246268 * L_15 = ISceneBaseObj_GetUserProperty_m776816018(L_14, /*hidden argument*/NULL); NullCheck(L_15); CDataProperty_Add_m837145387(L_15, _stringLiteral4205146971, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_16 = V_2; NullCheck(L_16); ISceneBaseObj_ClearAnimCached_m960245356(L_16, /*hidden argument*/NULL); int32_t L_17 = V_0; V_3 = L_17; CQualifyingManager_t954001806 * L_18 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); bool L_19 = L_18->get_IsQualifyingGame_15(); if (!L_19) { goto IL_010e; } } { CQualifyingManager_t954001806 * L_20 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); SelfQualifyPkResultInfo_t1561294256 * L_21 = CQualifyingManager_get_PkResult_m868160114(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = L_21->get_Result_0(); V_4 = L_22; int32_t L_23 = V_4; if ((((int32_t)L_23) == ((int32_t)1))) { goto IL_00af; } } { int32_t L_24 = V_4; if ((((int32_t)L_24) == ((int32_t)2))) { goto IL_00de; } } { goto IL_010e; } IL_00af: { ISceneRole_t2394225724 * L_25 = V_2; NullCheck(L_25); int64_t L_26 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_25); CMainRole_t4200562839 * L_27 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); int64_t L_28 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_27); if ((!(((uint64_t)L_26) == ((uint64_t)L_28)))) { goto IL_00d1; } } { int32_t L_29 = V_0; if (!L_29) { goto IL_00cc; } } { V_3 = 0; } IL_00cc: { goto IL_00d9; } IL_00d1: { int32_t L_30 = V_0; if (L_30) { goto IL_00d9; } } { V_3 = 1; } IL_00d9: { goto IL_010e; } IL_00de: { ISceneRole_t2394225724 * L_31 = V_2; NullCheck(L_31); int64_t L_32 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_31); CMainRole_t4200562839 * L_33 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); int64_t L_34 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_33); if ((!(((uint64_t)L_32) == ((uint64_t)L_34)))) { goto IL_0100; } } { int32_t L_35 = V_0; if (L_35) { goto IL_00fb; } } { V_3 = 1; } IL_00fb: { goto IL_0109; } IL_0100: { int32_t L_36 = V_0; if ((!(((uint32_t)L_36) == ((uint32_t)1)))) { goto IL_0109; } } { V_3 = 0; } IL_0109: { goto IL_010e; } IL_010e: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_37 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = CDanceMode_GetData_TotalCount_m3617191463(L_37, /*hidden argument*/NULL); if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { goto IL_0126; } } { int32_t L_39 = V_3; if (!L_39) { goto IL_0126; } } { V_3 = 0; } IL_0126: { int32_t L_40 = V_3; if (L_40) { goto IL_033a; } } { ISceneRole_t2394225724 * L_41 = V_2; NullCheck(L_41); ISceneBaseObj_PlayEffect_m4006788978(L_41, _stringLiteral2671359227, 0, (5.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_5 = L_42; ISceneRole_t2394225724 * L_43 = V_2; NullCheck(L_43); CProperty_t963755051 * L_44 = ISceneBaseObj_GetNetProperty_m1709069404(L_43, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45 = CProperty_GetInt_m2680341236(L_44, _stringLiteral3054539787, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_45))) { goto IL_0178; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_46 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_47 = V_2; NullCheck(L_47); CProperty_t963755051 * L_48 = ISceneBaseObj_GetNetProperty_m1709069404(L_47, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49 = CProperty_GetInt_m2680341236(L_48, _stringLiteral3054539787, 0, /*hidden argument*/NULL); NullCheck(L_46); String_t* L_50 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_46, L_49, /*hidden argument*/NULL); V_5 = L_50; } IL_0178: { String_t* L_51 = V_5; 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_01a0; } } { ISceneRole_t2394225724 * L_53 = V_2; NullCheck(L_53); int32_t L_54 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_53); if (L_54) { goto IL_0199; } } { G_B34_0 = _stringLiteral3798006808; goto IL_019e; } IL_0199: { G_B34_0 = _stringLiteral3898450984; } IL_019e: { V_5 = G_B34_0; } IL_01a0: { CQualifyingManager_t954001806 * L_55 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_55); SelfQualifyPkResultInfo_t1561294256 * L_56 = CQualifyingManager_get_PkResult_m868160114(L_55, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57 = L_56->get_Result_0(); if (L_57) { goto IL_01d0; } } { ISceneRole_t2394225724 * L_58 = V_2; NullCheck(L_58); int32_t L_59 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_58); if (L_59) { goto IL_01c9; } } { G_B39_0 = _stringLiteral1285633783; goto IL_01ce; } IL_01c9: { G_B39_0 = _stringLiteral2664344691; } IL_01ce: { V_5 = G_B39_0; } IL_01d0: { String_t* L_60 = V_5; AnimationClip_t2318505987 * L_61 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); V_6 = L_61; AnimationClip_t2318505987 * L_62 = V_6; 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); if (!L_63) { goto IL_0219; } } { ISceneRole_t2394225724 * L_64 = V_2; AnimationClip_t2318505987 * L_65 = V_6; String_t* L_66 = V_5; AnimationClip_t2318505987 * L_67 = V_6; NullCheck(L_67); float L_68 = AnimationClip_get_length_m3296085482(L_67, /*hidden argument*/NULL); NullCheck(L_64); ISceneBaseObj_PlayAnimClip_m3190763634(L_64, L_65, L_66, (1.0f), ((float)il2cpp_codegen_subtract((float)L_68, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_69 = V_2; NullCheck(L_69); ILogicBase_Update_m3853008051(L_69, (0.0001f), /*hidden argument*/NULL); } IL_0219: { ISceneRole_t2394225724 * L_70 = V_2; NullCheck(L_70); int32_t L_71 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_70); if (L_71) { goto IL_022e; } } { G_B45_0 = _stringLiteral1077017624; goto IL_0233; } IL_022e: { G_B45_0 = _stringLiteral3898450985; } IL_0233: { V_7 = G_B45_0; CQualifyingManager_t954001806 * L_72 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_72); SelfQualifyPkResultInfo_t1561294256 * L_73 = CQualifyingManager_get_PkResult_m868160114(L_72, /*hidden argument*/NULL); NullCheck(L_73); int32_t L_74 = L_73->get_Result_0(); if (L_74) { goto IL_0265; } } { ISceneRole_t2394225724 * L_75 = V_2; NullCheck(L_75); int32_t L_76 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_75); if (L_76) { goto IL_025e; } } { G_B49_0 = _stringLiteral1285633783; goto IL_0263; } IL_025e: { G_B49_0 = _stringLiteral2664344691; } IL_0263: { V_5 = G_B49_0; } IL_0265: { ISceneRole_t2394225724 * L_77 = V_2; String_t* L_78 = V_7; NullCheck(L_77); ISceneBaseObj_SetIdleAnim_m1936918694(L_77, L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_79 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_79); ISceneNpcBase_t3974693970 * L_80 = CPetManager_get_CurrentFollowedPet_m3456142787(L_79, /*hidden argument*/NULL); V_8 = L_80; ISceneNpcBase_t3974693970 * L_81 = V_8; if (!L_81) { goto IL_02e3; } } { ISceneNpcBase_t3974693970 * L_82 = V_8; NullCheck(L_82); bool L_83 = ISceneBaseObj_IsEnable_m3745268461(L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_02e3; } } { ISceneRole_t2394225724 * L_84 = V_2; NullCheck(L_84); int64_t L_85 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_84); CMainRole_t4200562839 * L_86 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_86); int64_t L_87 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_86); if ((!(((uint64_t)L_85) == ((uint64_t)L_87)))) { goto IL_02c5; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_88 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_89 = V_8; NullCheck(L_89); int32_t L_90 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_89); NullCheck(L_88); String_t* L_91 = CPetActionConfig_GetActionResByModelID_m823719944(L_88, L_90, 7, /*hidden argument*/NULL); V_9 = L_91; ISceneNpcBase_t3974693970 * L_92 = V_8; String_t* L_93 = V_9; NullCheck(L_92); ISceneBaseObj_SetIdleAnim_m1936918694(L_92, L_93, /*hidden argument*/NULL); goto IL_02e3; } IL_02c5: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_94 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_95 = V_8; NullCheck(L_95); int32_t L_96 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_95); NullCheck(L_94); String_t* L_97 = CPetActionConfig_GetActionResByModelID_m823719944(L_94, L_96, 8, /*hidden argument*/NULL); V_10 = L_97; ISceneNpcBase_t3974693970 * L_98 = V_8; String_t* L_99 = V_10; NullCheck(L_98); ISceneBaseObj_SetIdleAnim_m1936918694(L_98, L_99, /*hidden argument*/NULL); } IL_02e3: { CQualifyingManager_t954001806 * L_100 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_100); bool L_101 = L_100->get_IsQualifyingGame_15(); if (!L_101) { goto IL_02f3; } } { return; } IL_02f3: { CSceneService_t551449725 * L_102 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_102); Transform_t3600365921 * L_103 = CSceneService_GetScenePointTrans_m1104265267(L_102, ((int32_t)1001), /*hidden argument*/NULL); V_11 = L_103; Transform_t3600365921 * L_104 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_105 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_104, /*hidden argument*/NULL); if (!L_105) { goto IL_0335; } } { ISceneRole_t2394225724 * L_106 = V_2; NullCheck(L_106); Transform_t3600365921 * L_107 = ISceneBaseObj_GetTransform_m3818769012(L_106, /*hidden argument*/NULL); Transform_t3600365921 * L_108 = V_11; NullCheck(L_108); Vector3_t3722313464 L_109 = Transform_get_position_m36019626(L_108, /*hidden argument*/NULL); NullCheck(L_107); Transform_set_position_m3387557959(L_107, L_109, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_110 = V_2; NullCheck(L_110); Transform_t3600365921 * L_111 = ISceneBaseObj_GetTransform_m3818769012(L_110, /*hidden argument*/NULL); Transform_t3600365921 * L_112 = V_11; NullCheck(L_112); Quaternion_t2301928331 L_113 = Transform_get_rotation_m3502953881(L_112, /*hidden argument*/NULL); NullCheck(L_111); Transform_set_rotation_m3524318132(L_111, L_113, /*hidden argument*/NULL); } IL_0335: { goto IL_04c7; } IL_033a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_114 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_12 = L_114; ISceneRole_t2394225724 * L_115 = V_2; NullCheck(L_115); CProperty_t963755051 * L_116 = ISceneBaseObj_GetNetProperty_m1709069404(L_115, /*hidden argument*/NULL); NullCheck(L_116); int32_t L_117 = CProperty_GetInt_m2680341236(L_116, _stringLiteral3054539787, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_117))) { goto IL_0375; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_118 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_119 = V_2; NullCheck(L_119); CProperty_t963755051 * L_120 = ISceneBaseObj_GetNetProperty_m1709069404(L_119, /*hidden argument*/NULL); NullCheck(L_120); int32_t L_121 = CProperty_GetInt_m2680341236(L_120, _stringLiteral3054539787, 0, /*hidden argument*/NULL); NullCheck(L_118); String_t* L_122 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_118, L_121, /*hidden argument*/NULL); V_12 = L_122; } IL_0375: { String_t* L_123 = V_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_124 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_123, /*hidden argument*/NULL); if (!L_124) { goto IL_039d; } } { ISceneRole_t2394225724 * L_125 = V_2; NullCheck(L_125); int32_t L_126 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_125); if (L_126) { goto IL_0396; } } { G_B66_0 = _stringLiteral3367079003; goto IL_039b; } IL_0396: { G_B66_0 = _stringLiteral1419756861; } IL_039b: { V_12 = G_B66_0; } IL_039d: { CQualifyingManager_t954001806 * L_127 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_127); SelfQualifyPkResultInfo_t1561294256 * L_128 = CQualifyingManager_get_PkResult_m868160114(L_127, /*hidden argument*/NULL); NullCheck(L_128); int32_t L_129 = L_128->get_Result_0(); if (L_129) { goto IL_03cd; } } { ISceneRole_t2394225724 * L_130 = V_2; NullCheck(L_130); int32_t L_131 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_130); if (L_131) { goto IL_03c6; } } { G_B71_0 = _stringLiteral1285633783; goto IL_03cb; } IL_03c6: { G_B71_0 = _stringLiteral2664344691; } IL_03cb: { V_12 = G_B71_0; } IL_03cd: { String_t* L_132 = V_12; AnimationClip_t2318505987 * L_133 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_132, /*hidden argument*/NULL); V_13 = L_133; AnimationClip_t2318505987 * L_134 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_135 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_134, /*hidden argument*/NULL); if (!L_135) { goto IL_0416; } } { ISceneRole_t2394225724 * L_136 = V_2; AnimationClip_t2318505987 * L_137 = V_13; String_t* L_138 = V_12; AnimationClip_t2318505987 * L_139 = V_13; NullCheck(L_139); float L_140 = AnimationClip_get_length_m3296085482(L_139, /*hidden argument*/NULL); NullCheck(L_136); ISceneBaseObj_PlayAnimClip_m3190763634(L_136, L_137, L_138, (1.0f), ((float)il2cpp_codegen_subtract((float)L_140, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_141 = V_2; NullCheck(L_141); ILogicBase_Update_m3853008051(L_141, (0.0001f), /*hidden argument*/NULL); } IL_0416: { ISceneRole_t2394225724 * L_142 = V_2; NullCheck(L_142); int32_t L_143 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_142); if (L_143) { goto IL_042b; } } { G_B77_0 = _stringLiteral3367079006; goto IL_0430; } IL_042b: { G_B77_0 = _stringLiteral1419691325; } IL_0430: { V_14 = G_B77_0; CQualifyingManager_t954001806 * L_144 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_144); SelfQualifyPkResultInfo_t1561294256 * L_145 = CQualifyingManager_get_PkResult_m868160114(L_144, /*hidden argument*/NULL); NullCheck(L_145); int32_t L_146 = L_145->get_Result_0(); if (L_146) { goto IL_0462; } } { ISceneRole_t2394225724 * L_147 = V_2; NullCheck(L_147); int32_t L_148 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_147); if (L_148) { goto IL_045b; } } { G_B81_0 = _stringLiteral1285633783; goto IL_0460; } IL_045b: { G_B81_0 = _stringLiteral2664344691; } IL_0460: { V_12 = G_B81_0; } IL_0462: { ISceneRole_t2394225724 * L_149 = V_2; String_t* L_150 = V_14; NullCheck(L_149); ISceneBaseObj_SetIdleAnim_m1936918694(L_149, L_150, /*hidden argument*/NULL); CQualifyingManager_t954001806 * L_151 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_151); bool L_152 = L_151->get_IsQualifyingGame_15(); if (!L_152) { goto IL_047b; } } { return; } IL_047b: { V_15 = 0; int32_t L_153 = V_0; if ((((int32_t)2) > ((int32_t)L_153))) { goto IL_0488; } } { int32_t L_154 = V_0; V_15 = L_154; } IL_0488: { CSceneService_t551449725 * L_155 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_156 = V_15; NullCheck(L_155); Transform_t3600365921 * L_157 = CSceneService_GetScenePointTrans_m1104265267(L_155, L_156, /*hidden argument*/NULL); V_16 = L_157; Transform_t3600365921 * L_158 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_159 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_158, /*hidden argument*/NULL); if (!L_159) { goto IL_04c7; } } { ISceneRole_t2394225724 * L_160 = V_2; NullCheck(L_160); Transform_t3600365921 * L_161 = ISceneBaseObj_GetTransform_m3818769012(L_160, /*hidden argument*/NULL); Transform_t3600365921 * L_162 = V_16; NullCheck(L_162); Vector3_t3722313464 L_163 = Transform_get_position_m36019626(L_162, /*hidden argument*/NULL); NullCheck(L_161); Transform_set_position_m3387557959(L_161, L_163, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_164 = V_2; NullCheck(L_164); Transform_t3600365921 * L_165 = ISceneBaseObj_GetTransform_m3818769012(L_164, /*hidden argument*/NULL); Transform_t3600365921 * L_166 = V_16; NullCheck(L_166); Quaternion_t2301928331 L_167 = Transform_get_rotation_m3502953881(L_166, /*hidden argument*/NULL); NullCheck(L_165); Transform_set_rotation_m3524318132(L_165, L_167, /*hidden argument*/NULL); } IL_04c7: { int32_t L_168 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_168, (int32_t)1)); } IL_04cb: { int32_t L_169 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_170 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_170); int32_t L_171 = CDanceMode_GetData_TotalCount_m3617191463(L_170, /*hidden argument*/NULL); if ((((int32_t)L_169) < ((int32_t)L_171))) { goto IL_000d; } } { return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnBeforeShowResultUI() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnBeforeShowResultUI_m3579274446 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnBeforeShowResultUI_m3579274446_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; int32_t V_1 = 0; IResourceManager_t3165642952 * G_B7_0 = NULL; IResourceManager_t3165642952 * G_B6_0 = NULL; IResourceManager_t3165642952 * G_B9_0 = NULL; IResourceManager_t3165642952 * G_B8_0 = NULL; IResourceManager_t3165642952 * G_B11_0 = NULL; IResourceManager_t3165642952 * G_B10_0 = NULL; { V_0 = (ISceneBaseObj_t858622483 *)NULL; V_1 = 0; goto IL_0034; } IL_0009: { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_0); ISceneBaseObj_t858622483 * L_2 = V_0; NullCheck(((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_2, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_2, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); if ((((int64_t)L_1) == ((int64_t)L_3))) { goto IL_0034; } } { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); CDataProperty_t2806246268 * L_5 = ISceneBaseObj_GetUserProperty_m776816018(L_4, /*hidden argument*/NULL); NullCheck(L_5); CDataProperty_Clear_m1542459772(L_5, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_6 = V_0; NullCheck(L_6); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_6); } IL_0034: { CSceneService_t551449725 * L_7 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = V_1; int32_t L_9 = L_8; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); ISceneBaseObj_t858622483 * L_10 = CSceneService_GetRoleObj_m3880305570(L_7, L_9, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_11 = L_10; V_0 = L_11; if (L_11) { goto IL_0009; } } { CResourceAdapter_t3687212940 * L_12 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); bool L_13 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00e2; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_14 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_15 = ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_15(); G_B6_0 = L_14; if (L_15) { G_B7_0 = L_14; goto IL_0076; } } { intptr_t L_16 = (intptr_t)IResHelp__FunPathDanceAnim_m180543390_RuntimeMethod_var; Predicate_1_t2672744813 * L_17 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_17, NULL, L_16, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_15(L_17); G_B7_0 = G_B6_0; } IL_0076: { Predicate_1_t2672744813 * L_18 = ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_15(); NullCheck(G_B7_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B7_0, L_18); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_19 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_20 = ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_16(); G_B8_0 = L_19; if (L_20) { G_B9_0 = L_19; goto IL_009d; } } { intptr_t L_21 = (intptr_t)IResHelp__FunPathDanceCamera_m2753716925_RuntimeMethod_var; Predicate_1_t2672744813 * L_22 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_22, NULL, L_21, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_16(L_22); G_B9_0 = G_B8_0; } IL_009d: { Predicate_1_t2672744813 * L_23 = ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_16(); NullCheck(G_B9_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B9_0, L_23); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_24 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); IResourceManager_ClearAllProtectedRes_m142422286(L_24, /*hidden argument*/NULL); CMainRole_t4200562839 * L_25 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); VirtActionInvoker0::Invoke(10 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::HoldResources() */, L_25); IResourceManager_t3165642952 * L_26 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); Predicate_1_t2672744813 * L_27 = ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_17(); G_B10_0 = L_26; if (L_27) { G_B11_0 = L_26; goto IL_00d8; } } { intptr_t L_28 = (intptr_t)IResHelp__FunPathAvatar_m3023652776_RuntimeMethod_var; Predicate_1_t2672744813 * L_29 = (Predicate_1_t2672744813 *)il2cpp_codegen_object_new(Predicate_1_t2672744813_il2cpp_TypeInfo_var); Predicate_1__ctor_m2189065264(L_29, NULL, L_28, /*hidden argument*/Predicate_1__ctor_m2189065264_RuntimeMethod_var); ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_17(L_29); G_B11_0 = G_B10_0; } IL_00d8: { Predicate_1_t2672744813 * L_30 = ((CDanceMode_Score_t129366621_StaticFields*)il2cpp_codegen_static_fields_for(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_17(); NullCheck(G_B11_0); VirtActionInvoker1< Predicate_1_t2672744813 * >::Invoke(4 /* System.Void DMCore.Framework.Resource.IResourceManager::ClearSpecialCache(System.Predicate`1) */, G_B11_0, L_30); } IL_00e2: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnShowResultUI() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnShowResultUI_m1712452367 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnShowResultUI_m1712452367_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; Transform_t3600365921 * V_2 = 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; CQualifyingManager_t954001806 * L_1 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = L_1->get_IsQualifyingGame_15(); if (!L_2) { goto IL_0020; } } { V_0 = _stringLiteral2001333132; goto IL_0026; } IL_0020: { V_0 = _stringLiteral1791571397; } IL_0026: { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_4 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_4, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * 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_00f0; } } { GameObject_t1113636619 * L_7 = V_1; NullCheck(L_7); Object_set_name_m291480324(L_7, _stringLiteral771408658, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = V_1; NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = V_1; NullCheck(L_9); Transform_t3600365921 * L_10 = GameObject_get_transform_m1369836730(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localScale_m3053443106(L_10, L_11, /*hidden argument*/NULL); GameObject_t1113636619 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_DoWithWndEnable_m2191996108(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_13 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CDanceMode_FilterRoleBeatKeyData_m1106883004(L_13, /*hidden argument*/NULL); CDanceMode_t1520520494 * L_14 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CDanceMode_SortRoleResult_m2190656169(L_14, /*hidden argument*/NULL); CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_15) { goto IL_00f0; } } { CMainRole_t4200562839 * L_16 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = ISceneBaseObj_IsValid_m1197404667(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00f0; } } { GameObject_t1113636619 * L_18 = V_1; NullCheck(L_18); Transform_t3600365921 * L_19 = GameObject_get_transform_m1369836730(L_18, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_Find_m1729760951(L_19, _stringLiteral2005233345, /*hidden argument*/NULL); V_2 = L_20; CMainRole_t4200562839 * L_21 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = ISceneBaseObj_GetTransform_m3818769012(L_21, /*hidden argument*/NULL); Transform_t3600365921 * L_23 = V_2; NullCheck(L_22); Transform_set_parent_m786917804(L_22, L_23, /*hidden argument*/NULL); CMainRole_t4200562839 * L_24 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = ISceneBaseObj_GetTransform_m3818769012(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); Transform_set_localPosition_m4128471975(L_25, L_26, /*hidden argument*/NULL); CMainRole_t4200562839 * L_27 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Transform_t3600365921 * L_28 = ISceneBaseObj_GetTransform_m3818769012(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_29 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); Transform_set_localRotation_m19445462(L_28, L_29, /*hidden argument*/NULL); CMainRole_t4200562839 * L_30 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = ISceneBaseObj_GetTransform_m3818769012(L_30, /*hidden argument*/NULL); Vector3_t3722313464 L_32 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); Transform_set_localScale_m3053443106(L_31, L_32, /*hidden argument*/NULL); } IL_00f0: { return; } } // System.Int32 DMCore.DanceMode.CDanceMode_Score::DanceResultSortFunctor(DMCore.DanceMode.CRoleBeatKeyData_Total,DMCore.DanceMode.CRoleBeatKeyData_Total) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_Score_DanceResultSortFunctor_m1378571271 (CDanceMode_Score_t129366621 * __this, CRoleBeatKeyData_Total_t538171442 * ___lhs0, CRoleBeatKeyData_Total_t538171442 * ___rhs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_DanceResultSortFunctor_m1378571271_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; { CQualifyingManager_t954001806 * L_0 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = L_0->get_IsQualifyingGame_15(); if (!L_1) { goto IL_0029; } } { CRoleBeatKeyData_Total_t538171442 * L_2 = ___lhs0; NullCheck(L_2); int32_t L_3 = CRoleBeatKeyData_Total_get_score_m3615130383(L_2, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_4 = ___rhs1; NullCheck(L_4); int32_t L_5 = CRoleBeatKeyData_Total_get_score_m3615130383(L_4, /*hidden argument*/NULL); SortKeyInfo_1_t110361559 * L_6 = (SortKeyInfo_1_t110361559 *)il2cpp_codegen_object_new(SortKeyInfo_1_t110361559_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m4042510263(L_6, (((int64_t)((int64_t)L_3))), (((int64_t)((int64_t)L_5))), (bool)0, /*hidden argument*/SortKeyInfo_1__ctor_m4042510263_RuntimeMethod_var); int32_t L_7 = CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450(NULL /*static, unused*/, L_6, /*hidden argument*/CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_RuntimeMethod_var); return L_7; } IL_0029: { CSceneService_t551449725 * L_8 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_9 = ___lhs0; NullCheck(L_9); int64_t L_10 = L_9->get_userId_0(); NullCheck(L_8); ISceneRole_t2394225724 * L_11 = CSceneService_FindRoleByUserID_m4171044813(L_8, L_10, /*hidden argument*/NULL); V_0 = L_11; CSceneService_t551449725 * L_12 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_13 = ___rhs1; NullCheck(L_13); int64_t L_14 = L_13->get_userId_0(); NullCheck(L_12); ISceneRole_t2394225724 * L_15 = CSceneService_FindRoleByUserID_m4171044813(L_12, L_14, /*hidden argument*/NULL); V_1 = L_15; ISceneRole_t2394225724 * L_16 = V_0; if (!L_16) { goto IL_0067; } } { ISceneRole_t2394225724 * L_17 = V_0; NullCheck(L_17); CProperty_t963755051 * L_18 = ISceneBaseObj_GetNetProperty_m1709069404(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = CProperty_GetInt_m2680341236(L_18, _stringLiteral3883940818, 0, /*hidden argument*/NULL); G_B5_0 = L_19; goto IL_0068; } IL_0067: { G_B5_0 = 0; } IL_0068: { V_2 = G_B5_0; ISceneRole_t2394225724 * L_20 = V_1; if (!L_20) { goto IL_0085; } } { ISceneRole_t2394225724 * L_21 = V_1; NullCheck(L_21); CProperty_t963755051 * L_22 = ISceneBaseObj_GetNetProperty_m1709069404(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = CProperty_GetInt_m2680341236(L_22, _stringLiteral3883940818, 0, /*hidden argument*/NULL); G_B8_0 = L_23; goto IL_0086; } IL_0085: { G_B8_0 = 0; } IL_0086: { V_3 = G_B8_0; CRoleBeatKeyData_Total_t538171442 * L_24 = ___lhs0; NullCheck(L_24); int32_t L_25 = CRoleBeatKeyData_Total_get_score_m3615130383(L_24, /*hidden argument*/NULL); CRoleBeatKeyData_Total_t538171442 * L_26 = ___rhs1; NullCheck(L_26); int32_t L_27 = CRoleBeatKeyData_Total_get_score_m3615130383(L_26, /*hidden argument*/NULL); SortKeyInfo_1_t110361559 * L_28 = (SortKeyInfo_1_t110361559 *)il2cpp_codegen_object_new(SortKeyInfo_1_t110361559_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m4042510263(L_28, (((int64_t)((int64_t)L_25))), (((int64_t)((int64_t)L_27))), (bool)0, /*hidden argument*/SortKeyInfo_1__ctor_m4042510263_RuntimeMethod_var); int32_t L_29 = V_2; int32_t L_30 = V_3; SortKeyInfo_1_t110361559 * L_31 = (SortKeyInfo_1_t110361559 *)il2cpp_codegen_object_new(SortKeyInfo_1_t110361559_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m4042510263(L_31, (((int64_t)((int64_t)L_29))), (((int64_t)((int64_t)L_30))), (bool)0, /*hidden argument*/SortKeyInfo_1__ctor_m4042510263_RuntimeMethod_var); CRoleBeatKeyData_Total_t538171442 * L_32 = ___lhs0; NullCheck(L_32); int64_t L_33 = L_32->get_userId_0(); CRoleBeatKeyData_Total_t538171442 * L_34 = ___rhs1; NullCheck(L_34); int64_t L_35 = L_34->get_userId_0(); SortKeyInfo_1_t110361559 * L_36 = (SortKeyInfo_1_t110361559 *)il2cpp_codegen_object_new(SortKeyInfo_1_t110361559_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m4042510263(L_36, L_33, L_35, (bool)0, /*hidden argument*/SortKeyInfo_1__ctor_m4042510263_RuntimeMethod_var); int32_t L_37 = CSortTemplete_SortFunctor3_TisInt64_t3736567304_m3357754281(NULL /*static, unused*/, L_28, L_31, L_36, /*hidden argument*/CSortTemplete_SortFunctor3_TisInt64_t3736567304_m3357754281_RuntimeMethod_var); return L_37; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnStartRoleAnim(DMCore.DanceMode.CDanceMode/OnRoleAnimEnd) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnStartRoleAnim_m3256188225 (CDanceMode_Score_t129366621 * __this, OnRoleAnimEnd_t3559497459 * ___ptrRoleAnimEnd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnStartRoleAnim_m3256188225_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ISceneBaseObj_t858622483 * V_3 = NULL; int32_t V_4 = 0; ISceneRole_t2394225724 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int64_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; ISceneBaseObj_t858622483 * V_11 = NULL; int32_t V_12 = 0; ISceneRole_t2394225724 * V_13 = NULL; int32_t V_14 = 0; int64_t V_15 = 0; ISceneBaseObj_t858622483 * V_16 = NULL; int32_t V_17 = 0; { OnRoleAnimEnd_t3559497459 * L_0 = ___ptrRoleAnimEnd0; CDanceMode_OnStartRoleAnim_m27611709(__this, L_0, /*hidden argument*/NULL); CSceneService_t551449725 * L_1 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CSceneService_GetRoleNum_m2909813266(L_1, /*hidden argument*/NULL); V_0 = L_2; List_1_t913674750 * L_3 = __this->get_m_PVPRoleArray_12(); NullCheck(L_3); List_1_Clear_m2696058023(L_3, /*hidden argument*/List_1_Clear_m2696058023_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_4 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CPveManager_IsPveMode_m3137815888(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00d4; } } { V_1 = 0; goto IL_00c8; } IL_0033: { V_2 = 0; int32_t L_6 = V_1; switch (L_6) { case 0: { goto IL_0065; } case 1: { goto IL_005e; } case 2: { goto IL_0057; } case 3: { goto IL_0050; } } } { goto IL_006c; } IL_0050: { V_2 = 2; goto IL_006c; } IL_0057: { V_2 = 3; goto IL_006c; } IL_005e: { V_2 = 0; goto IL_006c; } IL_0065: { V_2 = 1; goto IL_006c; } IL_006c: { V_3 = (ISceneBaseObj_t858622483 *)NULL; V_4 = 0; goto IL_00ac; } IL_0076: { int32_t L_7 = V_2; ISceneBaseObj_t858622483 * L_8 = V_3; NullCheck(L_8); CProperty_t963755051 * L_9 = ISceneBaseObj_GetNetProperty_m1709069404(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CProperty_GetInt_m2680341236(L_9, _stringLiteral3941088982, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_10)))) { goto IL_00ac; } } { ISceneBaseObj_t858622483 * L_11 = V_3; V_5 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_11, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); List_1_t913674750 * L_12 = __this->get_m_PVPRoleArray_12(); ISceneRole_t2394225724 * L_13 = V_5; NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); NullCheck(L_12); List_1_Add_m358737454(L_12, L_14, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); goto IL_00c4; } IL_00ac: { CSceneService_t551449725 * L_15 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_4; int32_t L_17 = L_16; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); NullCheck(L_15); ISceneBaseObj_t858622483 * L_18 = CSceneService_GetRoleObj_m3880305570(L_15, L_17, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_19 = L_18; V_3 = L_19; if (L_19) { goto IL_0076; } } IL_00c4: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_00c8: { int32_t L_21 = V_1; if ((((int32_t)L_21) < ((int32_t)4))) { goto IL_0033; } } { goto IL_01de; } IL_00d4: { V_6 = 0; goto IL_01d6; } IL_00dc: { V_7 = (-1); V_8 = (((int64_t)((int64_t)0))); V_9 = 0; goto IL_01bb; } IL_00eb: { V_10 = 0; int32_t L_22 = V_9; switch (L_22) { case 0: { goto IL_0122; } case 1: { goto IL_011a; } case 2: { goto IL_0112; } case 3: { goto IL_010a; } } } { goto IL_012a; } IL_010a: { V_10 = 2; goto IL_012a; } IL_0112: { V_10 = 0; goto IL_012a; } IL_011a: { V_10 = 1; goto IL_012a; } IL_0122: { V_10 = 3; goto IL_012a; } IL_012a: { V_11 = (ISceneBaseObj_t858622483 *)NULL; V_12 = 0; goto IL_019c; } IL_0135: { int32_t L_23 = V_10; ISceneBaseObj_t858622483 * L_24 = V_11; NullCheck(L_24); CProperty_t963755051 * L_25 = ISceneBaseObj_GetNetProperty_m1709069404(L_24, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = CProperty_GetInt_m2680341236(L_25, _stringLiteral3941088982, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)L_26)))) { goto IL_019c; } } { ISceneBaseObj_t858622483 * L_27 = V_11; V_13 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_27, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_28 = V_13; NullCheck(L_28); CProperty_t963755051 * L_29 = ISceneBaseObj_GetNetProperty_m1709069404(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = CProperty_GetInt_m2680341236(L_29, _stringLiteral3883940818, 0, /*hidden argument*/NULL); V_14 = L_30; ISceneRole_t2394225724 * L_31 = V_13; NullCheck(L_31); int64_t L_32 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_31); V_15 = L_32; int32_t L_33 = V_7; int32_t L_34 = V_14; if ((((int32_t)L_33) >= ((int32_t)L_34))) { goto IL_0197; } } { List_1_t913674750 * L_35 = __this->get_m_PVPRoleArray_12(); int64_t L_36 = V_15; NullCheck(L_35); bool L_37 = List_1_Contains_m679968318(L_35, L_36, /*hidden argument*/List_1_Contains_m679968318_RuntimeMethod_var); if (L_37) { goto IL_0197; } } { int32_t L_38 = V_14; V_7 = L_38; int64_t L_39 = V_15; V_8 = L_39; } IL_0197: { goto IL_01b5; } IL_019c: { CSceneService_t551449725 * L_40 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_41 = V_12; int32_t L_42 = L_41; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); NullCheck(L_40); ISceneBaseObj_t858622483 * L_43 = CSceneService_GetRoleObj_m3880305570(L_40, L_42, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_44 = L_43; V_11 = L_44; if (L_44) { goto IL_0135; } } IL_01b5: { int32_t L_45 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_01bb: { int32_t L_46 = V_9; if ((((int32_t)L_46) < ((int32_t)4))) { goto IL_00eb; } } { List_1_t913674750 * L_47 = __this->get_m_PVPRoleArray_12(); int64_t L_48 = V_8; NullCheck(L_47); List_1_Add_m358737454(L_47, L_48, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); int32_t L_49 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_01d6: { int32_t L_50 = V_6; if ((((int32_t)L_50) < ((int32_t)4))) { goto IL_00dc; } } IL_01de: { V_16 = (ISceneBaseObj_t858622483 *)NULL; V_17 = 0; goto IL_01f1; } IL_01e9: { ISceneBaseObj_t858622483 * L_51 = V_16; NullCheck(L_51); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_51, (bool)0); } IL_01f1: { CSceneService_t551449725 * L_52 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_53 = V_17; int32_t L_54 = L_53; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); NullCheck(L_52); ISceneBaseObj_t858622483 * L_55 = CSceneService_GetRoleObj_m3880305570(L_52, L_54, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_56 = L_55; V_16 = L_56; if (L_56) { goto IL_01e9; } } { int32_t L_57 = V_0; CDanceMode_Score_OnCallRoleAnim_m3944254658(__this, (bool)1, (0.0f), ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_58 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_59 = (intptr_t)CDanceMode_Score_OnDefaultEffect_m3229325262_RuntimeMethod_var; Action_1_t1569734369 * L_60 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_60, __this, L_59, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_58); CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011(L_58, L_60, /*hidden argument*/NULL); CSceneEffectManager_t793970061 * L_61 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_62 = (intptr_t)CDanceMode_Score_OnShowTime_m1231045205_RuntimeMethod_var; Action_1_t1569734369 * L_63 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_63, __this, L_62, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); NullCheck(L_61); CSceneEffectManager_RegisterShowTimeCallback_m2073380952(L_61, L_63, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnActiveDataChanged(System.Int64,DMCore.DanceMode.CRoleBeatKeyData_Active,DMCore.DanceMode.CRoleBeatKeyData_Active) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnActiveDataChanged_m3645184479 (CDanceMode_Score_t129366621 * __this, int64_t ___userID0, CRoleBeatKeyData_Active_t3989483231 * ___old1, CRoleBeatKeyData_Active_t3989483231 * ___cur2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnActiveDataChanged_m3645184479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___userID0; CRoleBeatKeyData_Active_t3989483231 * L_1 = ___old1; CRoleBeatKeyData_Active_t3989483231 * L_2 = ___cur2; CDanceMode_OnActiveDataChanged_m1463851639(__this, L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_3 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ClassicalKeyLogic_set_IsNeedRefreshScore_m2533887198(L_3, (bool)1, /*hidden argument*/NULL); CDanceMode_Score_OnChangeDancePos_m4154661755(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnSectionChangedClient() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnSectionChangedClient_m3580108717 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnSectionChangedClient_m3580108717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_1 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ClassicalKeyLogic_set_IsMusicSectionChangedClient_m225590990(L_1, (bool)1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnPlayResultChanged(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnPlayResultChanged_m2637799011 (CDanceMode_Score_t129366621 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnPlayResultChanged_m2637799011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_0 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ClassicalKeyLogic_set_IsNeedRefreshPlayResult_m883988152(L_0, (bool)1, /*hidden argument*/NULL); ClassicalKeyLogic_t2839086845 * L_1 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_2 = ___userID0; NullCheck(L_1); ClassicalKeyLogic_set_RefreshedUserID_m306621457(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.DanceMode.CDanceMode_Score::GetAnimRandomVal() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceMode_Score_GetAnimRandomVal_m193975704 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_GetAnimRandomVal_m193975704_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { List_1_t128053199 * L_0 = __this->get_m_randomAnimList_11(); if (!L_0) { goto IL_001b; } } { List_1_t128053199 * L_1 = __this->get_m_randomAnimList_11(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if (L_2) { goto IL_001d; } } IL_001b: { return 1; } IL_001d: { List_1_t128053199 * L_3 = __this->get_m_randomAnimList_11(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m186164705(L_3, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); int32_t L_5 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; List_1_t128053199 * L_7 = __this->get_m_randomAnimList_11(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m186164705(L_7, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_9 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_6, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_9; List_1_t128053199 * L_10 = __this->get_m_randomAnimList_11(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = List_1_get_Item_m888956288(L_10, L_11, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_1 = L_12; List_1_t128053199 * L_13 = __this->get_m_randomAnimList_11(); int32_t L_14 = V_0; NullCheck(L_13); List_1_RemoveAt_m2770200702(L_13, L_14, /*hidden argument*/List_1_RemoveAt_m2770200702_RuntimeMethod_var); int32_t L_15 = V_1; return L_15; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnDefaultEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnDefaultEffect_m3229325262 (CDanceMode_Score_t129366621 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnDefaultEffect_m3229325262_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; ISceneBaseObj_t858622483 * V_2 = NULL; ISceneRole_t2394225724 * V_3 = NULL; String_t* V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSceneService_t551449725 * L_1 = CRoot_GetSceneService_m2061443921(L_0, /*hidden argument*/NULL); NullCheck(L_1); CMainRole_t4200562839 * L_2 = CSceneService_GetMainRole_m3386793463(L_1, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); V_0 = L_3; V_1 = 0; V_2 = (ISceneBaseObj_t858622483 *)NULL; goto IL_007e; } IL_001e: { ISceneBaseObj_t858622483 * L_4 = V_2; V_3 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_4, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_5 = V_3; NullCheck(L_5); String_t* L_6 = ISceneRole_GetRoleFashionEffectName_m391684629(L_5, /*hidden argument*/NULL); V_4 = L_6; ISceneRole_t2394225724 * L_7 = V_3; String_t* L_8 = V_4; NullCheck(L_7); ISceneBaseObj_StopEffect_m879461206(L_7, L_8, 0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_9 = V_3; NullCheck(L_9); int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_9); int64_t L_11 = V_0; if ((!(((uint64_t)L_10) == ((uint64_t)L_11)))) { goto IL_007e; } } { ISceneRole_t2394225724 * L_12 = V_3; NullCheck(L_12); bool L_13 = ISceneRole_IsPlayingMemberShipEffect_m4029322539(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_14 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_14) { goto IL_006d; } } { ISceneRole_t2394225724 * L_15 = V_3; NullCheck(L_15); ISceneBaseObj_PlayEffect_m4006788978(L_15, _stringLiteral1545295657, 0, (-1.0f), /*hidden argument*/NULL); goto IL_007e; } IL_006d: { ISceneRole_t2394225724 * L_16 = V_3; NullCheck(L_16); ISceneBaseObj_PlayEffect_m4006788978(L_16, _stringLiteral3501610793, 0, (-1.0f), /*hidden argument*/NULL); } IL_007e: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_17 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CSceneService_t551449725 * L_18 = CRoot_GetSceneService_m2061443921(L_17, /*hidden argument*/NULL); int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); ISceneBaseObj_t858622483 * L_21 = CSceneService_GetRoleObj_m3880305570(L_18, L_20, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_22 = L_21; V_2 = L_22; if (L_22) { goto IL_001e; } } { return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnShowTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnShowTime_m1231045205 (CDanceMode_Score_t129366621 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnShowTime_m1231045205_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; ISceneBaseObj_t858622483 * V_2 = NULL; ISceneRole_t2394225724 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; AnimationClip_t2318505987 * V_6 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSceneService_t551449725 * L_1 = CRoot_GetSceneService_m2061443921(L_0, /*hidden argument*/NULL); NullCheck(L_1); CMainRole_t4200562839 * L_2 = CSceneService_GetMainRole_m3386793463(L_1, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); V_0 = L_3; V_1 = 0; V_2 = (ISceneBaseObj_t858622483 *)NULL; goto IL_00eb; } IL_001e: { ISceneBaseObj_t858622483 * L_4 = V_2; V_3 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_4, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_5 = V_3; NullCheck(L_5); String_t* L_6 = ISceneRole_GetRoleFashionEffectName_m391684629(L_5, /*hidden argument*/NULL); V_4 = L_6; ISceneRole_t2394225724 * L_7 = V_3; String_t* L_8 = V_4; NullCheck(L_7); ISceneBaseObj_PlayEffect_m4006788978(L_7, L_8, 0, (8000.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_9 = V_3; NullCheck(L_9); int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_9); int64_t L_11 = V_0; if ((!(((uint64_t)L_10) == ((uint64_t)L_11)))) { goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_12 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_12) { goto IL_0062; } } { ISceneRole_t2394225724 * L_13 = V_3; NullCheck(L_13); ISceneBaseObj_StopEffect_m879461206(L_13, _stringLiteral1545295657, 0, /*hidden argument*/NULL); goto IL_006e; } IL_0062: { ISceneRole_t2394225724 * L_14 = V_3; NullCheck(L_14); ISceneBaseObj_StopEffect_m879461206(L_14, _stringLiteral3501610793, 0, /*hidden argument*/NULL); } IL_006e: { ISceneRole_t2394225724 * L_15 = V_3; NullCheck(L_15); CProperty_t963755051 * L_16 = ISceneBaseObj_GetNetProperty_m1709069404(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17 = CProperty_GetInt_m2680341236(L_16, _stringLiteral1984011109, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_17))) { goto IL_00eb; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_18 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = V_3; NullCheck(L_19); CProperty_t963755051 * L_20 = ISceneBaseObj_GetNetProperty_m1709069404(L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = CProperty_GetInt_m2680341236(L_20, _stringLiteral1984011109, 0, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_22 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_18, L_21, /*hidden argument*/NULL); V_5 = L_22; String_t* L_23 = V_5; AnimationClip_t2318505987 * L_24 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); V_6 = L_24; AnimationClip_t2318505987 * L_25 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_26 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00eb; } } { ISceneRole_t2394225724 * L_27 = V_3; AnimationClip_t2318505987 * L_28 = V_6; String_t* L_29 = V_5; AnimationClip_t2318505987 * L_30 = V_6; NullCheck(L_30); float L_31 = AnimationClip_get_length_m3296085482(L_30, /*hidden argument*/NULL); NullCheck(L_27); ISceneBaseObj_PlayAnimClip_m3190763634(L_27, L_28, L_29, (1.0f), ((float)il2cpp_codegen_subtract((float)L_31, (float)(0.001f))), (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_32 = V_3; NullCheck(L_32); ILogicBase_Update_m3853008051(L_32, (0.001f), /*hidden argument*/NULL); } IL_00eb: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_33 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); CSceneService_t551449725 * L_34 = CRoot_GetSceneService_m2061443921(L_33, /*hidden argument*/NULL); int32_t L_35 = V_1; int32_t L_36 = L_35; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); NullCheck(L_34); ISceneBaseObj_t858622483 * L_37 = CSceneService_GetRoleObj_m3880305570(L_34, L_36, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_38 = L_37; V_2 = L_38; if (L_38) { goto IL_001e; } } { return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnCallRoleAnim(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnCallRoleAnim_m3944254658 (CDanceMode_Score_t129366621 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnCallRoleAnim_m3944254658_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; ISceneRole_t2394225724 * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; CRoleModelItem_t1608531946 * V_6 = NULL; CRoleModelItem_VehicleCfg_t3488277076 * V_7 = NULL; int32_t V_8 = 0; AnimationClip_t2318505987 * V_9 = NULL; Camera_t4157153871 * V_10 = NULL; Quaternion_t2301928331 V_11; memset(&V_11, 0, sizeof(V_11)); Matrix4x4_t1817901843 V_12; memset(&V_12, 0, sizeof(V_12)); String_t* G_B22_0 = NULL; { int32_t L_0 = ___userData2; if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_0025; } } { OnRoleAnimEnd_t3559497459 * L_1 = ((CDanceMode_t1520520494 *)__this)->get_m_ptrRoleAnimEnd_8(); if (!L_1) { goto IL_0024; } } { OnRoleAnimEnd_t3559497459 * L_2 = ((CDanceMode_t1520520494 *)__this)->get_m_ptrRoleAnimEnd_8(); NullCheck(L_2); OnRoleAnimEnd_Invoke_m4030305385(L_2, /*hidden argument*/NULL); ((CDanceMode_t1520520494 *)__this)->set_m_ptrRoleAnimEnd_8((OnRoleAnimEnd_t3559497459 *)NULL); } IL_0024: { return; } IL_0025: { int32_t L_3 = ___userData2; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_003d; } } { int32_t L_4 = ___userData2; List_1_t913674750 * L_5 = __this->get_m_PVPRoleArray_12(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m2237906497(L_5, /*hidden argument*/List_1_get_Count_m2237906497_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_005c; } } IL_003d: { CEventManager_t474365641 * L_7 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_8 = (intptr_t)CDanceMode_Score_OnCallRoleAnim_m3944254658_RuntimeMethod_var; OnEventCall_t3758354630 * L_9 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_9, __this, L_8, /*hidden argument*/NULL); int32_t L_10 = ___userData2; NullCheck(L_7); CEventManager_PushOnce_m2143949090(L_7, (2.0f), L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); return; } IL_005c: { List_1_t913674750 * L_11 = __this->get_m_PVPRoleArray_12(); int32_t L_12 = ___userData2; NullCheck(L_11); int64_t L_13 = List_1_get_Item_m3814898732(L_11, L_12, /*hidden argument*/List_1_get_Item_m3814898732_RuntimeMethod_var); V_0 = L_13; CSceneService_t551449725 * L_14 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_15 = V_0; NullCheck(L_14); ISceneRole_t2394225724 * L_16 = CSceneService_FindRoleByUserID_m4171044813(L_14, L_15, /*hidden argument*/NULL); V_1 = L_16; ISceneRole_t2394225724 * L_17 = V_1; if (!L_17) { goto IL_008c; } } { ISceneRole_t2394225724 * L_18 = V_1; NullCheck(L_18); Transform_t3600365921 * L_19 = ISceneBaseObj_GetTransform_m3818769012(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00ab; } } IL_008c: { CEventManager_t474365641 * L_21 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_22 = (intptr_t)CDanceMode_Score_OnCallRoleAnim_m3944254658_RuntimeMethod_var; OnEventCall_t3758354630 * L_23 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_23, __this, L_22, /*hidden argument*/NULL); int32_t L_24 = ___userData2; NullCheck(L_21); CEventManager_PushOnce_m2143949090(L_21, (2.0f), L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); return; } IL_00ab: { V_2 = 0; V_3 = (ISceneRole_t2394225724 *)NULL; goto IL_00c3; } IL_00b4: { ISceneRole_t2394225724 * L_25 = V_3; int64_t L_26 = V_0; ISceneRole_t2394225724 * L_27 = V_3; NullCheck(L_27); int64_t L_28 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_27); NullCheck(L_25); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_25, (bool)((((int64_t)L_26) == ((int64_t)L_28))? 1 : 0)); } IL_00c3: { CSceneService_t551449725 * L_29 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_30 = V_2; int32_t L_31 = L_30; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); ISceneBaseObj_t858622483 * L_32 = CSceneService_GetRoleObj_m3880305570(L_29, L_31, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_33 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_32, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_3 = L_33; if (L_33) { goto IL_00b4; } } { ISceneRole_t2394225724 * L_34 = V_1; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_34); V_4 = L_35; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_5 = L_36; ISceneRole_t2394225724 * L_37 = V_1; NullCheck(L_37); bool L_38 = ISceneRole_IfModelItemEnable_m2179668944(L_37, ((int32_t)30), /*hidden argument*/NULL); if (!L_38) { goto IL_012a; } } { ISceneRole_t2394225724 * L_39 = V_1; NullCheck(L_39); CRoleModelItem_t1608531946 * L_40 = ISceneRole_GetModelItem_m2229619929(L_39, ((int32_t)30), /*hidden argument*/NULL); V_6 = L_40; CRoleModelItem_VehicleCfgManager_t2872767124 * L_41 = CRoleModelItem_VehicleCfgManager_GetInstance_m2484666774(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_t1608531946 * L_42 = V_6; NullCheck(L_42); int32_t L_43 = CRoleModelItem_GetFullItemID_m3835475041(L_42, /*hidden argument*/NULL); NullCheck(L_41); CRoleModelItem_VehicleCfg_t3488277076 * L_44 = CRoleModelItem_VehicleCfgManager_GetVehicleCfg_m4120606089(L_41, L_43, /*hidden argument*/NULL); V_7 = L_44; CRoleModelItem_VehicleCfg_t3488277076 * L_45 = V_7; int32_t L_46 = V_4; NullCheck(L_45); CVehicleRoleAnimName_t758558953 * L_47 = CRoleModelItem_VehicleCfg_GetOwner_m2048399818(L_45, (bool)((((int32_t)0) == ((int32_t)L_46))? 1 : 0), /*hidden argument*/NULL); NullCheck(L_47); String_t* L_48 = CVehicleRoleAnimName_GetRandomPlayName_m4232037906(L_47, /*hidden argument*/NULL); V_5 = L_48; } IL_012a: { String_t* L_49 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_50 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_016a; } } { ISceneRole_t2394225724 * L_51 = V_1; NullCheck(L_51); CProperty_t963755051 * L_52 = ISceneBaseObj_GetNetProperty_m1709069404(L_51, /*hidden argument*/NULL); NullCheck(L_52); int32_t L_53 = CProperty_GetInt_m2680341236(L_52, _stringLiteral2724846569, 0, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_53))) { goto IL_016a; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_54 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_55 = V_1; NullCheck(L_55); CProperty_t963755051 * L_56 = ISceneBaseObj_GetNetProperty_m1709069404(L_55, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57 = CProperty_GetInt_m2680341236(L_56, _stringLiteral2724846569, 0, /*hidden argument*/NULL); NullCheck(L_54); String_t* L_58 = PersonaliseConfig_GetAnimNameByID_m3019749223(L_54, L_57, /*hidden argument*/NULL); V_5 = L_58; } IL_016a: { String_t* L_59 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_01b7; } } { int32_t L_61 = V_4; if (L_61) { goto IL_0187; } } { G_B22_0 = _stringLiteral2820005844; goto IL_018c; } IL_0187: { G_B22_0 = _stringLiteral1726884675; } IL_018c: { V_5 = G_B22_0; ISceneRole_t2394225724 * L_62 = V_1; NullCheck(L_62); CDataProperty_t2806246268 * L_63 = ISceneBaseObj_GetUserProperty_m776816018(L_62, /*hidden argument*/NULL); NullCheck(L_63); int32_t L_64 = CDataProperty_GetInt_m1935343217(L_63, _stringLiteral406945646, 1, /*hidden argument*/NULL); V_8 = L_64; String_t* L_65 = V_5; String_t* L_66 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_67 = String_Concat_m3937257545(NULL /*static, unused*/, L_65, L_66, /*hidden argument*/NULL); V_5 = L_67; } IL_01b7: { String_t* L_68 = V_5; AnimationClip_t2318505987 * L_69 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); V_9 = L_69; AnimationClip_t2318505987 * L_70 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_71 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_01fd; } } { ISceneRole_t2394225724 * L_72 = V_1; NullCheck(L_72); ISceneBaseObj_SetIdleAnim_m1936918694(L_72, (String_t*)NULL, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_73 = V_1; AnimationClip_t2318505987 * L_74 = V_9; String_t* L_75 = V_5; AnimationClip_t2318505987 * L_76 = V_9; NullCheck(L_76); float L_77 = AnimationClip_get_length_m3296085482(L_76, /*hidden argument*/NULL); NullCheck(L_73); ISceneBaseObj_PlayAnimClip_m3190763634(L_73, L_74, L_75, (1.0f), ((float)il2cpp_codegen_subtract((float)L_77, (float)(0.001f))), (0.0f), (bool)0, (0.0f), /*hidden argument*/NULL); } IL_01fd: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_78 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); ISoundManager_t434164892 * L_79 = CRoot_GetSoundManager_m30020774(L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_80 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_80); AudioClip_t3680889665 * L_81 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_80, _stringLiteral649244181); NullCheck(L_79); ISoundManager_PlayOnce_m3370941300(L_79, L_81, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_82 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_82) { goto IL_0237; } } { ISceneRole_t2394225724 * L_83 = V_1; NullCheck(L_83); ISceneBaseObj_PlayEffect_m4006788978(L_83, _stringLiteral1105275284, 1, (2.0f), /*hidden argument*/NULL); } IL_0237: { ISceneRole_t2394225724 * L_84 = V_1; NullCheck(L_84); ILogicBase_Update_m3853008051(L_84, (0.0005f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_85 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); ICameraBase_t3615533728 * L_86 = CRoot_GetCamera_m3179746689(L_85, /*hidden argument*/NULL); NullCheck(L_86); Camera_t4157153871 * L_87 = ICameraBase_GetActiveCamera_m490033116(L_86, /*hidden argument*/NULL); V_10 = L_87; Camera_t4157153871 * L_88 = V_10; 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_0322; } } { Camera_t4157153871 * L_90 = V_10; NullCheck(L_90); Transform_t3600365921 * L_91 = Component_get_transform_m3162698980(L_90, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_92 = V_1; NullCheck(L_92); Transform_t3600365921 * L_93 = ISceneBaseObj_GetTransform_m3818769012(L_92, /*hidden argument*/NULL); NullCheck(L_93); Vector3_t3722313464 L_94 = Transform_get_position_m36019626(L_93, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_95 = V_1; NullCheck(L_95); Transform_t3600365921 * L_96 = ISceneBaseObj_GetTransform_m3818769012(L_95, /*hidden argument*/NULL); NullCheck(L_96); Vector3_t3722313464 L_97 = Transform_get_forward_m747522392(L_96, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_98 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (4.0f), L_97, /*hidden argument*/NULL); Vector3_t3722313464 L_99 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_94, L_98, /*hidden argument*/NULL); NullCheck(L_91); Transform_set_position_m3387557959(L_91, L_99, /*hidden argument*/NULL); Camera_t4157153871 * L_100 = V_10; NullCheck(L_100); Transform_t3600365921 * L_101 = Component_get_transform_m3162698980(L_100, /*hidden argument*/NULL); Transform_t3600365921 * L_102 = L_101; NullCheck(L_102); Vector3_t3722313464 L_103 = Transform_get_position_m36019626(L_102, /*hidden argument*/NULL); Vector3_t3722313464 L_104 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_105 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_104, (1.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_106 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_103, L_105, /*hidden argument*/NULL); NullCheck(L_102); Transform_set_position_m3387557959(L_102, L_106, /*hidden argument*/NULL); Vector3_t3722313464 L_107 = Vector3_get_right_m1913784872(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_108 = Quaternion_AngleAxis_m1767165696(NULL /*static, unused*/, (-8.3f), L_107, /*hidden argument*/NULL); V_11 = L_108; Vector3_t3722313464 L_109 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Quaternion_t2301928331 L_110 = V_11; Vector3_t3722313464 L_111 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_112 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_109, L_110, L_111, /*hidden argument*/NULL); V_12 = L_112; Camera_t4157153871 * L_113 = V_10; NullCheck(L_113); Transform_t3600365921 * L_114 = Component_get_transform_m3162698980(L_113, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_115 = V_1; NullCheck(L_115); Transform_t3600365921 * L_116 = ISceneBaseObj_GetTransform_m3818769012(L_115, /*hidden argument*/NULL); NullCheck(L_116); Vector3_t3722313464 L_117 = Transform_get_forward_m747522392(L_116, /*hidden argument*/NULL); Vector3_t3722313464 L_118 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_117, /*hidden argument*/NULL); Vector3_t3722313464 L_119 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_12), L_118, /*hidden argument*/NULL); NullCheck(L_114); Transform_set_forward_m1840797198(L_114, L_119, /*hidden argument*/NULL); Camera_t4157153871 * L_120 = V_10; NullCheck(L_120); Transform_t3600365921 * L_121 = Component_get_transform_m3162698980(L_120, /*hidden argument*/NULL); NullCheck(L_121); Vector3_t3722313464 L_122 = Transform_get_position_m36019626(L_121, /*hidden argument*/NULL); __this->set_m_cameraPos_13(L_122); Camera_t4157153871 * L_123 = V_10; NullCheck(L_123); Transform_t3600365921 * L_124 = Component_get_transform_m3162698980(L_123, /*hidden argument*/NULL); NullCheck(L_124); Vector3_t3722313464 L_125 = Transform_get_forward_m747522392(L_124, /*hidden argument*/NULL); __this->set_m_forward_14(L_125); } IL_0322: { CEventManager_t474365641 * L_126 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_127 = (intptr_t)CDanceMode_Score_OnCameraMoving_m1012166700_RuntimeMethod_var; OnEventCall_t3758354630 * L_128 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_128, __this, L_127, /*hidden argument*/NULL); NullCheck(L_126); CEventManager_Push_m969834737(L_126, (0.5f), (0.25f), L_128, 0, /*hidden argument*/NULL); CEventManager_t474365641 * L_129 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_130 = (intptr_t)CDanceMode_Score_OnCallRoleAnim_m3944254658_RuntimeMethod_var; OnEventCall_t3758354630 * L_131 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_131, __this, L_130, /*hidden argument*/NULL); int32_t L_132 = ___userData2; NullCheck(L_129); CEventManager_PushOnce_m2143949090(L_129, (2.0f), L_131, ((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnCameraMoving(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnCameraMoving_m1012166700 (CDanceMode_Score_t129366621 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnCameraMoving_m1012166700_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetActiveCamera_m490033116(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0062; } } { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); Vector3_t3722313464 L_7 = __this->get_m_cameraPos_13(); Vector3_t3722313464 L_8 = __this->get_m_forward_14(); float L_9 = ___fTimeDelta1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); Vector3_t3722313464 L_11 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_10, (5.2f), /*hidden argument*/NULL); Vector3_t3722313464 L_12 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_7, L_11, /*hidden argument*/NULL); Vector3_t3722313464 L_13 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); float L_14 = ___fTimeDelta1; Vector3_t3722313464 L_15 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); Vector3_t3722313464 L_16 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_15, (1.1f), /*hidden argument*/NULL); Vector3_t3722313464 L_17 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_position_m3387557959(L_6, L_17, /*hidden argument*/NULL); } IL_0062: { return; } } // System.Void DMCore.DanceMode.CDanceMode_Score::OnChangeDancePos() extern "C" IL2CPP_METHOD_ATTR void CDanceMode_Score_OnChangeDancePos_m4154661755 (CDanceMode_Score_t129366621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceMode_Score_OnChangeDancePos_m4154661755_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_0 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052(L_0, /*hidden argument*/NULL); ClassicalKeyLogic_t2839086845 * L_2 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = ClassicalKeyLogic_GetQueueCount_m4211381272(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_0021; } } { G_B3_0 = 1; goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { V_0 = (bool)G_B3_0; V_1 = (ISceneRole_t2394225724 *)NULL; V_2 = 0; goto IL_00cd; } IL_002c: { ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CProperty_GetInt_m2680341236(L_5, _stringLiteral3941088982, 0, /*hidden argument*/NULL); V_3 = L_6; ISceneRole_t2394225724 * L_7 = V_1; NullCheck(L_7); CDataProperty_t2806246268 * L_8 = ISceneBaseObj_GetUserProperty_m776816018(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CDataProperty_GetInt_m1935343217(L_8, _stringLiteral403571131, (-1), /*hidden argument*/NULL); V_4 = L_9; ISceneRole_t2394225724 * L_10 = V_1; NullCheck(L_10); CDataProperty_t2806246268 * L_11 = ISceneBaseObj_GetUserProperty_m776816018(L_10, /*hidden argument*/NULL); int32_t L_12 = V_4; NullCheck(L_11); CDataProperty_Add_m837145387(L_11, _stringLiteral1362697702, L_12, /*hidden argument*/NULL); bool L_13 = V_0; if (L_13) { goto IL_0083; } } { ISceneRole_t2394225724 * L_14 = V_1; NullCheck(L_14); bool L_15 = ISceneBaseObj_IsValid_m1197404667(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0083; } } { int32_t L_16 = V_3; int32_t L_17 = V_4; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_0083; } } { ISceneRole_t2394225724 * L_18 = V_1; int32_t L_19 = V_3; NullCheck(L_18); ISceneRole_SetScenePoint_m3088388914(L_18, L_19, /*hidden argument*/NULL); } IL_0083: { ISceneRole_t2394225724 * L_20 = V_1; NullCheck(L_20); CDataProperty_t2806246268 * L_21 = ISceneBaseObj_GetUserProperty_m776816018(L_20, /*hidden argument*/NULL); int32_t L_22 = V_3; NullCheck(L_21); CDataProperty_Add_m837145387(L_21, _stringLiteral403571131, L_22, /*hidden argument*/NULL); int32_t L_23 = V_4; if ((((int32_t)((int32_t)1000)) <= ((int32_t)L_23))) { goto IL_00c1; } } { int32_t L_24 = V_3; if ((((int32_t)((int32_t)1000)) > ((int32_t)L_24))) { goto IL_00c1; } } { ISceneRole_t2394225724 * L_25 = V_1; NullCheck(L_25); ISceneBaseObj_PlayEffect_m4006788978(L_25, _stringLiteral2671359227, 0, (2.0f), /*hidden argument*/NULL); goto IL_00cd; } IL_00c1: { ISceneRole_t2394225724 * L_26 = V_1; NullCheck(L_26); ISceneBaseObj_StopEffect_m879461206(L_26, _stringLiteral2671359227, 0, /*hidden argument*/NULL); } IL_00cd: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_27 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); CSceneService_t551449725 * L_28 = CRoot_GetSceneService_m2061443921(L_27, /*hidden argument*/NULL); int32_t L_29 = V_2; int32_t L_30 = L_29; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); NullCheck(L_28); ISceneBaseObj_t858622483 * L_31 = CSceneService_GetRoleObj_m3880305570(L_28, L_30, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_32 = ((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_31, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); V_1 = L_32; if (L_32) { goto IL_002c; } } { CSceneService_t551449725 * L_33 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); Transform_t3600365921 * L_34 = CSceneService_GetScenePointTrans_m1104265267(L_33, ((int32_t)1001), /*hidden argument*/NULL); V_5 = L_34; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_35 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); ICameraBase_t3615533728 * L_36 = CRoot_GetCamera_m3179746689(L_35, /*hidden argument*/NULL); Transform_t3600365921 * L_37 = V_5; NullCheck(L_36); ICameraBase_SetWatchTarget_m1900455678(L_36, L_37, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.CDanceModeManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager__ctor_m3964911573 (CDanceModeManager_t745595461 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.DanceMode.CDanceMode DMCore.DanceMode.CDanceModeManager::GetDanceModeIns() extern "C" IL2CPP_METHOD_ATTR CDanceMode_t1520520494 * CDanceModeManager_GetDanceModeIns_m2487172692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_GetDanceModeIns_m2487172692_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_playMode_0(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0025; } case 1: { goto IL_003d; } case 2: { goto IL_002b; } case 3: { goto IL_0031; } case 4: { goto IL_0037; } } } { goto IL_003d; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_Normal_t3148057993 * L_2 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_insModeNormal_3(); return L_2; } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_Heart_t1287841595 * L_3 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_insModeHeart_4(); return L_3; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_Score_t129366621 * L_4 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_insModeScore_5(); return L_4; } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_Battle_t3921573432 * L_5 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_insModeBattle_6(); return L_5; } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_Normal_t3148057993 * L_6 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_insModeNormal_3(); return L_6; } } // System.Void DMCore.DanceMode.CDanceModeManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_ClearAll_m327441746 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_ClearAll_m327441746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_Normal_t3148057993 * L_0 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_insModeNormal_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(4 /* System.Void DMCore.DanceMode.CDanceMode::Clear() */, L_0); CDanceMode_Heart_t1287841595 * L_1 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_insModeHeart_4(); NullCheck(L_1); VirtActionInvoker0::Invoke(4 /* System.Void DMCore.DanceMode.CDanceMode::Clear() */, L_1); return; } } // DMCore.DanceMode.ENUM_KEY_MODE DMCore.DanceMode.CDanceModeManager::GetKeyModeFromDanceMode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_GetKeyModeFromDanceMode_m2008900806 (RuntimeObject * __this /* static, unused */, int32_t ___danceMode0, const RuntimeMethod* method) { { int32_t L_0 = ___danceMode0; return (int32_t)(((int32_t)((int32_t)L_0/(int32_t)((int32_t)100)))); } } // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::GetPlayModeFromDanceMode(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_GetPlayModeFromDanceMode_m4037169974 (RuntimeObject * __this /* static, unused */, int32_t ___danceMode0, const RuntimeMethod* method) { { int32_t L_0 = ___danceMode0; return (int32_t)(((int32_t)((int32_t)L_0%(int32_t)((int32_t)100)))); } } // System.Int32 DMCore.DanceMode.CDanceModeManager::MakeDanceMode(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_MakeDanceMode_m17578433 (RuntimeObject * __this /* static, unused */, int32_t ___keyMode0, int32_t ___playMode1, const RuntimeMethod* method) { { int32_t L_0 = ___keyMode0; int32_t L_1 = ___playMode1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)100))), (int32_t)L_1)); } } // System.Void DMCore.DanceMode.CDanceModeManager::set_KeyMode(DMCore.DanceMode.ENUM_KEY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_KeyMode_m2051611966 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { { return; } } // DMCore.DanceMode.ENUM_KEY_MODE DMCore.DanceMode.CDanceModeManager::get_KeyMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_KeyMode_m2381482102 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void DMCore.DanceMode.CDanceModeManager::set_PlayMode(DMCore.DanceMode.ENUM_PLAY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_PlayMode_m3679479831 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_set_PlayMode_m3679479831_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_1 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_playMode_0(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0020; } } { int32_t L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_playMode_0(L_2); int32_t L_3 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_playMode_0(); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_localPlayMode_1(L_3); CDanceModeManager_ClearAll_m327441746(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_0020: { return; } } // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::get_PlayMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_PlayMode_m4120183678 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_get_PlayMode_m4120183678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_playMode_0(); return L_0; } } // System.Void DMCore.DanceMode.CDanceModeManager::set_LocalKeyMode(DMCore.DanceMode.ENUM_KEY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_LocalKeyMode_m2808992812 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { { return; } } // DMCore.DanceMode.ENUM_KEY_MODE DMCore.DanceMode.CDanceModeManager::get_LocalKeyMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_LocalKeyMode_m1037442715 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void DMCore.DanceMode.CDanceModeManager::set_LocalPlayMode(DMCore.DanceMode.ENUM_PLAY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_LocalPlayMode_m3510504217 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_set_LocalPlayMode_m3510504217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_1 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_localPlayMode_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_isNeedChangeDanceMode_2((bool)1); int32_t L_2 = ___value0; ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_localPlayMode_1(L_2); } IL_0017: { return; } } // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.DanceMode.CDanceModeManager::get_LocalPlayMode() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_get_LocalPlayMode_m4078433235 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_get_LocalPlayMode_m4078433235_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_localPlayMode_1(); return L_0; } } // System.Void DMCore.DanceMode.CDanceModeManager::set_IsNeedChangeDanceMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_IsNeedChangeDanceMode_m3466083877 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_set_IsNeedChangeDanceMode_m3466083877_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_isNeedChangeDanceMode_2(L_0); return; } } // System.Boolean DMCore.DanceMode.CDanceModeManager::get_IsNeedChangeDanceMode() extern "C" IL2CPP_METHOD_ATTR bool CDanceModeManager_get_IsNeedChangeDanceMode_m939141014 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_get_IsNeedChangeDanceMode_m939141014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); bool L_0 = ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->get_s_isNeedChangeDanceMode_2(); return L_0; } } // System.Void DMCore.DanceMode.CDanceModeManager::OnGameStart() extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_OnGameStart_m340262503 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_OnGameStart_m340262503_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService_GameStart_m2909485344(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceModeManager::OnGameEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_OnGameEnd_m3889324977 (RuntimeObject * __this /* static, unused */, bool ___uploadKpResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager_OnGameEnd_m3889324977_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CDanceManager_t448141780 * V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CRoleBeatKeyData_Total_t538171442 * V_8 = NULL; int32_t G_B5_0 = 0; int32_t G_B14_0 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneBaseObj_ClearAllEffect_m3221289534(L_0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CDataProperty_t2806246268 * L_2 = ISceneBaseObj_GetUserProperty_m776816018(L_1, /*hidden argument*/NULL); NullCheck(L_2); CDataProperty_Clear_m1542459772(L_2, /*hidden argument*/NULL); V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_3 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CPveManager_IsPveMode_m3137815888(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_005c; } } { CLocalBattle_t1519924991 * L_5 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CLocalBattle_get_EnableLocalGame_m1315119155(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0055; } } { CLocalBattle_t1519924991 * L_7 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = CLocalBattle_get_EnableDoubleMode_m4172060757(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004e; } } { G_B5_0 = 4; goto IL_004f; } IL_004e: { G_B5_0 = 0; } IL_004f: { V_0 = G_B5_0; goto IL_0057; } IL_0055: { V_0 = 3; } IL_0057: { goto IL_005e; } IL_005c: { V_0 = 1; } IL_005e: { bool L_9 = ___uploadKpResult0; if (L_9) { goto IL_0070; } } { int32_t L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService_GameEnd_m866746633(NULL /*static, unused*/, 0, 0, (bool)1, L_10, 0, /*hidden argument*/NULL); return; } IL_0070: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_11 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CDanceManager_t448141780 * L_12 = CRoot_GetDanceManager_m876173276(L_11, /*hidden argument*/NULL); V_1 = L_12; CDanceManager_t448141780 * L_13 = V_1; if (!L_13) { goto IL_008c; } } { CDanceManager_t448141780 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = CDanceManager_GetCurMusicLevel_m2261253390(L_14, /*hidden argument*/NULL); G_B14_0 = L_15; goto IL_008d; } IL_008c: { G_B14_0 = 1; } IL_008d: { V_2 = G_B14_0; V_3 = (bool)1; V_4 = 0; V_5 = 0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_16 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17 = CDanceMode_GetData_TotalCount_m3617191463(L_16, /*hidden argument*/NULL); V_6 = L_17; V_7 = 0; goto IL_00ed; } IL_00aa: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_18 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_19 = V_7; NullCheck(L_18); CRoleBeatKeyData_Total_t538171442 * L_20 = CDanceMode_GetData_TotalByIndex_m2969521879(L_18, L_19, /*hidden argument*/NULL); V_8 = L_20; CMainRole_t4200562839 * L_21 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); int64_t L_22 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_21); CRoleBeatKeyData_Total_t538171442 * L_23 = V_8; NullCheck(L_23); int64_t L_24 = L_23->get_userId_0(); if ((!(((uint64_t)L_22) == ((uint64_t)L_24)))) { goto IL_00d7; } } { CRoleBeatKeyData_Total_t538171442 * L_25 = V_8; NullCheck(L_25); int32_t L_26 = CRoleBeatKeyData_Total_get_score_m3615130383(L_25, /*hidden argument*/NULL); V_4 = L_26; } IL_00d7: { CRoleBeatKeyData_Total_t538171442 * L_27 = V_8; NullCheck(L_27); int32_t L_28 = CRoleBeatKeyData_Total_get_score_m3615130383(L_27, /*hidden argument*/NULL); int32_t L_29 = V_5; int32_t L_30 = Math_Max_m1873195862(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; int32_t L_31 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ed: { int32_t L_32 = V_7; int32_t L_33 = V_6; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_00aa; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_34 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); bool L_35 = CPveManager_IsPveMode_m3137815888(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0114; } } { CLocalBattle_t1519924991 * L_36 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); bool L_37 = CLocalBattle_get_EnableLocalGame_m1315119155(L_36, /*hidden argument*/NULL); if (L_37) { goto IL_0123; } } IL_0114: { int32_t L_38 = V_6; if ((((int32_t)1) >= ((int32_t)L_38))) { goto IL_0123; } } { int32_t L_39 = V_5; int32_t L_40 = V_4; V_3 = (bool)((((int32_t)L_39) == ((int32_t)L_40))? 1 : 0); } IL_0123: { int32_t L_41 = V_2; int32_t L_42 = V_4; bool L_43 = V_3; int32_t L_44 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService_GameEnd_m866746633(NULL /*static, unused*/, L_41, L_42, L_43, L_44, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CDanceModeManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager__cctor_m1387912408 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceModeManager__cctor_m1387912408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_playMode_0(5); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_localPlayMode_1(5); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_isNeedChangeDanceMode_2((bool)1); CDanceMode_Normal_t3148057993 * L_0 = (CDanceMode_Normal_t3148057993 *)il2cpp_codegen_object_new(CDanceMode_Normal_t3148057993_il2cpp_TypeInfo_var); CDanceMode_Normal__ctor_m329968243(L_0, /*hidden argument*/NULL); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_insModeNormal_3(L_0); CDanceMode_Heart_t1287841595 * L_1 = (CDanceMode_Heart_t1287841595 *)il2cpp_codegen_object_new(CDanceMode_Heart_t1287841595_il2cpp_TypeInfo_var); CDanceMode_Heart__ctor_m514549574(L_1, /*hidden argument*/NULL); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_insModeHeart_4(L_1); CDanceMode_Score_t129366621 * L_2 = (CDanceMode_Score_t129366621 *)il2cpp_codegen_object_new(CDanceMode_Score_t129366621_il2cpp_TypeInfo_var); CDanceMode_Score__ctor_m2781971423(L_2, /*hidden argument*/NULL); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_insModeScore_5(L_2); CDanceMode_Battle_t3921573432 * L_3 = (CDanceMode_Battle_t3921573432 *)il2cpp_codegen_object_new(CDanceMode_Battle_t3921573432_il2cpp_TypeInfo_var); CDanceMode_Battle__ctor_m1551519832(L_3, /*hidden argument*/NULL); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_insModeBattle_6(L_3); ((CDanceModeManager_t745595461_StaticFields*)il2cpp_codegen_static_fields_for(CDanceModeManager_t745595461_il2cpp_TypeInfo_var))->set_s_main_Type_7(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.DanceMode.CDanceScoreRatio::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDanceScoreRatio__ctor_m771628702 (CDanceScoreRatio_t899523984 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio__ctor_m771628702_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t3782052096 * L_0 = (Dictionary_2_t3782052096 *)il2cpp_codegen_object_new(Dictionary_2_t3782052096_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2525691087(L_0, /*hidden argument*/Dictionary_2__ctor_m2525691087_RuntimeMethod_var); __this->set_m_ScoreRatioLib_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral1405873106, 0, /*hidden argument*/NULL); return; } } // DMCore.DanceMode.CDanceScoreRatio DMCore.DanceMode.CDanceScoreRatio::GetInstance() extern "C" IL2CPP_METHOD_ATTR CDanceScoreRatio_t899523984 * CDanceScoreRatio_GetInstance_m507091185 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio_GetInstance_m507091185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); CDanceScoreRatio_t899523984 * L_0 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (L_0) { goto IL_0014; } } { CDanceScoreRatio_t899523984 * L_1 = (CDanceScoreRatio_t899523984 *)il2cpp_codegen_object_new(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); CDanceScoreRatio__ctor_m771628702(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->set_s_Instance_3(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); CDanceScoreRatio_t899523984 * L_2 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_2; } } // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetSelfScoreRatio(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetSelfScoreRatio_m1215160972 (CDanceScoreRatio_t899523984 * __this, int32_t ___comboCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio_GetSelfScoreRatio_m1215160972_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___comboCount0; 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, _stringLiteral3883940818, 0, /*hidden argument*/NULL); int32_t L_4 = CDanceScoreRatio_GetCurScoreRatio_m1053968459(__this, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetCurScoreRatio(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetCurScoreRatio_m1053968459 (CDanceScoreRatio_t899523984 * __this, int32_t ___comboCount0, int32_t ___fashionStarCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio_GetCurScoreRatio_m1053968459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___comboCount0; int32_t L_2 = ___fashionStarCount1; int32_t L_3 = CDanceScoreRatio_GetCurScoreRatio_m819537233(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetCurScoreRatio(DMCore.DanceMode.ENUM_KEY_MODE,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetCurScoreRatio_m819537233 (CDanceScoreRatio_t899523984 * __this, int32_t ___keyMode0, int32_t ___comboCount1, int32_t ___fashionStarCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio_GetCurScoreRatio_m819537233_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 * V_0 = NULL; List_1_t712758761 * V_1 = NULL; ScoreRatioUnit_t3535651315 * V_2 = NULL; int32_t V_3 = 0; int32_t G_B5_0 = 0; { U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 * L_0 = (U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 *)il2cpp_codegen_object_new(U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541_il2cpp_TypeInfo_var); U3CGetCurScoreRatioU3Ec__AnonStorey0__ctor_m1145365879(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 * L_1 = V_0; int32_t L_2 = ___comboCount1; NullCheck(L_1); L_1->set_comboCount_0(L_2); int32_t L_3 = ___keyMode0; List_1_t712758761 * L_4 = CDanceScoreRatio__GetDestScoreRatioLib_m2237322585(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; List_1_t712758761 * L_5 = V_1; if (L_5) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); int32_t L_6 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_DefaultRatio_2(); return L_6; } IL_0021: { List_1_t712758761 * L_7 = V_1; U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CGetCurScoreRatioU3Ec__AnonStorey0_U3CU3Em__0_m1895207446_RuntimeMethod_var; Predicate_1_t65978143 * L_10 = (Predicate_1_t65978143 *)il2cpp_codegen_object_new(Predicate_1_t65978143_il2cpp_TypeInfo_var); Predicate_1__ctor_m3672286690(L_10, L_8, L_9, /*hidden argument*/Predicate_1__ctor_m3672286690_RuntimeMethod_var); NullCheck(L_7); ScoreRatioUnit_t3535651315 * L_11 = List_1_Find_m2388755695(L_7, L_10, /*hidden argument*/List_1_Find_m2388755695_RuntimeMethod_var); V_2 = L_11; ScoreRatioUnit_t3535651315 * L_12 = V_2; if (L_12) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); int32_t L_13 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_DefaultRatio_2(); G_B5_0 = L_13; goto IL_004a; } IL_0044: { ScoreRatioUnit_t3535651315 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = L_14->get_RatioValue_0(); G_B5_0 = L_15; } IL_004a: { V_3 = G_B5_0; CQualifyingManager_t954001806 * L_16 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = L_16->get_IsQualifyingGame_15(); if (!L_17) { goto IL_0079; } } { int32_t L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); int32_t L_19 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_DefaultRatio_2(); int32_t L_20 = ___keyMode0; List_1_t712758761 * L_21 = V_1; NullCheck(L_21); ScoreRatioUnit_t3535651315 * L_22 = List_1_get_Item_m2886493082(L_21, 0, /*hidden argument*/List_1_get_Item_m2886493082_RuntimeMethod_var); NullCheck(L_22); int32_t L_23 = L_22->get_MinFashionStar_1(); int32_t L_24 = CDanceScoreRatio_GetMaxScoreRatio_m2735255659(__this, L_20, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_25 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_18, L_19, L_24, /*hidden argument*/NULL); return L_25; } IL_0079: { int32_t L_26 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); int32_t L_27 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_DefaultRatio_2(); int32_t L_28 = ___keyMode0; int32_t L_29 = ___fashionStarCount2; int32_t L_30 = CDanceScoreRatio_GetMaxScoreRatio_m2735255659(__this, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_31 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_26, L_27, L_30, /*hidden argument*/NULL); V_3 = L_31; int32_t L_32 = V_3; return L_32; } } // System.Int32 DMCore.DanceMode.CDanceScoreRatio::GetMaxScoreRatio(DMCore.DanceMode.ENUM_KEY_MODE,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio_GetMaxScoreRatio_m2735255659 (CDanceScoreRatio_t899523984 * __this, int32_t ___keyMode0, int32_t ___fashionStarCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio_GetMaxScoreRatio_m2735255659_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 * V_0 = NULL; List_1_t712758761 * V_1 = NULL; ScoreRatioUnit_t3535651315 * V_2 = NULL; int32_t G_B5_0 = 0; { U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 * L_0 = (U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 *)il2cpp_codegen_object_new(U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600_il2cpp_TypeInfo_var); U3CGetMaxScoreRatioU3Ec__AnonStorey1__ctor_m1440214675(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 * L_1 = V_0; int32_t L_2 = ___fashionStarCount1; NullCheck(L_1); L_1->set_fashionStarCount_0(L_2); int32_t L_3 = ___keyMode0; List_1_t712758761 * L_4 = CDanceScoreRatio__GetDestScoreRatioLib_m2237322585(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; List_1_t712758761 * L_5 = V_1; if (L_5) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); int32_t L_6 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_DefaultRatio_2(); return L_6; } IL_0021: { List_1_t712758761 * L_7 = V_1; U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CGetMaxScoreRatioU3Ec__AnonStorey1_U3CU3Em__0_m2084810102_RuntimeMethod_var; Predicate_1_t65978143 * L_10 = (Predicate_1_t65978143 *)il2cpp_codegen_object_new(Predicate_1_t65978143_il2cpp_TypeInfo_var); Predicate_1__ctor_m3672286690(L_10, L_8, L_9, /*hidden argument*/Predicate_1__ctor_m3672286690_RuntimeMethod_var); NullCheck(L_7); ScoreRatioUnit_t3535651315 * L_11 = List_1_Find_m2388755695(L_7, L_10, /*hidden argument*/List_1_Find_m2388755695_RuntimeMethod_var); V_2 = L_11; ScoreRatioUnit_t3535651315 * L_12 = V_2; if (L_12) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); int32_t L_13 = ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->get_s_DefaultRatio_2(); G_B5_0 = L_13; goto IL_004a; } IL_0044: { ScoreRatioUnit_t3535651315 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = L_14->get_RatioValue_0(); G_B5_0 = L_15; } IL_004a: { return G_B5_0; } } // System.Void DMCore.DanceMode.CDanceScoreRatio::Clear() extern "C" IL2CPP_METHOD_ATTR void CDanceScoreRatio_Clear_m1350548997 (CDanceScoreRatio_t899523984 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio_Clear_m1350548997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3782052096 * L_0 = __this->get_m_ScoreRatioLib_1(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t3782052096 * L_1 = __this->get_m_ScoreRatioLib_1(); NullCheck(L_1); Dictionary_2_Clear_m1213049812(L_1, /*hidden argument*/Dictionary_2_Clear_m1213049812_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean DMCore.DanceMode.CDanceScoreRatio::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CDanceScoreRatio_OnLoad_m898143311 (CDanceScoreRatio_t899523984 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio_OnLoad_m898143311_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlNodeList_t2551693786 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; XmlElement_t561603118 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; XmlNodeList_t2551693786 * V_6 = NULL; int32_t V_7 = 0; List_1_t712758761 * V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; XmlElement_t561603118 * V_11 = NULL; String_t* V_12 = NULL; int32_t V_13 = 0; String_t* V_14 = NULL; String_t* V_15 = NULL; ScoreRatioUnit_t3535651315 * V_16 = NULL; Exception_t * V_17 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNodeList_t2551693786 * G_B6_0 = NULL; ScoreRatioUnit_t3535651315 * G_B19_0 = NULL; ScoreRatioUnit_t3535651315 * G_B18_0 = NULL; int32_t G_B20_0 = 0; ScoreRatioUnit_t3535651315 * G_B20_1 = NULL; ScoreRatioUnit_t3535651315 * G_B22_0 = NULL; ScoreRatioUnit_t3535651315 * G_B21_0 = NULL; int32_t G_B23_0 = 0; ScoreRatioUnit_t3535651315 * G_B23_1 = NULL; IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___loadedObj0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } IL_000b: { V_0 = (bool)0; goto IL_01f8; } IL_0012: { V_1 = (XmlNodeList_t2551693786 *)NULL; XmlDocument_t2837193595 * L_2 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_2, /*hidden argument*/NULL); V_2 = L_2; XmlDocument_t2837193595 * L_3 = V_2; if (!L_3) { goto IL_0046; } } IL_0020: { XmlDocument_t2837193595 * L_4 = V_2; String_t* L_5 = ___loadedObj0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_4, L_5); XmlDocument_t2837193595 * L_6 = V_2; NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_6); V_3 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_7, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_8 = V_3; if (!L_8) { goto IL_0044; } } IL_0039: { XmlElement_t561603118 * L_9 = V_3; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); G_B6_0 = L_10; goto IL_0045; } IL_0044: { G_B6_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0045: { V_1 = G_B6_0; } IL_0046: { XmlNodeList_t2551693786 * L_11 = V_1; if (L_11) { goto IL_0053; } } IL_004c: { V_0 = (bool)0; goto IL_01f8; } IL_0053: { V_4 = 0; XmlNodeList_t2551693786 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_12); V_5 = L_13; goto IL_01d0; } IL_0063: { XmlNodeList_t2551693786 * L_14 = V_1; int32_t L_15 = V_4; NullCheck(L_14); XmlNode_t3767805227 * L_16 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_14, L_15); NullCheck(L_16); XmlNodeList_t2551693786 * L_17 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_16); V_6 = L_17; XmlNodeList_t2551693786 * L_18 = V_1; int32_t L_19 = V_4; 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); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_21 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_20, XmlElement_t561603118_il2cpp_TypeInfo_var)), _stringLiteral3493618073, 3, /*hidden argument*/NULL); V_7 = L_21; int32_t L_22 = V_7; if ((!(((uint32_t)L_22) == ((uint32_t)3)))) { goto IL_0099; } } IL_0094: { goto IL_01ca; } IL_0099: { List_1_t712758761 * L_23 = (List_1_t712758761 *)il2cpp_codegen_object_new(List_1_t712758761_il2cpp_TypeInfo_var); List_1__ctor_m1703782134(L_23, /*hidden argument*/List_1__ctor_m1703782134_RuntimeMethod_var); V_8 = L_23; V_9 = 0; XmlNodeList_t2551693786 * L_24 = V_6; NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_24); V_10 = L_25; goto IL_0198; } IL_00b1: { XmlNodeList_t2551693786 * L_26 = V_6; int32_t L_27 = V_9; NullCheck(L_26); XmlNode_t3767805227 * L_28 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_26, L_27); V_11 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_28, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_29 = V_11; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_31 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_29, _stringLiteral594548718, L_30, /*hidden argument*/NULL); V_12 = L_31; String_t* L_32 = V_12; bool L_33 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00e5; } } IL_00e0: { goto IL_0192; } IL_00e5: { String_t* L_34 = V_12; NullCheck(L_34); int32_t L_35 = String_IndexOf_m363431711(L_34, ((int32_t)44), /*hidden argument*/NULL); V_13 = L_35; int32_t L_36 = V_13; if ((((int32_t)L_36) > ((int32_t)0))) { goto IL_00fd; } } IL_00f8: { goto IL_0192; } IL_00fd: { String_t* L_37 = V_12; int32_t L_38 = V_13; NullCheck(L_37); String_t* L_39 = String_Substring_m1610150815(L_37, 0, L_38, /*hidden argument*/NULL); V_14 = L_39; String_t* L_40 = V_12; int32_t L_41 = V_13; NullCheck(L_40); String_t* L_42 = String_Substring_m2848979100(L_40, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), /*hidden argument*/NULL); V_15 = L_42; ScoreRatioUnit_t3535651315 * L_43 = (ScoreRatioUnit_t3535651315 *)il2cpp_codegen_object_new(ScoreRatioUnit_t3535651315_il2cpp_TypeInfo_var); ScoreRatioUnit__ctor_m1612714378(L_43, /*hidden argument*/NULL); V_16 = L_43; ScoreRatioUnit_t3535651315 * L_44 = V_16; XmlElement_t561603118 * L_45 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_46 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_45, _stringLiteral2372713795, 0, /*hidden argument*/NULL); NullCheck(L_44); L_44->set_RatioValue_0(L_46); ScoreRatioUnit_t3535651315 * L_47 = V_16; String_t* L_48 = V_14; bool L_49 = CMiscHelp_IsNumberic_m3367265569(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); G_B18_0 = L_47; if (!L_49) { G_B19_0 = L_47; goto IL_014b; } } IL_013f: { String_t* L_50 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_51 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); G_B20_0 = L_51; G_B20_1 = G_B18_0; goto IL_014c; } IL_014b: { G_B20_0 = 0; G_B20_1 = G_B19_0; } IL_014c: { NullCheck(G_B20_1); G_B20_1->set_MinFashionStar_1(G_B20_0); ScoreRatioUnit_t3535651315 * L_52 = V_16; String_t* L_53 = V_15; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_54 = CMiscHelp_IsNumberic_m3367265569(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); G_B21_0 = L_52; if (!L_54) { G_B22_0 = L_52; goto IL_016b; } } IL_015f: { String_t* L_55 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_56 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); G_B23_0 = L_56; G_B23_1 = G_B21_0; goto IL_0170; } IL_016b: { G_B23_0 = ((int32_t)2147483647LL); G_B23_1 = G_B22_0; } IL_0170: { NullCheck(G_B23_1); G_B23_1->set_MaxFashionStar_2(G_B23_0); ScoreRatioUnit_t3535651315 * L_57 = V_16; XmlElement_t561603118 * L_58 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_59 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_58, _stringLiteral1594152199, 0, /*hidden argument*/NULL); NullCheck(L_57); L_57->set_ComboCount_3(L_59); List_1_t712758761 * L_60 = V_8; ScoreRatioUnit_t3535651315 * L_61 = V_16; NullCheck(L_60); List_1_Add_m602249708(L_60, L_61, /*hidden argument*/List_1_Add_m602249708_RuntimeMethod_var); } IL_0192: { int32_t L_62 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0198: { int32_t L_63 = V_9; int32_t L_64 = V_10; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_00b1; } } IL_01a1: { List_1_t712758761 * L_65 = V_8; intptr_t L_66 = (intptr_t)CDanceScoreRatio__SortFunctor_m3239492722_RuntimeMethod_var; Comparison_1_t3310582494 * L_67 = (Comparison_1_t3310582494 *)il2cpp_codegen_object_new(Comparison_1_t3310582494_il2cpp_TypeInfo_var); Comparison_1__ctor_m1198187307(L_67, __this, L_66, /*hidden argument*/Comparison_1__ctor_m1198187307_RuntimeMethod_var); NullCheck(L_65); List_1_Sort_m3955365477(L_65, L_67, /*hidden argument*/List_1_Sort_m3955365477_RuntimeMethod_var); List_1_t712758761 * L_68 = V_8; NullCheck(L_68); List_1_Reverse_m4236655419(L_68, /*hidden argument*/List_1_Reverse_m4236655419_RuntimeMethod_var); Dictionary_2_t3782052096 * L_69 = __this->get_m_ScoreRatioLib_1(); int32_t L_70 = V_7; List_1_t712758761 * L_71 = V_8; NullCheck(L_69); Dictionary_2_Add_m3482068944(L_69, L_70, L_71, /*hidden argument*/Dictionary_2_Add_m3482068944_RuntimeMethod_var); } IL_01ca: { int32_t L_72 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_01d0: { int32_t L_73 = V_4; int32_t L_74 = V_5; if ((((int32_t)L_73) < ((int32_t)L_74))) { goto IL_0063; } } IL_01d9: { goto IL_01f6; } } // 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_01de; throw e; } CATCH_01de: { // begin catch(System.Exception) V_17 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_75 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_76 = V_17; NullCheck(L_76); String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_76); NullCheck(L_75); CLogHelp_LogFile_m4227814860(L_75, L_77, /*hidden argument*/NULL); goto IL_01f6; } // end catch (depth: 1) IL_01f6: { return (bool)1; } IL_01f8: { bool L_78 = V_0; return L_78; } } // System.Int32 DMCore.DanceMode.CDanceScoreRatio::_SortFunctor(DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit,DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceScoreRatio__SortFunctor_m3239492722 (CDanceScoreRatio_t899523984 * __this, ScoreRatioUnit_t3535651315 * ___lth0, ScoreRatioUnit_t3535651315 * ___rth1, const RuntimeMethod* method) { { ScoreRatioUnit_t3535651315 * L_0 = ___lth0; NullCheck(L_0); int32_t* L_1 = L_0->get_address_of_RatioValue_0(); ScoreRatioUnit_t3535651315 * L_2 = ___rth1; NullCheck(L_2); int32_t L_3 = L_2->get_RatioValue_0(); int32_t L_4 = Int32_CompareTo_m4284770383(L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceScoreRatio::_GetDestScoreRatioLib(DMCore.DanceMode.ENUM_KEY_MODE) extern "C" IL2CPP_METHOD_ATTR List_1_t712758761 * CDanceScoreRatio__GetDestScoreRatioLib_m2237322585 (CDanceScoreRatio_t899523984 * __this, int32_t ___keyMode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio__GetDestScoreRatioLib_m2237322585_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t712758761 * V_0 = NULL; { V_0 = (List_1_t712758761 *)NULL; Dictionary_2_t3782052096 * L_0 = __this->get_m_ScoreRatioLib_1(); int32_t L_1 = ___keyMode0; NullCheck(L_0); Dictionary_2_TryGetValue_m2576847544(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2576847544_RuntimeMethod_var); List_1_t712758761 * L_2 = V_0; return L_2; } } // System.Void DMCore.DanceMode.CDanceScoreRatio::.cctor() extern "C" IL2CPP_METHOD_ATTR void CDanceScoreRatio__cctor_m1462268431 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDanceScoreRatio__cctor_m1462268431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CDanceScoreRatio_t899523984_StaticFields*)il2cpp_codegen_static_fields_for(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var))->set_s_DefaultRatio_2(((int32_t)10)); 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.DanceMode.CDanceScoreRatio/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetCurScoreRatioU3Ec__AnonStorey0__ctor_m1145365879 (U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey0::<>m__0(DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetCurScoreRatioU3Ec__AnonStorey0_U3CU3Em__0_m1895207446 (U3CGetCurScoreRatioU3Ec__AnonStorey0_t1929442541 * __this, ScoreRatioUnit_t3535651315 * ___curUnit0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_comboCount_0(); ScoreRatioUnit_t3535651315 * L_1 = ___curUnit0; NullCheck(L_1); int32_t L_2 = L_1->get_ComboCount_3(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetMaxScoreRatioU3Ec__AnonStorey1__ctor_m1440214675 (U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.DanceMode.CDanceScoreRatio/c__AnonStorey1::<>m__0(DMCore.DanceMode.CDanceScoreRatio/ScoreRatioUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetMaxScoreRatioU3Ec__AnonStorey1_U3CU3Em__0_m2084810102 (U3CGetMaxScoreRatioU3Ec__AnonStorey1_t2249389600 * __this, ScoreRatioUnit_t3535651315 * ___curUnit0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_fashionStarCount_0(); ScoreRatioUnit_t3535651315 * L_1 = ___curUnit0; NullCheck(L_1); int32_t L_2 = L_1->get_MinFashionStar_1(); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0024; } } { int32_t L_3 = __this->get_fashionStarCount_0(); ScoreRatioUnit_t3535651315 * L_4 = ___curUnit0; NullCheck(L_4); int32_t L_5 = L_4->get_MaxFashionStar_2(); G_B3_0 = ((((int32_t)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0025; } IL_0024: { G_B3_0 = 0; } IL_0025: { 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.DanceMode.CDanceScoreRatio/ScoreRatioUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScoreRatioUnit__ctor_m1612714378 (ScoreRatioUnit_t3535651315 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_RatioValue_0(0); __this->set_MinFashionStar_1(((int32_t)-2147483648LL)); __this->set_MaxFashionStar_2(((int32_t)2147483647LL)); __this->set_ComboCount_3((-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.DanceMode.ClassicalKeyLogic::.ctor() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic__ctor_m2490789083 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ClassicalKeyLogic__InternalInit_m916283493(__this, /*hidden argument*/NULL); return; } } // DMCore.DanceMode.ClassicalKeyLogic DMCore.DanceMode.ClassicalKeyLogic::GetInstance() extern "C" IL2CPP_METHOD_ATTR ClassicalKeyLogic_t2839086845 * ClassicalKeyLogic_GetInstance_m2319546815 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_GetInstance_m2319546815_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_0 = ((ClassicalKeyLogic_t2839086845_StaticFields*)il2cpp_codegen_static_fields_for(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var))->get_s_Instance_16(); if (L_0) { goto IL_0014; } } { ClassicalKeyLogic_t2839086845 * L_1 = (ClassicalKeyLogic_t2839086845 *)il2cpp_codegen_object_new(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic__ctor_m2490789083(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ((ClassicalKeyLogic_t2839086845_StaticFields*)il2cpp_codegen_static_fields_for(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var))->set_s_Instance_16(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_2 = ((ClassicalKeyLogic_t2839086845_StaticFields*)il2cpp_codegen_static_fields_for(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var))->get_s_Instance_16(); return L_2; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::Init() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_Init_m3891013088 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { ClassicalKeyLogic__InternalInit_m916283493(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::GetQueueCount() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_GetQueueCount_m4211381272 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_GetQueueCount_m4211381272_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CAnimSequence_t1119714129 * V_1 = NULL; String_t* G_B3_0 = NULL; int32_t G_B6_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0015; } } { G_B3_0 = _stringLiteral1486599259; goto IL_001a; } IL_0015: { G_B3_0 = _stringLiteral3899697050; } IL_001a: { V_0 = G_B3_0; CAnimSystem_t3541144328 * L_1 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = V_0; NullCheck(L_1); CAnimSequence_t1119714129 * L_3 = CAnimSystem_GetSequence_m4015007355(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; CAnimSequence_t1119714129 * L_4 = V_1; if (!L_4) { goto IL_0038; } } { CAnimSequence_t1119714129 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = CAnimSequence_GetNodeCount_m514257036(L_5, /*hidden argument*/NULL); G_B6_0 = L_6; goto IL_0039; } IL_0038: { G_B6_0 = 0; } IL_0039: { return G_B6_0; } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.ClassicalKeyLogic::GetJudgeValByOffTime(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_GetJudgeValByOffTime_m2920714566 (ClassicalKeyLogic_t2839086845 * __this, float ___deltaTime0, float ___fPerfectRange1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { float L_0 = ClassicalKeyLogic_get_BPMScale_m2654097174(__this, /*hidden argument*/NULL); V_0 = ((float)((float)(1.0f)/(float)L_0)); float L_1 = ___fPerfectRange1; V_1 = ((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_1)); float L_2 = ___deltaTime0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_0024; } } { float L_3 = ___deltaTime0; ___deltaTime0 = ((-L_3)); } IL_0024: { float L_4 = ___deltaTime0; float L_5 = V_1; if ((!(((float)L_4) < ((float)L_5)))) { goto IL_002d; } } { return (int32_t)(4); } IL_002d: { float L_6 = V_1; float L_7 = V_0; V_1 = ((float)il2cpp_codegen_add((float)L_6, (float)((float)il2cpp_codegen_multiply((float)(0.14f), (float)L_7)))); float L_8 = ___deltaTime0; float L_9 = V_1; if ((!(((float)L_8) < ((float)L_9)))) { goto IL_0040; } } { return (int32_t)(3); } IL_0040: { float L_10 = V_1; float L_11 = V_0; V_1 = ((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)(0.3f), (float)L_11)))); float L_12 = ___deltaTime0; float L_13 = V_1; if ((!(((float)L_12) < ((float)L_13)))) { goto IL_0053; } } { return (int32_t)(2); } IL_0053: { return (int32_t)(1); } } // DMCore.Framework.Movie.enumTriggerState DMCore.DanceMode.ClassicalKeyLogic::GetCurSectionState() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_GetCurSectionState_m2327968441 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_GetCurSectionState_m2327968441_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; ClassicalKeyQueue_t335011495 * V_2 = NULL; CDanceManager_t448141780 * V_3 = NULL; CAnimMusicSection_t536843937 * V_4 = NULL; int32_t G_B12_0 = 0; CAnimMusicSection_t536843937 * G_B17_0 = NULL; int32_t G_B20_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_008b; } } { int32_t L_1 = ClassicalKeyLogic_GetQueueCount_m4211381272(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0057; } } { int32_t L_3 = ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052(__this, /*hidden argument*/NULL); int32_t L_4 = ClassicalKeyLogic_GetQueueCount_m4211381272(__this, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))) < ((int32_t)L_4))) { goto IL_0057; } } { bool L_5 = ClassicalKeyLogic_get_IsNeedSendSectionData_m4057351238(__this, /*hidden argument*/NULL); if (L_5) { goto IL_003e; } } { ClassicalKeyLogic_set_IsNeedSendSectionData_m3820406294(__this, (bool)1, /*hidden argument*/NULL); } IL_003e: { CAnimSystem_t3541144328 * L_6 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); float L_7 = CAnimSystem_Tell_m1941641543(L_6, /*hidden argument*/NULL); V_1 = L_7; float L_8 = V_1; float L_9 = __this->get_m_FinalQueueEndTime_11(); if ((!(((float)L_8) >= ((float)L_9)))) { goto IL_0057; } } { return (int32_t)(2); } IL_0057: { int32_t L_10 = ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052(__this, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_0089; } } { int32_t L_11 = ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052(__this, /*hidden argument*/NULL); ClassicalKeyQueue_t335011495 * L_12 = ClassicalKeyLogic__GetDestKeyQueue_m2562265480(__this, L_11, /*hidden argument*/NULL); V_2 = L_12; ClassicalKeyQueue_t335011495 * L_13 = V_2; if (!L_13) { goto IL_0089; } } { ClassicalKeyQueue_t335011495 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = L_14->get_KeyLevel_9(); if (!L_15) { goto IL_0087; } } { G_B12_0 = 1; goto IL_0088; } IL_0087: { G_B12_0 = 2; } IL_0088: { return (int32_t)(G_B12_0); } IL_0089: { return (int32_t)((-1)); } IL_008b: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_16 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CDanceManager_t448141780 * L_17 = CRoot_GetDanceManager_m876173276(L_16, /*hidden argument*/NULL); V_3 = L_17; CDanceManager_t448141780 * L_18 = V_3; if (!L_18) { goto IL_00a7; } } { CDanceManager_t448141780 * L_19 = V_3; NullCheck(L_19); CAnimMusicSection_t536843937 * L_20 = CDanceManager_GetCurMusicSection_m2983006170(L_19, /*hidden argument*/NULL); G_B17_0 = L_20; goto IL_00a8; } IL_00a7: { G_B17_0 = ((CAnimMusicSection_t536843937 *)(NULL)); } IL_00a8: { V_4 = G_B17_0; CAnimMusicSection_t536843937 * L_21 = V_4; if (!L_21) { goto IL_00bd; } } { CAnimMusicSection_t536843937 * L_22 = V_4; NullCheck(L_22); int32_t L_23 = CAnimMusicSection_GetTriggerState_m403024803(L_22, /*hidden argument*/NULL); G_B20_0 = ((int32_t)(L_23)); goto IL_00be; } IL_00bd: { G_B20_0 = (-1); } IL_00be: { return (int32_t)(G_B20_0); } } // System.Single DMCore.DanceMode.ClassicalKeyLogic::GetCurSectionPrepareTime() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_GetCurSectionPrepareTime_m1184479287 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_GetCurSectionPrepareTime_m1184479287_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimMusicSection_t536843937 * V_0 = NULL; float G_B3_0 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDanceManager_t448141780 * L_1 = CRoot_GetDanceManager_m876173276(L_0, /*hidden argument*/NULL); NullCheck(L_1); CAnimMusicSection_t536843937 * L_2 = CDanceManager_GetCurMusicSection_m2983006170(L_1, /*hidden argument*/NULL); V_0 = L_2; CAnimMusicSection_t536843937 * L_3 = V_0; if (!L_3) { goto IL_0021; } } { CAnimMusicSection_t536843937 * L_4 = V_0; NullCheck(L_4); float L_5 = CAnimMusicSection_get_PrepareTime_m2419457771(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0026; } IL_0021: { G_B3_0 = (2.0f); } IL_0026: { return G_B3_0; } } // System.Single DMCore.DanceMode.ClassicalKeyLogic::GetCurSectionBeatKeyEndTime() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_GetCurSectionBeatKeyEndTime_m1266372771 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_GetCurSectionBeatKeyEndTime_m1266372771_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimMusicSection_t536843937 * V_0 = NULL; float G_B3_0 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDanceManager_t448141780 * L_1 = CRoot_GetDanceManager_m876173276(L_0, /*hidden argument*/NULL); NullCheck(L_1); CAnimMusicSection_t536843937 * L_2 = CDanceManager_GetCurMusicSection_m2983006170(L_1, /*hidden argument*/NULL); V_0 = L_2; CAnimMusicSection_t536843937 * L_3 = V_0; if (!L_3) { goto IL_0021; } } { CAnimMusicSection_t536843937 * L_4 = V_0; NullCheck(L_4); float L_5 = CAnimMusicSection_get_BeatKeyTime_m3293130414(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0026; } IL_0021: { G_B3_0 = (2.14748365E+09f); } IL_0026: { return G_B3_0; } } // System.Single DMCore.DanceMode.ClassicalKeyLogic::get_BPMScale() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_get_BPMScale_m2654097174 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_get_BPMScale_m2654097174_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CBeatKeyManager_GetBpm_m1897872510(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_1, ((int32_t)80), ((int32_t)160), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; return ((float)((float)(((float)((float)L_3)))/(float)(120.0f))); } } // System.Single DMCore.DanceMode.ClassicalKeyLogic::get_DeltaTime() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_get_DeltaTime_m869066869 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { CAnimSystem_t3541144328 * L_0 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); float L_1 = CAnimSystem_Tell_m1941641543(L_0, /*hidden argument*/NULL); V_0 = L_1; float L_2 = V_0; float L_3 = __this->get_m_LastFrameTime_10(); V_1 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); float L_4 = V_0; __this->set_m_LastFrameTime_10(L_4); float L_5 = V_1; return L_5; } } // System.Single DMCore.DanceMode.ClassicalKeyLogic::get_JudgeTime() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_get_JudgeTime_m4116450288 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { ClassicalKeyQueue_t335011495 * L_0 = __this->get_m_ActiveQueueData_7(); if (L_0) { goto IL_0011; } } { return (std::numeric_limits::max()); } IL_0011: { ClassicalKeyQueue_t335011495 * L_1 = __this->get_m_ActiveQueueData_7(); NullCheck(L_1); Vector2_t2156229523 L_2 = CAnimNode_GetTimeRange_m3224112428(L_1, /*hidden argument*/NULL); V_0 = L_2; ClassicalKeyQueue_t335011495 * L_3 = __this->get_m_ActiveQueueData_7(); NullCheck(L_3); float L_4 = L_3->get_JudgeTime_8(); float L_5 = (&V_0)->get_x_0(); return ((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)); } } // System.Single DMCore.DanceMode.ClassicalKeyLogic::get_OneBeatTime() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_get_OneBeatTime_m481210572 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { CMusicDescription_t2126213410 * V_0 = NULL; { CMusicManager_t3263666357 * L_0 = CMusicManager_GetInstance_m2807125879(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CMusicDescription_t2126213410 * L_1 = CMusicManager_GetCurMusicDescription_m4239074707(L_0, /*hidden argument*/NULL); V_0 = L_1; CMusicDescription_t2126213410 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get__Bpm_2(); return ((float)((float)(60.0f)/(float)(((float)((float)L_3))))); } } // System.Single DMCore.DanceMode.ClassicalKeyLogic::get_TimeToStart() extern "C" IL2CPP_METHOD_ATTR float ClassicalKeyLogic_get_TimeToStart_m143175846 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { float G_B3_0 = 0.0f; { ClassicalKeyQueue_t335011495 * L_0 = __this->get_m_ActiveQueueData_7(); if (!L_0) { goto IL_001b; } } { ClassicalKeyQueue_t335011495 * L_1 = __this->get_m_ActiveQueueData_7(); NullCheck(L_1); float L_2 = CAnimNode_Elapsed_m3981817925(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0020; } IL_001b: { G_B3_0 = (std::numeric_limits::max()); } IL_0020: { return G_B3_0; } } // DMCore.DanceMode.ClassicalKeyUnit DMCore.DanceMode.ClassicalKeyLogic::get_ActiveKeyData() extern "C" IL2CPP_METHOD_ATTR ClassicalKeyUnit_t2831186819 * ClassicalKeyLogic_get_ActiveKeyData_m722573603 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_get_ActiveKeyData_m722573603_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t8294265 * L_0 = ClassicalKeyLogic_get_ActiveKeySet_m2076503804(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (ClassicalKeyUnit_t2831186819 *)NULL; } IL_000d: { int32_t L_1 = __this->get_m_ActiveKeyIndex_9(); if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0046; } } { int32_t L_2 = __this->get_m_ActiveKeyIndex_9(); List_1_t8294265 * L_3 = ClassicalKeyLogic_get_ActiveKeySet_m2076503804(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1963067268(L_3, /*hidden argument*/List_1_get_Count_m1963067268_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0046; } } { ClassicalKeyQueue_t335011495 * L_5 = __this->get_m_ActiveQueueData_7(); NullCheck(L_5); List_1_t8294265 * L_6 = L_5->get_KeyData_10(); int32_t L_7 = __this->get_m_ActiveKeyIndex_9(); NullCheck(L_6); ClassicalKeyUnit_t2831186819 * L_8 = List_1_get_Item_m3229285592(L_6, L_7, /*hidden argument*/List_1_get_Item_m3229285592_RuntimeMethod_var); return L_8; } IL_0046: { return (ClassicalKeyUnit_t2831186819 *)NULL; } } // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::get_ActiveKeyLevel() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_get_ActiveKeyLevel_m2768011980 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { ClassicalKeyQueue_t335011495 * L_0 = __this->get_m_ActiveQueueData_7(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { ClassicalKeyQueue_t335011495 * L_1 = __this->get_m_ActiveQueueData_7(); NullCheck(L_1); int32_t L_2 = L_1->get_KeyLevel_9(); return L_2; } } // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::get_NextKeyLevel() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_get_NextKeyLevel_m2068075518 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_get_NextKeyLevel_m2068075518_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ClassicalKeyQueue_t335011495 * V_1 = NULL; int32_t G_B10_0 = 0; { int32_t L_0 = ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_1 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_002d; } } { bool L_2 = ClassicalKeyLogic_get_IsPartStart_m3487016619(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_002d; } } { ClassicalKeyLogic_set_IsPartStart_m4099933930(__this, (bool)0, /*hidden argument*/NULL); int32_t L_3 = ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052(__this, /*hidden argument*/NULL); V_0 = L_3; } IL_002d: { int32_t L_4 = V_0; ClassicalKeyQueue_t335011495 * L_5 = ClassicalKeyLogic__GetDestKeyQueue_m2562265480(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; ClassicalKeyQueue_t335011495 * L_6 = V_1; if (L_6) { goto IL_003d; } } { return (-1); } IL_003d: { ClassicalKeyQueue_t335011495 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = L_7->get_KeyLevel_9(); if ((!(((uint32_t)L_8) == ((uint32_t)(-1))))) { goto IL_0050; } } { ClassicalKeyLogic_set_IsFinishMoveKey_m1366281544(__this, (bool)1, /*hidden argument*/NULL); } IL_0050: { ClassicalKeyQueue_t335011495 * L_9 = V_1; NullCheck(L_9); List_1_t8294265 * L_10 = L_9->get_KeyData_10(); if (!L_10) { goto IL_006b; } } { ClassicalKeyQueue_t335011495 * L_11 = V_1; NullCheck(L_11); List_1_t8294265 * L_12 = L_11->get_KeyData_10(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m1963067268(L_12, /*hidden argument*/List_1_get_Count_m1963067268_RuntimeMethod_var); G_B10_0 = L_13; goto IL_006c; } IL_006b: { G_B10_0 = 0; } IL_006c: { return G_B10_0; } } // System.Collections.Generic.List`1 DMCore.DanceMode.ClassicalKeyLogic::get_ActiveKeySet() extern "C" IL2CPP_METHOD_ATTR List_1_t8294265 * ClassicalKeyLogic_get_ActiveKeySet_m2076503804 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { ClassicalKeyQueue_t335011495 * L_0 = __this->get_m_ActiveQueueData_7(); if (L_0) { goto IL_000d; } } { return (List_1_t8294265 *)NULL; } IL_000d: { ClassicalKeyQueue_t335011495 * L_1 = __this->get_m_ActiveQueueData_7(); NullCheck(L_1); List_1_t8294265 * L_2 = L_1->get_KeyData_10(); return L_2; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_ActiveQueueData(DMCore.DanceMode.ClassicalKeyQueue) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_ActiveQueueData_m3182617293 (ClassicalKeyLogic_t2839086845 * __this, ClassicalKeyQueue_t335011495 * ___value0, const RuntimeMethod* method) { { ClassicalKeyQueue_t335011495 * L_0 = ___value0; __this->set_m_ActiveQueueData_7(L_0); return; } } // DMCore.DanceMode.ClassicalKeyQueue DMCore.DanceMode.ClassicalKeyLogic::get_ActiveQueueData() extern "C" IL2CPP_METHOD_ATTR ClassicalKeyQueue_t335011495 * ClassicalKeyLogic_get_ActiveQueueData_m3558413962 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { ClassicalKeyQueue_t335011495 * L_0 = __this->get_m_ActiveQueueData_7(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_ActiveKeyIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_ActiveKeyIndex_m533876403 (ClassicalKeyLogic_t2839086845 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_ActiveKeyIndex_9(L_0); return; } } // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::get_ActiveKeyIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_get_ActiveKeyIndex_m3498611865 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_ActiveKeyIndex_9(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_ActiveQueueIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_ActiveQueueIndex_m2440297153 (ClassicalKeyLogic_t2839086845 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_set_ActiveQueueIndex_m2440297153_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); ClassicalKeyLogic_t2839086845 * G_B6_0 = NULL; ClassicalKeyLogic_t2839086845 * G_B5_0 = NULL; float G_B7_0 = 0.0f; ClassicalKeyLogic_t2839086845 * G_B7_1 = NULL; { int32_t L_0 = ___value0; int32_t L_1 = __this->get_m_ActiveQueueIndex_8(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0104; } } { ClassicalKeyLogic_set_ActiveKeyIndex_m533876403(__this, 0, /*hidden argument*/NULL); ClassicalKeyLogic_set_IsJudgeAlready_m2890572181(__this, (bool)0, /*hidden argument*/NULL); int32_t L_2 = ___value0; __this->set_m_ActiveQueueIndex_8(L_2); int32_t L_3 = __this->get_m_ActiveQueueIndex_8(); ClassicalKeyQueue_t335011495 * L_4 = ClassicalKeyLogic__GetDestKeyQueue_m2562265480(__this, L_3, /*hidden argument*/NULL); __this->set_m_ActiveQueueData_7(L_4); int32_t L_5 = ClassicalKeyLogic_get_ActiveKeyLevel_m2768011980(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0046; } } { ClassicalKeyLogic_set_IsActiveQueueIndexChanged_m1368025950(__this, (bool)1, /*hidden argument*/NULL); } IL_0046: { bool L_6 = __this->get_m_IsFirstQueueOfThisSection_13(); if (!L_6) { goto IL_0086; } } { __this->set_m_IsFirstQueueOfThisSection_13((bool)0); ClassicalKeyQueue_t335011495 * L_7 = __this->get_m_ActiveQueueData_7(); G_B5_0 = __this; if (!L_7) { G_B6_0 = __this; goto IL_007c; } } { ClassicalKeyQueue_t335011495 * L_8 = __this->get_m_ActiveQueueData_7(); NullCheck(L_8); Vector2_t2156229523 L_9 = CAnimNode_GetTimeRange_m3224112428(L_8, /*hidden argument*/NULL); V_0 = L_9; float L_10 = (&V_0)->get_x_0(); G_B7_0 = L_10; G_B7_1 = G_B5_0; goto IL_0081; } IL_007c: { G_B7_0 = (std::numeric_limits::max()); G_B7_1 = G_B6_0; } IL_0081: { NullCheck(G_B7_1); G_B7_1->set_m_LastFrameTime_10(G_B7_0); } IL_0086: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_11 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)3)))) { goto IL_0104; } } { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_12 = CDanceModeManager_get_KeyMode_m2381482102(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0104; } } { int32_t L_13 = ClassicalKeyLogic_get_ActiveKeyLevel_m2768011980(__this, /*hidden argument*/NULL); if (L_13) { goto IL_00e2; } } { int32_t L_14 = __this->get_m_ActiveQueueIndex_8(); int32_t L_15 = ClassicalKeyLogic_GetQueueCount_m4211381272(__this, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) >= ((int32_t)L_15))) { goto IL_00e2; } } { bool L_16 = __this->get_m_IsInShowTime_15(); if (L_16) { goto IL_00e2; } } { __this->set_m_IsInShowTime_15((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_17 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CSceneEffectManager_CallShowTimeEffect_m337555587(L_17, (0.0f), /*hidden argument*/NULL); ClassicalKeyLogic_set_IsFinishMoveKey_m1366281544(__this, (bool)0, /*hidden argument*/NULL); } IL_00e2: { int32_t L_18 = ClassicalKeyLogic_get_ActiveKeyLevel_m2768011980(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_0104; } } { __this->set_m_IsInShowTime_15((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_19 = CSceneEffectManager_GetInstance_m2293662075(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CSceneEffectManager_CallDefaultEffect_m3772006282(L_19, (0.0f), /*hidden argument*/NULL); } IL_0104: { return; } } // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::get_ActiveQueueIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_get_ActiveQueueIndex_m4067927052 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_ActiveQueueIndex_8(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsActiveQueueIndexChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsActiveQueueIndexChanged_m1368025950 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0(L_0); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsActiveQueueIndexChanged() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsActiveQueueIndexChanged_m2044323775 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsActiveQueueIndexChangedU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsMusicSectionChangedClient(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsMusicSectionChangedClient_m225590990 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsMusicSectionChanged_12(L_0); __this->set_m_IsFirstQueueOfThisSection_13((bool)1); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsMusicSectionChangedClient() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsMusicSectionChangedClient_m175055267 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsMusicSectionChanged_12(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsJudgeAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsJudgeAlready_m2890572181 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsJudgeAlready_14(L_0); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsJudgeAlready() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsJudgeAlready_m3432641744 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsJudgeAlready_14(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsNeedSendSectionData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsNeedSendSectionData_m3820406294 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsNeedSendSectionDataU3Ek__BackingField_1(L_0); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsNeedSendSectionData() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsNeedSendSectionData_m4057351238 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsNeedSendSectionDataU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsPartStart(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsPartStart_m4099933930 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsPartStartU3Ek__BackingField_2(L_0); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsPartStart() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsPartStart_m3487016619 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsPartStartU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsFinishMoveKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsFinishMoveKey_m1366281544 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsFinishMoveKeyU3Ek__BackingField_3(L_0); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsFinishMoveKey() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsFinishMoveKey_m2922346087 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsFinishMoveKeyU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsNeedRefreshPlayResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsNeedRefreshPlayResult_m883988152 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4(L_0); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsNeedRefreshPlayResult() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsNeedRefreshPlayResult_m816636198 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsNeedRefreshPlayResultU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_IsNeedRefreshScore(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_IsNeedRefreshScore_m2533887198 (ClassicalKeyLogic_t2839086845 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsNeedRefreshScoreU3Ek__BackingField_5(L_0); return; } } // System.Boolean DMCore.DanceMode.ClassicalKeyLogic::get_IsNeedRefreshScore() extern "C" IL2CPP_METHOD_ATTR bool ClassicalKeyLogic_get_IsNeedRefreshScore_m330499437 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsNeedRefreshScoreU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::set_RefreshedUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic_set_RefreshedUserID_m306621457 (ClassicalKeyLogic_t2839086845 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_U3CRefreshedUserIDU3Ek__BackingField_6(L_0); return; } } // System.Int64 DMCore.DanceMode.ClassicalKeyLogic::get_RefreshedUserID() extern "C" IL2CPP_METHOD_ATTR int64_t ClassicalKeyLogic_get_RefreshedUserID_m1188103213 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_U3CRefreshedUserIDU3Ek__BackingField_6(); return L_0; } } // System.Int32 DMCore.DanceMode.ClassicalKeyLogic::get_FakeSectionID() extern "C" IL2CPP_METHOD_ATTR int32_t ClassicalKeyLogic_get_FakeSectionID_m4246703636 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic_get_FakeSectionID_m4246703636_MetadataUsageId); s_Il2CppMethodInitialized = true; } CAnimSequence_t1119714129 * V_0 = NULL; { CAnimSystem_t3541144328 * L_0 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CAnimSequence_t1119714129 * L_1 = CAnimSystem_GetSequence_m4015007355(L_0, _stringLiteral464003187, /*hidden argument*/NULL); V_0 = L_1; CAnimSequence_t1119714129 * L_2 = V_0; if (L_2) { goto IL_0018; } } { return 5; } IL_0018: { CAnimSequence_t1119714129 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CAnimSequence_GetNodeCount_m514257036(L_3, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } } // DMCore.DanceMode.ClassicalKeyQueue DMCore.DanceMode.ClassicalKeyLogic::_GetDestKeyQueue(System.Int32) extern "C" IL2CPP_METHOD_ATTR ClassicalKeyQueue_t335011495 * ClassicalKeyLogic__GetDestKeyQueue_m2562265480 (ClassicalKeyLogic_t2839086845 * __this, int32_t ___queueIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyLogic__GetDestKeyQueue_m2562265480_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CAnimSequence_t1119714129 * V_1 = NULL; String_t* G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_0 = CDanceModeManager_get_PlayMode_m4120183678(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0015; } } { G_B3_0 = _stringLiteral1486599259; goto IL_001a; } IL_0015: { G_B3_0 = _stringLiteral3899697050; } IL_001a: { V_0 = G_B3_0; CAnimSystem_t3541144328 * L_1 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = V_0; NullCheck(L_1); CAnimSequence_t1119714129 * L_3 = CAnimSystem_GetSequence_m4015007355(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; CAnimSequence_t1119714129 * L_4 = V_1; if (L_4) { goto IL_002f; } } { return (ClassicalKeyQueue_t335011495 *)NULL; } IL_002f: { int32_t L_5 = ___queueIndex0; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0042; } } { int32_t L_6 = ___queueIndex0; CAnimSequence_t1119714129 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = CAnimSequence_GetNodeCount_m514257036(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0044; } } IL_0042: { return (ClassicalKeyQueue_t335011495 *)NULL; } IL_0044: { CAnimSequence_t1119714129 * L_9 = V_1; int32_t L_10 = ___queueIndex0; NullCheck(L_9); CAnimNode_t3327376431 * L_11 = CAnimSequence_GetNode_m3843207171(L_9, L_10, /*hidden argument*/NULL); return ((ClassicalKeyQueue_t335011495 *)IsInstClass((RuntimeObject*)L_11, ClassicalKeyQueue_t335011495_il2cpp_TypeInfo_var)); } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::_InternalInit() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic__InternalInit_m916283493 (ClassicalKeyLogic_t2839086845 * __this, const RuntimeMethod* method) { ClassicalKeyQueue_t335011495 * V_0 = NULL; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); ClassicalKeyQueue_t335011495 * V_2 = NULL; Vector2_t2156229523 V_3; memset(&V_3, 0, sizeof(V_3)); ClassicalKeyLogic_t2839086845 * G_B2_0 = NULL; ClassicalKeyLogic_t2839086845 * G_B1_0 = NULL; float G_B3_0 = 0.0f; ClassicalKeyLogic_t2839086845 * G_B3_1 = NULL; ClassicalKeyLogic_t2839086845 * G_B5_0 = NULL; ClassicalKeyLogic_t2839086845 * G_B4_0 = NULL; float G_B6_0 = 0.0f; ClassicalKeyLogic_t2839086845 * G_B6_1 = NULL; { __this->set_m_ActiveQueueData_7((ClassicalKeyQueue_t335011495 *)NULL); __this->set_m_ActiveQueueIndex_8((-1)); __this->set_m_ActiveKeyIndex_9((-1)); ClassicalKeyQueue_t335011495 * L_0 = ClassicalKeyLogic__GetDestKeyQueue_m2562265480(__this, 0, /*hidden argument*/NULL); V_0 = L_0; ClassicalKeyQueue_t335011495 * L_1 = V_0; G_B1_0 = __this; if (!L_1) { G_B2_0 = __this; goto IL_0037; } } { ClassicalKeyQueue_t335011495 * L_2 = V_0; NullCheck(L_2); Vector2_t2156229523 L_3 = CAnimNode_GetTimeRange_m3224112428(L_2, /*hidden argument*/NULL); V_1 = L_3; float L_4 = (&V_1)->get_x_0(); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_003c; } IL_0037: { G_B3_0 = (-1.0f); G_B3_1 = G_B2_0; } IL_003c: { NullCheck(G_B3_1); G_B3_1->set_m_LastFrameTime_10(G_B3_0); int32_t L_5 = ClassicalKeyLogic_GetQueueCount_m4211381272(__this, /*hidden argument*/NULL); ClassicalKeyQueue_t335011495 * L_6 = ClassicalKeyLogic__GetDestKeyQueue_m2562265480(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_6; ClassicalKeyQueue_t335011495 * L_7 = V_2; G_B4_0 = __this; if (!L_7) { G_B5_0 = __this; goto IL_006a; } } { ClassicalKeyQueue_t335011495 * L_8 = V_2; NullCheck(L_8); Vector2_t2156229523 L_9 = CAnimNode_GetTimeRange_m3224112428(L_8, /*hidden argument*/NULL); V_3 = L_9; float L_10 = (&V_3)->get_y_1(); G_B6_0 = L_10; G_B6_1 = G_B4_0; goto IL_006f; } IL_006a: { G_B6_0 = (std::numeric_limits::max()); G_B6_1 = G_B5_0; } IL_006f: { NullCheck(G_B6_1); G_B6_1->set_m_FinalQueueEndTime_11(G_B6_0); __this->set_m_IsMusicSectionChanged_12((bool)0); __this->set_m_IsFirstQueueOfThisSection_13((bool)0); __this->set_m_IsJudgeAlready_14((bool)0); __this->set_m_IsInShowTime_15((bool)0); ClassicalKeyLogic_set_IsActiveQueueIndexChanged_m1368025950(__this, (bool)0, /*hidden argument*/NULL); ClassicalKeyLogic_set_IsPartStart_m4099933930(__this, (bool)1, /*hidden argument*/NULL); ClassicalKeyLogic_set_IsFinishMoveKey_m1366281544(__this, (bool)0, /*hidden argument*/NULL); ClassicalKeyLogic_set_IsNeedRefreshPlayResult_m883988152(__this, (bool)0, /*hidden argument*/NULL); ClassicalKeyLogic_set_IsNeedRefreshScore_m2533887198(__this, (bool)0, /*hidden argument*/NULL); ClassicalKeyLogic_set_RefreshedUserID_m306621457(__this, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); ClassicalKeyLogic_set_IsNeedSendSectionData_m3820406294(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.ClassicalKeyLogic::.cctor() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyLogic__cctor_m36840202 (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.DanceMode.ClassicalKeyQueue::.ctor() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyQueue__ctor_m3079727264 (ClassicalKeyQueue_t335011495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyQueue__ctor_m3079727264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAnimNode__ctor_m1129265667(__this, /*hidden argument*/NULL); __this->set_KeyLevel_9(0); List_1_t8294265 * L_0 = (List_1_t8294265 *)il2cpp_codegen_object_new(List_1_t8294265_il2cpp_TypeInfo_var); List_1__ctor_m212324087(L_0, /*hidden argument*/List_1__ctor_m212324087_RuntimeMethod_var); __this->set_KeyData_10(L_0); return; } } // System.String DMCore.DanceMode.ClassicalKeyQueue::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ClassicalKeyQueue_ToString_m2664755969 (ClassicalKeyQueue_t335011495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyQueue_ToString_m2664755969_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ClassicalKeyUnit_t2831186819 * V_1 = NULL; Enumerator_t1897538142 V_2; memset(&V_2, 0, sizeof(V_2)); Vector2_t2156229523 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; List_1_t8294265 * L_1 = __this->get_KeyData_10(); NullCheck(L_1); Enumerator_t1897538142 L_2 = List_1_GetEnumerator_m4052028796(L_1, /*hidden argument*/List_1_GetEnumerator_m4052028796_RuntimeMethod_var); V_2 = L_2; } IL_0012: try { // begin try (depth: 1) { goto IL_002c; } IL_0017: { ClassicalKeyUnit_t2831186819 * L_3 = Enumerator_get_Current_m3124844671((&V_2), /*hidden argument*/Enumerator_get_Current_m3124844671_RuntimeMethod_var); V_1 = L_3; String_t* L_4 = V_0; ClassicalKeyUnit_t2831186819 * L_5 = V_1; 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*/, L_4, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_002c: { bool L_8 = Enumerator_MoveNext_m39634434((&V_2), /*hidden argument*/Enumerator_MoveNext_m39634434_RuntimeMethod_var); if (L_8) { goto IL_0017; } } IL_0038: { IL2CPP_LEAVE(0x4B, FINALLY_003d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) Enumerator_Dispose_m907974815((&V_2), /*hidden argument*/Enumerator_Dispose_m907974815_RuntimeMethod_var); IL2CPP_END_FINALLY(61) } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { Vector2_t2156229523 L_9 = CAnimNode_GetTimeRange_m3224112428(__this, /*hidden argument*/NULL); V_3 = L_9; ObjectU5BU5D_t2843939325* L_10 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3687107794); (L_10)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3687107794); ObjectU5BU5D_t2843939325* L_11 = L_10; float L_12 = (&V_3)->get_x_0(); float L_13 = L_12; RuntimeObject * L_14 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(1), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = L_11; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral4067866857); (L_15)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral4067866857); ObjectU5BU5D_t2843939325* L_16 = L_15; float L_17 = (&V_3)->get_y_1(); float L_18 = L_17; RuntimeObject * L_19 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(3), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_16; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral908583612); (L_20)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral908583612); ObjectU5BU5D_t2843939325* L_21 = L_20; String_t* L_22 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(5), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral3453007859); (L_23)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral3453007859); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m2971454694(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); return L_24; } } // System.String DMCore.DanceMode.ClassicalKeyQueue::GetUniqueName() extern "C" IL2CPP_METHOD_ATTR String_t* ClassicalKeyQueue_GetUniqueName_m272854927 (ClassicalKeyQueue_t335011495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyQueue_GetUniqueName_m272854927_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral420090434; } } // System.Void DMCore.DanceMode.ClassicalKeyQueue::SerialToXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyQueue_SerialToXml_m483748571 (ClassicalKeyQueue_t335011495 * __this, DMXmlNode_t3958967524 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyQueue_SerialToXml_m483748571_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClassicalKeyUnit_t2831186819 * V_0 = NULL; Enumerator_t1897538142 V_1; memset(&V_1, 0, sizeof(V_1)); DMXmlNode_t3958967524 * V_2 = NULL; int32_t V_3 = 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); { DMXmlNode_t3958967524 * L_0 = ___root0; int32_t* L_1 = __this->get_address_of_QueueIndex_7(); String_t* L_2 = Int32_ToString_m141394615(L_1, /*hidden argument*/NULL); NullCheck(L_0); DMXmlNode_SetAttribute_m3965231450(L_0, _stringLiteral797640427, L_2, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_3 = ___root0; float* L_4 = ((CAnimNode_t3327376431 *)__this)->get_address_of_m_fTimeStart_1(); String_t* L_5 = Single_ToString_m3947131094(L_4, /*hidden argument*/NULL); NullCheck(L_3); DMXmlNode_SetAttribute_m3965231450(L_3, _stringLiteral3593739256, L_5, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_6 = ___root0; float* L_7 = ((CAnimNode_t3327376431 *)__this)->get_address_of_m_fTimeEnd_2(); String_t* L_8 = Single_ToString_m3947131094(L_7, /*hidden argument*/NULL); NullCheck(L_6); DMXmlNode_SetAttribute_m3965231450(L_6, _stringLiteral1303359200, L_8, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_9 = ___root0; float* L_10 = __this->get_address_of_JudgeTime_8(); String_t* L_11 = Single_ToString_m3947131094(L_10, /*hidden argument*/NULL); NullCheck(L_9); DMXmlNode_SetAttribute_m3965231450(L_9, _stringLiteral4069634599, L_11, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_12 = ___root0; int32_t* L_13 = __this->get_address_of_KeyLevel_9(); String_t* L_14 = Int32_ToString_m141394615(L_13, /*hidden argument*/NULL); NullCheck(L_12); DMXmlNode_SetAttribute_m3965231450(L_12, _stringLiteral3512149199, L_14, /*hidden argument*/NULL); List_1_t8294265 * L_15 = __this->get_KeyData_10(); NullCheck(L_15); Enumerator_t1897538142 L_16 = List_1_GetEnumerator_m4052028796(L_15, /*hidden argument*/List_1_GetEnumerator_m4052028796_RuntimeMethod_var); V_1 = L_16; } IL_0098: try { // begin try (depth: 1) { goto IL_00fd; } IL_009d: { ClassicalKeyUnit_t2831186819 * L_17 = Enumerator_get_Current_m3124844671((&V_1), /*hidden argument*/Enumerator_get_Current_m3124844671_RuntimeMethod_var); V_0 = L_17; ClassicalKeyUnit_t2831186819 * L_18 = V_0; if (L_18) { goto IL_00b0; } } IL_00ab: { goto IL_00fd; } IL_00b0: { IL2CPP_RUNTIME_CLASS_INIT(DMXmlNode_t3958967524_il2cpp_TypeInfo_var); DMXmlNode_t3958967524 * L_19 = DMXmlNode_CreateElement_m495605703(NULL /*static, unused*/, _stringLiteral2600271970, /*hidden argument*/NULL); V_2 = L_19; DMXmlNode_t3958967524 * L_20 = ___root0; DMXmlNode_t3958967524 * L_21 = V_2; NullCheck(L_20); DMXmlNode_AppendChild_m1303778160(L_20, L_21, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_22 = V_2; ClassicalKeyUnit_t2831186819 * L_23 = V_0; NullCheck(L_23); int32_t* L_24 = L_23->get_address_of_KeyID_0(); String_t* L_25 = Int32_ToString_m141394615(L_24, /*hidden argument*/NULL); NullCheck(L_22); DMXmlNode_SetAttribute_m3965231450(L_22, _stringLiteral797640427, L_25, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_26 = V_2; ClassicalKeyUnit_t2831186819 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = L_27->get_KeyValue_1(); V_3 = L_28; String_t* L_29 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_26); DMXmlNode_SetAttribute_m3965231450(L_26, _stringLiteral3493618073, L_29, /*hidden argument*/NULL); } IL_00fd: { bool L_30 = Enumerator_MoveNext_m39634434((&V_1), /*hidden argument*/Enumerator_MoveNext_m39634434_RuntimeMethod_var); if (L_30) { goto IL_009d; } } IL_0109: { IL2CPP_LEAVE(0x11C, FINALLY_010e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010e; } FINALLY_010e: { // begin finally (depth: 1) Enumerator_Dispose_m907974815((&V_1), /*hidden argument*/Enumerator_Dispose_m907974815_RuntimeMethod_var); IL2CPP_END_FINALLY(270) } // end finally (depth: 1) IL2CPP_CLEANUP(270) { IL2CPP_JUMP_TBL(0x11C, IL_011c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_011c: { return; } } // System.Void DMCore.DanceMode.ClassicalKeyQueue::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyQueue_DeserialFromXml_m2049256514 (ClassicalKeyQueue_t335011495 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyQueue_DeserialFromXml_m2049256514_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ClassicalKeyUnit_t2831186819 * V_4 = NULL; int32_t V_5 = 0; DMXmlNodeList_t795971656 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; DMXmlNode_t3958967524 * V_9 = NULL; ClassicalKeyUnit_t2831186819 * V_10 = NULL; int32_t G_B3_0 = 0; { DMXmlNode_t3958967524 * L_0 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_1 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_0, _stringLiteral797640427, (-1), /*hidden argument*/NULL); __this->set_QueueIndex_7(L_1); DMXmlNode_t3958967524 * L_2 = ___element0; float L_3 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_2, _stringLiteral3593739256, (0.0f), /*hidden argument*/NULL); ((CAnimNode_t3327376431 *)__this)->set_m_fTimeStart_1(L_3); DMXmlNode_t3958967524 * L_4 = ___element0; float L_5 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_4, _stringLiteral1303359200, (0.0f), /*hidden argument*/NULL); ((CAnimNode_t3327376431 *)__this)->set_m_fTimeEnd_2(L_5); DMXmlNode_t3958967524 * L_6 = ___element0; float L_7 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_6, _stringLiteral4069634599, (0.0f), /*hidden argument*/NULL); __this->set_JudgeTime_8(L_7); DMXmlNode_t3958967524 * L_8 = ___element0; int32_t L_9 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_8, _stringLiteral3512149199, 0, /*hidden argument*/NULL); __this->set_KeyLevel_9(L_9); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); int32_t L_10 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_CLASSICAL_USER_RANDOM_KEY_24(); if (!L_10) { goto IL_0076; } } { G_B3_0 = 1; goto IL_0077; } IL_0076: { G_B3_0 = 0; } IL_0077: { V_0 = (bool)G_B3_0; bool L_11 = V_0; if (!L_11) { goto IL_00e9; } } { V_1 = 0; V_2 = 0; V_3 = 0; goto IL_00d8; } IL_0089: { ClassicalKeyUnit_t2831186819 * L_12 = (ClassicalKeyUnit_t2831186819 *)il2cpp_codegen_object_new(ClassicalKeyUnit_t2831186819_il2cpp_TypeInfo_var); ClassicalKeyUnit__ctor_m4052763507(L_12, /*hidden argument*/NULL); V_4 = L_12; ClassicalKeyUnit_t2831186819 * L_13 = V_4; int32_t L_14 = V_1; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); V_1 = L_15; NullCheck(L_13); L_13->set_KeyID_0(L_15); int32_t L_16 = CMathHelp_RandomRange_m3121534333(NULL /*static, unused*/, 1, 3, /*hidden argument*/NULL); V_5 = L_16; goto IL_00b3; } IL_00aa: { int32_t L_17 = CMathHelp_RandomRange_m3121534333(NULL /*static, unused*/, 1, 3, /*hidden argument*/NULL); V_5 = L_17; } IL_00b3: { int32_t L_18 = V_5; int32_t L_19 = V_2; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_00aa; } } { ClassicalKeyUnit_t2831186819 * L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_20); L_20->set_KeyValue_1(L_21); int32_t L_22 = V_5; V_2 = L_22; List_1_t8294265 * L_23 = __this->get_KeyData_10(); ClassicalKeyUnit_t2831186819 * L_24 = V_4; NullCheck(L_23); List_1_Add_m4247163161(L_23, L_24, /*hidden argument*/List_1_Add_m4247163161_RuntimeMethod_var); int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00d8: { int32_t L_26 = V_3; int32_t L_27 = __this->get_KeyLevel_9(); if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0089; } } { goto IL_0145; } IL_00e9: { DMXmlNode_t3958967524 * L_28 = ___element0; NullCheck(L_28); DMXmlNodeList_t795971656 * L_29 = DMXmlNode_get_ChildNodes_m14158511(L_28, /*hidden argument*/NULL); V_6 = L_29; V_7 = 0; DMXmlNodeList_t795971656 * L_30 = V_6; NullCheck(L_30); int32_t L_31 = DMXmlNodeList_get_Count_m1776804761(L_30, /*hidden argument*/NULL); V_8 = L_31; goto IL_013c; } IL_0102: { DMXmlNodeList_t795971656 * L_32 = V_6; int32_t L_33 = V_7; NullCheck(L_32); DMXmlNode_t3958967524 * L_34 = BetterList_1_get_Item_m3745418477(L_32, L_33, /*hidden argument*/BetterList_1_get_Item_m3745418477_RuntimeMethod_var); V_9 = L_34; DMXmlNode_t3958967524 * L_35 = V_9; if (L_35) { goto IL_0119; } } { goto IL_0136; } IL_0119: { ClassicalKeyUnit_t2831186819 * L_36 = (ClassicalKeyUnit_t2831186819 *)il2cpp_codegen_object_new(ClassicalKeyUnit_t2831186819_il2cpp_TypeInfo_var); ClassicalKeyUnit__ctor_m4052763507(L_36, /*hidden argument*/NULL); V_10 = L_36; ClassicalKeyUnit_t2831186819 * L_37 = V_10; DMXmlNode_t3958967524 * L_38 = V_9; NullCheck(L_37); ClassicalKeyUnit_DeserialFromXml_m376350250(L_37, L_38, /*hidden argument*/NULL); List_1_t8294265 * L_39 = __this->get_KeyData_10(); ClassicalKeyUnit_t2831186819 * L_40 = V_10; NullCheck(L_39); List_1_Add_m4247163161(L_39, L_40, /*hidden argument*/List_1_Add_m4247163161_RuntimeMethod_var); } IL_0136: { int32_t L_41 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_013c: { int32_t L_42 = V_7; int32_t L_43 = V_8; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_0102; } } IL_0145: { return; } } // System.Void DMCore.DanceMode.ClassicalKeyQueue::OnAnimBegin() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyQueue_OnAnimBegin_m1457042562 (ClassicalKeyQueue_t335011495 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyQueue_OnAnimBegin_m1457042562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ClassicalKeyLogic_t2839086845_il2cpp_TypeInfo_var); ClassicalKeyLogic_t2839086845 * L_0 = ClassicalKeyLogic_GetInstance_m2319546815(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_QueueIndex_7(); NullCheck(L_0); ClassicalKeyLogic_set_ActiveQueueIndex_m2440297153(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.ClassicalKeyUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyUnit__ctor_m4052763507 (ClassicalKeyUnit_t2831186819 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_KeyID_0((-1)); __this->set_KeyValue_1(4); return; } } // System.String DMCore.DanceMode.ClassicalKeyUnit::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ClassicalKeyUnit_ToString_m2780520974 (ClassicalKeyUnit_t2831186819 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyUnit_ToString_m2780520974_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral4226922794); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral4226922794); ObjectU5BU5D_t2843939325* L_1 = L_0; int32_t L_2 = __this->get_KeyID_0(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_1; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3245533746); (L_5)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3245533746); ObjectU5BU5D_t2843939325* L_6 = L_5; int32_t L_7 = __this->get_KeyValue_1(); int32_t L_8 = ((int32_t)L_7); RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_6; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3450517394); (L_10)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3450517394); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m2971454694(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void DMCore.DanceMode.ClassicalKeyUnit::SerialToXml(System.Xml.XmlDocument,System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyUnit_SerialToXml_m475143592 (ClassicalKeyUnit_t2831186819 * __this, XmlDocument_t2837193595 * ___document0, XmlElement_t561603118 * ___root1, const RuntimeMethod* method) { { return; } } // System.Void DMCore.DanceMode.ClassicalKeyUnit::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void ClassicalKeyUnit_DeserialFromXml_m376350250 (ClassicalKeyUnit_t2831186819 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClassicalKeyUnit_DeserialFromXml_m376350250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlNode_t3958967524 * L_0 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_1 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_0, _stringLiteral797640427, 0, /*hidden argument*/NULL); __this->set_KeyID_0(L_1); DMXmlNode_t3958967524 * L_2 = ___element0; int32_t L_3 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_2, _stringLiteral3493618073, 4, /*hidden argument*/NULL); __this->set_KeyValue_1(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.CRoleBeatKeyData_Active::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Active__ctor_m3210395719 (CRoleBeatKeyData_Active_t3989483231 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__combo_0(0); __this->set__playResult_1(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.DanceMode.CRoleBeatKeyData_Section::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Section__ctor_m2853970441 (CRoleBeatKeyData_Section_t904755798 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleBeatKeyData_Section__ctor_m2853970441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CEncrptHelp_Int_t51280996 * L_0 = (CEncrptHelp_Int_t51280996 *)il2cpp_codegen_object_new(CEncrptHelp_Int_t51280996_il2cpp_TypeInfo_var); CEncrptHelp_Int__ctor_m346885275(L_0, /*hidden argument*/NULL); __this->set__scoreEncrpt_7(L_0); CRoleBeatKeyData_Section_set__score_m2180173751(__this, 0, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::ScoreCompare(DMCore.DanceMode.CRoleBeatKeyData_Section,DMCore.DanceMode.CRoleBeatKeyData_Section) extern "C" IL2CPP_METHOD_ATTR int32_t CRoleBeatKeyData_Section_ScoreCompare_m508288295 (RuntimeObject * __this /* static, unused */, CRoleBeatKeyData_Section_t904755798 * ___lhs0, CRoleBeatKeyData_Section_t904755798 * ___rhs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleBeatKeyData_Section_ScoreCompare_m508288295_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; ISceneRole_t2394225724 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B6_0 = 0; int32_t G_B11_0 = 0; int32_t G_B15_0 = 0; int32_t G_B18_0 = 0; int32_t G_B22_0 = 0; int32_t G_B26_0 = 0; { CRoleBeatKeyData_Section_t904755798 * L_0 = ___lhs0; CRoleBeatKeyData_Section_t904755798 * L_1 = ___rhs1; if ((!(((RuntimeObject*)(CRoleBeatKeyData_Section_t904755798 *)L_0) == ((RuntimeObject*)(CRoleBeatKeyData_Section_t904755798 *)L_1)))) { goto IL_0009; } } { return 0; } IL_0009: { CRoleBeatKeyData_Section_t904755798 * L_2 = ___lhs0; NullCheck(L_2); int32_t L_3 = CRoleBeatKeyData_Section_get__score_m3838156656(L_2, /*hidden argument*/NULL); CRoleBeatKeyData_Section_t904755798 * L_4 = ___rhs1; NullCheck(L_4); int32_t L_5 = CRoleBeatKeyData_Section_get__score_m3838156656(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0033; } } { CRoleBeatKeyData_Section_t904755798 * L_6 = ___lhs0; NullCheck(L_6); int32_t L_7 = CRoleBeatKeyData_Section_get__score_m3838156656(L_6, /*hidden argument*/NULL); CRoleBeatKeyData_Section_t904755798 * L_8 = ___rhs1; NullCheck(L_8); int32_t L_9 = CRoleBeatKeyData_Section_get__score_m3838156656(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) >= ((int32_t)L_9))) { goto IL_0031; } } { G_B6_0 = 1; goto IL_0032; } IL_0031: { G_B6_0 = (-1); } IL_0032: { return G_B6_0; } IL_0033: { CQualifyingManager_t954001806 * L_10 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = L_10->get_IsQualifyingGame_15(); if (!L_11) { goto IL_005b; } } { CRoleBeatKeyData_Section_t904755798 * L_12 = ___lhs0; NullCheck(L_12); int64_t L_13 = L_12->get__userId_0(); CRoleBeatKeyData_Section_t904755798 * L_14 = ___rhs1; NullCheck(L_14); int64_t L_15 = L_14->get__userId_0(); if ((((int64_t)L_13) >= ((int64_t)L_15))) { goto IL_0059; } } { G_B11_0 = 1; goto IL_005a; } IL_0059: { G_B11_0 = (-1); } IL_005a: { return G_B11_0; } IL_005b: { CSceneService_t551449725 * L_16 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleBeatKeyData_Section_t904755798 * L_17 = ___lhs0; NullCheck(L_17); int64_t L_18 = L_17->get__userId_0(); NullCheck(L_16); ISceneRole_t2394225724 * L_19 = CSceneService_FindRoleByUserID_m4171044813(L_16, L_18, /*hidden argument*/NULL); V_0 = L_19; CSceneService_t551449725 * L_20 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleBeatKeyData_Section_t904755798 * L_21 = ___rhs1; NullCheck(L_21); int64_t L_22 = L_21->get__userId_0(); NullCheck(L_20); ISceneRole_t2394225724 * L_23 = CSceneService_FindRoleByUserID_m4171044813(L_20, L_22, /*hidden argument*/NULL); V_1 = L_23; ISceneRole_t2394225724 * L_24 = V_0; if (!L_24) { goto IL_0099; } } { ISceneRole_t2394225724 * L_25 = V_0; NullCheck(L_25); CProperty_t963755051 * L_26 = ISceneBaseObj_GetNetProperty_m1709069404(L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = CProperty_GetInt_m2680341236(L_26, _stringLiteral3883940818, 0, /*hidden argument*/NULL); G_B15_0 = L_27; goto IL_009a; } IL_0099: { G_B15_0 = 0; } IL_009a: { V_2 = G_B15_0; ISceneRole_t2394225724 * L_28 = V_1; if (!L_28) { goto IL_00b7; } } { ISceneRole_t2394225724 * L_29 = V_1; NullCheck(L_29); CProperty_t963755051 * L_30 = ISceneBaseObj_GetNetProperty_m1709069404(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31 = CProperty_GetInt_m2680341236(L_30, _stringLiteral3883940818, 0, /*hidden argument*/NULL); G_B18_0 = L_31; goto IL_00b8; } IL_00b7: { G_B18_0 = 0; } IL_00b8: { V_3 = G_B18_0; int32_t L_32 = V_2; int32_t L_33 = V_3; if ((((int32_t)L_32) == ((int32_t)L_33))) { goto IL_00cf; } } { int32_t L_34 = V_2; int32_t L_35 = V_3; if ((((int32_t)L_34) >= ((int32_t)L_35))) { goto IL_00cd; } } { G_B22_0 = 1; goto IL_00ce; } IL_00cd: { G_B22_0 = (-1); } IL_00ce: { return G_B22_0; } IL_00cf: { CRoleBeatKeyData_Section_t904755798 * L_36 = ___lhs0; NullCheck(L_36); int64_t L_37 = L_36->get__userId_0(); CRoleBeatKeyData_Section_t904755798 * L_38 = ___rhs1; NullCheck(L_38); int64_t L_39 = L_38->get__userId_0(); if ((((int64_t)L_37) >= ((int64_t)L_39))) { goto IL_00e6; } } { G_B26_0 = 1; goto IL_00e7; } IL_00e6: { G_B26_0 = (-1); } IL_00e7: { return G_B26_0; } } // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Section::get__score() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleBeatKeyData_Section_get__score_m3838156656 (CRoleBeatKeyData_Section_t904755798 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleBeatKeyData_Section_get__score_m3838156656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEncrptHelp_Int_t51280996 * L_0 = __this->get__scoreEncrpt_7(); NullCheck(L_0); int32_t L_1 = CEncrptHelp_1_Get_m2053086496(L_0, /*hidden argument*/CEncrptHelp_1_Get_m2053086496_RuntimeMethod_var); return L_1; } } // System.Void DMCore.DanceMode.CRoleBeatKeyData_Section::set__score(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Section_set__score_m2180173751 (CRoleBeatKeyData_Section_t904755798 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleBeatKeyData_Section_set__score_m2180173751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEncrptHelp_Int_t51280996 * L_0 = __this->get__scoreEncrpt_7(); int32_t L_1 = ___value0; NullCheck(L_0); CEncrptHelp_1_Set_m402441972(L_0, L_1, /*hidden argument*/CEncrptHelp_1_Set_m402441972_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.DanceMode.CRoleBeatKeyData_Total::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Total__ctor_m2671646461 (CRoleBeatKeyData_Total_t538171442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleBeatKeyData_Total__ctor_m2671646461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CEncrptHelp_Int_t51280996 * L_0 = (CEncrptHelp_Int_t51280996 *)il2cpp_codegen_object_new(CEncrptHelp_Int_t51280996_il2cpp_TypeInfo_var); CEncrptHelp_Int__ctor_m346885275(L_0, /*hidden argument*/NULL); __this->set__scoreEncrpt_4(L_0); CRoleBeatKeyData_Total_set_score_m3889446481(__this, 0, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.CRoleBeatKeyData_Total::CopyFromSection(DMCore.DanceMode.CRoleBeatKeyData_Section) extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Total_CopyFromSection_m1783642018 (CRoleBeatKeyData_Total_t538171442 * __this, CRoleBeatKeyData_Section_t904755798 * ___section0, const RuntimeMethod* method) { { CRoleBeatKeyData_Section_t904755798 * L_0 = ___section0; NullCheck(L_0); int64_t L_1 = L_0->get__userId_0(); __this->set_userId_0(L_1); CRoleBeatKeyData_Section_t904755798 * L_2 = ___section0; NullCheck(L_2); int32_t L_3 = CRoleBeatKeyData_Section_get__score_m3838156656(L_2, /*hidden argument*/NULL); CRoleBeatKeyData_Total_set_score_m3889446481(__this, L_3, /*hidden argument*/NULL); CRoleBeatKeyData_Section_t904755798 * L_4 = ___section0; NullCheck(L_4); int32_t L_5 = L_4->get_maxCombo_6(); __this->set_maxCombo_3(L_5); CRoleBeatKeyData_Section_t904755798 * L_6 = ___section0; NullCheck(L_6); String_t* L_7 = L_6->get_userName_5(); __this->set_userName_2(L_7); return; } } // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Total::get_score() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleBeatKeyData_Total_get_score_m3615130383 (CRoleBeatKeyData_Total_t538171442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleBeatKeyData_Total_get_score_m3615130383_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEncrptHelp_Int_t51280996 * L_0 = __this->get__scoreEncrpt_4(); NullCheck(L_0); int32_t L_1 = CEncrptHelp_1_Get_m2053086496(L_0, /*hidden argument*/CEncrptHelp_1_Get_m2053086496_RuntimeMethod_var); return L_1; } } // System.Void DMCore.DanceMode.CRoleBeatKeyData_Total::set_score(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleBeatKeyData_Total_set_score_m3889446481 (CRoleBeatKeyData_Total_t538171442 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleBeatKeyData_Total_set_score_m3889446481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEncrptHelp_Int_t51280996 * L_0 = __this->get__scoreEncrpt_4(); int32_t L_1 = ___value0; NullCheck(L_0); CEncrptHelp_1_Set_m402441972(L_0, L_1, /*hidden argument*/CEncrptHelp_1_Set_m402441972_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.DanceMode.CRoleGiveLike::.ctor(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleGiveLike__ctor_m1271339610 (CRoleGiveLike_t149518772 * __this, int64_t ___userid0, int32_t ___Flag1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int64_t L_0 = ___userid0; __this->set_userId_0(L_0); int32_t L_1 = ___Flag1; __this->set_flag_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.CSectionRoleTask::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSectionRoleTask__ctor_m2130227704 (CSectionRoleTask_t2014828986 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSectionRoleTask__ctor_m2130227704_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t2750885178 * L_0 = (List_1_t2750885178 *)il2cpp_codegen_object_new(List_1_t2750885178_il2cpp_TypeInfo_var); List_1__ctor_m1889811877(L_0, /*hidden argument*/List_1__ctor_m1889811877_RuntimeMethod_var); __this->set_m_listRoles_0(L_0); return; } } // System.Void DMCore.DanceMode.CSectionRoleTask::Clear() extern "C" IL2CPP_METHOD_ATTR void CSectionRoleTask_Clear_m3325556555 (CSectionRoleTask_t2014828986 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSectionRoleTask_Clear_m3325556555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2750885178 * L_0 = __this->get_m_listRoles_0(); NullCheck(L_0); List_1_Clear_m2156120365(L_0, /*hidden argument*/List_1_Clear_m2156120365_RuntimeMethod_var); return; } } // System.Void DMCore.DanceMode.CSectionRoleTask::OnStep(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSectionRoleTask_OnStep_m3142781303 (CSectionRoleTask_t2014828986 * __this, float ___fStep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSectionRoleTask_OnStep_m3142781303_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; { float L_0 = ___fStep0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_1 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_0, (0.0f), (1.0f), /*hidden argument*/NULL); ___fStep0 = L_1; V_0 = 0; goto IL_00b0; } IL_0019: { CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t2750885178 * L_3 = __this->get_m_listRoles_0(); int32_t L_4 = V_0; NullCheck(L_3); stRoleMoveInfo_t1278810436 * L_5 = List_1_get_Item_m3539424980(L_3, L_4, /*hidden argument*/List_1_get_Item_m3539424980_RuntimeMethod_var); NullCheck(L_5); int64_t L_6 = L_5->get__userID_0(); NullCheck(L_2); ISceneRole_t2394225724 * L_7 = CSceneService_FindRoleByUserID_m4171044813(L_2, L_6, /*hidden argument*/NULL); V_1 = L_7; ISceneRole_t2394225724 * L_8 = V_1; if (!L_8) { goto IL_00ac; } } { ISceneRole_t2394225724 * L_9 = V_1; NullCheck(L_9); bool L_10 = ISceneBaseObj_IsValid_m1197404667(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00ac; } } { ISceneRole_t2394225724 * L_11 = V_1; NullCheck(L_11); Transform_t3600365921 * L_12 = ISceneBaseObj_GetTransform_m3818769012(L_11, /*hidden argument*/NULL); List_1_t2750885178 * L_13 = __this->get_m_listRoles_0(); int32_t L_14 = V_0; NullCheck(L_13); stRoleMoveInfo_t1278810436 * L_15 = List_1_get_Item_m3539424980(L_13, L_14, /*hidden argument*/List_1_get_Item_m3539424980_RuntimeMethod_var); NullCheck(L_15); Vector3_t3722313464 L_16 = L_15->get__postionStart_1(); List_1_t2750885178 * L_17 = __this->get_m_listRoles_0(); int32_t L_18 = V_0; NullCheck(L_17); stRoleMoveInfo_t1278810436 * L_19 = List_1_get_Item_m3539424980(L_17, L_18, /*hidden argument*/List_1_get_Item_m3539424980_RuntimeMethod_var); NullCheck(L_19); Vector3_t3722313464 L_20 = L_19->get__postionEnd_2(); float L_21 = ___fStep0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_22 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_16, L_20, L_21, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_position_m3387557959(L_12, L_22, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_23 = V_1; NullCheck(L_23); Transform_t3600365921 * L_24 = ISceneBaseObj_GetTransform_m3818769012(L_23, /*hidden argument*/NULL); List_1_t2750885178 * L_25 = __this->get_m_listRoles_0(); int32_t L_26 = V_0; NullCheck(L_25); stRoleMoveInfo_t1278810436 * L_27 = List_1_get_Item_m3539424980(L_25, L_26, /*hidden argument*/List_1_get_Item_m3539424980_RuntimeMethod_var); NullCheck(L_27); Quaternion_t2301928331 L_28 = L_27->get__RotationStart_3(); List_1_t2750885178 * L_29 = __this->get_m_listRoles_0(); int32_t L_30 = V_0; NullCheck(L_29); stRoleMoveInfo_t1278810436 * L_31 = List_1_get_Item_m3539424980(L_29, L_30, /*hidden argument*/List_1_get_Item_m3539424980_RuntimeMethod_var); NullCheck(L_31); Quaternion_t2301928331 L_32 = L_31->get__RotationEnd_4(); float L_33 = ___fStep0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_34 = Quaternion_Lerp_m1238806789(NULL /*static, unused*/, L_28, L_32, L_33, /*hidden argument*/NULL); NullCheck(L_24); Transform_set_rotation_m3524318132(L_24, L_34, /*hidden argument*/NULL); } IL_00ac: { int32_t L_35 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b0: { int32_t L_36 = V_0; List_1_t2750885178 * L_37 = __this->get_m_listRoles_0(); NullCheck(L_37); int32_t L_38 = List_1_get_Count_m1246520958(L_37, /*hidden argument*/List_1_get_Count_m1246520958_RuntimeMethod_var); if ((((int32_t)L_36) < ((int32_t)L_38))) { goto IL_0019; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.IBeatKeyFollow::.ctor() extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow__ctor_m2791885685 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { IBeatKeys__ctor_m2842744334(__this, /*hidden argument*/NULL); __this->set_m_iPingPongCount_23(1); __this->set_m_fTimePerCircle_24((1.0f)); __this->set_m_iJudgePointCount_25(2); return; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::SerialToXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_SerialToXml_m272553896 (IBeatKeyFollow_t1042819926 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_SerialToXml_m272553896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlNode_t3958967524 * L_0 = ___element0; IBeatKeys_SerialToXml_m3511116958(__this, L_0, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_1 = ___element0; int32_t* L_2 = __this->get_address_of_m_iPingPongCount_23(); String_t* L_3 = Int32_ToString_m141394615(L_2, /*hidden argument*/NULL); NullCheck(L_1); DMXmlNode_SetAttribute_m3965231450(L_1, _stringLiteral2292520441, L_3, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_4 = ___element0; float* L_5 = __this->get_address_of_m_fTimePerCircle_24(); String_t* L_6 = Single_ToString_m3947131094(L_5, /*hidden argument*/NULL); NullCheck(L_4); DMXmlNode_SetAttribute_m3965231450(L_4, _stringLiteral3173758761, L_6, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_7 = ___element0; int32_t* L_8 = __this->get_address_of_m_iJudgePointCount_25(); String_t* L_9 = Int32_ToString_m141394615(L_8, /*hidden argument*/NULL); NullCheck(L_7); DMXmlNode_SetAttribute_m3965231450(L_7, _stringLiteral915961004, L_9, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_DeserialFromXml_m250303597 (IBeatKeyFollow_t1042819926 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_DeserialFromXml_m250303597_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlNode_t3958967524 * L_0 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_1 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_0, _stringLiteral2292520441, 1, /*hidden argument*/NULL); __this->set_m_iPingPongCount_23(L_1); DMXmlNode_t3958967524 * L_2 = ___element0; float L_3 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_2, _stringLiteral3173758761, (0.0f), /*hidden argument*/NULL); __this->set_m_fTimePerCircle_24(L_3); DMXmlNode_t3958967524 * L_4 = ___element0; int32_t L_5 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_4, _stringLiteral915961004, 2, /*hidden argument*/NULL); __this->set_m_iJudgePointCount_25(L_5); DMXmlNode_t3958967524 * L_6 = ___element0; IBeatKeys_DeserialFromXml_m404394739(__this, L_6, /*hidden argument*/NULL); IBeatKeyFollow_OnFillTimeParams_m2709933157(__this, /*hidden argument*/NULL); return; } } // System.String DMCore.DanceMode.IBeatKeyFollow::GetBackBorderTextureName() extern "C" IL2CPP_METHOD_ATTR String_t* IBeatKeyFollow_GetBackBorderTextureName_m3970457686 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_GetBackBorderTextureName_m3970457686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = IBeatKeys_IsHighCombo_m2263008295(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { return _stringLiteral1834792664; } IL_0010: { return _stringLiteral2549542594; } } // System.String DMCore.DanceMode.IBeatKeyFollow::GetBackRoundTextureName() extern "C" IL2CPP_METHOD_ATTR String_t* IBeatKeyFollow_GetBackRoundTextureName_m2417281182 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_GetBackRoundTextureName_m2417281182_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = IBeatKeys_IsHighCombo_m2263008295(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { return _stringLiteral30529775; } IL_0010: { return _stringLiteral11953232; } } // System.String DMCore.DanceMode.IBeatKeyFollow::GetBackRoundEndTextureName() extern "C" IL2CPP_METHOD_ATTR String_t* IBeatKeyFollow_GetBackRoundEndTextureName_m1718711955 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_GetBackRoundEndTextureName_m1718711955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = IBeatKeys_IsHighCombo_m2263008295(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { return _stringLiteral1881216892; } IL_0010: { return _stringLiteral3075198839; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::OnAnim() extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_OnAnim_m200921393 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { IBeatKeys_OnAnim_m2978015060(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::SetJudgeTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_SetJudgeTime_m938270177 (IBeatKeyFollow_t1042819926 * __this, float ___fTime0, const RuntimeMethod* method) { { float L_0 = ___fTime0; IBeatKeys_SetJudgeTime_m1418426729(__this, L_0, /*hidden argument*/NULL); IBeatKeyFollow_OnFillTimeParams_m2709933157(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.DanceMode.IBeatKeyFollow::GetJudgePointCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyFollow_GetJudgePointCount_m1683802171 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_iJudgePointCount_25(); return L_0; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::SetJudgePointCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_SetJudgePointCount_m2842906423 (IBeatKeyFollow_t1042819926 * __this, int32_t ___nPointCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_SetJudgePointCount_m2842906423_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nPointCount0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Max_m3673002171(NULL /*static, unused*/, 2, L_0, /*hidden argument*/NULL); __this->set_m_iJudgePointCount_25(L_1); return; } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCenterByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeyFollow_GetJudgeCenterByIndex_m2496930250 (IBeatKeyFollow_t1042819926 * __this, int32_t ___nJudgePointIndex0, const RuntimeMethod* method) { float V_0 = 0.0f; { int32_t L_0 = ___nJudgePointIndex0; int32_t L_1 = IBeatKeyFollow_GetJudgePointCount_m1683802171(__this, /*hidden argument*/NULL); V_0 = (((float)((float)((int32_t)((int32_t)L_0/(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))))); float L_2 = V_0; Vector2_t2156229523 L_3 = VirtFuncInvoker1< Vector2_t2156229523 , float >::Invoke(35 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCenterByStep(System.Single) */, __this, L_2); return L_3; } } // System.Single DMCore.DanceMode.IBeatKeyFollow::GetStepByTime(System.Single) extern "C" IL2CPP_METHOD_ATTR float IBeatKeyFollow_GetStepByTime_m2610078988 (IBeatKeyFollow_t1042819926 * __this, float ___fTime0, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; int32_t V_2 = 0; float G_B6_0 = 0.0f; { V_0 = (0.0f); float L_0 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_1 = ___fTime0; if ((!(((float)L_0) >= ((float)L_1)))) { goto IL_001d; } } { V_0 = (0.0f); goto IL_0090; } IL_001d: { float L_2 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); int32_t L_3 = IBeatKeyFollow_GetPingPongCount_m136055852(__this, /*hidden argument*/NULL); float L_4 = IBeatKeyFollow_GetTimePerCircle_m1245985478(__this, /*hidden argument*/NULL); float L_5 = ___fTime0; if ((!(((float)((float)il2cpp_codegen_add((float)L_2, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_3))), (float)L_4))))) < ((float)L_5)))) { goto IL_005a; } } { int32_t L_6 = IBeatKeyFollow_GetPingPongCount_m136055852(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_6%(int32_t)2))) { goto IL_004f; } } { G_B6_0 = (1.0f); goto IL_0054; } IL_004f: { G_B6_0 = (0.0f); } IL_0054: { V_0 = G_B6_0; goto IL_0090; } IL_005a: { float L_7 = ___fTime0; float L_8 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); V_1 = ((float)il2cpp_codegen_subtract((float)L_7, (float)L_8)); float L_9 = V_1; float L_10 = IBeatKeyFollow_GetTimePerCircle_m1245985478(__this, /*hidden argument*/NULL); V_2 = (((int32_t)((int32_t)((float)((float)L_9/(float)L_10))))); float L_11 = V_1; int32_t L_12 = V_2; float L_13 = IBeatKeyFollow_GetTimePerCircle_m1245985478(__this, /*hidden argument*/NULL); float L_14 = IBeatKeyFollow_GetTimePerCircle_m1245985478(__this, /*hidden argument*/NULL); V_0 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_11, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_12))), (float)L_13))))/(float)L_14)); int32_t L_15 = V_2; if (!((int32_t)((int32_t)L_15%(int32_t)2))) { goto IL_0090; } } { float L_16 = V_0; V_0 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_16)); } IL_0090: { float L_17 = V_0; return L_17; } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetFistJudgeCenter() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeyFollow_GetFistJudgeCenter_m559614550 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = VirtFuncInvoker1< Vector2_t2156229523 , float >::Invoke(35 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCenterByStep(System.Single) */, __this, (0.0f)); return L_0; } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetLastJudgeCenter() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeyFollow_GetLastJudgeCenter_m3836897443 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float G_B3_0 = 0.0f; { int32_t L_0 = IBeatKeyFollow_GetPingPongCount_m136055852(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_0%(int32_t)2))) { goto IL_0017; } } { G_B3_0 = (1.0f); goto IL_001c; } IL_0017: { G_B3_0 = (0.0f); } IL_001c: { V_0 = G_B3_0; float L_1 = V_0; Vector2_t2156229523 L_2 = VirtFuncInvoker1< Vector2_t2156229523 , float >::Invoke(35 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCenterByStep(System.Single) */, __this, L_1); return L_2; } } // System.Single DMCore.DanceMode.IBeatKeyFollow::GetJudgeEndMissTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR float IBeatKeyFollow_GetJudgeEndMissTime_m516288692 (IBeatKeyFollow_t1042819926 * __this, int32_t ___bpm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_GetJudgeEndMissTime_m516288692_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; { int32_t L_0 = ___bpm0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, ((int32_t)80), ((int32_t)160), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((float)((float)(((float)((float)L_2)))/(float)(120.0f))); float L_3 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); int32_t L_4 = IBeatKeyFollow_GetPingPongCount_m136055852(__this, /*hidden argument*/NULL); float L_5 = IBeatKeyFollow_GetTimePerCircle_m1245985478(__this, /*hidden argument*/NULL); float L_6 = V_1; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_4))), (float)L_5)))), (float)((float)((float)(0.5f)/(float)L_6)))); } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCenterByTime(System.Single) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeyFollow_GetJudgeCenterByTime_m606881250 (IBeatKeyFollow_t1042819926 * __this, float ___fTime0, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = ___fTime0; float L_1 = IBeatKeyFollow_GetStepByTime_m2610078988(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; float L_2 = V_0; Vector2_t2156229523 L_3 = VirtFuncInvoker1< Vector2_t2156229523 , float >::Invoke(35 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCenterByStep(System.Single) */, __this, L_2); return L_3; } } // System.Boolean DMCore.DanceMode.IBeatKeyFollow::IsJudgeTime(System.Single) extern "C" IL2CPP_METHOD_ATTR bool IBeatKeyFollow_IsJudgeTime_m2706885534 (IBeatKeyFollow_t1042819926 * __this, float ___fTime0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { float L_0 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_1 = ___fTime0; if ((!(((float)L_0) <= ((float)L_1)))) { goto IL_0029; } } { float L_2 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); int32_t L_3 = IBeatKeyFollow_GetPingPongCount_m136055852(__this, /*hidden argument*/NULL); float L_4 = IBeatKeyFollow_GetTimePerCircle_m1245985478(__this, /*hidden argument*/NULL); float L_5 = ___fTime0; G_B3_0 = ((((int32_t)((!(((float)((float)il2cpp_codegen_add((float)L_2, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_3))), (float)L_4))))) >= ((float)L_5)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_002a; } IL_0029: { G_B3_0 = 0; } IL_002a: { V_0 = (bool)G_B3_0; bool L_6 = V_0; return L_6; } } // System.Int32 DMCore.DanceMode.IBeatKeyFollow::GetPingPongCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyFollow_GetPingPongCount_m136055852 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_iPingPongCount_23(); return L_0; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::SetPingPongCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_SetPingPongCount_m3888037471 (IBeatKeyFollow_t1042819926 * __this, int32_t ___nCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_SetPingPongCount_m3888037471_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nCount0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Max_m3673002171(NULL /*static, unused*/, 1, L_0, /*hidden argument*/NULL); __this->set_m_iPingPongCount_23(L_1); IBeatKeyFollow_OnFillTimeParams_m2709933157(__this, /*hidden argument*/NULL); return; } } // System.Single DMCore.DanceMode.IBeatKeyFollow::GetTimePerCircle() extern "C" IL2CPP_METHOD_ATTR float IBeatKeyFollow_GetTimePerCircle_m1245985478 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_fTimePerCircle_24(); return L_0; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::SetTimePerCircle(System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_SetTimePerCircle_m211131485 (IBeatKeyFollow_t1042819926 * __this, float ___fTime0, const RuntimeMethod* method) { { float L_0 = ___fTime0; __this->set_m_fTimePerCircle_24(L_0); IBeatKeyFollow_OnFillTimeParams_m2709933157(__this, /*hidden argument*/NULL); return; } } // System.Single DMCore.DanceMode.IBeatKeyFollow::GetTangentByStep(System.Single) extern "C" IL2CPP_METHOD_ATTR float IBeatKeyFollow_GetTangentByStep_m3515855941 (IBeatKeyFollow_t1042819926 * __this, float ___fStep0, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = ___fStep0; float L_1 = VirtFuncInvoker1< float, float >::Invoke(36 /* System.Single DMCore.DanceMode.IBeatKeyFollow::GetAngleByStep(System.Single) */, __this, L_0); V_0 = L_1; float L_2 = V_0; V_0 = ((float)il2cpp_codegen_subtract((float)(450.0f), (float)L_2)); float L_3 = V_0; return L_3; } } // System.Int32 DMCore.DanceMode.IBeatKeyFollow::GetBeatKeyNodeJudgeCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyFollow_GetBeatKeyNodeJudgeCount_m3064504058 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { int32_t L_0 = IBeatKeyFollow_GetJudgeCount_m1037614411(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyFollow_GetJudgeCount_m1037614411 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { { int32_t L_0 = IBeatKeyFollow_GetPingPongCount_m136055852(__this, /*hidden argument*/NULL); int32_t L_1 = IBeatKeyFollow_GetJudgePointCount_m1683802171(__this, /*hidden argument*/NULL); int32_t L_2 = IBeatKeyFollow_GetJudgePointCount_m1683802171(__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))), (int32_t)L_2)); } } // System.Void DMCore.DanceMode.IBeatKeyFollow::OnFillTimeParams() extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_OnFillTimeParams_m2709933157 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { float L_0 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_1 = IBeatKeys_GetFadeInTime_m2112968104(__this, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)); float L_2 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_3 = __this->get_m_fTimePerCircle_24(); int32_t L_4 = __this->get_m_iPingPongCount_23(); float L_5 = IBeatKeys_GetFadeOutTime_m2967601141(__this, /*hidden argument*/NULL); V_1 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_2, (float)((float)il2cpp_codegen_multiply((float)L_3, (float)(((float)((float)L_4))))))), (float)L_5)); float L_6 = V_0; float L_7 = V_1; CAnimNode_SetTimeRange_m3219375386(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::DrawPingpongWidget() extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow_DrawPingpongWidget_m3609074279 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_DrawPingpongWidget_m3609074279_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; Vector2_t2156229523 V_5; memset(&V_5, 0, sizeof(V_5)); float V_6 = 0.0f; { int32_t L_0 = IBeatKeyFollow_GetPingPongCount_m136055852(__this, /*hidden argument*/NULL); if ((((int32_t)1) < ((int32_t)L_0))) { goto IL_000d; } } { return; } IL_000d: { float L_1 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); float L_2 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_3 = IBeatKeys_GetFadeInTime_m2112968104(__this, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_subtract((float)L_1, (float)((float)il2cpp_codegen_subtract((float)L_2, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_3)))))); float L_4 = V_0; if ((((float)(0.0f)) > ((float)L_4))) { goto IL_004b; } } { float L_5 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_6 = IBeatKeyFollow_GetTimePerCircle_m1245985478(__this, /*hidden argument*/NULL); float L_7 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); if ((!(((float)((float)il2cpp_codegen_add((float)L_5, (float)L_6))) < ((float)L_7)))) { goto IL_004c; } } IL_004b: { return; } IL_004c: { float L_8 = VirtFuncInvoker0< float >::Invoke(38 /* System.Single DMCore.DanceMode.IBeatKeyFollow::GetArrowAngle() */, __this); V_1 = L_8; V_2 = (0.26f); V_3 = (0.26f); float L_9 = V_0; float L_10 = V_2; float L_11 = V_3; V_4 = (fmodf(L_9, ((float)il2cpp_codegen_add((float)L_10, (float)L_11)))); float L_12 = V_2; float L_13 = V_4; if ((!(((float)L_12) > ((float)L_13)))) { goto IL_00a4; } } { float L_14 = V_4; float L_15 = V_2; V_4 = ((float)((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_14))/(float)L_15)); float L_16 = V_4; if ((!(((float)(1.0f)) < ((float)L_16)))) { goto IL_0090; } } { float L_17 = V_4; V_4 = ((float)il2cpp_codegen_subtract((float)(2.0f), (float)L_17)); } IL_0090: { float L_18 = V_1; float L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_20 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (-12.0f), (12.0f), L_19, /*hidden argument*/NULL); V_1 = ((float)il2cpp_codegen_add((float)L_18, (float)L_20)); } IL_00a4: { Vector2_t2156229523 L_21 = VirtFuncInvoker1< Vector2_t2156229523 , float >::Invoke(35 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeyFollow::GetJudgeCenterByStep(System.Single) */, __this, (1.0f)); V_5 = L_21; float L_22 = IBeatKeys_GetScale_m3445086615(__this, /*hidden argument*/NULL); V_6 = L_22; CBeatKeyManager_t1395295909 * L_23 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_24 = V_5; float L_25 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_26 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_27 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); float L_28 = V_1; NullCheck(L_23); CBeatKeyManager_PushDrawCommand_m2157714116(L_23, _stringLiteral95343124, L_24, L_27, L_28, (1.0f), 4, /*hidden argument*/NULL); return; } } // System.Single DMCore.DanceMode.IBeatKeyFollow::GetBackGroundBPMScale() extern "C" IL2CPP_METHOD_ATTR float IBeatKeyFollow_GetBackGroundBPMScale_m1603372661 (IBeatKeyFollow_t1042819926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow_GetBackGroundBPMScale_m1603372661_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; int32_t G_B3_0 = 0; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { CBeatKeyManager_t1395295909 * L_1 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CBeatKeyManager_GetBpm_m1897872510(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001b; } IL_0019: { G_B3_0 = ((int32_t)120); } IL_001b: { V_0 = G_B3_0; int32_t L_3 = V_0; V_1 = ((float)((float)(60.0f)/(float)(((float)((float)L_3))))); float L_4 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); float L_5 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); V_2 = ((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)); float L_6 = V_2; if ((!(((float)(0.0f)) < ((float)L_6)))) { goto IL_0079; } } { float L_7 = V_2; float L_8 = V_1; V_2 = ((float)((float)L_7/(float)L_8)); float L_9 = V_2; float L_10 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_11 = floorf(L_10); V_2 = ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)); float L_12 = V_2; if ((!(((float)(0.5f)) > ((float)L_12)))) { goto IL_005c; } } { return (1.0f); } IL_005c: { float L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_14 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (1.1f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_13, (float)(0.5f))), (float)(2.0f))), /*hidden argument*/NULL); return L_14; } IL_0079: { float L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_16 = fabsf(L_15); V_2 = L_16; float L_17 = V_2; float L_18 = V_1; V_2 = ((float)((float)L_17/(float)L_18)); float L_19 = V_2; float L_20 = V_2; float L_21 = floorf(L_20); V_2 = ((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)); float L_22 = V_2; if ((!(((float)(0.5f)) <= ((float)L_22)))) { goto IL_009e; } } { return (1.0f); } IL_009e: { float L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_24 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.1f), (1.0f), ((float)il2cpp_codegen_multiply((float)L_23, (float)(2.0f))), /*hidden argument*/NULL); return L_24; } } // System.Void DMCore.DanceMode.IBeatKeyFollow::.cctor() extern "C" IL2CPP_METHOD_ATTR void IBeatKeyFollow__cctor_m234651070 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyFollow__cctor_m234651070_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SingleU5BU5D_t1444911251* L_0 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D4E9CA25A5155AA319074108510CD9CFED297FA81_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((IBeatKeyFollow_t1042819926_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeyFollow_t1042819926_il2cpp_TypeInfo_var))->set_fAngleArraySin_18(L_0); SingleU5BU5D_t1444911251* L_2 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2D9D68C35C5471CEC1B675816185F9F25D1F9D1335_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((IBeatKeyFollow_t1042819926_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeyFollow_t1042819926_il2cpp_TypeInfo_var))->set_fAngleArrayCos_19(L_2); SingleU5BU5D_t1444911251* L_4 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DF3A0F595CA5F8AE023625DABA745AF21C468CB01_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((IBeatKeyFollow_t1042819926_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeyFollow_t1042819926_il2cpp_TypeInfo_var))->set_fLengthScaleArray_20(L_4); SingleU5BU5D_t1444911251* L_6 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((IBeatKeyFollow_t1042819926_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeyFollow_t1042819926_il2cpp_TypeInfo_var))->set_fLengthArray_21(L_6); SingleU5BU5D_t1444911251* L_8 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____U24fieldU2DA0026CF97DA7F1D038E679EAE261D1067E7B6514_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); ((IBeatKeyFollow_t1042819926_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeyFollow_t1042819926_il2cpp_TypeInfo_var))->set_fScaleArray_22(L_8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeyHelp::TryUsePropItem(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyHelp_TryUsePropItem_m1498148053 (RuntimeObject * __this /* static, unused */, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyHelp_TryUsePropItem_m1498148053_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t G_B7_0 = 0; int32_t G_B12_0 = 0; { CAnimSystem_t3541144328 * L_0 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CAnimSystem_IsIntroduceMode_m3657797512(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { int32_t L_2 = ___result0; return L_2; } IL_0011: { CLocalBattle_t1519924991 * L_3 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CLocalBattle_get_EnableLocalGame_m1315119155(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_006a; } } { int32_t L_5 = ___result0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0045; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_6 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = CPropEquipManager_UseEquipedProp_m1130546270(L_6, ((int32_t)10001), /*hidden argument*/NULL); V_0 = L_7; bool L_8 = V_0; if (!L_8) { goto IL_0043; } } { G_B7_0 = 2; goto IL_0044; } IL_0043: { G_B7_0 = 1; } IL_0044: { return (int32_t)(G_B7_0); } IL_0045: { int32_t L_9 = ___result0; if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_006a; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_10 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = CPropEquipManager_UseEquipedProp_m1130546270(L_10, ((int32_t)10002), /*hidden argument*/NULL); V_1 = L_11; bool L_12 = V_1; if (!L_12) { goto IL_0068; } } { G_B12_0 = 4; goto IL_0069; } IL_0068: { int32_t L_13 = ___result0; G_B12_0 = ((int32_t)(L_13)); } IL_0069: { return (int32_t)(G_B12_0); } IL_006a: { int32_t L_14 = ___result0; return L_14; } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeyHelp::TryUsePetSkill(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeyHelp_TryUsePetSkill_m1161489600 (RuntimeObject * __this /* static, unused */, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeyHelp_TryUsePetSkill_m1161489600_MetadataUsageId); s_Il2CppMethodInitialized = true; } SkillInfo_t3175174670 * V_0 = NULL; float V_1 = 0.0f; ISceneNpcBase_t3974693970 * V_2 = NULL; ISceneNpcBase_t3974693970 * V_3 = NULL; ISceneNpcBase_t3974693970 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); SkillInfo_t3175174670 * L_1 = CPetManager_GetFollowPetSkillInfo_m2997210207(L_0, /*hidden argument*/NULL); V_0 = L_1; SkillInfo_t3175174670 * L_2 = V_0; if (L_2) { goto IL_0013; } } { int32_t L_3 = ___result0; return L_3; } IL_0013: { float L_4 = Random_get_value_m3115885645(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_4; float L_5 = V_1; SkillInfo_t3175174670 * L_6 = V_0; NullCheck(L_6); float L_7 = L_6->get_value_5(); if ((!(((float)L_5) <= ((float)L_7)))) { goto IL_014d; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CPetManager_get_petSkillUseCount_m1540535980(L_8, /*hidden argument*/NULL); SkillInfo_t3175174670 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_MaxUseCount_6(); if ((((int32_t)L_9) >= ((int32_t)L_11))) { goto IL_014d; } } { int32_t L_12 = ___result0; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0096; } } { SkillInfo_t3175174670 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = L_13->get_ItemOrValueId_3(); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)-103))))) { goto IL_0096; } } { ___result0 = 2; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_15 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_16 = L_15; NullCheck(L_16); int32_t L_17 = CPetManager_get_petSkillUseCount_m1540535980(L_16, /*hidden argument*/NULL); NullCheck(L_16); CPetManager_set_petSkillUseCount_m1801960473(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); CPetManager_t2941415134 * L_18 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); ISceneNpcBase_t3974693970 * L_19 = CPetManager_get_CurrentFollowedPet_m3456142787(L_18, /*hidden argument*/NULL); V_2 = L_19; ISceneNpcBase_t3974693970 * L_20 = V_2; if (!L_20) { goto IL_0091; } } { ISceneNpcBase_t3974693970 * L_21 = V_2; NullCheck(L_21); ISceneBaseObj_StopEffect_m879461206(L_21, _stringLiteral3572347473, 0, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_22 = V_2; NullCheck(L_22); ISceneBaseObj_PlayEffect_m4006788978(L_22, _stringLiteral3572347473, 0, (1.0f), /*hidden argument*/NULL); } IL_0091: { goto IL_014d; } IL_0096: { int32_t L_23 = ___result0; if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_00f2; } } { SkillInfo_t3175174670 * L_24 = V_0; NullCheck(L_24); int32_t L_25 = L_24->get_ItemOrValueId_3(); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)-104))))) { goto IL_00f2; } } { ___result0 = 3; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_26 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_27 = L_26; NullCheck(L_27); int32_t L_28 = CPetManager_get_petSkillUseCount_m1540535980(L_27, /*hidden argument*/NULL); NullCheck(L_27); CPetManager_set_petSkillUseCount_m1801960473(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL); CPetManager_t2941415134 * L_29 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); ISceneNpcBase_t3974693970 * L_30 = CPetManager_get_CurrentFollowedPet_m3456142787(L_29, /*hidden argument*/NULL); V_3 = L_30; ISceneNpcBase_t3974693970 * L_31 = V_3; if (!L_31) { goto IL_00ed; } } { ISceneNpcBase_t3974693970 * L_32 = V_3; NullCheck(L_32); ISceneBaseObj_StopEffect_m879461206(L_32, _stringLiteral3572347473, 0, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_33 = V_3; NullCheck(L_33); ISceneBaseObj_PlayEffect_m4006788978(L_33, _stringLiteral3572347473, 0, (1.0f), /*hidden argument*/NULL); } IL_00ed: { goto IL_014d; } IL_00f2: { int32_t L_34 = ___result0; if ((!(((uint32_t)L_34) == ((uint32_t)3)))) { goto IL_014d; } } { SkillInfo_t3175174670 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = L_35->get_ItemOrValueId_3(); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)-105))))) { goto IL_014d; } } { ___result0 = 4; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_37 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_38 = L_37; NullCheck(L_38); int32_t L_39 = CPetManager_get_petSkillUseCount_m1540535980(L_38, /*hidden argument*/NULL); NullCheck(L_38); CPetManager_set_petSkillUseCount_m1801960473(L_38, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)), /*hidden argument*/NULL); CPetManager_t2941415134 * L_40 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); ISceneNpcBase_t3974693970 * L_41 = CPetManager_get_CurrentFollowedPet_m3456142787(L_40, /*hidden argument*/NULL); V_4 = L_41; ISceneNpcBase_t3974693970 * L_42 = V_4; if (!L_42) { goto IL_014d; } } { ISceneNpcBase_t3974693970 * L_43 = V_4; NullCheck(L_43); ISceneBaseObj_StopEffect_m879461206(L_43, _stringLiteral3572347473, 0, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_44 = V_4; NullCheck(L_44); ISceneBaseObj_PlayEffect_m4006788978(L_44, _stringLiteral3572347473, 0, (1.0f), /*hidden argument*/NULL); } IL_014d: { int32_t L_45 = ___result0; return L_45; } } #ifdef __clang__ #pragma clang 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.DanceMode.IBeatKeys::.ctor() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys__ctor_m2842744334 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys__ctor_m2842744334_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; stParticleInfo_t1635389417 * V_3 = NULL; stParticleInfo_t1635389417 * V_4 = NULL; stParticleInfo_t1635389417 * V_5 = NULL; stParticleInfo_t1635389417 * V_6 = NULL; stParticleInfo_t1635389417 * V_7 = NULL; stParticleInfo_t1635389417 * V_8 = NULL; stParticleInfo_t1635389417 * V_9 = NULL; { CAnimNode__ctor_m1129265667(__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_0 = V_0; __this->set_m_JudgeBox_8(L_0); __this->set_m_JudgeResult_10(0); __this->set_m_fJudgeTime_11((0.0f)); __this->set_m_fJudgeTriggerTime_12((-1.0f)); il2cpp_codegen_initobj((&V_1), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_1 = V_1; __this->set_m_BeatCenter_7(L_1); __this->set_m_bUseMissProp_16((bool)0); __this->set_m_bUsePerfectProp_17((bool)0); __this->set_m_NumIndex_9((-1)); List_1_t3346683719 * L_2 = (List_1_t3346683719 *)il2cpp_codegen_object_new(List_1_t3346683719_il2cpp_TypeInfo_var); List_1__ctor_m1994423179(L_2, /*hidden argument*/List_1__ctor_m1994423179_RuntimeMethod_var); __this->set_m_listResults_13(L_2); List_1_t2675634408 * L_3 = (List_1_t2675634408 *)il2cpp_codegen_object_new(List_1_t2675634408_il2cpp_TypeInfo_var); List_1__ctor_m4042748265(L_3, /*hidden argument*/List_1__ctor_m4042748265_RuntimeMethod_var); __this->set_m_listUseProp_14(L_3); List_1_t3107464159 * L_4 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); if (L_4) { goto IL_0080; } } { List_1_t3107464159 * L_5 = (List_1_t3107464159 *)il2cpp_codegen_object_new(List_1_t3107464159_il2cpp_TypeInfo_var); List_1__ctor_m578829583(L_5, /*hidden argument*/List_1__ctor_m578829583_RuntimeMethod_var); ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->set_s_ListParticles_15(L_5); } IL_0080: { List_1_t3107464159 * L_6 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m4284276687(L_6, /*hidden argument*/List_1_get_Count_m4284276687_RuntimeMethod_var); if (L_7) { goto IL_02d2; } } { V_2 = 0; goto IL_00f1; } IL_0096: { stParticleInfo_t1635389417 * L_8 = (stParticleInfo_t1635389417 *)il2cpp_codegen_object_new(stParticleInfo_t1635389417_il2cpp_TypeInfo_var); stParticleInfo__ctor_m3766049461(L_8, /*hidden argument*/NULL); V_3 = L_8; stParticleInfo_t1635389417 * L_9 = V_3; int32_t L_10 = V_2; NullCheck(L_9); L_9->set_angle_1(((float)il2cpp_codegen_multiply((float)(0.0174532924f), (float)((float)il2cpp_codegen_add((float)(110.0f), (float)((float)il2cpp_codegen_multiply((float)(120.0f), (float)(((float)((float)L_10)))))))))); stParticleInfo_t1635389417 * L_11 = V_3; NullCheck(L_11); L_11->set_name_0(_stringLiteral1451098902); stParticleInfo_t1635389417 * L_12 = V_3; NullCheck(L_12); L_12->set_scale0_3((1.0f)); stParticleInfo_t1635389417 * L_13 = V_3; NullCheck(L_13); L_13->set_scale1_4((2.5f)); stParticleInfo_t1635389417 * L_14 = V_3; NullCheck(L_14); L_14->set_size_2((1.0f)); List_1_t3107464159 * L_15 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); stParticleInfo_t1635389417 * L_16 = V_3; NullCheck(L_15); List_1_Add_m1861246485(L_15, L_16, /*hidden argument*/List_1_Add_m1861246485_RuntimeMethod_var); int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_00f1: { int32_t L_18 = V_2; if ((((int32_t)L_18) < ((int32_t)3))) { goto IL_0096; } } { stParticleInfo_t1635389417 * L_19 = (stParticleInfo_t1635389417 *)il2cpp_codegen_object_new(stParticleInfo_t1635389417_il2cpp_TypeInfo_var); stParticleInfo__ctor_m3766049461(L_19, /*hidden argument*/NULL); V_4 = L_19; stParticleInfo_t1635389417 * L_20 = V_4; NullCheck(L_20); L_20->set_angle_1((1.48352981f)); stParticleInfo_t1635389417 * L_21 = V_4; NullCheck(L_21); L_21->set_name_0(_stringLiteral3025077014); stParticleInfo_t1635389417 * L_22 = V_4; NullCheck(L_22); L_22->set_scale0_3((1.0f)); stParticleInfo_t1635389417 * L_23 = V_4; NullCheck(L_23); L_23->set_scale1_4((1.5f)); stParticleInfo_t1635389417 * L_24 = V_4; NullCheck(L_24); L_24->set_size_2((0.4f)); List_1_t3107464159 * L_25 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); stParticleInfo_t1635389417 * L_26 = V_4; NullCheck(L_25); List_1_Add_m1861246485(L_25, L_26, /*hidden argument*/List_1_Add_m1861246485_RuntimeMethod_var); stParticleInfo_t1635389417 * L_27 = (stParticleInfo_t1635389417 *)il2cpp_codegen_object_new(stParticleInfo_t1635389417_il2cpp_TypeInfo_var); stParticleInfo__ctor_m3766049461(L_27, /*hidden argument*/NULL); V_5 = L_27; stParticleInfo_t1635389417 * L_28 = V_5; NullCheck(L_28); L_28->set_angle_1((0.4886922f)); stParticleInfo_t1635389417 * L_29 = V_5; NullCheck(L_29); L_29->set_name_0(_stringLiteral3025077014); stParticleInfo_t1635389417 * L_30 = V_5; NullCheck(L_30); L_30->set_scale0_3((1.0f)); stParticleInfo_t1635389417 * L_31 = V_5; NullCheck(L_31); L_31->set_scale1_4((1.8f)); stParticleInfo_t1635389417 * L_32 = V_5; NullCheck(L_32); L_32->set_size_2((0.4f)); List_1_t3107464159 * L_33 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); stParticleInfo_t1635389417 * L_34 = V_5; NullCheck(L_33); List_1_Add_m1861246485(L_33, L_34, /*hidden argument*/List_1_Add_m1861246485_RuntimeMethod_var); stParticleInfo_t1635389417 * L_35 = (stParticleInfo_t1635389417 *)il2cpp_codegen_object_new(stParticleInfo_t1635389417_il2cpp_TypeInfo_var); stParticleInfo__ctor_m3766049461(L_35, /*hidden argument*/NULL); V_6 = L_35; stParticleInfo_t1635389417 * L_36 = V_6; NullCheck(L_36); L_36->set_angle_1((4.101524f)); stParticleInfo_t1635389417 * L_37 = V_6; NullCheck(L_37); L_37->set_name_0(_stringLiteral3025077014); stParticleInfo_t1635389417 * L_38 = V_6; NullCheck(L_38); L_38->set_scale0_3((1.0f)); stParticleInfo_t1635389417 * L_39 = V_6; NullCheck(L_39); L_39->set_scale1_4((1.5f)); stParticleInfo_t1635389417 * L_40 = V_6; NullCheck(L_40); L_40->set_size_2((0.4f)); List_1_t3107464159 * L_41 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); stParticleInfo_t1635389417 * L_42 = V_6; NullCheck(L_41); List_1_Add_m1861246485(L_41, L_42, /*hidden argument*/List_1_Add_m1861246485_RuntimeMethod_var); stParticleInfo_t1635389417 * L_43 = (stParticleInfo_t1635389417 *)il2cpp_codegen_object_new(stParticleInfo_t1635389417_il2cpp_TypeInfo_var); stParticleInfo__ctor_m3766049461(L_43, /*hidden argument*/NULL); V_7 = L_43; stParticleInfo_t1635389417 * L_44 = V_7; NullCheck(L_44); L_44->set_angle_1((0.08726646f)); stParticleInfo_t1635389417 * L_45 = V_7; NullCheck(L_45); L_45->set_name_0(_stringLiteral3025077014); stParticleInfo_t1635389417 * L_46 = V_7; NullCheck(L_46); L_46->set_scale0_3((1.0f)); stParticleInfo_t1635389417 * L_47 = V_7; NullCheck(L_47); L_47->set_scale1_4((1.8f)); stParticleInfo_t1635389417 * L_48 = V_7; NullCheck(L_48); L_48->set_size_2((0.6f)); List_1_t3107464159 * L_49 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); stParticleInfo_t1635389417 * L_50 = V_7; NullCheck(L_49); List_1_Add_m1861246485(L_49, L_50, /*hidden argument*/List_1_Add_m1861246485_RuntimeMethod_var); stParticleInfo_t1635389417 * L_51 = (stParticleInfo_t1635389417 *)il2cpp_codegen_object_new(stParticleInfo_t1635389417_il2cpp_TypeInfo_var); stParticleInfo__ctor_m3766049461(L_51, /*hidden argument*/NULL); V_8 = L_51; stParticleInfo_t1635389417 * L_52 = V_8; NullCheck(L_52); L_52->set_angle_1((4.677482f)); stParticleInfo_t1635389417 * L_53 = V_8; NullCheck(L_53); L_53->set_name_0(_stringLiteral3025077014); stParticleInfo_t1635389417 * L_54 = V_8; NullCheck(L_54); L_54->set_scale0_3((1.0f)); stParticleInfo_t1635389417 * L_55 = V_8; NullCheck(L_55); L_55->set_scale1_4((1.8f)); stParticleInfo_t1635389417 * L_56 = V_8; NullCheck(L_56); L_56->set_size_2((0.6f)); List_1_t3107464159 * L_57 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); stParticleInfo_t1635389417 * L_58 = V_7; NullCheck(L_57); List_1_Add_m1861246485(L_57, L_58, /*hidden argument*/List_1_Add_m1861246485_RuntimeMethod_var); stParticleInfo_t1635389417 * L_59 = (stParticleInfo_t1635389417 *)il2cpp_codegen_object_new(stParticleInfo_t1635389417_il2cpp_TypeInfo_var); stParticleInfo__ctor_m3766049461(L_59, /*hidden argument*/NULL); V_9 = L_59; stParticleInfo_t1635389417 * L_60 = V_9; NullCheck(L_60); L_60->set_angle_1((2.82743335f)); stParticleInfo_t1635389417 * L_61 = V_9; NullCheck(L_61); L_61->set_name_0(_stringLiteral3025077014); stParticleInfo_t1635389417 * L_62 = V_9; NullCheck(L_62); L_62->set_scale0_3((1.0f)); stParticleInfo_t1635389417 * L_63 = V_9; NullCheck(L_63); L_63->set_scale1_4((1.8f)); stParticleInfo_t1635389417 * L_64 = V_9; NullCheck(L_64); L_64->set_size_2((0.6f)); List_1_t3107464159 * L_65 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); stParticleInfo_t1635389417 * L_66 = V_7; NullCheck(L_65); List_1_Add_m1861246485(L_65, L_66, /*hidden argument*/List_1_Add_m1861246485_RuntimeMethod_var); } IL_02d2: { return; } } // System.Single DMCore.DanceMode.IBeatKeys::GetScale() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetScale_m3445086615 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetScale_m3445086615_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_0 = CAppOSHelp_GetScale_m3255451164(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Boolean DMCore.DanceMode.IBeatKeys::IsHighCombo() extern "C" IL2CPP_METHOD_ATTR bool IBeatKeys_IsHighCombo_m2263008295 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0021; } } { CBeatKeyManager_t1395295909 * L_1 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CBeatKeyManager_GetCombo_m3149873708(L_1, /*hidden argument*/NULL); if ((((int32_t)((int32_t)30)) > ((int32_t)L_2))) { goto IL_0021; } } { G_B4_0 = 1; goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { return (bool)G_B4_0; } } // System.Void DMCore.DanceMode.IBeatKeys::OnInit() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_OnInit_m1951368332 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.DanceMode.IBeatKeys::OnPaint() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_OnPaint_m2136184718 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_OnPaint_m2136184718_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; Rect_t2360479859 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t V_7 = 0; stResultInfo_t1874608977 * V_8 = NULL; float V_9 = 0.0f; int32_t V_10 = 0; bool V_11 = false; bool V_12 = false; float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; String_t* V_16 = NULL; float V_17 = 0.0f; float V_18 = 0.0f; String_t* V_19 = NULL; float V_20 = 0.0f; Vector2_t2156229523 V_21; memset(&V_21, 0, sizeof(V_21)); float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; String_t* V_25 = NULL; String_t* V_26 = NULL; float V_27 = 0.0f; float V_28 = 0.0f; float V_29 = 0.0f; float V_30 = 0.0f; float V_31 = 0.0f; float V_32 = 0.0f; float V_33 = 0.0f; float V_34 = 0.0f; float V_35 = 0.0f; String_t* V_36 = NULL; float V_37 = 0.0f; int32_t V_38 = 0; stParticleInfo_t1635389417 * V_39 = NULL; float V_40 = 0.0f; Vector2_t2156229523 V_41; memset(&V_41, 0, sizeof(V_41)); float V_42 = 0.0f; int32_t V_43 = 0; stPropUseInfo_t1203559666 * V_44 = NULL; float V_45 = 0.0f; Texture2D_t3840446185 * V_46 = NULL; Vector2_t2156229523 V_47; memset(&V_47, 0, sizeof(V_47)); float V_48 = 0.0f; float G_B20_0 = 0.0f; float G_B23_0 = 0.0f; float G_B33_0 = 0.0f; String_t* G_B40_0 = NULL; String_t* G_B71_0 = NULL; float G_B78_0 = 0.0f; IResourceManager_t3165642952 * G_B87_0 = NULL; IResourceManager_t3165642952 * G_B86_0 = NULL; String_t* G_B88_0 = NULL; IResourceManager_t3165642952 * G_B88_1 = NULL; { List_1_t3346683719 * L_0 = __this->get_m_listResults_13(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1177268374(L_0, /*hidden argument*/List_1_get_Count_m1177268374_RuntimeMethod_var); if (L_1) { goto IL_0011; } } { return; } IL_0011: { V_0 = (0.4f); V_1 = (0.3f); V_2 = (0.6f); V_3 = (0.3f); float L_2 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); V_4 = L_2; float L_3 = IBeatKeys_GetScale_m3445086615(__this, /*hidden argument*/NULL); V_5 = L_3; String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String DMCore.DanceMode.IBeatKeys::GetBackRoundTextureName() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeyManager_t1395295909_il2cpp_TypeInfo_var); Rect_t2360479859 L_5 = CBeatKeyManager_GetImageRect_m1919476268(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_6 = L_5; V_7 = 0; goto IL_085d; } IL_004e: { List_1_t3346683719 * L_6 = __this->get_m_listResults_13(); int32_t L_7 = V_7; NullCheck(L_6); stResultInfo_t1874608977 * L_8 = List_1_get_Item_m2148692969(L_6, L_7, /*hidden argument*/List_1_get_Item_m2148692969_RuntimeMethod_var); V_8 = L_8; float L_9 = V_4; stResultInfo_t1874608977 * L_10 = V_8; NullCheck(L_10); float L_11 = L_10->get_m_fTimeStart_2(); V_9 = ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)); stResultInfo_t1874608977 * L_12 = V_8; NullCheck(L_12); int32_t L_13 = L_12->get_m_result_0(); V_10 = L_13; V_11 = (bool)0; V_12 = (bool)1; float L_14 = V_9; float L_15 = V_0; V_13 = ((float)((float)L_14/(float)L_15)); float L_16 = V_9; float L_17 = V_2; V_14 = ((float)((float)L_16/(float)L_17)); stResultInfo_t1874608977 * L_18 = V_8; NullCheck(L_18); int32_t L_19 = L_18->get_m_result_0(); stResultInfo_t1874608977 * L_20 = V_8; NullCheck(L_20); int32_t L_21 = L_20->get_m_beforeResult_1(); if ((((int32_t)L_19) == ((int32_t)L_21))) { goto IL_00d1; } } { float L_22 = V_3; float L_23 = V_9; if ((!(((float)L_22) > ((float)L_23)))) { goto IL_00b1; } } { V_11 = (bool)1; float L_24 = V_9; float L_25 = V_3; V_13 = ((float)((float)L_24/(float)L_25)); stResultInfo_t1874608977 * L_26 = V_8; NullCheck(L_26); int32_t L_27 = L_26->get_m_beforeResult_1(); V_10 = L_27; } IL_00b1: { float L_28 = V_9; if ((!(((float)(0.1f)) <= ((float)L_28)))) { goto IL_00ce; } } { float L_29 = V_9; float L_30 = V_2; V_14 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_29, (float)(0.1f)))/(float)L_30)); goto IL_00d1; } IL_00ce: { V_12 = (bool)0; } IL_00d1: { float L_31 = V_9; float L_32 = V_1; V_15 = ((float)((float)L_31/(float)L_32)); stResultInfo_t1874608977 * L_33 = V_8; NullCheck(L_33); float L_34 = L_33->get_m_ValidTime_6(); float L_35 = V_9; if ((((float)L_34) < ((float)L_35))) { goto IL_0109; } } { float L_36 = V_13; if ((!(((float)(1.0f)) < ((float)L_36)))) { goto IL_011b; } } { float L_37 = V_15; if ((!(((float)(1.0f)) < ((float)L_37)))) { goto IL_011b; } } { float L_38 = V_14; if ((!(((float)(1.0f)) < ((float)L_38)))) { goto IL_011b; } } IL_0109: { List_1_t3346683719 * L_39 = __this->get_m_listResults_13(); int32_t L_40 = V_7; NullCheck(L_39); List_1_RemoveAt_m242739978(L_39, L_40, /*hidden argument*/List_1_RemoveAt_m242739978_RuntimeMethod_var); goto IL_085d; } IL_011b: { int32_t L_41 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); float L_42 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_43 = Mathf_Clamp01_m56433566(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); V_13 = L_43; float L_44 = V_15; float L_45 = Mathf_Clamp01_m56433566(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_15 = L_45; float L_46 = V_14; float L_47 = Mathf_Clamp01_m56433566(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); V_14 = L_47; stResultInfo_t1874608977 * L_48 = V_8; NullCheck(L_48); int32_t L_49 = L_48->get_m_result_0(); String_t* L_50 = IBeatKeys_GetJudgeResultTextureName_m281428349(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); V_16 = L_50; String_t* L_51 = V_16; if (!L_51) { goto IL_015d; } } { String_t* L_52 = V_16; NullCheck(L_52); int32_t L_53 = String_get_Length_m3847582255(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_0162; } } IL_015d: { goto IL_085d; } IL_0162: { float L_54 = V_13; if ((!(((float)(0.25f)) > ((float)L_54)))) { goto IL_0178; } } { G_B20_0 = (1.0f); goto IL_0186; } IL_0178: { float L_55 = V_13; G_B20_0 = ((float)((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_55))/(float)(0.75f))); } IL_0186: { V_17 = G_B20_0; float L_56 = V_13; if ((!(((float)(0.25f)) > ((float)L_56)))) { goto IL_01b8; } } { float L_57 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_58 = sinf(((float)((float)((float)il2cpp_codegen_multiply((float)(1.57079637f), (float)L_57))/(float)(0.25f)))); G_B23_0 = ((float)il2cpp_codegen_add((float)(0.6f), (float)((float)il2cpp_codegen_multiply((float)(0.6f), (float)L_58)))); goto IL_01bd; } IL_01b8: { G_B23_0 = (1.2f); } IL_01bd: { V_18 = G_B23_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_19 = L_59; stResultInfo_t1874608977 * L_60 = V_8; NullCheck(L_60); int32_t L_61 = L_60->get_m_result_0(); if ((((int32_t)L_61) == ((int32_t)4))) { goto IL_01ec; } } { stResultInfo_t1874608977 * L_62 = V_8; NullCheck(L_62); int32_t L_63 = L_62->get_m_result_0(); if ((((int32_t)L_63) == ((int32_t)1))) { goto IL_0204; } } { stResultInfo_t1874608977 * L_64 = V_8; NullCheck(L_64); bool L_65 = L_64->get_m_bHigh_5(); if (!L_65) { goto IL_0204; } } IL_01ec: { String_t* L_66 = V_16; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_67 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3457923016, L_66, _stringLiteral3451500529, /*hidden argument*/NULL); V_19 = L_67; goto IL_0212; } IL_0204: { String_t* L_68 = V_16; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = String_Concat_m3937257545(NULL /*static, unused*/, L_68, _stringLiteral3451500529, /*hidden argument*/NULL); V_19 = L_69; } IL_0212: { String_t* L_70 = V_19; if (!L_70) { goto IL_0249; } } { CBeatKeyManager_t1395295909 * L_71 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_72 = V_19; stResultInfo_t1874608977 * L_73 = V_8; NullCheck(L_73); Vector2_t2156229523 L_74 = L_73->get_m_v2Center_3(); float L_75 = V_5; float L_76 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_77 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_78 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_75)), (float)L_76)), L_77, /*hidden argument*/NULL); float L_79 = V_17; NullCheck(L_71); CBeatKeyManager_PushDrawCommand_m2157714116(L_71, L_72, L_74, L_78, (0.0f), L_79, 5, /*hidden argument*/NULL); } IL_0249: { int32_t L_80 = V_10; if ((!(((uint32_t)L_80) == ((uint32_t)4)))) { goto IL_025b; } } { G_B33_0 = (0.64f); goto IL_0260; } IL_025b: { G_B33_0 = (0.8f); } IL_0260: { V_20 = G_B33_0; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_81 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_21 = L_81; stResultInfo_t1874608977 * L_82 = V_8; NullCheck(L_82); Vector2_t2156229523 * L_83 = L_82->get_address_of_m_v2ResultCenter_4(); float L_84 = L_83->get_x_0(); (&V_21)->set_x_0(L_84); stResultInfo_t1874608977 * L_85 = V_8; NullCheck(L_85); Vector2_t2156229523 * L_86 = L_85->get_address_of_m_v2ResultCenter_4(); float L_87 = L_86->get_y_1(); (&V_21)->set_y_1(L_87); V_22 = (1.0f); V_23 = (0.0f); bool L_88 = V_11; if (!L_88) { goto IL_037f; } } { float L_89 = V_13; V_24 = L_89; float L_90 = V_24; if ((!(((float)(0.333f)) > ((float)L_90)))) { goto IL_02d6; } } { float L_91 = V_24; V_24 = ((float)il2cpp_codegen_multiply((float)L_91, (float)(3.0f))); float L_92 = V_24; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_93 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.9f), L_92, /*hidden argument*/NULL); V_22 = L_93; goto IL_0331; } IL_02d6: { float L_94 = V_24; V_24 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_94, (float)(0.333f)))/(float)(0.667f))); Vector2_t2156229523 * L_95 = (&V_21); float L_96 = L_95->get_y_1(); float L_97 = V_5; float L_98 = V_24; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_99 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.0f), (-120.0f), L_98, /*hidden argument*/NULL); L_95->set_y_1(((float)il2cpp_codegen_add((float)L_96, (float)((float)il2cpp_codegen_multiply((float)L_97, (float)L_99))))); float L_100 = V_24; float L_101 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.9f), (0.75f), L_100, /*hidden argument*/NULL); V_22 = L_101; float L_102 = V_20; float L_103 = V_24; float L_104 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.8f), L_103, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_102, (float)L_104)); } IL_0331: { stResultInfo_t1874608977 * L_105 = V_8; NullCheck(L_105); int32_t L_106 = L_105->get_m_beforeResult_1(); String_t* L_107 = IBeatKeys_GetJudgeResultTextureName_m281428349(NULL /*static, unused*/, L_106, /*hidden argument*/NULL); V_25 = L_107; stResultInfo_t1874608977 * L_108 = V_8; NullCheck(L_108); int32_t L_109 = L_108->get_m_beforeResult_1(); if ((!(((uint32_t)L_109) == ((uint32_t)4)))) { goto IL_0356; } } { G_B40_0 = _stringLiteral3126306179; goto IL_0358; } IL_0356: { String_t* L_110 = V_25; G_B40_0 = L_110; } IL_0358: { V_26 = G_B40_0; CBeatKeyManager_t1395295909 * L_111 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_112 = V_26; Vector2_t2156229523 L_113 = V_21; float L_114 = V_20; float L_115 = V_5; float L_116 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_117 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_118 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_114, (float)L_115)), (float)L_116)), L_117, /*hidden argument*/NULL); float L_119 = V_23; float L_120 = V_22; NullCheck(L_111); CBeatKeyManager_PushDrawCommand_m2157714116(L_111, L_112, L_113, L_118, L_119, L_120, 5, /*hidden argument*/NULL); } IL_037f: { stResultInfo_t1874608977 * L_121 = V_8; NullCheck(L_121); int32_t L_122 = L_121->get_m_result_0(); V_10 = L_122; bool L_123 = V_12; if (!L_123) { goto IL_0730; } } { int32_t L_124 = V_10; if ((!(((uint32_t)L_124) == ((uint32_t)1)))) { goto IL_04df; } } { float L_125 = V_14; if ((!(((float)(0.125f)) > ((float)L_125)))) { goto IL_03fd; } } { float L_126 = V_14; V_27 = ((float)((float)L_126/(float)(0.125f))); Vector2_t2156229523 * L_127 = (&V_21); float L_128 = L_127->get_y_1(); float L_129 = V_5; float L_130 = V_27; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_131 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (-40.0f), (10.0f), L_130, /*hidden argument*/NULL); L_127->set_y_1(((float)il2cpp_codegen_add((float)L_128, (float)((float)il2cpp_codegen_multiply((float)L_129, (float)L_131))))); float L_132 = V_27; float L_133 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.8f), (1.0f), L_132, /*hidden argument*/NULL); V_22 = L_133; float L_134 = V_20; float L_135 = V_27; float L_136 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.8f), (1.0f), L_135, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_134, (float)L_136)); goto IL_04da; } IL_03fd: { float L_137 = V_14; if ((!(((float)(0.2f)) > ((float)L_137)))) { goto IL_045d; } } { float L_138 = V_14; V_28 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_138, (float)(0.125f)))/(float)(0.075f))); Vector2_t2156229523 * L_139 = (&V_21); float L_140 = L_139->get_y_1(); float L_141 = V_5; float L_142 = V_28; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_143 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (10.0f), (0.0f), L_142, /*hidden argument*/NULL); L_139->set_y_1(((float)il2cpp_codegen_add((float)L_140, (float)((float)il2cpp_codegen_multiply((float)L_141, (float)L_143))))); V_22 = (1.0f); float L_144 = V_20; float L_145 = V_28; float L_146 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.8f), (1.0f), L_145, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_144, (float)L_146)); goto IL_04da; } IL_045d: { float L_147 = V_14; if ((!(((float)(0.6f)) > ((float)L_147)))) { goto IL_0475; } } { V_22 = (1.0f); goto IL_04da; } IL_0475: { float L_148 = V_14; V_29 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_148, (float)(0.6f)))/(float)(0.4f))); Vector2_t2156229523 * L_149 = (&V_21); float L_150 = L_149->get_y_1(); float L_151 = V_5; float L_152 = V_29; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_153 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.0f), (90.0f), L_152, /*hidden argument*/NULL); L_149->set_y_1(((float)il2cpp_codegen_add((float)L_150, (float)((float)il2cpp_codegen_multiply((float)L_151, (float)L_153))))); float L_154 = V_29; float L_155 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.2f), L_154, /*hidden argument*/NULL); V_22 = L_155; float L_156 = V_20; float L_157 = V_29; float L_158 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.7f), L_157, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_156, (float)L_158)); float L_159 = V_29; V_23 = ((float)il2cpp_codegen_multiply((float)(180.0f), (float)L_159)); } IL_04da: { goto IL_06f5; } IL_04df: { float L_160 = V_14; if ((!(((float)(0.6f)) > ((float)L_160)))) { goto IL_0650; } } { stResultInfo_t1874608977 * L_161 = V_8; NullCheck(L_161); int32_t L_162 = L_161->get_m_result_0(); stResultInfo_t1874608977 * L_163 = V_8; NullCheck(L_163); int32_t L_164 = L_163->get_m_beforeResult_1(); if ((((int32_t)L_162) == ((int32_t)L_164))) { goto IL_0593; } } { float L_165 = V_14; if ((!(((float)(0.2f)) > ((float)L_165)))) { goto IL_0536; } } { float L_166 = V_14; V_30 = ((float)((float)L_166/(float)(0.2f))); V_22 = (1.0f); float L_167 = V_20; float L_168 = V_30; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_169 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (2.2f), (1.6f), L_168, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_167, (float)L_169)); goto IL_058e; } IL_0536: { float L_170 = V_14; if ((!(((float)(0.4f)) > ((float)L_170)))) { goto IL_0587; } } { float L_171 = V_14; V_31 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_171, (float)(0.2f)))/(float)(0.2f))); stResultInfo_t1874608977 * L_172 = V_8; NullCheck(L_172); Vector2_t2156229523 * L_173 = L_172->get_address_of_m_v2ResultCenter_4(); float L_174 = L_173->get_y_1(); (&V_21)->set_y_1(L_174); V_22 = (1.0f); float L_175 = V_20; float L_176 = V_31; float L_177 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (1.0f), (1.8f), L_176, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_175, (float)L_177)); goto IL_058e; } IL_0587: { V_22 = (1.0f); } IL_058e: { goto IL_064b; } IL_0593: { float L_178 = V_14; if ((!(((float)(0.12f)) > ((float)L_178)))) { goto IL_05f3; } } { float L_179 = V_14; V_32 = ((float)((float)L_179/(float)(0.12f))); stResultInfo_t1874608977 * L_180 = V_8; NullCheck(L_180); Vector2_t2156229523 * L_181 = L_180->get_address_of_m_v2ResultCenter_4(); float L_182 = L_181->get_y_1(); float L_183 = V_5; float L_184 = V_32; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_185 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (50.0f), (0.0f), L_184, /*hidden argument*/NULL); (&V_21)->set_y_1(((float)il2cpp_codegen_add((float)L_182, (float)((float)il2cpp_codegen_multiply((float)L_183, (float)L_185))))); V_22 = (1.0f); float L_186 = V_20; float L_187 = V_32; float L_188 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.2f), (1.8f), L_187, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_186, (float)L_188)); goto IL_064b; } IL_05f3: { float L_189 = V_14; if ((!(((float)(0.24f)) > ((float)L_189)))) { goto IL_0644; } } { float L_190 = V_14; V_33 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_190, (float)(0.12f)))/(float)(0.12f))); stResultInfo_t1874608977 * L_191 = V_8; NullCheck(L_191); Vector2_t2156229523 * L_192 = L_191->get_address_of_m_v2ResultCenter_4(); float L_193 = L_192->get_y_1(); (&V_21)->set_y_1(L_193); V_22 = (1.0f); float L_194 = V_20; float L_195 = V_33; float L_196 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (1.0f), (1.4f), L_195, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_194, (float)L_196)); goto IL_064b; } IL_0644: { V_22 = (1.0f); } IL_064b: { goto IL_06f5; } IL_0650: { float L_197 = V_14; if ((!(((float)(0.675f)) > ((float)L_197)))) { goto IL_069a; } } { float L_198 = V_14; V_34 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_198, (float)(0.6f)))/(float)(0.075f))); Vector2_t2156229523 * L_199 = (&V_21); float L_200 = L_199->get_y_1(); float L_201 = V_5; float L_202 = V_34; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_203 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.0f), (10.0f), L_202, /*hidden argument*/NULL); L_199->set_y_1(((float)il2cpp_codegen_add((float)L_200, (float)((float)il2cpp_codegen_multiply((float)L_201, (float)L_203))))); V_22 = (1.0f); goto IL_06f5; } IL_069a: { float L_204 = V_14; V_35 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_204, (float)(0.675f)))/(float)(0.325f))); Vector2_t2156229523 * L_205 = (&V_21); float L_206 = L_205->get_y_1(); float L_207 = V_5; float L_208 = V_35; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_209 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (10.0f), (-80.0f), L_208, /*hidden argument*/NULL); L_205->set_y_1(((float)il2cpp_codegen_add((float)L_206, (float)((float)il2cpp_codegen_multiply((float)L_207, (float)L_209))))); float L_210 = V_35; float L_211 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.2f), L_210, /*hidden argument*/NULL); V_22 = L_211; float L_212 = V_20; float L_213 = V_35; float L_214 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.7f), L_213, /*hidden argument*/NULL); V_20 = ((float)il2cpp_codegen_multiply((float)L_212, (float)L_214)); } IL_06f5: { int32_t L_215 = V_10; if ((!(((uint32_t)L_215) == ((uint32_t)4)))) { goto IL_0707; } } { G_B71_0 = _stringLiteral3126306179; goto IL_0709; } IL_0707: { String_t* L_216 = V_16; G_B71_0 = L_216; } IL_0709: { V_36 = G_B71_0; CBeatKeyManager_t1395295909 * L_217 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_218 = V_36; Vector2_t2156229523 L_219 = V_21; float L_220 = V_20; float L_221 = V_5; float L_222 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_223 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_224 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_220, (float)L_221)), (float)L_222)), L_223, /*hidden argument*/NULL); float L_225 = V_23; float L_226 = V_22; NullCheck(L_217); CBeatKeyManager_PushDrawCommand_m2157714116(L_217, L_218, L_219, L_224, L_225, L_226, 5, /*hidden argument*/NULL); } IL_0730: { stResultInfo_t1874608977 * L_227 = V_8; NullCheck(L_227); int32_t L_228 = L_227->get_m_result_0(); if ((((int32_t)L_228) == ((int32_t)4))) { goto IL_0749; } } { stResultInfo_t1874608977 * L_229 = V_8; NullCheck(L_229); bool L_230 = L_229->get_m_bHigh_5(); if (!L_230) { goto IL_085d; } } IL_0749: { float L_231 = V_15; if ((!(((float)(1.0f)) >= ((float)L_231)))) { goto IL_085d; } } { float L_232 = V_15; if ((!(((float)(0.4f)) > ((float)L_232)))) { goto IL_076e; } } { float L_233 = V_15; G_B78_0 = ((float)((float)L_233/(float)(0.4f))); goto IL_0782; } IL_076e: { float L_234 = V_15; G_B78_0 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_234, (float)(0.4f)))/(float)(0.6f))))); } IL_0782: { V_37 = G_B78_0; V_38 = 0; goto IL_084c; } IL_078c: { List_1_t3107464159 * L_235 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); int32_t L_236 = V_38; NullCheck(L_235); stParticleInfo_t1635389417 * L_237 = List_1_get_Item_m1610314166(L_235, L_236, /*hidden argument*/List_1_get_Item_m1610314166_RuntimeMethod_var); V_39 = L_237; stParticleInfo_t1635389417 * L_238 = V_39; NullCheck(L_238); float L_239 = L_238->get_scale0_3(); stParticleInfo_t1635389417 * L_240 = V_39; NullCheck(L_240); float L_241 = L_240->get_scale1_4(); float L_242 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_243 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, L_239, L_241, L_242, /*hidden argument*/NULL); V_40 = L_243; il2cpp_codegen_initobj((&V_41), sizeof(Vector2_t2156229523 )); float L_244 = V_5; float L_245 = Rect_get_width_m3421484486((&V_6), /*hidden argument*/NULL); float L_246 = V_40; V_42 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_244, (float)(0.5f))), (float)L_245)), (float)L_246)); stResultInfo_t1874608977 * L_247 = V_8; NullCheck(L_247); Vector2_t2156229523 * L_248 = L_247->get_address_of_m_v2Center_3(); float L_249 = L_248->get_x_0(); float L_250 = V_42; stParticleInfo_t1635389417 * L_251 = V_39; NullCheck(L_251); float L_252 = L_251->get_angle_1(); float L_253 = cosf(L_252); (&V_41)->set_x_0(((float)il2cpp_codegen_add((float)L_249, (float)((float)il2cpp_codegen_multiply((float)L_250, (float)L_253))))); stResultInfo_t1874608977 * L_254 = V_8; NullCheck(L_254); Vector2_t2156229523 * L_255 = L_254->get_address_of_m_v2Center_3(); float L_256 = L_255->get_y_1(); float L_257 = V_42; stParticleInfo_t1635389417 * L_258 = V_39; NullCheck(L_258); float L_259 = L_258->get_angle_1(); float L_260 = sinf(L_259); (&V_41)->set_y_1(((float)il2cpp_codegen_subtract((float)L_256, (float)((float)il2cpp_codegen_multiply((float)L_257, (float)L_260))))); CBeatKeyManager_t1395295909 * L_261 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); stParticleInfo_t1635389417 * L_262 = V_39; NullCheck(L_262); String_t* L_263 = L_262->get_name_0(); Vector2_t2156229523 L_264 = V_41; stParticleInfo_t1635389417 * L_265 = V_39; NullCheck(L_265); float L_266 = L_265->get_size_2(); float L_267 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_268 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_269 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_266, (float)L_267)), L_268, /*hidden argument*/NULL); float L_270 = V_15; float L_271 = V_37; NullCheck(L_261); CBeatKeyManager_PushDrawCommand_m2157714116(L_261, L_263, L_264, L_269, ((float)il2cpp_codegen_multiply((float)(70.0f), (float)L_270)), L_271, 5, /*hidden argument*/NULL); int32_t L_272 = V_38; V_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_272, (int32_t)1)); } IL_084c: { int32_t L_273 = V_38; List_1_t3107464159 * L_274 = ((IBeatKeys_t2500473988_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeys_t2500473988_il2cpp_TypeInfo_var))->get_s_ListParticles_15(); NullCheck(L_274); int32_t L_275 = List_1_get_Count_m4284276687(L_274, /*hidden argument*/List_1_get_Count_m4284276687_RuntimeMethod_var); if ((((int32_t)L_273) < ((int32_t)L_275))) { goto IL_078c; } } IL_085d: { int32_t L_276 = V_7; List_1_t3346683719 * L_277 = __this->get_m_listResults_13(); NullCheck(L_277); int32_t L_278 = List_1_get_Count_m1177268374(L_277, /*hidden argument*/List_1_get_Count_m1177268374_RuntimeMethod_var); if ((((int32_t)L_276) < ((int32_t)L_278))) { goto IL_004e; } } { V_43 = 0; goto IL_0967; } IL_0877: { List_1_t2675634408 * L_279 = __this->get_m_listUseProp_14(); int32_t L_280 = V_43; NullCheck(L_279); stPropUseInfo_t1203559666 * L_281 = List_1_get_Item_m331278036(L_279, L_280, /*hidden argument*/List_1_get_Item_m331278036_RuntimeMethod_var); V_44 = L_281; float L_282 = V_4; stPropUseInfo_t1203559666 * L_283 = V_44; NullCheck(L_283); float L_284 = L_283->get_m_fTimeLabor_0(); V_45 = ((float)il2cpp_codegen_subtract((float)L_282, (float)L_284)); float L_285 = V_45; if ((!(((float)(1.0f)) <= ((float)L_285)))) { goto IL_08b0; } } { List_1_t2675634408 * L_286 = __this->get_m_listUseProp_14(); int32_t L_287 = V_43; NullCheck(L_286); List_1_RemoveAt_m2000186864(L_286, L_287, /*hidden argument*/List_1_RemoveAt_m2000186864_RuntimeMethod_var); goto IL_0967; } IL_08b0: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_288 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); stPropUseInfo_t1203559666 * L_289 = V_44; NullCheck(L_289); bool L_290 = L_289->get_m_toPerfect_2(); G_B86_0 = L_288; if (!L_290) { G_B87_0 = L_288; goto IL_08d0; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_291 = CPropManager_GetIconPath_m739451308(NULL /*static, unused*/, ((int32_t)10002), /*hidden argument*/NULL); G_B88_0 = L_291; G_B88_1 = G_B86_0; goto IL_08da; } IL_08d0: { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_292 = CPropManager_GetIconPath_m739451308(NULL /*static, unused*/, ((int32_t)10001), /*hidden argument*/NULL); G_B88_0 = L_292; G_B88_1 = G_B87_0; } IL_08da: { NullCheck(G_B88_1); Texture2D_t3840446185 * L_293 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, G_B88_1, G_B88_0); V_46 = L_293; stPropUseInfo_t1203559666 * L_294 = V_44; NullCheck(L_294); Vector2_t2156229523 * L_295 = L_294->get_address_of_m_v2Center_1(); float L_296 = L_295->get_x_0(); stPropUseInfo_t1203559666 * L_297 = V_44; NullCheck(L_297); Vector2_t2156229523 * L_298 = L_297->get_address_of_m_v2Center_1(); float L_299 = L_298->get_y_1(); Vector2__ctor_m3970636864((&V_47), L_296, L_299, /*hidden argument*/NULL); float L_300 = V_45; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_301 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); V_48 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_300, (float)(120.0f))), (float)L_301)); stPropUseInfo_t1203559666 * L_302 = V_44; NullCheck(L_302); bool L_303 = L_302->get_m_toLeft_3(); if (!L_303) { goto IL_0931; } } { Vector2_t2156229523 * L_304 = (&V_47); float L_305 = L_304->get_x_0(); float L_306 = V_48; L_304->set_x_0(((float)il2cpp_codegen_subtract((float)L_305, (float)L_306))); goto IL_0941; } IL_0931: { Vector2_t2156229523 * L_307 = (&V_47); float L_308 = L_307->get_x_0(); float L_309 = V_48; L_307->set_x_0(((float)il2cpp_codegen_add((float)L_308, (float)L_309))); } IL_0941: { Vector2_t2156229523 L_310 = V_47; Texture2D_t3840446185 * L_311 = V_46; float L_312 = V_45; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_313 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.0f), (0.6f), L_312, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CImageHelp_t3694350091_il2cpp_TypeInfo_var); CImageHelp_DrawImageSA_m1468278060(NULL /*static, unused*/, L_310, L_311, (0.5f), L_313, /*hidden argument*/NULL); int32_t L_314 = V_43; V_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_314, (int32_t)1)); } IL_0967: { int32_t L_315 = V_43; List_1_t2675634408 * L_316 = __this->get_m_listUseProp_14(); NullCheck(L_316); int32_t L_317 = List_1_get_Count_m1369067833(L_316, /*hidden argument*/List_1_get_Count_m1369067833_RuntimeMethod_var); if ((((int32_t)L_315) < ((int32_t)L_317))) { goto IL_0877; } } { return; } } // System.Void DMCore.DanceMode.IBeatKeys::Seek(System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_Seek_m3960004472 (IBeatKeys_t2500473988 * __this, float ___fTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_Seek_m3960004472_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_0 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CPveManager_IsPveMode_m3137815888(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { float L_2 = ___fTime0; CAnimNode_Seek_m2983572612(__this, L_2, /*hidden argument*/NULL); goto IL_003a; } IL_001b: { float L_3 = ___fTime0; CAnimNode_Seek_m2983572612(__this, L_3, /*hidden argument*/NULL); bool L_4 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean DMCore.Framework.Movie.CAnimNode::IsValide() */, __this); if (L_4) { goto IL_0033; } } { VirtActionInvoker0::Invoke(18 /* System.Void DMCore.Framework.Movie.CAnimNode::Reset() */, __this); } IL_0033: { float L_5 = ___fTime0; CAnimNode_Seek_m2983572612(__this, L_5, /*hidden argument*/NULL); } IL_003a: { return; } } // System.Boolean DMCore.DanceMode.IBeatKeys::IsValide() extern "C" IL2CPP_METHOD_ATTR bool IBeatKeys_IsValide_m576511116 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { float L_0 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeStart_1(); float L_1 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); if ((!(((float)L_0) <= ((float)L_1)))) { goto IL_0027; } } { float L_2 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); float L_3 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeEnd_2(); G_B3_0 = ((((float)L_2) < ((float)((float)il2cpp_codegen_add((float)L_3, (float)(0.3f)))))? 1 : 0); goto IL_0028; } IL_0027: { G_B3_0 = 0; } IL_0028: { return (bool)G_B3_0; } } // System.Boolean DMCore.DanceMode.IBeatKeys::IsValide(System.Single) extern "C" IL2CPP_METHOD_ATTR bool IBeatKeys_IsValide_m4016922004 (IBeatKeys_t2500473988 * __this, float ___fTime0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { float L_0 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeStart_1(); float L_1 = ___fTime0; if ((!(((float)((float)il2cpp_codegen_subtract((float)L_0, (float)(1.0f)))) <= ((float)L_1)))) { goto IL_0024; } } { float L_2 = ___fTime0; float L_3 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeEnd_2(); if ((!(((float)L_2) < ((float)L_3)))) { goto IL_0024; } } { G_B4_0 = 1; goto IL_0025; } IL_0024: { G_B4_0 = 0; } IL_0025: { return (bool)G_B4_0; } } // DMCore.DanceMode.enumBeatKeyType DMCore.DanceMode.IBeatKeys::GetBeatKeyType() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_GetBeatKeyType_m2635058401 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.String DMCore.DanceMode.IBeatKeys::GetBackRoundTextureName() extern "C" IL2CPP_METHOD_ATTR String_t* IBeatKeys_GetBackRoundTextureName_m1479415580 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetBackRoundTextureName_m1479415580_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = _stringLiteral1850259867; bool L_0 = IBeatKeys_IsHighCombo_m2263008295(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral3452614542, /*hidden argument*/NULL); V_0 = L_2; } IL_001c: { String_t* L_3 = V_0; return L_3; } } // System.String DMCore.DanceMode.IBeatKeys::GetJudgeResultTextureName(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR String_t* IBeatKeys_GetJudgeResultTextureName_m281428349 (RuntimeObject * __this /* static, unused */, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetJudgeResultTextureName_m281428349_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = ___result0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_002e; } case 1: { goto IL_0044; } case 2: { goto IL_0039; } case 3: { goto IL_0023; } } } { goto IL_004f; } IL_0023: { V_0 = _stringLiteral2215084547; goto IL_004f; } IL_002e: { V_0 = _stringLiteral1985252974; goto IL_004f; } IL_0039: { V_0 = _stringLiteral798688684; goto IL_004f; } IL_0044: { V_0 = _stringLiteral3551647773; goto IL_004f; } IL_004f: { String_t* L_2 = V_0; return L_2; } } // System.Int32 DMCore.DanceMode.IBeatKeys::GetNumberIndex() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_GetNumberIndex_m919049387 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_NumIndex_9(); return L_0; } } // System.Void DMCore.DanceMode.IBeatKeys::SetNumberIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetNumberIndex_m3803770173 (IBeatKeys_t2500473988 * __this, int32_t ___nValue0, const RuntimeMethod* method) { { int32_t L_0 = ___nValue0; __this->set_m_NumIndex_9(L_0); return; } } // System.Boolean DMCore.DanceMode.IBeatKeys::PtInside(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool IBeatKeys_PtInside_m3391177668 (IBeatKeys_t2500473988 * __this, Vector2_t2156229523 ___pt0, const RuntimeMethod* method) { Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); { Rect_t2360479859 L_0 = VirtFuncInvoker0< Rect_t2360479859 >::Invoke(30 /* UnityEngine.Rect DMCore.DanceMode.IBeatKeys::GetJudgeRect() */, __this); V_0 = L_0; Vector2_t2156229523 L_1 = ___pt0; bool L_2 = Rect_Contains_m3188543637((&V_0), L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0016; } } { return (bool)1; } IL_0016: { return (bool)0; } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys::GetJudgeResult() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_GetJudgeResult_m3261993446 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_JudgeResult_10(); return L_0; } } // System.Void DMCore.DanceMode.IBeatKeys::Reset() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_Reset_m755369209 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_Reset_m755369209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAnimNode_Reset_m770095466(__this, /*hidden argument*/NULL); List_1_t3346683719 * L_0 = __this->get_m_listResults_13(); NullCheck(L_0); List_1_Clear_m3775855811(L_0, /*hidden argument*/List_1_Clear_m3775855811_RuntimeMethod_var); __this->set_m_JudgeResult_10(0); __this->set_m_fJudgeTriggerTime_12((-1.0f)); return; } } // System.Void DMCore.DanceMode.IBeatKeys::SerialToXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SerialToXml_m3511116958 (IBeatKeys_t2500473988 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_SerialToXml_m3511116958_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlNode_t3958967524 * L_0 = ___element0; CAnimNode_SerialToXml_m3115071762(__this, L_0, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_1 = ___element0; Vector2_t2156229523 * L_2 = __this->get_address_of_m_BeatCenter_7(); float* L_3 = L_2->get_address_of_x_0(); String_t* L_4 = Single_ToString_m3947131094(L_3, /*hidden argument*/NULL); NullCheck(L_1); DMXmlNode_SetAttribute_m3965231450(L_1, _stringLiteral3452614616, L_4, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_5 = ___element0; Vector2_t2156229523 * L_6 = __this->get_address_of_m_BeatCenter_7(); float* L_7 = L_6->get_address_of_y_1(); String_t* L_8 = Single_ToString_m3947131094(L_7, /*hidden argument*/NULL); NullCheck(L_5); DMXmlNode_SetAttribute_m3965231450(L_5, _stringLiteral3452614615, L_8, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_9 = ___element0; float* L_10 = __this->get_address_of_m_fJudgeTime_11(); String_t* L_11 = Single_ToString_m3947131094(L_10, /*hidden argument*/NULL); NullCheck(L_9); DMXmlNode_SetAttribute_m3965231450(L_9, _stringLiteral4069634599, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeys::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_DeserialFromXml_m404394739 (IBeatKeys_t2500473988 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_DeserialFromXml_m404394739_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { DMXmlNode_t3958967524 * L_0 = ___element0; CAnimNode_DeserialFromXml_m3959575467(__this, L_0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Vector2_t2156229523 )); DMXmlNode_t3958967524 * L_1 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_2 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_1, _stringLiteral3452614616, (0.5f), /*hidden argument*/NULL); int32_t L_3 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); (&V_0)->set_x_0(((float)il2cpp_codegen_multiply((float)L_2, (float)(((float)((float)L_3)))))); DMXmlNode_t3958967524 * L_4 = ___element0; float L_5 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_4, _stringLiteral3452614615, (0.5f), /*hidden argument*/NULL); int32_t L_6 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); (&V_0)->set_y_1(((float)il2cpp_codegen_multiply((float)L_5, (float)(((float)((float)L_6)))))); Vector2_t2156229523 L_7 = V_0; VirtActionInvoker1< Vector2_t2156229523 >::Invoke(29 /* System.Void DMCore.DanceMode.IBeatKeys::SetCenter(UnityEngine.Vector2) */, __this, L_7); DMXmlNode_t3958967524 * L_8 = ___element0; float L_9 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_8, _stringLiteral4069634599, (0.0f), /*hidden argument*/NULL); VirtActionInvoker1< float >::Invoke(31 /* System.Void DMCore.DanceMode.IBeatKeys::SetJudgeTime(System.Single) */, __this, L_9); VirtActionInvoker0::Invoke(21 /* System.Void DMCore.DanceMode.IBeatKeys::OnInit() */, __this); return; } } // System.Single DMCore.DanceMode.IBeatKeys::CalculateTimeOffset(System.Single) extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_CalculateTimeOffset_m3880370422 (IBeatKeys_t2500473988 * __this, float ___fTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_CalculateTimeOffset_m3880370422_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { float L_0 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_1 = ___fTime0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = fabsf(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); V_0 = L_2; float L_3 = V_0; return L_3; } } // System.Int32 DMCore.DanceMode.IBeatKeys::GetBeatKeyNodeJudgeCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_GetBeatKeyNodeJudgeCount_m3817165593 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { return 1; } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetFistJudgeCenter() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeys_GetFistJudgeCenter_m4067848261 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = IBeatKeys_GetCenter_m1546839642(__this, /*hidden argument*/NULL); return L_0; } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetLastJudgeCenter() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeys_GetLastJudgeCenter_m4160832621 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = IBeatKeys_GetCenter_m1546839642(__this, /*hidden argument*/NULL); return L_0; } } // System.Void DMCore.DanceMode.IBeatKeys::SetCenter(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetCenter_m2721193466 (IBeatKeys_t2500473988 * __this, Vector2_t2156229523 ___pointCenter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_SetCenter_m2721193466_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); Vector2_t2156229523 V_3; memset(&V_3, 0, sizeof(V_3)); { Vector2_t2156229523 L_0 = ___pointCenter0; __this->set_m_BeatCenter_7(L_0); Vector2_t2156229523 * L_1 = __this->get_address_of_m_BeatCenter_7(); Vector2_t2156229523 * L_2 = __this->get_address_of_m_BeatCenter_7(); float L_3 = L_2->get_x_0(); Vector2_t2156229523 L_4 = IBeatKeys_GetJudgeBox_m4256218238(__this, /*hidden argument*/NULL); V_0 = L_4; float L_5 = (&V_0)->get_x_0(); int32_t L_6 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_7 = IBeatKeys_GetJudgeBox_m4256218238(__this, /*hidden argument*/NULL); V_1 = L_7; float L_8 = (&V_1)->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_9 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_3, ((float)il2cpp_codegen_add((float)(6.0f), (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_5)))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_6))), (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_8)))), (float)(6.0f))), /*hidden argument*/NULL); L_1->set_x_0(L_9); Vector2_t2156229523 * L_10 = __this->get_address_of_m_BeatCenter_7(); Vector2_t2156229523 * L_11 = __this->get_address_of_m_BeatCenter_7(); float L_12 = L_11->get_y_1(); Vector2_t2156229523 L_13 = IBeatKeys_GetJudgeBox_m4256218238(__this, /*hidden argument*/NULL); V_2 = L_13; float L_14 = (&V_2)->get_y_1(); int32_t L_15 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_16 = IBeatKeys_GetJudgeBox_m4256218238(__this, /*hidden argument*/NULL); V_3 = L_16; float L_17 = (&V_3)->get_y_1(); float L_18 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_12, ((float)il2cpp_codegen_add((float)(6.0f), (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_14)))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_15))), (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_17)))), (float)(6.0f))), /*hidden argument*/NULL); L_10->set_y_1(L_18); Vector2_t2156229523 * L_19 = __this->get_address_of_m_BeatCenter_7(); Vector2_t2156229523 * L_20 = L_19; float L_21 = L_20->get_x_0(); int32_t L_22 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); L_20->set_x_0(((float)((float)L_21/(float)(((float)((float)L_22)))))); Vector2_t2156229523 * L_23 = __this->get_address_of_m_BeatCenter_7(); Vector2_t2156229523 * L_24 = L_23; float L_25 = L_24->get_y_1(); int32_t L_26 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); L_24->set_y_1(((float)((float)L_25/(float)(((float)((float)L_26)))))); return; } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetCenter() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeys_GetCenter_m1546839642 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 * L_0 = __this->get_address_of_m_BeatCenter_7(); float L_1 = L_0->get_x_0(); int32_t L_2 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); (&V_0)->set_x_0(((float)il2cpp_codegen_multiply((float)L_1, (float)(((float)((float)L_2)))))); Vector2_t2156229523 * L_3 = __this->get_address_of_m_BeatCenter_7(); float L_4 = L_3->get_y_1(); int32_t L_5 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); (&V_0)->set_y_1(((float)il2cpp_codegen_multiply((float)L_4, (float)(((float)((float)L_5)))))); Vector2_t2156229523 L_6 = V_0; return L_6; } } // UnityEngine.Rect DMCore.DanceMode.IBeatKeys::GetJudgeRect() extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 IBeatKeys_GetJudgeRect_m1625121536 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); { Vector2_t2156229523 L_0 = IBeatKeys_GetCenter_m1546839642(__this, /*hidden argument*/NULL); V_1 = L_0; float L_1 = (&V_1)->get_x_0(); Vector2_t2156229523 * L_2 = __this->get_address_of_m_JudgeBox_8(); float L_3 = L_2->get_x_0(); Vector2_t2156229523 L_4 = IBeatKeys_GetCenter_m1546839642(__this, /*hidden argument*/NULL); V_2 = L_4; float L_5 = (&V_2)->get_y_1(); Vector2_t2156229523 * L_6 = __this->get_address_of_m_JudgeBox_8(); float L_7 = L_6->get_y_1(); Vector2_t2156229523 * L_8 = __this->get_address_of_m_JudgeBox_8(); float L_9 = L_8->get_x_0(); Vector2_t2156229523 * L_10 = __this->get_address_of_m_JudgeBox_8(); float L_11 = L_10->get_y_1(); Rect__ctor_m2614021312((&V_0), ((float)il2cpp_codegen_subtract((float)L_1, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_3)))), ((float)il2cpp_codegen_subtract((float)L_5, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_7)))), L_9, L_11, /*hidden argument*/NULL); Rect_t2360479859 L_12 = V_0; return L_12; } } // System.Void DMCore.DanceMode.IBeatKeys::SetJudgeTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetJudgeTime_m1418426729 (IBeatKeys_t2500473988 * __this, float ___fTime0, const RuntimeMethod* method) { { float L_0 = ___fTime0; __this->set_m_fJudgeTime_11(L_0); return; } } // System.Single DMCore.DanceMode.IBeatKeys::GetJudgeTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetJudgeTime_m4243070023 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_fJudgeTime_11(); return L_0; } } // System.Void DMCore.DanceMode.IBeatKeys::OnAnim() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_OnAnim_m2978015060 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { CAnimNode_OnAnim_m3644553557(__this, /*hidden argument*/NULL); float L_0 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); V_0 = L_0; float L_1 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeEnd_2(); float L_2 = V_0; if ((!(((float)((float)il2cpp_codegen_subtract((float)L_1, (float)(1.0f)))) > ((float)L_2)))) { goto IL_0029; } } { CBeatKeyManager_t1395295909 * L_3 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CBeatKeyManager_TellExistBeatKeyColor_m3557280543(L_3, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void DMCore.DanceMode.IBeatKeys::OnAnimBegin() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_OnAnimBegin_m434146345 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_OnAnimBegin_m434146345_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { Vector2_t2156229523 L_0 = CAnimNode_GetTimeRange_m3224112428(__this, /*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CDanceManager_t448141780 * L_2 = CRoot_GetDanceManager_m876173276(L_1, /*hidden argument*/NULL); NullCheck(L_2); CBeatKeyManager_t1395295909 * L_3 = CDanceManager_GetBeatkeyManager_m174032038(L_2, /*hidden argument*/NULL); Vector2_t2156229523 L_4 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(27 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetFistJudgeCenter() */, __this); Vector2_t2156229523 L_5 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(28 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetLastJudgeCenter() */, __this); float L_6 = (&V_0)->get_y_1(); float L_7 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); NullCheck(L_3); CBeatKeyManager_PushNextBeatKey_m3327794647(L_3, L_4, L_5, L_6, L_7, __this, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeys::OnAnimEnd() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_OnAnimEnd_m2628783687 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { int32_t L_0 = IBeatKeys_GetJudgeResult_m3261993446(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0013; } } { VirtFuncInvoker1< int32_t, int32_t >::Invoke(33 /* DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys::SetJudgeResult(DMCore.DanceMode.enumJudgeResult) */, __this, 1); } IL_0013: { return; } } // System.Single DMCore.DanceMode.IBeatKeys::GetJudgeTriggerTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetJudgeTriggerTime_m3599052738 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_fJudgeTriggerTime_12(); return L_0; } } // System.Single DMCore.DanceMode.IBeatKeys::GetFadeInShowTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetFadeInShowTime_m3032340980 (IBeatKeys_t2500473988 * __this, int32_t ___bpm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetFadeInShowTime_m3032340980_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; { int32_t L_0 = ___bpm0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, ((int32_t)80), ((int32_t)160), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((float)((float)(72.0f)/(float)(((float)((float)L_2))))); float L_3 = V_1; return L_3; } } // System.Single DMCore.DanceMode.IBeatKeys::GetJudgeEndMissTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetJudgeEndMissTime_m2647101593 (IBeatKeys_t2500473988 * __this, int32_t ___bpm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetJudgeEndMissTime_m2647101593_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; { int32_t L_0 = ___bpm0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, ((int32_t)80), ((int32_t)160), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((float)((float)(((float)((float)L_2)))/(float)(120.0f))); float L_3 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_4 = V_1; return ((float)il2cpp_codegen_add((float)L_3, (float)((float)((float)(0.5f)/(float)L_4)))); } } // System.Single DMCore.DanceMode.IBeatKeys::GetFadeInShowTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetFadeInShowTime_m388566142 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { CBeatKeyManager_t1395295909 * L_1 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CBeatKeyManager_GetBpm_m1897872510(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001b; } IL_0019: { G_B3_0 = ((int32_t)120); } IL_001b: { V_0 = G_B3_0; int32_t L_3 = V_0; float L_4 = IBeatKeys_GetFadeInShowTime_m3032340980(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DMCore.DanceMode.IBeatKeys::GetFadeInTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetFadeInTime_m2112968104 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { return (1.0f); } } // System.Single DMCore.DanceMode.IBeatKeys::GetFadeOutTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetFadeOutTime_m2967601141 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { return (1.2f); } } // UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetJudgeBox() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 IBeatKeys_GetJudgeBox_m4256218238 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = __this->get_m_JudgeBox_8(); return L_0; } } // System.Single DMCore.DanceMode.IBeatKeys::GetPaintAlpha() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetPaintAlpha_m2346745213 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetPaintAlpha_m2346745213_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { V_0 = (1.0f); V_1 = (0.0f); V_2 = (0.0f); CAnimNode_GetTimeRange_m2521578612(__this, (&V_1), (&V_2), /*hidden argument*/NULL); float L_0 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); V_3 = L_0; float L_1 = V_3; float L_2 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); if ((!(((float)L_1) < ((float)L_2)))) { goto IL_0072; } } { float L_3 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); float L_4 = V_1; float L_5 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); float L_6 = V_1; V_4 = ((float)((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)((float)il2cpp_codegen_subtract((float)L_3, (float)L_4))))/(float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_6)))); float L_7 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_7, (0.0f), (1.0f), /*hidden argument*/NULL); V_4 = L_8; float L_9 = V_4; float L_10 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (0.0f), (1.0f), L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_0098; } IL_0072: { float L_11 = V_2; float L_12 = V_3; V_5 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); float L_13 = V_5; if ((!(((float)(0.0f)) <= ((float)L_13)))) { goto IL_0098; } } { float L_14 = V_5; if ((!(((float)(0.4f)) >= ((float)L_14)))) { goto IL_0098; } } { float L_15 = V_5; V_0 = ((float)il2cpp_codegen_multiply((float)L_15, (float)(2.5f))); } IL_0098: { float L_16 = V_0; return L_16; } } // System.Void DMCore.DanceMode.IBeatKeys::DrawNumberIndex() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_DrawNumberIndex_m601134822 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_DrawNumberIndex_m601134822_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; int32_t V_2 = 0; Rect_t2360479859 V_3; memset(&V_3, 0, sizeof(V_3)); Vector2_t2156229523 V_4; memset(&V_4, 0, sizeof(V_4)); Vector2_t2156229523 V_5; memset(&V_5, 0, sizeof(V_5)); Vector2_t2156229523 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t V_7 = 0; int32_t V_8 = 0; { 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); CAnimSystem_t3541144328 * L_1 = CRoot_GetMovieSystem_m206666588(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CAnimSystem_IsEditMode_m1044252428(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } { 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); CAnimSystem_t3541144328 * L_4 = CRoot_GetMovieSystem_m206666588(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CAnimSystem_IsIntroduceMode_m3657797512(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } IL_0028: { return; } IL_0029: { int32_t L_6 = IBeatKeys_GetNumberIndex_m919049387(__this, /*hidden argument*/NULL); if ((((int32_t)0) < ((int32_t)L_6))) { goto IL_0036; } } { return; } IL_0036: { int32_t L_7 = IBeatKeys_GetJudgeResult_m3261993446(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0042; } } { return; } IL_0042: { float L_8 = IBeatKeys_GetPaintAlpha_m2346745213(__this, /*hidden argument*/NULL); V_0 = L_8; float L_9 = IBeatKeys_GetScale_m3445086615(__this, /*hidden argument*/NULL); float L_10 = VirtFuncInvoker0< float >::Invoke(34 /* System.Single DMCore.DanceMode.IBeatKeys::GetBackGroundBPMScale() */, __this); V_1 = ((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)); int32_t L_11 = IBeatKeys_GetNumberIndex_m919049387(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_12 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_11, 1, ((int32_t)99), /*hidden argument*/NULL); V_2 = L_12; int32_t L_13 = V_2; if ((((int32_t)((int32_t)9)) < ((int32_t)L_13))) { goto IL_00a2; } } { CBeatKeyManager_t1395295909 * L_14 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_15 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); Vector2_t2156229523 L_16 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(27 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetFistJudgeCenter() */, __this); float L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_18 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_19 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); float L_20 = V_0; NullCheck(L_14); CBeatKeyManager_PushDrawCommand_m2157714116(L_14, L_15, L_16, L_19, (0.0f), L_20, 1, /*hidden argument*/NULL); goto IL_0174; } IL_00a2: { CBeatKeyManager_t1395295909 * L_21 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); Rect_t2360479859 L_22 = CBeatKeyManager_GetBeatKeySpriteRect_m4186432858(L_21, _stringLiteral3452614543, /*hidden argument*/NULL); V_3 = L_22; Vector2_t2156229523 L_23 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(27 /* UnityEngine.Vector2 DMCore.DanceMode.IBeatKeys::GetFistJudgeCenter() */, __this); V_4 = L_23; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_24 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_24; float L_25 = (&V_4)->get_x_0(); float L_26 = Rect_get_width_m3421484486((&V_3), /*hidden argument*/NULL); float L_27 = V_1; float L_28 = (&V_4)->get_y_1(); Vector2_Set_m3780194483((&V_5), ((float)il2cpp_codegen_subtract((float)L_25, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_26)), (float)L_27)))), L_28, /*hidden argument*/NULL); Vector2_t2156229523 L_29 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = L_29; float L_30 = (&V_4)->get_x_0(); float L_31 = Rect_get_width_m3421484486((&V_3), /*hidden argument*/NULL); float L_32 = V_1; float L_33 = (&V_4)->get_y_1(); Vector2_Set_m3780194483((&V_6), ((float)il2cpp_codegen_add((float)L_30, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_31)), (float)L_32)))), L_33, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_34 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_35 = V_2; V_7 = ((int32_t)((int32_t)L_35/(int32_t)((int32_t)10))); String_t* L_36 = Int32_ToString_m141394615((&V_7), /*hidden argument*/NULL); Vector2_t2156229523 L_37 = V_5; float L_38 = V_1; Vector2_t2156229523 L_39 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_40 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); float L_41 = V_0; NullCheck(L_34); CBeatKeyManager_PushDrawCommand_m2157714116(L_34, L_36, L_37, L_40, (0.0f), L_41, 1, /*hidden argument*/NULL); CBeatKeyManager_t1395295909 * L_42 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_43 = V_2; V_8 = ((int32_t)((int32_t)L_43%(int32_t)((int32_t)10))); String_t* L_44 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); Vector2_t2156229523 L_45 = V_6; float L_46 = V_1; Vector2_t2156229523 L_47 = Vector2_get_one_m738793577(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_48 = Vector2_op_Multiply_m3294489634(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); float L_49 = V_0; NullCheck(L_42); CBeatKeyManager_PushDrawCommand_m2157714116(L_42, L_44, L_45, L_48, (0.0f), L_49, 1, /*hidden argument*/NULL); } IL_0174: { return; } } // System.Void DMCore.DanceMode.IBeatKeys::SetJudgeBox(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetJudgeBox_m782248210 (IBeatKeys_t2500473988 * __this, float ___fWidth0, float ___fHeight1, const RuntimeMethod* method) { { Vector2_t2156229523 * L_0 = __this->get_address_of_m_JudgeBox_8(); float L_1 = ___fWidth0; L_0->set_x_0(L_1); Vector2_t2156229523 * L_2 = __this->get_address_of_m_JudgeBox_8(); float L_3 = ___fHeight1; L_2->set_y_1(L_3); return; } } // System.Void DMCore.DanceMode.IBeatKeys::RecordTriggerTime() extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_RecordTriggerTime_m2774206695 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { { float L_0 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); __this->set_m_fJudgeTriggerTime_12(L_0); return; } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys::SetJudgeResult(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_SetJudgeResult_m4242780543 (IBeatKeys_t2500473988 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_SetJudgeResult_m4242780543_MetadataUsageId); s_Il2CppMethodInitialized = true; } CBeatKeyManager_t1395295909 * V_0 = NULL; CBeatKeyCtrlNode_t1019706062 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; CDataArray_t4068198041 * V_4 = NULL; AudioClip_t3680889665 * V_5 = NULL; CBeatKeyCtrlNode_t1019706062 * G_B8_0 = NULL; int32_t G_B11_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeyManager_t1395295909_il2cpp_TypeInfo_var); bool L_0 = CBeatKeyManager_IfCheatMode_m342302831(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { __this->set_m_JudgeResult_10(4); goto IL_0033; } IL_0016: { int32_t L_1 = ___result0; int32_t L_2 = IBeatKeyHelp_TryUsePetSkill_m1161489600(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_JudgeResult_10(L_2); int32_t L_3 = __this->get_m_JudgeResult_10(); int32_t L_4 = IBeatKeyHelp_TryUsePropItem_m1498148053(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_JudgeResult_10(L_4); } IL_0033: { CAnimSystem_t3541144328 * L_5 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CAnimSystem_IsEditMode_m1044252428(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0107; } } { int32_t L_7 = __this->get_m_JudgeResult_10(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_00b6; } } { CBeatKeyManager_t1395295909 * L_8 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_8; CBeatKeyManager_t1395295909 * L_9 = V_0; if (!L_9) { goto IL_0066; } } { CBeatKeyManager_t1395295909 * L_10 = V_0; NullCheck(L_10); CBeatKeyCtrlNode_t1019706062 * L_11 = CBeatKeyManager_GetCtrlNode_m1565279547(L_10, 0, /*hidden argument*/NULL); G_B8_0 = L_11; goto IL_0067; } IL_0066: { G_B8_0 = ((CBeatKeyCtrlNode_t1019706062 *)(NULL)); } IL_0067: { V_1 = G_B8_0; CBeatKeyCtrlNode_t1019706062 * L_12 = V_1; if (!L_12) { goto IL_0079; } } { CBeatKeyCtrlNode_t1019706062 * L_13 = V_1; NullCheck(L_13); int32_t L_14 = CBeatKeyCtrlNode_GetCombo_m1821287212(L_13, /*hidden argument*/NULL); G_B11_0 = L_14; goto IL_007a; } IL_0079: { G_B11_0 = 0; } IL_007a: { V_2 = G_B11_0; IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); CDanceScoreRatio_t899523984 * L_15 = CDanceScoreRatio_GetInstance_m507091185(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = CDanceScoreRatio_GetSelfScoreRatio_m1215160972(L_15, L_16, /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = V_3; if ((((int32_t)((int32_t)10)) >= ((int32_t)L_18))) { goto IL_00b6; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CDataArray_t4068198041 * L_19 = CMiscHelp_CreateBroadCastMsg_m3638153986(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_19; CDataArray_t4068198041 * L_20 = V_4; NullCheck(L_20); CDataArray_Push_m3820844360(L_20, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_4; CMainRole_t4200562839 * L_22 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); int64_t L_23 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_22); NullCheck(L_21); CDataArray_Push_m3799896857(L_21, L_23, /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = V_4; NullCheck(L_24); CDataArray_Flush_m1077150699(L_24, /*hidden argument*/NULL); } IL_00b6: { ISoundManager_t434164892 * L_25 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); bool L_26 = ISoundManager_IsBeatKeyMidiEnable_m1133154011(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0107; } } { int32_t L_27 = __this->get_m_JudgeResult_10(); if ((((int32_t)L_27) == ((int32_t)4))) { goto IL_00e9; } } { int32_t L_28 = __this->get_m_JudgeResult_10(); if ((((int32_t)L_28) == ((int32_t)3))) { goto IL_00e9; } } { int32_t L_29 = __this->get_m_JudgeResult_10(); if ((!(((uint32_t)L_29) == ((uint32_t)2)))) { goto IL_0107; } } IL_00e9: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_30 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); AudioClip_t3680889665 * L_31 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_30, _stringLiteral3164635854); V_5 = L_31; ISoundManager_t434164892 * L_32 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_33 = V_5; NullCheck(L_32); ISoundManager_PlayOnce_m3370941300(L_32, L_33, /*hidden argument*/NULL); } IL_0107: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_34 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); CDanceManager_t448141780 * L_35 = CRoot_GetDanceManager_m876173276(L_34, /*hidden argument*/NULL); NullCheck(L_35); CBeatKeyManager_t1395295909 * L_36 = CDanceManager_GetBeatkeyManager_m174032038(L_35, /*hidden argument*/NULL); int32_t L_37 = __this->get_m_JudgeResult_10(); NullCheck(L_36); CBeatKeyManager_PushJudgeResult_m1974812541(L_36, L_37, (bool)0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_38 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); bool L_39 = CPveManager_IsPveMode_m3137815888(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_013c; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_40 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); CPveManager_TriggerBeatKey_m2255588316(L_40, /*hidden argument*/NULL); } IL_013c: { int32_t L_41 = __this->get_m_JudgeResult_10(); return L_41; } } // System.Void DMCore.DanceMode.IBeatKeys::SetDrawResult(DMCore.DanceMode.enumJudgeResult,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetDrawResult_m390367502 (IBeatKeys_t2500473988 * __this, int32_t ___result0, Vector2_t2156229523 ___center1, float ___fShowStep2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_SetDrawResult_m390367502_MetadataUsageId); s_Il2CppMethodInitialized = true; } stResultInfo_t1874608977 * V_0 = NULL; int32_t V_1 = 0; stPropUseInfo_t1203559666 * V_2 = NULL; stPropUseInfo_t1203559666 * V_3 = NULL; { stResultInfo_t1874608977 * L_0 = (stResultInfo_t1874608977 *)il2cpp_codegen_object_new(stResultInfo_t1874608977_il2cpp_TypeInfo_var); stResultInfo__ctor_m3043315985(L_0, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___result0; V_1 = L_1; stResultInfo_t1874608977 * L_2 = V_0; float L_3 = ___fShowStep2; NullCheck(L_2); L_2->set_m_ValidTime_6(L_3); stResultInfo_t1874608977 * L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); L_4->set_m_result_0(L_5); stResultInfo_t1874608977 * L_6 = V_0; NullCheck(L_6); Vector2_t2156229523 * L_7 = L_6->get_address_of_m_v2ResultCenter_4(); float L_8 = (&___center1)->get_x_0(); L_7->set_x_0(L_8); stResultInfo_t1874608977 * L_9 = V_0; NullCheck(L_9); Vector2_t2156229523 * L_10 = L_9->get_address_of_m_v2ResultCenter_4(); float L_11 = (&___center1)->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_12 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); L_10->set_y_1(((float)il2cpp_codegen_subtract((float)L_11, (float)((float)il2cpp_codegen_multiply((float)(80.0f), (float)L_12))))); stResultInfo_t1874608977 * L_13 = V_0; NullCheck(L_13); Vector2_t2156229523 * L_14 = L_13->get_address_of_m_v2Center_3(); float L_15 = (&___center1)->get_x_0(); L_14->set_x_0(L_15); stResultInfo_t1874608977 * L_16 = V_0; NullCheck(L_16); Vector2_t2156229523 * L_17 = L_16->get_address_of_m_v2Center_3(); float L_18 = (&___center1)->get_y_1(); L_17->set_y_1(L_18); stResultInfo_t1874608977 * L_19 = V_0; float L_20 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_m_fTimeStart_2(L_20); stResultInfo_t1874608977 * L_21 = V_0; bool L_22 = IBeatKeys_IsHighCombo_m2263008295(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_m_bHigh_5(L_22); int32_t L_23 = ___result0; if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_0158; } } { bool L_24 = __this->get_m_bUseMissProp_16(); if (!L_24) { goto IL_0158; } } { __this->set_m_bUseMissProp_16((bool)0); stResultInfo_t1874608977 * L_25 = V_0; NullCheck(L_25); L_25->set_m_beforeResult_1(1); stPropUseInfo_t1203559666 * L_26 = (stPropUseInfo_t1203559666 *)il2cpp_codegen_object_new(stPropUseInfo_t1203559666_il2cpp_TypeInfo_var); stPropUseInfo__ctor_m853340025(L_26, /*hidden argument*/NULL); V_2 = L_26; stPropUseInfo_t1203559666 * L_27 = V_2; NullCheck(L_27); L_27->set_m_toPerfect_2((bool)0); stPropUseInfo_t1203559666 * L_28 = V_2; Vector2_t2156229523 L_29 = ___center1; NullCheck(L_28); L_28->set_m_v2Center_1(L_29); int32_t L_30 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); stPropUseInfo_t1203559666 * L_31 = V_2; NullCheck(L_31); Vector2_t2156229523 * L_32 = L_31->get_address_of_m_v2Center_1(); float L_33 = L_32->get_x_0(); if ((!(((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_30)))))) > ((float)L_33)))) { goto IL_00fa; } } { stPropUseInfo_t1203559666 * L_34 = V_2; NullCheck(L_34); L_34->set_m_toLeft_3((bool)0); stPropUseInfo_t1203559666 * L_35 = V_2; NullCheck(L_35); Vector2_t2156229523 * L_36 = L_35->get_address_of_m_v2Center_1(); Vector2_t2156229523 * L_37 = L_36; float L_38 = L_37->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_39 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); L_37->set_x_0(((float)il2cpp_codegen_add((float)L_38, (float)((float)il2cpp_codegen_multiply((float)(100.0f), (float)L_39))))); goto IL_011e; } IL_00fa: { stPropUseInfo_t1203559666 * L_40 = V_2; NullCheck(L_40); L_40->set_m_toLeft_3((bool)1); stPropUseInfo_t1203559666 * L_41 = V_2; NullCheck(L_41); Vector2_t2156229523 * L_42 = L_41->get_address_of_m_v2Center_1(); Vector2_t2156229523 * L_43 = L_42; float L_44 = L_43->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_45 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); L_43->set_x_0(((float)il2cpp_codegen_subtract((float)L_44, (float)((float)il2cpp_codegen_multiply((float)(100.0f), (float)L_45))))); } IL_011e: { stPropUseInfo_t1203559666 * L_46 = V_2; NullCheck(L_46); Vector2_t2156229523 * L_47 = L_46->get_address_of_m_v2Center_1(); Vector2_t2156229523 * L_48 = L_47; float L_49 = L_48->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_50 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); L_48->set_y_1(((float)il2cpp_codegen_subtract((float)L_49, (float)((float)il2cpp_codegen_multiply((float)(80.0f), (float)L_50))))); stPropUseInfo_t1203559666 * L_51 = V_2; float L_52 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); NullCheck(L_51); L_51->set_m_fTimeLabor_0(L_52); List_1_t2675634408 * L_53 = __this->get_m_listUseProp_14(); stPropUseInfo_t1203559666 * L_54 = V_2; NullCheck(L_53); List_1_Add_m2996653723(L_53, L_54, /*hidden argument*/List_1_Add_m2996653723_RuntimeMethod_var); goto IL_0236; } IL_0158: { int32_t L_55 = ___result0; if ((!(((uint32_t)L_55) == ((uint32_t)4)))) { goto IL_022f; } } { bool L_56 = __this->get_m_bUsePerfectProp_17(); if (!L_56) { goto IL_022f; } } { __this->set_m_bUsePerfectProp_17((bool)0); stResultInfo_t1874608977 * L_57 = V_0; NullCheck(L_57); L_57->set_m_beforeResult_1(3); stPropUseInfo_t1203559666 * L_58 = (stPropUseInfo_t1203559666 *)il2cpp_codegen_object_new(stPropUseInfo_t1203559666_il2cpp_TypeInfo_var); stPropUseInfo__ctor_m853340025(L_58, /*hidden argument*/NULL); V_3 = L_58; stPropUseInfo_t1203559666 * L_59 = V_3; NullCheck(L_59); L_59->set_m_toPerfect_2((bool)1); stPropUseInfo_t1203559666 * L_60 = V_3; Vector2_t2156229523 L_61 = ___center1; NullCheck(L_60); L_60->set_m_v2Center_1(L_61); int32_t L_62 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); stPropUseInfo_t1203559666 * L_63 = V_3; NullCheck(L_63); Vector2_t2156229523 * L_64 = L_63->get_address_of_m_v2Center_1(); float L_65 = L_64->get_x_0(); if ((!(((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_62)))))) > ((float)L_65)))) { goto IL_01d1; } } { stPropUseInfo_t1203559666 * L_66 = V_3; NullCheck(L_66); L_66->set_m_toLeft_3((bool)0); stPropUseInfo_t1203559666 * L_67 = V_3; NullCheck(L_67); Vector2_t2156229523 * L_68 = L_67->get_address_of_m_v2Center_1(); Vector2_t2156229523 * L_69 = L_68; float L_70 = L_69->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_71 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); L_69->set_x_0(((float)il2cpp_codegen_add((float)L_70, (float)((float)il2cpp_codegen_multiply((float)(100.0f), (float)L_71))))); goto IL_01f5; } IL_01d1: { stPropUseInfo_t1203559666 * L_72 = V_3; NullCheck(L_72); L_72->set_m_toLeft_3((bool)1); stPropUseInfo_t1203559666 * L_73 = V_3; NullCheck(L_73); Vector2_t2156229523 * L_74 = L_73->get_address_of_m_v2Center_1(); Vector2_t2156229523 * L_75 = L_74; float L_76 = L_75->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_77 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); L_75->set_x_0(((float)il2cpp_codegen_subtract((float)L_76, (float)((float)il2cpp_codegen_multiply((float)(100.0f), (float)L_77))))); } IL_01f5: { stPropUseInfo_t1203559666 * L_78 = V_3; NullCheck(L_78); Vector2_t2156229523 * L_79 = L_78->get_address_of_m_v2Center_1(); Vector2_t2156229523 * L_80 = L_79; float L_81 = L_80->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_82 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); L_80->set_y_1(((float)il2cpp_codegen_subtract((float)L_81, (float)((float)il2cpp_codegen_multiply((float)(80.0f), (float)L_82))))); stPropUseInfo_t1203559666 * L_83 = V_3; float L_84 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); NullCheck(L_83); L_83->set_m_fTimeLabor_0(L_84); List_1_t2675634408 * L_85 = __this->get_m_listUseProp_14(); stPropUseInfo_t1203559666 * L_86 = V_3; NullCheck(L_85); List_1_Add_m2996653723(L_85, L_86, /*hidden argument*/List_1_Add_m2996653723_RuntimeMethod_var); goto IL_0236; } IL_022f: { stResultInfo_t1874608977 * L_87 = V_0; int32_t L_88 = V_1; NullCheck(L_87); L_87->set_m_beforeResult_1(L_88); } IL_0236: { List_1_t3346683719 * L_89 = __this->get_m_listResults_13(); stResultInfo_t1874608977 * L_90 = V_0; NullCheck(L_89); List_1_Add_m2410943457(L_89, L_90, /*hidden argument*/List_1_Add_m2410943457_RuntimeMethod_var); return; } } // System.Void DMCore.DanceMode.IBeatKeys::SetDrawResult(DMCore.DanceMode.enumJudgeResult,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void IBeatKeys_SetDrawResult_m3839988315 (IBeatKeys_t2500473988 * __this, int32_t ___result0, Vector2_t2156229523 ___center1, const RuntimeMethod* method) { { int32_t L_0 = ___result0; Vector2_t2156229523 L_1 = ___center1; IBeatKeys_SetDrawResult_m390367502(__this, L_0, L_1, (1.0f), /*hidden argument*/NULL); return; } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeys::GetJudgeValByOffTime(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeys_GetJudgeValByOffTime_m970048845 (IBeatKeys_t2500473988 * __this, float ___fTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetJudgeValByOffTime_m970048845_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CBeatKeyManager_GetBpm_m1897872510(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_1, ((int32_t)80), ((int32_t)160), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; V_1 = ((float)((float)(((float)((float)L_3)))/(float)(120.0f))); float L_4 = ___fTime0; float L_5 = V_1; ___fTime0 = ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)); float L_6 = ___fTime0; if ((!(((float)(0.0f)) > ((float)L_6)))) { goto IL_0041; } } { float L_7 = ___fTime0; if ((!(((float)(-0.2f)) > ((float)L_7)))) { goto IL_003d; } } { return (int32_t)(2); } IL_003d: { float L_8 = ___fTime0; ___fTime0 = ((-L_8)); } IL_0041: { float L_9 = ___fTime0; if ((!(((float)(0.08f)) >= ((float)L_9)))) { goto IL_004e; } } { return (int32_t)(4); } IL_004e: { float L_10 = ___fTime0; if ((!(((float)(0.2f)) >= ((float)L_10)))) { goto IL_005b; } } { return (int32_t)(3); } IL_005b: { float L_11 = ___fTime0; if ((!(((float)(0.5f)) >= ((float)L_11)))) { goto IL_0068; } } { return (int32_t)(2); } IL_0068: { return (int32_t)(1); } } // System.Single DMCore.DanceMode.IBeatKeys::GetBackGroundBPMScale() extern "C" IL2CPP_METHOD_ATTR float IBeatKeys_GetBackGroundBPMScale_m3843967193 (IBeatKeys_t2500473988 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeys_GetBackGroundBPMScale_m3843967193_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; float V_2 = 0.0f; int32_t G_B5_0 = 0; { float L_0 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); float L_1 = IBeatKeys_GetJudgeTime_m4243070023(__this, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)); float L_2 = V_0; if ((!(((float)(0.0f)) < ((float)L_2)))) { goto IL_001f; } } { return (1.0f); } IL_001f: { CBeatKeyManager_t1395295909 * L_3 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_3) { goto IL_0038; } } { CBeatKeyManager_t1395295909 * L_4 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CBeatKeyManager_GetBpm_m1897872510(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; goto IL_003a; } IL_0038: { G_B5_0 = ((int32_t)120); } IL_003a: { V_1 = G_B5_0; int32_t L_6 = V_1; V_2 = ((float)((float)(60.0f)/(float)(((float)((float)L_6))))); float L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = fabsf(L_7); V_0 = L_8; float L_9 = V_0; float L_10 = V_2; V_0 = ((float)((float)L_9/(float)L_10)); float L_11 = V_0; float L_12 = V_0; float L_13 = floorf(L_12); V_0 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_13)); float L_14 = V_0; if ((!(((float)(0.5f)) <= ((float)L_14)))) { goto IL_0069; } } { return (1.0f); } IL_0069: { float L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_16 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (1.1f), (1.0f), ((float)il2cpp_codegen_multiply((float)L_15, (float)(2.0f))), /*hidden argument*/NULL); return L_16; } } #ifdef __clang__ #pragma clang 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.DanceMode.IBeatKeys/stEffectInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stEffectInfo__ctor_m4231819989 (stEffectInfo_t258222805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stEffectInfo__ctor_m4231819989_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_PlayEffect_0((bool)0); __this->set_m_EffectStartTime_1((0.0f)); __this->set_m_HighEffect_2((bool)0); __this->set_m_EffectAngleStart_3((0.0f)); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_EffectCenter_4(L_0); __this->set_m_EffectHalfLength_5((0.0f)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.IBeatKeys/stParticleInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stParticleInfo__ctor_m3766049461 (stParticleInfo_t1635389417 * __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.DanceMode.IBeatKeys/stPropUseInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stPropUseInfo__ctor_m853340025 (stPropUseInfo_t1203559666 * __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.DanceMode.IBeatKeys/stResultInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stResultInfo__ctor_m3043315985 (stResultInfo_t1874608977 * __this, const RuntimeMethod* method) { Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); { Object__ctor_m297566312(__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_0 = V_0; __this->set_m_v2Center_3(L_0); il2cpp_codegen_initobj((&V_1), sizeof(Vector2_t2156229523 )); Vector2_t2156229523 L_1 = V_1; __this->set_m_v2ResultCenter_4(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.DanceMode.IBeatKeySwingBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase__ctor_m138993608 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase__ctor_m138993608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAnimNode__ctor_m1129265667(__this, /*hidden argument*/NULL); __this->set_m_JudgeResult_12(0); __this->set_m_fJudgeTime_13((0.0f)); __this->set_m_firstGroup_11(1); __this->set_m_ptrUI_10((CBeatKeySwingUI_t1346072144 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(IBeatKeySwingBase_t1515627798_il2cpp_TypeInfo_var); int32_t L_0 = ((IBeatKeySwingBase_t1515627798_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeySwingBase_t1515627798_il2cpp_TypeInfo_var))->get_s_debugIndex_8(); ((IBeatKeySwingBase_t1515627798_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeySwingBase_t1515627798_il2cpp_TypeInfo_var))->set_s_debugIndex_8(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = ((IBeatKeySwingBase_t1515627798_StaticFields*)il2cpp_codegen_static_fields_for(IBeatKeySwingBase_t1515627798_il2cpp_TypeInfo_var))->get_s_debugIndex_8(); __this->set_m_debugIndex_7(L_1); __this->set_m_comboLevel_9(0); return; } } // System.Boolean DMCore.DanceMode.IBeatKeySwingBase::IsValide() extern "C" IL2CPP_METHOD_ATTR bool IBeatKeySwingBase_IsValide_m434860226 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { float L_0 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeStart_1(); float L_1 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); if ((!(((float)L_0) <= ((float)L_1)))) { goto IL_0027; } } { float L_2 = CAnimNode_Tell_m2418290175(__this, /*hidden argument*/NULL); float L_3 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeEnd_2(); G_B3_0 = ((((float)L_2) < ((float)((float)il2cpp_codegen_add((float)L_3, (float)(0.3f)))))? 1 : 0); goto IL_0028; } IL_0027: { G_B3_0 = 0; } IL_0028: { return (bool)G_B3_0; } } // System.Boolean DMCore.DanceMode.IBeatKeySwingBase::IsValide(System.Single) extern "C" IL2CPP_METHOD_ATTR bool IBeatKeySwingBase_IsValide_m2842486408 (IBeatKeySwingBase_t1515627798 * __this, float ___fTime0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { float L_0 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeStart_1(); float L_1 = ___fTime0; if ((!(((float)((float)il2cpp_codegen_subtract((float)L_0, (float)(1.0f)))) <= ((float)L_1)))) { goto IL_0024; } } { float L_2 = ___fTime0; float L_3 = ((CAnimNode_t3327376431 *)__this)->get_m_fTimeEnd_2(); if ((!(((float)L_2) < ((float)L_3)))) { goto IL_0024; } } { G_B4_0 = 1; goto IL_0025; } IL_0024: { G_B4_0 = 0; } IL_0025: { return (bool)G_B4_0; } } // System.Single DMCore.DanceMode.IBeatKeySwingBase::CalculateTimeOffset(System.Single) extern "C" IL2CPP_METHOD_ATTR float IBeatKeySwingBase_CalculateTimeOffset_m1668810702 (IBeatKeySwingBase_t1515627798 * __this, float ___fTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_CalculateTimeOffset_m1668810702_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { float L_0 = IBeatKeySwingBase_GetJudgeTime_m286412118(__this, /*hidden argument*/NULL); float L_1 = ___fTime0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = fabsf(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); V_0 = L_2; float L_3 = V_0; return L_3; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::SetJudgeTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_SetJudgeTime_m4253903056 (IBeatKeySwingBase_t1515627798 * __this, float ___fTime0, const RuntimeMethod* method) { { float L_0 = ___fTime0; __this->set_m_fJudgeTime_13(L_0); return; } } // System.Single DMCore.DanceMode.IBeatKeySwingBase::GetJudgeTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeySwingBase_GetJudgeTime_m286412118 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_fJudgeTime_13(); return L_0; } } // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::GetFirstGroup() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_GetFirstGroup_m824060994 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_firstGroup_11(); return L_0; } } // System.Single DMCore.DanceMode.IBeatKeySwingBase::GetFadeInTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeySwingBase_GetFadeInTime_m3908060557 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_GetFadeInTime_m3908060557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_0 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); float L_1 = CBeatKeySwingCtrollor_get_keySpeed_m2633041557(L_0, /*hidden argument*/NULL); return L_1; } } // System.Single DMCore.DanceMode.IBeatKeySwingBase::GetFadeOutTime() extern "C" IL2CPP_METHOD_ATTR float IBeatKeySwingBase_GetFadeOutTime_m227995566 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { { return (1.2f); } } // System.Boolean DMCore.DanceMode.IBeatKeySwingBase::SetFirstGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool IBeatKeySwingBase_SetFirstGroup_m491994526 (IBeatKeySwingBase_t1515627798 * __this, int32_t ___firstGroup0, const RuntimeMethod* method) { { int32_t L_0 = ___firstGroup0; if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_000e; } } { int32_t L_1 = ___firstGroup0; if ((((int32_t)5) >= ((int32_t)L_1))) { goto IL_0010; } } IL_000e: { return (bool)0; } IL_0010: { int32_t L_2 = ___firstGroup0; __this->set_m_firstGroup_11(L_2); return (bool)1; } } // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::GetBeatKeyNodeJudgeCount() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_GetBeatKeyNodeJudgeCount_m3839004536 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { { return 1; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::OnInit() extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_OnInit_m877419158 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::Seek(System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_Seek_m1851193368 (IBeatKeySwingBase_t1515627798 * __this, float ___fTime0, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean DMCore.Framework.Movie.CAnimNode::IsValide() */, __this); V_0 = L_0; float L_1 = ___fTime0; CAnimNode_Seek_m2983572612(__this, L_1, /*hidden argument*/NULL); bool L_2 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean DMCore.Framework.Movie.CAnimNode::IsValide() */, __this); V_1 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0032; } } { bool L_4 = V_1; if (L_4) { goto IL_0032; } } { VirtActionInvoker0::Invoke(18 /* System.Void DMCore.Framework.Movie.CAnimNode::Reset() */, __this); VirtActionInvoker0::Invoke(15 /* System.Void DMCore.Framework.Movie.CAnimNode::OnAnimEnd() */, __this); goto IL_0056; } IL_0032: { bool L_5 = V_1; if (!L_5) { goto IL_0056; } } { bool L_6 = ((CAnimNode_t3327376431 *)__this)->get_m_bTriggered_6(); if (L_6) { goto IL_0050; } } { VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Movie.CAnimNode::OnAnimBegin() */, __this); ((CAnimNode_t3327376431 *)__this)->set_m_bTriggered_6((bool)1); } IL_0050: { VirtActionInvoker0::Invoke(12 /* System.Void DMCore.Framework.Movie.CAnimNode::OnAnim() */, __this); } IL_0056: { float L_7 = ___fTime0; CAnimNode_Seek_m2983572612(__this, L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::Reset() extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_Reset_m2080415405 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { { CAnimNode_Reset_m770095466(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::SerialToXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_SerialToXml_m2419886923 (IBeatKeySwingBase_t1515627798 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_SerialToXml_m2419886923_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlNode_t3958967524 * L_0 = ___element0; CAnimNode_SerialToXml_m3115071762(__this, L_0, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_1 = ___element0; float* L_2 = __this->get_address_of_m_fJudgeTime_13(); String_t* L_3 = Single_ToString_m3947131094(L_2, /*hidden argument*/NULL); NullCheck(L_1); DMXmlNode_SetAttribute_m3965231450(L_1, _stringLiteral4069634599, L_3, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_4 = ___element0; int32_t* L_5 = __this->get_address_of_m_firstGroup_11(); String_t* L_6 = Int32_ToString_m141394615(L_5, /*hidden argument*/NULL); NullCheck(L_4); DMXmlNode_SetAttribute_m3965231450(L_4, _stringLiteral2759192386, L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::DeserialFromXml(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_DeserialFromXml_m1259715671 (IBeatKeySwingBase_t1515627798 * __this, DMXmlNode_t3958967524 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_DeserialFromXml_m1259715671_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMXmlNode_t3958967524 * L_0 = ___element0; CAnimNode_DeserialFromXml_m3959575467(__this, L_0, /*hidden argument*/NULL); DMXmlNode_t3958967524 * L_1 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_2 = CMiscHelp_GetXmlElemFloat_m1388798143(NULL /*static, unused*/, L_1, _stringLiteral4069634599, (0.0f), /*hidden argument*/NULL); VirtActionInvoker1< float >::Invoke(23 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::SetJudgeTime(System.Single) */, __this, L_2); DMXmlNode_t3958967524 * L_3 = ___element0; int32_t L_4 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_3, _stringLiteral2759192386, 1, /*hidden argument*/NULL); __this->set_m_firstGroup_11(L_4); VirtActionInvoker0::Invoke(25 /* System.Void DMCore.DanceMode.IBeatKeySwingBase::OnInit() */, __this); return; } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeySwingBase::SetJudgeResult(DMCore.DanceMode.enumJudgeResult) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_SetJudgeResult_m4162838402 (IBeatKeySwingBase_t1515627798 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_SetJudgeResult_m4162838402_MetadataUsageId); s_Il2CppMethodInitialized = true; } CBeatKeyManager_t1395295909 * V_0 = NULL; CBeatKeyCtrlNode_t1019706062 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; CDataArray_t4068198041 * V_4 = NULL; AudioClip_t3680889665 * V_5 = NULL; CBeatKeyCtrlNode_t1019706062 * G_B8_0 = NULL; int32_t G_B11_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeyManager_t1395295909_il2cpp_TypeInfo_var); bool L_0 = CBeatKeyManager_IfCheatMode_m342302831(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { __this->set_m_JudgeResult_12(4); goto IL_0033; } IL_0016: { int32_t L_1 = ___result0; int32_t L_2 = IBeatKeyHelp_TryUsePetSkill_m1161489600(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_m_JudgeResult_12(L_2); int32_t L_3 = __this->get_m_JudgeResult_12(); int32_t L_4 = IBeatKeyHelp_TryUsePropItem_m1498148053(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_m_JudgeResult_12(L_4); } IL_0033: { CAnimSystem_t3541144328 * L_5 = IHelp_GetMovieSystem_m2219992042(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CAnimSystem_IsEditMode_m1044252428(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0117; } } { int32_t L_7 = __this->get_m_JudgeResult_12(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_00b6; } } { CBeatKeyManager_t1395295909 * L_8 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_8; CBeatKeyManager_t1395295909 * L_9 = V_0; if (!L_9) { goto IL_0066; } } { CBeatKeyManager_t1395295909 * L_10 = V_0; NullCheck(L_10); CBeatKeyCtrlNode_t1019706062 * L_11 = CBeatKeyManager_GetCtrlNode_m1565279547(L_10, 0, /*hidden argument*/NULL); G_B8_0 = L_11; goto IL_0067; } IL_0066: { G_B8_0 = ((CBeatKeyCtrlNode_t1019706062 *)(NULL)); } IL_0067: { V_1 = G_B8_0; CBeatKeyCtrlNode_t1019706062 * L_12 = V_1; if (!L_12) { goto IL_0079; } } { CBeatKeyCtrlNode_t1019706062 * L_13 = V_1; NullCheck(L_13); int32_t L_14 = CBeatKeyCtrlNode_GetCombo_m1821287212(L_13, /*hidden argument*/NULL); G_B11_0 = L_14; goto IL_007a; } IL_0079: { G_B11_0 = 0; } IL_007a: { V_2 = G_B11_0; IL2CPP_RUNTIME_CLASS_INIT(CDanceScoreRatio_t899523984_il2cpp_TypeInfo_var); CDanceScoreRatio_t899523984 * L_15 = CDanceScoreRatio_GetInstance_m507091185(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = CDanceScoreRatio_GetSelfScoreRatio_m1215160972(L_15, L_16, /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = V_3; if ((((int32_t)((int32_t)10)) >= ((int32_t)L_18))) { goto IL_00b6; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CDataArray_t4068198041 * L_19 = CMiscHelp_CreateBroadCastMsg_m3638153986(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_19; CDataArray_t4068198041 * L_20 = V_4; NullCheck(L_20); CDataArray_Push_m3820844360(L_20, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_4; CMainRole_t4200562839 * L_22 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); int64_t L_23 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_22); NullCheck(L_21); CDataArray_Push_m3799896857(L_21, L_23, /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = V_4; NullCheck(L_24); CDataArray_Flush_m1077150699(L_24, /*hidden argument*/NULL); } IL_00b6: { int32_t L_25 = __this->get_m_JudgeResult_12(); if ((((int32_t)L_25) == ((int32_t)4))) { goto IL_00da; } } { int32_t L_26 = __this->get_m_JudgeResult_12(); if ((((int32_t)L_26) == ((int32_t)2))) { goto IL_00da; } } { int32_t L_27 = __this->get_m_JudgeResult_12(); if ((!(((uint32_t)L_27) == ((uint32_t)3)))) { goto IL_0117; } } IL_00da: { ISoundManager_t434164892 * L_28 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); bool L_29 = ISoundManager_IsBeatKeyMidiEnable_m1133154011(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0117; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_30 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); AudioClip_t3680889665 * L_31 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_30, _stringLiteral4009066135); V_5 = L_31; ISoundManager_t434164892 * L_32 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_33 = V_5; NullCheck(L_32); ISoundManager_PlayOnce_m3370941300(L_32, L_33, /*hidden argument*/NULL); int32_t L_34 = IBeatKeySwingBase_GetDeviceID_m2580903286(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); CKDDeviceService_Vibrate_m1755361635(NULL /*static, unused*/, (bool)((((int32_t)0) == ((int32_t)L_34))? 1 : 0), ((int32_t)100), /*hidden argument*/NULL); } IL_0117: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_35 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); CDanceManager_t448141780 * L_36 = CRoot_GetDanceManager_m876173276(L_35, /*hidden argument*/NULL); NullCheck(L_36); CBeatKeyManager_t1395295909 * L_37 = CDanceManager_GetBeatkeyManager_m174032038(L_36, /*hidden argument*/NULL); int32_t L_38 = __this->get_m_JudgeResult_12(); int32_t L_39 = IBeatKeySwingBase_GetDeviceID_m2580903286(__this, /*hidden argument*/NULL); NullCheck(L_37); CBeatKeyManager_PushJudgeResult_m1974812541(L_37, L_38, (bool)1, L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_40 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); bool L_41 = CPveManager_IsPveMode_m3137815888(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0151; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_42 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_42); CPveManager_TriggerBeatKey_m2255588316(L_42, /*hidden argument*/NULL); } IL_0151: { int32_t L_43 = __this->get_m_JudgeResult_12(); return L_43; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::OnAnimBegin() extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_OnAnimBegin_m1630878545 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_OnAnimBegin_m1630878545_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_firstGroup_11(); float L_1 = __this->get_m_fJudgeTime_13(); IBeatKeySwingBase_PushToGroup_m3568888432(__this, L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* DMCore.DanceMode.enumSwingType DMCore.DanceMode.IBeatKeySwingBase::GetSwingType() */, __this); int32_t L_3 = IBeatKeySwingBase_GetFirstGroup_m824060994(__this, /*hidden argument*/NULL); int32_t L_4 = IBeatKeySwingBase_GetDeviceID_m2580903286(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingUI_t1346072144 * L_5 = CBeatKeySwingCtrollor_CreateBeatKeyUI_m752399584(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); __this->set_m_ptrUI_10(L_5); return; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::PushToGroup(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_PushToGroup_m3568888432 (IBeatKeySwingBase_t1515627798 * __this, int32_t ___groupVal0, float ___activeTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_PushToGroup_m3568888432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_0 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___groupVal0; int32_t L_2 = IBeatKeySwingBase_GetDeviceID_m2580903286(__this, /*hidden argument*/NULL); float L_3 = ___activeTime1; NullCheck(L_0); CBeatKeySwingCtrollor_PushCurGroupActiveKey_m2691060325(L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::PopFromGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase_PopFromGroup_m3423355988 (IBeatKeySwingBase_t1515627798 * __this, int32_t ___groupVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_PopFromGroup_m3423355988_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_t4230979690 * L_0 = CBeatKeySwingCtrollor_GetInstance_m3863652753(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___groupVal0; int32_t L_2 = IBeatKeySwingBase_GetDeviceID_m2580903286(__this, /*hidden argument*/NULL); NullCheck(L_0); CBeatKeySwingCtrollor_PopKey_m1566635516(L_0, L_1, L_2, __this, /*hidden argument*/NULL); CBeatKeySwingUI_t1346072144 * L_3 = __this->get_m_ptrUI_10(); if (!L_3) { goto IL_002f; } } { CBeatKeySwingUI_t1346072144 * L_4 = __this->get_m_ptrUI_10(); IL2CPP_RUNTIME_CLASS_INIT(CBeatKeySwingCtrollor_t4230979690_il2cpp_TypeInfo_var); CBeatKeySwingCtrollor_DestroyBeatKeUI_m387385837(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_m_ptrUI_10((CBeatKeySwingUI_t1346072144 *)NULL); } IL_002f: { return; } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeySwingBase::GetJudgeValByOffTime(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_GetJudgeValByOffTime_m1623565445 (IBeatKeySwingBase_t1515627798 * __this, float ___fTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IBeatKeySwingBase_GetJudgeValByOffTime_m1623565445_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CBeatKeyManager_GetBpm_m1897872510(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_1, ((int32_t)80), ((int32_t)160), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; V_1 = ((float)((float)(((float)((float)L_3)))/(float)(120.0f))); float L_4 = ___fTime0; float L_5 = V_1; ___fTime0 = ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)); float L_6 = ___fTime0; if ((!(((float)(0.0f)) <= ((float)L_6)))) { goto IL_0042; } } { float L_7 = ___fTime0; if ((!(((float)(0.25f)) < ((float)L_7)))) { goto IL_003d; } } { return (int32_t)(1); } IL_003d: { goto IL_0046; } IL_0042: { float L_8 = ___fTime0; ___fTime0 = ((-L_8)); } IL_0046: { float L_9 = ___fTime0; if ((!(((float)(0.1f)) >= ((float)L_9)))) { goto IL_0053; } } { return (int32_t)(4); } IL_0053: { float L_10 = ___fTime0; if ((!(((float)(0.35f)) >= ((float)L_10)))) { goto IL_0060; } } { return (int32_t)(3); } IL_0060: { float L_11 = ___fTime0; if ((!(((float)(0.5f)) >= ((float)L_11)))) { goto IL_006d; } } { return (int32_t)(2); } IL_006d: { return (int32_t)(0); } } // DMCore.DanceMode.enumJudgeResult DMCore.DanceMode.IBeatKeySwingBase::GetKeyResult() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_GetKeyResult_m3693577365 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_JudgeResult_12(); return L_0; } } // System.Boolean DMCore.DanceMode.IBeatKeySwingBase::ChangeKeySprite(UISprite,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool IBeatKeySwingBase_ChangeKeySprite_m4095470144 (IBeatKeySwingBase_t1515627798 * __this, UISprite_t194114938 * ___spr0, int32_t ___groupVal1, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 DMCore.DanceMode.IBeatKeySwingBase::GetDeviceID() extern "C" IL2CPP_METHOD_ATTR int32_t IBeatKeySwingBase_GetDeviceID_m2580903286 (IBeatKeySwingBase_t1515627798 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { CAnimSequence_t1119714129 * L_0 = CAnimNode_get_Owner_m1299737595(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { CAnimSequence_t1119714129 * L_1 = CAnimNode_get_Owner_m1299737595(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CAnimSequence_get_DeviceID_m885665099(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Void DMCore.DanceMode.IBeatKeySwingBase::.cctor() extern "C" IL2CPP_METHOD_ATTR void IBeatKeySwingBase__cctor_m1852745227 (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.DanceMode.RevenueDetailData::.ctor() extern "C" IL2CPP_METHOD_ATTR void RevenueDetailData__ctor_m1494615200 (RevenueDetailData_t1092030774 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_ExpBase_0((-1)); __this->set_ExpAdd_1((-1)); __this->set_ExpFirstWinFlag_2((-1)); __this->set_ExpDoubleFlag_3((-1)); __this->set_ExpVipFlag_4((-1)); __this->set_ExpLoverFlag_5((-1)); __this->set_ExpMemberFlag_6((-1)); __this->set_ExpPetFlag_7((-1)); __this->set_GoldBase_8((-1)); __this->set_GoldAdd_9((-1)); __this->set_GoldFirstWinFlag_10((-1)); __this->set_GoldDoubleFlag_11((-1)); __this->set_GoldVipFlag_12((-1)); __this->set_GoldLoverFlag_13((-1)); __this->set_GoldMemberFlag_14((-1)); __this->set_GoldPetFlag_15((-1)); return; } } // System.String DMCore.DanceMode.RevenueDetailData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* RevenueDetailData_ToString_m4228806538 (RevenueDetailData_t1092030774 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RevenueDetailData_ToString_m4228806538_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); StringBuilder_AppendLine_m1438862993(L_1, L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = V_0; int32_t L_4 = __this->get_ExpBase_0(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); String_t* L_7 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2831734914, L_6, /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_AppendLine_m1438862993(L_3, L_7, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; int32_t L_9 = __this->get_ExpAdd_1(); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2067904715, L_11, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_AppendLine_m1438862993(L_8, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; int32_t L_14 = __this->get_ExpFirstWinFlag_2(); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3503575097, L_16, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_AppendLine_m1438862993(L_13, L_17, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; int32_t L_19 = __this->get_ExpDoubleFlag_3(); int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); String_t* L_22 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral495964060, L_21, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_AppendLine_m1438862993(L_18, L_22, /*hidden argument*/NULL); StringBuilder_t * L_23 = V_0; int32_t L_24 = __this->get_ExpVipFlag_4(); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_25); String_t* L_27 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral872597839, L_26, /*hidden argument*/NULL); NullCheck(L_23); StringBuilder_AppendLine_m1438862993(L_23, L_27, /*hidden argument*/NULL); StringBuilder_t * L_28 = V_0; int32_t L_29 = __this->get_ExpLoverFlag_5(); int32_t L_30 = L_29; RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); String_t* L_32 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4127065644, L_31, /*hidden argument*/NULL); NullCheck(L_28); StringBuilder_AppendLine_m1438862993(L_28, L_32, /*hidden argument*/NULL); StringBuilder_t * L_33 = V_0; int32_t L_34 = __this->get_ExpMemberFlag_6(); int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); String_t* L_37 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral149325687, L_36, /*hidden argument*/NULL); NullCheck(L_33); StringBuilder_AppendLine_m1438862993(L_33, L_37, /*hidden argument*/NULL); StringBuilder_t * L_38 = V_0; int32_t L_39 = __this->get_ExpPetFlag_7(); int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40); String_t* L_42 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral893187099, L_41, /*hidden argument*/NULL); NullCheck(L_38); StringBuilder_AppendLine_m1438862993(L_38, L_42, /*hidden argument*/NULL); StringBuilder_t * L_43 = V_0; int32_t L_44 = __this->get_GoldBase_8(); int32_t L_45 = L_44; RuntimeObject * L_46 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_45); String_t* L_47 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2207826268, L_46, /*hidden argument*/NULL); NullCheck(L_43); StringBuilder_AppendLine_m1438862993(L_43, L_47, /*hidden argument*/NULL); StringBuilder_t * L_48 = V_0; int32_t L_49 = __this->get_GoldAdd_9(); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); String_t* L_52 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1637482994, L_51, /*hidden argument*/NULL); NullCheck(L_48); StringBuilder_AppendLine_m1438862993(L_48, L_52, /*hidden argument*/NULL); StringBuilder_t * L_53 = V_0; int32_t L_54 = __this->get_GoldFirstWinFlag_10(); int32_t L_55 = L_54; RuntimeObject * L_56 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_55); String_t* L_57 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1540741900, L_56, /*hidden argument*/NULL); NullCheck(L_53); StringBuilder_AppendLine_m1438862993(L_53, L_57, /*hidden argument*/NULL); StringBuilder_t * L_58 = V_0; int32_t L_59 = __this->get_GoldDoubleFlag_11(); int32_t L_60 = L_59; RuntimeObject * L_61 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_60); String_t* L_62 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2577608252, L_61, /*hidden argument*/NULL); NullCheck(L_58); StringBuilder_AppendLine_m1438862993(L_58, L_62, /*hidden argument*/NULL); StringBuilder_t * L_63 = V_0; int32_t L_64 = __this->get_GoldVipFlag_12(); int32_t L_65 = L_64; RuntimeObject * L_66 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_65); String_t* L_67 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1030199313, L_66, /*hidden argument*/NULL); NullCheck(L_63); StringBuilder_AppendLine_m1438862993(L_63, L_67, /*hidden argument*/NULL); StringBuilder_t * L_68 = V_0; int32_t L_69 = __this->get_GoldLoverFlag_13(); int32_t L_70 = L_69; RuntimeObject * L_71 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_70); String_t* L_72 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3331178356, L_71, /*hidden argument*/NULL); NullCheck(L_68); StringBuilder_AppendLine_m1438862993(L_68, L_72, /*hidden argument*/NULL); StringBuilder_t * L_73 = V_0; int32_t L_74 = __this->get_GoldMemberFlag_14(); int32_t L_75 = L_74; RuntimeObject * L_76 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_75); String_t* L_77 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3488858452, L_76, /*hidden argument*/NULL); NullCheck(L_73); StringBuilder_AppendLine_m1438862993(L_73, L_77, /*hidden argument*/NULL); StringBuilder_t * L_78 = V_0; int32_t L_79 = __this->get_GoldPetFlag_15(); int32_t L_80 = L_79; RuntimeObject * L_81 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_80); String_t* L_82 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1564502771, L_81, /*hidden argument*/NULL); NullCheck(L_78); StringBuilder_AppendLine_m1438862993(L_78, L_82, /*hidden argument*/NULL); StringBuilder_t * L_83 = V_0; NullCheck(L_83); String_t* L_84 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_83); return L_84; } } #ifdef __clang__ #pragma clang 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.DanceMode.stRoleMoveInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stRoleMoveInfo__ctor_m4189251270 (stRoleMoveInfo_t1278810436 * __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 #ifdef __clang__ #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.CDependenceReadyManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager__ctor_m2211343713 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager__ctor_m2211343713_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1647121327 * L_0 = (List_1_t1647121327 *)il2cpp_codegen_object_new(List_1_t1647121327_il2cpp_TypeInfo_var); List_1__ctor_m561942590(L_0, /*hidden argument*/List_1__ctor_m561942590_RuntimeMethod_var); __this->set_m_listTaskAll_0(L_0); List_1_t1700065621 * L_1 = (List_1_t1700065621 *)il2cpp_codegen_object_new(List_1_t1700065621_il2cpp_TypeInfo_var); List_1__ctor_m787160376(L_1, /*hidden argument*/List_1__ctor_m787160376_RuntimeMethod_var); __this->set_m_listTextState_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1647121327 * L_2 = __this->get_m_listTaskAll_0(); logicActivityPic_t3113258227 * L_3 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); List_1_Add_m1901796840(L_2, L_3, /*hidden argument*/List_1_Add_m1901796840_RuntimeMethod_var); return; } } // DMCore.Framework.CDependenceReadyManager DMCore.Framework.CDependenceReadyManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CDependenceReadyManager_t857962078 * CDependenceReadyManager_GetInstance_m2910652453 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager_GetInstance_m2910652453_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); CDependenceReadyManager_t857962078 * L_0 = ((CDependenceReadyManager_t857962078_StaticFields*)il2cpp_codegen_static_fields_for(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); CDependenceReadyManager_t857962078 * L_1 = ((CDependenceReadyManager_t857962078_StaticFields*)il2cpp_codegen_static_fields_for(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_1; } IL_0010: { CDependenceReadyManager_t857962078 * L_2 = (CDependenceReadyManager_t857962078 *)il2cpp_codegen_object_new(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); CDependenceReadyManager__ctor_m2211343713(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); ((CDependenceReadyManager_t857962078_StaticFields*)il2cpp_codegen_static_fields_for(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var))->set_s_Instance_3(L_2); CDependenceReadyManager_t857962078 * L_3 = ((CDependenceReadyManager_t857962078_StaticFields*)il2cpp_codegen_static_fields_for(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_3; } } // System.Boolean DMCore.Framework.CDependenceReadyManager::UseTextCombine() extern "C" IL2CPP_METHOD_ATTR bool CDependenceReadyManager_UseTextCombine_m2903556391 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bUseTextCombine_2(); return L_0; } } // System.Void DMCore.Framework.CDependenceReadyManager::ResetAll() extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager_ResetAll_m3821230892 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager_ResetAll_m3821230892_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; { V_0 = 0; goto IL_001d; } IL_0007: { List_1_t1700065621 * L_0 = __this->get_m_listTextState_1(); int32_t L_1 = V_0; NullCheck(L_0); CTextStateData_t227990879 * L_2 = List_1_get_Item_m677187475(L_0, L_1, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_2); CTextStateData_set_IsReady_m3199311667(L_2, (bool)0, /*hidden argument*/NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001d: { int32_t L_4 = V_0; List_1_t1700065621 * L_5 = __this->get_m_listTextState_1(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m2047200856(L_5, /*hidden argument*/List_1_get_Count_m2047200856_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0007; } } { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); String_t* L_7 = CLocalizationManager_get_currentLanguage_m1181367869(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = String_ToLower_m2029374922(L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral979604372, L_9, /*hidden argument*/NULL); V_2 = L_10; bool L_11 = ITextBase_IfOnlyLoadFromLocal_m226381668(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_11) { goto IL_007f; } } { __this->set_m_bUseTextCombine_2((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CTextCombine_t822230699_il2cpp_TypeInfo_var); CTextCombine_t822230699 * L_12 = CTextCombine_GetInstance_m923495593(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CTextCombine_ClearAll_m4065081555(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_13 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = V_2; intptr_t L_15 = (intptr_t)CDependenceReadyManager_U3CResetAllU3Em__0_m2465097346_RuntimeMethod_var; OnResourceResult_t3899022047 * L_16 = (OnResourceResult_t3899022047 *)il2cpp_codegen_object_new(OnResourceResult_t3899022047_il2cpp_TypeInfo_var); OnResourceResult__ctor_m2889225573(L_16, __this, L_15, /*hidden argument*/NULL); NullCheck(L_13); 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_13, L_14, (bool)1, L_16, 0); goto IL_0085; } IL_007f: { CDependenceReadyManager_ResetTextState_m4021207322(__this, /*hidden argument*/NULL); } IL_0085: { return; } } // System.Void DMCore.Framework.CDependenceReadyManager::ResetTextState() extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager_ResetTextState_m4021207322 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method) { { __this->set_m_bUseTextCombine_2((bool)0); return; } } // System.String DMCore.Framework.CDependenceReadyManager::GetTextVal(System.String,DMCore.Framework.OnTextReady,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CDependenceReadyManager_GetTextVal_m1940516942 (CDependenceReadyManager_t857962078 * __this, String_t* ___path0, OnTextReady_t3445893431 * ___callBack1, int32_t ___usrData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager_GetTextVal_m1940516942_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; CTextStateData_t227990879 * V_2 = NULL; { String_t* L_0 = ___path0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___path0 = L_1; V_0 = 0; goto IL_009a; } IL_000f: { String_t* L_2 = ___path0; List_1_t1700065621 * L_3 = __this->get_m_listTextState_1(); int32_t L_4 = V_0; NullCheck(L_3); CTextStateData_t227990879 * L_5 = List_1_get_Item_m677187475(L_3, L_4, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = CTextStateData_get_Path_m481887026(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_Equals_m1744302937(NULL /*static, unused*/, L_2, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0096; } } { List_1_t1700065621 * L_8 = __this->get_m_listTextState_1(); int32_t L_9 = V_0; NullCheck(L_8); CTextStateData_t227990879 * L_10 = List_1_get_Item_m677187475(L_8, L_9, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_10); String_t* L_11 = CTextStateData_GetText_m4000914216(L_10, /*hidden argument*/NULL); 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_006c; } } { List_1_t1700065621 * L_13 = __this->get_m_listTextState_1(); int32_t L_14 = V_0; NullCheck(L_13); CTextStateData_t227990879 * L_15 = List_1_get_Item_m677187475(L_13, L_14, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_15); String_t* L_16 = CTextStateData_GetText_m4000914216(L_15, /*hidden argument*/NULL); V_1 = L_16; List_1_t1700065621 * L_17 = __this->get_m_listTextState_1(); int32_t L_18 = V_0; NullCheck(L_17); CTextStateData_t227990879 * L_19 = List_1_get_Item_m677187475(L_17, L_18, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_19); CTextStateData_set_IsReady_m3199311667(L_19, (bool)1, /*hidden argument*/NULL); String_t* L_20 = V_1; return L_20; } IL_006c: { List_1_t1700065621 * L_21 = __this->get_m_listTextState_1(); int32_t L_22 = V_0; NullCheck(L_21); CTextStateData_t227990879 * L_23 = List_1_get_Item_m677187475(L_21, L_22, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); OnTextReady_t3445893431 * L_24 = ___callBack1; NullCheck(L_23); CTextStateData_set_CallBack_m79777181(L_23, L_24, /*hidden argument*/NULL); List_1_t1700065621 * L_25 = __this->get_m_listTextState_1(); int32_t L_26 = V_0; NullCheck(L_25); CTextStateData_t227990879 * L_27 = List_1_get_Item_m677187475(L_25, L_26, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); int32_t L_28 = ___usrData2; NullCheck(L_27); CTextStateData_set_UsrData_m2575805854(L_27, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_29; } IL_0096: { int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_009a: { int32_t L_31 = V_0; List_1_t1700065621 * L_32 = __this->get_m_listTextState_1(); NullCheck(L_32); int32_t L_33 = List_1_get_Count_m2047200856(L_32, /*hidden argument*/List_1_get_Count_m2047200856_RuntimeMethod_var); if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_000f; } } { String_t* L_34 = ___path0; CTextStateData_t227990879 * L_35 = (CTextStateData_t227990879 *)il2cpp_codegen_object_new(CTextStateData_t227990879_il2cpp_TypeInfo_var); CTextStateData__ctor_m1116552852(L_35, L_34, /*hidden argument*/NULL); V_2 = L_35; CTextStateData_t227990879 * L_36 = V_2; OnTextReady_t3445893431 * L_37 = ___callBack1; NullCheck(L_36); CTextStateData_set_CallBack_m79777181(L_36, L_37, /*hidden argument*/NULL); CTextStateData_t227990879 * L_38 = V_2; int32_t L_39 = ___usrData2; NullCheck(L_38); CTextStateData_set_UsrData_m2575805854(L_38, L_39, /*hidden argument*/NULL); List_1_t1700065621 * L_40 = __this->get_m_listTextState_1(); CTextStateData_t227990879 * L_41 = V_2; NullCheck(L_40); List_1_Add_m2070329238(L_40, L_41, /*hidden argument*/List_1_Add_m2070329238_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_42; } } // System.Int32 DMCore.Framework.CDependenceReadyManager::GetDepCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDependenceReadyManager_GetDepCount_m2400227248 (CDependenceReadyManager_t857962078 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager_GetDepCount_m2400227248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1700065621 * L_0 = __this->get_m_listTextState_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2047200856(L_0, /*hidden argument*/List_1_get_Count_m2047200856_RuntimeMethod_var); List_1_t1647121327 * L_2 = __this->get_m_listTaskAll_0(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m2916190635(L_2, /*hidden argument*/List_1_get_Count_m2916190635_RuntimeMethod_var); return ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)); } } // System.Boolean DMCore.Framework.CDependenceReadyManager::IsTextReady(System.String) extern "C" IL2CPP_METHOD_ATTR bool CDependenceReadyManager_IsTextReady_m1317022157 (CDependenceReadyManager_t857962078 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager_IsTextReady_m1317022157_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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_0 = 0; goto IL_0041; } IL_000f: { String_t* L_2 = ___path0; List_1_t1700065621 * L_3 = __this->get_m_listTextState_1(); int32_t L_4 = V_0; NullCheck(L_3); CTextStateData_t227990879 * L_5 = List_1_get_Item_m677187475(L_3, L_4, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = CTextStateData_get_Path_m481887026(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_7 = String_Compare_m3735043349(NULL /*static, unused*/, L_2, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003d; } } { List_1_t1700065621 * L_8 = __this->get_m_listTextState_1(); int32_t L_9 = V_0; NullCheck(L_8); CTextStateData_t227990879 * L_10 = List_1_get_Item_m677187475(L_8, L_9, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_10); bool L_11 = CTextStateData_get_IsReady_m3378525419(L_10, /*hidden argument*/NULL); return L_11; } IL_003d: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0041: { int32_t L_13 = V_0; List_1_t1700065621 * L_14 = __this->get_m_listTextState_1(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m2047200856(L_14, /*hidden argument*/List_1_get_Count_m2047200856_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_000f; } } { return (bool)0; } } // System.Boolean DMCore.Framework.CDependenceReadyManager::IsDepReady(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CDependenceReadyManager_IsDepReady_m3133342833 (CDependenceReadyManager_t857962078 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager_IsDepReady_m3133342833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_0009; } } { return (bool)0; } IL_0009: { List_1_t1700065621 * L_1 = __this->get_m_listTextState_1(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2047200856(L_1, /*hidden argument*/List_1_get_Count_m2047200856_RuntimeMethod_var); int32_t L_3 = ___index0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_003d; } } { CResourceAdapter_t3687212940 * L_4 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } { return (bool)1; } IL_002b: { List_1_t1700065621 * L_6 = __this->get_m_listTextState_1(); int32_t L_7 = ___index0; NullCheck(L_6); CTextStateData_t227990879 * L_8 = List_1_get_Item_m677187475(L_6, L_7, /*hidden argument*/List_1_get_Item_m677187475_RuntimeMethod_var); NullCheck(L_8); bool L_9 = CTextStateData_get_IsReady_m3378525419(L_8, /*hidden argument*/NULL); return L_9; } IL_003d: { List_1_t1647121327 * L_10 = __this->get_m_listTaskAll_0(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m2916190635(L_10, /*hidden argument*/List_1_get_Count_m2916190635_RuntimeMethod_var); List_1_t1700065621 * L_12 = __this->get_m_listTextState_1(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m2047200856(L_12, /*hidden argument*/List_1_get_Count_m2047200856_RuntimeMethod_var); int32_t L_14 = ___index0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13))) <= ((int32_t)L_14))) { goto IL_0078; } } { List_1_t1647121327 * L_15 = __this->get_m_listTaskAll_0(); int32_t L_16 = ___index0; List_1_t1700065621 * L_17 = __this->get_m_listTextState_1(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m2047200856(L_17, /*hidden argument*/List_1_get_Count_m2047200856_RuntimeMethod_var); NullCheck(L_15); RuntimeObject* L_19 = List_1_get_Item_m3402900578(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_18)), /*hidden argument*/List_1_get_Item_m3402900578_RuntimeMethod_var); NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean DMCore.Framework.IReadySite::IsReady() */, IReadySite_t175046585_il2cpp_TypeInfo_var, L_19); return L_20; } IL_0078: { return (bool)0; } } // System.Void DMCore.Framework.CDependenceReadyManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager__cctor_m4123459740 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.CDependenceReadyManager::m__0(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDependenceReadyManager_U3CResetAllU3Em__0_m2465097346 (CDependenceReadyManager_t857962078 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CDependenceReadyManager_U3CResetAllU3Em__0_m2465097346_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; { Object_t631007953 * L_0 = ___obj1; V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_0, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * 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_0028; } } { IL2CPP_RUNTIME_CLASS_INIT(CTextCombine_t822230699_il2cpp_TypeInfo_var); CTextCombine_t822230699 * L_3 = CTextCombine_GetInstance_m923495593(NULL /*static, unused*/, /*hidden argument*/NULL); TextAsset_t3022178571 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = TextAsset_get_text_m2027878391(L_4, /*hidden argument*/NULL); NullCheck(L_3); CTextCombine_ParseTextCombined_m2800666205(L_3, L_5, /*hidden argument*/NULL); goto IL_002e; } IL_0028: { CDependenceReadyManager_ResetTextState_m4021207322(__this, /*hidden argument*/NULL); } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_6 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = ___resName0; NullCheck(L_6); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_6, L_7); 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.CDependenceReadyManager/CTextStateData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CTextStateData__ctor_m1116552852 (CTextStateData_t227990879 * __this, String_t* ___path0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___path0; CTextStateData_set_Path_m1276064177(__this, L_0, /*hidden argument*/NULL); __this->set_m_isReady_4((bool)0); CTextStateData_set_CallBack_m79777181(__this, (OnTextReady_t3445893431 *)NULL, /*hidden argument*/NULL); CTextStateData_set_UsrData_m2575805854(__this, 0, /*hidden argument*/NULL); return; } } // System.String DMCore.Framework.CDependenceReadyManager/CTextStateData::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* CTextStateData_get_Path_m481887026 (CTextStateData_t227990879 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPathU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_Path_m1276064177 (CTextStateData_t227990879 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_1(L_0); return; } } // DMCore.Framework.OnTextReady DMCore.Framework.CDependenceReadyManager/CTextStateData::get_CallBack() extern "C" IL2CPP_METHOD_ATTR OnTextReady_t3445893431 * CTextStateData_get_CallBack_m1982320076 (CTextStateData_t227990879 * __this, const RuntimeMethod* method) { { OnTextReady_t3445893431 * L_0 = __this->get_U3CCallBackU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_CallBack(DMCore.Framework.OnTextReady) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_CallBack_m79777181 (CTextStateData_t227990879 * __this, OnTextReady_t3445893431 * ___value0, const RuntimeMethod* method) { { OnTextReady_t3445893431 * L_0 = ___value0; __this->set_U3CCallBackU3Ek__BackingField_2(L_0); return; } } // System.Int32 DMCore.Framework.CDependenceReadyManager/CTextStateData::get_UsrData() extern "C" IL2CPP_METHOD_ATTR int32_t CTextStateData_get_UsrData_m3576514258 (CTextStateData_t227990879 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUsrDataU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_UsrData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_UsrData_m2575805854 (CTextStateData_t227990879 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CUsrDataU3Ek__BackingField_3(L_0); return; } } // System.String DMCore.Framework.CDependenceReadyManager/CTextStateData::GetText() extern "C" IL2CPP_METHOD_ATTR String_t* CTextStateData_GetText_m4000914216 (CTextStateData_t227990879 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextStateData_GetText_m4000914216_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); CDependenceReadyManager_t857962078 * L_0 = CDependenceReadyManager_GetInstance_m2910652453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CDependenceReadyManager_UseTextCombine_m2903556391(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(CTextCombine_t822230699_il2cpp_TypeInfo_var); CTextCombine_t822230699 * L_2 = CTextCombine_GetInstance_m923495593(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_4 = CTextCombine_FindItemText_m161039368(L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0020: { String_t* L_5 = __this->get_m_textVal_0(); return L_5; } } // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::OnResourceResult(System.String,UnityEngine.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_OnResourceResult_m4262009123 (CTextStateData_t227990879 * __this, String_t* ___resName0, Object_t631007953 * ___obj1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextStateData_OnResourceResult_m4262009123_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; String_t* G_B3_0 = NULL; OnTextReady_t3445893431 * G_B3_1 = NULL; String_t* G_B2_0 = NULL; OnTextReady_t3445893431 * G_B2_1 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; OnTextReady_t3445893431 * G_B4_2 = NULL; CTextStateData_t227990879 * G_B7_0 = NULL; CTextStateData_t227990879 * G_B6_0 = NULL; String_t* G_B8_0 = NULL; CTextStateData_t227990879 * G_B8_1 = NULL; { Object_t631007953 * L_0 = ___obj1; V_0 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_0, TextAsset_t3022178571_il2cpp_TypeInfo_var)); __this->set_m_isReady_4((bool)1); OnTextReady_t3445893431 * L_1 = CTextStateData_get_CallBack_m1982320076(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0043; } } { OnTextReady_t3445893431 * L_2 = CTextStateData_get_CallBack_m1982320076(__this, /*hidden argument*/NULL); String_t* L_3 = ___resName0; TextAsset_t3022178571 * 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); G_B2_0 = L_3; G_B2_1 = L_2; if (!L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_0037; } } { TextAsset_t3022178571 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = TextAsset_get_text_m2027878391(L_6, /*hidden argument*/NULL); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0038; } IL_0037: { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0038: { int32_t L_8 = ___userData2; NullCheck(G_B4_2); OnTextReady_Invoke_m3225392966(G_B4_2, G_B4_1, G_B4_0, L_8, /*hidden argument*/NULL); goto IL_0061; } IL_0043: { TextAsset_t3022178571 * L_9 = V_0; 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); G_B6_0 = __this; if (!L_10) { G_B7_0 = __this; goto IL_005b; } } { TextAsset_t3022178571 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = TextAsset_get_text_m2027878391(L_11, /*hidden argument*/NULL); G_B8_0 = L_12; G_B8_1 = G_B6_0; goto IL_005c; } IL_005b: { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B7_0; } IL_005c: { NullCheck(G_B8_1); G_B8_1->set_m_textVal_0(G_B8_0); } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_13 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = ___resName0; NullCheck(L_13); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_13, L_14); return; } } // System.Boolean DMCore.Framework.CDependenceReadyManager/CTextStateData::get_IsReady() extern "C" IL2CPP_METHOD_ATTR bool CTextStateData_get_IsReady_m3378525419 (CTextStateData_t227990879 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTextStateData_get_IsReady_m3378525419_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; int32_t V_1 = 0; Object_t631007953 * V_2 = NULL; String_t* G_B6_0 = NULL; OnTextReady_t3445893431 * G_B6_1 = NULL; String_t* G_B5_0 = NULL; OnTextReady_t3445893431 * G_B5_1 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; OnTextReady_t3445893431 * G_B7_2 = NULL; CTextStateData_t227990879 * G_B10_0 = NULL; CTextStateData_t227990879 * G_B9_0 = NULL; String_t* G_B11_0 = NULL; CTextStateData_t227990879 * G_B11_1 = NULL; { bool L_0 = __this->get_m_isReady_4(); if (L_0) { goto IL_017e; } } { String_t* L_1 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_017e; } } { bool L_3 = ITextBase_IfOnlyLoadFromLocal_m226381668(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_3) { goto IL_00a2; } } { String_t* L_4 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); Object_t631007953 * L_5 = Resources_Load_m3880010804(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_5, TextAsset_t3022178571_il2cpp_TypeInfo_var)); __this->set_m_isReady_4((bool)1); OnTextReady_t3445893431 * L_6 = CTextStateData_get_CallBack_m1982320076(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_007c; } } { OnTextReady_t3445893431 * L_7 = CTextStateData_get_CallBack_m1982320076(__this, /*hidden argument*/NULL); String_t* L_8 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); TextAsset_t3022178571 * L_9 = V_0; 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); G_B5_0 = L_8; G_B5_1 = L_7; if (!L_10) { G_B6_0 = L_8; G_B6_1 = L_7; goto IL_006b; } } { TextAsset_t3022178571 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = TextAsset_get_text_m2027878391(L_11, /*hidden argument*/NULL); G_B7_0 = L_12; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_006c; } IL_006b: { G_B7_0 = ((String_t*)(NULL)); G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_006c: { int32_t L_13 = CTextStateData_get_UsrData_m3576514258(__this, /*hidden argument*/NULL); NullCheck(G_B7_2); OnTextReady_Invoke_m3225392966(G_B7_2, G_B7_1, G_B7_0, L_13, /*hidden argument*/NULL); goto IL_009a; } IL_007c: { TextAsset_t3022178571 * L_14 = V_0; 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); G_B9_0 = __this; if (!L_15) { G_B10_0 = __this; goto IL_0094; } } { TextAsset_t3022178571 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = TextAsset_get_text_m2027878391(L_16, /*hidden argument*/NULL); G_B11_0 = L_17; G_B11_1 = G_B9_0; goto IL_0095; } IL_0094: { G_B11_0 = ((String_t*)(NULL)); G_B11_1 = G_B10_0; } IL_0095: { NullCheck(G_B11_1); G_B11_1->set_m_textVal_0(G_B11_0); } IL_009a: { TextAsset_t3022178571 * L_18 = V_0; Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return (bool)1; } IL_00a2: { IL2CPP_RUNTIME_CLASS_INIT(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); CDependenceReadyManager_t857962078 * L_19 = CDependenceReadyManager_GetInstance_m2910652453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); bool L_20 = CDependenceReadyManager_UseTextCombine_m2903556391(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00fe; } } { IL2CPP_RUNTIME_CLASS_INIT(CTextCombine_t822230699_il2cpp_TypeInfo_var); CTextCombine_t822230699 * L_21 = CTextCombine_GetInstance_m923495593(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CTextCombine_GetItemCount_m2383357076(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00f9; } } { OnTextReady_t3445893431 * L_23 = CTextStateData_get_CallBack_m1982320076(__this, /*hidden argument*/NULL); if (!L_23) { goto IL_00f2; } } { OnTextReady_t3445893431 * L_24 = CTextStateData_get_CallBack_m1982320076(__this, /*hidden argument*/NULL); String_t* L_25 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTextCombine_t822230699_il2cpp_TypeInfo_var); CTextCombine_t822230699 * L_26 = CTextCombine_GetInstance_m923495593(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_27 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_28 = CTextCombine_FindItemText_m161039368(L_26, L_27, /*hidden argument*/NULL); int32_t L_29 = CTextStateData_get_UsrData_m3576514258(__this, /*hidden argument*/NULL); NullCheck(L_24); OnTextReady_Invoke_m3225392966(L_24, L_25, L_28, L_29, /*hidden argument*/NULL); } IL_00f2: { __this->set_m_isReady_4((bool)1); } IL_00f9: { goto IL_017e; } IL_00fe: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_30 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_31 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_32 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_30, L_31); V_1 = L_32; int32_t L_33 = V_1; if ((!(((uint32_t)L_33) == ((uint32_t)2)))) { goto IL_0140; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_34 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_35 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); NullCheck(L_34); Object_t631007953 * L_36 = IResourceManager_CreateResource_m1279813597(L_34, L_35, (bool)1, /*hidden argument*/NULL); V_2 = L_36; String_t* L_37 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); Object_t631007953 * L_38 = V_2; int32_t L_39 = CTextStateData_get_UsrData_m3576514258(__this, /*hidden argument*/NULL); CTextStateData_OnResourceResult_m4262009123(__this, L_37, L_38, L_39, /*hidden argument*/NULL); goto IL_017e; } IL_0140: { int32_t L_40 = V_1; if ((!(((uint32_t)L_40) == ((uint32_t)(-1))))) { goto IL_0170; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_41 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_42 = CTextStateData_get_Path_m481887026(__this, /*hidden argument*/NULL); intptr_t L_43 = (intptr_t)CTextStateData_OnResourceResult_m4262009123_RuntimeMethod_var; OnResourceResult_t3899022047 * L_44 = (OnResourceResult_t3899022047 *)il2cpp_codegen_object_new(OnResourceResult_t3899022047_il2cpp_TypeInfo_var); OnResourceResult__ctor_m2889225573(L_44, __this, L_43, /*hidden argument*/NULL); int32_t L_45 = CTextStateData_get_UsrData_m3576514258(__this, /*hidden argument*/NULL); NullCheck(L_41); 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_41, L_42, (bool)1, L_44, L_45); goto IL_017e; } IL_0170: { int32_t L_46 = V_1; if ((!(((uint32_t)L_46) == ((uint32_t)3)))) { goto IL_017e; } } { __this->set_m_isReady_4((bool)1); } IL_017e: { bool L_47 = __this->get_m_isReady_4(); return L_47; } } // System.Void DMCore.Framework.CDependenceReadyManager/CTextStateData::set_IsReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CTextStateData_set_IsReady_m3199311667 (CTextStateData_t227990879 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_isReady_4(L_0); bool L_1 = __this->get_m_isReady_4(); if (!L_1) { goto IL_0019; } } { __this->set_m_textVal_0((String_t*)NULL); } IL_0019: { 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.CModuleManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CModuleManager__ctor_m1467206100 (CModuleManager_t4250936907 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_LSharpIns_4((RuntimeObject*)NULL); return; } } // System.String DMCore.Framework.CModuleManager::GetMixClassName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CModuleManager_GetMixClassName_m2604431916 (RuntimeObject * __this /* static, unused */, String_t* ___orgName0, const RuntimeMethod* method) { { String_t* L_0 = ___orgName0; return L_0; } } // DMCore.Framework.CModuleManager DMCore.Framework.CModuleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CModuleManager_t4250936907 * CModuleManager_GetInstance_m930106955 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_GetInstance_m930106955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_0 = ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->get_s_Instance_5(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager_t4250936907 * L_1 = ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_1; } IL_0010: { CModuleManager_t4250936907 * L_2 = (CModuleManager_t4250936907 *)il2cpp_codegen_object_new(CModuleManager_t4250936907_il2cpp_TypeInfo_var); CModuleManager__ctor_m1467206100(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->set_s_Instance_5(L_2); CModuleManager_t4250936907 * L_3 = ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_3; } } // System.Object DMCore.Framework.CModuleManager::CreateInstance(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CreateInstance_m2721937030 (CModuleManager_t4250936907 * __this, String_t* ___scriptName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CreateInstance_m2721937030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); String_t* L_1 = ___scriptName0; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_2 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, String_t* >::Invoke(2 /* System.Object DMCore.Framework.IModuleBase::CreateInstance(System.String) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_2); return L_3; } } // System.Type DMCore.Framework.CModuleManager::GetScriptType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * CModuleManager_GetScriptType_m3989940510 (CModuleManager_t4250936907 * __this, String_t* ___scriptName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_GetScriptType_m3989940510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); String_t* L_1 = ___scriptName0; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_2 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); Type_t * L_3 = InterfaceFuncInvoker1< Type_t *, String_t* >::Invoke(1 /* System.Type DMCore.Framework.IModuleBase::GetScriptType(System.String) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_2); return L_3; } } // System.Object DMCore.Framework.CModuleManager::CallStaticFun(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallStaticFun_m2473844421 (CModuleManager_t4250936907 * __this, String_t* ___className0, String_t* ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallStaticFun_m2473844421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); String_t* L_1 = ___className0; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_2 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_3 = ___method1; NullCheck(L_0); RuntimeObject * L_4 = InterfaceFuncInvoker2< RuntimeObject *, String_t*, String_t* >::Invoke(4 /* System.Object DMCore.Framework.IModuleBase::CallStaticFun(System.String,System.String) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_2, L_3); return L_4; } } // System.Object DMCore.Framework.CModuleManager::CallStaticFun(System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallStaticFun_m3584075228 (CModuleManager_t4250936907 * __this, String_t* ___className0, String_t* ___method1, RuntimeObject * ___param2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallStaticFun_m3584075228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); String_t* L_1 = ___className0; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_2 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_3 = ___method1; RuntimeObject * L_4 = ___param2; NullCheck(L_0); RuntimeObject * L_5 = InterfaceFuncInvoker3< RuntimeObject *, String_t*, String_t*, RuntimeObject * >::Invoke(5 /* System.Object DMCore.Framework.IModuleBase::CallStaticFun(System.String,System.String,System.Object) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_2, L_3, L_4); return L_5; } } // System.Object DMCore.Framework.CModuleManager::CallStaticFun(System.String,System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallStaticFun_m2291764892 (CModuleManager_t4250936907 * __this, String_t* ___className0, String_t* ___method1, RuntimeObject * ___param12, RuntimeObject * ___param23, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallStaticFun_m2291764892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); String_t* L_1 = ___className0; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_2 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_3 = ___method1; RuntimeObject * L_4 = ___param12; RuntimeObject * L_5 = ___param23; NullCheck(L_0); RuntimeObject * L_6 = InterfaceFuncInvoker4< RuntimeObject *, String_t*, String_t*, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Object DMCore.Framework.IModuleBase::CallStaticFun(System.String,System.String,System.Object,System.Object) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_2, L_3, L_4, L_5); return L_6; } } // System.Object DMCore.Framework.CModuleManager::CallStaticFunEx(System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallStaticFunEx_m2513422978 (CModuleManager_t4250936907 * __this, String_t* ___className0, String_t* ___method1, ObjectU5BU5D_t2843939325* ___paramArray2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallStaticFunEx_m2513422978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); String_t* L_1 = ___className0; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_2 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_3 = ___method1; ObjectU5BU5D_t2843939325* L_4 = ___paramArray2; NullCheck(L_0); RuntimeObject * L_5 = InterfaceFuncInvoker3< RuntimeObject *, String_t*, String_t*, ObjectU5BU5D_t2843939325* >::Invoke(7 /* System.Object DMCore.Framework.IModuleBase::CallStaticFunEx(System.String,System.String,System.Object[]) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_2, L_3, L_4); return L_5; } } // System.Object DMCore.Framework.CModuleManager::CallInstFun(System.Object,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallInstFun_m826227134 (CModuleManager_t4250936907 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallInstFun_m826227134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); RuntimeObject * L_1 = ___inst0; String_t* L_2 = ___className1; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_3 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); String_t* L_4 = ___method2; NullCheck(L_0); RuntimeObject * L_5 = InterfaceFuncInvoker3< RuntimeObject *, RuntimeObject *, String_t*, String_t* >::Invoke(8 /* System.Object DMCore.Framework.IModuleBase::CallInstFun(System.Object,System.String,System.String) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_1, L_3, L_4); return L_5; } } // System.Object DMCore.Framework.CModuleManager::CallInstFun(System.Object,System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallInstFun_m1895203878 (CModuleManager_t4250936907 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, RuntimeObject * ___param3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallInstFun_m1895203878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); RuntimeObject * L_1 = ___inst0; String_t* L_2 = ___className1; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_3 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); String_t* L_4 = ___method2; RuntimeObject * L_5 = ___param3; NullCheck(L_0); RuntimeObject * L_6 = InterfaceFuncInvoker4< RuntimeObject *, RuntimeObject *, String_t*, String_t*, RuntimeObject * >::Invoke(9 /* System.Object DMCore.Framework.IModuleBase::CallInstFun(System.Object,System.String,System.String,System.Object) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_1, L_3, L_4, L_5); return L_6; } } // System.Object DMCore.Framework.CModuleManager::CallInstFun(System.Object,System.String,System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallInstFun_m836394632 (CModuleManager_t4250936907 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, RuntimeObject * ___param13, RuntimeObject * ___param24, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallInstFun_m836394632_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); RuntimeObject * L_1 = ___inst0; String_t* L_2 = ___className1; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_3 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); String_t* L_4 = ___method2; RuntimeObject * L_5 = ___param13; RuntimeObject * L_6 = ___param24; NullCheck(L_0); RuntimeObject * L_7 = InterfaceFuncInvoker5< RuntimeObject *, RuntimeObject *, String_t*, String_t*, RuntimeObject *, RuntimeObject * >::Invoke(10 /* System.Object DMCore.Framework.IModuleBase::CallInstFun(System.Object,System.String,System.String,System.Object,System.Object) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_1, L_3, L_4, L_5, L_6); return L_7; } } // System.Object DMCore.Framework.CModuleManager::CallInstFunEx(System.Object,System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleManager_CallInstFunEx_m2254041599 (CModuleManager_t4250936907 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, ObjectU5BU5D_t2843939325* ___paramArray3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_CallInstFunEx_m2254041599_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); RuntimeObject * L_1 = ___inst0; String_t* L_2 = ___className1; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_3 = CModuleManager_GetMixClassName_m2604431916(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); String_t* L_4 = ___method2; ObjectU5BU5D_t2843939325* L_5 = ___paramArray3; NullCheck(L_0); RuntimeObject * L_6 = InterfaceFuncInvoker4< RuntimeObject *, RuntimeObject *, String_t*, String_t*, ObjectU5BU5D_t2843939325* >::Invoke(11 /* System.Object DMCore.Framework.IModuleBase::CallInstFunEx(System.Object,System.String,System.String,System.Object[]) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_0, L_1, L_3, L_4, L_5); return L_6; } } // System.String DMCore.Framework.CModuleManager::GetFitfunResPath() extern "C" IL2CPP_METHOD_ATTR String_t* CModuleManager_GetFitfunResPath_m3300485628 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_GetFitfunResPath_m3300485628_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral2227265170, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); bool L_2 = ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->get_s_boolResFirst_3(); if (!L_2) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->set_s_boolResFirst_3((bool)0); String_t* L_3 = V_0; bool L_4 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { String_t* L_5 = V_0; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_0032: { String_t* L_6 = V_0; return L_6; } } // System.String DMCore.Framework.CModuleManager::GetFitfunDataPath() extern "C" IL2CPP_METHOD_ATTR String_t* CModuleManager_GetFitfunDataPath_m96484407 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_GetFitfunDataPath_m96484407_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral2799476833, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); bool L_2 = ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->get_s_boolUpdataFirst_2(); if (!L_2) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->set_s_boolUpdataFirst_2((bool)0); String_t* L_3 = V_0; bool L_4 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { String_t* L_5 = V_0; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_0032: { String_t* L_6 = V_0; return L_6; } } // System.Boolean DMCore.Framework.CModuleManager::IfUIPkgMode() extern "C" IL2CPP_METHOD_ATTR bool CModuleManager_IfUIPkgMode_m3455801289 (CModuleManager_t4250936907 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_IfUIPkgMode_m3455801289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); bool L_0 = ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->get_m_bUseUIPkgMode_0(); return L_0; } } // System.Void DMCore.Framework.CModuleManager::DoEnableUIPkg() extern "C" IL2CPP_METHOD_ATTR void CModuleManager_DoEnableUIPkg_m495971829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_DoEnableUIPkg_m495971829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->set_m_bUseUIPkgMode_0((bool)1); return; } } // System.Void DMCore.Framework.CModuleManager::DoEnableDynamicCode() extern "C" IL2CPP_METHOD_ATTR void CModuleManager_DoEnableDynamicCode_m1819519064 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_DoEnableDynamicCode_m1819519064_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->set_m_bUseDynamicCode_1((bool)1); return; } } // System.Void DMCore.Framework.CModuleManager::OnInitDynamicDllSrc() extern "C" IL2CPP_METHOD_ATTR void CModuleManager_OnInitDynamicDllSrc_m774998736 (CModuleManager_t4250936907 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager_OnInitDynamicDllSrc_m774998736_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = __this->get_m_LSharpIns_4(); if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2719987131, /*hidden argument*/NULL); return; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); bool L_1 = ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->get_m_bUseDynamicCode_1(); if (L_1) { goto IL_002c; } } { CModuleNative_t1834005593 * L_2 = (CModuleNative_t1834005593 *)il2cpp_codegen_object_new(CModuleNative_t1834005593_il2cpp_TypeInfo_var); CModuleNative__ctor_m2412731361(L_2, /*hidden argument*/NULL); __this->set_m_LSharpIns_4(L_2); return; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(CModuleManager_t4250936907_il2cpp_TypeInfo_var); String_t* L_3 = CModuleManager_GetFitfunResPath_m3300485628(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral3639507269, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = CReadVar_ReadFileFullPath_m2356108572(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; ByteU5BU5D_t4116647657* L_6 = V_0; if (!L_6) { goto IL_0085; } } { ByteU5BU5D_t4116647657* L_7 = V_0; NullCheck(L_7); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0085; } } IL_0050: try { // begin try (depth: 1) try { // begin try (depth: 2) RuntimeObject* L_8 = __this->get_m_LSharpIns_4(); ByteU5BU5D_t4116647657* L_9 = V_0; NullCheck(L_8); InterfaceFuncInvoker1< bool, ByteU5BU5D_t4116647657* >::Invoke(0 /* System.Boolean DMCore.Framework.IModuleBase::Init(System.Byte[]) */, IModuleBase_t3872726543_il2cpp_TypeInfo_var, L_8, L_9); IL2CPP_LEAVE(0x80, FINALLY_007d); } // 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_0062; throw e; } CATCH_0062: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); Exception_t * L_10 = V_1; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2562895911, 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); IL2CPP_LEAVE(0x80, FINALLY_007d); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: { // begin finally (depth: 1) V_0 = (ByteU5BU5D_t4116647657*)NULL; IL2CPP_END_FINALLY(125) } // end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_JUMP_TBL(0x80, IL_0080) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0080: { goto IL_008f; } IL_0085: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1855626630, /*hidden argument*/NULL); } IL_008f: { return; } } // System.Void DMCore.Framework.CModuleManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CModuleManager__cctor_m3926834174 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleManager__cctor_m3926834174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->set_s_boolUpdataFirst_2((bool)1); ((CModuleManager_t4250936907_StaticFields*)il2cpp_codegen_static_fields_for(CModuleManager_t4250936907_il2cpp_TypeInfo_var))->set_s_boolResFirst_3((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.CModuleNative::.ctor() extern "C" IL2CPP_METHOD_ATTR void CModuleNative__ctor_m2412731361 (CModuleNative_t1834005593 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); AppDomain_t1571427825 * L_0 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AssemblyU5BU5D_t2792222854* L_1 = AppDomain_GetAssemblies_m803088943(L_0, /*hidden argument*/NULL); __this->set_m_assemblyList_0(L_1); return; } } // System.Boolean DMCore.Framework.CModuleNative::Init(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool CModuleNative_Init_m508873743 (CModuleNative_t1834005593 * __this, ByteU5BU5D_t4116647657* ___bytesVal0, const RuntimeMethod* method) { { return (bool)1; } } // System.Object DMCore.Framework.CModuleNative::CreateInstance(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CreateInstance_m570893844 (CModuleNative_t1834005593 * __this, String_t* ___scriptName0, const RuntimeMethod* method) { Type_t * V_0 = NULL; { String_t* L_0 = ___scriptName0; Type_t * L_1 = CModuleNative_GetScriptType_m1290357586(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; if (L_2) { goto IL_0010; } } { return NULL; } IL_0010: { Type_t * L_3 = V_0; NullCheck(L_3); Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3); String_t* L_5 = ___scriptName0; NullCheck(L_4); RuntimeObject * L_6 = Assembly_CreateInstance_m1716661555(L_4, L_5, (bool)0, ((int32_t)52), (Binder_t2999457153 *)NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, (CultureInfo_t4157843068 *)NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_6; } } // System.Type DMCore.Framework.CModuleNative::GetScriptType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * CModuleNative_GetScriptType_m1290357586 (CModuleNative_t1834005593 * __this, String_t* ___scriptName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleNative_GetScriptType_m1290357586_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { V_0 = (Type_t *)NULL; AssemblyU5BU5D_t2792222854* L_0 = __this->get_m_assemblyList_0(); if (!L_0) { goto IL_003d; } } { V_1 = 0; goto IL_002f; } IL_0014: { AssemblyU5BU5D_t2792222854* L_1 = __this->get_m_assemblyList_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; Assembly_t * L_4 = (L_1)->GetAt(static_cast(L_3)); String_t* L_5 = ___scriptName0; NullCheck(L_4); Type_t * L_6 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(17 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_4, L_5); V_0 = L_6; Type_t * L_7 = V_0; if (!L_7) { goto IL_002b; } } { Type_t * L_8 = V_0; return L_8; } IL_002b: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002f: { int32_t L_10 = V_1; AssemblyU5BU5D_t2792222854* L_11 = __this->get_m_assemblyList_0(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0014; } } IL_003d: { String_t* L_12 = ___scriptName0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_12, "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"); V_0 = L_13; Type_t * L_14 = V_0; if (!L_14) { goto IL_004c; } } { Type_t * L_15 = V_0; return L_15; } IL_004c: { return (Type_t *)NULL; } } // System.Object DMCore.Framework.CModuleNative::CallStaticFun(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallStaticFun_m1607183569 (CModuleNative_t1834005593 * __this, String_t* ___className0, String_t* ___method1, const RuntimeMethod* method) { { String_t* L_0 = ___className0; String_t* L_1 = ___method1; RuntimeObject * L_2 = CModuleNative_CallStaticFunEx_m1808529540(__this, L_0, L_1, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Object DMCore.Framework.CModuleNative::CallStaticFun(System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallStaticFun_m54171321 (CModuleNative_t1834005593 * __this, String_t* ___className0, String_t* ___method1, RuntimeObject * ___param2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleNative_CallStaticFun_m54171321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___className0; String_t* L_1 = ___method1; ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_3 = ___param2; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); RuntimeObject * L_4 = CModuleNative_CallStaticFunEx_m1808529540(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_4; } } // System.Object DMCore.Framework.CModuleNative::CallStaticFun(System.String,System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallStaticFun_m2386583729 (CModuleNative_t1834005593 * __this, String_t* ___className0, String_t* ___method1, RuntimeObject * ___param12, RuntimeObject * ___param23, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleNative_CallStaticFun_m2386583729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___className0; String_t* L_1 = ___method1; ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_3 = ___param12; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_2; RuntimeObject * L_5 = ___param23; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_5); RuntimeObject * L_6 = CModuleNative_CallStaticFunEx_m1808529540(__this, L_0, L_1, L_4, /*hidden argument*/NULL); return L_6; } } // System.Object DMCore.Framework.CModuleNative::CallStaticFunEx(System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallStaticFunEx_m1808529540 (CModuleNative_t1834005593 * __this, String_t* ___className0, String_t* ___method1, ObjectU5BU5D_t2843939325* ___paramArray2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleNative_CallStaticFunEx_m1808529540_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; { String_t* L_0 = ___className0; Type_t * L_1 = CModuleNative_GetScriptType_m1290357586(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; if (L_2) { goto IL_0010; } } { return NULL; } IL_0010: { Type_t * L_3 = V_0; String_t* L_4 = ___method1; NullCheck(L_3); MethodInfo_t * L_5 = Type_GetMethod_m2019726356(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; MethodInfo_t * L_6 = V_1; if (!L_6) { goto IL_0027; } } { MethodInfo_t * L_7 = V_1; ObjectU5BU5D_t2843939325* L_8 = ___paramArray2; NullCheck(L_7); RuntimeObject * L_9 = MethodBase_Invoke_m1776411915(L_7, NULL, L_8, /*hidden argument*/NULL); return L_9; } IL_0027: { String_t* L_10 = ___className0; String_t* L_11 = ___method1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral61687357, L_10, _stringLiteral3452614530, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return NULL; } } // System.Object DMCore.Framework.CModuleNative::CallInstFun(System.Object,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallInstFun_m1097000783 (CModuleNative_t1834005593 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___inst0; String_t* L_1 = ___className1; String_t* L_2 = ___method2; RuntimeObject * L_3 = CModuleNative_CallInstFunEx_m1105743385(__this, L_0, L_1, L_2, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_3; } } // System.Object DMCore.Framework.CModuleNative::CallInstFun(System.Object,System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallInstFun_m3937510218 (CModuleNative_t1834005593 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, RuntimeObject * ___param3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleNative_CallInstFun_m3937510218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___inst0; String_t* L_1 = ___className1; String_t* L_2 = ___method2; ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_4 = ___param3; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); RuntimeObject * L_5 = CModuleNative_CallInstFunEx_m1105743385(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_5; } } // System.Object DMCore.Framework.CModuleNative::CallInstFun(System.Object,System.String,System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallInstFun_m1384637357 (CModuleNative_t1834005593 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, RuntimeObject * ___param13, RuntimeObject * ___param24, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleNative_CallInstFun_m1384637357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___inst0; String_t* L_1 = ___className1; String_t* L_2 = ___method2; ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_4 = ___param13; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_3; RuntimeObject * L_6 = ___param24; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_6); RuntimeObject * L_7 = CModuleNative_CallInstFunEx_m1105743385(__this, L_0, L_1, L_2, L_5, /*hidden argument*/NULL); return L_7; } } // System.Object DMCore.Framework.CModuleNative::CallInstFunEx(System.Object,System.String,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CModuleNative_CallInstFunEx_m1105743385 (CModuleNative_t1834005593 * __this, RuntimeObject * ___inst0, String_t* ___className1, String_t* ___method2, ObjectU5BU5D_t2843939325* ___paramArray3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CModuleNative_CallInstFunEx_m1105743385_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; { String_t* L_0 = ___className1; Type_t * L_1 = CModuleNative_GetScriptType_m1290357586(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; if (L_2) { goto IL_0010; } } { return NULL; } IL_0010: { Type_t * L_3 = V_0; String_t* L_4 = ___method2; NullCheck(L_3); MethodInfo_t * L_5 = Type_GetMethod_m2019726356(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; MethodInfo_t * L_6 = V_1; if (!L_6) { goto IL_0028; } } { MethodInfo_t * L_7 = V_1; RuntimeObject * L_8 = ___inst0; ObjectU5BU5D_t2843939325* L_9 = ___paramArray3; NullCheck(L_7); RuntimeObject * L_10 = MethodBase_Invoke_m1776411915(L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0028: { String_t* L_11 = ___className1; String_t* L_12 = ___method2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2974456155, L_11, _stringLiteral3452614530, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.CRoleEffectManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager__ctor_m1263625120 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager__ctor_m1263625120_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_Role_0((ISceneBaseObj_t858622483 *)NULL); Dictionary_2_t3270456118 * L_0 = (Dictionary_2_t3270456118 *)il2cpp_codegen_object_new(Dictionary_2_t3270456118_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4028279259(L_0, /*hidden argument*/Dictionary_2__ctor_m4028279259_RuntimeMethod_var); __this->set_m_listParticals_1(L_0); Dictionary_2_t3270456118 * L_1 = (Dictionary_2_t3270456118 *)il2cpp_codegen_object_new(Dictionary_2_t3270456118_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4028279259(L_1, /*hidden argument*/Dictionary_2__ctor_m4028279259_RuntimeMethod_var); __this->set_m_listCombineEff_2(L_1); Dictionary_2_t3270456118 * L_2 = (Dictionary_2_t3270456118 *)il2cpp_codegen_object_new(Dictionary_2_t3270456118_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4028279259(L_2, /*hidden argument*/Dictionary_2__ctor_m4028279259_RuntimeMethod_var); __this->set_m_listOtherEffects_3(L_2); return; } } // System.Void DMCore.Framework.CRoleEffectManager::SetRole(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_SetRole_m2121440697 (CRoleEffectManager_t3637256918 * __this, ISceneBaseObj_t858622483 * ___role0, const RuntimeMethod* method) { { ISceneBaseObj_t858622483 * L_0 = ___role0; __this->set_m_Role_0(L_0); return; } } // System.Void DMCore.Framework.CRoleEffectManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_Clear_m885802197 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_Clear_m885802197_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t929671597 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t1373160989 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t1373160989 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t1373160989 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t1373160989 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t1373160989 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t1373160989 V_6; memset(&V_6, 0, sizeof(V_6)); KeyValuePair_2_t1373160989 V_7; memset(&V_7, 0, sizeof(V_7)); KeyValuePair_2_t1373160989 V_8; memset(&V_8, 0, sizeof(V_8)); KeyValuePair_2_t1373160989 V_9; memset(&V_9, 0, sizeof(V_9)); KeyValuePair_2_t1373160989 V_10; memset(&V_10, 0, sizeof(V_10)); KeyValuePair_2_t1373160989 V_11; memset(&V_11, 0, sizeof(V_11)); KeyValuePair_2_t1373160989 V_12; memset(&V_12, 0, sizeof(V_12)); { Enumerator_t929671597 L_0 = CRoleEffectManager_GetEffectIterator_m2176169009(__this, 0, /*hidden argument*/NULL); V_0 = L_0; goto IL_0079; } IL_000d: { KeyValuePair_2_t1373160989 L_1 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_1 = L_1; stRoleEffectData_t3485199819 * L_2 = KeyValuePair_2_get_Value_m1060792847((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_2); GameObject_t1113636619 * L_3 = L_2->get_gameObj_4(); 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_0079; } } { KeyValuePair_2_t1373160989 L_5 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_2 = L_5; stRoleEffectData_t3485199819 * L_6 = KeyValuePair_2_get_Value_m1060792847((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_6); bool L_7 = L_6->get_created_0(); if (!L_7) { goto IL_0079; } } { KeyValuePair_2_t1373160989 L_8 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_3 = L_8; stRoleEffectData_t3485199819 * L_9 = KeyValuePair_2_get_Value_m1060792847((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_9); GameObject_t1113636619 * L_10 = L_9->get_gameObj_4(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)0, /*hidden argument*/NULL); KeyValuePair_2_t1373160989 L_11 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_4 = L_11; stRoleEffectData_t3485199819 * L_12 = KeyValuePair_2_get_Value_m1060792847((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_12); GameObject_t1113636619 * L_13 = L_12->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_0079: { bool L_14 = Enumerator_MoveNext_m2059367285((&V_0), /*hidden argument*/Enumerator_MoveNext_m2059367285_RuntimeMethod_var); if (L_14) { goto IL_000d; } } { Dictionary_2_t3270456118 * L_15 = __this->get_m_listParticals_1(); NullCheck(L_15); Dictionary_2_Clear_m4108092650(L_15, /*hidden argument*/Dictionary_2_Clear_m4108092650_RuntimeMethod_var); Enumerator_t929671597 L_16 = CRoleEffectManager_GetEffectIterator_m2176169009(__this, 1, /*hidden argument*/NULL); V_0 = L_16; goto IL_010c; } IL_009d: { KeyValuePair_2_t1373160989 L_17 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_5 = L_17; stRoleEffectData_t3485199819 * L_18 = KeyValuePair_2_get_Value_m1060792847((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_18); GameObject_t1113636619 * L_19 = L_18->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_010c; } } { KeyValuePair_2_t1373160989 L_21 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_6 = L_21; stRoleEffectData_t3485199819 * L_22 = KeyValuePair_2_get_Value_m1060792847((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_22); bool L_23 = L_22->get_created_0(); if (!L_23) { goto IL_010c; } } { KeyValuePair_2_t1373160989 L_24 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_7 = L_24; stRoleEffectData_t3485199819 * L_25 = KeyValuePair_2_get_Value_m1060792847((&V_7), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_25); GameObject_t1113636619 * L_26 = L_25->get_gameObj_4(); NullCheck(L_26); GameObject_SetActive_m796801857(L_26, (bool)0, /*hidden argument*/NULL); KeyValuePair_2_t1373160989 L_27 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_8 = L_27; stRoleEffectData_t3485199819 * L_28 = KeyValuePair_2_get_Value_m1060792847((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_28); GameObject_t1113636619 * L_29 = L_28->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); } IL_010c: { bool L_30 = Enumerator_MoveNext_m2059367285((&V_0), /*hidden argument*/Enumerator_MoveNext_m2059367285_RuntimeMethod_var); if (L_30) { goto IL_009d; } } { Dictionary_2_t3270456118 * L_31 = __this->get_m_listCombineEff_2(); NullCheck(L_31); Dictionary_2_Clear_m4108092650(L_31, /*hidden argument*/Dictionary_2_Clear_m4108092650_RuntimeMethod_var); Enumerator_t929671597 L_32 = CRoleEffectManager_GetEffectIterator_m2176169009(__this, 2, /*hidden argument*/NULL); V_0 = L_32; goto IL_019f; } IL_0130: { KeyValuePair_2_t1373160989 L_33 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_9 = L_33; stRoleEffectData_t3485199819 * L_34 = KeyValuePair_2_get_Value_m1060792847((&V_9), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_34); GameObject_t1113636619 * L_35 = L_34->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_36 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_019f; } } { KeyValuePair_2_t1373160989 L_37 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_10 = L_37; stRoleEffectData_t3485199819 * L_38 = KeyValuePair_2_get_Value_m1060792847((&V_10), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_38); bool L_39 = L_38->get_created_0(); if (!L_39) { goto IL_019f; } } { KeyValuePair_2_t1373160989 L_40 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_11 = L_40; stRoleEffectData_t3485199819 * L_41 = KeyValuePair_2_get_Value_m1060792847((&V_11), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_41); GameObject_t1113636619 * L_42 = L_41->get_gameObj_4(); NullCheck(L_42); GameObject_SetActive_m796801857(L_42, (bool)0, /*hidden argument*/NULL); KeyValuePair_2_t1373160989 L_43 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_12 = L_43; stRoleEffectData_t3485199819 * L_44 = KeyValuePair_2_get_Value_m1060792847((&V_12), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_44); GameObject_t1113636619 * L_45 = L_44->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); } IL_019f: { bool L_46 = Enumerator_MoveNext_m2059367285((&V_0), /*hidden argument*/Enumerator_MoveNext_m2059367285_RuntimeMethod_var); if (L_46) { goto IL_0130; } } { Dictionary_2_t3270456118 * L_47 = __this->get_m_listOtherEffects_3(); NullCheck(L_47); Dictionary_2_Clear_m4108092650(L_47, /*hidden argument*/Dictionary_2_Clear_m4108092650_RuntimeMethod_var); return; } } // System.Void DMCore.Framework.CRoleEffectManager::PushEffectCache(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_PushEffectCache_m2363665211 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_PushEffectCache_m2363665211_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t3270456118 * V_0 = NULL; String_t* V_1 = NULL; stRoleEffectData_t3485199819 * V_2 = NULL; String_t* V_3 = NULL; Transform_t3600365921 * V_4 = NULL; GameObject_t1113636619 * V_5 = NULL; { V_0 = (Dictionary_2_t3270456118 *)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_1 = L_0; int32_t L_1 = ___type1; if (L_1) { goto IL_002e; } } { Dictionary_2_t3270456118 * L_2 = __this->get_m_listParticals_1(); V_0 = L_2; V_1 = _stringLiteral1616650057; String_t* L_3 = V_1; String_t* L_4 = ___name0; String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m2163913788(NULL /*static, unused*/, L_3, L_4, _stringLiteral3452614529, L_5, /*hidden argument*/NULL); V_1 = L_6; goto IL_005e; } IL_002e: { int32_t L_7 = ___type1; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0055; } } { Dictionary_2_t3270456118 * L_8 = __this->get_m_listCombineEff_2(); V_0 = L_8; V_1 = _stringLiteral2768880969; String_t* L_9 = V_1; String_t* L_10 = ___name0; String_t* L_11 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2163913788(NULL /*static, unused*/, L_9, L_10, _stringLiteral3452614529, L_11, /*hidden argument*/NULL); V_1 = L_12; goto IL_005e; } IL_0055: { Dictionary_2_t3270456118 * L_13 = __this->get_m_listOtherEffects_3(); V_0 = L_13; String_t* L_14 = ___name0; V_1 = L_14; } IL_005e: { Dictionary_2_t3270456118 * L_15 = V_0; String_t* L_16 = ___name0; NullCheck(L_15); bool L_17 = Dictionary_2_ContainsKey_m224243531(L_15, L_16, /*hidden argument*/Dictionary_2_ContainsKey_m224243531_RuntimeMethod_var); if (L_17) { goto IL_0089; } } { stRoleEffectData_t3485199819 * L_18 = (stRoleEffectData_t3485199819 *)il2cpp_codegen_object_new(stRoleEffectData_t3485199819_il2cpp_TypeInfo_var); stRoleEffectData__ctor_m2814150488(L_18, /*hidden argument*/NULL); V_2 = L_18; stRoleEffectData_t3485199819 * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_20 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_21 = V_1; NullCheck(L_20); GameObject_t1113636619 * L_22 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_20, L_21); NullCheck(L_19); L_19->set_gameObj_4(L_22); Dictionary_2_t3270456118 * L_23 = V_0; String_t* L_24 = ___name0; stRoleEffectData_t3485199819 * L_25 = V_2; NullCheck(L_23); Dictionary_2_set_Item_m595521719(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_set_Item_m595521719_RuntimeMethod_var); } IL_0089: { Dictionary_2_t3270456118 * L_26 = V_0; String_t* L_27 = ___name0; NullCheck(L_26); stRoleEffectData_t3485199819 * L_28 = Dictionary_2_get_Item_m2584723021(L_26, L_27, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); float L_29 = CRoleEffectManager_Tell_m4040349829(__this, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_start_2(L_29); Dictionary_2_t3270456118 * L_30 = V_0; String_t* L_31 = ___name0; NullCheck(L_30); stRoleEffectData_t3485199819 * L_32 = Dictionary_2_get_Item_m2584723021(L_30, L_31, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_32); L_32->set_timeLength_3((-1.0f)); Dictionary_2_t3270456118 * L_33 = V_0; String_t* L_34 = ___name0; NullCheck(L_33); stRoleEffectData_t3485199819 * L_35 = Dictionary_2_get_Item_m2584723021(L_33, L_34, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_35); bool L_36 = L_35->get_created_0(); if (L_36) { goto IL_0227; } } { ISceneBaseObj_t858622483 * L_37 = __this->get_m_Role_0(); if (!L_37) { goto IL_021a; } } { ISceneBaseObj_t858622483 * L_38 = __this->get_m_Role_0(); NullCheck(L_38); bool L_39 = ISceneBaseObj_IsValid_m1197404667(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_021a; } } { int32_t L_40 = ___type1; String_t* L_41 = CRoleEffectManager_GetEffectRootName_m2832539039(__this, L_40, /*hidden argument*/NULL); V_3 = L_41; ISceneBaseObj_t858622483 * L_42 = __this->get_m_Role_0(); NullCheck(L_42); Transform_t3600365921 * L_43 = ISceneBaseObj_GetTransform_m3818769012(L_42, /*hidden argument*/NULL); String_t* L_44 = V_3; NullCheck(L_43); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_43, L_44, /*hidden argument*/NULL); V_4 = L_45; Transform_t3600365921 * L_46 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_47 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0162; } } { GameObject_t1113636619 * L_48 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_48, /*hidden argument*/NULL); V_5 = L_48; GameObject_t1113636619 * L_49 = V_5; String_t* L_50 = V_3; NullCheck(L_49); Object_set_name_m291480324(L_49, L_50, /*hidden argument*/NULL); GameObject_t1113636619 * L_51 = V_5; NullCheck(L_51); Transform_t3600365921 * L_52 = GameObject_get_transform_m1369836730(L_51, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_53 = __this->get_m_Role_0(); NullCheck(L_53); Transform_t3600365921 * L_54 = ISceneBaseObj_GetTransform_m3818769012(L_53, /*hidden argument*/NULL); NullCheck(L_52); Transform_set_parent_m786917804(L_52, 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(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_57 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); Transform_set_localPosition_m4128471975(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); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_60 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); Transform_set_localRotation_m19445462(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); Vector3_t3722313464 L_63 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_62); Transform_set_localScale_m3053443106(L_62, L_63, /*hidden argument*/NULL); GameObject_t1113636619 * L_64 = V_5; NullCheck(L_64); Transform_t3600365921 * L_65 = GameObject_get_transform_m1369836730(L_64, /*hidden argument*/NULL); V_4 = L_65; } IL_0162: { Dictionary_2_t3270456118 * L_66 = V_0; String_t* L_67 = ___name0; NullCheck(L_66); stRoleEffectData_t3485199819 * L_68 = Dictionary_2_get_Item_m2584723021(L_66, L_67, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_68); GameObject_t1113636619 * L_69 = L_68->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_70 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_021a; } } { Dictionary_2_t3270456118 * L_71 = V_0; String_t* L_72 = ___name0; NullCheck(L_71); stRoleEffectData_t3485199819 * L_73 = Dictionary_2_get_Item_m2584723021(L_71, L_72, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); Dictionary_2_t3270456118 * L_74 = V_0; String_t* L_75 = ___name0; NullCheck(L_74); stRoleEffectData_t3485199819 * L_76 = Dictionary_2_get_Item_m2584723021(L_74, L_75, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_76); GameObject_t1113636619 * L_77 = L_76->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_78 = CMiscHelp_Instantiate_m197120899(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); NullCheck(L_73); L_73->set_gameObj_4(((GameObject_t1113636619 *)CastclassSealed((RuntimeObject*)L_78, GameObject_t1113636619_il2cpp_TypeInfo_var))); Dictionary_2_t3270456118 * L_79 = V_0; String_t* L_80 = ___name0; NullCheck(L_79); stRoleEffectData_t3485199819 * L_81 = Dictionary_2_get_Item_m2584723021(L_79, L_80, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_81); GameObject_t1113636619 * L_82 = L_81->get_gameObj_4(); NullCheck(L_82); Transform_t3600365921 * L_83 = GameObject_get_transform_m1369836730(L_82, /*hidden argument*/NULL); Transform_t3600365921 * L_84 = V_4; NullCheck(L_83); Transform_set_parent_m786917804(L_83, L_84, /*hidden argument*/NULL); Dictionary_2_t3270456118 * L_85 = V_0; String_t* L_86 = ___name0; NullCheck(L_85); stRoleEffectData_t3485199819 * L_87 = Dictionary_2_get_Item_m2584723021(L_85, L_86, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_87); GameObject_t1113636619 * L_88 = L_87->get_gameObj_4(); NullCheck(L_88); Transform_t3600365921 * L_89 = GameObject_get_transform_m1369836730(L_88, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_90 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_89); Transform_set_localPosition_m4128471975(L_89, L_90, /*hidden argument*/NULL); Dictionary_2_t3270456118 * L_91 = V_0; String_t* L_92 = ___name0; NullCheck(L_91); stRoleEffectData_t3485199819 * L_93 = Dictionary_2_get_Item_m2584723021(L_91, L_92, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_93); GameObject_t1113636619 * L_94 = L_93->get_gameObj_4(); NullCheck(L_94); Transform_t3600365921 * L_95 = GameObject_get_transform_m1369836730(L_94, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_96 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_95); Transform_set_localRotation_m19445462(L_95, L_96, /*hidden argument*/NULL); Dictionary_2_t3270456118 * L_97 = V_0; String_t* L_98 = ___name0; NullCheck(L_97); stRoleEffectData_t3485199819 * L_99 = Dictionary_2_get_Item_m2584723021(L_97, L_98, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_99); GameObject_t1113636619 * L_100 = L_99->get_gameObj_4(); String_t* L_101 = ___name0; NullCheck(L_100); Object_set_name_m291480324(L_100, L_101, /*hidden argument*/NULL); Dictionary_2_t3270456118 * L_102 = V_0; String_t* L_103 = ___name0; NullCheck(L_102); stRoleEffectData_t3485199819 * L_104 = Dictionary_2_get_Item_m2584723021(L_102, L_103, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_104); L_104->set_created_0((bool)1); Dictionary_2_t3270456118 * L_105 = V_0; String_t* L_106 = ___name0; NullCheck(L_105); stRoleEffectData_t3485199819 * L_107 = Dictionary_2_get_Item_m2584723021(L_105, L_106, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_107); GameObject_t1113636619 * L_108 = L_107->get_gameObj_4(); NullCheck(L_108); GameObject_SetActive_m796801857(L_108, (bool)0, /*hidden argument*/NULL); } IL_021a: { Dictionary_2_t3270456118 * L_109 = V_0; String_t* L_110 = ___name0; NullCheck(L_109); stRoleEffectData_t3485199819 * L_111 = Dictionary_2_get_Item_m2584723021(L_109, L_110, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_111); L_111->set_active_1((bool)0); } IL_0227: { return; } } // System.String DMCore.Framework.CRoleEffectManager::GetEffectRootName(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR String_t* CRoleEffectManager_GetEffectRootName_m2832539039 (CRoleEffectManager_t3637256918 * __this, int32_t ___effectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_GetEffectRootName_m2832539039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___effectType0; if (L_0) { goto IL_000c; } } { return _stringLiteral2163307623; } IL_000c: { int32_t L_1 = ___effectType0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0019; } } { return _stringLiteral2449292300; } IL_0019: { return _stringLiteral3374079910; } } // UnityEngine.Transform DMCore.Framework.CRoleEffectManager::GetEffectRoot(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CRoleEffectManager_GetEffectRoot_m2975894142 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_GetEffectRoot_m2975894142_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * G_B7_0 = NULL; { ISceneBaseObj_t858622483 * L_0 = __this->get_m_Role_0(); if (!L_0) { goto IL_0026; } } { ISceneBaseObj_t858622483 * 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_0026; } } { String_t* L_3 = ___name0; 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_0028; } } IL_0026: { return (Transform_t3600365921 *)NULL; } IL_0028: { int32_t L_5 = ___type1; String_t* L_6 = CRoleEffectManager_GetEffectRootName_m2832539039(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; ISceneBaseObj_t858622483 * L_7 = __this->get_m_Role_0(); NullCheck(L_7); Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(L_7, /*hidden argument*/NULL); String_t* L_9 = V_0; NullCheck(L_8); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; Transform_t3600365921 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005a; } } { Transform_t3600365921 * L_13 = V_1; String_t* L_14 = ___name0; NullCheck(L_13); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_13, L_14, /*hidden argument*/NULL); G_B7_0 = L_15; goto IL_005b; } IL_005a: { G_B7_0 = ((Transform_t3600365921 *)(NULL)); } IL_005b: { return G_B7_0; } } // System.Void DMCore.Framework.CRoleEffectManager::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_StopEffect_m3562134177 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_StopEffect_m3562134177_MetadataUsageId); s_Il2CppMethodInitialized = true; } stRoleEffectData_t3485199819 * V_0 = NULL; { V_0 = (stRoleEffectData_t3485199819 *)NULL; int32_t L_0 = ___type1; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0034; } } { Dictionary_2_t3270456118 * L_1 = __this->get_m_listCombineEff_2(); String_t* L_2 = ___name0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m1955520268(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1955520268_RuntimeMethod_var); if (!L_3) { goto IL_002f; } } { stRoleEffectData_t3485199819 * L_4 = V_0; NullCheck(L_4); L_4->set_active_1((bool)0); stRoleEffectData_t3485199819 * L_5 = V_0; NullCheck(L_5); GameObject_t1113636619 * L_6 = L_5->get_gameObj_4(); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)0, /*hidden argument*/NULL); } IL_002f: { goto IL_008b; } IL_0034: { int32_t L_7 = ___type1; if (L_7) { goto IL_0065; } } { Dictionary_2_t3270456118 * L_8 = __this->get_m_listParticals_1(); String_t* L_9 = ___name0; NullCheck(L_8); bool L_10 = Dictionary_2_TryGetValue_m1955520268(L_8, L_9, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1955520268_RuntimeMethod_var); if (!L_10) { goto IL_0060; } } { stRoleEffectData_t3485199819 * L_11 = V_0; NullCheck(L_11); L_11->set_active_1((bool)0); stRoleEffectData_t3485199819 * L_12 = V_0; NullCheck(L_12); GameObject_t1113636619 * L_13 = L_12->get_gameObj_4(); NullCheck(L_13); GameObject_SetActive_m796801857(L_13, (bool)0, /*hidden argument*/NULL); } IL_0060: { goto IL_008b; } IL_0065: { Dictionary_2_t3270456118 * L_14 = __this->get_m_listOtherEffects_3(); String_t* L_15 = ___name0; NullCheck(L_14); bool L_16 = Dictionary_2_TryGetValue_m1955520268(L_14, L_15, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1955520268_RuntimeMethod_var); if (!L_16) { goto IL_008b; } } { stRoleEffectData_t3485199819 * L_17 = V_0; NullCheck(L_17); L_17->set_active_1((bool)0); stRoleEffectData_t3485199819 * L_18 = V_0; NullCheck(L_18); GameObject_t1113636619 * L_19 = L_18->get_gameObj_4(); NullCheck(L_19); GameObject_SetActive_m796801857(L_19, (bool)0, /*hidden argument*/NULL); } IL_008b: { return; } } // System.Void DMCore.Framework.CRoleEffectManager::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_PlayEffect_m1641389585 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_PlayEffect_m1641389585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; int32_t L_1 = ___type1; float L_2 = ___fTimeTotal2; 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(); CRoleEffectManager_PlayEffect_m3757415791(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.CRoleEffectManager::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_PlayEffect_m3757415791 (CRoleEffectManager_t3637256918 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, String_t* ___bindBoneName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_PlayEffect_m3757415791_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t3270456118 * V_0 = 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_000c; } } { return; } IL_000c: { String_t* L_2 = ___name0; int32_t L_3 = ___type1; CRoleEffectManager_PushEffectCache_m2363665211(__this, L_2, L_3, /*hidden argument*/NULL); V_0 = (Dictionary_2_t3270456118 *)NULL; int32_t L_4 = ___type1; if (L_4) { goto IL_0028; } } { Dictionary_2_t3270456118 * L_5 = __this->get_m_listParticals_1(); V_0 = L_5; goto IL_0042; } IL_0028: { int32_t L_6 = ___type1; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_003b; } } { Dictionary_2_t3270456118 * L_7 = __this->get_m_listCombineEff_2(); V_0 = L_7; goto IL_0042; } IL_003b: { Dictionary_2_t3270456118 * L_8 = __this->get_m_listOtherEffects_3(); V_0 = L_8; } IL_0042: { Dictionary_2_t3270456118 * L_9 = V_0; String_t* L_10 = ___name0; NullCheck(L_9); stRoleEffectData_t3485199819 * L_11 = Dictionary_2_get_Item_m2584723021(L_9, L_10, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); float L_12 = CRoleEffectManager_Tell_m4040349829(__this, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_start_2(L_12); Dictionary_2_t3270456118 * L_13 = V_0; String_t* L_14 = ___name0; NullCheck(L_13); stRoleEffectData_t3485199819 * L_15 = Dictionary_2_get_Item_m2584723021(L_13, L_14, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); float L_16 = ___fTimeTotal2; NullCheck(L_15); L_15->set_timeLength_3(L_16); Dictionary_2_t3270456118 * L_17 = V_0; String_t* L_18 = ___name0; NullCheck(L_17); stRoleEffectData_t3485199819 * L_19 = Dictionary_2_get_Item_m2584723021(L_17, L_18, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); String_t* L_20 = ___bindBoneName3; NullCheck(L_19); L_19->set_bindBoneName_5(L_20); Dictionary_2_t3270456118 * L_21 = V_0; String_t* L_22 = ___name0; NullCheck(L_21); stRoleEffectData_t3485199819 * L_23 = Dictionary_2_get_Item_m2584723021(L_21, L_22, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_23); bool L_24 = L_23->get_created_0(); if (!L_24) { goto IL_00c7; } } { Dictionary_2_t3270456118 * L_25 = V_0; String_t* L_26 = ___name0; NullCheck(L_25); stRoleEffectData_t3485199819 * L_27 = Dictionary_2_get_Item_m2584723021(L_25, L_26, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_27); bool L_28 = L_27->get_active_1(); if (L_28) { goto IL_00c7; } } { Dictionary_2_t3270456118 * L_29 = V_0; String_t* L_30 = ___name0; NullCheck(L_29); stRoleEffectData_t3485199819 * L_31 = Dictionary_2_get_Item_m2584723021(L_29, L_30, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_31); L_31->set_active_1((bool)1); Dictionary_2_t3270456118 * L_32 = V_0; String_t* L_33 = ___name0; NullCheck(L_32); stRoleEffectData_t3485199819 * L_34 = Dictionary_2_get_Item_m2584723021(L_32, L_33, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_34); GameObject_t1113636619 * L_35 = L_34->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_36 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00c7; } } { Dictionary_2_t3270456118 * L_37 = V_0; String_t* L_38 = ___name0; NullCheck(L_37); stRoleEffectData_t3485199819 * L_39 = Dictionary_2_get_Item_m2584723021(L_37, L_38, /*hidden argument*/Dictionary_2_get_Item_m2584723021_RuntimeMethod_var); NullCheck(L_39); GameObject_t1113636619 * L_40 = L_39->get_gameObj_4(); NullCheck(L_40); GameObject_SetActive_m796801857(L_40, (bool)1, /*hidden argument*/NULL); } IL_00c7: { return; } } // System.Void DMCore.Framework.CRoleEffectManager::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_OnUpdate_m4200975734 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Framework.CRoleEffectManager::OnAfterAnimUpdate() extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_OnAfterAnimUpdate_m29231580 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_OnAfterAnimUpdate_m29231580_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Transform_t3600365921 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Quaternion_t2301928331 V_8; memset(&V_8, 0, sizeof(V_8)); Transform_t3600365921 * V_9 = NULL; Enumerator_t929671597 V_10; memset(&V_10, 0, sizeof(V_10)); KeyValuePair_2_t1373160989 V_11; memset(&V_11, 0, sizeof(V_11)); KeyValuePair_2_t1373160989 V_12; memset(&V_12, 0, sizeof(V_12)); KeyValuePair_2_t1373160989 V_13; memset(&V_13, 0, sizeof(V_13)); KeyValuePair_2_t1373160989 V_14; memset(&V_14, 0, sizeof(V_14)); KeyValuePair_2_t1373160989 V_15; memset(&V_15, 0, sizeof(V_15)); KeyValuePair_2_t1373160989 V_16; memset(&V_16, 0, sizeof(V_16)); KeyValuePair_2_t1373160989 V_17; memset(&V_17, 0, sizeof(V_17)); KeyValuePair_2_t1373160989 V_18; memset(&V_18, 0, sizeof(V_18)); KeyValuePair_2_t1373160989 V_19; memset(&V_19, 0, sizeof(V_19)); KeyValuePair_2_t1373160989 V_20; memset(&V_20, 0, sizeof(V_20)); KeyValuePair_2_t1373160989 V_21; memset(&V_21, 0, sizeof(V_21)); KeyValuePair_2_t1373160989 V_22; memset(&V_22, 0, sizeof(V_22)); Enumerator_t929671597 V_23; memset(&V_23, 0, sizeof(V_23)); KeyValuePair_2_t1373160989 V_24; memset(&V_24, 0, sizeof(V_24)); KeyValuePair_2_t1373160989 V_25; memset(&V_25, 0, sizeof(V_25)); KeyValuePair_2_t1373160989 V_26; memset(&V_26, 0, sizeof(V_26)); KeyValuePair_2_t1373160989 V_27; memset(&V_27, 0, sizeof(V_27)); KeyValuePair_2_t1373160989 V_28; memset(&V_28, 0, sizeof(V_28)); KeyValuePair_2_t1373160989 V_29; memset(&V_29, 0, sizeof(V_29)); KeyValuePair_2_t1373160989 V_30; memset(&V_30, 0, sizeof(V_30)); KeyValuePair_2_t1373160989 V_31; memset(&V_31, 0, sizeof(V_31)); KeyValuePair_2_t1373160989 V_32; memset(&V_32, 0, sizeof(V_32)); KeyValuePair_2_t1373160989 V_33; memset(&V_33, 0, sizeof(V_33)); KeyValuePair_2_t1373160989 V_34; memset(&V_34, 0, sizeof(V_34)); KeyValuePair_2_t1373160989 V_35; memset(&V_35, 0, sizeof(V_35)); Enumerator_t929671597 V_36; memset(&V_36, 0, sizeof(V_36)); KeyValuePair_2_t1373160989 V_37; memset(&V_37, 0, sizeof(V_37)); KeyValuePair_2_t1373160989 V_38; memset(&V_38, 0, sizeof(V_38)); KeyValuePair_2_t1373160989 V_39; memset(&V_39, 0, sizeof(V_39)); KeyValuePair_2_t1373160989 V_40; memset(&V_40, 0, sizeof(V_40)); KeyValuePair_2_t1373160989 V_41; memset(&V_41, 0, sizeof(V_41)); KeyValuePair_2_t1373160989 V_42; memset(&V_42, 0, sizeof(V_42)); KeyValuePair_2_t1373160989 V_43; memset(&V_43, 0, sizeof(V_43)); KeyValuePair_2_t1373160989 V_44; memset(&V_44, 0, sizeof(V_44)); KeyValuePair_2_t1373160989 V_45; memset(&V_45, 0, sizeof(V_45)); KeyValuePair_2_t1373160989 V_46; memset(&V_46, 0, sizeof(V_46)); KeyValuePair_2_t1373160989 V_47; memset(&V_47, 0, sizeof(V_47)); KeyValuePair_2_t1373160989 V_48; memset(&V_48, 0, sizeof(V_48)); Transform_t3600365921 * G_B19_0 = NULL; Transform_t3600365921 * G_B18_0 = NULL; Vector3_t3722313464 G_B20_0; memset(&G_B20_0, 0, sizeof(G_B20_0)); Transform_t3600365921 * G_B20_1 = NULL; Transform_t3600365921 * G_B35_0 = NULL; Transform_t3600365921 * G_B34_0 = NULL; Vector3_t3722313464 G_B36_0; memset(&G_B36_0, 0, sizeof(G_B36_0)); Transform_t3600365921 * G_B36_1 = NULL; Transform_t3600365921 * G_B51_0 = NULL; Transform_t3600365921 * G_B50_0 = NULL; Vector3_t3722313464 G_B52_0; memset(&G_B52_0, 0, sizeof(G_B52_0)); Transform_t3600365921 * G_B52_1 = NULL; { ISceneBaseObj_t858622483 * L_0 = __this->get_m_Role_0(); if (!L_0) { goto IL_002b; } } { ISceneBaseObj_t858622483 * 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_002b; } } { ISceneBaseObj_t858622483 * L_3 = __this->get_m_Role_0(); 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: { float L_5 = CRoleEffectManager_Tell_m4040349829(__this, /*hidden argument*/NULL); V_0 = L_5; ISceneBaseObj_t858622483 * L_6 = __this->get_m_Role_0(); NullCheck(L_6); Transform_t3600365921 * L_7 = ISceneBaseObj_GetTransform_m3818769012(L_6, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral1918446860, /*hidden argument*/NULL); V_2 = L_9; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_10; Transform_t3600365921 * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0096; } } { Transform_t3600365921 * L_13 = V_2; NullCheck(L_13); Vector3_t3722313464 L_14 = Transform_get_position_m36019626(L_13, /*hidden argument*/NULL); V_4 = L_14; float L_15 = (&V_4)->get_x_1(); Transform_t3600365921 * L_16 = V_1; NullCheck(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(L_16, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_position_m36019626(L_17, /*hidden argument*/NULL); V_5 = L_18; float L_19 = (&V_5)->get_y_2(); Transform_t3600365921 * L_20 = V_2; NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_position_m36019626(L_20, /*hidden argument*/NULL); V_6 = L_21; float L_22 = (&V_6)->get_z_3(); Vector3_Set_m1737058353((&V_3), L_15, L_19, L_22, /*hidden argument*/NULL); } IL_0096: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_23 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = L_23; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_24 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_8 = L_24; V_9 = (Transform_t3600365921 *)NULL; Enumerator_t929671597 L_25 = CRoleEffectManager_GetEffectIterator_m2176169009(__this, 0, /*hidden argument*/NULL); V_10 = L_25; goto IL_0237; } IL_00b5: { KeyValuePair_2_t1373160989 L_26 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_11 = L_26; stRoleEffectData_t3485199819 * L_27 = KeyValuePair_2_get_Value_m1060792847((&V_11), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_27); bool L_28 = L_27->get_active_1(); if (!L_28) { goto IL_0170; } } { KeyValuePair_2_t1373160989 L_29 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_12 = L_29; stRoleEffectData_t3485199819 * L_30 = KeyValuePair_2_get_Value_m1060792847((&V_12), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_30); float L_31 = L_30->get_timeLength_3(); if ((!(((float)(0.0f)) < ((float)L_31)))) { goto IL_0170; } } { KeyValuePair_2_t1373160989 L_32 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_13 = L_32; stRoleEffectData_t3485199819 * L_33 = KeyValuePair_2_get_Value_m1060792847((&V_13), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_33); float L_34 = L_33->get_timeLength_3(); float L_35 = V_0; KeyValuePair_2_t1373160989 L_36 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_14 = L_36; stRoleEffectData_t3485199819 * L_37 = KeyValuePair_2_get_Value_m1060792847((&V_14), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_37); float L_38 = L_37->get_start_2(); if ((!(((float)L_34) <= ((float)((float)il2cpp_codegen_subtract((float)L_35, (float)L_38)))))) { goto IL_0170; } } { KeyValuePair_2_t1373160989 L_39 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_15 = L_39; stRoleEffectData_t3485199819 * L_40 = KeyValuePair_2_get_Value_m1060792847((&V_15), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_40); L_40->set_active_1((bool)0); KeyValuePair_2_t1373160989 L_41 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_16 = L_41; stRoleEffectData_t3485199819 * L_42 = KeyValuePair_2_get_Value_m1060792847((&V_16), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_42); GameObject_t1113636619 * L_43 = L_42->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_44 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0170; } } { KeyValuePair_2_t1373160989 L_45 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_17 = L_45; stRoleEffectData_t3485199819 * L_46 = KeyValuePair_2_get_Value_m1060792847((&V_17), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_46); GameObject_t1113636619 * L_47 = L_46->get_gameObj_4(); NullCheck(L_47); GameObject_SetActive_m796801857(L_47, (bool)0, /*hidden argument*/NULL); } IL_0170: { KeyValuePair_2_t1373160989 L_48 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_18 = L_48; stRoleEffectData_t3485199819 * L_49 = KeyValuePair_2_get_Value_m1060792847((&V_18), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_49); bool L_50 = L_49->get_active_1(); if (!L_50) { goto IL_0237; } } { KeyValuePair_2_t1373160989 L_51 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_19 = L_51; stRoleEffectData_t3485199819 * L_52 = KeyValuePair_2_get_Value_m1060792847((&V_19), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_52); GameObject_t1113636619 * L_53 = L_52->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_54 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0237; } } { Transform_t3600365921 * L_55 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_56 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0237; } } { V_9 = (Transform_t3600365921 *)NULL; KeyValuePair_2_t1373160989 L_57 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_20 = L_57; stRoleEffectData_t3485199819 * L_58 = KeyValuePair_2_get_Value_m1060792847((&V_20), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_58); String_t* L_59 = L_58->get_bindBoneName_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); if (L_60) { goto IL_01fe; } } { ISceneBaseObj_t858622483 * L_61 = __this->get_m_Role_0(); KeyValuePair_2_t1373160989 L_62 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_21 = L_62; stRoleEffectData_t3485199819 * L_63 = KeyValuePair_2_get_Value_m1060792847((&V_21), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_63); String_t* L_64 = L_63->get_bindBoneName_5(); NullCheck(L_61); Transform_t3600365921 * L_65 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_61, L_64, (&V_7), (&V_8), /*hidden argument*/NULL); V_9 = L_65; } IL_01fe: { KeyValuePair_2_t1373160989 L_66 = Enumerator_get_Current_m3958609387((&V_10), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_22 = L_66; stRoleEffectData_t3485199819 * L_67 = KeyValuePair_2_get_Value_m1060792847((&V_22), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_67); GameObject_t1113636619 * L_68 = L_67->get_gameObj_4(); NullCheck(L_68); Transform_t3600365921 * L_69 = GameObject_get_transform_m1369836730(L_68, /*hidden argument*/NULL); Transform_t3600365921 * L_70 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_71 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_70, /*hidden argument*/NULL); G_B18_0 = L_69; if (!L_71) { G_B19_0 = L_69; goto IL_0231; } } { Transform_t3600365921 * L_72 = V_9; NullCheck(L_72); Vector3_t3722313464 L_73 = Transform_get_position_m36019626(L_72, /*hidden argument*/NULL); G_B20_0 = L_73; G_B20_1 = G_B18_0; goto IL_0232; } IL_0231: { Vector3_t3722313464 L_74 = V_3; G_B20_0 = L_74; G_B20_1 = G_B19_0; } IL_0232: { NullCheck(G_B20_1); Transform_set_position_m3387557959(G_B20_1, G_B20_0, /*hidden argument*/NULL); } IL_0237: { bool L_75 = Enumerator_MoveNext_m2059367285((&V_10), /*hidden argument*/Enumerator_MoveNext_m2059367285_RuntimeMethod_var); if (L_75) { goto IL_00b5; } } { Enumerator_t929671597 L_76 = CRoleEffectManager_GetEffectIterator_m2176169009(__this, 1, /*hidden argument*/NULL); V_23 = L_76; goto IL_03d3; } IL_0251: { KeyValuePair_2_t1373160989 L_77 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_24 = L_77; stRoleEffectData_t3485199819 * L_78 = KeyValuePair_2_get_Value_m1060792847((&V_24), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_78); bool L_79 = L_78->get_active_1(); if (!L_79) { goto IL_030c; } } { KeyValuePair_2_t1373160989 L_80 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_25 = L_80; stRoleEffectData_t3485199819 * L_81 = KeyValuePair_2_get_Value_m1060792847((&V_25), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_81); float L_82 = L_81->get_timeLength_3(); if ((!(((float)(0.0f)) < ((float)L_82)))) { goto IL_030c; } } { KeyValuePair_2_t1373160989 L_83 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_26 = L_83; stRoleEffectData_t3485199819 * L_84 = KeyValuePair_2_get_Value_m1060792847((&V_26), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_84); float L_85 = L_84->get_timeLength_3(); float L_86 = V_0; KeyValuePair_2_t1373160989 L_87 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_27 = L_87; stRoleEffectData_t3485199819 * L_88 = KeyValuePair_2_get_Value_m1060792847((&V_27), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_88); float L_89 = L_88->get_start_2(); if ((!(((float)L_85) <= ((float)((float)il2cpp_codegen_subtract((float)L_86, (float)L_89)))))) { goto IL_030c; } } { KeyValuePair_2_t1373160989 L_90 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_28 = L_90; stRoleEffectData_t3485199819 * L_91 = KeyValuePair_2_get_Value_m1060792847((&V_28), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_91); L_91->set_active_1((bool)0); KeyValuePair_2_t1373160989 L_92 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_29 = L_92; stRoleEffectData_t3485199819 * L_93 = KeyValuePair_2_get_Value_m1060792847((&V_29), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_93); GameObject_t1113636619 * L_94 = L_93->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_95 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_030c; } } { KeyValuePair_2_t1373160989 L_96 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_30 = L_96; stRoleEffectData_t3485199819 * L_97 = KeyValuePair_2_get_Value_m1060792847((&V_30), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_97); GameObject_t1113636619 * L_98 = L_97->get_gameObj_4(); NullCheck(L_98); GameObject_SetActive_m796801857(L_98, (bool)0, /*hidden argument*/NULL); } IL_030c: { KeyValuePair_2_t1373160989 L_99 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_31 = L_99; stRoleEffectData_t3485199819 * L_100 = KeyValuePair_2_get_Value_m1060792847((&V_31), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_100); bool L_101 = L_100->get_active_1(); if (!L_101) { goto IL_03d3; } } { KeyValuePair_2_t1373160989 L_102 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_32 = L_102; stRoleEffectData_t3485199819 * L_103 = KeyValuePair_2_get_Value_m1060792847((&V_32), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_103); GameObject_t1113636619 * L_104 = L_103->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_105 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_104, /*hidden argument*/NULL); if (!L_105) { goto IL_03d3; } } { Transform_t3600365921 * L_106 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_107 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_03d3; } } { V_9 = (Transform_t3600365921 *)NULL; KeyValuePair_2_t1373160989 L_108 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_33 = L_108; stRoleEffectData_t3485199819 * L_109 = KeyValuePair_2_get_Value_m1060792847((&V_33), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_109); String_t* L_110 = L_109->get_bindBoneName_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_111 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_110, /*hidden argument*/NULL); if (L_111) { goto IL_039a; } } { ISceneBaseObj_t858622483 * L_112 = __this->get_m_Role_0(); KeyValuePair_2_t1373160989 L_113 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_34 = L_113; stRoleEffectData_t3485199819 * L_114 = KeyValuePair_2_get_Value_m1060792847((&V_34), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_114); String_t* L_115 = L_114->get_bindBoneName_5(); NullCheck(L_112); Transform_t3600365921 * L_116 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_112, L_115, (&V_7), (&V_8), /*hidden argument*/NULL); V_9 = L_116; } IL_039a: { KeyValuePair_2_t1373160989 L_117 = Enumerator_get_Current_m3958609387((&V_23), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_35 = L_117; stRoleEffectData_t3485199819 * L_118 = KeyValuePair_2_get_Value_m1060792847((&V_35), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_118); GameObject_t1113636619 * L_119 = L_118->get_gameObj_4(); NullCheck(L_119); Transform_t3600365921 * L_120 = GameObject_get_transform_m1369836730(L_119, /*hidden argument*/NULL); Transform_t3600365921 * L_121 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_122 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_121, /*hidden argument*/NULL); G_B34_0 = L_120; if (!L_122) { G_B35_0 = L_120; goto IL_03cd; } } { Transform_t3600365921 * L_123 = V_9; NullCheck(L_123); Vector3_t3722313464 L_124 = Transform_get_position_m36019626(L_123, /*hidden argument*/NULL); G_B36_0 = L_124; G_B36_1 = G_B34_0; goto IL_03ce; } IL_03cd: { Vector3_t3722313464 L_125 = V_3; G_B36_0 = L_125; G_B36_1 = G_B35_0; } IL_03ce: { NullCheck(G_B36_1); Transform_set_position_m3387557959(G_B36_1, G_B36_0, /*hidden argument*/NULL); } IL_03d3: { bool L_126 = Enumerator_MoveNext_m2059367285((&V_23), /*hidden argument*/Enumerator_MoveNext_m2059367285_RuntimeMethod_var); if (L_126) { goto IL_0251; } } { Enumerator_t929671597 L_127 = CRoleEffectManager_GetEffectIterator_m2176169009(__this, 2, /*hidden argument*/NULL); V_36 = L_127; goto IL_056f; } IL_03ed: { KeyValuePair_2_t1373160989 L_128 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_37 = L_128; stRoleEffectData_t3485199819 * L_129 = KeyValuePair_2_get_Value_m1060792847((&V_37), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_129); bool L_130 = L_129->get_active_1(); if (!L_130) { goto IL_04a8; } } { KeyValuePair_2_t1373160989 L_131 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_38 = L_131; stRoleEffectData_t3485199819 * L_132 = KeyValuePair_2_get_Value_m1060792847((&V_38), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_132); float L_133 = L_132->get_timeLength_3(); if ((!(((float)(0.0f)) < ((float)L_133)))) { goto IL_04a8; } } { KeyValuePair_2_t1373160989 L_134 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_39 = L_134; stRoleEffectData_t3485199819 * L_135 = KeyValuePair_2_get_Value_m1060792847((&V_39), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_135); float L_136 = L_135->get_timeLength_3(); float L_137 = V_0; KeyValuePair_2_t1373160989 L_138 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_40 = L_138; stRoleEffectData_t3485199819 * L_139 = KeyValuePair_2_get_Value_m1060792847((&V_40), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_139); float L_140 = L_139->get_start_2(); if ((!(((float)L_136) <= ((float)((float)il2cpp_codegen_subtract((float)L_137, (float)L_140)))))) { goto IL_04a8; } } { KeyValuePair_2_t1373160989 L_141 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_41 = L_141; stRoleEffectData_t3485199819 * L_142 = KeyValuePair_2_get_Value_m1060792847((&V_41), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_142); L_142->set_active_1((bool)0); KeyValuePair_2_t1373160989 L_143 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_42 = L_143; stRoleEffectData_t3485199819 * L_144 = KeyValuePair_2_get_Value_m1060792847((&V_42), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_144); GameObject_t1113636619 * L_145 = L_144->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_146 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_145, /*hidden argument*/NULL); if (!L_146) { goto IL_04a8; } } { KeyValuePair_2_t1373160989 L_147 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_43 = L_147; stRoleEffectData_t3485199819 * L_148 = KeyValuePair_2_get_Value_m1060792847((&V_43), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_148); GameObject_t1113636619 * L_149 = L_148->get_gameObj_4(); NullCheck(L_149); GameObject_SetActive_m796801857(L_149, (bool)0, /*hidden argument*/NULL); } IL_04a8: { KeyValuePair_2_t1373160989 L_150 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_44 = L_150; stRoleEffectData_t3485199819 * L_151 = KeyValuePair_2_get_Value_m1060792847((&V_44), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_151); bool L_152 = L_151->get_active_1(); if (!L_152) { goto IL_056f; } } { KeyValuePair_2_t1373160989 L_153 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_45 = L_153; stRoleEffectData_t3485199819 * L_154 = KeyValuePair_2_get_Value_m1060792847((&V_45), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_154); GameObject_t1113636619 * L_155 = L_154->get_gameObj_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_156 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_155, /*hidden argument*/NULL); if (!L_156) { goto IL_056f; } } { Transform_t3600365921 * L_157 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_158 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_157, /*hidden argument*/NULL); if (!L_158) { goto IL_056f; } } { V_9 = (Transform_t3600365921 *)NULL; KeyValuePair_2_t1373160989 L_159 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_46 = L_159; stRoleEffectData_t3485199819 * L_160 = KeyValuePair_2_get_Value_m1060792847((&V_46), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_160); String_t* L_161 = L_160->get_bindBoneName_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_162 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_161, /*hidden argument*/NULL); if (L_162) { goto IL_0536; } } { ISceneBaseObj_t858622483 * L_163 = __this->get_m_Role_0(); KeyValuePair_2_t1373160989 L_164 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_47 = L_164; stRoleEffectData_t3485199819 * L_165 = KeyValuePair_2_get_Value_m1060792847((&V_47), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_165); String_t* L_166 = L_165->get_bindBoneName_5(); NullCheck(L_163); Transform_t3600365921 * L_167 = ISceneBaseObj_GetChildBoneTrans_m2300247844(L_163, L_166, (&V_7), (&V_8), /*hidden argument*/NULL); V_9 = L_167; } IL_0536: { KeyValuePair_2_t1373160989 L_168 = Enumerator_get_Current_m3958609387((&V_36), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_48 = L_168; stRoleEffectData_t3485199819 * L_169 = KeyValuePair_2_get_Value_m1060792847((&V_48), /*hidden argument*/KeyValuePair_2_get_Value_m1060792847_RuntimeMethod_var); NullCheck(L_169); GameObject_t1113636619 * L_170 = L_169->get_gameObj_4(); NullCheck(L_170); Transform_t3600365921 * L_171 = GameObject_get_transform_m1369836730(L_170, /*hidden argument*/NULL); Transform_t3600365921 * L_172 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_173 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_172, /*hidden argument*/NULL); G_B50_0 = L_171; if (!L_173) { G_B51_0 = L_171; goto IL_0569; } } { Transform_t3600365921 * L_174 = V_9; NullCheck(L_174); Vector3_t3722313464 L_175 = Transform_get_position_m36019626(L_174, /*hidden argument*/NULL); G_B52_0 = L_175; G_B52_1 = G_B50_0; goto IL_056a; } IL_0569: { Vector3_t3722313464 L_176 = V_3; G_B52_0 = L_176; G_B52_1 = G_B51_0; } IL_056a: { NullCheck(G_B52_1); Transform_set_position_m3387557959(G_B52_1, G_B52_0, /*hidden argument*/NULL); } IL_056f: { bool L_177 = Enumerator_MoveNext_m2059367285((&V_36), /*hidden argument*/Enumerator_MoveNext_m2059367285_RuntimeMethod_var); if (L_177) { goto IL_03ed; } } { return; } } // System.Collections.Generic.Dictionary`2/Enumerator DMCore.Framework.CRoleEffectManager::GetEffectIterator(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR Enumerator_t929671597 CRoleEffectManager_GetEffectIterator_m2176169009 (CRoleEffectManager_t3637256918 * __this, int32_t ____type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_GetEffectIterator_m2176169009_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t929671597 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t929671597 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = ____type0; switch (L_0) { case 0: { goto IL_0017; } case 1: { goto IL_0028; } case 2: { goto IL_0039; } } } { goto IL_004a; } IL_0017: { Dictionary_2_t3270456118 * L_1 = __this->get_m_listParticals_1(); NullCheck(L_1); Enumerator_t929671597 L_2 = Dictionary_2_GetEnumerator_m1592165222(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m1592165222_RuntimeMethod_var); V_0 = L_2; goto IL_0059; } IL_0028: { Dictionary_2_t3270456118 * L_3 = __this->get_m_listCombineEff_2(); NullCheck(L_3); Enumerator_t929671597 L_4 = Dictionary_2_GetEnumerator_m1592165222(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m1592165222_RuntimeMethod_var); V_0 = L_4; goto IL_0059; } IL_0039: { Dictionary_2_t3270456118 * L_5 = __this->get_m_listOtherEffects_3(); NullCheck(L_5); Enumerator_t929671597 L_6 = Dictionary_2_GetEnumerator_m1592165222(L_5, /*hidden argument*/Dictionary_2_GetEnumerator_m1592165222_RuntimeMethod_var); V_0 = L_6; goto IL_0059; } IL_004a: { il2cpp_codegen_initobj((&V_1), sizeof(Enumerator_t929671597 )); Enumerator_t929671597 L_7 = V_1; V_0 = L_7; goto IL_0059; } IL_0059: { Enumerator_t929671597 L_8 = V_0; return L_8; } } // System.Void DMCore.Framework.CRoleEffectManager::StopSpecifiesTypeEffect(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void CRoleEffectManager_StopSpecifiesTypeEffect_m1064944034 (CRoleEffectManager_t3637256918 * __this, int32_t ____type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRoleEffectManager_StopSpecifiesTypeEffect_m1064944034_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t929671597 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t1373160989 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t1373160989 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = ____type0; Enumerator_t929671597 L_1 = CRoleEffectManager_GetEffectIterator_m2176169009(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_003c; } IL_000d: { KeyValuePair_2_t1373160989 L_2 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_1 = L_2; String_t* L_3 = KeyValuePair_2_get_Key_m287971057((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m287971057_RuntimeMethod_var); 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_003c; } } { KeyValuePair_2_t1373160989 L_5 = Enumerator_get_Current_m3958609387((&V_0), /*hidden argument*/Enumerator_get_Current_m3958609387_RuntimeMethod_var); V_2 = L_5; String_t* L_6 = KeyValuePair_2_get_Key_m287971057((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m287971057_RuntimeMethod_var); int32_t L_7 = ____type0; CRoleEffectManager_StopEffect_m3562134177(__this, L_6, L_7, /*hidden argument*/NULL); } IL_003c: { bool L_8 = Enumerator_MoveNext_m2059367285((&V_0), /*hidden argument*/Enumerator_MoveNext_m2059367285_RuntimeMethod_var); if (L_8) { goto IL_000d; } } { return; } } // System.Single DMCore.Framework.CRoleEffectManager::Tell() extern "C" IL2CPP_METHOD_ATTR float CRoleEffectManager_Tell_m4040349829 (CRoleEffectManager_t3637256918 * __this, const RuntimeMethod* method) { { float L_0 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); 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.CRoleEffectManager/stRoleEffectData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stRoleEffectData__ctor_m2814150488 (stRoleEffectData_t3485199819 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (stRoleEffectData__ctor_m2814150488_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_bindBoneName_5(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.CSceneEffectManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager__ctor_m2455476407 (CSceneEffectManager_t793970061 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager__ctor_m2455476407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t3041809111 * L_0 = (List_1_t3041809111 *)il2cpp_codegen_object_new(List_1_t3041809111_il2cpp_TypeInfo_var); List_1__ctor_m1344531405(L_0, /*hidden argument*/List_1__ctor_m1344531405_RuntimeMethod_var); __this->set_m_listPtrDefaultTime_1(L_0); List_1_t3041809111 * L_1 = (List_1_t3041809111 *)il2cpp_codegen_object_new(List_1_t3041809111_il2cpp_TypeInfo_var); List_1__ctor_m1344531405(L_1, /*hidden argument*/List_1__ctor_m1344531405_RuntimeMethod_var); __this->set_m_listPtrShowTime_2(L_1); __this->set_m_bInShowTime_3((bool)0); return; } } // DMCore.Framework.CSceneEffectManager DMCore.Framework.CSceneEffectManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSceneEffectManager_t793970061 * CSceneEffectManager_GetInstance_m2293662075 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager_GetInstance_m2293662075_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager_t793970061 * L_0 = ((CSceneEffectManager_t793970061_StaticFields*)il2cpp_codegen_static_fields_for(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_0; } } // System.Void DMCore.Framework.CSceneEffectManager::RegisterDefaultTimeCallback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011 (CSceneEffectManager_t793970061 * __this, Action_1_t1569734369 * ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager_RegisterDefaultTimeCallback_m2943523011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3041809111 * L_0 = __this->get_m_listPtrDefaultTime_1(); Action_1_t1569734369 * L_1 = ___ptr0; NullCheck(L_0); bool L_2 = List_1_Contains_m1746048152(L_0, L_1, /*hidden argument*/List_1_Contains_m1746048152_RuntimeMethod_var); if (L_2) { goto IL_001d; } } { List_1_t3041809111 * L_3 = __this->get_m_listPtrDefaultTime_1(); Action_1_t1569734369 * L_4 = ___ptr0; NullCheck(L_3); List_1_Add_m1165515443(L_3, L_4, /*hidden argument*/List_1_Add_m1165515443_RuntimeMethod_var); } IL_001d: { return; } } // System.Void DMCore.Framework.CSceneEffectManager::RegisterShowTimeCallback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_RegisterShowTimeCallback_m2073380952 (CSceneEffectManager_t793970061 * __this, Action_1_t1569734369 * ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager_RegisterShowTimeCallback_m2073380952_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3041809111 * L_0 = __this->get_m_listPtrShowTime_2(); Action_1_t1569734369 * L_1 = ___ptr0; NullCheck(L_0); bool L_2 = List_1_Contains_m1746048152(L_0, L_1, /*hidden argument*/List_1_Contains_m1746048152_RuntimeMethod_var); if (L_2) { goto IL_001d; } } { List_1_t3041809111 * L_3 = __this->get_m_listPtrShowTime_2(); Action_1_t1569734369 * L_4 = ___ptr0; NullCheck(L_3); List_1_Add_m1165515443(L_3, L_4, /*hidden argument*/List_1_Add_m1165515443_RuntimeMethod_var); } IL_001d: { return; } } // System.Boolean DMCore.Framework.CSceneEffectManager::IsInShowTime() extern "C" IL2CPP_METHOD_ATTR bool CSceneEffectManager_IsInShowTime_m1412775753 (CSceneEffectManager_t793970061 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bInShowTime_3(); return L_0; } } // System.Void DMCore.Framework.CSceneEffectManager::CallDefaultEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_CallDefaultEffect_m3772006282 (CSceneEffectManager_t793970061 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager_CallDefaultEffect_m3772006282_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_t1569734369 * V_0 = NULL; Enumerator_t636085692 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { List_1_t3041809111 * L_0 = __this->get_m_listPtrDefaultTime_1(); NullCheck(L_0); Enumerator_t636085692 L_1 = List_1_GetEnumerator_m435106750(L_0, /*hidden argument*/List_1_GetEnumerator_m435106750_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0020; } IL_0011: { Action_1_t1569734369 * L_2 = Enumerator_get_Current_m2051743047((&V_1), /*hidden argument*/Enumerator_get_Current_m2051743047_RuntimeMethod_var); V_0 = L_2; Action_1_t1569734369 * L_3 = V_0; float L_4 = ___fTimeDuration0; NullCheck(L_3); Action_1_Invoke_m2159083576(L_3, L_4, /*hidden argument*/Action_1_Invoke_m2159083576_RuntimeMethod_var); } IL_0020: { bool L_5 = Enumerator_MoveNext_m3419668763((&V_1), /*hidden argument*/Enumerator_MoveNext_m3419668763_RuntimeMethod_var); if (L_5) { goto IL_0011; } } IL_002c: { IL2CPP_LEAVE(0x3F, FINALLY_0031); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) Enumerator_Dispose_m3658045067((&V_1), /*hidden argument*/Enumerator_Dispose_m3658045067_RuntimeMethod_var); IL2CPP_END_FINALLY(49) } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_JUMP_TBL(0x3F, IL_003f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003f: { __this->set_m_bInShowTime_3((bool)0); return; } } // System.Void DMCore.Framework.CSceneEffectManager::CallShowTimeEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_CallShowTimeEffect_m337555587 (CSceneEffectManager_t793970061 * __this, float ___fTimeDuration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager_CallShowTimeEffect_m337555587_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_t1569734369 * V_0 = NULL; Enumerator_t636085692 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { List_1_t3041809111 * L_0 = __this->get_m_listPtrShowTime_2(); NullCheck(L_0); Enumerator_t636085692 L_1 = List_1_GetEnumerator_m435106750(L_0, /*hidden argument*/List_1_GetEnumerator_m435106750_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0020; } IL_0011: { Action_1_t1569734369 * L_2 = Enumerator_get_Current_m2051743047((&V_1), /*hidden argument*/Enumerator_get_Current_m2051743047_RuntimeMethod_var); V_0 = L_2; Action_1_t1569734369 * L_3 = V_0; float L_4 = ___fTimeDuration0; NullCheck(L_3); Action_1_Invoke_m2159083576(L_3, L_4, /*hidden argument*/Action_1_Invoke_m2159083576_RuntimeMethod_var); } IL_0020: { bool L_5 = Enumerator_MoveNext_m3419668763((&V_1), /*hidden argument*/Enumerator_MoveNext_m3419668763_RuntimeMethod_var); if (L_5) { goto IL_0011; } } IL_002c: { IL2CPP_LEAVE(0x3F, FINALLY_0031); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) Enumerator_Dispose_m3658045067((&V_1), /*hidden argument*/Enumerator_Dispose_m3658045067_RuntimeMethod_var); IL2CPP_END_FINALLY(49) } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_JUMP_TBL(0x3F, IL_003f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003f: { __this->set_m_bInShowTime_3((bool)1); DMGameInterface_PlayAudio_m2074133160(NULL /*static, unused*/, _stringLiteral791095265, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.CSceneEffectManager::UnRegisterAll() extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager_UnRegisterAll_m3992294706 (CSceneEffectManager_t793970061 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager_UnRegisterAll_m3992294706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3041809111 * L_0 = __this->get_m_listPtrDefaultTime_1(); NullCheck(L_0); List_1_Clear_m818695798(L_0, /*hidden argument*/List_1_Clear_m818695798_RuntimeMethod_var); List_1_t3041809111 * L_1 = __this->get_m_listPtrShowTime_2(); NullCheck(L_1); List_1_Clear_m818695798(L_1, /*hidden argument*/List_1_Clear_m818695798_RuntimeMethod_var); __this->set_m_bInShowTime_3((bool)0); return; } } // System.Void DMCore.Framework.CSceneEffectManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CSceneEffectManager__cctor_m3002060142 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CSceneEffectManager__cctor_m3002060142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CSceneEffectManager_t793970061 * L_0 = (CSceneEffectManager_t793970061 *)il2cpp_codegen_object_new(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var); CSceneEffectManager__ctor_m2455476407(L_0, /*hidden argument*/NULL); ((CSceneEffectManager_t793970061_StaticFields*)il2cpp_codegen_static_fields_for(CSceneEffectManager_t793970061_il2cpp_TypeInfo_var))->set_s_instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.CTimerCtrl::.ctor() extern "C" IL2CPP_METHOD_ATTR void CTimerCtrl__ctor_m2931629381 (CTimerCtrl_t297173612 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Single DMCore.Framework.CTimerCtrl::Fps() extern "C" IL2CPP_METHOD_ATTR float CTimerCtrl_Fps_m1488027181 (CTimerCtrl_t297173612 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_fLastFps_3(); return L_0; } } // System.Void DMCore.Framework.CTimerCtrl::OnTick(System.Single) extern "C" IL2CPP_METHOD_ATTR void CTimerCtrl_OnTick_m187817754 (CTimerCtrl_t297173612 * __this, float ___fDeltaTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTimerCtrl_OnTick_m187817754_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMsgBeatHeart_t1177153467 * V_0 = NULL; { float L_0 = __this->get_m_fTimeLabor_0(); float L_1 = ___fDeltaTime0; __this->set_m_fTimeLabor_0(((float)il2cpp_codegen_add((float)L_0, (float)L_1))); int32_t L_2 = __this->get_m_iTimeTick_2(); __this->set_m_iTimeTick_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); float L_3 = __this->get_m_fTimeLabor_0(); if ((!(((float)(1.0f)) < ((float)L_3)))) { goto IL_0052; } } { int32_t L_4 = __this->get_m_iTimeTick_2(); float L_5 = __this->get_m_fTimeLabor_0(); __this->set_m_fLastFps_3(((float)((float)(((float)((float)L_4)))/(float)L_5))); __this->set_m_fTimeLabor_0((0.0f)); __this->set_m_iTimeTick_2(0); } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_6 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CNetMainLogic_t857650587 * L_7 = CRoot_GetNetControl_m305351655(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CNetMainLogic_GetNetState_m3393450786(L_7, /*hidden argument*/NULL); if ((((int32_t)((int32_t)12)) > ((int32_t)L_8))) { goto IL_00a8; } } { float L_9 = __this->get_m_fTimeLinkBeatHeart_1(); float L_10 = ___fDeltaTime0; __this->set_m_fTimeLinkBeatHeart_1(((float)il2cpp_codegen_add((float)L_9, (float)L_10))); float L_11 = __this->get_m_fTimeLinkBeatHeart_1(); if ((!(((float)(10.0f)) <= ((float)L_11)))) { goto IL_00a8; } } { __this->set_m_fTimeLinkBeatHeart_1((0.0f)); CMsgBeatHeart_t1177153467 * L_12 = (CMsgBeatHeart_t1177153467 *)il2cpp_codegen_object_new(CMsgBeatHeart_t1177153467_il2cpp_TypeInfo_var); CMsgBeatHeart__ctor_m668524362(L_12, /*hidden argument*/NULL); V_0 = L_12; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_13 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CNetService_t1201271315 * L_14 = CRoot_GetNetService_m2764581604(L_13, /*hidden argument*/NULL); CMsgBeatHeart_t1177153467 * L_15 = V_0; NullCheck(L_14); CNetService_SendMsgStruct_m258771320(L_14, L_15, /*hidden argument*/NULL); } IL_00a8: { return; } } // System.Int64 DMCore.Framework.CTimerCtrl::GetTimestamp(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int64_t CTimerCtrl_GetTimestamp_m716343838 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dateTime0, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { DateTime__ctor_m2030998145((&V_0), ((int32_t)1970), 1, 1, 0, 0, 0, 0, /*hidden argument*/NULL); int64_t L_0 = DateTime_get_Ticks_m1550640881((&___dateTime0), /*hidden argument*/NULL); int64_t L_1 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1))/(int64_t)(((int64_t)((int64_t)((int32_t)10000)))))); } } // System.Int32 DMCore.Framework.CTimerCtrl::GetDaysRemaining(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CTimerCtrl_GetDaysRemaining_m253557216 (RuntimeObject * __this /* static, unused */, String_t* ___m_LimitTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTimerCtrl_GetDaysRemaining_m253557216_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; int32_t G_B7_0 = 0; int32_t G_B10_0 = 0; { String_t* L_0 = ___m_LimitTime0; 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 0; } IL_000d: { String_t* L_2 = ___m_LimitTime0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = DateTime_Parse_m2550724587(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int64_t L_4 = CTimerCtrl_GetTimestamp_m716343838(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); DateTime_t3738529785 L_5 = DateTime_get_UtcNow_m1393945741(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_6 = CTimerCtrl_GetTimestamp_m716343838(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_4, (int64_t)L_6)); int64_t L_7 = V_0; if ((((int64_t)L_7) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002e; } } { return 1; } IL_002e: { V_1 = (((int64_t)((int64_t)((int32_t)86400000)))); int64_t L_8 = V_0; int64_t L_9 = V_1; V_2 = ((int64_t)((int64_t)L_8/(int64_t)L_9)); int64_t L_10 = V_0; int64_t L_11 = V_1; if ((((int64_t)((int64_t)((int64_t)L_10%(int64_t)L_11))) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0049; } } { G_B7_0 = 1; goto IL_004a; } IL_0049: { G_B7_0 = 0; } IL_004a: { V_3 = (((int64_t)((int64_t)G_B7_0))); int64_t L_12 = V_2; int64_t L_13 = V_3; V_4 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)L_12, (int64_t)L_13))))); int32_t L_14 = V_4; if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_0060; } } { G_B10_0 = 1; goto IL_0062; } IL_0060: { int32_t L_15 = V_4; G_B10_0 = L_15; } IL_0062: { return G_B10_0; } } // System.Int32 DMCore.Framework.CTimerCtrl::GetSecondsRemaining(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CTimerCtrl_GetSecondsRemaining_m3381613277 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___et0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTimerCtrl_GetSecondsRemaining_m3381613277_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; int32_t G_B3_0 = 0; { int64_t L_0 = DateTime_get_Ticks_m1550640881((&___et0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = DateTime_get_UtcNow_m1393945741(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_1; int64_t L_2 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_2))/(int64_t)(((int64_t)((int64_t)((int32_t)10000)))))); int64_t L_3 = V_0; V_2 = (((int32_t)((int32_t)((int64_t)((int64_t)L_3/(int64_t)(((int64_t)((int64_t)((int32_t)1000))))))))); int32_t L_4 = V_2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0034; } } { G_B3_0 = 0; goto IL_0035; } IL_0034: { int32_t L_5 = V_2; G_B3_0 = L_5; } IL_0035: { return G_B3_0; } } // System.Boolean DMCore.Framework.CTimerCtrl::IsLimitTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CTimerCtrl_IsLimitTime_m896427869 (RuntimeObject * __this /* static, unused */, int64_t ___utc_time_seconds0, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t G_B3_0 = 0; { int64_t L_0 = CTimerCtrl_GetNowUTCSeconds_m598426014(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int64_t L_1 = ___utc_time_seconds0; int64_t L_2 = V_0; if ((((int64_t)L_1) <= ((int64_t)L_2))) { goto IL_0013; } } { G_B3_0 = 1; goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.Int64 DMCore.Framework.CTimerCtrl::GetNowUTCSeconds() extern "C" IL2CPP_METHOD_ATTR int64_t CTimerCtrl_GetNowUTCSeconds_m598426014 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CTimerCtrl_GetNowUTCSeconds_m598426014_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); int64_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_UtcNow_m1393945741(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_0; int64_t L_1 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)L_1/(int64_t)(((int64_t)((int64_t)((int32_t)10000)))))); int64_t L_2 = V_0; V_2 = ((int64_t)((int64_t)L_2/(int64_t)(((int64_t)((int64_t)((int32_t)1000)))))); int64_t L_3 = V_2; 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.Boolean DMCore.Framework.CUIAtlasHelp::GetImageRect(UnityEngine.Rect&,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CUIAtlasHelp_GetImageRect_m576990661 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 * ___result0, String_t* ___atlasPath1, String_t* ___itemName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIAtlasHelp_GetImageRect_m576990661_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; UIAtlas_t3195533529 * V_1 = NULL; Sprite_t2895597119 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___atlasPath1; NullCheck(L_0); GameObject_t1113636619 * L_2 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_0, L_1); V_0 = L_2; GameObject_t1113636619 * 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_001a; } } { return (bool)0; } IL_001a: { GameObject_t1113636619 * L_5 = V_0; NullCheck(L_5); UIAtlas_t3195533529 * L_6 = GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(L_5, /*hidden argument*/GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var); V_1 = L_6; UIAtlas_t3195533529 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002f; } } { return (bool)0; } IL_002f: { UIAtlas_t3195533529 * L_9 = V_1; String_t* L_10 = ___itemName2; NullCheck(L_9); Sprite_t2895597119 * L_11 = UIAtlas_GetSprite_m1406671849(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; Sprite_t2895597119 * L_12 = V_2; if (!L_12) { goto IL_0083; } } { Rect_t2360479859 * L_13 = ___result0; Sprite_t2895597119 * L_14 = V_2; NullCheck(L_14); Rect_t2360479859 * L_15 = L_14->get_address_of_inner_2(); float L_16 = Rect_get_x_m3839990490(L_15, /*hidden argument*/NULL); Rect_set_x_m2352063068(L_13, L_16, /*hidden argument*/NULL); Rect_t2360479859 * L_17 = ___result0; Sprite_t2895597119 * L_18 = V_2; NullCheck(L_18); Rect_t2360479859 * L_19 = L_18->get_address_of_inner_2(); float L_20 = Rect_get_y_m1501338330(L_19, /*hidden argument*/NULL); Rect_set_y_m3702432190(L_17, L_20, /*hidden argument*/NULL); Rect_t2360479859 * L_21 = ___result0; Sprite_t2895597119 * L_22 = V_2; NullCheck(L_22); Rect_t2360479859 * L_23 = L_22->get_address_of_inner_2(); float L_24 = Rect_get_width_m3421484486(L_23, /*hidden argument*/NULL); Rect_set_width_m2963421158(L_21, L_24, /*hidden argument*/NULL); Rect_t2360479859 * L_25 = ___result0; Sprite_t2895597119 * L_26 = V_2; NullCheck(L_26); Rect_t2360479859 * L_27 = L_26->get_address_of_inner_2(); float L_28 = Rect_get_height_m1358425599(L_27, /*hidden argument*/NULL); Rect_set_height_m1625569324(L_25, L_28, /*hidden argument*/NULL); return (bool)1; } IL_0083: { return (bool)0; } } // UnityEngine.Texture2D DMCore.Framework.CUIAtlasHelp::GetImageTexuture(System.String) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CUIAtlasHelp_GetImageTexuture_m214234679 (RuntimeObject * __this /* static, unused */, String_t* ___atlasPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUIAtlasHelp_GetImageTexuture_m214234679_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; UIAtlas_t3195533529 * V_1 = NULL; Material_t340375123 * V_2 = NULL; UIAtlas_t3195533529 * G_B3_0 = NULL; Material_t340375123 * G_B6_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___atlasPath0; NullCheck(L_0); GameObject_t1113636619 * L_2 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_0, L_1); V_0 = L_2; GameObject_t1113636619 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0023; } } { GameObject_t1113636619 * L_5 = V_0; NullCheck(L_5); UIAtlas_t3195533529 * L_6 = GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(L_5, /*hidden argument*/GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var); G_B3_0 = L_6; goto IL_0024; } IL_0023: { G_B3_0 = ((UIAtlas_t3195533529 *)(NULL)); } IL_0024: { V_1 = G_B3_0; UIAtlas_t3195533529 * 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_003c; } } { UIAtlas_t3195533529 * L_9 = V_1; NullCheck(L_9); Material_t340375123 * L_10 = UIAtlas_get_spriteMaterial_m3532664059(L_9, /*hidden argument*/NULL); G_B6_0 = L_10; goto IL_003d; } IL_003c: { G_B6_0 = ((Material_t340375123 *)(NULL)); } IL_003d: { V_2 = G_B6_0; Material_t340375123 * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0056; } } { Material_t340375123 * L_13 = V_2; NullCheck(L_13); Texture_t3661962703 * L_14 = Material_get_mainTexture_m692510677(L_13, /*hidden argument*/NULL); return ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_14, Texture2D_t3840446185_il2cpp_TypeInfo_var)); } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_15 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = ___atlasPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, L_16, _stringLiteral3456546702, /*hidden argument*/NULL); NullCheck(L_15); Texture2D_t3840446185 * L_18 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_15, L_17); return L_18; } } #ifdef __clang__ #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.Gyroscope.CGyroscope2DHelp::Run() extern "C" IL2CPP_METHOD_ATTR void CGyroscope2DHelp_Run_m35264846 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGyroscope2DHelp_Run_m35264846_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = SystemInfo_get_supportsGyroscope_m274893028(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->set_s_bEnableGyroscope_0(L_0); bool L_1 = ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_s_bEnableGyroscope_0(); if (!L_1) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Gyroscope_t3288342876 * L_2 = Input_get_gyro_m1976156202(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); Gyroscope_set_enabled_m3781734411(L_2, (bool)1, /*hidden argument*/NULL); } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); Vector2_Set_m3780194483((((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_address_of_s_curVal_2()), (0.0f), (0.0f), /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Gyroscope.CGyroscope2DHelp::Stop() extern "C" IL2CPP_METHOD_ATTR void CGyroscope2DHelp_Stop_m287392616 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGyroscope2DHelp_Stop_m287392616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); bool L_0 = ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_s_bEnableGyroscope_0(); if (!L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Gyroscope_t3288342876 * L_1 = Input_get_gyro_m1976156202(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); Gyroscope_set_enabled_m3781734411(L_1, (bool)0, /*hidden argument*/NULL); } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); Vector2_Set_m3780194483((((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_address_of_s_curVal_2()), (0.0f), (0.0f), /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DMCore.Framework.Gyroscope.CGyroscope2DHelp::get_CurValue() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CGyroscope2DHelp_get_CurValue_m123481474 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGyroscope2DHelp_get_CurValue_m123481474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_s_curVal_2(); return L_0; } } // System.Void DMCore.Framework.Gyroscope.CGyroscope2DHelp::set_CurValue(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void CGyroscope2DHelp_set_CurValue_m3548394873 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 ___value0, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.Gyroscope.CGyroscope2DHelp::OnUpdate() extern "C" IL2CPP_METHOD_ATTR bool CGyroscope2DHelp_OnUpdate_m931386311 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGyroscope2DHelp_OnUpdate_m931386311_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Quaternion_t2301928331 V_2; memset(&V_2, 0, sizeof(V_2)); Quaternion_t2301928331 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Quaternion_t2301928331 V_5; memset(&V_5, 0, sizeof(V_5)); float V_6 = 0.0f; float V_7 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); bool L_0 = ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_s_bEnableGyroscope_0(); if (L_0) { goto IL_000c; } } { return (bool)0; } IL_000c: { int32_t L_1 = Time_get_frameCount_m1220035214(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); int32_t L_3 = ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_s_lastFrameCnt_1(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001f; } } { return (bool)1; } IL_001f: { int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->set_s_lastFrameCnt_1(L_4); IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Gyroscope_t3288342876 * L_5 = Input_get_gyro_m1976156202(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); Quaternion_t2301928331 L_6 = Gyroscope_get_attitude_m1331166065(L_5, /*hidden argument*/NULL); V_2 = L_6; Vector3_t3722313464 L_7 = Quaternion_get_eulerAngles_m3425202016((&V_2), /*hidden argument*/NULL); V_1 = L_7; float L_8 = (&V_1)->get_z_3(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_9 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (0.0f), L_8, /*hidden argument*/NULL); V_3 = L_9; Quaternion_t2301928331 L_10 = V_3; Quaternion_t2301928331 L_11 = Quaternion_Inverse_m1311579081(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); Gyroscope_t3288342876 * L_12 = Input_get_gyro_m1976156202(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); Quaternion_t2301928331 L_13 = Gyroscope_get_attitude_m1331166065(L_12, /*hidden argument*/NULL); Quaternion_t2301928331 L_14 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); V_5 = L_14; Vector3_t3722313464 L_15 = Quaternion_get_eulerAngles_m3425202016((&V_5), /*hidden argument*/NULL); V_4 = L_15; float L_16 = (&V_4)->get_y_2(); V_6 = L_16; float L_17 = V_6; if ((!(((float)(180.0f)) < ((float)L_17)))) { goto IL_008e; } } { float L_18 = V_6; V_6 = ((float)il2cpp_codegen_subtract((float)L_18, (float)(360.0f))); } IL_008e: { float L_19 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_20 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_19, (-25.0f), (25.0f), /*hidden argument*/NULL); V_6 = ((float)il2cpp_codegen_multiply((float)(0.04f), (float)L_20)); float L_21 = (&V_4)->get_x_1(); V_7 = L_21; float L_22 = V_7; if ((!(((float)(180.0f)) < ((float)L_22)))) { goto IL_00c6; } } { float L_23 = V_7; V_7 = ((float)il2cpp_codegen_subtract((float)L_23, (float)(360.0f))); } IL_00c6: { float L_24 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_25 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_24, (-25.0f), (25.0f), /*hidden argument*/NULL); V_7 = ((float)il2cpp_codegen_multiply((float)(-0.04f), (float)L_25)); IL2CPP_RUNTIME_CLASS_INIT(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var); float L_26 = V_6; float L_27 = V_7; Vector2_Set_m3780194483((((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->get_address_of_s_curVal_2()), L_26, L_27, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Framework.Gyroscope.CGyroscope2DHelp::.cctor() extern "C" IL2CPP_METHOD_ATTR void CGyroscope2DHelp__cctor_m88419273 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CGyroscope2DHelp__cctor_m88419273_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->set_s_bEnableGyroscope_0((bool)0); ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->set_s_lastFrameCnt_1((-1)); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); ((CGyroscope2DHelp_t2896079506_StaticFields*)il2cpp_codegen_static_fields_for(CGyroscope2DHelp_t2896079506_il2cpp_TypeInfo_var))->set_s_curVal_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.Ini.CIniFile::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIniFile__ctor_m3137372490 (CIniFile_t2879301433 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniFile__ctor_m3137372490_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t2690565106 * L_0 = (List_1_t2690565106 *)il2cpp_codegen_object_new(List_1_t2690565106_il2cpp_TypeInfo_var); List_1__ctor_m3233010937(L_0, /*hidden argument*/List_1__ctor_m3233010937_RuntimeMethod_var); __this->set_sections_0(L_0); return; } } // DMCore.Framework.Ini.CIniSection DMCore.Framework.Ini.CIniFile::GetSection(System.String) extern "C" IL2CPP_METHOD_ATTR CIniSection_t1218490364 * CIniFile_GetSection_m694741140 (CIniFile_t2879301433 * __this, String_t* ___sectionName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniFile_GetSection_m694741140_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___sectionName0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_1 = CMiscHelp_GetHash_m2118670691(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___sectionName0; int32_t L_3 = V_0; CIniSection_t1218490364 * L_4 = CIniFile_GetSection_m1477285210(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String DMCore.Framework.Ini.CIniFile::GetItemValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CIniFile_GetItemValue_m1276639485 (CIniFile_t2879301433 * __this, String_t* ___sectionName0, String_t* ___itemKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniFile_GetItemValue_m1276639485_MetadataUsageId); s_Il2CppMethodInitialized = true; } CIniSection_t1218490364 * V_0 = NULL; String_t* G_B3_0 = NULL; { String_t* L_0 = ___sectionName0; CIniSection_t1218490364 * L_1 = CIniFile_GetSection_m694741140(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CIniSection_t1218490364 * L_2 = V_0; if (!L_2) { goto IL_001a; } } { CIniSection_t1218490364 * L_3 = V_0; String_t* L_4 = ___itemKey1; NullCheck(L_3); String_t* L_5 = CIniSection_GetItemValue_m278987755(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_001f; } IL_001a: { 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(); G_B3_0 = L_6; } IL_001f: { return G_B3_0; } } // System.Int32 DMCore.Framework.Ini.CIniFile::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIniFile_GetSectionCount_m1690370596 (CIniFile_t2879301433 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniFile_GetSectionCount_m1690370596_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2690565106 * L_0 = __this->get_sections_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2410098290(L_0, /*hidden argument*/List_1_get_Count_m2410098290_RuntimeMethod_var); return L_1; } } // DMCore.Framework.Ini.CIniSection DMCore.Framework.Ini.CIniFile::GetSection(System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniSection_t1218490364 * CIniFile_GetSection_m2927514527 (CIniFile_t2879301433 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniFile_GetSection_m2927514527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0018; } } { List_1_t2690565106 * L_1 = __this->get_sections_0(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2410098290(L_1, /*hidden argument*/List_1_get_Count_m2410098290_RuntimeMethod_var); int32_t L_3 = ___index0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (CIniSection_t1218490364 *)NULL; } IL_001a: { List_1_t2690565106 * L_4 = __this->get_sections_0(); int32_t L_5 = ___index0; NullCheck(L_4); CIniSection_t1218490364 * L_6 = List_1_get_Item_m1765676974(L_4, L_5, /*hidden argument*/List_1_get_Item_m1765676974_RuntimeMethod_var); return L_6; } } // DMCore.Framework.Ini.CIniSection DMCore.Framework.Ini.CIniFile::GetSection(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniSection_t1218490364 * CIniFile_GetSection_m1477285210 (CIniFile_t2879301433 * __this, String_t* ___sectionName0, int32_t ___hashVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniFile_GetSection_m1477285210_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CIniSection_t1218490364 * V_1 = NULL; { V_0 = 0; goto IL_0037; } IL_0007: { List_1_t2690565106 * L_0 = __this->get_sections_0(); int32_t L_1 = V_0; NullCheck(L_0); CIniSection_t1218490364 * L_2 = List_1_get_Item_m1765676974(L_0, L_1, /*hidden argument*/List_1_get_Item_m1765676974_RuntimeMethod_var); V_1 = L_2; int32_t L_3 = ___hashVal1; CIniSection_t1218490364 * L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->get_nHash_0(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_0033; } } { String_t* L_6 = ___sectionName0; CIniSection_t1218490364 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = L_7->get_strName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_9 = String_Compare_m3735043349(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0033; } } { CIniSection_t1218490364 * L_10 = V_1; return L_10; } IL_0033: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0037: { int32_t L_12 = V_0; List_1_t2690565106 * L_13 = __this->get_sections_0(); NullCheck(L_13); int32_t L_14 = List_1_get_Count_m2410098290(L_13, /*hidden argument*/List_1_get_Count_m2410098290_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0007; } } { return (CIniSection_t1218490364 *)NULL; } } // System.Boolean DMCore.Framework.Ini.CIniFile::LoadText(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIniFile_LoadText_m2088181559 (CIniFile_t2879301433 * __this, String_t* ___textVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniFile_LoadText_m2088181559_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3908847014 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; stLineData_t2436772272 * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; CIniSection_t1218490364 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; CIniItem_t4093898296 * V_12 = NULL; { String_t* L_0 = ___textVal0; 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: { List_1_t2690565106 * L_2 = __this->get_sections_0(); NullCheck(L_2); List_1_Clear_m1798771624(L_2, /*hidden argument*/List_1_Clear_m1798771624_RuntimeMethod_var); String_t* L_3 = ___textVal0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral3452614563, /*hidden argument*/NULL); ___textVal0 = L_4; List_1_t3908847014 * L_5 = (List_1_t3908847014 *)il2cpp_codegen_object_new(List_1_t3908847014_il2cpp_TypeInfo_var); List_1__ctor_m487714372(L_5, /*hidden argument*/List_1__ctor_m487714372_RuntimeMethod_var); V_0 = L_5; String_t* L_6 = ___textVal0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; V_3 = (stLineData_t2436772272 *)NULL; V_4 = 0; goto IL_00a9; } IL_003e: { String_t* L_8 = ___textVal0; int32_t L_9 = V_4; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)((int32_t)13)))) { goto IL_005c; } } { String_t* L_11 = ___textVal0; int32_t L_12 = V_4; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)10))))) { goto IL_007d; } } IL_005c: { V_2 = 0; stLineData_t2436772272 * L_14 = V_3; NullCheck(L_14); int32_t L_15 = L_14->get_count_1(); if (L_15) { goto IL_0078; } } { stLineData_t2436772272 * L_16 = V_3; int32_t L_17 = V_4; stLineData_t2436772272 * L_18 = V_3; NullCheck(L_18); int32_t L_19 = L_18->get_begin_0(); NullCheck(L_16); L_16->set_count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_19))); } IL_0078: { goto IL_00a3; } IL_007d: { int32_t L_20 = V_2; if (L_20) { goto IL_009f; } } { stLineData_t2436772272 * L_21 = (stLineData_t2436772272 *)il2cpp_codegen_object_new(stLineData_t2436772272_il2cpp_TypeInfo_var); stLineData__ctor_m4130497868(L_21, /*hidden argument*/NULL); V_3 = L_21; stLineData_t2436772272 * L_22 = V_3; int32_t L_23 = V_4; NullCheck(L_22); L_22->set_begin_0(L_23); stLineData_t2436772272 * L_24 = V_3; NullCheck(L_24); L_24->set_count_1(0); List_1_t3908847014 * L_25 = V_0; stLineData_t2436772272 * L_26 = V_3; NullCheck(L_25); List_1_Add_m2556250840(L_25, L_26, /*hidden argument*/List_1_Add_m2556250840_RuntimeMethod_var); } IL_009f: { int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00a3: { int32_t L_28 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00a9: { int32_t L_29 = V_4; int32_t L_30 = V_1; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_003e; } } { V_6 = (CIniSection_t1218490364 *)NULL; List_1_t3908847014 * L_31 = V_0; NullCheck(L_31); int32_t L_32 = List_1_get_Count_m1271156081(L_31, /*hidden argument*/List_1_get_Count_m1271156081_RuntimeMethod_var); V_7 = L_32; V_4 = 0; goto IL_0252; } IL_00c4: { String_t* L_33 = ___textVal0; List_1_t3908847014 * L_34 = V_0; int32_t L_35 = V_4; NullCheck(L_34); stLineData_t2436772272 * L_36 = List_1_get_Item_m3496025531(L_34, L_35, /*hidden argument*/List_1_get_Item_m3496025531_RuntimeMethod_var); NullCheck(L_36); int32_t L_37 = L_36->get_begin_0(); List_1_t3908847014 * L_38 = V_0; int32_t L_39 = V_4; NullCheck(L_38); stLineData_t2436772272 * L_40 = List_1_get_Item_m3496025531(L_38, L_39, /*hidden argument*/List_1_get_Item_m3496025531_RuntimeMethod_var); NullCheck(L_40); int32_t L_41 = L_40->get_count_1(); NullCheck(L_33); String_t* L_42 = String_Substring_m1610150815(L_33, L_37, L_41, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43 = String_Trim_m923598732(L_42, /*hidden argument*/NULL); V_5 = L_43; String_t* L_44 = V_5; NullCheck(L_44); int32_t L_45 = String_get_Length_m3847582255(L_44, /*hidden argument*/NULL); V_8 = L_45; int32_t L_46 = V_8; if ((((int32_t)L_46) >= ((int32_t)2))) { goto IL_0101; } } { goto IL_024c; } IL_0101: { int32_t L_47 = V_8; if ((((int32_t)L_47) <= ((int32_t)2))) { goto IL_0172; } } { String_t* L_48 = V_5; NullCheck(L_48); Il2CppChar L_49 = String_get_Chars_m2986988803(L_48, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)91))))) { goto IL_0172; } } { String_t* L_50 = V_5; int32_t L_51 = V_8; NullCheck(L_50); Il2CppChar L_52 = String_get_Chars_m2986988803(L_50, ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)93))))) { goto IL_0172; } } { String_t* L_53 = V_5; int32_t L_54 = V_8; NullCheck(L_53); String_t* L_55 = String_Substring_m1610150815(L_53, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)2)), /*hidden argument*/NULL); V_9 = L_55; String_t* L_56 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_57 = CMiscHelp_GetHash_m2118670691(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); V_10 = L_57; String_t* L_58 = V_9; int32_t L_59 = V_10; CIniSection_t1218490364 * L_60 = CIniFile_GetSection_m1477285210(__this, L_58, L_59, /*hidden argument*/NULL); V_6 = L_60; CIniSection_t1218490364 * L_61 = V_6; if (L_61) { goto IL_016d; } } { int32_t L_62 = V_10; String_t* L_63 = V_9; CIniSection_t1218490364 * L_64 = (CIniSection_t1218490364 *)il2cpp_codegen_object_new(CIniSection_t1218490364_il2cpp_TypeInfo_var); CIniSection__ctor_m1640663827(L_64, L_62, L_63, (bool)0, /*hidden argument*/NULL); V_6 = L_64; List_1_t2690565106 * L_65 = __this->get_sections_0(); CIniSection_t1218490364 * L_66 = V_6; NullCheck(L_65); List_1_Add_m3407556289(L_65, L_66, /*hidden argument*/List_1_Add_m3407556289_RuntimeMethod_var); } IL_016d: { goto IL_024c; } IL_0172: { String_t* L_67 = V_5; NullCheck(L_67); Il2CppChar L_68 = String_get_Chars_m2986988803(L_67, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_68) == ((uint32_t)((int32_t)47))))) { goto IL_0195; } } { String_t* L_69 = V_5; NullCheck(L_69); Il2CppChar L_70 = String_get_Chars_m2986988803(L_69, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)47))))) { goto IL_0195; } } { goto IL_024c; } IL_0195: { String_t* L_71 = V_5; NullCheck(L_71); Il2CppChar L_72 = String_get_Chars_m2986988803(L_71, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)59))))) { goto IL_01a9; } } { goto IL_024c; } IL_01a9: { CIniSection_t1218490364 * L_73 = V_6; if (L_73) { goto IL_01b5; } } { goto IL_024c; } IL_01b5: { String_t* L_74 = V_5; NullCheck(L_74); int32_t L_75 = String_IndexOf_m363431711(L_74, ((int32_t)61), /*hidden argument*/NULL); V_11 = L_75; int32_t L_76 = V_11; if ((((int32_t)0) < ((int32_t)L_76))) { goto IL_01cd; } } { goto IL_024c; } IL_01cd: { CIniItem_t4093898296 * L_77 = (CIniItem_t4093898296 *)il2cpp_codegen_object_new(CIniItem_t4093898296_il2cpp_TypeInfo_var); CIniItem__ctor_m278940161(L_77, /*hidden argument*/NULL); V_12 = L_77; CIniItem_t4093898296 * L_78 = V_12; String_t* L_79 = V_5; int32_t L_80 = V_11; NullCheck(L_79); String_t* L_81 = String_Substring_m1610150815(L_79, 0, L_80, /*hidden argument*/NULL); NullCheck(L_81); String_t* L_82 = String_TrimEnd_m3824727301(L_81, ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_78); L_78->set_strKey_1(L_82); CIniItem_t4093898296 * L_83 = V_12; CIniItem_t4093898296 * L_84 = V_12; NullCheck(L_84); String_t* L_85 = L_84->get_strKey_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_86 = CMiscHelp_GetHash_m2118670691(NULL /*static, unused*/, L_85, /*hidden argument*/NULL); NullCheck(L_83); L_83->set_nHash_0(L_86); int32_t L_87 = V_8; int32_t L_88 = V_11; if ((((int32_t)L_87) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1))))) { goto IL_0237; } } { CIniItem_t4093898296 * L_89 = V_12; String_t* L_90 = V_5; int32_t L_91 = V_11; int32_t L_92 = V_8; int32_t L_93 = V_11; NullCheck(L_90); String_t* L_94 = String_Substring_m1610150815(L_90, ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)L_93)), (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_94); String_t* L_95 = String_TrimStart_m1431283012(L_94, ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_89); L_89->set_strValue_2(L_95); goto IL_0243; } IL_0237: { CIniItem_t4093898296 * L_96 = V_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_97 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_96); L_96->set_strValue_2(L_97); } IL_0243: { CIniSection_t1218490364 * L_98 = V_6; CIniItem_t4093898296 * L_99 = V_12; NullCheck(L_98); CIniSection_Push_m3601188481(L_98, L_99, /*hidden argument*/NULL); } IL_024c: { int32_t L_100 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); } IL_0252: { int32_t L_101 = V_4; int32_t L_102 = V_7; if ((((int32_t)L_101) < ((int32_t)L_102))) { goto IL_00c4; } } { 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.Ini.CIniFile/stLineData::.ctor() extern "C" IL2CPP_METHOD_ATTR void stLineData__ctor_m4130497868 (stLineData_t2436772272 * __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.Ini.CIniItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CIniItem__ctor_m278940161 (CIniItem_t4093898296 * __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.Ini.CIniSection::.ctor(System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CIniSection__ctor_m1640663827 (CIniSection_t1218490364 * __this, int32_t ___hash0, String_t* ___name1, bool ___bNew2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniSection__ctor_m1640663827_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___hash0; __this->set_nHash_0(L_0); String_t* L_1 = ___name1; __this->set_strName_1(L_1); bool L_2 = ___bNew2; __this->set_bIsNew_2(L_2); List_1_t1271005742 * L_3 = (List_1_t1271005742 *)il2cpp_codegen_object_new(List_1_t1271005742_il2cpp_TypeInfo_var); List_1__ctor_m435403691(L_3, /*hidden argument*/List_1__ctor_m435403691_RuntimeMethod_var); __this->set_items_3(L_3); return; } } // System.Void DMCore.Framework.Ini.CIniSection::Push(DMCore.Framework.Ini.CIniItem) extern "C" IL2CPP_METHOD_ATTR void CIniSection_Push_m3601188481 (CIniSection_t1218490364 * __this, CIniItem_t4093898296 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniSection_Push_m3601188481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1271005742 * L_0 = __this->get_items_3(); CIniItem_t4093898296 * L_1 = ___item0; NullCheck(L_0); List_1_Add_m754717665(L_0, L_1, /*hidden argument*/List_1_Add_m754717665_RuntimeMethod_var); return; } } // System.Int32 DMCore.Framework.Ini.CIniSection::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CIniSection_GetItemCount_m2955586327 (CIniSection_t1218490364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniSection_GetItemCount_m2955586327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1271005742 * L_0 = __this->get_items_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1609811307(L_0, /*hidden argument*/List_1_get_Count_m1609811307_RuntimeMethod_var); return L_1; } } // DMCore.Framework.Ini.CIniItem DMCore.Framework.Ini.CIniSection::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CIniItem_t4093898296 * CIniSection_GetItem_m1669271756 (CIniSection_t1218490364 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniSection_GetItem_m1669271756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0018; } } { List_1_t1271005742 * L_1 = __this->get_items_3(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1609811307(L_1, /*hidden argument*/List_1_get_Count_m1609811307_RuntimeMethod_var); int32_t L_3 = ___index0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (CIniItem_t4093898296 *)NULL; } IL_001a: { List_1_t1271005742 * L_4 = __this->get_items_3(); int32_t L_5 = ___index0; NullCheck(L_4); CIniItem_t4093898296 * L_6 = List_1_get_Item_m3814109764(L_4, L_5, /*hidden argument*/List_1_get_Item_m3814109764_RuntimeMethod_var); return L_6; } } // System.String DMCore.Framework.Ini.CIniSection::GetItemValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CIniSection_GetItemValue_m278987755 (CIniSection_t1218490364 * __this, String_t* ___itemKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniSection_GetItemValue_m278987755_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CIniItem_t4093898296 * V_2 = NULL; { String_t* L_0 = ___itemKey0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_1 = CMiscHelp_GetHash_m2118670691(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0043; } IL_000e: { List_1_t1271005742 * L_2 = __this->get_items_3(); int32_t L_3 = V_1; NullCheck(L_2); CIniItem_t4093898296 * L_4 = List_1_get_Item_m3814109764(L_2, L_3, /*hidden argument*/List_1_get_Item_m3814109764_RuntimeMethod_var); V_2 = L_4; int32_t L_5 = V_0; CIniItem_t4093898296 * L_6 = V_2; NullCheck(L_6); int32_t L_7 = L_6->get_nHash_0(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_003f; } } { String_t* L_8 = ___itemKey0; CIniItem_t4093898296 * L_9 = V_2; NullCheck(L_9); String_t* L_10 = L_9->get_strKey_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_11 = String_Compare_m3735043349(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003f; } } { CIniItem_t4093898296 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = L_12->get_strValue_2(); return L_13; } IL_003f: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0043: { int32_t L_15 = V_1; List_1_t1271005742 * L_16 = __this->get_items_3(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m1609811307(L_16, /*hidden argument*/List_1_get_Count_m1609811307_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_18; } } // System.Int32 DMCore.Framework.Ini.CIniSection::GetItemInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CIniSection_GetItemInt_m1290176395 (CIniSection_t1218490364 * __this, String_t* ___itemKey0, int32_t ___defaultVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIniSection_GetItemInt_m1290176395_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___itemKey0; String_t* L_1 = CIniSection_GetItemValue_m278987755(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; int32_t L_3 = ___defaultVal1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_4 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return 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 // System.Boolean DMCore.Framework.IO.CIOVar::IsFileExist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_IsFileExist_m4190802418 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_IsFileExist_m4190802418_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* 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: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; bool L_6 = File_Exists_m3943585060(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean DMCore.Framework.IO.CIOVar::DeleteFile(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_DeleteFile_m2781263074 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_DeleteFile_m2781263074_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* 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: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; bool L_6 = File_Exists_m3943585060(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0031; } } { String_t* L_7 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return (bool)1; } IL_0031: { return (bool)0; } } // System.Boolean DMCore.Framework.IO.CIOVar::CreateFile(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_CreateFile_m1179487238 (RuntimeObject * __this /* static, unused */, String_t* ____path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_CreateFile_m1179487238_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; FileStream_t4292183065 * 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 (bool)0; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ____path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_LastIndexOf_m2676535141(L_6, _stringLiteral3452614529, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_8 = String_Remove_m1524948975(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; bool L_10 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0042; } } { String_t* L_11 = V_1; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_0042: { String_t* L_12 = V_0; bool L_13 = File_Exists_m3943585060(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0053; } } { String_t* L_14 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); } IL_0053: { String_t* L_15 = V_0; FileStream_t4292183065 * L_16 = File_Create_m2207667142(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_2 = L_16; FileStream_t4292183065 * L_17 = V_2; NullCheck(L_17); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_17); return (bool)1; } } // System.IO.FileStream DMCore.Framework.IO.CIOVar::CreateFile(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * CIOVar_CreateFile_m1144045305 (RuntimeObject * __this /* static, unused */, String_t* ___path0, bool ___CreateNew1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_CreateFile_m1144045305_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { String_t* L_0 = ___path0; NullCheck(L_0); String_Replace_m3726209165(L_0, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); String_t* L_1 = ___path0; NullCheck(L_1); int32_t L_2 = String_LastIndexOf_m3451222878(L_1, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) >= ((int32_t)L_3))) { goto IL_002f; } } { String_t* L_4 = ___path0; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = String_Substring_m1610150815(L_4, 0, L_5, /*hidden argument*/NULL); bool L_7 = CWriteVar_CreateDirectory_m944121244(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002f; } } { return (FileStream_t4292183065 *)NULL; } IL_002f: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_8 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3755062657(NULL /*static, unused*/, L_8, _stringLiteral3452614529, L_9, /*hidden argument*/NULL); ___path0 = L_10; String_t* L_11 = ___path0; bool L_12 = File_Exists_m3943585060(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_1 = L_12; bool L_13 = V_1; if (!L_13) { goto IL_006e; } } { bool L_14 = ___CreateNew1; if (!L_14) { goto IL_0064; } } { String_t* L_15 = ___path0; File_Delete_m321251800(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); String_t* L_16 = ___path0; FileStream_t4292183065 * L_17 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_17, L_16, 2, 2, 2, /*hidden argument*/NULL); return L_17; } IL_0064: { String_t* L_18 = ___path0; FileStream_t4292183065 * L_19 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_19, L_18, 6, 2, 2, /*hidden argument*/NULL); return L_19; } IL_006e: { String_t* L_20 = ___path0; FileStream_t4292183065 * L_21 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_21, L_20, 2, 2, 2, /*hidden argument*/NULL); return L_21; } } // System.Void DMCore.Framework.IO.CIOVar::RemoveDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR void CIOVar_RemoveDirectory_m3632793983 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_RemoveDirectory_m3632793983_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* 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_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; bool L_6 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { String_t* L_7 = V_0; Directory_Delete_m3266154992(NULL /*static, unused*/, L_7, (bool)1, /*hidden argument*/NULL); } IL_002f: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_IsDirectoryExist_m474439684_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* 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: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; bool L_6 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } } // System.String DMCore.Framework.IO.CIOVar::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* CIOVar_GetUserRootPath_m2302064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_GetUserRootPath_m2302064020_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strEditorPath_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_1 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strEditorPath_0(); return L_1; } IL_0010: { int32_t L_2 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)11))))) { goto IL_0056; } } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_3 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_3); String_t* L_5 = CFitfunApiPlugin_FitfunGetAny_m2314757983(L_3, _stringLiteral3325020536, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004b; } } { String_t* L_8 = Application_get_persistentDataPath_m1428108154(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->set_s_strEditorPath_0(L_8); goto IL_0051; } IL_004b: { String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->set_s_strEditorPath_0(L_9); } IL_0051: { goto IL_00c0; } IL_0056: { int32_t L_10 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)8)))) { goto IL_0070; } } { String_t* L_11 = Application_get_temporaryCachePath_m1214546342(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->set_s_strEditorPath_0(L_11); goto IL_00c0; } IL_0070: { String_t* L_12 = Application_get_dataPath_m4232621142(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = String_Replace_m3726209165(L_12, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; NullCheck(L_14); int32_t L_15 = String_LastIndexOf_m2676535141(L_14, _stringLiteral3452614529, /*hidden argument*/NULL); V_2 = L_15; String_t* L_16 = V_1; int32_t L_17 = V_2; NullCheck(L_16); String_t* L_18 = String_Substring_m1610150815(L_16, 0, L_17, /*hidden argument*/NULL); V_1 = L_18; String_t* L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m3937257545(NULL /*static, unused*/, L_19, _stringLiteral587349039, /*hidden argument*/NULL); V_1 = L_20; String_t* L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->set_s_strEditorPath_0(L_21); String_t* L_22 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strEditorPath_0(); bool L_23 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00c0; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_24 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strEditorPath_0(); Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); } IL_00c0: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_25 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strEditorPath_0(); return L_25; } } // System.String DMCore.Framework.IO.CIOVar::GetStreamingAssetsPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CIOVar_GetStreamingAssetsPath_m3803213999 (RuntimeObject * __this /* static, unused */, String_t* ___filePath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CIOVar_GetStreamingAssetsPath_m3803213999_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strAssetsPath_1(); if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_1 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strAssetsPath_1(); String_t* L_2 = ___filePath0; 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); return L_3; } IL_0016: { int32_t L_4 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)11))))) { goto IL_0040; } } { String_t* L_5 = Application_get_dataPath_m4232621142(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral182697711, L_5, _stringLiteral2120806716, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->set_s_strAssetsPath_1(L_6); goto IL_007d; } IL_0040: { int32_t L_7 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)8)))) { goto IL_0064; } } { String_t* L_8 = Application_get_dataPath_m4232621142(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, _stringLiteral3972439919, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->set_s_strAssetsPath_1(L_9); goto IL_007d; } IL_0064: { String_t* L_10 = Application_get_dataPath_m4232621142(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4054833267, L_10, _stringLiteral3720091898, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->set_s_strAssetsPath_1(L_11); } IL_007d: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_12 = ((CIOVar_t2470797383_StaticFields*)il2cpp_codegen_static_fields_for(CIOVar_t2470797383_il2cpp_TypeInfo_var))->get_s_strAssetsPath_1(); String_t* L_13 = ___filePath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void DMCore.Framework.IO.CIOVar::.cctor() extern "C" IL2CPP_METHOD_ATTR void CIOVar__cctor_m1460091401 (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.Byte[] DMCore.Framework.IO.CReadVar::ReadFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFile_m2302192807 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CReadVar_ReadFile_m2302192807_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FileStream_t4292183065 * V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* 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 = ___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 (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_2 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; bool L_6 = File_Exists_m3943585060(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_002b; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_002b: try { // begin try (depth: 1) { String_t* L_7 = V_0; FileStream_t4292183065 * L_8 = File_OpenRead_m2936789020(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_1 = L_8; FileStream_t4292183065 * L_9 = V_1; NullCheck(L_9); int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_9); V_2 = (((int32_t)((int32_t)L_10))); int32_t L_11 = V_2; if ((((int32_t)0) < ((int32_t)L_11))) { goto IL_004e; } } IL_0041: { FileStream_t4292183065 * L_12 = V_1; NullCheck(L_12); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_12); V_3 = (ByteU5BU5D_t4116647657*)NULL; goto IL_0079; } IL_004e: { int32_t L_13 = V_2; V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_13)); FileStream_t4292183065 * L_14 = V_1; ByteU5BU5D_t4116647657* L_15 = V_4; int32_t L_16 = V_2; NullCheck(L_14); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, 0, L_16); FileStream_t4292183065 * L_17 = V_1; NullCheck(L_17); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_17); V_1 = (FileStream_t4292183065 *)NULL; ByteU5BU5D_t4116647657* L_18 = V_4; V_3 = L_18; goto IL_0079; } } // 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_0071; throw e; } CATCH_0071: { // begin catch(System.Object) V_3 = (ByteU5BU5D_t4116647657*)NULL; goto IL_0079; } // end catch (depth: 1) IL_0079: { ByteU5BU5D_t4116647657* L_19 = V_3; return L_19; } } // System.Byte[] DMCore.Framework.IO.CReadVar::ReadFileFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFileFullPath_m2356108572 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CReadVar_ReadFileFullPath_m2356108572_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_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { String_t* L_2 = ___path0; bool L_3 = File_Exists_m3943585060(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001a; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_001a: 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_003d; } } IL_0030: { 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_0065; } IL_003d: { 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_0065; } } // 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_005d; throw e; } CATCH_005d: { // begin catch(System.Object) V_2 = (ByteU5BU5D_t4116647657*)NULL; goto IL_0065; } // end catch (depth: 1) IL_0065: { ByteU5BU5D_t4116647657* L_16 = V_2; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean DMCore.Framework.IO.CWriteVar::CreateDirectory(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_CreateDirectory_m453933902 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___baseRootPath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWriteVar_CreateDirectory_m453933902_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 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 = ___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_Replace_m3726209165(L_2, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); String_t* L_3 = ___path0; CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_3); StringU5BU5D_t1281789340* L_5 = String_Split_m3646115398(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___baseRootPath1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, _stringLiteral3452614529, /*hidden argument*/NULL); V_1 = L_7; V_2 = (bool)1; V_3 = 0; goto IL_0078; } IL_003f: { String_t* L_8 = V_1; StringU5BU5D_t1281789340* L_9 = V_0; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0049: try { // begin try (depth: 1) { String_t* L_14 = V_1; bool L_15 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_005b; } } IL_0054: { String_t* L_16 = V_1; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); } IL_005b: { goto IL_0068; } } // 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_0060; throw e; } CATCH_0060: { // begin catch(System.Object) V_2 = (bool)0; goto IL_0081; } // end catch (depth: 1) IL_0068: { String_t* L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, L_17, _stringLiteral3452614529, /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0078: { int32_t L_20 = V_3; StringU5BU5D_t1281789340* L_21 = V_0; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_003f; } } IL_0081: { bool L_22 = V_2; return L_22; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWriteVar_CreateDirectory_m944121244_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_1 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_2 = CWriteVar_CreateDirectory_m453933902(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean DMCore.Framework.IO.CWriteVar::MakeSureFileDirectory(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_MakeSureFileDirectory_m3429719918 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___baseRootPath1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___path0; NullCheck(L_0); String_t* L_1 = String_Replace_m3726209165(L_0, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); ___path0 = L_1; String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_LastIndexOf_m3451222878(L_2, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)0) >= ((int32_t)L_4))) { goto IL_002b; } } { String_t* L_5 = ___path0; int32_t L_6 = V_0; NullCheck(L_5); String_t* L_7 = String_Substring_m1610150815(L_5, 0, L_6, /*hidden argument*/NULL); String_t* L_8 = ___baseRootPath1; bool L_9 = CWriteVar_CreateDirectory_m453933902(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_002b: { return (bool)1; } } // System.Boolean DMCore.Framework.IO.CWriteVar::CreateDirectoryFull(System.String) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_CreateDirectoryFull_m90005579 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWriteVar_CreateDirectoryFull_m90005579_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 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 = ___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_Replace_m3726209165(L_2, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); String_t* L_3 = ___path0; CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_3); StringU5BU5D_t1281789340* L_5 = String_Split_m3646115398(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; 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_1 = L_6; V_2 = (bool)1; V_3 = 0; goto IL_007f; } IL_0039: { StringU5BU5D_t1281789340* L_7 = V_0; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_006f; } } { String_t* L_12 = V_1; StringU5BU5D_t1281789340* L_13 = V_0; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL); V_1 = L_17; } IL_0050: try { // begin try (depth: 1) { String_t* L_18 = V_1; bool L_19 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0062; } } IL_005b: { String_t* L_20 = V_1; Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); } IL_0062: { goto IL_006f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0067; throw e; } CATCH_0067: { // begin catch(System.Object) V_2 = (bool)0; goto IL_0088; } // end catch (depth: 1) IL_006f: { String_t* L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m3937257545(NULL /*static, unused*/, L_21, _stringLiteral3452614529, /*hidden argument*/NULL); V_1 = L_22; int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_007f: { int32_t L_24 = V_3; StringU5BU5D_t1281789340* L_25 = V_0; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0039; } } IL_0088: { bool L_26 = V_2; return L_26; } } // System.Boolean DMCore.Framework.IO.CWriteVar::MoveFile(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_MoveFile_m106902205 (RuntimeObject * __this /* static, unused */, String_t* ___src0, String_t* ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWriteVar_MoveFile_m106902205_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; IOException_t4088381929 * 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); IL_0000: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_0 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral3452614529, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; String_t* L_3 = ___src0; String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); String_t* L_5 = V_0; String_t* L_6 = ___dest1; String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); File_Move_m1898656234(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); V_1 = (bool)1; goto IL_0055; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002a; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004d; throw e; } CATCH_002a: { // begin catch(System.IO.IOException) V_2 = ((IOException_t4088381929 *)__exception_local); String_t* L_8 = ___src0; IOException_t4088381929 * L_9 = V_2; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1261505643, L_8, _stringLiteral795478351, L_10, /*hidden argument*/NULL); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_1 = (bool)0; goto IL_0055; } // end catch (depth: 1) CATCH_004d: { // begin catch(System.Object) V_1 = (bool)0; goto IL_0055; } // end catch (depth: 1) IL_0055: { bool L_12 = V_1; return L_12; } } // System.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.Byte[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m799854996 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, int32_t ___offset2, int32_t ___length3, bool ___bCreateNew4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWriteVar_WriteFile_m799854996_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_t4292183065 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { 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; bool L_3 = ___bCreateNew4; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); FileStream_t4292183065 * L_4 = CIOVar_CreateFile_m1144045305(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; FileStream_t4292183065 * L_5 = V_0; if (L_5) { goto IL_001e; } } { return (bool)0; } IL_001e: { V_1 = (bool)1; ByteU5BU5D_t4116647657* L_6 = ___fileBytes1; if (!L_6) { goto IL_0065; } } { ByteU5BU5D_t4116647657* L_7 = ___fileBytes1; NullCheck(L_7); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0065; } } { ByteU5BU5D_t4116647657* L_8 = ___fileBytes1; NullCheck(L_8); int32_t L_9 = ___offset2; int32_t L_10 = ___length3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_11 = Mathf_Min_m18103608(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9)), L_10, /*hidden argument*/NULL); int32_t L_12 = Mathf_Max_m3673002171(NULL /*static, unused*/, 0, L_11, /*hidden argument*/NULL); V_2 = L_12; } IL_0041: try { // begin try (depth: 1) FileStream_t4292183065 * L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = ___fileBytes1; int32_t L_15 = ___offset2; int32_t L_16 = V_2; NullCheck(L_13); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, L_15, L_16); FileStream_t4292183065 * L_17 = V_0; NullCheck(L_17); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_17); FileStream_t4292183065 * L_18 = V_0; NullCheck(L_18); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_18); V_1 = (bool)1; goto IL_0065; } // 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_005d; throw e; } CATCH_005d: { // begin catch(System.Object) V_1 = (bool)0; goto IL_0065; } // end catch (depth: 1) IL_0065: { bool L_19 = V_1; return L_19; } } // System.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m3185547125 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, bool ___bCreateNew2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___fileBytes1; if (!L_0) { goto IL_000e; } } { ByteU5BU5D_t4116647657* L_1 = ___fileBytes1; NullCheck(L_1); G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); goto IL_000f; } IL_000e: { G_B3_0 = 0; } IL_000f: { V_0 = G_B3_0; String_t* L_2 = ___path0; ByteU5BU5D_t4116647657* L_3 = ___fileBytes1; int32_t L_4 = V_0; bool L_5 = ___bCreateNew2; bool L_6 = CWriteVar_WriteFile_m799854996(NULL /*static, unused*/, L_2, L_3, 0, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m2119641365 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___fileWords1, bool ___bCreateNew2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWriteVar_WriteFile_m2119641365_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___fileWords1; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); V_0 = L_2; String_t* L_3 = ___path0; ByteU5BU5D_t4116647657* L_4 = V_0; bool L_5 = ___bCreateNew2; bool L_6 = CWriteVar_WriteFile_m3185547125(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); 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.Xml.XmlDocument DMCore.Framework.IO.CXMLHelper::CreateXmlDocument(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * CXMLHelper_CreateXmlDocument_m1114156551 (RuntimeObject * __this /* static, unused */, String_t* ___rootNodeName0, String_t* ___version1, String_t* ___encoding2, String_t* ___standalone3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CXMLHelper_CreateXmlDocument_m1114156551_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlDeclaration_t679870411 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; 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); { V_0 = (XmlDocument_t2837193595 *)NULL; } IL_0002: try { // begin try (depth: 1) XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___version1; String_t* L_3 = ___encoding2; String_t* L_4 = ___standalone3; NullCheck(L_1); XmlDeclaration_t679870411 * L_5 = VirtFuncInvoker3< XmlDeclaration_t679870411 *, String_t*, String_t*, String_t* >::Invoke(57 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_1, L_2, L_3, L_4); V_1 = L_5; XmlDocument_t2837193595 * L_6 = V_0; String_t* L_7 = ___rootNodeName0; NullCheck(L_6); XmlElement_t561603118 * L_8 = XmlDocument_CreateElement_m2961417808(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; XmlDocument_t2837193595 * L_9 = V_0; XmlDeclaration_t679870411 * L_10 = V_1; NullCheck(L_9); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_9, L_10); XmlDocument_t2837193595 * L_11 = V_0; XmlNode_t3767805227 * L_12 = V_2; NullCheck(L_11); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_11, L_12); goto IL_0040; } // 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_002f; throw e; } CATCH_002f: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); Exception_t * L_13 = V_3; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); goto IL_0040; } // end catch (depth: 1) IL_0040: { XmlDocument_t2837193595 * L_15 = V_0; return L_15; } } // System.Boolean DMCore.Framework.IO.CXMLHelper::CreateXmlNodeByXPath(System.Xml.XmlDocument,System.String,System.String,System.String,System.Collections.Generic.KeyValuePair`2[]) extern "C" IL2CPP_METHOD_ATTR bool CXMLHelper_CreateXmlNodeByXPath_m687293532 (RuntimeObject * __this /* static, unused */, XmlDocument_t2837193595 * ___xmlDoc0, String_t* ___xpath1, String_t* ___xmlNodeName2, String_t* ___innerText3, KeyValuePair_2U5BU5D_t336297922* ___attributeList4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CXMLHelper_CreateXmlNodeByXPath_m687293532_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlNode_t3767805227 * V_1 = NULL; XmlElement_t561603118 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; String_t* V_6 = NULL; XmlAttribute_t1173852259 * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)0; XmlDocument_t2837193595 * L_0 = ___xmlDoc0; if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_1 = ___xmlDoc0; String_t* L_2 = ___xpath1; NullCheck(L_1); XmlNode_t3767805227 * L_3 = XmlNode_SelectSingleNode_m2944339946(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; XmlNode_t3767805227 * L_4 = V_1; if (!L_4) { goto IL_00a1; } } IL_0018: { XmlDocument_t2837193595 * L_5 = ___xmlDoc0; String_t* L_6 = ___xmlNodeName2; NullCheck(L_5); XmlElement_t561603118 * L_7 = XmlDocument_CreateElement_m2961417808(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; XmlElement_t561603118 * L_8 = V_2; String_t* L_9 = ___innerText3; NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.Xml.XmlNode::set_InnerXml(System.String) */, L_8, L_9); V_3 = 0; KeyValuePair_2U5BU5D_t336297922* L_10 = ___attributeList4; NullCheck(L_10); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))); goto IL_008f; } IL_0034: { KeyValuePair_2U5BU5D_t336297922* L_11 = ___attributeList4; int32_t L_12 = V_3; NullCheck(L_11); String_t* L_13 = KeyValuePair_2_get_Key_m3938572407(((L_11)->GetAddressAt(static_cast(L_12))), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); V_5 = L_13; KeyValuePair_2U5BU5D_t336297922* L_14 = ___attributeList4; int32_t L_15 = V_3; NullCheck(L_14); String_t* L_16 = KeyValuePair_2_get_Value_m2642806556(((L_14)->GetAddressAt(static_cast(L_15))), /*hidden argument*/KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var); V_6 = L_16; String_t* L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_008b; } } IL_005e: { String_t* L_19 = V_6; 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_008b; } } IL_006a: { XmlDocument_t2837193595 * L_21 = ___xmlDoc0; String_t* L_22 = V_5; NullCheck(L_21); XmlAttribute_t1173852259 * L_23 = XmlDocument_CreateAttribute_m125953371(L_21, L_22, /*hidden argument*/NULL); V_7 = L_23; XmlAttribute_t1173852259 * L_24 = V_7; String_t* L_25 = V_6; NullCheck(L_24); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_24, L_25); XmlElement_t561603118 * L_26 = V_2; NullCheck(L_26); XmlAttributeCollection_t2316283784 * L_27 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_26); XmlAttribute_t1173852259 * L_28 = V_7; NullCheck(L_27); XmlAttributeCollection_Append_m779101478(L_27, L_28, /*hidden argument*/NULL); } IL_008b: { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_008f: { int32_t L_30 = V_3; int32_t L_31 = V_4; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0034; } } IL_0097: { XmlNode_t3767805227 * L_32 = V_1; XmlElement_t561603118 * L_33 = V_2; NullCheck(L_32); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_32, L_33); V_0 = (bool)1; } IL_00a1: { goto IL_00b9; } } // 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_00a6; throw e; } CATCH_00a6: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); Exception_t * L_34 = V_8; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); goto IL_00b9; } // end catch (depth: 1) IL_00b9: { bool L_36 = V_0; return L_36; } } // System.Xml.XmlNodeList DMCore.Framework.IO.CXMLHelper::GetXmlNodeListByXpath(System.Xml.XmlDocument,System.String) extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t2551693786 * CXMLHelper_GetXmlNodeListByXpath_m2338484950 (RuntimeObject * __this /* static, unused */, XmlDocument_t2837193595 * ___xmlDoc0, String_t* ___xpath1, const RuntimeMethod* method) { XmlNodeList_t2551693786 * V_0 = NULL; XmlNodeList_t2551693786 * G_B3_0 = NULL; { XmlDocument_t2837193595 * L_0 = ___xmlDoc0; if (!L_0) { goto IL_0012; } } { XmlDocument_t2837193595 * L_1 = ___xmlDoc0; String_t* L_2 = ___xpath1; NullCheck(L_1); XmlNodeList_t2551693786 * L_3 = XmlNode_SelectNodes_m3596713167(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0013; } IL_0012: { G_B3_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0013: { V_0 = G_B3_0; XmlNodeList_t2551693786 * L_4 = V_0; return L_4; } } // System.Xml.XmlElement DMCore.Framework.IO.CXMLHelper::GetXmlNodeByXpath(System.Xml.XmlDocument,System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * CXMLHelper_GetXmlNodeByXpath_m2211338148 (RuntimeObject * __this /* static, unused */, XmlDocument_t2837193595 * ___xmlDoc0, String_t* ___xpath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CXMLHelper_GetXmlNodeByXpath_m2211338148_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; XmlNode_t3767805227 * G_B3_0 = NULL; XmlElement_t561603118 * G_B6_0 = NULL; { XmlDocument_t2837193595 * L_0 = ___xmlDoc0; if (!L_0) { goto IL_0012; } } { XmlDocument_t2837193595 * L_1 = ___xmlDoc0; String_t* L_2 = ___xpath1; NullCheck(L_1); XmlNode_t3767805227 * L_3 = XmlNode_SelectSingleNode_m2944339946(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0013; } IL_0012: { G_B3_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0013: { V_0 = G_B3_0; XmlNode_t3767805227 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { XmlNode_t3767805227 * L_5 = V_0; G_B6_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0026; } IL_0025: { G_B6_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0026: { return G_B6_0; } } // System.Boolean DMCore.Framework.IO.CXMLHelper::DeleteXmlNodeByXPath(System.Xml.XmlDocument,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CXMLHelper_DeleteXmlNodeByXPath_m3685696192 (RuntimeObject * __this /* static, unused */, XmlDocument_t2837193595 * ___xmlDoc0, String_t* ___xpath1, bool ___deleteAll2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CXMLHelper_DeleteXmlNodeByXPath_m3685696192_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlNode_t3767805227 * 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); XmlNode_t3767805227 * G_B4_0 = NULL; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = ___xmlDoc0; if (!L_0) { goto IL_0014; } } IL_0008: { XmlDocument_t2837193595 * L_1 = ___xmlDoc0; String_t* L_2 = ___xpath1; NullCheck(L_1); XmlNode_t3767805227 * L_3 = XmlNode_SelectSingleNode_m2944339946(L_1, L_2, /*hidden argument*/NULL); G_B4_0 = L_3; goto IL_0015; } IL_0014: { G_B4_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0015: { V_1 = G_B4_0; XmlNode_t3767805227 * L_4 = V_1; if (!L_4) { goto IL_0041; } } IL_001c: { bool L_5 = ___deleteAll2; if (!L_5) { goto IL_0032; } } IL_0022: { XmlNode_t3767805227 * L_6 = V_1; NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); NullCheck(L_7); VirtActionInvoker0::Invoke(38 /* System.Void System.Xml.XmlNode::RemoveAll() */, L_7); goto IL_003f; } IL_0032: { XmlNode_t3767805227 * L_8 = V_1; NullCheck(L_8); XmlNode_t3767805227 * L_9 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_8); XmlNode_t3767805227 * L_10 = V_1; NullCheck(L_9); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(39 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, L_9, L_10); } IL_003f: { V_0 = (bool)1; } IL_0041: { goto IL_0057; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0046; throw e; } CATCH_0046: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_11 = V_2; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); DMGameInterface_Log_m316805229(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); goto IL_0057; } // end catch (depth: 1) IL_0057: { bool L_13 = V_0; return L_13; } } #ifdef __clang__ #pragma clang 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.IO.XmlHelper::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlHelper__ctor_m352314152 (XmlHelper_t449021294 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.IO.XmlHelper DMCore.Framework.IO.XmlHelper::GetInstance() extern "C" IL2CPP_METHOD_ATTR XmlHelper_t449021294 * XmlHelper_GetInstance_m4021113191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlHelper_GetInstance_m4021113191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlHelper_t449021294 * L_0 = ((XmlHelper_t449021294_StaticFields*)il2cpp_codegen_static_fields_for(XmlHelper_t449021294_il2cpp_TypeInfo_var))->get_instance_0(); if (L_0) { goto IL_0014; } } { XmlHelper_t449021294 * L_1 = (XmlHelper_t449021294 *)il2cpp_codegen_object_new(XmlHelper_t449021294_il2cpp_TypeInfo_var); XmlHelper__ctor_m352314152(L_1, /*hidden argument*/NULL); ((XmlHelper_t449021294_StaticFields*)il2cpp_codegen_static_fields_for(XmlHelper_t449021294_il2cpp_TypeInfo_var))->set_instance_0(L_1); } IL_0014: { XmlHelper_t449021294 * L_2 = ((XmlHelper_t449021294_StaticFields*)il2cpp_codegen_static_fields_for(XmlHelper_t449021294_il2cpp_TypeInfo_var))->get_instance_0(); return L_2; } } // System.Void DMCore.Framework.IO.XmlHelper::Create(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlHelper_Create_m1300516849 (XmlHelper_t449021294 * __this, String_t* ____path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlHelper_Create_m1300516849_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ____path0; FileStream_t4292183065 * L_1 = File_OpenWrite_m24069155(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_writeStream_2(L_1); FileStream_t4292183065 * L_2 = __this->get_writeStream_2(); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); XmlTextWriter_t2114213153 * L_4 = (XmlTextWriter_t2114213153 *)il2cpp_codegen_object_new(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); XmlTextWriter__ctor_m614698628(L_4, L_2, L_3, /*hidden argument*/NULL); __this->set_writer_3(L_4); XmlTextWriter_t2114213153 * L_5 = __this->get_writer_3(); NullCheck(L_5); XmlTextWriter_set_Formatting_m3746754038(L_5, 1, /*hidden argument*/NULL); XmlTextWriter_t2114213153 * L_6 = __this->get_writer_3(); NullCheck(L_6); VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_6); return; } } // System.Void DMCore.Framework.IO.XmlHelper::CreateRoot(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlHelper_CreateRoot_m757379726 (XmlHelper_t449021294 * __this, String_t* ____name0, const RuntimeMethod* method) { { XmlTextWriter_t2114213153 * L_0 = __this->get_writer_3(); String_t* L_1 = ____name0; NullCheck(L_0); XmlWriter_WriteStartElement_m1499083124(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.IO.XmlHelper::EndRoot() extern "C" IL2CPP_METHOD_ATTR void XmlHelper_EndRoot_m2472691819 (XmlHelper_t449021294 * __this, const RuntimeMethod* method) { { XmlTextWriter_t2114213153 * L_0 = __this->get_writer_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_0); return; } } // System.Void DMCore.Framework.IO.XmlHelper::CreateAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlHelper_CreateAttribute_m845905028 (XmlHelper_t449021294 * __this, String_t* ____name0, String_t* ____context1, const RuntimeMethod* method) { { XmlTextWriter_t2114213153 * L_0 = __this->get_writer_3(); String_t* L_1 = ____name0; String_t* L_2 = ____context1; NullCheck(L_0); XmlWriter_WriteAttributeString_m400667381(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.IO.XmlHelper::CloseWrite() extern "C" IL2CPP_METHOD_ATTR void XmlHelper_CloseWrite_m513781492 (XmlHelper_t449021294 * __this, const RuntimeMethod* method) { { XmlTextWriter_t2114213153 * L_0 = __this->get_writer_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteEndDocument() */, L_0); XmlTextWriter_t2114213153 * L_1 = __this->get_writer_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::Close() */, L_1); FileStream_t4292183065 * L_2 = __this->get_writeStream_2(); if (!L_2) { goto IL_002c; } } { FileStream_t4292183065 * L_3 = __this->get_writeStream_2(); NullCheck(L_3); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_3); } IL_002c: { return; } } // System.Void DMCore.Framework.IO.XmlHelper::Open(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlHelper_Open_m156628475 (XmlHelper_t449021294 * __this, String_t* ____path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlHelper_Open_m156628475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ____path0; FileStream_t4292183065 * L_1 = File_OpenRead_m2936789020(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_readStream_1(L_1); FileStream_t4292183065 * L_2 = __this->get_readStream_1(); XmlTextReader_t4233384356 * L_3 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m1484036832(L_3, L_2, /*hidden argument*/NULL); __this->set_reader_4(L_3); return; } } // System.Void DMCore.Framework.IO.XmlHelper::Open(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlHelper_Open_m3174849848 (XmlHelper_t449021294 * __this, Stream_t1273022909 * ____stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlHelper_Open_m3174849848_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ____stream0; XmlTextReader_t4233384356 * L_1 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m1484036832(L_1, L_0, /*hidden argument*/NULL); __this->set_reader_4(L_1); return; } } // System.Collections.Generic.List`1 DMCore.Framework.IO.XmlHelper::Read(System.String[]) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * XmlHelper_Read_m1109649717 (XmlHelper_t449021294 * __this, StringU5BU5D_t1281789340* ____keys0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlHelper_Read_m1109649717_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; { StringU5BU5D_t1281789340* L_0 = ____keys0; List_1_t3319525431 * L_1 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m864250344(L_1, (RuntimeObject*)(RuntimeObject*)L_0, /*hidden argument*/List_1__ctor_m864250344_RuntimeMethod_var); V_0 = L_1; List_1_t3319525431 * L_2 = V_0; List_1_t3319525431 * L_3 = XmlHelper_Read_m1683109498(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Collections.Generic.List`1 DMCore.Framework.IO.XmlHelper::Read(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * XmlHelper_Read_m1683109498 (XmlHelper_t449021294 * __this, List_1_t3319525431 * ____keyList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlHelper_Read_m1683109498_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; int32_t V_1 = 0; { List_1_t3319525431 * L_0 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_0, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_0; goto IL_009c; } IL_000b: { XmlReader_t3121518892 * L_1 = __this->get_reader_4(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_009c; } } { XmlReader_t3121518892 * L_3 = __this->get_reader_4(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlReader::get_HasAttributes() */, L_3); if (!L_4) { goto IL_009c; } } { XmlReader_t3121518892 * L_5 = __this->get_reader_4(); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_5, 0); List_1_t3319525431 * L_7 = ____keyList0; NullCheck(L_7); String_t* L_8 = List_1_get_Item_m3729392029(L_7, 0, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_009c; } } { List_1_t3319525431 * L_10 = ____keyList0; NullCheck(L_10); List_1_RemoveAt_m815285786(L_10, 0, /*hidden argument*/List_1_RemoveAt_m815285786_RuntimeMethod_var); List_1_t3319525431 * L_11 = ____keyList0; NullCheck(L_11); int32_t L_12 = List_1_get_Count_m2276455407(L_11, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0069; } } { List_1_t3319525431 * L_13 = ____keyList0; List_1_t3319525431 * L_14 = XmlHelper_Read_m1683109498(__this, L_13, /*hidden argument*/NULL); V_0 = L_14; goto IL_00ac; } IL_0069: { V_1 = 1; goto IL_0086; } IL_0070: { List_1_t3319525431 * L_15 = V_0; XmlReader_t3121518892 * L_16 = __this->get_reader_4(); int32_t L_17 = V_1; NullCheck(L_16); String_t* L_18 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_16, L_17); NullCheck(L_15); List_1_Add_m1685793073(L_15, L_18, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0086: { int32_t L_20 = V_1; XmlReader_t3121518892 * L_21 = __this->get_reader_4(); NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_21); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_0070; } } { goto IL_00ac; } IL_009c: { XmlReader_t3121518892 * L_23 = __this->get_reader_4(); NullCheck(L_23); bool L_24 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_23); if (L_24) { goto IL_000b; } } IL_00ac: { List_1_t3319525431 * L_25 = V_0; return L_25; } } // System.Void DMCore.Framework.IO.XmlHelper::CloseRead() extern "C" IL2CPP_METHOD_ATTR void XmlHelper_CloseRead_m1652373499 (XmlHelper_t449021294 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_0); FileStream_t4292183065 * L_1 = __this->get_readStream_1(); if (!L_1) { goto IL_0021; } } { FileStream_t4292183065 * L_2 = __this->get_readStream_1(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); } IL_0021: { 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.ITextBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITextBase__ctor_m91730659 (ITextBase_t660344599 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITextBase__ctor_m91730659_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t4177511560 * L_0 = (Dictionary_2_t4177511560 *)il2cpp_codegen_object_new(Dictionary_2_t4177511560_il2cpp_TypeInfo_var); Dictionary_2__ctor_m256458156(L_0, /*hidden argument*/Dictionary_2__ctor_m256458156_RuntimeMethod_var); __this->set_m_listCache_0(L_0); return; } } // System.Void DMCore.Framework.ITextBase::OnFailed() extern "C" IL2CPP_METHOD_ATTR void ITextBase_OnFailed_m3135708001 (ITextBase_t660344599 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Framework.ITextBase::IfOnlyLoadFromLocal() extern "C" IL2CPP_METHOD_ATTR bool ITextBase_IfOnlyLoadFromLocal_m226381668 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITextBase_IfOnlyLoadFromLocal_m226381668_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); bool L_0 = CNetServerConfig_IfAsQaVersion999_m4231909141(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return (bool)0; } IL_000c: { 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); bool L_2 = CNetServerConfig_IsValidProxy_m4030729817(L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean DMCore.Framework.ITextBase::IsReady() extern "C" IL2CPP_METHOD_ATTR bool ITextBase_IsReady_m2770456985 (ITextBase_t660344599 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITextBase_IsReady_m2770456985_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1836727039 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2280216431 V_1; memset(&V_1, 0, sizeof(V_1)); { 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_0019; } } { bool L_2 = ITextBase_IfOnlyLoadFromLocal_m226381668(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } IL_0019: { return (bool)1; } IL_001b: { Dictionary_2_t4177511560 * L_3 = __this->get_m_listCache_0(); NullCheck(L_3); Enumerator_t1836727039 L_4 = Dictionary_2_GetEnumerator_m2905099452(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m2905099452_RuntimeMethod_var); V_0 = L_4; goto IL_004c; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(CDependenceReadyManager_t857962078_il2cpp_TypeInfo_var); CDependenceReadyManager_t857962078 * L_5 = CDependenceReadyManager_GetInstance_m2910652453(NULL /*static, unused*/, /*hidden argument*/NULL); KeyValuePair_2_t2280216431 L_6 = Enumerator_get_Current_m136798511((&V_0), /*hidden argument*/Enumerator_get_Current_m136798511_RuntimeMethod_var); V_1 = L_6; String_t* L_7 = KeyValuePair_2_get_Key_m2727847612((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m2727847612_RuntimeMethod_var); NullCheck(L_5); bool L_8 = CDependenceReadyManager_IsTextReady_m1317022157(L_5, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_004c; } } { return (bool)0; } IL_004c: { bool L_9 = Enumerator_MoveNext_m693753400((&V_0), /*hidden argument*/Enumerator_MoveNext_m693753400_RuntimeMethod_var); if (L_9) { goto IL_002c; } } { return (bool)1; } } // System.Void DMCore.Framework.ITextBase::PushTask(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_PushTask_m2878137237 (ITextBase_t660344599 * __this, String_t* ___rowConfigPath0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITextBase_PushTask_m2878137237_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TextAsset_t3022178571 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_0 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___rowConfigPath0; NullCheck(L_0); String_t* L_2 = CLocalizationManager_GetLocalizePath_m3024801825(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); Object_t631007953 * L_5 = IResourceManager_CreateResource_m1279813597(L_3, L_4, (bool)0, /*hidden argument*/NULL); V_1 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_5, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_6 = V_1; 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_0037; } } { String_t* L_8 = V_0; int32_t L_9 = ___userData1; ITextBase_LoadFromLocal_m630482519(__this, L_8, L_9, /*hidden argument*/NULL); goto IL_0057; } IL_0037: { VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.ITextBase::Clear() */, __this); TextAsset_t3022178571 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = TextAsset_get_text_m2027878391(L_10, /*hidden argument*/NULL); int32_t L_12 = ___userData1; VirtFuncInvoker2< bool, String_t*, int32_t >::Invoke(7 /* System.Boolean DMCore.Framework.ITextBase::OnLoad(System.String,System.Int32) */, __this, L_11, L_12); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_13 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = V_0; NullCheck(L_13); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_13, L_14); } IL_0057: { return; } } // System.Void DMCore.Framework.ITextBase::OnTextReady(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_OnTextReady_m2637281245 (ITextBase_t660344599 * __this, String_t* ___resPath0, String_t* ___strTextVal1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITextBase_OnTextReady_m2637281245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strTextVal1; 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_0027; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___resPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2335315285, L_3, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_LogError_m609093992(L_2, L_4, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Framework.ITextBase::OnFailed() */, __this); return; } IL_0027: { VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.ITextBase::Clear() */, __this); String_t* L_5 = ___strTextVal1; int32_t L_6 = ___userData2; VirtFuncInvoker2< bool, String_t*, int32_t >::Invoke(7 /* System.Boolean DMCore.Framework.ITextBase::OnLoad(System.String,System.Int32) */, __this, L_5, L_6); return; } } // System.Void DMCore.Framework.ITextBase::LoadFromLocal(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_LoadFromLocal_m630482519 (ITextBase_t660344599 * __this, String_t* ___configPath0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITextBase_LoadFromLocal_m630482519_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; { String_t* L_0 = ___configPath0; Object_t631007953 * L_1 = Resources_Load_m3880010804(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_1, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0053; } } { TextAsset_t3022178571 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = TextAsset_get_text_m2027878391(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0048; } } { TextAsset_t3022178571 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = TextAsset_get_text_m2027878391(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0048; } } { VirtActionInvoker0::Invoke(5 /* System.Void DMCore.Framework.ITextBase::Clear() */, __this); TextAsset_t3022178571 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = TextAsset_get_text_m2027878391(L_9, /*hidden argument*/NULL); int32_t L_11 = ___userData1; VirtFuncInvoker2< bool, String_t*, int32_t >::Invoke(7 /* System.Boolean DMCore.Framework.ITextBase::OnLoad(System.String,System.Int32) */, __this, L_10, L_11); } IL_0048: { TextAsset_t3022178571 * L_12 = V_0; Resources_UnloadAsset_m4120664229(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); goto IL_0068; } IL_0053: { CLogHelp_t779629444 * L_13 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = ___configPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3483782828, L_14, /*hidden argument*/NULL); NullCheck(L_13); CLogHelp_LogError_m609093992(L_13, L_15, /*hidden argument*/NULL); } IL_0068: { return; } } // System.Boolean DMCore.Framework.ITextBase::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ITextBase_OnLoad_m3934643629 (ITextBase_t660344599 * __this, String_t* ___texVal0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITextBase_OnLoad_m3934643629_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringReader_t3465604688 * V_0 = NULL; XmlReaderSettings_t2186285234 * V_1 = NULL; XmlReader_t3121518892 * V_2 = NULL; XmlDocument_t2837193595 * V_3 = NULL; XmlElement_t561603118 * V_4 = NULL; bool V_5 = false; 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); XmlElement_t561603118 * G_B7_0 = NULL; { String_t* L_0 = ___texVal0; 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: try { // begin try (depth: 1) { String_t* L_2 = ___texVal0; StringReader_t3465604688 * L_3 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0014: try { // begin try (depth: 2) { XmlReaderSettings_t2186285234 * L_4 = (XmlReaderSettings_t2186285234 *)il2cpp_codegen_object_new(XmlReaderSettings_t2186285234_il2cpp_TypeInfo_var); XmlReaderSettings__ctor_m3137625896(L_4, /*hidden argument*/NULL); V_1 = L_4; XmlReaderSettings_t2186285234 * L_5 = V_1; NullCheck(L_5); XmlReaderSettings_set_IgnoreComments_m177113588(L_5, (bool)1, /*hidden argument*/NULL); XmlReaderSettings_t2186285234 * L_6 = V_1; NullCheck(L_6); XmlReaderSettings_set_IgnoreProcessingInstructions_m1384010313(L_6, (bool)1, /*hidden argument*/NULL); StringReader_t3465604688 * L_7 = V_0; XmlReaderSettings_t2186285234 * L_8 = V_1; XmlReader_t3121518892 * L_9 = XmlReader_Create_m2377285192(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; } IL_0030: try { // begin try (depth: 3) { XmlDocument_t2837193595 * L_10 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_10, /*hidden argument*/NULL); V_3 = L_10; XmlDocument_t2837193595 * L_11 = V_3; XmlReader_t3121518892 * L_12 = V_2; NullCheck(L_11); VirtActionInvoker1< XmlReader_t3121518892 * >::Invoke(62 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, L_11, L_12); XmlDocument_t2837193595 * L_13 = V_3; if (!L_13) { goto IL_0053; } } IL_0043: { XmlDocument_t2837193595 * L_14 = V_3; NullCheck(L_14); XmlNode_t3767805227 * L_15 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_14); G_B7_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_15, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0054; } IL_0053: { G_B7_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0054: { V_4 = G_B7_0; XmlElement_t561603118 * L_16 = V_4; if (L_16) { goto IL_006a; } } IL_005d: { XmlDocument_t2837193595 * L_17 = V_3; XmlElement_t561603118 * L_18 = CXMLHelper_GetXmlNodeByXpath_m2211338148(NULL /*static, unused*/, L_17, _stringLiteral2328036797, /*hidden argument*/NULL); V_4 = L_18; } IL_006a: { XmlElement_t561603118 * L_19 = V_4; int32_t L_20 = ___userData1; bool L_21 = VirtFuncInvoker2< bool, XmlElement_t561603118 *, int32_t >::Invoke(8 /* System.Boolean DMCore.Framework.ITextBase::OnLoad(System.Xml.XmlElement,System.Int32) */, __this, L_19, L_20); V_5 = L_21; IL2CPP_LEAVE(0xAE, FINALLY_007a); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: { // begin finally (depth: 3) { XmlReader_t3121518892 * L_22 = V_2; if (!L_22) { goto IL_0086; } } IL_0080: { XmlReader_t3121518892 * L_23 = V_2; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); } IL_0086: { IL2CPP_END_FINALLY(122) } } // end finally (depth: 3) IL2CPP_CLEANUP(122) { IL2CPP_END_CLEANUP(0xAE, FINALLY_0087); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0087; } FINALLY_0087: { // begin finally (depth: 2) { StringReader_t3465604688 * L_24 = V_0; if (!L_24) { goto IL_0093; } } IL_008d: { StringReader_t3465604688 * L_25 = V_0; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_25); } IL_0093: { IL2CPP_END_FINALLY(135) } } // end finally (depth: 2) IL2CPP_CLEANUP(135) { IL2CPP_JUMP_TBL(0xAE, IL_00ae) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // 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_0094; throw e; } CATCH_0094: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_26 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_27 = V_6; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_27); NullCheck(L_26); CLogHelp_LogFile_m4227814860(L_26, L_28, /*hidden argument*/NULL); goto IL_00ac; } // end catch (depth: 1) IL_00ac: { return (bool)0; } IL_00ae: { bool L_29 = V_5; return L_29; } } // System.Boolean DMCore.Framework.ITextBase::OnLoad(System.Xml.XmlElement,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ITextBase_OnLoad_m2745216005 (ITextBase_t660344599 * __this, XmlElement_t561603118 * ___rootNode0, int32_t ___userData1, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Level.CLevelManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLevelManager__ctor_m3146832440 (CLevelManager_t3077608201 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLevelManager__ctor_m3146832440_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_levelName_0(_stringLiteral2707269980); __this->set_m_bEnableAutoLoad_3((bool)0); __this->set_m_realLevelIndex_1(0); __this->set_m_levelLabor_2(0); 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_arrayLevel_4(L_0); Dictionary_2_t2736202052 * L_1 = __this->get_m_arrayLevel_4(); NullCheck(L_1); Dictionary_2_Add_m282647386(L_1, _stringLiteral2707269980, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLevelManager_GetInstance_m3233027795_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CLevelManager_t3077608201 * L_0 = ((CLevelManager_t3077608201_StaticFields*)il2cpp_codegen_static_fields_for(CLevelManager_t3077608201_il2cpp_TypeInfo_var))->get_s_Instance_5(); if (!L_0) { goto IL_0010; } } { CLevelManager_t3077608201 * L_1 = ((CLevelManager_t3077608201_StaticFields*)il2cpp_codegen_static_fields_for(CLevelManager_t3077608201_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_1; } IL_0010: { CLevelManager_t3077608201 * L_2 = (CLevelManager_t3077608201 *)il2cpp_codegen_object_new(CLevelManager_t3077608201_il2cpp_TypeInfo_var); CLevelManager__ctor_m3146832440(L_2, /*hidden argument*/NULL); ((CLevelManager_t3077608201_StaticFields*)il2cpp_codegen_static_fields_for(CLevelManager_t3077608201_il2cpp_TypeInfo_var))->set_s_Instance_5(L_2); CLevelManager_t3077608201 * L_3 = ((CLevelManager_t3077608201_StaticFields*)il2cpp_codegen_static_fields_for(CLevelManager_t3077608201_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_3; } } // System.Void DMCore.Framework.Level.CLevelManager::LoadLevel(System.String) extern "C" IL2CPP_METHOD_ATTR void CLevelManager_LoadLevel_m1400460863 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method) { { String_t* L_0 = ___levelName0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); __this->set_m_levelName_0(L_1); String_t* L_2 = __this->get_m_levelName_0(); DMGameInterface_OnLevelChange_m3757155238(NULL /*static, unused*/, L_2, (bool)0, /*hidden argument*/NULL); String_t* L_3 = __this->get_m_levelName_0(); String_t* L_4 = CLevelManager_ToRealLevelName_m856202090(__this, L_3, /*hidden argument*/NULL); SceneManager_LoadScene_m1758133949(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return; } } // UnityEngine.AsyncOperation DMCore.Framework.Level.CLevelManager::LoadLevelAsync(System.String) extern "C" IL2CPP_METHOD_ATTR AsyncOperation_t1445031843 * CLevelManager_LoadLevelAsync_m1849597316 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method) { { String_t* L_0 = ___levelName0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); __this->set_m_levelName_0(L_1); String_t* L_2 = __this->get_m_levelName_0(); DMGameInterface_OnLevelChange_m3757155238(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); String_t* L_3 = __this->get_m_levelName_0(); String_t* L_4 = CLevelManager_ToRealLevelName_m856202090(__this, L_3, /*hidden argument*/NULL); AsyncOperation_t1445031843 * L_5 = SceneManager_LoadSceneAsync_m18587237(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // 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) { int32_t G_B3_0 = 0; { String_t* L_0 = CLevelManager_get_loadedLevelName_m3475556526(__this, /*hidden argument*/NULL); String_t* L_1 = ___levelName0; NullCheck(L_0); int32_t L_2 = String_CompareTo_m3414379165(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { G_B3_0 = 1; goto IL_0018; } IL_0017: { G_B3_0 = 0; } IL_0018: { return (bool)G_B3_0; } } // System.Int32 DMCore.Framework.Level.CLevelManager::get_loadedLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CLevelManager_get_loadedLevel_m2450678457 (CLevelManager_t3077608201 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLevelManager_get_loadedLevel_m2450678457_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; Dictionary_2_t2736202052 * L_0 = __this->get_m_arrayLevel_4(); String_t* L_1 = __this->get_m_levelName_0(); NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1013208020(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_2) { goto IL_001c; } } { int32_t L_3 = V_0; return L_3; } IL_001c: { int32_t L_4 = __this->get_m_levelLabor_2(); __this->set_m_levelLabor_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); Dictionary_2_t2736202052 * L_5 = __this->get_m_arrayLevel_4(); String_t* L_6 = __this->get_m_levelName_0(); int32_t L_7 = __this->get_m_levelLabor_2(); NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); int32_t L_8 = __this->get_m_levelLabor_2(); return L_8; } } // System.String DMCore.Framework.Level.CLevelManager::get_loadedLevelName() extern "C" IL2CPP_METHOD_ATTR String_t* CLevelManager_get_loadedLevelName_m3475556526 (CLevelManager_t3077608201 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_levelName_0(); return L_0; } } // System.Boolean DMCore.Framework.Level.CLevelManager::get_EnableAutoLoad() extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_get_EnableAutoLoad_m572936603 (CLevelManager_t3077608201 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bEnableAutoLoad_3(); return L_0; } } // System.Void DMCore.Framework.Level.CLevelManager::set_EnableAutoLoad(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLevelManager_set_EnableAutoLoad_m1985546534 (CLevelManager_t3077608201 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_bEnableAutoLoad_3(L_0); return; } } // System.String DMCore.Framework.Level.CLevelManager::ToRealLevelName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CLevelManager_ToRealLevelName_m856202090 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLevelManager_ToRealLevelName_m856202090_MetadataUsageId); s_Il2CppMethodInitialized = true; } CLevelManager_t3077608201 * G_B6_0 = NULL; CLevelManager_t3077608201 * G_B5_0 = NULL; int32_t G_B7_0 = 0; CLevelManager_t3077608201 * G_B7_1 = NULL; { String_t* L_0 = ___levelName0; NullCheck(L_0); int32_t L_1 = String_CompareTo_m3414379165(L_0, _stringLiteral2707269980, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { CLevelManager_set_EnableAutoLoad_m1985546534(__this, (bool)0, /*hidden argument*/NULL); String_t* L_2 = ___levelName0; return L_2; } IL_0019: { CLevelManager_set_EnableAutoLoad_m1985546534(__this, (bool)1, /*hidden argument*/NULL); String_t* L_3 = ___levelName0; NullCheck(L_3); int32_t L_4 = String_CompareTo_m3414379165(L_3, _stringLiteral1305446639, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { String_t* L_5 = ___levelName0; return L_5; } IL_0032: { int32_t L_6 = __this->get_m_realLevelIndex_1(); G_B5_0 = __this; if (L_6) { G_B6_0 = __this; goto IL_0044; } } { G_B7_0 = 1; G_B7_1 = G_B5_0; goto IL_0045; } IL_0044: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_0045: { NullCheck(G_B7_1); G_B7_1->set_m_realLevelIndex_1(G_B7_0); int32_t L_7 = __this->get_m_realLevelIndex_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*/, _stringLiteral1171406421, L_9, /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Localization.CLabelStyleManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLabelStyleManager__ctor_m1681866358 (CLabelStyleManager_t54421615 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLabelStyleManager__ctor_m1681866358_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t871913418 * L_0 = (Dictionary_2_t871913418 *)il2cpp_codegen_object_new(Dictionary_2_t871913418_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2289134481(L_0, /*hidden argument*/Dictionary_2__ctor_m2289134481_RuntimeMethod_var); __this->set_m_LabelStyleLib_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral645584469, 0, /*hidden argument*/NULL); return; } } // DMCore.Framework.Localization.CLabelStyleManager DMCore.Framework.Localization.CLabelStyleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLabelStyleManager_t54421615 * CLabelStyleManager_GetInstance_m2873911034 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLabelStyleManager_GetInstance_m2873911034_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var); CLabelStyleManager_t54421615 * L_0 = ((CLabelStyleManager_t54421615_StaticFields*)il2cpp_codegen_static_fields_for(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (L_0) { goto IL_0014; } } { CLabelStyleManager_t54421615 * L_1 = (CLabelStyleManager_t54421615 *)il2cpp_codegen_object_new(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var); CLabelStyleManager__ctor_m1681866358(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var); ((CLabelStyleManager_t54421615_StaticFields*)il2cpp_codegen_static_fields_for(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var))->set_s_Instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var); CLabelStyleManager_t54421615 * L_2 = ((CLabelStyleManager_t54421615_StaticFields*)il2cpp_codegen_static_fields_for(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_2; } } // System.Boolean DMCore.Framework.Localization.CLabelStyleManager::ApplyStyle(UILabel,System.String) extern "C" IL2CPP_METHOD_ATTR bool CLabelStyleManager_ApplyStyle_m212105852 (CLabelStyleManager_t54421615 * __this, UILabel_t3248798549 * ___label0, String_t* ___styleID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLabelStyleManager_ApplyStyle_m212105852_MetadataUsageId); s_Il2CppMethodInitialized = true; } LabelSytleUnit_t1086657119 * V_0 = NULL; Color_t2555686324 V_1; memset(&V_1, 0, sizeof(V_1)); bool V_2 = false; int32_t G_B29_0 = 0; { UILabel_t3248798549 * L_0 = ___label0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { V_0 = (LabelSytleUnit_t1086657119 *)NULL; Dictionary_2_t871913418 * L_2 = __this->get_m_LabelStyleLib_1(); String_t* L_3 = ___styleID1; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m3215277717(L_2, L_3, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3215277717_RuntimeMethod_var); if (!L_4) { goto IL_0029; } } { LabelSytleUnit_t1086657119 * L_5 = V_0; if (L_5) { goto IL_002b; } } IL_0029: { return (bool)0; } IL_002b: { Color_t2555686324 L_6 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_6; UILabel_t3248798549 * L_7 = ___label0; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_9 = V_0; NullCheck(L_9); Vector3_t3722313464 * L_10 = L_9->get_address_of_positionOffset_0(); float L_11 = L_10->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_AdjustObjectPositionX_m3897727450(NULL /*static, unused*/, L_8, L_11, /*hidden argument*/NULL); UILabel_t3248798549 * L_12 = ___label0; NullCheck(L_12); GameObject_t1113636619 * L_13 = Component_get_gameObject_m442555142(L_12, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_14 = V_0; NullCheck(L_14); Vector3_t3722313464 * L_15 = L_14->get_address_of_positionOffset_0(); float L_16 = L_15->get_y_2(); CMiscHelp_AdjustObjectPositionY_m685230148(NULL /*static, unused*/, L_13, L_16, /*hidden argument*/NULL); UILabel_t3248798549 * L_17 = ___label0; NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_19 = V_0; NullCheck(L_19); Vector3_t3722313464 * L_20 = L_19->get_address_of_positionOffset_0(); float L_21 = L_20->get_z_3(); CMiscHelp_AdjustObjectPositionZ_m2083645021(NULL /*static, unused*/, L_18, L_21, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_22 = V_0; NullCheck(L_22); Vector3_t3722313464 * L_23 = L_22->get_address_of_newRotation_1(); float L_24 = L_23->get_x_1(); if ((!(((float)L_24) >= ((float)(0.0f))))) { goto IL_00cb; } } { LabelSytleUnit_t1086657119 * L_25 = V_0; NullCheck(L_25); Vector3_t3722313464 * L_26 = L_25->get_address_of_newRotation_1(); float L_27 = L_26->get_y_2(); if ((!(((float)L_27) >= ((float)(0.0f))))) { goto IL_00cb; } } { LabelSytleUnit_t1086657119 * L_28 = V_0; NullCheck(L_28); Vector3_t3722313464 * L_29 = L_28->get_address_of_newRotation_1(); float L_30 = L_29->get_z_3(); if ((!(((float)L_30) >= ((float)(0.0f))))) { goto IL_00cb; } } { UILabel_t3248798549 * L_31 = ___label0; NullCheck(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(L_31, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_33 = V_0; NullCheck(L_33); Vector3_t3722313464 L_34 = L_33->get_newRotation_1(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_35 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); NullCheck(L_32); Transform_set_localRotation_m19445462(L_32, L_35, /*hidden argument*/NULL); } IL_00cb: { LabelSytleUnit_t1086657119 * L_36 = V_0; NullCheck(L_36); Vector3_t3722313464 * L_37 = L_36->get_address_of_newScale_2(); float L_38 = L_37->get_x_1(); if ((!(((float)L_38) > ((float)(0.0f))))) { goto IL_00f7; } } { UILabel_t3248798549 * L_39 = ___label0; NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_41 = V_0; NullCheck(L_41); Vector3_t3722313464 * L_42 = L_41->get_address_of_newScale_2(); float L_43 = L_42->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectScaleX_m2969638982(NULL /*static, unused*/, L_40, L_43, /*hidden argument*/NULL); } IL_00f7: { LabelSytleUnit_t1086657119 * L_44 = V_0; NullCheck(L_44); Vector3_t3722313464 * L_45 = L_44->get_address_of_newScale_2(); float L_46 = L_45->get_y_2(); if ((!(((float)L_46) > ((float)(0.0f))))) { goto IL_0123; } } { UILabel_t3248798549 * L_47 = ___label0; NullCheck(L_47); GameObject_t1113636619 * L_48 = Component_get_gameObject_m442555142(L_47, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_49 = V_0; NullCheck(L_49); Vector3_t3722313464 * L_50 = L_49->get_address_of_newScale_2(); float L_51 = L_50->get_y_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectScaleY_m4232133456(NULL /*static, unused*/, L_48, L_51, /*hidden argument*/NULL); } IL_0123: { LabelSytleUnit_t1086657119 * L_52 = V_0; NullCheck(L_52); int32_t L_53 = L_52->get_lineWidth_3(); if ((((int32_t)L_53) < ((int32_t)0))) { goto IL_013b; } } { UILabel_t3248798549 * L_54 = ___label0; LabelSytleUnit_t1086657119 * L_55 = V_0; NullCheck(L_55); int32_t L_56 = L_55->get_lineWidth_3(); NullCheck(L_54); UILabel_set_lineWidth_m2640781412(L_54, L_56, /*hidden argument*/NULL); } IL_013b: { LabelSytleUnit_t1086657119 * L_57 = V_0; NullCheck(L_57); int32_t L_58 = L_57->get_lineCount_4(); if ((((int32_t)L_58) < ((int32_t)0))) { goto IL_0153; } } { UILabel_t3248798549 * L_59 = ___label0; LabelSytleUnit_t1086657119 * L_60 = V_0; NullCheck(L_60); int32_t L_61 = L_60->get_lineCount_4(); NullCheck(L_59); UILabel_set_maxLineCount_m651598083(L_59, L_61, /*hidden argument*/NULL); } IL_0153: { LabelSytleUnit_t1086657119 * L_62 = V_0; NullCheck(L_62); Vector2_t2156229523 * L_63 = L_62->get_address_of_spacing_5(); float L_64 = L_63->get_x_0(); if ((!(((float)L_64) >= ((float)(0.0f))))) { goto IL_017a; } } { UILabel_t3248798549 * L_65 = ___label0; LabelSytleUnit_t1086657119 * L_66 = V_0; NullCheck(L_66); Vector2_t2156229523 * L_67 = L_66->get_address_of_spacing_5(); float L_68 = L_67->get_x_0(); NullCheck(L_65); UILabel_set_spacingX_m430958632(L_65, (((int32_t)((int32_t)L_68))), /*hidden argument*/NULL); } IL_017a: { LabelSytleUnit_t1086657119 * L_69 = V_0; NullCheck(L_69); Vector2_t2156229523 * L_70 = L_69->get_address_of_spacing_5(); float L_71 = L_70->get_y_1(); if ((!(((float)L_71) >= ((float)(0.0f))))) { goto IL_01a1; } } { UILabel_t3248798549 * L_72 = ___label0; LabelSytleUnit_t1086657119 * L_73 = V_0; NullCheck(L_73); Vector2_t2156229523 * L_74 = L_73->get_address_of_spacing_5(); float L_75 = L_74->get_y_1(); NullCheck(L_72); UILabel_set_spacingY_m430724171(L_72, (((int32_t)((int32_t)L_75))), /*hidden argument*/NULL); } IL_01a1: { UILabel_t3248798549 * L_76 = ___label0; LabelSytleUnit_t1086657119 * L_77 = V_0; NullCheck(L_77); bool L_78 = L_77->get_supportEncoding_6(); NullCheck(L_76); UILabel_set_supportEncoding_m3054489616(L_76, L_78, /*hidden argument*/NULL); LabelSytleUnit_t1086657119 * L_79 = V_0; NullCheck(L_79); int32_t L_80 = L_79->get_effectStyle_7(); if ((((int32_t)L_80) < ((int32_t)0))) { goto IL_01d8; } } { LabelSytleUnit_t1086657119 * L_81 = V_0; LabelSytleUnit_t1086657119 * L_82 = V_0; NullCheck(L_82); int32_t L_83 = L_82->get_effectStyle_7(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_84 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_83, 0, 3, /*hidden argument*/NULL); NullCheck(L_81); L_81->set_effectStyle_7(L_84); UILabel_t3248798549 * L_85 = ___label0; LabelSytleUnit_t1086657119 * L_86 = V_0; NullCheck(L_86); int32_t L_87 = L_86->get_effectStyle_7(); NullCheck(L_85); UILabel_set_effectStyle_m2433098332(L_85, L_87, /*hidden argument*/NULL); } IL_01d8: { LabelSytleUnit_t1086657119 * L_88 = V_0; NullCheck(L_88); Vector4_t3319028937 L_89 = L_88->get_effectColor_8(); bool L_90 = CLabelStyleManager_ParseColor_m2645467611(__this, L_89, (&V_1), /*hidden argument*/NULL); if (!L_90) { goto IL_01f2; } } { UILabel_t3248798549 * L_91 = ___label0; Color_t2555686324 L_92 = V_1; NullCheck(L_91); UILabel_set_effectColor_m1422787121(L_91, L_92, /*hidden argument*/NULL); } IL_01f2: { LabelSytleUnit_t1086657119 * L_93 = V_0; NullCheck(L_93); Vector2_t2156229523 * L_94 = L_93->get_address_of_effectDistance_9(); float L_95 = L_94->get_x_0(); if ((((float)L_95) < ((float)(0.0f)))) { goto IL_021c; } } { LabelSytleUnit_t1086657119 * L_96 = V_0; NullCheck(L_96); Vector2_t2156229523 * L_97 = L_96->get_address_of_effectDistance_9(); float L_98 = L_97->get_y_1(); if ((!(((float)L_98) < ((float)(0.0f))))) { goto IL_0222; } } IL_021c: { G_B29_0 = 0; goto IL_0223; } IL_0222: { G_B29_0 = 1; } IL_0223: { V_2 = (bool)G_B29_0; bool L_99 = V_2; if (!L_99) { goto IL_0236; } } { UILabel_t3248798549 * L_100 = ___label0; LabelSytleUnit_t1086657119 * L_101 = V_0; NullCheck(L_101); Vector2_t2156229523 L_102 = L_101->get_effectDistance_9(); NullCheck(L_100); UILabel_set_effectDistance_m3693984075(L_100, L_102, /*hidden argument*/NULL); } IL_0236: { LabelSytleUnit_t1086657119 * L_103 = V_0; NullCheck(L_103); int32_t L_104 = L_103->get_insideEffectStyle_10(); if ((((int32_t)L_104) < ((int32_t)0))) { goto IL_0261; } } { LabelSytleUnit_t1086657119 * L_105 = V_0; LabelSytleUnit_t1086657119 * L_106 = V_0; NullCheck(L_106); int32_t L_107 = L_106->get_effectStyle_7(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_108 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_107, 0, 2, /*hidden argument*/NULL); NullCheck(L_105); L_105->set_insideEffectStyle_10(L_108); UILabel_t3248798549 * L_109 = ___label0; LabelSytleUnit_t1086657119 * L_110 = V_0; NullCheck(L_110); int32_t L_111 = L_110->get_insideEffectStyle_10(); NullCheck(L_109); UILabel_set_insideEffectStyle_m24353582(L_109, L_111, /*hidden argument*/NULL); } IL_0261: { LabelSytleUnit_t1086657119 * L_112 = V_0; NullCheck(L_112); Vector4_t3319028937 L_113 = L_112->get_insideEffectColor_11(); bool L_114 = CLabelStyleManager_ParseColor_m2645467611(__this, L_113, (&V_1), /*hidden argument*/NULL); if (!L_114) { goto IL_027b; } } { UILabel_t3248798549 * L_115 = ___label0; Color_t2555686324 L_116 = V_1; NullCheck(L_115); UILabel_set_insideEffectColor_m2584476992(L_115, L_116, /*hidden argument*/NULL); } IL_027b: { LabelSytleUnit_t1086657119 * L_117 = V_0; NullCheck(L_117); int32_t L_118 = L_117->get_pivot_12(); if ((((int32_t)L_118) < ((int32_t)0))) { goto IL_0293; } } { UILabel_t3248798549 * L_119 = ___label0; LabelSytleUnit_t1086657119 * L_120 = V_0; NullCheck(L_120); int32_t L_121 = L_120->get_pivot_12(); NullCheck(L_119); UIWidget_set_pivot_m951060879(L_119, L_121, /*hidden argument*/NULL); } IL_0293: { LabelSytleUnit_t1086657119 * L_122 = V_0; NullCheck(L_122); Vector4_t3319028937 L_123 = L_122->get_textColor_13(); bool L_124 = CLabelStyleManager_ParseColor_m2645467611(__this, L_123, (&V_1), /*hidden argument*/NULL); if (!L_124) { goto IL_02ad; } } { UILabel_t3248798549 * L_125 = ___label0; Color_t2555686324 L_126 = V_1; NullCheck(L_125); UIWidget_set_color_m2288988844(L_125, L_126, /*hidden argument*/NULL); } IL_02ad: { return (bool)1; } } // System.Void DMCore.Framework.Localization.CLabelStyleManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CLabelStyleManager_Clear_m727114268 (CLabelStyleManager_t54421615 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLabelStyleManager_Clear_m727114268_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t871913418 * L_0 = __this->get_m_LabelStyleLib_1(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t871913418 * L_1 = __this->get_m_LabelStyleLib_1(); NullCheck(L_1); Dictionary_2_Clear_m3371162912(L_1, /*hidden argument*/Dictionary_2_Clear_m3371162912_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean DMCore.Framework.Localization.CLabelStyleManager::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CLabelStyleManager_OnLoad_m939651947 (CLabelStyleManager_t54421615 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLabelStyleManager_OnLoad_m939651947_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlElement_t561603118 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; String_t* V_6 = NULL; LabelSytleUnit_t1086657119 * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNodeList_t2551693786 * G_B6_0 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = (XmlNodeList_t2551693786 *)NULL; XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_1 = L_0; XmlDocument_t2837193595 * L_1 = V_1; if (!L_1) { goto IL_0046; } } IL_000e: { XmlDocument_t2837193595 * L_2 = V_1; String_t* L_3 = ___texAsset0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_2, L_3); XmlDocument_t2837193595 * L_4 = V_1; 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)); XmlElement_t561603118 * L_6 = V_2; if (L_6) { goto IL_0033; } } IL_0027: { XmlDocument_t2837193595 * L_7 = V_1; XmlElement_t561603118 * L_8 = CXMLHelper_GetXmlNodeByXpath_m2211338148(NULL /*static, unused*/, L_7, _stringLiteral2328036797, /*hidden argument*/NULL); V_2 = L_8; } IL_0033: { XmlElement_t561603118 * L_9 = V_2; if (!L_9) { goto IL_0044; } } IL_0039: { XmlElement_t561603118 * L_10 = V_2; NullCheck(L_10); XmlNodeList_t2551693786 * L_11 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_10); G_B6_0 = L_11; goto IL_0045; } IL_0044: { G_B6_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0045: { V_0 = G_B6_0; } IL_0046: { XmlNodeList_t2551693786 * L_12 = V_0; if (L_12) { goto IL_0053; } } IL_004c: { V_3 = (bool)0; goto IL_00fc; } IL_0053: { V_4 = 0; goto IL_00c4; } IL_005b: { XmlNodeList_t2551693786 * L_13 = V_0; int32_t L_14 = V_4; NullCheck(L_13); XmlNode_t3767805227 * L_15 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_13, L_14); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_15, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_16 = V_5; if (L_16) { goto IL_0076; } } IL_0071: { goto IL_00be; } IL_0076: { XmlElement_t561603118 * L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_19 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_17, _stringLiteral3454449607, L_18, /*hidden argument*/NULL); V_6 = L_19; String_t* L_20 = V_6; bool L_21 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_009a; } } IL_0095: { goto IL_00be; } IL_009a: { LabelSytleUnit_t1086657119 * L_22 = (LabelSytleUnit_t1086657119 *)il2cpp_codegen_object_new(LabelSytleUnit_t1086657119_il2cpp_TypeInfo_var); LabelSytleUnit__ctor_m1568991344(L_22, /*hidden argument*/NULL); V_7 = L_22; LabelSytleUnit_t1086657119 * L_23 = V_7; XmlElement_t561603118 * L_24 = V_5; NullCheck(L_23); bool L_25 = LabelSytleUnit_DeserialFromXml_m1363753270(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00be; } } IL_00af: { Dictionary_2_t871913418 * L_26 = __this->get_m_LabelStyleLib_1(); String_t* L_27 = V_6; LabelSytleUnit_t1086657119 * L_28 = V_7; NullCheck(L_26); Dictionary_2_set_Item_m665748505(L_26, L_27, L_28, /*hidden argument*/Dictionary_2_set_Item_m665748505_RuntimeMethod_var); } IL_00be: { int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c4: { int32_t L_30 = V_4; XmlNodeList_t2551693786 * L_31 = V_0; NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_31); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_005b; } } IL_00d1: { goto IL_00fa; } } // 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_00d6; throw e; } CATCH_00d6: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); Exception_t * L_33 = V_8; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); CLogHelp_t779629444 * L_35 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_36 = V_8; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36); NullCheck(L_35); CLogHelp_LogFile_m4227814860(L_35, L_37, /*hidden argument*/NULL); goto IL_00fa; } // end catch (depth: 1) IL_00fa: { return (bool)1; } IL_00fc: { bool L_38 = V_3; return L_38; } } // System.Boolean DMCore.Framework.Localization.CLabelStyleManager::ParseColor(UnityEngine.Vector4,UnityEngine.Color&) extern "C" IL2CPP_METHOD_ATTR bool CLabelStyleManager_ParseColor_m2645467611 (CLabelStyleManager_t54421615 * __this, Vector4_t3319028937 ___v4Color0, Color_t2555686324 * ___finalVal1, const RuntimeMethod* method) { { float L_0 = (&___v4Color0)->get_x_1(); if ((((float)L_0) < ((float)(0.0f)))) { goto IL_0044; } } { float L_1 = (&___v4Color0)->get_y_2(); if ((((float)L_1) < ((float)(0.0f)))) { goto IL_0044; } } { float L_2 = (&___v4Color0)->get_z_3(); if ((((float)L_2) < ((float)(0.0f)))) { goto IL_0044; } } { float L_3 = (&___v4Color0)->get_w_4(); if ((!(((float)L_3) < ((float)(0.0f))))) { goto IL_0046; } } IL_0044: { return (bool)0; } IL_0046: { Color_t2555686324 * L_4 = ___finalVal1; float L_5 = (&___v4Color0)->get_x_1(); L_4->set_r_0(((float)((float)L_5/(float)(255.0f)))); Color_t2555686324 * L_6 = ___finalVal1; float L_7 = (&___v4Color0)->get_y_2(); L_6->set_g_1(((float)((float)L_7/(float)(255.0f)))); Color_t2555686324 * L_8 = ___finalVal1; float L_9 = (&___v4Color0)->get_z_3(); L_8->set_b_2(((float)((float)L_9/(float)(255.0f)))); Color_t2555686324 * L_10 = ___finalVal1; float L_11 = (&___v4Color0)->get_w_4(); L_10->set_a_3(((float)((float)L_11/(float)(255.0f)))); return (bool)1; } } // System.Void DMCore.Framework.Localization.CLabelStyleManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CLabelStyleManager__cctor_m2170479447 (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.Localization.CLocalizationManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLocalizationManager__ctor_m3554790541 (CLocalizationManager_t2604768345 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalizationManager_t2604768345 * CLocalizationManager_GetInstance_m2075678818 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocalizationManager_GetInstance_m2075678818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_0 = ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (L_0) { goto IL_0014; } } { CLocalizationManager_t2604768345 * L_1 = (CLocalizationManager_t2604768345 *)il2cpp_codegen_object_new(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager__ctor_m3554790541(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->set_s_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_2 = ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_2; } } // System.String DMCore.Framework.Localization.CLocalizationManager::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CLocalizationManager_GetLocalizePath_m3024801825 (CLocalizationManager_t2604768345 * __this, String_t* ___nonLocalizedPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocalizationManager_GetLocalizePath_m3024801825_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* G_B7_0 = NULL; { String_t* L_0 = ___nonLocalizedPath0; 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; } } { String_t* L_2 = ___nonLocalizedPath0; return L_2; } IL_000d: { String_t* L_3 = ___nonLocalizedPath0; NullCheck(L_3); String_t* L_4 = String_Replace_m3726209165(L_3, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); ___nonLocalizedPath0 = L_4; IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); String_t* L_5 = CLocalizationManager_get_currentLanguage_m1181367869(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*/, _stringLiteral46579651, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___nonLocalizedPath0; NullCheck(L_7); bool L_8 = String_StartsWith_m1759067526(L_7, _stringLiteral3452614529, /*hidden argument*/NULL); if (L_8) { goto IL_0045; } } { String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, _stringLiteral3452614529, /*hidden argument*/NULL); V_0 = L_10; } IL_0045: { String_t* L_11 = ___nonLocalizedPath0; String_t* L_12 = V_0; NullCheck(L_11); int32_t L_13 = String_IndexOf_m1977622757(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; int32_t L_14 = V_1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0060; } } { String_t* L_15 = V_0; String_t* L_16 = ___nonLocalizedPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); G_B7_0 = L_17; goto IL_0061; } IL_0060: { String_t* L_18 = ___nonLocalizedPath0; G_B7_0 = L_18; } IL_0061: { return G_B7_0; } } // System.Void DMCore.Framework.Localization.CLocalizationManager::LocalizeUIAtlas(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CLocalizationManager_LocalizeUIAtlas_m1032562724 (CLocalizationManager_t2604768345 * __this, String_t* ___pathAtlas0, String_t* ___pathTextureRes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocalizationManager_LocalizeUIAtlas_m1032562724_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; UIAtlas_t3195533529 * V_1 = NULL; String_t* V_2 = NULL; Texture_t3661962703 * V_3 = NULL; String_t* V_4 = NULL; Material_t340375123 * V_5 = NULL; UIAtlas_t3195533529 * G_B6_0 = NULL; String_t* G_B15_0 = NULL; { String_t* L_0 = ___pathAtlas0; 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 = ___pathTextureRes1; 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: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___pathAtlas0; NullCheck(L_4); GameObject_t1113636619 * L_6 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_4, L_5); V_0 = L_6; GameObject_t1113636619 * 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_003a; } } { GameObject_t1113636619 * L_9 = V_0; NullCheck(L_9); UIAtlas_t3195533529 * L_10 = GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(L_9, /*hidden argument*/GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var); G_B6_0 = L_10; goto IL_003b; } IL_003a: { G_B6_0 = ((UIAtlas_t3195533529 *)(NULL)); } IL_003b: { V_1 = G_B6_0; GameObject_t1113636619 * L_11 = V_0; 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_0049; } } { return; } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_13 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_13) { goto IL_0065; } } { UIAtlas_t3195533529 * L_14 = V_1; NullCheck(L_14); Texture_t3661962703 * L_15 = UIAtlas_get_texture_m1115131669(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0065; } } { return; } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_17 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_18 = ___pathTextureRes1; NullCheck(L_17); String_t* L_19 = CLocalizationManager_GetLocalizePath_m3024801825(L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; IResourceManager_t3165642952 * L_20 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_21 = V_2; NullCheck(L_20); Object_t631007953 * L_22 = IResourceManager_CreateResource_m1279813597(L_20, L_21, (bool)0, /*hidden argument*/NULL); V_3 = ((Texture_t3661962703 *)IsInstClass((RuntimeObject*)L_22, Texture_t3661962703_il2cpp_TypeInfo_var)); Texture_t3661962703 * L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00da; } } { UIAtlas_t3195533529 * L_25 = V_1; NullCheck(L_25); Material_t340375123 * L_26 = UIAtlas_get_spriteMaterial_m3532664059(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00b5; } } { UIAtlas_t3195533529 * L_28 = V_1; 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); G_B15_0 = L_31; goto IL_00ba; } IL_00b5: { G_B15_0 = _stringLiteral2612914184; } IL_00ba: { V_4 = G_B15_0; String_t* L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CShaderHelp_t3448475262_il2cpp_TypeInfo_var); Shader_t4151988712 * L_33 = CShaderHelp_FindShader_m3868927619(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); Material_t340375123 * L_34 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m1662457592(L_34, L_33, /*hidden argument*/NULL); V_5 = L_34; Material_t340375123 * L_35 = V_5; Texture_t3661962703 * L_36 = V_3; NullCheck(L_35); Material_set_mainTexture_m544811714(L_35, L_36, /*hidden argument*/NULL); UIAtlas_t3195533529 * L_37 = V_1; Material_t340375123 * L_38 = V_5; NullCheck(L_37); UIAtlas_SetRuntimeMat_m324385350(L_37, L_38, /*hidden argument*/NULL); } IL_00da: { return; } } // System.String DMCore.Framework.Localization.CLocalizationManager::get_currentLanguage() extern "C" IL2CPP_METHOD_ATTR String_t* CLocalizationManager_get_currentLanguage_m1181367869 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocalizationManager_get_currentLanguage_m1181367869_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); String_t* L_0 = ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->get_s_CurrentLanguage_0(); return L_0; } } // System.Void DMCore.Framework.Localization.CLocalizationManager::set_currentLanguage(System.String) extern "C" IL2CPP_METHOD_ATTR void CLocalizationManager_set_currentLanguage_m2292775960 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocalizationManager_set_currentLanguage_m2292775960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); String_t* L_1 = ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->get_s_CurrentLanguage_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { String_t* L_3 = ___value0; 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_0035; } } { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->set_s_CurrentLanguage_0(L_5); IL2CPP_RUNTIME_CLASS_INIT(CGameSetting_t2678036671_il2cpp_TypeInfo_var); CGameSetting_t2678036671 * L_6 = CGameSetting_GetInstance_m804447900(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->get_s_CurrentLanguage_0(); NullCheck(L_6); CGameSetting_ResetValue_m3589507437(L_6, _stringLiteral715407972, L_7, /*hidden argument*/NULL); } IL_0035: { return; } } // System.Void DMCore.Framework.Localization.CLocalizationManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CLocalizationManager__cctor_m1882376560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocalizationManager__cctor_m1882376560_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CLocalizationManager_t2604768345_StaticFields*)il2cpp_codegen_static_fields_for(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var))->set_s_CurrentLanguage_0(_stringLiteral2057260601); 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.Localization.CUITextConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUITextConfig__ctor_m3892850504 (CUITextConfig_t2592370463 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig__ctor_m3892850504_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t538876318 * L_0 = (Dictionary_2_t538876318 *)il2cpp_codegen_object_new(Dictionary_2_t538876318_il2cpp_TypeInfo_var); Dictionary_2__ctor_m250374430(L_0, /*hidden argument*/Dictionary_2__ctor_m250374430_RuntimeMethod_var); __this->set_m_PageTextLib_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var); CLabelStyleManager_GetInstance_m2873911034(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUITextConfig_t2592370463_il2cpp_TypeInfo_var); String_t* L_1 = ((CUITextConfig_t2592370463_StaticFields*)il2cpp_codegen_static_fields_for(CUITextConfig_t2592370463_il2cpp_TypeInfo_var))->get_s_ConfigFile_2(); ITextBase_PushTask_m2878137237(__this, L_1, 0, /*hidden argument*/NULL); return; } } // DMCore.Framework.Localization.CUITextConfig DMCore.Framework.Localization.CUITextConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUITextConfig_t2592370463 * CUITextConfig_GetInstance_m3305378605 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig_GetInstance_m3305378605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUITextConfig_t2592370463_il2cpp_TypeInfo_var); CUITextConfig_t2592370463 * L_0 = ((CUITextConfig_t2592370463_StaticFields*)il2cpp_codegen_static_fields_for(CUITextConfig_t2592370463_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (L_0) { goto IL_0014; } } { CUITextConfig_t2592370463 * L_1 = (CUITextConfig_t2592370463 *)il2cpp_codegen_object_new(CUITextConfig_t2592370463_il2cpp_TypeInfo_var); CUITextConfig__ctor_m3892850504(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUITextConfig_t2592370463_il2cpp_TypeInfo_var); ((CUITextConfig_t2592370463_StaticFields*)il2cpp_codegen_static_fields_for(CUITextConfig_t2592370463_il2cpp_TypeInfo_var))->set_s_Instance_3(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CUITextConfig_t2592370463_il2cpp_TypeInfo_var); CUITextConfig_t2592370463 * L_2 = ((CUITextConfig_t2592370463_StaticFields*)il2cpp_codegen_static_fields_for(CUITextConfig_t2592370463_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_2; } } // System.Void DMCore.Framework.Localization.CUITextConfig::InitPageTextByPath(System.String,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CUITextConfig_InitPageTextByPath_m738306958 (CUITextConfig_t2592370463 * __this, String_t* ___page_path0, GameObject_t1113636619 * ___goInstance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig_InitPageTextByPath_m738306958_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPageText_t753620019 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; UITextUnit_t262570062 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; UILabel_t3248798549 * V_5 = NULL; UILabel_t3248798549 * G_B6_0 = NULL; { String_t* L_0 = ___page_path0; UIPageText_t753620019 * L_1 = CUITextConfig_GetPageText_m16036593(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; UIPageText_t753620019 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return; } IL_000f: { V_1 = 0; UIPageText_t753620019 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = UIPageText_GetTextUnitCount_m3419630488(L_3, /*hidden argument*/NULL); V_2 = L_4; goto IL_0094; } IL_001d: { UIPageText_t753620019 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); UITextUnit_t262570062 * L_7 = UIPageText_GetTextUnitByIndex_m515290438(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; GameObject_t1113636619 * L_8 = ___goInstance1; NullCheck(L_8); Transform_t3600365921 * L_9 = GameObject_get_transform_m1369836730(L_8, /*hidden argument*/NULL); UITextUnit_t262570062 * L_10 = V_3; NullCheck(L_10); String_t* L_11 = L_10->get_HierarchyPath_0(); NullCheck(L_9); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_9, L_11, /*hidden argument*/NULL); V_4 = L_12; Transform_t3600365921 * L_13 = V_4; 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_0051; } } { Transform_t3600365921 * L_15 = V_4; NullCheck(L_15); UILabel_t3248798549 * L_16 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_15, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); G_B6_0 = L_16; goto IL_0052; } IL_0051: { G_B6_0 = ((UILabel_t3248798549 *)(NULL)); } IL_0052: { V_5 = G_B6_0; UILabel_t3248798549 * L_17 = V_5; 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_0066; } } { goto IL_0090; } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(CLabelStyleManager_t54421615_il2cpp_TypeInfo_var); CLabelStyleManager_t54421615 * L_19 = CLabelStyleManager_GetInstance_m2873911034(NULL /*static, unused*/, /*hidden argument*/NULL); UILabel_t3248798549 * L_20 = V_5; UITextUnit_t262570062 * L_21 = V_3; NullCheck(L_21); String_t* L_22 = L_21->get_FormatID_2(); NullCheck(L_19); CLabelStyleManager_ApplyStyle_m212105852(L_19, L_20, L_22, /*hidden argument*/NULL); UILabel_t3248798549 * L_23 = V_5; CTextHelp_t3119637808 * L_24 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); UITextUnit_t262570062 * L_25 = V_3; NullCheck(L_25); String_t* L_26 = L_25->get_Text_1(); NullCheck(L_24); String_t* L_27 = CTextHelp_GetTextFromLocal_m785307230(L_24, L_26, /*hidden argument*/NULL); NullCheck(L_23); UILabel_set_text_m1071532778(L_23, L_27, /*hidden argument*/NULL); } IL_0090: { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0094: { int32_t L_29 = V_1; int32_t L_30 = V_2; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_001d; } } { return; } } // DMCore.Framework.Localization.UIPageText DMCore.Framework.Localization.CUITextConfig::GetPageText(System.String) extern "C" IL2CPP_METHOD_ATTR UIPageText_t753620019 * CUITextConfig_GetPageText_m16036593 (CUITextConfig_t2592370463 * __this, String_t* ___page_path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig_GetPageText_m16036593_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPageText_t753620019 * V_0 = NULL; { String_t* L_0 = ___page_path0; String_t* L_1 = CUITextConfig_FormatResPath_m1479822902(__this, L_0, /*hidden argument*/NULL); ___page_path0 = L_1; String_t* L_2 = ___page_path0; 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_0016; } } { return (UIPageText_t753620019 *)NULL; } IL_0016: { V_0 = (UIPageText_t753620019 *)NULL; Dictionary_2_t538876318 * L_4 = __this->get_m_PageTextLib_1(); String_t* L_5 = ___page_path0; NullCheck(L_4); Dictionary_2_TryGetValue_m1311146645(L_4, L_5, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1311146645_RuntimeMethod_var); UIPageText_t753620019 * L_6 = V_0; return L_6; } } // System.Void DMCore.Framework.Localization.CUITextConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void CUITextConfig_Clear_m3585962041 (CUITextConfig_t2592370463 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig_Clear_m3585962041_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t538876318 * L_0 = __this->get_m_PageTextLib_1(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t538876318 * L_1 = __this->get_m_PageTextLib_1(); NullCheck(L_1); Dictionary_2_Clear_m3941055005(L_1, /*hidden argument*/Dictionary_2_Clear_m3941055005_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean DMCore.Framework.Localization.CUITextConfig::OnLoad(System.Xml.XmlElement,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CUITextConfig_OnLoad_m772037488 (CUITextConfig_t2592370463 * __this, XmlElement_t561603118 * ___root0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig_OnLoad_m772037488_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; XmlNodeList_t2551693786 * V_5 = NULL; UIPageText_t753620019 * V_6 = NULL; String_t* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; XmlElement_t561603118 * V_10 = NULL; UITextUnit_t262570062 * V_11 = NULL; Exception_t * V_12 = 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_B3_0 = NULL; UIPageText_t753620019 * G_B8_0 = NULL; UIPageText_t753620019 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; UIPageText_t753620019 * G_B9_1 = NULL; String_t* G_B12_0 = NULL; UITextUnit_t262570062 * G_B17_0 = NULL; UITextUnit_t262570062 * G_B16_0 = NULL; String_t* G_B18_0 = NULL; UITextUnit_t262570062 * G_B18_1 = NULL; UITextUnit_t262570062 * G_B20_0 = NULL; UITextUnit_t262570062 * G_B19_0 = NULL; String_t* G_B21_0 = NULL; UITextUnit_t262570062 * G_B21_1 = NULL; UITextUnit_t262570062 * G_B23_0 = NULL; UITextUnit_t262570062 * G_B22_0 = NULL; String_t* G_B24_0 = NULL; UITextUnit_t262570062 * G_B24_1 = NULL; IL_0000: try { // begin try (depth: 1) { XmlElement_t561603118 * L_0 = ___root0; if (!L_0) { goto IL_0011; } } IL_0006: { XmlElement_t561603118 * 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_0020; } } IL_0019: { V_1 = (bool)0; goto IL_01e4; } IL_0020: { V_2 = 0; XmlNodeList_t2551693786 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_4); V_3 = L_5; goto IL_01be; } IL_002e: { XmlNodeList_t2551693786 * L_6 = V_0; int32_t L_7 = V_2; 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_4 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_9 = V_4; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_5 = L_10; UIPageText_t753620019 * L_11 = (UIPageText_t753620019 *)il2cpp_codegen_object_new(UIPageText_t753620019_il2cpp_TypeInfo_var); UIPageText__ctor_m2403696681(L_11, /*hidden argument*/NULL); V_6 = L_11; UIPageText_t753620019 * L_12 = V_6; XmlElement_t561603118 * L_13 = V_4; NullCheck(L_13); bool L_14 = VirtFuncInvoker1< bool, String_t* >::Invoke(46 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_13, _stringLiteral76564998); G_B7_0 = L_12; if (!L_14) { G_B8_0 = L_12; goto IL_0075; } } IL_005f: { XmlElement_t561603118 * L_15 = V_4; 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(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_17 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_15, _stringLiteral76564998, L_16, /*hidden argument*/NULL); G_B9_0 = L_17; G_B9_1 = G_B7_0; goto IL_007a; } IL_0075: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B9_0 = L_18; G_B9_1 = G_B8_0; } IL_007a: { NullCheck(G_B9_1); G_B9_1->set_GUID_0(G_B9_0); XmlElement_t561603118 * L_19 = V_4; NullCheck(L_19); bool L_20 = VirtFuncInvoker1< bool, String_t* >::Invoke(46 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_19, _stringLiteral1610285846); if (!L_20) { goto IL_00a6; } } IL_0090: { XmlElement_t561603118 * L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_23 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_21, _stringLiteral1610285846, L_22, /*hidden argument*/NULL); G_B12_0 = L_23; goto IL_00ab; } IL_00a6: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B12_0 = L_24; } IL_00ab: { V_7 = G_B12_0; UIPageText_t753620019 * L_25 = V_6; String_t* L_26 = V_7; String_t* L_27 = CUITextConfig_FormatResPath_m1479822902(__this, L_26, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_Path_1(L_27); V_8 = 0; XmlNodeList_t2551693786 * L_28 = V_5; NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_28); V_9 = L_29; goto IL_019d; } IL_00cd: { XmlNodeList_t2551693786 * L_30 = V_5; int32_t L_31 = V_8; NullCheck(L_30); XmlNode_t3767805227 * L_32 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_30, L_31); V_10 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_32, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_33 = V_10; if (L_33) { goto IL_00e9; } } IL_00e4: { goto IL_0197; } IL_00e9: { UITextUnit_t262570062 * L_34 = (UITextUnit_t262570062 *)il2cpp_codegen_object_new(UITextUnit_t262570062_il2cpp_TypeInfo_var); UITextUnit__ctor_m2859361723(L_34, /*hidden argument*/NULL); V_11 = L_34; UITextUnit_t262570062 * L_35 = V_11; XmlElement_t561603118 * L_36 = V_10; NullCheck(L_36); bool L_37 = VirtFuncInvoker1< bool, String_t* >::Invoke(46 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_36, _stringLiteral1610285846); G_B16_0 = L_35; if (!L_37) { G_B17_0 = L_35; goto IL_0119; } } IL_0103: { XmlElement_t561603118 * L_38 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = ((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_40 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_38, _stringLiteral1610285846, L_39, /*hidden argument*/NULL); G_B18_0 = L_40; G_B18_1 = G_B16_0; goto IL_011e; } IL_0119: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B18_0 = L_41; G_B18_1 = G_B17_0; } IL_011e: { NullCheck(G_B18_1); G_B18_1->set_HierarchyPath_0(G_B18_0); UITextUnit_t262570062 * L_42 = V_11; XmlElement_t561603118 * L_43 = V_10; NullCheck(L_43); bool L_44 = VirtFuncInvoker1< bool, String_t* >::Invoke(46 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_43, _stringLiteral3987835854); G_B19_0 = L_42; if (!L_44) { G_B20_0 = L_42; goto IL_014c; } } IL_0136: { XmlElement_t561603118 * L_45 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = ((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_47 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_45, _stringLiteral3987835854, L_46, /*hidden argument*/NULL); G_B21_0 = L_47; G_B21_1 = G_B19_0; goto IL_0151; } IL_014c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B21_0 = L_48; G_B21_1 = G_B20_0; } IL_0151: { NullCheck(G_B21_1); G_B21_1->set_Text_1(G_B21_0); UITextUnit_t262570062 * L_49 = V_11; XmlElement_t561603118 * L_50 = V_10; NullCheck(L_50); bool L_51 = VirtFuncInvoker1< bool, String_t* >::Invoke(46 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_50, _stringLiteral71443743); G_B22_0 = L_49; if (!L_51) { G_B23_0 = L_49; goto IL_017f; } } IL_0169: { XmlElement_t561603118 * L_52 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_54 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_52, _stringLiteral71443743, L_53, /*hidden argument*/NULL); G_B24_0 = L_54; G_B24_1 = G_B22_0; goto IL_0184; } IL_017f: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_55 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B24_0 = L_55; G_B24_1 = G_B23_0; } IL_0184: { NullCheck(G_B24_1); G_B24_1->set_FormatID_2(G_B24_0); UIPageText_t753620019 * L_56 = V_6; NullCheck(L_56); List_1_t1734644804 * L_57 = L_56->get_ItemList_2(); UITextUnit_t262570062 * L_58 = V_11; NullCheck(L_57); List_1_Add_m2337666948(L_57, L_58, /*hidden argument*/List_1_Add_m2337666948_RuntimeMethod_var); } IL_0197: { int32_t L_59 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_019d: { int32_t L_60 = V_8; int32_t L_61 = V_9; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00cd; } } IL_01a6: { Dictionary_2_t538876318 * L_62 = __this->get_m_PageTextLib_1(); UIPageText_t753620019 * L_63 = V_6; NullCheck(L_63); String_t* L_64 = L_63->get_Path_1(); UIPageText_t753620019 * L_65 = V_6; NullCheck(L_62); Dictionary_2_set_Item_m1507162852(L_62, L_64, L_65, /*hidden argument*/Dictionary_2_set_Item_m1507162852_RuntimeMethod_var); int32_t L_66 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_01be: { int32_t L_67 = V_2; int32_t L_68 = V_3; if ((((int32_t)L_67) < ((int32_t)L_68))) { goto IL_002e; } } IL_01c5: { goto IL_01e2; } } // 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_01ca; throw e; } CATCH_01ca: { // begin catch(System.Exception) V_12 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_69 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_70 = V_12; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_70); NullCheck(L_69); CLogHelp_LogFile_m4227814860(L_69, L_71, /*hidden argument*/NULL); goto IL_01e2; } // end catch (depth: 1) IL_01e2: { return (bool)1; } IL_01e4: { bool L_72 = V_1; return L_72; } } // System.String DMCore.Framework.Localization.CUITextConfig::FormatResPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CUITextConfig_FormatResPath_m1479822902 (CUITextConfig_t2592370463 * __this, String_t* ___rowPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig_FormatResPath_m1479822902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___rowPath0; 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; } } { String_t* L_2 = ___rowPath0; return L_2; } IL_000d: { String_t* L_3 = ___rowPath0; 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); return L_5; } } // System.Void DMCore.Framework.Localization.CUITextConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CUITextConfig__cctor_m3411217752 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUITextConfig__cctor_m3411217752_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CUITextConfig_t2592370463_StaticFields*)il2cpp_codegen_static_fields_for(CUITextConfig_t2592370463_il2cpp_TypeInfo_var))->set_s_ConfigFile_2(_stringLiteral2972000314); 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.Localization.LabelSytleUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void LabelSytleUnit__ctor_m1568991344 (LabelSytleUnit_t1086657119 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LabelSytleUnit__ctor_m1568991344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); 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_positionOffset_0(L_0); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_newRotation_1(L_1); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_newScale_2(L_2); __this->set_lineWidth_3((-1)); __this->set_lineCount_4((-1)); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_3 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_spacing_5(L_3); __this->set_supportEncoding_6((bool)1); __this->set_effectStyle_7((-1)); IL2CPP_RUNTIME_CLASS_INIT(Vector4_t3319028937_il2cpp_TypeInfo_var); Vector4_t3319028937 L_4 = Vector4_get_zero_m1422399515(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_effectColor_8(L_4); Vector2_t2156229523 L_5 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_effectDistance_9(L_5); __this->set_insideEffectStyle_10((-1)); Vector4_t3319028937 L_6 = Vector4_get_zero_m1422399515(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_insideEffectColor_11(L_6); __this->set_pivot_12((-1)); Vector4_t3319028937 L_7 = Vector4_get_zero_m1422399515(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_textColor_13(L_7); return; } } // System.Boolean DMCore.Framework.Localization.LabelSytleUnit::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool LabelSytleUnit_DeserialFromXml_m1363753270 (LabelSytleUnit_t1086657119 * __this, XmlElement_t561603118 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LabelSytleUnit_DeserialFromXml_m1363753270_MetadataUsageId); s_Il2CppMethodInitialized = true; } LabelSytleUnit_t1086657119 * G_B4_0 = NULL; LabelSytleUnit_t1086657119 * G_B3_0 = NULL; int32_t G_B5_0 = 0; LabelSytleUnit_t1086657119 * G_B5_1 = NULL; { XmlElement_t561603118 * L_0 = ___element0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { XmlElement_t561603118 * L_1 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_2 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_1, _stringLiteral2078137368, _stringLiteral698485232, /*hidden argument*/NULL); Vector3_t3722313464 L_3 = CMiscHelp_ParseVector3_m2020003938(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_positionOffset_0(L_3); XmlElement_t561603118 * L_4 = ___element0; String_t* L_5 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_4, _stringLiteral2155242715, _stringLiteral698485232, /*hidden argument*/NULL); Vector3_t3722313464 L_6 = CMiscHelp_ParseVector3_m2020003938(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); __this->set_newRotation_1(L_6); XmlElement_t561603118 * L_7 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_9 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_7, _stringLiteral731630286, L_8, /*hidden argument*/NULL); Vector3_t3722313464 L_10 = CMiscHelp_ParseVector3_m2020003938(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); __this->set_newScale_2(L_10); XmlElement_t561603118 * L_11 = ___element0; int32_t L_12 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_11, _stringLiteral1693357810, (-1), /*hidden argument*/NULL); __this->set_lineWidth_3(L_12); XmlElement_t561603118 * L_13 = ___element0; int32_t L_14 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_13, _stringLiteral2747093741, (-1), /*hidden argument*/NULL); __this->set_lineCount_4(L_14); XmlElement_t561603118 * L_15 = ___element0; String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_17 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_15, _stringLiteral1203997130, L_16, /*hidden argument*/NULL); Vector2_t2156229523 L_18 = CMiscHelp_ParseVector2_m2892525532(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); __this->set_spacing_5(L_18); XmlElement_t561603118 * L_19 = ___element0; int32_t L_20 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_19, _stringLiteral4230559456, 1, /*hidden argument*/NULL); G_B3_0 = __this; if (!L_20) { G_B4_0 = __this; goto IL_00b0; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; goto IL_00b1; } IL_00b0: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_00b1: { NullCheck(G_B5_1); G_B5_1->set_supportEncoding_6((bool)G_B5_0); XmlElement_t561603118 * L_21 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_22 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_21, _stringLiteral730997045, (-1), /*hidden argument*/NULL); __this->set_effectStyle_7(L_22); XmlElement_t561603118 * L_23 = ___element0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_25 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_23, _stringLiteral2355819299, L_24, /*hidden argument*/NULL); Vector4_t3319028937 L_26 = CMiscHelp_ParseVector4_m2461766876(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); __this->set_effectColor_8(L_26); XmlElement_t561603118 * L_27 = ___element0; String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_29 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_27, _stringLiteral3751854594, L_28, /*hidden argument*/NULL); Vector2_t2156229523 L_30 = CMiscHelp_ParseVector2_m2892525532(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); __this->set_effectDistance_9(L_30); XmlElement_t561603118 * L_31 = ___element0; int32_t L_32 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_31, _stringLiteral2105799120, (-1), /*hidden argument*/NULL); __this->set_insideEffectStyle_10(L_32); XmlElement_t561603118 * L_33 = ___element0; String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_35 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_33, _stringLiteral832996480, L_34, /*hidden argument*/NULL); Vector4_t3319028937 L_36 = CMiscHelp_ParseVector4_m2461766876(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); __this->set_insideEffectColor_11(L_36); XmlElement_t561603118 * L_37 = ___element0; String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_39 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_37, _stringLiteral2405803854, L_38, /*hidden argument*/NULL); int32_t L_40 = LabelSytleUnit_ConvertPivotValueFromConfig_m2611924355(__this, L_39, /*hidden argument*/NULL); __this->set_pivot_12(L_40); XmlElement_t561603118 * L_41 = ___element0; String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_43 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_41, _stringLiteral3362995042, L_42, /*hidden argument*/NULL); Vector4_t3319028937 L_44 = CMiscHelp_ParseVector4_m2461766876(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); __this->set_textColor_13(L_44); return (bool)1; } } // System.Int32 DMCore.Framework.Localization.LabelSytleUnit::ConvertPivotValueFromConfig(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t LabelSytleUnit_ConvertPivotValueFromConfig_m2611924355 (LabelSytleUnit_t1086657119 * __this, String_t* ___strPivot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LabelSytleUnit_ConvertPivotValueFromConfig_m2611924355_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t2736202052 * V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___strPivot0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___strPivot0 = L_1; String_t* L_2 = ___strPivot0; if (!L_2) { goto IL_00e5; } } { Dictionary_2_t2736202052 * L_3 = ((LabelSytleUnit_t1086657119_StaticFields*)il2cpp_codegen_static_fields_for(LabelSytleUnit_t1086657119_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1_14(); if (L_3) { goto IL_0092; } } { Dictionary_2_t2736202052 * L_4 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_4, ((int32_t)9), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_0 = L_4; Dictionary_2_t2736202052 * L_5 = V_0; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral114149609, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_0; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral228012198, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_0; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral984605945, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_0; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral4249957872, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_0; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral2696825260, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_0; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral742876383, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_0; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral4074305248, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_0; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral1182448499, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_0; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral1928701239, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_0; ((LabelSytleUnit_t1086657119_StaticFields*)il2cpp_codegen_static_fields_for(LabelSytleUnit_t1086657119_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1_14(L_14); } IL_0092: { Dictionary_2_t2736202052 * L_15 = ((LabelSytleUnit_t1086657119_StaticFields*)il2cpp_codegen_static_fields_for(LabelSytleUnit_t1086657119_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1_14(); String_t* L_16 = ___strPivot0; NullCheck(L_15); bool L_17 = Dictionary_2_TryGetValue_m1013208020(L_15, L_16, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_17) { goto IL_00e5; } } { int32_t L_18 = V_1; switch (L_18) { case 0: { goto IL_00d3; } case 1: { goto IL_00d5; } case 2: { goto IL_00d7; } case 3: { goto IL_00d9; } case 4: { goto IL_00db; } case 5: { goto IL_00dd; } case 6: { goto IL_00df; } case 7: { goto IL_00e1; } case 8: { goto IL_00e3; } } } { goto IL_00e5; } IL_00d3: { return 0; } IL_00d5: { return 1; } IL_00d7: { return 2; } IL_00d9: { return 3; } IL_00db: { return 4; } IL_00dd: { return 5; } IL_00df: { return 6; } IL_00e1: { return 7; } IL_00e3: { return 8; } IL_00e5: { 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.Localization.UIPageText::.ctor() extern "C" IL2CPP_METHOD_ATTR void UIPageText__ctor_m2403696681 (UIPageText_t753620019 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPageText__ctor_m2403696681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__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_GUID_0(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Path_1(L_1); List_1_t1734644804 * L_2 = (List_1_t1734644804 *)il2cpp_codegen_object_new(List_1_t1734644804_il2cpp_TypeInfo_var); List_1__ctor_m1519489304(L_2, /*hidden argument*/List_1__ctor_m1519489304_RuntimeMethod_var); __this->set_ItemList_2(L_2); return; } } // System.Int32 DMCore.Framework.Localization.UIPageText::GetTextUnitCount() extern "C" IL2CPP_METHOD_ATTR int32_t UIPageText_GetTextUnitCount_m3419630488 (UIPageText_t753620019 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPageText_GetTextUnitCount_m3419630488_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1734644804 * L_0 = __this->get_ItemList_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m4183478577(L_0, /*hidden argument*/List_1_get_Count_m4183478577_RuntimeMethod_var); return L_1; } } // DMCore.Framework.Localization.UITextUnit DMCore.Framework.Localization.UIPageText::GetTextUnitByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR UITextUnit_t262570062 * UIPageText_GetTextUnitByIndex_m515290438 (UIPageText_t753620019 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPageText_GetTextUnitByIndex_m515290438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = UIPageText_GetTextUnitCount_m3419630488(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (UITextUnit_t262570062 *)NULL; } IL_0015: { List_1_t1734644804 * L_3 = __this->get_ItemList_2(); int32_t L_4 = ___index0; NullCheck(L_3); UITextUnit_t262570062 * L_5 = List_1_get_Item_m750009470(L_3, L_4, /*hidden argument*/List_1_get_Item_m750009470_RuntimeMethod_var); return L_5; } } // DMCore.Framework.Localization.UITextUnit DMCore.Framework.Localization.UIPageText::GetTextUnitByPath(System.String) extern "C" IL2CPP_METHOD_ATTR UITextUnit_t262570062 * UIPageText_GetTextUnitByPath_m1191189932 (UIPageText_t753620019 * __this, String_t* ___hierarchyPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIPageText_GetTextUnitByPath_m1191189932_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 * V_0 = NULL; { U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 * L_0 = (U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 *)il2cpp_codegen_object_new(U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169_il2cpp_TypeInfo_var); U3CGetTextUnitByPathU3Ec__AnonStorey0__ctor_m264514828(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 * L_1 = V_0; String_t* L_2 = ___hierarchyPath0; NullCheck(L_1); L_1->set_hierarchyPath_0(L_2); List_1_t1734644804 * L_3 = __this->get_ItemList_2(); U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CGetTextUnitByPathU3Ec__AnonStorey0_U3CU3Em__0_m273906150_RuntimeMethod_var; Predicate_1_t1087864186 * L_6 = (Predicate_1_t1087864186 *)il2cpp_codegen_object_new(Predicate_1_t1087864186_il2cpp_TypeInfo_var); Predicate_1__ctor_m1414708670(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m1414708670_RuntimeMethod_var); NullCheck(L_3); UITextUnit_t262570062 * L_7 = List_1_Find_m718978105(L_3, L_6, /*hidden argument*/List_1_Find_m718978105_RuntimeMethod_var); return L_7; } } #ifdef __clang__ #pragma clang 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.Localization.UIPageText/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetTextUnitByPathU3Ec__AnonStorey0__ctor_m264514828 (U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Localization.UIPageText/c__AnonStorey0::<>m__0(DMCore.Framework.Localization.UITextUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetTextUnitByPathU3Ec__AnonStorey0_U3CU3Em__0_m273906150 (U3CGetTextUnitByPathU3Ec__AnonStorey0_t1973234169 * __this, UITextUnit_t262570062 * ___curItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetTextUnitByPathU3Ec__AnonStorey0_U3CU3Em__0_m273906150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UITextUnit_t262570062 * L_0 = ___curItem0; NullCheck(L_0); String_t* L_1 = L_0->get_HierarchyPath_0(); String_t* L_2 = __this->get_hierarchyPath_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, 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.Localization.UITextUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void UITextUnit__ctor_m2859361723 (UITextUnit_t262570062 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UITextUnit__ctor_m2859361723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__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_HierarchyPath_0(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Text_1(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_FormatID_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Location.CLocationManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLocationManager__ctor_m3715275089 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { { ILogicBase__ctor_m2199354544(__this, /*hidden argument*/NULL); __this->set_m_bHasOpenSetting_5((bool)0); CLocationManager_Clear_m568982833(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Location.CLocationManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_Clear_m568982833 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bStarted_6(); if (!L_0) { goto IL_001c; } } { bool L_1 = __this->get_m_bSendMyLocation_4(); if (L_1) { goto IL_001c; } } { CLocationManager_StopLocation_m1809611975(__this, /*hidden argument*/NULL); } IL_001c: { __this->set_m_bStarted_6((bool)0); __this->set_m_bSuccess_7((bool)0); __this->set_m_bSendMyLocation_4((bool)0); __this->set_m_ReadySend_8((bool)0); return; } } // System.Void DMCore.Framework.Location.CLocationManager::InitLocation() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_InitLocation_m4206024484 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_InitLocation_m4206024484_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CNetServerConfig_IsValidProxy_m4030729817(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { return; } IL_0010: { bool L_2 = __this->get_m_bStarted_6(); if (!L_2) { goto IL_001c; } } { return; } IL_001c: { __this->set_m_bStarted_6((bool)1); CLocationPlugin_t3425133258 * L_3 = CLocationPlugin_GetInstance_m871887328(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CLocationPlugin_InitLocation_m3615017710(L_3, /*hidden argument*/NULL); V_0 = L_4; 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); ILogicBase_AddChild_m4104591912(L_5, __this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Location.CLocationManager::StopLocation() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_StopLocation_m1809611975 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_StopLocation_m1809611975_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CNetServerConfig_IsValidProxy_m4030729817(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { return; } IL_0010: { CLocationPlugin_t3425133258 * L_2 = CLocationPlugin_GetInstance_m871887328(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLocationPlugin_StopLocation_m655950583(L_2, /*hidden argument*/NULL); return; } } // System.Double DMCore.Framework.Location.CLocationManager::GetLatitude() extern "C" IL2CPP_METHOD_ATTR double CLocationManager_GetLatitude_m66924271 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_GetLatitude_m66924271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CNetServerConfig_IsValidProxy_m4030729817(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { return (0.0); } IL_0019: { CLocationPlugin_t3425133258 * L_2 = CLocationPlugin_GetInstance_m871887328(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); double L_3 = CLocationPlugin_GetLatitude_m2450752614(L_2, /*hidden argument*/NULL); return L_3; } } // System.Double DMCore.Framework.Location.CLocationManager::GetLongtitude() extern "C" IL2CPP_METHOD_ATTR double CLocationManager_GetLongtitude_m27973672 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_GetLongtitude_m27973672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CNetServerConfig_IsValidProxy_m4030729817(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { return (0.0); } IL_0019: { CLocationPlugin_t3425133258 * L_2 = CLocationPlugin_GetInstance_m871887328(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); double L_3 = CLocationPlugin_GetLongtitude_m2997455815(L_2, /*hidden argument*/NULL); return L_3; } } // DMCore.Framework.Plugin.enumLocationState DMCore.Framework.Location.CLocationManager::GetState() extern "C" IL2CPP_METHOD_ATTR int32_t CLocationManager_GetState_m2315427556 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_GetState_m2315427556_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CNetServerConfig_IsValidProxy_m4030729817(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { return (int32_t)(0); } IL_0011: { CLocationPlugin_t3425133258 * L_2 = CLocationPlugin_GetInstance_m871887328(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CLocationPlugin_GetState_m2780783325(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_002a; } } { __this->set_m_bSuccess_7((bool)1); } IL_002a: { int32_t L_5 = V_0; return L_5; } } // System.Boolean DMCore.Framework.Location.CLocationManager::TrySendMyLocation() extern "C" IL2CPP_METHOD_ATTR bool CLocationManager_TrySendMyLocation_m1187357703 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_TrySendMyLocation_m1187357703_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { bool L_0 = __this->get_m_bSendMyLocation_4(); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_1 = CLocationManager_IfCanSendLBS_m1622537161(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { return (bool)0; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_2 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CNetServerConfig_IsValidProxy_m4030729817(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0059; } } { __this->set_m_bSendMyLocation_4((bool)1); 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)1009), /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Push_m3799896857(L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Push_m3799896857(L_7, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; NullCheck(L_8); CDataArray_Flush_m1077150699(L_8, /*hidden argument*/NULL); return (bool)1; } IL_0059: { bool L_9 = __this->get_m_bSuccess_7(); if (!L_9) { goto IL_00b6; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_10 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CNetMainLogic_t857650587 * L_11 = CRoot_GetNetControl_m305351655(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CNetMainLogic_GetNetState_m3393450786(L_11, /*hidden argument*/NULL); if ((((int32_t)((int32_t)12)) > ((int32_t)L_12))) { goto IL_00b6; } } { __this->set_m_bSendMyLocation_4((bool)1); CLocationManager_StopLocation_m1809611975(__this, /*hidden argument*/NULL); CDataArray_t4068198041 * L_13 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_13, /*hidden argument*/NULL); V_1 = L_13; CDataArray_t4068198041 * L_14 = V_1; NullCheck(L_14); CDataArray_Push_m3820844360(L_14, ((int32_t)1009), /*hidden argument*/NULL); CDataArray_t4068198041 * L_15 = V_1; double L_16 = CLocationManager_GetLatitude_m66924271(__this, /*hidden argument*/NULL); NullCheck(L_15); CDataArray_Push_m1346559378(L_15, L_16, /*hidden argument*/NULL); CDataArray_t4068198041 * L_17 = V_1; double L_18 = CLocationManager_GetLongtitude_m27973672(__this, /*hidden argument*/NULL); NullCheck(L_17); CDataArray_Push_m1346559378(L_17, L_18, /*hidden argument*/NULL); CDataArray_t4068198041 * L_19 = V_1; NullCheck(L_19); CDataArray_Flush_m1077150699(L_19, /*hidden argument*/NULL); } IL_00b6: { return (bool)1; } } // System.Void DMCore.Framework.Location.CLocationManager::OpenSetting() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_OpenSetting_m3744879347 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { { CLocationPlugin_t3425133258 * L_0 = CLocationPlugin_GetInstance_m871887328(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLocationPlugin_OpenSetting_m2908768261(L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Location.CLocationManager::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CLocationManager_OnUpdate_m3064918560 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_OnUpdate_m3064918560_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CNetServerConfig_IsValidProxy_m4030729817(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { return; } IL_0010: { int32_t L_2 = CLocationManager_GetState_m2315427556(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_001f; } } { return; } IL_001f: { bool L_4 = __this->get_m_ReadySend_8(); if (!L_4) { goto IL_0048; } } { bool L_5 = CLocationManager_TrySendMyLocation_m1187357703(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0048; } } { __this->set_m_ReadySend_8((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_6 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); ILogicBase_RemoveChild_m3951112555(L_6, __this, /*hidden argument*/NULL); return; } IL_0048: { int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_0072; } } { bool L_8 = CLocationManager_TrySendMyLocation_m1187357703(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_006a; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_9 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); ILogicBase_RemoveChild_m3951112555(L_9, __this, /*hidden argument*/NULL); goto IL_0071; } IL_006a: { __this->set_m_ReadySend_8((bool)1); } IL_0071: { return; } IL_0072: { int32_t L_10 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_0094; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral1476488211, /*hidden argument*/NULL); CLocationManager_StopLocation_m1809611975(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_11 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); ILogicBase_RemoveChild_m3951112555(L_11, __this, /*hidden argument*/NULL); } IL_0094: { return; } } // System.Void DMCore.Framework.Location.CLocationManager::OnMsgBoxClkCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CLocationManager_OnMsgBoxClkCallBack_m81956430 (CLocationManager_t1346018200 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_OnMsgBoxClkCallBack_m81956430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ILogicBase_AddChild_m4104591912(L_1, __this, /*hidden argument*/NULL); CLocationManager_OpenSetting_m3744879347(__this, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Boolean DMCore.Framework.Location.CLocationManager::IfCanSendLBS() extern "C" IL2CPP_METHOD_ATTR bool CLocationManager_IfCanSendLBS_m1622537161 (CLocationManager_t1346018200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLocationManager_IfCanSendLBS_m1622537161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CProperty_Check_m2093268374(L_1, _stringLiteral4166355951, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Misc.CAlgorithmHelp::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAlgorithmHelp__ctor_m3817929410 (CAlgorithmHelp_t2528104589 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Misc.CAlgorithmHelp::IfStringOnlyAlpha(System.String) extern "C" IL2CPP_METHOD_ATTR bool CAlgorithmHelp_IfStringOnlyAlpha_m4063851748 (RuntimeObject * __this /* static, unused */, String_t* ___strVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAlgorithmHelp_IfStringOnlyAlpha_m4063851748_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___strVal0; 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)1; } IL_000d: { V_0 = 0; goto IL_0028; } IL_0014: { String_t* L_2 = ___strVal0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); if ((((int32_t)((int32_t)127)) >= ((int32_t)L_4))) { goto IL_0024; } } { return (bool)0; } IL_0024: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0028: { int32_t L_6 = V_0; String_t* L_7 = ___strVal0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0014; } } { 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.Misc.CAppOSHelp::SetMiscSetting() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetMiscSetting_m4236318013 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { Screen_set_sleepTimeout_m2277210665(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); Application_set_backgroundLoadingPriority_m1116453950(NULL /*static, unused*/, 2, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsHighQuality_m3319450917 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_IsHighQuality_m3319450917_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_0 = CAppOSHelp_IfForceLowMode_m4241824793(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_0016; } } { CAccManager_t1454736772 * L_1 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CAccManager_IfDownMode_m3347988867(L_1, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_0017; } IL_0016: { G_B3_0 = 1; } IL_0017: { return (bool)((((int32_t)G_B3_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IfForceLowMode() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IfForceLowMode_m4241824793 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_IfForceLowMode_m4241824793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_0 = ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->get_s_bForceLow_0(); return L_0; } } // System.Void DMCore.Framework.Misc.CAppOSHelp::SetForceLowMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetForceLowMode_m1239206315 (RuntimeObject * __this /* static, unused */, bool ___bForceLow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_SetForceLowMode_m1239206315_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___bForceLow0; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->set_s_bForceLow_0(L_0); return; } } // System.Single DMCore.Framework.Misc.CAppOSHelp::GetScale() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetScale_m3255451164 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_GetScale_m3255451164_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_0 = ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->get_m_fScaleCached_2(); if ((!(((float)(0.1f)) < ((float)L_0)))) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_1 = ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->get_m_fScaleCached_2(); return L_1; } IL_0015: { int32_t L_2 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_3 = floorf(((float)((float)(((float)((float)L_2)))/(float)(95.0f)))); V_0 = ((float)il2cpp_codegen_multiply((float)L_3, (float)(0.1f))); int32_t L_4 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_5 = floorf(((float)((float)(((float)((float)L_4)))/(float)(63.0f)))); V_1 = ((float)il2cpp_codegen_multiply((float)L_5, (float)(0.1f))); float L_6 = V_0; float L_7 = V_1; float L_8 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); float L_9 = Mathf_Max_m3146388979(NULL /*static, unused*/, (0.2f), L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->set_m_fScaleCached_2(L_9); float L_10 = ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->get_m_fScaleCached_2(); return L_10; } } // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleX_m3045278560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); return ((float)((float)(((float)((float)L_0)))/(float)(960.0f))); } } // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleY_m3045278561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); return ((float)((float)(((float)((float)L_0)))/(float)(640.0f))); } } // System.Single DMCore.Framework.Misc.CAppOSHelp::GetNGUIScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetNGUIScaleX_m498796709 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_GetNGUIScaleX_m498796709_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIRoot_t4022971450 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); UIRoot_t4022971450 * L_0 = CUIHelp_GetUIRoot_m1788309885(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (((float)((float)L_1))); int32_t L_2 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (((float)((float)L_2))); UIRoot_t4022971450 * 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_0040; } } { UIRoot_t4022971450 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = UIRoot_get_activeHeight_m4207044870(L_5, /*hidden argument*/NULL); V_3 = (((float)((float)L_6))); float L_7 = V_2; float L_8 = V_3; if ((!(((float)L_7) > ((float)L_8)))) { goto IL_0040; } } { float L_9 = V_3; int32_t L_10 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = ((float)((float)L_9/(float)(((float)((float)L_10))))); float L_11 = V_1; float L_12 = V_4; V_1 = ((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)); float L_13 = V_3; V_2 = L_13; } IL_0040: { float L_14 = V_1; V_5 = ((float)((float)L_14/(float)(960.0f))); float L_15 = V_5; return L_15; } } // System.Single DMCore.Framework.Misc.CAppOSHelp::GetNGUIScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetNGUIScaleY_m498796708 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_GetNGUIScaleY_m498796708_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIRoot_t4022971450 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); UIRoot_t4022971450 * L_0 = CUIHelp_GetUIRoot_m1788309885(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (((float)((float)L_1))); int32_t L_2 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (((float)((float)L_2))); UIRoot_t4022971450 * 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_0040; } } { UIRoot_t4022971450 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = UIRoot_get_activeHeight_m4207044870(L_5, /*hidden argument*/NULL); V_3 = (((float)((float)L_6))); float L_7 = V_2; float L_8 = V_3; if ((!(((float)L_7) > ((float)L_8)))) { goto IL_0040; } } { float L_9 = V_3; int32_t L_10 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = ((float)((float)L_9/(float)(((float)((float)L_10))))); float L_11 = V_1; float L_12 = V_4; V_1 = ((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)); float L_13 = V_3; V_2 = L_13; } IL_0040: { float L_14 = V_2; V_5 = ((float)((float)L_14/(float)(640.0f))); float L_15 = V_5; return L_15; } } // System.Void DMCore.Framework.Misc.CAppOSHelp::Vibrator() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_Vibrator_m1223853048 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { CAccManager_t1454736772 * L_0 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CAccManager_IfVibrator_m664125960(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { Handheld_Vibrate_m3594839834(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DMCore.Framework.Misc.CAppOSHelp::SetDefaultQuality() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetDefaultQuality_m954789695 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_SetDefaultQuality_m954789695_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetActiveCamera_m490033116(L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_3 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_3) { goto IL_0031; } } { QualitySettings_set_antiAliasing_m2791323429(NULL /*static, unused*/, 2, /*hidden argument*/NULL); QualitySettings_set_pixelLightCount_m3523654033(NULL /*static, unused*/, 0, /*hidden argument*/NULL); QualitySettings_set_anisotropicFiltering_m496017473(NULL /*static, unused*/, 1, /*hidden argument*/NULL); goto IL_0043; } IL_0031: { QualitySettings_set_antiAliasing_m2791323429(NULL /*static, unused*/, 0, /*hidden argument*/NULL); QualitySettings_set_pixelLightCount_m3523654033(NULL /*static, unused*/, 0, /*hidden argument*/NULL); QualitySettings_set_anisotropicFiltering_m496017473(NULL /*static, unused*/, 0, /*hidden argument*/NULL); } IL_0043: { Camera_t4157153871 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0056; } } { Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); Camera_set_renderingPath_m3563375443(L_6, 1, /*hidden argument*/NULL); } IL_0056: { return; } } // System.Boolean DMCore.Framework.Misc.CAppOSHelp::ExistFile(System.String) extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_ExistFile_m1953523119 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; String_t* L_0 = ___path0; if (!L_0) { goto IL_001a; } } { String_t* L_1 = ___path0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { String_t* L_3 = ___path0; bool L_4 = File_Exists_m3943585060(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_001a: { bool L_5 = V_0; return L_5; } } // System.Void DMCore.Framework.Misc.CAppOSHelp::GetMemory(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_GetMemory_m1449707731 (RuntimeObject * __this /* static, unused */, int32_t* ___sysMemory0, int32_t* ___graphMemory1, const RuntimeMethod* method) { { int32_t* L_0 = ___sysMemory0; int32_t L_1 = SystemInfo_get_systemMemorySize_m2504687692(NULL /*static, unused*/, /*hidden argument*/NULL); *((int32_t*)(L_0)) = (int32_t)L_1; int32_t* L_2 = ___graphMemory1; int32_t L_3 = SystemInfo_get_graphicsMemorySize_m3781753670(NULL /*static, unused*/, /*hidden argument*/NULL); *((int32_t*)(L_2)) = (int32_t)L_3; return; } } // System.Void DMCore.Framework.Misc.CAppOSHelp::ExitGame() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_ExitGame_m969811997 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_ExitGame_m969811997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Time_set_timeScale_m1127545364(NULL /*static, unused*/, (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_0 = ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->get_s_bReadyToExit_1(); if (!L_0) { goto IL_0015; } } { return; } IL_0015: { return; } } // System.Void DMCore.Framework.Misc.CAppOSHelp::FinalExit() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_FinalExit_m4023113436 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_FinalExit_m4023113436_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); NullCheck(L_0); CFitfunApiPlugin_FinalExit_m2981253612(L_0, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IsReadyToExit() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsReadyToExit_m815828027 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp_IsReadyToExit_m815828027_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_0 = ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->get_s_bReadyToExit_1(); return L_0; } } // System.Void DMCore.Framework.Misc.CAppOSHelp::.cctor() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp__cctor_m3594215546 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CAppOSHelp__cctor_m3594215546_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CAppOSHelp_t338788720_StaticFields*)il2cpp_codegen_static_fields_for(CAppOSHelp_t338788720_il2cpp_TypeInfo_var))->set_m_fScaleCached_2((-1.0f)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Framework.Misc.CEncrptHelp_Int::.ctor() extern "C" IL2CPP_METHOD_ATTR void CEncrptHelp_Int__ctor_m346885275 (CEncrptHelp_Int_t51280996 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_Int__ctor_m346885275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEncrptHelp_1__ctor_m739074458(__this, /*hidden argument*/CEncrptHelp_1__ctor_m739074458_RuntimeMethod_var); return; } } // System.Int32 DMCore.Framework.Misc.CEncrptHelp_Int::FormatToData(BetterList`1) extern "C" IL2CPP_METHOD_ATTR int32_t CEncrptHelp_Int_FormatToData_m2551596858 (CEncrptHelp_Int_t51280996 * __this, BetterList_1_t289316694 * ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_Int_FormatToData_m2551596858_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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); { BetterList_1_t289316694 * L_0 = ___val0; if (!L_0) { goto IL_002c; } } { BetterList_1_t289316694 * L_1 = ___val0; NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_002c; } } IL_0012: try { // begin try (depth: 1) BetterList_1_t289316694 * L_3 = ___val0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = BetterList_1_ToArray_m3387226773(L_3, /*hidden argument*/BetterList_1_ToArray_m3387226773_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int32_t L_5 = BitConverter_ToInt32_m1089563119(NULL /*static, unused*/, L_4, 0, /*hidden argument*/NULL); V_0 = L_5; goto IL_002e; } // 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_0024; throw e; } CATCH_0024: { // begin catch(System.Object) V_0 = 0; goto IL_002e; } // end catch (depth: 1) IL_002c: { return 0; } IL_002e: { int32_t L_6 = V_0; return L_6; } } // BetterList`1 DMCore.Framework.Misc.CEncrptHelp_Int::FormatFromData(System.Int32) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t289316694 * CEncrptHelp_Int_FormatFromData_m1248348230 (CEncrptHelp_Int_t51280996 * __this, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CEncrptHelp_Int_FormatFromData_m1248348230_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; BetterList_1_t289316694 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); BetterList_1_t289316694 * G_B5_0 = NULL; BetterList_1_t289316694 * G_B4_0 = NULL; int32_t G_B6_0 = 0; BetterList_1_t289316694 * G_B6_1 = NULL; { V_0 = (ByteU5BU5D_t4116647657*)NULL; } IL_0002: try { // begin try (depth: 1) int32_t L_0 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = BitConverter_GetBytes_m1040762521(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0016; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (ByteU5BU5D_t4116647657*)NULL; goto IL_0016; } // end catch (depth: 1) IL_0016: { BetterList_1_t289316694 * L_2 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(BetterList_1_t289316694_il2cpp_TypeInfo_var); BetterList_1__ctor_m916496649(L_2, /*hidden argument*/BetterList_1__ctor_m916496649_RuntimeMethod_var); V_1 = L_2; BetterList_1_t289316694 * L_3 = V_1; ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_3); L_3->set_buffer_0(L_4); BetterList_1_t289316694 * L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = V_0; G_B4_0 = L_5; if (!L_6) { G_B5_0 = L_5; goto IL_0032; } } { ByteU5BU5D_t4116647657* L_7 = V_0; NullCheck(L_7); G_B6_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))); G_B6_1 = G_B4_0; goto IL_0033; } IL_0032: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0033: { NullCheck(G_B6_1); G_B6_1->set_size_1(G_B6_0); BetterList_1_t289316694 * L_8 = V_1; return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif